/**************************
*
*	GENERAL
*
**************************/
.camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	display: none;
	float: none;
	position: relative;
	z-index: 0;
}
.camera_wrap img {
	max-width: none !important;
}
.camera_fakehover {
	height: 100%;
	min-height: 40px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
	height:428px;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: visible;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url(../img/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(../img/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: 0px;
	position: relative;
}
.slider{
	position: relative;
	min-height: 250px;
}
.slider .container{
	z-index: 10;
	position: relative;
}
.slider .container .brand{
	position: absolute;
	float: none;
	margin: 0;
	top: 56px;
	z-index: 10;
}
.slider .container .brand span{
	display:block;
	text-indent: -4000px; 
}
.slider .container .text-header{
	position: absolute;
	z-index: 10;
	top: 72px;
	left: 250px;
	float: none;
	margin: 0;
}

.camera-caption{
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -460px;
	bottom:15px;
	overflow: hidden;
}
.inner-banner{
	width: 170px;
	height: 170px;
	float: right;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 620px;
	-moz-border-radius: 620px;
	border-radius: 620px;
	padding: 34px 30px 30px;
}
.inner-banner span{
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 800;
	color: #2d2d2d;
	display: block;
	margin-bottom: 15px;
}
.inner-banner em{
	font-style: normal;
	font-size: 26px;
	line-height: 30px;
	color: #c7710c;
}

.camera_prev{

	z-index: 100;
	}
.camera_next{

	z-index: 100;
	}

.camera_prev span{
	display: block;
	position: absolute;
	width: 62px;
	height: 62px;
	background: url(../img/prev-1.png) 0 0 no-repeat;
	cursor: pointer;
	bottom: 10px;
	left: 50%;
	margin-left: -66px;
	z-index: 100;
}
.camera_prev span:hover{background-position: 0 -61px;}
.camera_next span{
	display: block;
	position: absolute;
	width: 62px;
	height: 62px;
	background: url(../img/next-1.png) 0 0 no-repeat;
	cursor: pointer;
	bottom: 10px;
	right: 50%;
	margin-right: -66px;
	z-index: 100;
}
.camera_next span:hover{background-position: 0 -61px;}

@media (min-width: 1200px) {
	.slider{min-height: 400px;}
	.camera-caption{
		max-width: 1170px;
		margin-left: -585px;
		bottom: 55px;
	}
	.inner-banner{float: left;}

.camera_prev{}
.camera_next{}


}
@media (max-width: 979px){
	.camera-caption{
		max-width: 720px;
		margin-left: -380px;
	}
}
@media (max-width: 767px) {
	.camera-caption{display: none;}
	.slider{min-height: 200px;}
	.slider .container .brand{
		left: 50%;
		margin-left: -115px;
	}
	.slider .container .text-header{display: none;}

.camera_prev span{
	width: 31px;
	height: 31px;
	background: url(../img/prev-1.png) 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin-left: -40px;
}
.camera_prev span:hover{background-position: 0 -31px;}
.camera_next span{
	width: 31px;
	height: 31px;
	background: url(../img/next-1.png) 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin-right: -40px;
}
.camera_next span:hover{background-position: 0 -31px;}

header{}
.slider .container .brand{
	position: relative;
	top: 0;
	left: auto;
	width: 230px;
	height: 74px;
	margin: 10px auto;
}


}
@media (max-width: 626px) {
		.slider{min-height: 160px;}
	}
@media (max-width: 480px) {
	.slider{min-height: 100px;}
}