/*css*/
@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import "touchTouch.css";
@import "camera.css";
@import "form.css";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);

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; line-height:0; font-size:0; width:100%;}
.wrapper, .wrapper-extra, .extra-wrap{
	position: relative;
	width: 100%;
	overflow:hidden; 
}
.wrapper-after:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.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;}


.marg-left-0{margin-left:0 !important;}	
.marg-right-0{margin-right:0 !important;}
.marg-left-right-0{margin-left:0 !important; margin-right:0 !important;}
.last-mbot{margin-bottom:0 !important;}	
.last-pbot{padding-bottom: 0 !important;}
.last-mpbot{margin-bottom:0 !important;padding-bottom:0 !important;}

.marRight1{margin-right: 33px;}
.marRight2{margin-right: 55px;}

.marTop1{margin-top: 56px;}
.marTop2{margin-top: 7px;}
.marTop3{margin-top: 26px;margin-bottom: -11px;}
.marTop4{margin-top: 21px;}
.marTop5{margin-top: 27px;margin-bottom: -13px;}
.marTop6{margin-top: 7px;}


.marBot1{margin-bottom: 24px;}

.border_botom{border-bottom: 1px solid #f2f2f2; margin-bottom: 25px; padding-bottom: 7px;}

.fs12{font-size: 12px;}

.box, .box2{overflow: hidden;}
.bold{font-weight: bold;}

.color1{color: #fff;}





/* Global properties ======================================================== */
html, body { padding:0; margin:0; height:100%;}

body {
	font:600 12px/22px "Open Sans", Arial, Helvetica, sans-serif ;
	color:#4b4b4b;
	background: url(../images/bg_pic1.png) #1b1d21;
	min-width:300px;
}
#back-top {
	position: fixed;
	left: 51%;
	margin-left: 580px;
	bottom: 90px;
	z-index: 1000;
	display: none;
	width: 26px;
	height: 30px;
	background: url("../images/up-arrow.png") 0 top no-repeat;
	cursor: pointer;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#back-top:hover {
	background: url("../images/up-arrow.png") 0 bottom 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;
}
.main{
	width:100%;
	height: auto;
	padding:0; 
	background: #fff;
}
.div-content{
	width:100%;
	margin:0 auto;
	padding-bottom: 58px;
}
/***********************************************************************/
/*===============================>H-logo-properties=========================*/

h1{
	float: left;
	display: block;
	margin:0px;
	margin-top: 0px;
}
h1 img{max-width: inherit;}
h1 a{display:inline-block;}
h2{
	font:600 24px/30px 'Open Sans', Arial, sans-serif;
	color:#222; 
	margin-top: 43px;
	text-transform: uppercase;
}
h3{
	position: relative;
	font:600 15px/22px 'Open Sans', Arial, sans-serif;
	color:#222; 
	margin-top: 40px;
	text-transform: uppercase;
}
h3.v2{
	font:600 16px/22px 'Open Sans', Arial, sans-serif;
	padding-left: 30px;
	margin-top: 40px;
}
h3 span.h3_num{
	position: absolute;
	top: 0;
	left: 0;
	color: #f40845;
}

h4{
	font:600 14px/20px 'Open Sans', Arial, sans-serif;
	color:#222; 
	margin-top: 17px;
	text-transform: uppercase;
	overflow: hidden;
	display: inline-block;
	width: 100%;
}
h4.v2{font:600 15px/20px 'Open Sans', Arial, sans-serif; margin-top: 18px;}
h4 span{
	display: block;
	margin-right: 9px;
	float: left;
}
h4 strong{
	display: block;
	height: 1px;
	/*width: 100%;*/
	background: #f7505a;
	overflow: hidden;
	position: relative;
	top: 14px;
}
.box-1 h4{color:#fff;}
.box-1 h4 strong{background: #fff;}


h5{
	font:300 44px/44px 'Open Sans', Arial, sans-serif;
	color:#fff; 
	margin-top: 40px;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.lh24{line-height: 24px;}
.lh30{line-height: 30px;}

.icon_holder{
	width: 206px;
	height: 206px;
	background: #f7505a;
	margin-top: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 500px;
	color: #fff;
	margin-left: -7px;
	margin-bottom: 44px;
}
.icon_holder i{font: normal normal 120px/120px 'FontAwesome';margin-top: 37px;}

.icon_holder2 i{
	font: normal normal 160px/160px 'FontAwesome';
	margin-top: 43px;
	color: #383a3d;
	float: left;
	margin-right: 36px;
	margin-left: -8px;
}

.icon_holder3 i{font: normal normal 30px/30px 'FontAwesome';margin-top: 26px; color: #f7505a; width: 50px; float: left;}

blockquote{
	margin-top: 61px;
	padding-left: 45px;
	background: url(../images/quote_sign.png) 0 9px no-repeat;
}
p{margin-top: 19px;}
img{max-width:100%; height:auto; margin-bottom: 0px;}

.txt1{
	color: #222;
	font:300 60px/60px 'Open Sans', Arial, sans-serif;
	margin-top: 36px;
	text-align: center;
	text-transform: uppercase;
	margin-left: 20px;
}
.txt1 span{color: #f7505a; font-weight:700;}
.txt1 span.extra_bold{font-weight:800;}
.txt2{
	color: #e35f5b;
	font:bold 42px/42px 'Open Sans', Arial, sans-serif;
	margin-top: 11px;
	letter-spacing: -1px;
}


.vline2 {
	border-left: 1px solid #515151;
	padding-left: 19px;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	margin-top: 16px;
	position: relative;
	display: inline-block;
}
.vline2.v2{
	margin-top: -5px;
	padding-top: 21px;
}

.img1{margin-top: 32px;}
.img2{
	float: left;
	margin-right: 18px;
	margin-top: 46px;
}
.img3{margin-top: 48px;}
.img4{
	float: left;
	margin-right: 18px;
	margin-top: 33px;
}
.img5{
	float: left;
	margin-right: 18px;
	margin-top: 23px;
}

a {
	text-decoration:none; 
	cursor:pointer; 
	color: inherit;
}
a:hover {
	text-decoration:none;
	color: #e35f5b;
}
a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

a.link1{color: #01afd2;}
a.link1:hover{color: #000;}

a.link2{color: #f7505a; text-decoration: underline;}
a.link2:hover{color: #000;}

a.link_comment{
	color: #e35f5b; 
	padding-right: 25px; 
	background: url(../images/comments_icon.png) right 3px no-repeat;
	margin-right: 80px;
	letter-spacing: 1px;
}
a.link_comment:hover{	color: #000;}

/************Header************/
header{
	padding: 47px 0 0px;
	position: relative;
	z-index: 11;
	background: url(../images/header_bg.png) 0 bottom repeat-x;
	min-height: 123px;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
}
header.cont_page{
	background: url(../images/header_bg2.jpg);
}
.bot_line{
	width: 100%;
	height: 1px;
	display: inline-block;
	
}
	
/************Content***********/
.date_section{
	margin-top: 20px;
	float: left;
	width: 102px;
	margin-right: 31px;
	padding: 0px;
	/* text-align: center; */
	border-right: 1px solid #d9dadb;
	padding-bottom: 18px;
}
.date_section .day{
	font: bold 64px/64px 'Open Sans', Arial, sans-serif;
	color:#323a45; 
	display: block;
	margin-top: 18px;
	margin-left: 7px;
}
.date_section .month{
	font:300 15px/15px 'Open Sans', Arial, sans-serif;
	color:#646a72; 
	text-transform: uppercase;
	margin-top: 5px;
	display: block;
	margin-left: 33px;
}

/* ============================= lists ====================== */
.listWithMarker {
	margin: 0;
	margin-top: 34px;
}
.listWithMarker li {
	display: block;
	margin-bottom: 0px;
}
.listWithMarker li a {
	color: #fff;
	font:300 13px/16px "Open Sans", Arial, sans-serif;
	/* text-transform: uppercase; */
	text-decoration: none;
	letter-spacing: 0px;
}
.listWithMarker li a:hover {color: #ffb1af;}



.list2 {
	margin: 0;
	margin-top: -6px;
}
.list2 li {
	display: block;
	margin-bottom: 0px;
}
.list2 li a {
	text-decoration: none;
	letter-spacing: 0px;
}
.list2 li a:hover {color: #f40845;}



.list_footer_menu {
	margin: 0;
	margin-top: 20px;
	display: inline-block;
	margin-left: 4px;
	margin-bottom: 22px;
}
.list_footer_menu li {
	display: block;
	margin-bottom: 0px;
	float: left;
	margin-right: 59px;
	position: relative;
}
.list_footer_menu li.last {margin-right: 0;}
.list_footer_menu li:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 1px;
	height: 16px;
	right: -32px;
	top: 4px;
	background: #fff;
}
.list_footer_menu li.last:before {background: none;}
.list_footer_menu li a {
	text-decoration: none;
	letter-spacing: 0px;
	color: #fff;
	font:600 14px/20px "Open Sans", Arial, sans-serif;
}
.list_footer_menu li a:hover, .list_footer_menu li.current a{color: #f7505a;}





/* ============================= end lists ====================== */


.more_btn {
	position: relative;
	color:#f7505a;
	text-decoration:none;
	font:600 12px/16px "Open Sans", Arial, sans-serif;
	margin-top: 20px;
	z-index: 2;
	display: inline-block;
}
.more_btn:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 38px;
	height: 1px;
	right: -48px;
	top: 11px;
	background: #f7505a;
}

.more_btn:hover, .more_btn .active a{
	color:#fff;
}
.more_btn.v2:hover{
	color:#000;
}

.more_btn2 {
	position: relative;
	color:#fff;
	text-decoration:none;
	font:600 14px/16px "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	z-index: 2;
	display: inline-block;
	background: #f7505a;
	padding: 14px 30px;
}
.more_btn2:hover{
	color:#f7505a;
	background: #000;
}


figure{display: block; margin-top: 20px;}
figure.img_inner {
	display: block;
	height: auto;
	line-height: 0;
	padding-bottom: 0px;
	overflow: hidden;
	margin-top: 46px;
	margin-bottom: 21px;
}
figure iframe {
	width: 100%;
	max-width:100%;
	height: 370px;
}
.cont_txt{
	font:300 18px/26px 'Open Sans', Arial, sans-serif;
	color:#323a45; 
	margin-top: 23px;
}
address{
	margin-top: 17px;
	font-style: normal;
	display: block;
	line-height: 22px;
	margin-bottom: 0px;
}


address dl dt{text-transform: uppercase; font-size: 14px; display: inline-block; margin-bottom: 6px;}
address dd span{
	position: relative;
	display: inline-block;
	width: 72px;
}


/*********************************start magnifier2*************************************/
.magnifier2 {
		position:relative;
		/*display:block;*/
		display: inline-block;
}
.zoom{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; 
	-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
		transition: all 0.6s ease;
		background: url(../images/magnifier.png) 50% 50% no-repeat;
}
a.magnifier2:hover .zoom{
	opacity: 1
}
a.magnifier2 .zoom{
	opacity: 0;
}
.fs24{
	font-size: 24px;
	top: 7px;
	position: relative;
}
/*********************************end magnifier2*************************************/
/************Footer************/
footer{ 
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
}
.main-footer{
	padding-top: 25px; 
	padding-bottom: 21px;
}
.hline2{
	background: #36373b;
	width: 100%;
	height: 1px;
	margin-top: 45px;
	margin-bottom: 26px;
	display: block;
}



.box-1{
	width: 100%;
	padding: 0px 0 57px;
	background: url(../images/bg_pic1.png) #1b1d21;
	margin-top: 51px;
}
.box-1 h2{color: #fff;}
.box-1 p{color: #b1b1b1;}

.box-1.v2{margin-top: 49px;padding-bottom: 45px;}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1039px) {

	.div-content{width:100%;}

}

@media only screen and (max-width: 995px) {
	figure iframe {
		width: 100%;
		max-width:100%;
	}
	figure a{width: 100%;}

	/*.camera_thumbs_cont ul {bottom: -94px;}*/
	.camera_thumbs_cont ul li img {max-width: 149px;}
	.camera_thumbs_cont ul li:last-child img {max-width: 142px; width: 142px; height: auto;}
	.camera_thumbs_cont > div {bottom: 120px;}
	.camera_thumbs_cont ul li {margin-right: 0px;}


}
@media only screen and (max-width: 767px) {

	figure a, img{width: 100%;}
	img.no_resize{width: auto;}
	.box{overflow: visible;}
	/*img:not(.no_resize) {width: 100%;}*/


	.slider_wrapper {margin-bottom: 60px;}
	.camera_thumbs_cont ul li img {max-width: 84px;}
	.camera_thumbs_cont ul li:last-child img {max-width: 84px; width: auto; height: auto;}
	header{padding-top: 10px;}

	.mobile_cntr{text-align: center;}

	.camera_thumbs_cont > div {bottom: 0px;}
	.vline2.v2{margin-top: 16px;	padding-top: 0px;}
	.txt1 {font: 300 30px/30px 'Open Sans', Arial, sans-serif;}

	.list_footer_menu li {margin-right: 14px;}
	.list_footer_menu li:before {right: -8px;}

	.img2, .img4, .img5{margin-bottom: 10px;}

}

@media only screen and (max-width: 479px) {

	/*.camera_thumbs_cont ul {bottom: -38px;}*/
	.slider_wrapper {margin-bottom: 30px;}
	.camera_thumbs_cont ul li img {max-width: 58px;}
	.camera_thumbs_cont ul li:last-child img {max-width: 58px;}

	.camera_thumbs_cont > div {bottom: 0px;}


}
@media only screen and (max-width: 320px) {
	

}