/**************************
*
*	GENERAL
*
**************************/

.slider {
	background:#fff;
	position:relative;
}

/*
.slider:after,
.slider:before {
	position:absolute;
	content:"";
	left:50%;
	display:block;
	width:100%;
	margin-left:-627px;
}

.slider:after {
	background:url(../img/shadow_bottom_slider.png) no-repeat 0 0;
	bottom:-9px;
	height:9px;
}

.slider:before {
	background:url(../img/shadow_top_slider.png) no-repeat 0 0;
	top:-7px;
	height:7px;
}
*/

.slider:before,
.slider:after {
	content:"";
	position:absolute;
	z-index:-2;
} 

.slider:before {
	top:1px;
	bottom:1px;
	left:29%;
	right:29%;
	box-shadow:0 0 7px  rgba(0,0,0,0.6);
	border-radius:100px;
}

.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: 1;
	overflow:visible;
	width: 100%;
	height:352px;
}

.camera_wrap img {
	max-width: none !important;
}

.camera_fakehover {
	height: 100%;
	min-height: 160px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.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%;
}

.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;
}

.cameraContent {
	bottom: 0;
	display: none;
	left: 400px;
	position: absolute;
	right: 0;
	top: 0;
	/* width: 100%; */
}

.camera_caption {
	font-family:'Open Sans', sans-serif;
	position:absolute;
	top:35px;
	left:0px;
	display:block;
	/* width:68%; */
}

.camera_caption span {
	background:url(../img/marker-txt-slider.png) no-repeat right 3px;
	color:#f82f00;
	font-size:14px;
	line-height:16px;
	font-weight:300;
	display:none;
	padding-right:18px;
	padding-bottom:28px;
}

.camera_caption strong {
	color:#333;
	font-size:80px;
	line-height:1em;
	font-weight:800;
	display:block;
	text-transform:uppercase;
}

.camera_caption em {
	display:block;
	font-style:normal;
	font-weight:300;
	color:#333;
	font-size:40px;
	line-height:1.3em;
}

.camera_loader {
	background: url(../img/camera-loader.gif) no-repeat center #fff;
	border: 1px solid #343434;
	-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;
}

.showIt {
	display: none;
}

.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: 0px;
	position: relative;
}

.camera_prev,
.camera_next {
	cursor: pointer;
	position: absolute; 
	z-index: 2;
	bottom:54px;
	width:15px;
	height:25px;
}

.camera_prev {
	left:404px;
}

.camera_next {
	left:428px;
}

.camera_prev > span,
.camera_next > span {
	display: block;
	background-position: 0 0;
	width:15px;
	height:25px;
}

.camera_next:hover > span,
.camera_prev:hover > span {
	background-position: 0 bottom;
}

.camera_next > span {
	background: url(../img/next.png) no-repeat;
}

.camera_prev > span {
	background: url(../img/prev.png) no-repeat;
}

/************** Custom CSS **************/

.cameraMainBox {
	position:relative;
}

.cameraInfo {
	position:absolute;
	width:385px;
	top:0px;
	left:0px;
	border-right: 2px solid #cccccc;
	height: 100%;
}

.cameraList {
	margin-left:60px;
}

.cameraList li {
	list-style:url("../img/check.png");
	font-size:17px;
	line-height:20px;
	font-weight:bold;
	margin-top:20px;
}

/****************************************/

@media only screen and (min-width: 1300px) {

	.camera_wrap {
		height:360px !important;
	} 

	.camera_caption {
		top:35px;
	}

	/*	
	.camera_caption span {
		display:inline-block;
	}	
	*/
	
	.camera_caption strong{
		font-size:90px;
	}
	
	.camera_caption em{
		font-size:50px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	
	.camera_wrap  {
		display:none !important;		
	} 	
	
	.cameraInfo {
		position:relative;
		width:100%;	
		border:none;
		padding-bottom:25px;
	}
	
	.cameraList li {
		margin-top:0px;
		margin-bottom:20px;
	}

}

@media only screen and (max-width: 767px) {
	
	.camera_wrap {
		height:auto;
		min-height:100px;
	}
	
	.camera_caption {
		width:100%;
		top:30%;
	}
	
	.camera_caption span {
		display:none !important;
	}
	
	.camera_caption strong {
		font-size:70px;
		line-height:72px;
	}
	
	.camera_prev {
		right:58px;
	}
	
	.camera_next {
		right:20px;
	}
	
	.camera_prev,
	.camera_next {
		bottom: 20px;
	}
	
	.slider:before {
		left:10%;
		right:10%;
	}
	
	.cameraInfo {
		position:relative;
		width:400px;
		margin:0px auto;
		padding-bottom:45px;
		height:auto;
		border:0px none;
	}
	
	.camera_wrap {
		display:none !important;
	}

}

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

	.camera_caption strong {
		font-size:50px;
		line-height:52px;
	}

	.camera_caption {
		top:20%;
	}
	
	.cameraInfo {
		position:relative;
		width:400px;
		margin:0px auto;
		padding-bottom:45px;
		height:auto;
		border:0px none;
	}
	
	.camera_wrap {
		display:none !important;
	}
	
}	
 
@media only screen and (max-width: 480px) {
	
	.camera_prev,
	.camera_next {
		display:none;
	}
	
	.cameraInfo {
		position:relative;
		width:100%;
		padding-bottom:45px;
		height:auto;
		border:0px none;
	}
	
	.camera_wrap {
		display:none !important;
	}
	
}

@media only screen and (max-width: 320px) {
	.cameraList {
		margin-left:40px;
	}
}
