

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Satisfy);
@import url(https://fonts.googleapis.com/css?family=Bilbo&subset=latin,latin-ext);


@import url("colors/color.css");

/* TT Ricordi Allegria Trial Regular */
@font-face {
    font-family: 'TT Ricordi Allegria';
    src: url('font/TTRicordiAllegriaTrial-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* TT Ricordi Allegria Trial Light */
@font-face {
    font-family: 'TT Ricordi Allegria';
    src: url('font/TTRicordiAllegriaTrial-Light.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
}



/* #PAGE LOAD */

body.royal_loader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
	width:100%;
	height:calc(100% + 20px);
    font-family: Arial;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: -20px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
	overflow:hidden;
    -webkit-transition: opacity 0.2s linear 0.8s;
       -moz-transition: opacity 0.2s linear 0.8s;
        -ms-transition: opacity 0.2s linear 0.8s;
         -o-transition: opacity 0.2s linear 0.8s;
            transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete {
    opacity: 0;
}
#royal_preloader .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    -webkit-transition: background 0.5s linear;
       -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
         -o-transition: background 0.5s linear;
            transition: background 0.5s linear;
}
#royal_preloader.number .name {
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    color: #EEEEEE;
    text-align: center;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s linear;
       -moz-transition: -moz-transform 0.3s linear;
        -ms-transition: -ms-transform 0.3s linear;
         -o-transition: -o-transform 0.3s linear;
            transition: transform 0.3s linear;
    -webkit-animation: fly 0.3s;
       -moz-animation: fly 0.3s;
        -ms-animation: fly 0.3s;
         -o-animation: fly 0.3s;
            animation: fly 0.3s;
}
#royal_preloader.number .percentage {
    color: #FFFFFF;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: -90px 0px 0px -90px;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 80px;
    width: 180px;
    position: absolute;
    font-size: 50px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;
}
#royal_preloader.text .loader {
    position: absolute;
    font-family: 'Sifonn-Basic';
	text-shadow: 0 0 15px rgba(0,0,0,0.3);
	text-transform:uppercase;
	text-align:center;
    top: 50%;
    left: 50%;
	width:240px;
	margin-left:-120px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    font-size: 30px;
    white-space: nowrap;
}
#royal_preloader.text .loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: left 0.3s linear;
       -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
         -o-transition: left 0.3s linear;
            transition: left 0.3s linear;
}
#royal_preloader.logo .loader {
    width: 300px;
    height: 179px;
    position: absolute;
    left: 48%;
    top: 44%;
    margin: -24px 0px 0px -80px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:300px 180px;
}
#royal_preloader.logo .loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: bottom 0.3s linear;
       -moz-transition: bottom 0.3s linear;
        -ms-transition: bottom 0.3s linear;
         -o-transition: bottom 0.3s linear;
            transition: bottom 0.3s linear;
}
#royal_preloader.logo .percentage {
    position: absolute;
    width: 200px;
    height: 0px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin: 80px 0px 0px -40px;
    color: #fff;
    text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:12px;
}

@-webkit-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}


/* Default styling to ensure the number is white */
.relative-box p {
    color: white !important;
}

/* Mobile view: Ensure the phone number is white */
@media only screen and (max-width: 800px) {
    .relative-box p {
        color: white !important; /* Forces the color to white on mobile */
    }
}

