/*css*/

/* red: #9e0313 */
/* dark red: #8a0412 */
/* yellow: #e9cd95 */
/* 10% yellow: #fdfaf4 */
/* 40% yellow: #f6ebd5 */

@import "../css/grid.css";
@import "../css/superfish.css";
@import "../css/touchTouch.css";
@import "../css/form.css";
@import "../css/stuck.css";
@import "../css/camera.css";
/*@import "../css/jquery.fancybox.css";*/

@import url(//fonts.googleapis.com/css?family=Roboto:400,500,400italic,300,700,900);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700);

input::-ms-clear {
	 display: none;
}

html, body { }

a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
* {
	-webkit-text-size-adjust: none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.fleft {float:left;}
.fright {float:right;}
.clear {clear:both; width:100%; font-size:0; line-height:0;}
.wrapper, .wrapper-extra, .extra-wrap{
	position: relative;
	overflow:hidden;
	width: 100%; 
}
.wrap {
	position: relative;
	/*text-align: center;*/
}
.wrapper-after:after{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.dis-block{display: block;}
.dis-inblock{display: inline-block;}

.txt_left{text-align: left;}
.txt_right{text-align: right;}
.txt_cntr{text-align: center;}
.txt_ital{font-style: italic;}
.txt_line_through{text-decoration: line-through;}

.lh24{line-height: 24px;}


.marg-left-0{margin-left:0 !important;}	
.marg-right-0{margin-right:0 !important;}
.marg-left-right-0{ margin-right:0 !important;margin-left:0 !important;}
.last-mbot{margin-bottom:0 !important;}	
.last-pbot{padding-bottom: 0 !important;}
.last-mpbot{margin-bottom:0 !important;padding-bottom:0 !important;}

.marLeft1{margin-left: 10px;}

.marRight1{margin-right: 13px;}
.marRight2{margin-right: 69px;}

.padTop1{padding-top: 20px;}

.padBot1{padding-bottom: 60px;}
.padBot2{padding-bottom: 41px;}

.mar1{margin-right: 20px;}
.mar2{
	width: 10px;
	display: inline-block;
}
.mar3{margin-left: 10px;}

.marTop0{margin-top: 0px;}
.marTop1{margin-top: 44px;}
.marTop2{margin-top: 16px;}
.marTop3{margin-top: 6px;}
.marTop4{margin-top: 19px;}
.marTop5{margin-top: 15px;}
.marTop6{margin-top: 9px;margin-bottom: 17px;}
.marTop7{margin-top: 0px;}
.marTop8{margin-top: 70px;}
.marTop9{margin-top: 80px;}

.indent1{width: 100%; margin-top: 30px;}
.indent2{width: 100%; margin-top: 55px;}


.pos_rel{position: relative;}

.marBot1{margin-bottom: -12px;}
.marBot2{margin-bottom: 20px;}

.hline2{
	position: relative;
	width: 100%;
	padding-bottom: 25px;
	border-bottom: 1px solid #dfe0e2;
	margin-bottom: -10px;
}

.box, .box2, .box3{overflow: hidden;}
.bold{font-weight: bold;}
.fw400{font-weight: 400;}
.fw600{font-weight: 600;}

.color1{color: #fff !important;}
.color2{color: #1c1c1c !important;}

.treeIcon {
	margin: 0 10px 5px 0;
}


/* Global properties ======================================================== */
html, body { margin:0; padding:0; height:100%;}

body {
	min-width:300px;
	background: #1c1c1c;
	color:#777;
	font:14px/23px "Roboto", Arial, Helvetica, sans-serif ;
}
#siteLogo{position: relative;display: inline-block;margin:0;float: left;}
#siteLogo img{max-width: inherit;}

strong {
	font-weight:bold;
}

.fs_14{font-size: 14px;}
#back-top {
	position: fixed;
	bottom: 40px;
	left: 51%;
	z-index: 1000;
	display: none;
	margin-left: 620px;
	width: 26px;
	height: 26px;
	/*background: url(../images/up-arrow.png) 50% 50% no-repeat;*/
	color: #9e0313;
	text-align: center;
	cursor: pointer;
	border-radius: 500px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;

}
#back-top i{line-height: 42px; font-size: 42px; /*display: none*/}
#back-top:hover {
	color: #000;
	/*background: url(../images/up-arrow.png) 50% 50% no-repeat #b5fa9c;*/
}
.main{
	padding:0 0 0 0;
	width:100%;
	height: auto; 
	 /*background: #f2f1e6; */
	 margin:0 auto;
}
.div-content{
	margin:0 auto;
	padding-top: 0px;
	width:100%;
	background: #f6ebd5;
	overflow: hidden;
}
.div-content.content_page{padding-bottom: 30px;}


/***********************************************************************/
/*===============================>H-logo-properties=========================*/
h1{
	position: relative;
	display: inline-block;
	margin:0;
	margin-top: 25px;
	float: left;
}
h1 img{max-width: inherit;}


h2 {
	font:bold 42px/44px 'Roboto', Arial, sans-serif;
	color:#1c1c1c;
	margin-top: 42px;
	letter-spacing: 1px;
}

h3 {
	font:500 17px/24px 'Roboto', Arial, sans-serif;
	color:#d61414;
	margin-top: 19px;
	margin-bottom: -9px;
}


h4 {
	font:300 20px/25px 'Roboto', Arial, sans-serif;
	color:#f25f43;
	margin-top: 37px;
	text-transform: uppercase;
}


#search-results h4{color: #000; padding-bottom: 12px;}
span.search{color: #3e9e08 !important;}
#search-results h4 a:hover{color: #3e9e08;}
h5{ 
	margin-top: 10px;
	margin-bottom: 0;
	color:#333333;
	text-transform: uppercase;
	font:14px/22px 'Roboto', Arial, sans-serif;
}

.txt1 {
	font:14px/20px 'Roboto', Arial, sans-serif;
	margin-top: 16px;
	color: #777;
	float: left;
}
.txt2 {
	font:bold 17px/25px 'Roboto Slab', Arial, sans-serif;
	color: #9e0313;
	margin-top: 18px;
}
.txt3 {
	font:bold 17px/25px 'Roboto Slab', Arial, sans-serif;
	color: #fff;
	background: #9e0313;
	display: inline;
	padding: 2px 10px;
}
.txt4 {
	font:bold 17px/25px 'Roboto Slab', Arial, sans-serif;
	color: #fff;
	text-decoration: underline;
	margin-top: 32px;
}
.txt5 {
	font:14px/20px 'Roboto', Arial, sans-serif;
	margin-top: 19px;
	color: #1c1c1c;
	margin-bottom: -10px;
}
.txt6 {
	font:14px/20px 'Roboto', Arial, sans-serif;
	margin-top: 6px;
	color: #1c1c1c;
	margin-bottom: -10px;
}
.txt7 {
	font:bold 40px/48px 'Roboto Slab', Arial, sans-serif;
	color: #fff;
	margin-top: 18px;
	float: left;
}
.txt8 {
	font:14px/20px 'Roboto', Arial, sans-serif;
	margin-top: 16px;
	color: #fff;
	float: left;
}
.txt9 {
	font:14px/20px 'Roboto', Arial, sans-serif;
	color: #fff;
	text-align:right;
}
.txt10 {
	font:bold 40px/48px 'Roboto Slab', Arial, sans-serif;
	color: #fff;
	margin-top: 0px;
	text-align:right;
}
.txt11{
	font:14px/20px 'Roboto', Arial, sans-serif;
	color: #fff;
	text-align:left;
}


p{margin-top: 10px;}
img{ margin-bottom: 0px;max-width:100%; height:auto;}

.img1{
	margin-top: 26px;
	max-width: inherit;
}
.img2{margin-top: 30px;margin-bottom: 22px;}
.img3{
	float: left;
	margin-top: 25px;
	margin-right: 22px;
	margin-bottom: 23px;
}
.img4{margin-top: 30px;}
.img5{
	float: left;
	margin-top: 25px;
	margin-right: 22px;
	margin-bottom: 0px;
}

.img_border{
	border: 10px solid #fff;
	-moz-box-shadow: 0 0 16px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,0.2);
	box-shadow: 0 0 16px rgba(0,0,0,0.2);

	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
}

.img_border_gallery{
	border: 6px solid #fff;
	-moz-box-shadow: 0 0 16px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,0.2);
	box-shadow: 0 0 16px rgba(0,0,0,0.2);

	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
}

.circle{border-radius: 2500px;}

a { 
	text-decoration:none; 
	cursor:pointer;
	color: inherit;
}

a.link1{color: inherit;}
a.link1:hover{color: #9e0313;}

a.link2:hover .txt3{background: #fff; color: #9e0313;}

a.link3{color: #9e0313; text-decoration: underline;}
a.link3:hover{color: #fff; text-decoration: underline;}

a.link4{color: #9e0313; font-weight: bold;}
a.link4:hover{color: #000;}



a:hover{
	color: #8a0412;
	text-decoration:none;
}
a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.date_section{
	position: relative;
	width: 70px;
	height: 70px;
	/*height: 126px;*/
	background-color: #8dbf41;
	float: left;
	margin-right: 31px;
	text-align: center;
	margin-top: 32px;
	color: #fff;
	text-transform: uppercase;
}
.day{font:30px/30px 'Roboto', Arial, sans-serif; margin-top: 9px; display: inline-block;}
.month{font:18px/18px 'Roboto', Arial, sans-serif; margin-top: 0;}




/************Header************/
header{
	position: relative;
	z-index: 9;
	padding: 0;
}
header.content_header{
	margin-bottom: 40px;
}

.menu_holder{
	/*margin-top: 20px;*/
	background: #e9cd95; /* was #194202 */
}
.gradient1 {
	background: #fcfcfc; /* for old browsers */
	background: -moz-linear-gradient(top, #fcfcfc, #dfdfe1); /* Firefox 3.6+ */
	/* Chrome 1-9, Safari 4-5 */
	background: -webkit-gradient(linear, left top, left bottom, 
				color-stop(0%,#fcfcfc), color-stop(100%,#dfdfe1));
	/* Chrome 10+, Safari 5.1+ */
	background: -webkit-linear-gradient(top, #fcfcfc, #dfdfe1);
	background: -o-linear-gradient(top, #fcfcfc, #dfdfe1); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc, #dfdfe1); /* IE10 */
	background: linear-gradient(top, #fcfcfc, #dfdfe1); /* CSS3 */ 
}



/************Content***********/



blockquote{
	position: relative;
	background: #efeff0;
	margin-top: 27px;
	display: block;
	padding: 13px 20px 15px;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
}
blockquote:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 18px;
	height: 17px;
	left: 20px;
	bottom: -17px;
	background: url(../images/corner1.png) no-repeat 0 0;
}


.box-1{
	background-color: #8a0412;
	padding: 0 0px 50px;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	/*background: url(../images/bg_pic1.jpg) 50% 0 no-repeat #1c1c1c;*/
}
.box-1.v2{padding-bottom: 40px;}
.box-2{
	padding: 0 0px 58px;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	background: url(../images/bg_pic2.jpg) 50% 0 no-repeat #3b3e0d;
	margin-top: 29px;
}
.box-2.v2{margin-top: 53px;}

.box-3{
	background-color: #000;
	padding: 0 0px 50px;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
}


.magnifier2:hover .img_section_txt2{
	top: 0;
}



/* ============================= lists ====================== */
.listWithMarker{margin:18px 0 31px 10px;}
.listWithMarker li{display:block; margin-bottom:13px;}
.listWithMarker li a{color:#000; text-decoration:none; font: 500 17px/20px 'Roboto', Arial, sans-serif;}
.listWithMarker li a:hover, .listWithMarker li.current a{color:#8a0412;}


/* ============================= end lists ====================== */

.more_btn{
	position: relative;
	display: inline-block;
	margin-top: 24px;
	padding: 13px 19px;
	background: #9e0313;
	color: #fff;
	text-decoration:none; 
	font:bold 17px/20px "Roboto Slab", Arial, sans-serif;
	border-radius: 5px;
}
.more_btn:hover{
	color: #fff;
	background: #e9cd95 !important;
}

.more_btn_onRed{
	position: relative;
	display: inline-block;
	margin-top: 24px;
	padding: 13px 19px;
	background: #e9cd95;
	color: #fff;
	text-decoration:none; 
	font:bold 17px/20px "Roboto Slab", Arial, sans-serif;
	border-radius: 5px;
}
.more_btn_onRed:hover{
	color: #fff;
	background: #000 !important;
}


.more_btn2{
	position: relative;
	display: inline-block;
	margin-top: 37px;
	font:bold 23px/30px "Roboto", Arial, sans-serif;
	text-shadow:1px 1px #555;
}
.more_btn2 i{
	display: inline-block;
	font-size: 37px;
	margin-top: 0px;
	margin-left: 6px;
}




.more_btn3{
	position: relative;
	display: inline-block;
	width: 27px;
	height: 20px;
	background:url(../images/header_search_icon.png) 0 0 no-repeat #fff;
	margin-left: -28px;
	margin-top: 11px;
	z-index: 100;
}
.more_btn3:hover{background:url(../images/header_search_icon.png) 0 bottom no-repeat #fff;}





figure{display: block; margin-top: 7px;margin-bottom: 20px;}
.figure_video{
	margin-bottom: 10px;
	margin-top: 17px;
}
figure.img_inner {
	display: block;
	overflow: hidden;
	height: auto;
	line-height: 0;
	margin: 0;
	margin-top: 0px;
}
figure.img_inner.v2{
	margin-top: 24px;
	margin-bottom: 22px;
}
figure.img_inner.v2 iframe{height: 461px;}
figure iframe {
	width: 100%;
	height: 470px;
}
address{
	display: block;
	margin-top: 24px;
	font-style: normal;
	margin-bottom: 18px;
}
address dl dt{
	margin-bottom: 0px;
	display: inline-block;
	/*color: #454545;*/
	margin-bottom: 24px;
	font-weight: bold;
	font:bold 14px/20px 'Roboto', Arial, sans-serif;
	color: #1c1c1c;
}
address dd span{
	position: relative;
	display: inline-block;
	width: 75px;
}



/*********************************start magnifier2*************************************/
.magnifier2 {
		position:relative;
		/* display:block; */
		display: inline-block;
		width: 100%;
		overflow: hidden;
}
.magnifier2 img{
}
.zoom{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/

		box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: url(../images/img_zoom_icon.png) 50% 50% no-repeat;
	-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
		transition: all 0.6s ease;
}
/*a.magnifier2:hover .zoom{
	opacity: 1;
}
a.magnifier2 .zoom{
	opacity: 0;
}*/
/*********************************end magnifier2*************************************/
/************Footer************/
footer{ 
	display: block; 
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.footer_priv{
	padding: 5px 0 20px;
}
footer h1{margin-top: 1px; float: none;}
p.txt_priv{
	color:#777;
	font:14px/20px "Roboto", Arial, sans-serif;
	margin-top: 15px;
}



/*----------- start social icons ----------------*/

.soc_icons_book {
	position: relative;
	display: inline-block;
	margin-top: 3px;
	white-space: nowrap;
	text-align: left;
	float: right;
	margin-left: 17px;
}
.soc_icons {
	position: relative;
	display: inline-block;
	margin-top: 13px;
	white-space: nowrap;
	text-align: left;
	float: right;
	margin-left: 17px;
}
.soc_icons > li {
	position: relative;
	display: inline-block;
	margin-left: 10px;
}
.soc_icons > li > a {
	position: relative;
	color: #516fb6;
	line-height: 1em;
	-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;
	display: inline-block;
	text-align: center;
}
.soc_icons > li + li > a {color: #26befe;}
.soc_icons > li i{font: normal normal 29px/29px 'FontAwesome';}
.soc_icons > li > a:hover {
	color: #9e0313 !important;
	text-decoration: none;
}



/*----------- end social icons ----------------*/

#search1{margin-top: 9px; float: right; width: 170px;}
#search1 input{
	width: 100%;
	float: left;
	color: #333;
	font:14px/21px Arial, Helvetica, sans-serif;
	height: 39px;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	padding: 9px 32px 9px 10px;
	box-shadow: none;
	-webkit-appearance: none;
	resize: none;
	outline: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #d9d9d9;
	/*overflow: hidden;*/
	display: inline-block;
	border-radius: 5px;
}



.lightbox-video{
	position:relative;
	display:inline-block;
	margin-top: 13px;
}
.lightbox-video span.video_icon {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url(../images/video_sign.png) no-repeat 50% 50%;
	z-index:1;
	opacity: 0;
}
.opacity1 {opacity: 1;}
.lightbox-video span.video_title {
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	background: #474747;
	color: #fff;
	padding: 4px 10px;
	font:bold 12px/20px Arial, Helvetica, sans-serif;
}


.priv_section1{float: left;}
.priv_section2{float: right;}

.video {
	margin: 20px 0;
}

/* ************* Trip Advisor ************* */
.tripAdvisorCOE{float:left;}
.tripAdvisorTU{float:left; margin-top:10px; margin-right:10px;}

/* ************* Blog ********************* */
.thumb-pad6{margin:20px 0 41px 0;}
.thumb-pad6 .box{float:left; width:100px;}
.thumb-pad6 .box1{background:#8a0412; padding:18px 0 19px 22px; font:54px/54px "Roboto", Arial, Helvetica, sans-serif; color:#ffffff; letter-spacing:1px; margin-bottom:1px; width:100%;}
.thumb-pad6 .box1 span{font-size:18px; line-height:20px; display:block; margin-top:0; text-transform:uppercase;}
.thumb-pad6 .box2{margin-bottom:1px; width:100%; background:#86a5d3; padding:25px 0 24px 22px;}
.thumb-pad6 .box2 span{color:#000; font-size:36px; float:left; margin:-6px 10px 0 0;}
.thumb-pad6 .box2 a{font:18px "Roboto", Arial, Helvetica, sans-serif; color:#ffffff;}
.thumb-pad6 .box2 a:hover{text-decoration:underline;}
.thumb-pad6 .thumbnail{position:relative; padding:0; margin:0; border:none; border-radius:0; box-shadow:none; background:none; overflow:hidden;}
.thumb-pad6 .thumbnail .blogCaption{padding:0; color:#000;}
.thumb-pad6 .thumbnail .blogCaption h4{padding:0; color:#8a0412; font:18px "Roboto", Arial, Helvetica, sans-serif; font-weight:bold;}
.thumb-pad6 .thumbnail figure{margin:0 0 24px 0;}
.thumb-pad6 .thumbnail figure img{width:100%;}



/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
	.div-content{width:100%;}
	address dd span{width: 85px;}

	figure.img_inner{float: none; margin-right: 0;}
	figure iframe {width: 100%;}

	.caption {margin-left: -266px;}
	.camera_wrap .camera_pag {margin-left: 378px; bottom: 20px;}

	/*.box-1{background: #1c1c1c;}*/
	.img1{max-width: 100%;}

	.mar2{width: 0;}
	.mar3{margin-left: 0;}

	figure a{width: 100%;}
.marTop8{margin-top: 80px;}
.marTop9{margin-top: 30px;}

}


@media only screen and (max-width: 979px) {
	.address figure iframe {
		max-width:100%;
		width: 100%;
	}
	
	figure iframe {width: 100%;}
	.magnifier2 {width: 100%;}

	.caption {margin-left: 0; width: 100%; left: auto; right: 30px; padding-left: 30px; -webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;}
	.camera_wrap .camera_pag {margin-left: 0; left: auto; right: 30px;}
	.caption span.slider_txt1, .caption span.slider_txt1.v2{font:bold 34px/35px "Roboto Slab", Arial, Helvetica, sans-serif ;}
	h2 {font:bold 32px/34px 'Roboto', Arial, sans-serif;}
	figure iframe {height: 220px;}
.marTop8{margin-top: 80px;}
.marTop9{margin-top: 45px;}


}


@media only screen and (max-width: 767px) {

	img{width: 100%;}
	img.no_resize{width: auto;}
	.box{overflow: visible;}
	.mobile_txt_cntr{text-align: center;}
	figure.img_inner {margin-bottom: 10px;}
	.marTopMobile1{margin-top: 30px;}
	.menu_holder{padding-bottom: 10px;}
	#search1{width: 100%;}
	.marTop1{margin-top: 0;}
	.caption span.slider_txt1 br{display: none;}
	.caption span.slider_txt2{display: none;}
	.box-2{background: #3b3e0d;}
	.fw_video iframe, .fw_video.v2 iframe{height: auto; max-height: 150px;}
	.img5{margin-bottom: 10px;}
.marTop8{margin-top: 80px;}
.marTop9{margin-top: 45px;}



}


@media only screen and (max-width: 479px) {
	/*.main{width: 300px;}*/
	/*h1 img{width: 100%;}*/
	.caption span.slider_txt1, .caption span.slider_txt1.v2{font:bold 24px/30px "Roboto Slab", Arial, Helvetica, sans-serif ;}

.marTop8{margin-top: 0px;}
.marTop9{margin-top: 0px;}
}
@media only screen and (max-width: 320px) {


}