@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
/* CSS Document */
 	/* box-shadow: inset 0px 0px 0px 1px #D9D9D9;
	-webkit-box-shadow: inset 0px 0px 0px 1px #D9D9D9;
	-moz-box-shadow: inset 0px 0px 0px 1px #D9D9D9;
	-o-box-shadow: inset 0px 0px 0px 1px #D9D9D9;*/
/**{margin:0; padding:0;}*/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, section, header, footer {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
a{text-decoration:none;}
a:hover{text-decoration:none; /* -moz-transition:all 1s ease-in 0s; -webkit-transition:all 1s; -o-transition:all 1s;*/}
/*ul{list-style:none;}*/
img{max-width:100%;}
body{-webkit-font-smoothing:antialiased; word-wrap:break-word; font-family: "Inter", sans-serif; font-size:16px; line-height:26px; font-weight:400; color:#000000; background:#FFFFFF;}
.clear{clear:both; margin:0px; padding:0px; border:0px; height:0px; font-size:0px;}

.heading{font-size:36px; line-height:1; color:#000000; font-weight:900; padding-bottom:30px; margin:0px; position:relative;}
/*.heading span{display:block; font-size:16px; font-weight:300; font-family: 'Montserrat', sans-serif; color:#323232; text-transform:none; padding-top:15px;}
.heading:after{content:''; position:absolute; left:50%; margin-left:-50px; bottom:0px; width:100px; height:1px; background-color:#ff601f;}*/

.input1, .input2{width:100%; padding:0 15px; font-size:16px; color:#000000; height:53px; line-height:53px; margin:0px 0px 15px 0px; border:none; background-color:#FFFFFF;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	 border-radius:5px;
}
.input2{height:110px; padding:10px 15px; line-height:inherit !important;}
select.input1{width:100%; color:#8d8d8d; cursor:pointer;}
.submit{background:url(images/button.png) no-repeat center center; overflow:hidden; color:#000000; line-height:48px; width:160px; font-size:15px; font-weight:600; text-align:center; padding:0px 20px 0px 0px; cursor:pointer; border:none; -moz-transition:all 1s ease-in 0s; -webkit-transition:all 1s; -o-transition:all 1s;
	-moz-border-radius:30px; 
	-webkit-border-radius:30px;
	-khtml-border-radius:30px;
	 border-radius:30px;
}
.submit:hover{
 	 box-shadow: 0px 0px 5px 5px #D9D9D9;
	-webkit-box-shadow: 0px 0px 5px 5px #D9D9D9;
	-moz-box-shadow: 0px 0px 5px 5px #D9D9D9;
	-o-box-shadow: 0px 0px 5px 5px #D9D9D9;	
}

.button{font-size:15px; font-weight:600; line-height:48px; width:160px; text-transform:uppercase; background:url(images/button.png) no-repeat center center;}
.button a{background-color:transparent; color:#000000; display:block; padding:0px 0px 0px 20px;
	 -moz-transition:all 1s ease-in 0s; -webkit-transition:all 1s; -o-transition:all 1s;
	 -moz-border-radius:30px; 
	-webkit-border-radius:30px;
	-khtml-border-radius:30px;
	 border-radius:30px;
}
.button a:hover{
 	 box-shadow: 0px 0px 5px 5px #D9D9D9;
	-webkit-box-shadow: 0px 0px 5px 5px #D9D9D9;
	-moz-box-shadow: 0px 0px 5px 5px #D9D9D9;
	-o-box-shadow: 0px 0px 5px 5px #D9D9D9;	
}

header{width:100%; padding:8px 0px 8px 0px; position:fixed; top:0px; left:0px; z-index:999; background:rgba(0,0,0,.5);}

.logo{/*width:147px;*/ float:left; /*position:absolute; z-index:9999; top:-47px; left:0; transform:translateX(-50%);*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
     transition: all 0.3s;
}
/*.logo a{line-height:1px; display:block;}*/
.logo a,
.logo span{display:inline-block;}
.logo span{font-size:22px; color:#FFF; font-weight:300; text-transform:uppercase;}

header nav{padding:22px 0px 0px 0px; float:right;}
header nav li{position:relative;}
header nav ul{list-style:none; text-align:center;
    /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
     transition: all 0.3s;*/
}
header nav ul li{display:block; position:relative; float:left; line-height:30px; font-size:16px; font-weight:500; padding:0px 40px 0px 0px;}
header nav ul li:last-child{padding-right:0px;}
header nav ul li a{display:block; color:#FFFFFF; padding:0px; border-bottom:1px solid rgba(0,0,0,0);
	/* box-shadow: inset 0px 0px 0px 1px #D9D9D9;
	-webkit-box-shadow: inset 0px 0px 0px 1px #D9D9D9;
	-moz-box-shadow: inset 0px 0px 0px 1px #D9D9D9;
	-o-box-shadow: inset 0px 0px 0px 1px #D9D9D9;
	-moz-border-radius:20px; 
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	 border-radius:20px;*/
}
header nav ul li a:hover{color:#FFFFFF; border-bottom:1px solid #FFFFFF;}
header nav ul li .active{color:#FFFFFF; border-bottom:1px solid #FFFFFF;}

/*dropdown*/
header nav ul li:hover{/*background-color:#ffff00; color:#000000;*/}
header nav ul li ul{background:#ff601f; display:none; position:absolute; width:270px; left:0px !important; z-index:999; border-top:10px solid #FFF;}
header nav li:hover > ul{display:block;}
header nav li li{display:block; float:none; margin:0px; padding:0px !important; width:270px; background:none; border:none; position:relative;}
header nav li:hover li a{background:none;}
header nav li ul a{display:block; font-size:13px; font-style:normal; margin:0px; padding:0px 0px 0px 10px; text-align:left; color:#ffffff; line-height:43px; text-transform:none;}
header nav li ul li a:hover{border-bottom:1px solid #FFFFFF;}
header nav li ul li:last-child a,
header nav li ul li:last-child a:hover{border:none;}
header nav li ul a:hover{background-color:#450000 !important; color:#ffffff !important;}
/*header nav li ul a:before{content:url(images/menu-drop-arrow.png); color:#FFF; margin-right:7px;}*/
/*from second dropdown*/
header nav ul ul li:hover{background-color:#003d67 !important; color:#ffffff !important;}
header nav li ul ul{left:200px !important; top:0px !important; position:absolute; z-index:9999;}

/*sticky header*/
.header_bottom.smaller{position:fixed; top:0px; height:98px; background-color:#FFF;}

.header_mobilenav{position:relative;}

section{width:100%; margin:0px; padding:0px;}
.banner_area{overflow:hidden;}
.banner_area img{opacity:0; height:750px;}

.home_about_section{padding:80px 0px;}
.home_about_section .heading{text-align:center; padding-bottom:50px;}
.home_about_left{float:left; width:50%;}
.home_about_left img{width:100%;}
.home_about_right{float:left; width:50%; padding-left:50px; line-height:30px; color:#000;}
.home_about_heading{font-size:24px; font-weight:900; padding-bottom:25px; margin:0px; position:relative;}
/*.home_about_heading span{display:block; font-size:20px; color:#ff601f; padding-bottom:5px;}*/

.resort_section{padding:70px 0px;}
.resort_section .heading{text-align:center; padding-bottom:90px;}
.resort_blockarea{}
.resort_block{width:370px; float:left; margin:0px 0px 0px 65px; background-color:#f8f8f8; position:relative;} 
.resort_block:first-child{margin-left:0px;}
.resort_block_bg{position:absolute; left:-30px; top:-30px; z-index:-1; width:379px; height:582px; background:url(images/resort-block-bg.png) no-repeat left top;}
.resort_block_imgarea{position:relative;}
.resort_block_imgarea img{width:100%;}
.resort_block_play{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.resort_block_play img{width:auto !important;}
.resort_block_content{padding:30px; color:#3c3c3c;}
.resort_block_title{font-size:24px; font-weight:600; padding-bottom:10px;}
.resort_block_link{padding-top:10px; font-size:14px; font-weight:500; color:#F5CF15;}
.resort_block_link a{color:#F5CF15;}
.resort_block_link a:hover{color:#b89900; text-decoration:underline;}

.fourcolumn_section{background-color:#f8f8f8; text-align:center; padding:70px 0px;}
.fourcolumn_blockarea{}
.fourcolumn_block{display:block; padding:30px 20px; /*margin-top:30px;*/ background-color:#FFF;
 	 box-shadow:inset 0px 0px 5px 5px #f1f1f1;
	-webkit-box-shadow:inset 0px 0px 5px 5px #f1f1f1;
	-moz-box-shadow:inset 0px 0px 5px 5px #f1f1f1;
	-o-box-shadow:inset 0px 0px 5px 5px #f1f1f1;
} 
.fourcolumn_block_imgarea{margin-bottom:15px;}
.fourcolumn_block_title{font-size:20px; font-weight:bold; color:#000; padding-bottom:10px;}
.fourcolumn_block p{margin:0px;}
.fourcolumn_block_link{margin-top:18px;}
.fourcolumn_block_link img{display:inline-block; -moz-transition:all 1s ease-in 0s; -webkit-transition:all 1s; -o-transition:all 1s;}
.fourcolumn_block_link img:hover{margin-left:10px;}

.ourfacility_section{background:url(images/ourfacility-bg.jpg) no-repeat top center; background-size:cover; text-align:center; color:#FFF; line-height:30px; padding:80px 0px;}
.ourfacility_section .heading{color:#FFF;}
.ourfacility_content{}
.ourfacility_blockarea{padding-top:30px;}
.ourfacility_block{margin-top:30px;} 
.ourfacility_block img{width:100%;}
.ourfacility_block_title{background-color:#FFF; padding:15px; text-align:left; color:#000; max-width:90%; margin-top:-30px; position:relative; z-index:99;}

.fascinating_section{background-color:#f8f8f8; padding:70px 0px;/*padding:70px 0px 120px 0px; background-image:url(images/fascinating-bg.png); background-repeat:no-repeat; background-position:bottom 80px center;*/}
.fascinating_section .heading{text-align:center; /*padding-bottom:100px;*/padding-bottom:50px;}
.fascinating_top{background-color:#FFF;}
.fascinating_top_left{float:left; width:56.5%;}
.fascinating_top_left img{width:100%;}
.fascinating_top_right{float:right; width:40%; padding-right:40px; padding-top:45px; color:#3c3c3c;}
.fascinating_top_heading{font-size:32px; line-height:1; font-weight:600; color:#000; padding-bottom:20px; margin:0px; position:relative;}
.fascinating_bottom{max-width:1060px; margin:auto;}
.fascinating_bottom_block{width:25%; float:left; padding-top:40px; opacity:.6;}
.fascinating_bottom_block.active{opacity:1;}
.fascinating_bottom_block img{float:left;}
.fascinating_bottom_block_title{float:left; font-size:20px; line-height:30px; font-weight:600; padding-top:25px; padding-left:15px;}

.testimonial_section{padding:80px 0px;}
.testimonial_block{background-color:#FFF; padding:30px 30px 30px 175px; color:#7a7a7a; line-height:28px; position:relative;
 	 box-shadow:inset 0px 0px 5px 5px #f1f1f1;
	-webkit-box-shadow:inset 0px 0px 5px 5px #f1f1f1;
	-moz-box-shadow:inset 0px 0px 5px 5px #f1f1f1;
	-o-box-shadow:inset 0px 0px 5px 5px #f1f1f1;	
}
.testimonial_block img{float:left; margin-left:-145px;
	-moz-border-radius:100px; 
	-webkit-border-radius:100px;
	-khtml-border-radius:100px;
	 border-radius:100px;
}
.testimonial_block_content{width:100%;}
.testimonial_block_heading{color:#192D60; font-weight:600; padding-top:25px;}
.testimonial_block_author{color:#192D60; font-weight:300; font-size:14px; font-style:italic;}
.testimonial_coma{position:absolute; right:20px; top:-15px; z-index:99; width:40px; height:29px;}
.testimonial_coma img{float:none; margin:0px;}

.ourgallery{}
.ourgallery_block{width:25%; float:left;}
.ourgallery_block img{width:100%;}

.footer_contact_section{background-color:#192138;}
.footer_contact_left{width:50%; float:left;}
.footer_contact_right{width:50%; float:right;}
.footer_contact_right_content{max-width:640px; padding:40px 0px 0px 40px;}
.footer_contact_heading{font-size:24px; font-weight:900; padding-bottom:20px; margin:0px; color:#FFF;}
.footer_contact_right_block{color:#FFF; margin-top:10px; padding-left:30px;}
.footer_contact_right_block:first-child{margin-top:0px;}
.footer_contact_right_block i{float:left; margin-left:-30px; font-size:20px; line-height:26px;}

footer{width:100%; color:#FFFFFF; background-color:#0c1222; text-align:center; line-height:30px;}
footer a{color:#FFFFFF;}
footer a:hover{color:#FFFFFF;}
.footer_area_block{padding:20px; display:inline-table;}
.footer_area_block:first-child{padding-left:0px;}
.footer_area_block:last-child{padding-right:0px;}
.footer_logo{}
.footer_top{padding:20px 0px;}

.footer_area_block_social{/*padding-left:35px;*/ float:right;}
.footer_area_block_social img{margin-right:8px;}

.footer_bottom{text-align:center; padding:30px 0px; border-top:1px solid #494d58;}
/*.footer_bottom span{color:#FFF;}*/

textarea{resize:none;}
iframe{display:block;}
.recaptcha{margin-bottom:20px;}

.inner_area{padding:80px 0px;}

.inner_banner{position:relative; min-height:400px; background-repeat:no-repeat; background-position:top center; background-size:cover;}
.inner_banner img{/*width:100%;*/ display: block; opacity:0;}

.gallery_section{padding:80px 0px 50px 0px;}
.gallery_block{margin-bottom:30px;}
.gallery_block img{width:100%;}

.contact_section{}
.contact_area{overflow:hidden; background-color:#f3f3f3;}
.contact_area_left{width:50%; float:left; color:#FFFFFF; background:#1f273b url(images/contact.jpg) no-repeat bottom left; background-size:cover;}
.contact_area_leftcover{padding:40px; background:rgba(0,0,0,.6);}
.contact_area_right{width:50%; float:right;}
.contact_area_left p{margin:0px;}
.contact_area_left_heading{font-size:20px;}
.contact_heading{font-size:50px; line-height:1; color:#FFFFFF; font-weight:600; padding-bottom:30px; margin:0px; position:relative;}
.contact_area_block{padding:0px 0px 0px 40px; margin:0px 0px 35px 0px; font-size:25px; line-height:1.2; color:#FFFFFF; font-weight:500;}
.contact_area_block a{color:#FFFFFF;}
.contact_area_block img,
.contact_area_block i{float:left; margin-left:-40px; line-height:30px;}

.fascinating_area{background-color:#f8f8f8;}
.fascinating_area_left{float:left; width:50%;}
.fascinating_area_left img{width:100%;}
.fascinating_area_right{float:right; width:50%; padding:40px;}
.fascinating_area:nth-child(2n) .fascinating_area_left{float:right;}
.fascinating_area:nth-child(2n) .fascinating_area_right{float:left;}






/*BLOG*/
.blogarea{padding-right:450px;}
.blog_left{width:100%; float:left;}
.blog_right{width:400px; float:right; margin-right:-450px;}

.recentblog_area{}
.recentblog_block{position:relative; line-height:26px; margin-top:80px;}
.recentblog_block:first-child{margin-top:0px;}
.recentblog_imgarea{background-color:#f9f9f9; text-align:center;}
.recentblog_content{padding-top:40px;}
.recentblog_heading{font-size:35px; line-height:1; color:#333333; padding:0px 0px 15px 0px;}
.recentblog_date{font-weight:500; font-size:15px; color:#676767; text-transform:uppercase; padding:0px 0px 20px 0px;}
.recentblog_date a{color:#676767;}
.recentblog_date img{vertical-align:middle; margin-right:10px;}
.recentblog_block .button{margin-top:30px;}

.pagination_area{display:block;}
.pagination_area a{color:#515151; font-weight:500; background-color:#FFFFFF; padding:4px 11px; border:1px solid #000000; margin-left:5px; display:inline-block;}
.pagination_area a:hover{background-color:#000000; color:#FFF !important; border:1px solid #000000;}
.pagination_area .active_page{background-color:#000000; color:#FFF !important; border:1px solid #000000;}

.blog_right_block{margin-top:30px; border:1px solid #d7d7d7; overflow:hidden;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	 border-radius:5px;
}
.blog_right_block:first-child{margin-top:0px;}
.blog_right_blockarea{padding:20px 15px;}
.blog_right_heading{font-weight:500; font-size:25px; line-height:1; color:#FFFFFF; padding:20px 15px 20px 15px; margin-bottom:20px; background-color:#0675d8; position:relative;}
.blog_right_heading:after{content:''; position:absolute; left:40px; bottom:-15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #0675d8 transparent transparent transparent;
}
.blog_right_block a{color:#20283b;}
.blog_right_block a:hover{color:#000000;}
.blog_right_block ul{list-style:none;}
.blog_right_block ul li{padding-bottom:10px;}
.blog_right_block ul li a{color:#676767;}
.blog_right_block ul li a:hover{color:#000; text-decoration:underline;}

.recentpost_block{padding-bottom:20px; font-size:16px; line-height:24px; color:#20283b; font-weight:500;}
.recentpost_block:last-child{padding-bottom:0px;}
.recentpost_block img{float:left; margin-right:15px;}
.recentpost_date{color:#676767; font-size:14px; text-transform:uppercase; font-weight:500;}

.blog_right_search{padding:15px 50px 15px 0px !important;}
.blog_right_searchsubmit{background:url(images/search.png) no-repeat center center; width:27px; height:27px; cursor:pointer; border:none; float:right; margin-right:-35px;}
.blog_right_searchinput{width:100%; height:27px; padding:0 15px; font-size:15px; color:#000000; border:none;}
.blog_right_searchinput:focus{ outline:none !important;}

.blogdetails_block{line-height:26px;}
/*BLOG END*/

.blog_right_block .event_block_style{font-size:12px; font-weight:500; color:#0489e4; padding:0px; margin-top:5px;}
.blog_right_block .event_block_style img{float:none; margin:0px 5px 0px 0px;}

.blog_block{position:relative; padding:0px; margin:0px 0px 20px 0px; overflow:hidden;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-khtml-border-radius:25px;
	 border-radius:5px;
	 box-shadow: 0px 0px 10px 5px #D9D9D9;
	-webkit-box-shadow: 0px 0px 10px 5px #D9D9D9;
	-moz-box-shadow: 0px 0px 10px 5px #D9D9D9;
	-o-box-shadow: 0px 0px 10px 5px #D9D9D9;
}
.blog_block img{width:100%;}
.blog_blockcontent{position:relative; font-size:22px; line-height:30px; font-weight:600; padding:25px 20px;}





.StaticContent{/*font-size:20px; line-height:1.5; font-weight:400;*/}
.StaticContent p{margin-bottom:25px;}
.StaticContent p:last-child{margin-bottom:0px;}
.StaticContent b,
.StaticContent strong{font-weight:500;}

.StaticContent ol{padding-left:0px;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.StaticContent ol li {padding-left:40px; position:relative; padding-bottom:25px;
  counter-increment: my-awesome-counter;
}
.StaticContent ol li:last-child{padding-bottom:0px;}
.StaticContent ol li::before {
  content: counter(my-awesome-counter) "";
  background-color:#000000; font-weight:500; font-size:15px; color:#FFF; text-align:center; width:25px; height:25px; line-height:25px; position:absolute; left:0px;
	-moz-border-radius:90px; 
	-webkit-border-radius:90px;
	-khtml-border-radius:90px;
	 border-radius:90px;  
}

.StaticContent ol li ul{padding-left:25px; padding-top:15px;}
.StaticContent ol li ul li{padding-left:5px; padding-bottom:10px; list-style:disc; counter-increment:none;}
.StaticContent ol li ul li:last-child{padding-bottom:0px;}
.StaticContent ol li ul li::before{
  content:'';
  background-color:#000000; font-weight:500; font-size:15px; color:#FFF; text-align:center; width:auto; height:auto; line-height:25px; position:absolute; left:0px;
	-moz-border-radius:90px; 
	-webkit-border-radius:90px;
	-khtml-border-radius:90px;
	 border-radius:90px;  
}

/*.StaticContent li{list-style:none; margin-bottom:15px; padding-left:30px; position:relative;}
.StaticContent li:last-child{margin-bottom:0px;}
.StaticContent li:before{content:url(images/bullet1.png); position:absolute; left:0px; top:0px;}*/
.StaticContent ul{margin-bottom:25px;}
.StaticContent li{list-style:none; padding-left:38px; position:relative; font-size:22px; font-weight:300; margin-bottom:15px;}
.StaticContent li:last-child{margin-bottom:0px;}
.StaticContent li:before{content:url(images/bullet3.png); position:absolute; left:0px; top:3px;}



/*Custom bootstrap*/

.col-lg-5ths, .col-md-5ths, .col-sm-5ths, .col-xs-5ths,  .col-xl-5ths, 
.col-lg-3ths, .col-md-3ths, .col-sm-3ths,
.col-xs-two5ths, .col-sm-two5ths, .col-md-two5ths, .col-lg-two5ths, .col-xl-two5ths, 
.col-xs-three5ths, .col-sm-three5ths, .col-md-three5ths, .col-lg-three5ths, .col-xl-three5ths, 
.col-xs-four5ths, .col-sm-four5ths, .col-md-four5ths, .col-lg-four5ths, .col-xl-four5ths, 
.col-xs-five5ths, .col-sm-five5ths, .col-md-five5ths, .col-lg-five5ths, .col-xl-five5ths 
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
	.col-sm-5ths {width: 20%;float: left;}
	.col-sm-3ths {width: 33.33%;float: left;}
	
	.col-sm-two5ths {width: 40%;float: left;}
	.col-sm-three5ths {width: 60%;float: left;}
	.col-sm-four5ths {width: 80%;float: left;}
}

@media (min-width: 992px) {
	.col-md-5ths {width: 20%;float: left;}
	.col-md-3ths {width: 33.33%;float: left;}
	
	.col-md-two5ths {width: 40%;float: left;}
	.col-md-three5ths {width: 60%;float: left;}
	.col-md-four5ths {width: 80%;float: left;}
}

@media (min-width: 1200px) {
	.col-lg-5ths {width: 20%;float: left;}
	.col-lg-3ths {width: 33.33%;float: left;}
	
	.col-lg-two5ths {width: 40%;float: left;}
	.col-lg-three5ths {width: 60%;float: left;}
	.col-lg-four5ths {width: 80%;float: left;}
}

/*Custom bootstrap end*/


/* Back to top button */
#back-top {
	position: fixed;
	bottom:90px;
	right:10px;
	z-index:999999999999999;
	margin:0px;
}

.menu_drop:after{content:url(images/menu-arrow.png); position:absolute; right:18px; top:0px; width:12px; height:46px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
     transition: all 0.3s;
}
.menu_up.menu_drop:after{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header_mobilenav .menu_drop:after{content:'';}
header.inner_header .menu_drop:after{content:url(images/menu-arrow1.png);}

video{
	/*position: fixed;
	top: 0%;
	left: 0%;*/
	/*min-width: 100%;
	min-height: 100%;*/
	width: 100%;
	height: auto;
	display:block;
	/*z-index: -100;
	background: url(images/video-bg.jpg) no-repeat top center;
	background-size:cover;
	transition: 1s opacity;*/
}