/* Mobile styles for the royal preloader */
@media only screen and (max-width: 800px) {

    #royal_preloader {
        height: 100%; /* Ensure the preloader covers the full viewport height */
        top: 0; /* Adjust positioning */
        left: 0px; /* Adjust positioning */
    }

    #royal_preloader .background {
        background-color: #000000; /* Maintain dark background for contrast */
    }

    #royal_preloader.number .percentage {
        font-size: 30px; /* Adjust font size for better readability */
        width: 180px; /* Adjust width for mobile */
        margin: -55px 0px 0px -60px; /* Center percentage text */
        padding-top: 50px; /* Adjust padding to fit mobile view */
    }

    #royal_preloader.text .loader {
        width: 200px; /* Adjust width for mobile */
        height: 80px; /* Adjust height for mobile */
        font-size: 20px; /* Adjust font size for mobile */
        margin-left: -100px; /* Center loader text */
        margin-top: -40px; /* Center loader text */
    }

    #royal_preloader.logo .loader {
        width: 200px; /* Adjust width for mobile */
        height: 120px; /* Adjust height for mobile */
        margin: -60px 0px 0px -100px; /* Center logo */
        background-size: 200px 120px; /* Adjust background size for mobile */
    }

    #royal_preloader.logo .percentage {
        width: 60px; /* Adjust width for mobile */
        height: 30px; /* Adjust height for mobile */
        line-height: 30px; /* Center text vertically */
        margin: 60px 0px 0px -30px; /* Center percentage text */
        font-size: 10px; /* Adjust font size for mobile */
    }

    /* Additional mobile adjustments for the fly animation */
    @-webkit-keyframes fly {
        0% { opacity: 0; top: 50%; }
        20% { opacity: 1; top: 45%; }
        100% { opacity: 0; top: 30%; }
    }
    @-moz-keyframes fly {
        0% { opacity: 0; top: 50%; }
        20% { opacity: 1; top: 45%; }
        100% { opacity: 0; top: 30%; }
    }
    @-ms-keyframes fly {
        0% { opacity: 0; top: 50%; }
        20% { opacity: 1; top: 45%; }
        100% { opacity: 0; top: 30%; }
    }
    @-o-keyframes fly {
        0% { opacity: 0; top: 50%; }
        20% { opacity: 1; top: 45%; }
        100% { opacity: 0; top: 30%; }
    }
    @keyframes fly {
        0% { opacity: 0; top: 50%; }
        20% { opacity: 1; top: 45%; }
        100% { opacity: 0; top: 30%; }
    }
}




/* #FullPage Scroll 
================================================== */


html, body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}


/* Default style for the phone icon (could be blue here) */
.phone {
    color: blue; /* Adjust this to your current phone icon color */
}

