@charset "UTF-8";
  html {
scroll-behavior: smooth;
}
:target:before {
content: "";
display: block;
height: 80px;
margin: -80px 0 0;
}
.scrollanchor {
position: absolute;
top: -68px;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-size: 13px;
font-family: 'Montserrat', Arial, sans-serif;
font-weight: 400;
color: #4f4f4f;
background-color: #ffffff; }
textarea, input[type=text], button, input[type=submit] { outline: none; -webkit-appearance: none; border-radius: 0; }
a, a:focus, a:active {
outline: 0 none !important;
}
a {
color: inherit;
text-decoration: none;
font-weight: 500;
}
a:hover {
text-decoration: underline;
}
.clearfloat { clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.container { margin-left: auto;
margin-right: auto;
width: calc(100% - 140px);
position: relative;
}
.container.narrow {
max-width: 1440px;
width: 85%;
} .alignleft, .alignleft img, .pull_left {
float:left;
}
.alignright, .alignright img, .pull_right {
float:right;
}
img.alignleft {
margin-right: 20px;
margin-bottom: 5px;
height: auto;
}
.post_container img.alignleft, .post_container img.alignright {
width: 280px;
height: auto;
}
.alignleft p.wp-caption-text {
background: #eee;
font-size: 10px;
line-height:  normal;
padding: 10px;
margin-top: 0;
margin-right: 15px;
}
.alignright p.wp-caption-text {
background: #eee;
font-size: 10px;
line-height:  normal;
padding: 10px;
margin-top: 0;
margin-left: 10px;
}
img.alignright {
margin-left: 20px;
margin-bottom: 2px;
height: auto;
}
img.aligncenter {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;	
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
}
hr {
border: none;
border-top: 4px dotted rgba(0,0,0,0.3);
margin: 40px 0px 40px 0px;
padding: 0px;
height: 1px;
clear: both;
}
.tablet_portrait, .tablet_landscape, .mobile {
display: none;
}
.desktop {
display: block;
} .inline {
display: inline-block;
margin-right: 25px;
vertical-align: top;
}
.inline.middle {
vertical-align: middle;
}
.quarter {
width: 25%;
display: inline-block;
vertical-align: top;
}
.threequarters {
width: 75%;
display: inline-block;
vertical-align: top;
}
.third {
width: 33.333%;
display: inline-block;
vertical-align: top;
}
.twothirds {
width: 66.666%;
display: inline-block;
vertical-align: top;
}
.half {
width: 50%;
display: inline-block;
vertical-align: top;
}
.thirty {
width: 30%;
display: inline-block;
vertical-align: top;
}
.forty {
width: 40%;
display: inline-block;
vertical-align: top;
}
.twenty {
width: 20%;
display: inline-block;
vertical-align: top;
}
.fifteen {
width: 15%;
display: inline-block;
vertical-align: top;
}
.ten {
width: 10%;
display: inline-block;
vertical-align: top;
}
.sixty {
width: 60%;
display: inline-block;
vertical-align: top;
}
.seventy {
width: 70%;
display: inline-block;
vertical-align: top;
}
.eighty {
width: 80%;
display: inline-block;
vertical-align: top;
}
.eightyfive {
width: 85%;
display: inline-block;
vertical-align: top;
}
.ninety {
width: 90%;
display: inline-block;
vertical-align: top;
}
.fullwidth {
width: 100%;
display: block;
}
.bottomalign {
vertical-align: bottom;
}
.sticky, .Sticky {
position: -webkit-sticky;
position: sticky;
}
.leftspacer {
margin-left: 15%;
}
.rightspacer {
margin-right: 15%;
} ul.columns-1, ul.columns-2, ul.columns-3, ul.columns-4, ul.columns-5, ul.columns-6 {
margin: 0;
padding: 0;
list-style-type: none;
}
.columns-1 .column, .fullwidth .column {
width: 100%;
margin-right: 0%;
display: block;
vertical-align: top;
}
.columns-2 .column {
width: 48%;
margin-right: 4%;
display: inline-block;
vertical-align: top;
}
.columns-2.tight .column {
width: 49%;
margin-right: 1%;
display: inline-block;
vertical-align: top;
}
.columns-3 .column {
width: 30.5%;
margin-right: 4.25%;
display: inline-block;
vertical-align: top;
}
.columns-3.tight .column {
width: 32%;
margin-right: 2%;
display: inline-block;
vertical-align: top;
}
.columns-4 .column {
width: 23.5%;
margin-right: 2%;
display: inline-block;
vertical-align: top;
}
.columns-5 .column {
width: 18.4%;
margin-right: 2%;
display: inline-block;
vertical-align: top;
}
.columns-5 .column {
width: 19.2%;
margin-right: 1%;
display: inline-block;
vertical-align: top;
}
.columns-6 .column {
width: 15%;
margin-right: 2%;
display: inline-block;
vertical-align: top;
}
.columns-6 .column:nth-child(6n+6) {
margin-right: 0px;
}
.columns-5 .column:nth-child(5n+5) {
margin-right: 0px;
}
.columns-4 .column:nth-child(4n+4) {
margin-right: 0px;
}
.columns-3 .column:nth-child(3n+3) {
margin-right: 0px;
}
.columns-2 .column:nth-child(2n+2) {
margin-right: 0px;
}
.col-2 {
margin-top: 30px;
column-count: 2;
column-gap: 70px;
}
.col-2 p, .col-2 p:first-child {
display: inline-block;
margin-top: 40px;
} .text-left {
text-align: left;
}
.text-justify {
text-align: justify;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.aligncontainer {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
}
.section {
padding: 80px 0;
}
.section.nobottom {
padding-bottom: 0;
}
.section.notop {
padding-top: 0;
}
.section.mega {
padding: 140px 0 80px 0;
}
h2, h3, h4 {
}
h1 {
font-size: 23px;
line-height: 30px;
font-weight: 400;
text-transform: uppercase;
color: #DA251c;
}
h2 {
font-weight: 500;
font-size: 23px;
line-height: 30px;
color: #ACACAC;
margin: 40px 0 20px 0;
}
h2.nobottom {
margin-bottom: 0;
}
h3 {
font-weight: 400;
font-size: 16px;
line-height: 30px;
color: #DA251c;
margin: 40px 0 20px 0;
}
h4 {
font-weight: 500;
font-size: 13px;
line-height: 24px;
color: #DA251c;
margin: 40px 0 20px 0;
text-align: justify;
}
p {
line-height: 24px;
text-align: justify;
margin: 40px 0;
}
p:first-child {
margin-top: 20px;
}
p:last-child {
margin-bottom: 0px;
}
.greybg {
background-color: #F3F3F3;
}
.darkgreybg {
background-color: #292929;
} .bigbutton {
position: relative;
color: #da251c;
text-transform: uppercase;
margin: 30px 0;
font-size: 13px;
padding: 15px;
}
.bigbutton.white {
color: #fff;
}
.bigbutton:hover {
text-decoration: none;
}
.bigbutton::before {
content: "";
position: absolute;
display: block;
width: calc(100% - 30px);
height: 2px;
bottom: 8px;
left: 15px;
background-color: #da251c;
transform: scaleX(0);
transition: transform 0.3s ease-out;
}
.bigbutton.white::before {
background-color: #fff;
}
.bigbutton:hover::before {
transform: scaleX(1);
}
.gform_button[type=submit]  {
padding: 18px 28px 17px 28px; 
display: inline-block;
font-size: 15px;
margin: 0px 5px;
margin-bottom: 5px;
font-weight: 500;
text-align: center;
line-height: 20px;
webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
text-transform: uppercase;
border: none;
background-color: #da251c;
color: #fff;
}
.gform_button[type=submit]:hover {
background-color: #c6605b;
} .preloader {
position: fixed;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
background: #fff;
}
.preloader  .logocontainer {
display: inline-block;
margin-bottom: -40px;
opacity: 0;
webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.preloader .logocontainer.active {
margin-bottom: 0px;
opacity: 1;
}
.preloader .logocontainer  img {
width: auto;
height: 60px;
}
.preloader .loader {
color: #ed2e93;
margin: 20px 0 40px 0;
font-size: 20px;
font-family: "Lilita One", Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: 400;
} .scrollheader {
position: fixed;
left: 0;
width: 100%;
background-color: #fff;
z-index: 600;
top: -100px;
-webkit-box-shadow: 0px 2px 14px -8px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 2px 14px -8px rgba(0,0,0,0.44);
box-shadow: 0px 2px 14px -8px rgba(0,0,0,0.44);
webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.scrollheader .logocontainer {
padding: 10px 0 7px 0;
}
.scrollheader .menucontainer {
padding: 24px 0;
}
.scrollheader.active {
top: 0;
}
.menucontainer.vertical ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.menucontainer.vertical ul li {
display: inline-block;
font-weight: 400;
text-transform: uppercase;
font-size: 13px;
margin: 0 10px;
position: relative;
}
.menucontainer.vertical a {
position: relative;
padding: 12px 0;
font-weight: 400;
}
.menucontainer.vertical a:hover {
text-decoration: none;
}
.menucontainer.vertical a::before {
content: "";
position: absolute;
display: block; width: 100%;
height: 2px;
bottom: 8px;
left: 0px;
background-color: #da251c;
transform: scaleX(0);
transition: transform 0.3s ease-out;
}
.menucontainer.vertical a:hover::before {
transform: scaleX(1);
} .royal {
min-height: 800px;
background-color: #101010;
height: 100vh;
position: relative;
z-index: 1;
height: var(--app-height);
}
.index_slider, .slide_container {
height: 100vh;
height: var(--app-height);
min-height: 800px;
position: relative;
}
.royal .royal_bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
z-index: 1;
webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.royal .filter_1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 20;
background: rgb(0,0,0);
background: -webkit-linear-gradient(39deg, rgba(0,0,0,0.8432773793110995) 0%, rgba(0,0,0,0) 38%);
background: -o-linear-gradient(39deg, rgba(0,0,0,0.8432773793110995) 0%, rgba(0,0,0,0) 38%);
background: linear-gradient(129deg, rgba(0,0,0,0.8432773793110995) 0%, rgba(0,0,0,0) 38%); 
}
.royal .filter_2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
opacity:0.7;
background: rgb(0,0,0);
background: -webkit-linear-gradient(285deg, rgba(0,0,0,0.906582701439951) 10%, rgba(0,0,0,0) 46%);
background: -o-linear-gradient(285deg, rgba(0,0,0,0.906582701439951) 10%, rgba(0,0,0,0) 46%);
background: linear-gradient(15deg, rgba(0,0,0,0.906582701439951) 10%, rgba(0,0,0,0) 46%); 
webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.royal .filter_2.active {
opacity: 1;
}
.royal .headercontainer {
position: absolute;
top:0;
left: 0;
margin-left: 45px;
margin-top: 70px;
z-index: 1001;
}
.royal .headercontainer .logocontainer {
margin-bottom: 55px;
margin-left: 25px;
}
.royal .headercontainer .logocontainer img {
width: 180px;
height: auto;
}
.royal .menucontainer:not(.vertical)  ul {
margin: 0;
padding: 0;
list-style-type: none;
color: #fff;
}
.royal .menucontainer:not(.vertical)  ul li {
display: block;
margin: 0;
}
.royal .menucontainer:not(.vertical)  ul li:before {
content: '';
display: inline-block;
height: 13px;
border-left: 4px solid transparent;
webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.royal .menucontainer:not(.vertical)  ul li.active:before {
border-color: #da251c;
}
.royal .menucontainer:not(.vertical)  ul li a {
font-weight: 400;
text-transform: uppercase;
font-size: 13px;
padding: 10px 0;
margin-left: 21px;
display: inline-block;
}
.royal .menucontainer:not(.vertical)  ul li a:hover {
text-decoration: none;
}
.royal .menucontainer:not(.vertical)  ul li:not(.active):hover:before {
border-color: rgba(255,255,255,0.6);
}
.royal .slide_description {
position: absolute;
left: 70px;
bottom: 70px;
z-index: 100;
width: 30%;
font-size: 13px;
color: #fff;
min-width: 400px;
}
.royal a.slide_description:hover {
text-decoration: none;
}
.royal .slide_description .slide_heading {
text-transform: uppercase;
margin-bottom: 0px;
font-weight: 500;
webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
transition-delay: 0.2s;
}
.royal .slide_description .slide_heading h2 {
font-size: 13px;
margin: 0;
color: rgba(255,255,255,0.6);
}
.royal .slide_description:hover .slide_heading, .royal .slide_description.active .slide_heading {
transition-delay: 0.3s;
webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
margin-bottom: 30px;
}
.royal .slide_description .slide_heading:before {
content: '';
width: 40px;
display: block;
border-top: 4px solid #da251c;
margin-bottom: 40px;
}
.royal .slide_description .slide_text {
line-height: 22px;
font-weight: 300;
max-height: 0;
opacity: 0;
overflow: hidden;
webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.royal .slide_description:hover .slide_text, .royal .slide_description.active .slide_text  {
max-height: 500px;
opacity: 1;
webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
.royal .slide_description .readmore {
font-weight: 500;
text-transform: uppercase;
margin-top: 20px;
color: #fff;
display: inline-block;
}
.royal .slide_description .readmore .bigbutton {
color: #fff;
margin: 0;
padding-left: 0;
padding-right: 0;
}
.royal .slide_description .bigbutton::before {
width: calc(100%);
left: 0;
}
.royal .scroll_holder {
position: absolute;
bottom: 85px;
width: 100%;
text-align: center;
z-index: 99;
} .icon-scroll,
.icon-scroll:before {
position: absolute;
left: 50%;
}
.icon-scroll {
width: 30px;
height: 50px;
margin-left: -20px;
top: 50%;
margin-top: -35px;
box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
border-radius: 25px;
}
.icon-scroll:before {
content: '';
width: 8px;
height: 8px;
background: #fff;
margin-left: -4px;
top: 8px;
border-radius: 4px;
animation-duration: 2.5s;
animation-iteration-count: infinite;
animation-name: scroll;
}
@keyframes scroll {
0% {
opacity: 0.8;
}
100% {
opacity: 0;
transform: translateY(26px);
}
} .arrowholder {
position: absolute;
right: 55px;
bottom: 55px;
z-index: 101;
color: #fff;
}
.arrowholder .left, .arrowholder .right {
display: inline-block;
padding: 15px;
font-size: 24px;
text-shadow: 0px 0px 4px #000;
webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.arrowholder .left:hover, .arrowholder .right:hover {
background-color: rgba(218,37,28,0.5);
cursor: pointer;
cursor: hand;
} .welcome {
position: relative;
}
.welcome h1 {
margin-bottom: 40px;
}
.welcome p {
text-align: center;
}
.welcome .redbox {
position: absolute;
top: 0;
right: 70px;
}
.redbox {
background-color: #da251c;
width: 70px;
height: 70px;
}
.centerline {
height: 40px;
width: 4px;
background-color: #da251c;
margin: 60px auto;
}
.centerline.white {
background-color: #fff;
} .promoarea {
margin-bottom: 70px;
}
.promoarea .slidecontainer {
padding-top: 42%;
background-size: cover;
background-attachment: fixed;
background-position: center center;
}
.promoarea .slidecontainer.scroll {
background-attachment: scroll !important;
}
.promoarea .redboxcontainer {
margin-top: -35px;
width: 100%;
}
.promoarea .redboxcontainer .redbox{
position: relative;
display: inline-block;
} .footer {
color: #fff;
padding: 60px 0;
line-height: 20px;
background-color: #181818;
position: relative;
z-index: 700;
}
.footer .footermenu .socials {
font-size: 20px;
display: inline-block;
margin-right: 10px;
}
.footer .footermenu .socials a {
margin: 0 4px;
webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.footer .footermenu .socials a:hover {
color: #DA251c;
}
.footer .menu-footer-menu-container {
display: inline-block;
}
.footer .footermenu ul {
list-style-type: none;
margin: 0;
padding: 0;
text-transform: uppercase;
}
.footer .footermenu ul li {
display: inline-block;
margin-left: 15px;
}
.footer .inline {
margin-right: 55px;
}
.footer .details {
margin-top: 8px;
text-transform: uppercase;
}
.footer .secondlevel {
margin-top: 40px;
}
.footer .secondlevel .inline {
margin-right: 20px;	
}
.footer .secondlevel .half:nth-child(2) {
vertical-align: bottom;
font-size: 11px;
}
.footer .ff {
display: inline-block;
vertical-align: top;
}
.footer .ff a {
text-decoration: none;
opacity: 0.7;
font-weight: 400;
webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-font-smoothing: antialiased;
}
.footer .ff a:hover {
opacity: 1;
}
.footer .ff img {
width: 20px;
height: 20px;
margin-bottom: 2px;
vertical-align: middle;
margin-left: 5px;
display: inline-block;
}
.mobilemenubar {
display: none;
}
#cookie-law-info-bar {
z-index: 9998;
}
@media screen and (max-width: 1200px) {
.desktop, .tablet_portrait, .tablet_landscape, .mobile {
display: none;
}
.tablet_landscape {
display: block;
}
.container {
width: calc(100% - 80px);
}
.container p:first-child {
margin-top: 0;
}
.col-2 p, .col-2 p:first-child {
margin-top: 40px;
}
.container p:last-child {
margin-bottom: 0;
}
.container h4:last-child {
margin-bottom: 0;
}
.section {
padding: 50px 0;
}
.preloader .logocontainer  img {
height: 50px;
}
.centerline {
margin: 20px auto 60px auto;
}
.welcome .sixty, .promo_content .sixty {
width: 100%;
}
.promo_content {
padding: 70px;
}
.promoarea .slidecontainer {
padding-top: 52%;
background-attachment: scroll !important;
}
.index_slider, .slide_container, .royal {
min-height: 550px;
}
.slide_description .slide_text {
display: none;
}
.royal .slide_description:hover .slide_heading, .royal .slide_description.active .slide_heading {
margin-bottom: 0px;
}
.section.mega {
padding: 100px 0 80px 0;
}
.footer .secondlevel .half:nth-child(2) .inline {
margin-right: 0px;
display: block;
margin-bottom: 10px;
}
}
@media screen and (max-width: 810px) {
.desktop, .tablet_portrait, .tablet_landscape, .mobile {
display: none;
}
.tablet_portrait {
display: block;
}
.royal .slide_description {
width: 30%;
min-width: 0;
}
.royal .slide_description .slide_heading h2 {
line-height: 20px;
margin-top: 10px;
}
.col-2 {
margin-top: 30px;
column-count: 2;
column-gap: 40px;
}
.promo_content {
padding: 70px 50px;
}
}
@media screen and (max-width: 750px) {
.desktop, .tablet_portrait, .tablet_landscape, .mobile {
display: none;
}
.mobile {
display: block;
}
.preloader .logocontainer  img {
height: 40px;
}
.container {
width: calc(100% - 40px);
} .headercontainer {
display: none;
}
.mobilemenubar {
position: fixed;
top: 0px;
left: 0;
width: 100%;
z-index: 5000;
height: 75px;
display: block;
border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mobilemenubar .menuholder {
background-color: transparent;
webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
margin-top: 20px;
margin-left: 2.5%;
width: 95%;
}
.mobilemenubar .menuholder.active {
background-color: #fff;
margin-top: 0px;
margin-left: 0;
width: 100%;
}
.mobilemenubar .rightbutton {
position: absolute;
right: 0;
top: 0;
padding-right: 0px;
padding-top: 0px;
z-index: 999;
width: 75px;
height: 75px;
webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.mobilemenubar .rightbutton .buttoncontainer {
color: #fff;
display: inline-block;
font-size: 9px;
text-transform: uppercase;
text-align: center;
padding: 26px 32px 26px 20px;
margin-right: 5px;
width: calc(100% - 40px);
-webkit-text-stroke: 1px #fff;
-webkit-text-fill-color: transparent;
}
.mobilemenubar .menuholder.active .rightbutton .buttoncontainer {
-webkit-text-stroke: 2px #da251c;
}
.mobilemenubar .rightbutton .icon {
display: block;
font-size: 25px;
}
.mobilemenubar .container {
width: 100%;
}
.mobilemenubar .logocontainer {
line-height: 75px;
width: 100%;
display: inline-block;
margin-left: 0px;
padding: 0;
vertical-align: top;
text-align: center;
position: absolute;
top: 0px;
left: 0px;
z-index: 997;
}
.mobilemenubar .logocontainer img {
vertical-align: middle;
width: 160px;
margin-top: 14px;
}
#mobilemenu .menucontainer.mburger {
vertical-align: top;
font-size: 25px;
text-align: center;	
height: 75px;
line-height: 75px;
width: 75px;
color: #fff;
--mb-bar-height: 1px;
--mb-button-size: 75px;
--mb-bar-width: 0.35;
z-index: 999;
border-right: 1px solid rgba(255,255,255,0);
}	
#mobilemenu .menuholder.active .menucontainer.mburger {
color: #da251c;
--mb-bar-height: 2px;
}
.mm-menu {
--mm-color-background: #da251c !important;
--mm-listitem-size: 95px;
--mm-color-text: #fff !important;
font-size: 14px;
text-transform: uppercase;
font-weight: 400;
--mm-color-button: #fff;
--mm-color-border: rgba(255,255,255,0.1);
} .royal, .index_slider, .slide_container {
height: 100vh;
}
.royal .filter_1 {
background: rgb(0,0,0);
background: -webkit-linear-gradient(rgba(0,0,0,0.6068628134847689) 0%, rgba(0,0,0,0) 20%);
background: -o-linear-gradient(rgba(0,0,0,0.6068628134847689) 0%, rgba(0,0,0,0) 20%);
background: linear-gradient(rgba(0,0,0,0.6068628134847689) 0%, rgba(0,0,0,0) 20%); 
}
.royal .scroll_holder {
top: calc(50%);
bottom: auto;
}
.royal .scroll_holder .icon-scroll {
}
.royal .scroll_holder .blackglow {
background-color: rgba(0,0,0,0.6);
-webkit-filter: blur(35px);
-moz-filter: blur(35px);
-o-filter: blur(35px);
-ms-filter: blur(35px);
filter: blur(35px);
width: 70px;
height: 70px;
display: block;
margin: 0 auto;
}
.royal .slide_description {
width: calc(95% - 60px);
left: calc(2.5% + 30px);
bottom: calc(2.5% + 30px);
}
.welcome .redbox {
right: 0px;
}
.promoarea {
margin-bottom: 20px;
}
.promoarea .slidecontainer {
padding-top: 100%;
}
.promo_content {
padding: 30px 30px 70px 30px;
}
.promo_content h1 {
font-size: 18px;
}
.col-2 {
margin-top: 30px;
column-count: 1;
column-gap: 0px;
}
.col-2 p, .col-2 p:first-child {
margin-top: 0px;
}
.promo_content .centerline {
margin: 60px auto;
}
.footer .half {
display: block;
width: 100%;
text-align: center;
}
.footer .inline {
display: block;
margin-right: 0px;
}
.footer .text-right, .corporatememberslider .text-right {
text-align: center !important;
}
.footer .footermenu {
margin: 30px 0px 30px 0;
}
.footer .footermenu ul li {
display: block;
margin-left: 0px;
margin-top: 5px;
}
.footer .footermenu .socials {
display: block;
margin-bottom: 20px;
}
.footer .details, .footer .logo_container {
display: none;
}
.footer .secondlevel .inline {
margin-right: 0px;
}
.footer .ff {
margin-top: 15px;
}
}