

/* #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: 160px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24px 0px 0px -80px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:160px 48px;
}
#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: 80px;
    height: 40px;
    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%;}
}








/* #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;
}
.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:50px;
	width:161px;
	height:28px;
	background:url('../images/logo.png')no-repeat center center;
	background-size:161px 28px;
	z-index: 1000;
}


.social-top{ 
	position:fixed;
	top:50px;
	right:120px;
	z-index:1002;
	height:32px;
}
.list-social li {
    padding:0; 
    list-style: none;
	text-align:center; 
    display: inline-block;
	cursor:pointer;
	margin-left:20px;
    -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 a {
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 32px;
	width:30px;
	opacity:1;
	text-align:right;
	color:#fff;
	margin:0;
	padding:0;
    -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:hover{
}
.list-social li:hover.icon-soc a{
}



.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/1b.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:.7;
	z-index: 1;
}	
	

.text-top {
	position:absolute;
	top:50%;
	margin-top:-140px;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px; 
	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;
}

ul.countdown {
	position:absolute;
	top:50%;
	margin-top:-60px;
	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: 'Bilbo', cursive;
	font-weight:normal;
}
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: 'Bilbo', cursive;
}
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:.7;
	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;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size: 12px;
	color:#fff;
}
.relative-box { 
	position:relative;
	margin:0 auto;
	width:100%;
}

.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;
}
.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)}
}







	

.contact-background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('../images/1.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;
}
	
	

#ajax-form {
	width: 100%;
	font-family: 'OpenSans-Light-webfont';
	font-size: 10px;
	line-height:14px;
	color:#101010;
	margin:0 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;
	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: 800px) {



.logo-top{
	position:fixed;
	top:20px;
	left:50%;
	margin-left:-80px;
	width:160px;
	height:27px;
	background:url('../images/logo.png')no-repeat center center;
	background-size:160px 27px;
}


.social-top{ 
	top:70px;
	right:0;
	width:100%;
	text-align:center;
}
.list-social li {
	margin:0 auto;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
}
.list-social li.icon-soc a {
	text-align:center;
}
.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:-70px;
	font-size: 16px; 
	line-height: 16px;
	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) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {	
.details{
	margin-top:-130px;
}
.details span{
	display:none;
}	
.contact-form{
	margin-top:-140px;
}	
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.details{
	margin-top:-130px;
}
.details span{
	display:none;
}	
.contact-form{
	margin-top:-140px;
}
}

@media only screen and (max-width: 319px) {
.details{
	margin-top:-130px;
}
.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;
}