/* Mobile view: Remove or change the blue color for the phone icon */
@media only screen and (max-width: 800px) {
    .phone {
        color: inherit; /* This will inherit the color from the parent */
        /* Alternatively, set a specific color */
        /* color: black; */
    }
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-easing {
    -webkit-transition: all 0.8s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.8s ease-out;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav li,
.fp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav li {
    display: inline-block;
}
#fp-nav li a,
.fp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav li .active span,
.fp-slidesNav .active span {
    background: rgba(255, 255, 255, .6);
}
#fp-nav span,
.fp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
}
.fp-tooltip.right {
    right: 20px;
}
.fp-tooltip.left {
    left: 20px;
}







/* #Logo and Social
================================================== */



.logo-top{
	position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 200px;
    height: 120px;
    background: url('../images/Logo2.png') no-repeat center center;
    background-size: 200px 120px;
    z-index: 1000;
   
}


.social-top{ 
	position:fixed;
	top:50px;
	right:120px;
	z-index:1000;
	height:32px;
}

.list-social {
	display: flex; /* Use flexbox to arrange items horizontally */
	justify-content: center; /* Center items horizontally */
	padding: 0;
	margin: -100px;
}

.list-social ul {
	display: flex; /* Ensure the ul itself uses flexbox */
	padding: 0;
	margin: 0;
	list-style: none; /* Remove default list styles */
}

.list-social li {
	padding: 0;
	margin: 100px 10px; /* Adjust spacing between icons */
	text-align: center;
	cursor: pointer;
	display: flex; /* Use flexbox for li itself */
	align-items: center; /* Center icon vertically */
	justify-content: center; /* Center icon horizontally */
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.list-social li.icon-soc {
	width: 50px; /* Size of the circular background */
	height: 50px; /* Size of the circular background */
	background-color: #ffffff; /* Background color of the circle */
	border-radius: 50%; /* Makes the background circular */
	display: flex;
	align-items: center; /* Center icon vertically */
	justify-content: center; /* Center icon horizontally */
}

.list-social li.icon-soc a {
	font-family: 'FontAwesome';
	font-size: 25px; /* Size of the icon */
	color: #a29475; /* Color of the icon */
	text-decoration: none; /* Removes underline from links */
}

.list-social li.icon-soc:hover {
	background-color: #a29475; /* Change background color on hover */
}

.list-social li.icon-soc:hover a {
	color: #f1f1f1; /* Change icon color on hover */
}


.sound{ 
	position:fixed;
	top:50px;
	right:50px;
	width:32px;
	height:32px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-image:url('../images/sound.gif');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:16px 16px;
	z-index:1002;
	opacity:.9;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.sound:hover{ 
	opacity:.6;
}

#background_audio{
    display:none;
}




	.tipper { height: 1px; left: -99999px; position: absolute; pointer-events: none; top: -99999px; width: 1px;z-index:100000; }
	.tipper .tipper-content { background: rgba(0, 0, 0, 0.85);box-shadow: 0 0 25px rgba(0,0,0,0.5);text-transform:uppercase; border-radius: 2px; color: #fff;letter-spacing:2px; display: block; float: left; font-family: 'Open Sans', sans-serif; font-weight:300;font-size: 9px; margin: 0; padding: 6px 20px; position: relative; white-space: nowrap; }
	.tipper .tipper-caret { background: url('../images/tipper-icon.png') no-repeat; display: block; height: 11px;  position: absolute; width: 100%; }

	.tipper.right .tipper-content { box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.right .tipper-caret { background-position: left center; left: -5px; top: 0; }

	.tipper.left .tipper-content { box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.left .tipper-caret { background-position: right center; right: -5px; top: 0; }

	.tipper.top .tipper-caret,
	.tipper.bottom .tipper-caret { display: block; float: none; height: 5px;  width: 12px;margin-left:-6px; }

	.tipper.top .tipper-content { box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.top .tipper-caret { background-position: center bottom; bottom: -5px; left: 0; text-align:center;}

	.tipper.bottom .tipper-content { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.bottom .tipper-caret { background-position: center top; top: -5px; left: 0; }


	
#poster-mobile-background { 
	position: absolute; 
	bottom: 0; 
	left: 0;
	top:0;
	right:0;
	background:url('../images/reception.jpg')no-repeat center center;
	background-size:cover;
	width: 100%;
	height: 100%;
	z-index: -2;
	overflow: hidden;
}
video #video-background { 
	position: absolute;
	top:50%;
	left:50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}	
	
	
.transparent-background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#282b30;
	opacity:.5;
	z-index: 1;
}	
	
.transparent-background-3{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#282b30;
	opacity:.3;
	z-index: 1;
}	

.text-top {
	position:absolute;
	top:50%;
	margin-top:-50px;
	font-family: 'Montserrat', sans-serif;
	font-size: 80px; 
	line-height: 30px;
	text-transform:uppercase;
	font-weight: 700;
	letter-spacing:3px;
	color:#fff;
	left:0;
	width:100%;
	display: block;
	text-align: center;
	z-index: 5;
}

.text-to {
	position:absolute;
	top:50%;
	margin-top:-120px;
	font-family: 'Arial', sans-serif;
	font-size: 30px; 
	line-height: 35px;
	text-transform:uppercase;
	font-weight: 700;
	letter-spacing:2px;
	color:#fff;
	left:0;
	width:100%;
	display: block;
	text-align: center;
	z-index: 5;
	
}




ul.countdown {
	position:absolute;
	top:50%;
	margin-top:-10px;
	left:0;
	width:100%;
	display: block;
	text-align: center;
	z-index: 5;
}
ul.countdown li {
	display: inline-block;
}
ul.countdown li span {
	font-size: 80px;
	line-height: 80px;
	font-family: 'lato';
	font-weight:bold;
}
ul.countdown li.seperator {
	font-size: 40px;
	width: 40px;
	text-align:center;
	line-height: 80px;
	vertical-align: top;
	padding-left:40px;
	padding-right:40px;
	color:#fff;
	font-family: 'lato';
}
ul.countdown li p {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing:3px;
	margin-top:20px;
}


.mouse {
	position:absolute;
	bottom:50px;
	height:40px;
	font-family: 'Pe-icon-7-stroke';
	font-size: 40px; 
	line-height: 40px;
	color:rgba(255,255,255,.7);
	left:0;
	width:100%;
	display: block;
	text-align: center;
	z-index: 5;
	-webkit-animation: vertical 2s ease infinite;
	animation: vertical 2s ease infinite;
}
@-webkit-keyframes vertical {
	0%{-webkit-transform:translate(0,-3px)}
	4%{-webkit-transform:translate(0,3px)}
	8%{-webkit-transform:translate(0,-3px)}
	12%{-webkit-transform:translate(0,3px)}
	16%{-webkit-transform:translate(0,-3px)}
	20%{-webkit-transform:translate(0,3px)}
	22%{-webkit-transform:translate(0,0)}
}
@keyframes vertical {
	0%{transform:translate(0,-3px)}
	4%{transform:translate(0,3px)}
	8%{transform:translate(0,-3px)}
	12%{transform:translate(0,3px)}
	16%{transform:translate(0,-3px)}
	20%{transform:translate(0,3px)}
	22%{transform:translate(0,0)}
}




.transparent-background-2{
	position:absolute;
	top:0;
	right:-100%;
	width:100%;
	height:100%;
	background:#282b30;
	opacity:.5;
	z-index: 1;
}	
.details{
	position:absolute;
	top:50%;
	right:-100%;
	margin:0 auto;
	margin-top:-70px;
	width:100%;
	height:100%;
	z-index: 5;
}	
.details h6{ 
	margin-top:30px;
	padding-bottom:20px;
	text-align:center;
	color:#fff;
}
.details p{ 
	text-align:center;
	
	letter-spacing:1px;
	font-size: 12px;
	color:#fff;
}
.relative-box { 
	position:relative;
	margin:0 auto;
	width:100%;
}

.relative-box p { 
	color: rgb(255, 255, 255); /* Change this to the color you prefer */
    text-decoration: none; /* Ensure no underline */
   
}

.relative-box span {
	margin:0 auto;
	height:40px;
	font-family: 'Pe-icon-7-stroke';
	font-size: 40px; 
	line-height: 40px;
	width:100%;
	display: block;
	text-align: center;
}

.pe-7s-map-marker {
    -webkit-animation: bounce 2.5s ease infinite;
    animation: bounce 2.5s ease infinite;
}

.office{
	-webkit-animation: bounce 2.5s ease infinite;
	animation: bounce 2.5s ease infinite;
}
@-webkit-keyframes bounce {
	0%,10%,20%,50%,80%{-webkit-transform:translateY(0)}
	40%{-webkit-transform:translateY(-15px)}
	60%{-webkit-transform:translateY(-15px)}
}
@keyframes bounce {
	0%,10%,20%,50%,80%{transform:translateY(0)}
	40%{transform:translateY(-15px)}
	60%{transform:translateY(-15px)}
}
.phone{
	-webkit-animation: ring 2.5s ease infinite;
	animation: ring 2.5s ease infinite;
	-webkit-transform-origin-x: 50%;
	-webkit-transform-origin-y: 0px;
	-webkit-transform-origin-z: initial;
	transform-origin-x: 50%;
	transform-origin-y: 0px;
	transform-origin-z: initial;
}
@-webkit-keyframes ring {
	0%{-webkit-transform:rotate(-10deg)}
	2%{-webkit-transform:rotate(10deg)}
	4%{-webkit-transform:rotate(-12deg)}
	6%{-webkit-transform:rotate(12deg)}
	8%{-webkit-transform:rotate(-15deg)}
	10%{-webkit-transform:rotate(15deg)}
	12%{-webkit-transform:rotate(-12deg)}
	14%{-webkit-transform:rotate(12deg)}
	16%{-webkit-transform:rotate(-9deg)}
	18%{-webkit-transform:rotate(9deg)}
	20%{-webkit-transform:rotate(0deg)}
}
@keyframes ring {
	0%{transform:rotate(-10deg)}
	2%{transform:rotate(10deg)}
	4%{transform:rotate(-12deg)}
	6%{transform:rotate(12deg)}
	8%{transform:rotate(-15deg)}
	10%{transform:rotate(15deg)}
	12%{transform:rotate(-12deg)}
	14%{transform:rotate(12deg)}
	16%{transform:rotate(-9deg)}
	18%{transform:rotate(9deg)}
	20%{transform:rotate(0deg)}
}
.email{
	-webkit-animation: float 2.5s linear infinite;
	animation: float 2.5s linear infinite;
}
@-webkit-keyframes float{
	0%{-webkit-transform: translateY(0)}
	50%{-webkit-transform: translateY(10px)}
	100%{-webkit-transform: translateY(0)}
}
@keyframes float{
	0%{transform: translateY(0)}
	50%{transform: translateY(10px)}
	100%{transform: translateY(0)}
}




.header-background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('../images/Main.jpg')no-repeat center center;
	background-size:cover;
	z-index: 1;
}		

.sc-background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('../images/lbc-2ndpage.jpg')no-repeat center center;
	background-size:cover;
	z-index: 1;
}		
	

.contact-background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('../images/lbc-3rdpage.jpg')no-repeat center center;
	background-size:cover;
	z-index: 1;
}		
	

	
.contact-form{
	position:absolute;
	top:50%;
	left:0;
	margin:0 auto;
	margin-top:-170px;
	width:100%;
	height:100%;
	z-index: 5;
}	
.contact-form h5{
	text-align:center;
	color:#fff;
	padding-bottom:10px;
	margin-top: 15px;
	border-radius: 100%;
}
	
#ajax-form select {
    width: calc(100% - 40px); /* Matches the width of input fields */
    padding-left: 20px; /* Matches the padding of input fields */
    padding-right: 20px;
    font-family: 'Lato', sans-serif; /* Matches the font style */
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 15px;
    background: transparent; /* Transparent background for the closed dropdown */
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7); /* Matches input field borders */
    color: #fff; /* White text color */
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
    outline: none;
    appearance: none; /* Hides the default arrow */
    cursor: pointer;
    
    /* Custom arrow */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center; /* Adjust position of the arrow */
    background-size: 12px; /* Adjust size of the arrow */
}

