/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";

html, body {
	background: #000000;
	font: 12px/18px Arial, sans-serif;
	color: #697478;
	min-width:300px;
}
* {	-webkit-text-size-adjust: none;}

a { color: inherit; text-decoration: none;}
a:hover { text-decoration: none;}
a[href^="tel:"] {color: inherit;text-decoration:none;}
.a-hov { transition: all 0.4s ease;}
.a-hov:hover { color: #f20c0e;}

h2, h3, h4, h5, h6 { font-family: Arial, sans-serif;}
h2 { font-family: 'Archivo Narrow', sans-serif; font-weight: 300; font-size: 29px; line-height:31px; color: #d5d4d4; text-transform: uppercase; padding-top: 36px; padding-bottom: 32px; letter-spacing: -1px;}
h2 span {color: #f20c0e;}
h3 {font-family: Arial, sans-serif;  font-size: 17px; line-height: 24px; color: #ffffff; font-weight: normal;}
h4 { font-size: 14px; line-height: 16px; font-family: Arial, sans-serif; color: #23c8af; font-weight: normal;}

h5 {font-size: 13px; line-height: 15px;}
h6 {font-size: 12px; line-height: 14px;}

.color-1 {color: #f20c0e;}
.color-2 {color: #ffffff;}

.text-arrow { 
	display: inline-block;
	transition: all 0.4s ease;
	display: block;
	padding-top: 8px;
}
.text-arrow a:hover,
.text-arrow span { color: #f20c0e;}
.text-arrow span { color: #f20c0e; padding-left: 3px; font: 9px/18px Arial, sans-serif;}
.h-bord {position: relative; display: block;}
.h-bord .h-bord_inside {
	position: absolute;
	content: "";
	display: none;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 6px solid #282e30;
}
.h-bord:hover .h-bord_inside {
	display: block;
}

.bord-1 {
	width: 100%;
	border-top: 1px solid #1a1a1a;
	padding-top: 28px;
}

/*buttons*/
.btn {
	display: inline-block;
	background: #f20c0e;
	text-decoration: none;
	position: relative;
	line-height: 16px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	transition: all 0.4s ease;
	padding: 8px 9px 10px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 600;
	margin-top: 16px;
}

.btn.v2 {
	background: #2a2f32;
}

.btn.v3 { position: relative!important; margin-top: 5px;}
.btn:hover { background: #23c8af;}

/*lists*/

.list-1 li { display: inline-block; margin-right: 12px;}
.list-1 li a { color: #4e5c64;}
.list-1 li a:hover,
.list-1 li.current a { color: #ffffff;}

/*auxiliary*/

.img-ind {float: left; margin-right: 19px; margin-top: 4px;}
.img-ind img { width: 100%;}
.wrapper img, .wrapper {width: 100%; position: relative;}

.extra-wrap {overflow:hidden;}
.grid_inside { margin: 0 -5px;}
.aligncenter {text-align: center !important;}
.fleft {float: left;}
.fright {float: right;}
.h-underline:hover { text-decoration: underline;}
.underline {text-decoration: underline;}
.transition {transition: all 0.4s ease;}
.upp { text-transform: uppercase;}

.clearfix { *zoom: 1;}
.clearfix:before,.clearfix:after {display: table;content: "";line-height: 0;}
.clearfix:after { clear: both;}

p {padding-bottom: 18px;}
.p1 { padding-bottom: 30px;}
.p2 { margin-top: 21px;}
.p3 { padding-bottom: 10px;}

/************Header************/

header { background: #1d1d1d url(../images/bg-2.gif) 0 0 repeat; position: relative;}
header:after { position: absolute; content: ""; display: block; width: 100%; top: 0; bottom: 0; background: url(../images/bg-7.png) center 0 no-repeat;}
h1 { margin-top: 36px; margin-left: 1px; float: left; position: relative; z-index: 20;}

/*slider*/

.slider .camera_wrap { margin-bottom: 40px!important; height: 411px; position: relative; z-index: 2;}
.slider .cameraContent {
	width: 204px;
	height: 179px;
	position: absolute;
	left: 72px;
	top: 27px;
	z-index: 999;
}
.slider .camera_caption { bottom: auto;}
.slider .camera_caption > div {	background: none; position: relative;}
.slider .cameraContent .line-1 {
	display: block;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
}
.slider .cameraContent .line-2 {
	display: inline-block;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 53px;
	color: #ffffff;
	padding-top: 3px;
}
.slider .cameraContent .line-3 {
	display: block;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
	font-size: 50px;
	line-height: 50px;
	color: #ffffff;
	font-weight: lighter;
	text-align: right;
	margin-top: -16px;
}
.line-3.v1 {
	margin-top: 3px !important;
}
.line-1 + .line-1 { margin-top: -2px; display: block;}
.slider .cameraContent .line-4 { font-size: 50px; }
.camera_prev, .camera_next, .camera_commands {
//	width: 55px;
	width: 100px;
	height: 105px;
	margin-top: -55px;
}
.camera_prev {
	left: 10px;
}
.camera_next {
	right: 9px;
}
.camera_prev > span,
.camera_next > span {
//	width: 55px;
	width: 100px;
	height: 105px;
	background: url(../images/arrows-1-1.png) no-repeat;
}
.camera_prev > span { background-position: left top;}
.camera_next > span { background-position: right top;}
.camera_prev:hover > span {	background-position: left -106px;}
.camera_next:hover > span { background-position: right -106px;}

/************Content***********/

.content { position: relative; background: url(../images/bg-5.png) center 0 repeat-x;}
.content:after {content: ""; position: absolute; display: block; width: 100%; height: 14px; top: 0; background: url(../images/bg-6.png) 0 0 repeat-x;}
.car_container { position: relative;}
.carousel1 {cursor: default !important;height: 198px;overflow: hidden;}
.caroufredsel_wrapper { margin-top: 3px!important;}
.pagination {display: block; position: absolute; top: -44px; right: 5px; background: none; height: 14px;}
.pagination a { 
	display: block; 
	float: left; 
	width: 14px; 
	height: 14px; 
	background:#282e30; 
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
	margin-top: -10px; 
	margin-right: 2px;
	text-indent: -10000px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pagination .selected,
.pagination a:hover { background: #ffffff; width: 14px;  height: 14px;}

.box-1 .inside {
	background: #2a3032 url(../images/bg-4.gif) 0 bottom repeat-x; 
	padding: 16px 19px 22px;
	position: relative;
}
.box-1 .btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

.box-2 + .box-2 { margin-top: 36px;}

h2 + .color-1 {margin-top: -2px;margin-bottom: 35px;}
.h-bord + .color-2 { margin-top: 16px;}

/*parties*/

.box-3 img {padding-top: 2px;}
.box-3 h3 { margin-top: 15px;}
.box-3 h4 { margin-bottom: 13px;}

.box-2 h4 + .text-arrow { margin-top: 4px;}
.row-1 { position: relative;}
.row-1 > div { padding-top: 30px;}

.box-1 { position: relative;}
.box-1 .abs { position: absolute; z-index: 11; top: 16px; left: 20px;}
.time { 
	font-weight:bold; 
	font-size: 40px;
	line-height: 40px;
	font-family: 'Archivo Narrow', sans-serif;
	color: #ffffff;}

/*residents*/

.box-1.v2 .inside { padding-bottom: 50px;}
.box-1.v2 .inside h4 { padding-bottom: 13px;}
.row-3 { margin-top: 2px;}

/*gallery*/

.row-2 h3 {	padding-bottom: 9px;}
#foo li .box-3 + .box-3 { margin-top: 37px;}
#foo, #foo li { cursor: default; }

.list_carousel .arrows {width: 81px; height: 40px; position: absolute; right: 10px; top: 33px; z-index: 100;}
.list_carousel .arrows .prev,
.list_carousel .arrows .next {display: block; float: left; width: 40px; height: 40px; background: #2a2f32; position: relative;}
.list_carousel .arrows .prev:hover,
.list_carousel .arrows .next:hover { background: #23c8af;}
.list_carousel .arrows .prev {margin-right: 1px;}
.list_carousel .arrows .prev:after,
.list_carousel .arrows .next:after { display: block; position: absolute; z-index: 100; content: ""; left: 0; right: 0; top: 0; bottom: 0;}
.list_carousel .arrows .prev:after { background: url(../images/arrow-1.png) center center no-repeat;}
.list_carousel .arrows .next:after { background: url(../images/arrow-2.png) center center no-repeat;}

/*p-policy*/

.p-policy h3 {margin-bottom: 9px;
margin-top: 11px;}
h2 + h3 { margin-top: -2px!important;}

/************Footer************/

footer { margin-top: 50px; padding-bottom: 40px;}
footer .list-1 { float: left;}

/*toTop*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	cursor:pointer;
	overflow:hidden;
	width: 29px;
	height: 28px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background: url(../images/ui.totop.png) 0 0 no-repeat;
	margin-right: -670px !important;
	right: 50%;
	bottom: 20px;
}

	#toTop:hover {
		display:block;
		overflow:hidden;
		float:left;
		background-position: -32px 0;
	}

	#toTop:active, #toTop:focus {outline:none;}

/*touch-touch*/ 

.magnifier {
	position:relative;
	display:block;
}
.magnifier:after {
	background: url(../images/magnifier.png) center center no-repeat #000000;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.magnifier:hover:after {
	opacity:0.4;
	filter: alpha(opacity=40);
	-webkit-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	transition:opacity .2s linear;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
	.box-2 .img-ind {margin-bottom: 20px;}
	.slider .camera_wrap { height: 328px;}
}
@media only screen and (max-width: 767px) {
	.p3 { padding-bottom: 30px;}
	#foo li .box-3 { padding: 0 5px;}
	.slider .camera_wrap { height: 200px;}

	footer .list-1, footer .fright { float: none;}
	footer .fright { margin-top: 20px;}
	.p4 { margin-top: 15px;}
	.slider .cameraContent .line-1,
	.slider .cameraContent .line-2,
	.slider .cameraContent .line-3,
	.slider .cameraContent .line-4 {display: none;}
	.grid_inside { margin: 0;}
	.box-1 { margin-top: 20px; padding: 0 10px;}
	.camera_prev > span, .camera_next > span {height: 70px;}

	.camera_prev > span {height: 70px; background-position: left -20px;}
	.camera_next > span {height: 70px; background-position: right -20px;}

	.camera_prev:hover > span {background-position: left -126px;}
	.camera_next:hover > span {background-position: right -126px;}
// pjk	.caroufredsel_wrapper { margin-top: 0px!important; min-height:230px; }
	.caroufredsel_wrapper { margin-top: 0px!important; min-height:initial; }
	
	.camera_prev, .camera_next {margin-top:-35px;}

}
@media only screen and (max-width: 479px) {
	.camera_prev, .camera_next {margin-top:-35px;}
}