/* Hover and focus styles */
#ajax-form select:hover,
#ajax-form select:focus {
    color: #fff; /* Maintain white color */
    border-bottom: 1px solid rgba(255, 255, 255, 1); /* Highlight border */
}

/* Styling dropdown on open */
#ajax-form select:focus option {
    background: #a29475; /* Ensures list is consistently styled */
    color: #fff; /* White text color for readability */
}

#ajax-form {
	width: 100%;
	font-family: 'OpenSans-Light-webfont';
	font-size: 10px;
	line-height:14px;
	color:#ffffff;
	margin:-80px auto;
}
#ajax-form label {
	display: block;
	font-family: 'OpenSans-Light-webfont';
	font-size: 14px;
	line-height:30px;
}
#ajax-form input{
	width:calc(100% - 40px);
	padding-left:20px;
	padding-right:20px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size: 14px;
	line-height:24px;
	padding-bottom: 15px;
	background:transparent;
	border:none;
	color: #fff;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea {
	width:calc(100% - 40px);
	padding-left:20px;
	padding-right:20px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	font-size: 14px;
	line-height:24px;
	padding-bottom: 15px;
	background:transparent;
	height:100px;
	border:none;
	color: #fff;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea,
#ajax-form input {	
	border-bottom:1px solid rgba(255,255,255,.7);
}
.error {
	font: 11px/22px 'Open Sans', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	display: none;
	color:#fff;
}
#ajaxsuccess {
	background: #f2f2f2;
	color:#fff;
	font: 20px/60px 'Open Sans', sans-serif;
	height:60px;
	display: none;
	padding-left:10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.text-align-center{
	text-align:center;
	padding-top:10px;
 }
#ajax-form textarea:active,
#ajax-form input:active {	
	color: #fff;
}
#ajax-form textarea:active,
#ajax-form input:hover {	
	color: #fff;
}
#ajax-form textarea:focus,
#ajax-form input:focus {	 
    outline: none !important;
}


#ajax-form input:-ms-input-placeholder  {
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:2px;
}
#ajax-form input::-moz-placeholder  {
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:2px;
}
#ajax-form input:-moz-placeholder  {
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:2px;
}
#ajax-form input::-webkit-input-placeholder  {
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:2px;
}
#ajax-form textarea:-ms-input-placeholder  {
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:2px;
}
#ajax-form textarea::-moz-placeholder  {
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:2px;
}
#ajax-form textarea:-moz-placeholder  {
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:2px;
}
#ajax-form textarea::-webkit-input-placeholder  {
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:2px;
}
#ajax-form input:-ms-input-placeholder  {
	color: rgba(255,255,255,.8);
}
#ajax-form input::-moz-placeholder  {
	color: rgba(255,255,255,.8);
}
#ajax-form input:-moz-placeholder  {
	color: rgba(255,255,255,.8);
}
#ajax-form input::-webkit-input-placeholder  {
	color: rgba(255,255,255,.8);
}
#ajax-form textarea:-ms-input-placeholder  {
	color: rgba(255,255,255,.8);
}
#ajax-form textarea::-moz-placeholder  {
	color: rgba(255,255,255,.8);
}
#ajax-form textarea:-moz-placeholder  {
	color: rgba(255,255,255,.8);
}
#ajax-form textarea::-webkit-input-placeholder  {
	color: rgba(255,255,255,.8);
}


#ajax-form button {
	position:relative;
	width:160px;
	height:44px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	margin:0 auto;
	display: block;
	padding:0;
	font-size: 13px;
	line-height:44px;
	background:#fff;
	color: #000000;
	border:none;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}
#ajax-form button:hover {
	color:#fff;
}
#ajax-form button:focus,
#ajax-form button:active {
	border:none;
	outline:none;
}	
	
	
	

/* #Media Queries
================================================== */
@media only screen and (max-width: 1024px) {



	.logo-top{
		position: fixed;
		top: 30px;
		left: 50%;
		transform: translateX(-50%);
		width: 180px;
		height: 108px;
		background: url('../images/Logo2.png') no-repeat center center;
		background-size: 180px 108px;
		margin-bottom: 100px;
		
	} 
	.text-top {
		margin-top:-5px;
		
		font-size: 70px; 
		line-height: 20px;
		font-weight: 1000;
		letter-spacing:2px;
	}
	.text-to {
		margin-top:-70px;
		font-size: 30px; 
		line-height: 40px;
		font-weight: 700;
		letter-spacing:2px;
	}


}



@media only screen and (max-width: 500px) {


	.container{
		margin-top: -150px;}

		.text-to {
			margin-top:-70px;
			font-size: 20px; 
			line-height: 80px;
			font-weight: 700;
			letter-spacing:2px;
		}
	
		.text-top {
			margin-top:-5px;
			
			font-size: 70px; 
			line-height: 120px;
			font-weight: 1000;
			letter-spacing:2px;
		}

}

@media only screen and (max-width: 800px) {



.logo-top{
	position: fixed;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	height: 108px;
	background: url('../images/Logo2.png') no-repeat center center;
	background-size: 180px 108px;
}



.list-social ul{
	margin: 0px;
}

.social-top{ 
	top:70px;
	right:0;
	width:100%;
	text-align:center;
}

/* Mobile styles for social media icons */
@media only screen and (max-width: 800px) {
	.list-social {
		justify-content: center; /* Center items horizontally */
		flex-wrap: wrap; /* Allow items to wrap to the next line if needed */
	}

	.list-social li {
		margin-top: 27px; /* Adjust spacing between icons */
		text-align: center;
	}

	.list-social li.icon-soc {
		width: 40px; /* Adjust size for mobile */
		height: 40px; /* Adjust size for mobile */
	}

	.list-social li.icon-soc a {
		font-size: 20px; /* Adjust icon size for mobile */
	}
}

.sound{ 
	top:30px;
	right:30px;
	width:26px;
	height:26px;
	background-image:url('../images/sound.gif');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:13px 13px;
}

.text-top {
	margin-top:-40px;
	
	font-size: 35px; 
	line-height: 16px;
	font-weight: 1000;
	letter-spacing:2px;
}
.text-to {
	margin-top:-90px;
	font-size: 15px; 
	line-height: 30px;
	font-weight: 400;
	letter-spacing:2px;
}


ul.countdown {
	margin-top:-40px;
}
ul.countdown li span {
	font-size: 30px;
	line-height: 30px;
}
ul.countdown li.seperator {
	font-size: 20px;
	width: 20px;
	line-height: 30px;
	padding-left:5px;
	padding-right:5px;
}
ul.countdown li p {
	font-size: 10px;
	letter-spacing:1px;
	margin-top:15px;
}
	
.contact-form h5{
	font-size:14px;
	line-height:18px;
}

}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.details{
		margin-top:-10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

	.details{
		margin-top:-10px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {	
.details{
	margin-top:0px;
}
.details span{
	display:none;
}	
.contact-form{
	margin-top:-160px;
}	
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.details{
	margin-top:-10px;
}
/*.details span{
	display:none;
}	*/
.contact-form{
	margin-top:-120px;
}
}




@media only screen and (max-width: 319px) {
.details{
	margin-top:-13px;
}
.details span{
	display:none;
}	
.contact-form{
	margin-top:-140px;
}
}



/* #Font-Face
================================================== */



@font-face {
    font-family: 'OpenSans-Light-webfont';
    src: url('font/OpenSans-Light-webfont.eot');
    src: url('font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Light-webfont.woff') format('woff'),
         url('font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('font/OpenSans-Light-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}





