/**********
*
*	GENERAL
*
**********/

.slider_wrapper {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	position: relative;
	text-align: left;
}

.camera_target_content {
	overflow: visible;
}

#camera_wrap {
	display: block;
}

.camera_wrap {
	position: relative;
	overflow: visible;
	z-index: 0;
	margin-bottom: 0;
}

.camera_wrap img {
	max-width: 100%;
	height: auto;
}

.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
}

.camera_src {
	display: none;
}

.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.cameraSlide,
.cameraContent,
.camera_target,
.camera_overlayer,
.camera_target_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.cameraContent {
	display: none;
}

.camera_target {
	height: 100%;
	overflow: hidden;
	text-align: left;
	z-index: 0;
	padding-bottom: 60px;
}

.camera_overlayer {
	overflow: hidden;
	z-index: 0;
}

.camera_target_content {
	overflow: hidden;
	z-index: 2;
}

.camera_target_content .camera_link {
	background: url(../images/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}

.camera_loader {
	background: rgba(255, 255, 255, 0.9) url(../images/camera-loader.gif) no-repeat center;
	border: 1px solid #fff;
	border-radius: 18px;
	height: 36px;
	width: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -18px 0 0 -18px;
	overflow: hidden;
	z-index: 3;
}

.camera_nav_cont {
	position: absolute;
	top: 15px;
	right: 9px;
	width: 120px;
	height: 65px;
	overflow: hidden;
	z-index: 4;
}

.camerarelative {
	position: relative;
	overflow: hidden;
}

.imgFake {
	cursor: pointer;
}

.camera_commands > .camera_stop {
	display: none;
}

/* Prev/Next buttons */
.slide_wrapper .camera_prev,
.slide_wrapper .camera_next {
	background: url(../images/prevnext_bg.png) repeat;
	width: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	height: auto;
	display: block;
	opacity: 1;
	transition: 0.5s ease;
}

.slide_wrapper .camera_prev {
	left: -80px;
}

.slide_wrapper .camera_next {
	right: -80px;
}

.slide_wrapper .camera_prev > span,
.slide_wrapper .camera_next > span {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -10px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center top;
}

.slide_wrapper .camera_prev > span {
	background-image: url(../images/prev.png);
}

.slide_wrapper .camera_next > span {
	background-image: url(../images/next.png);
}

/* Thumbnails */
.camera_thumbs_cont {
	z-index: 900;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}

.camera_thumbs_cont ul {
	background: url(../images/thumb_bg.png) repeat;
	margin: 0;
	margin-left: 0;
	margin-top: 0;
	padding: 10px 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 100%;
	left: 0;
}

.camera_thumbs_cont ul li {
	background-color: transparent;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	transition: 0.5s ease;
}

.camera_thumbs_cont ul li + li {
	margin-left: 11px;
}

.camera_thumbs_cont ul li > img {
	cursor: pointer;
	opacity: 1;
	vertical-align: bottom;
	transition: 0.5s ease;
}

.camera_thumbs_cont ul li:hover,
.camera_thumbs_cont ul li.cameracurrent {
	opacity: 0.5;
}

.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	text-align: right;
	position: relative;
}

.showIt {
	display: none;
}

/* Caption */
.caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: -150px;
	padding-top: 69px;
	color: #fff;
	box-sizing: border-box;
}

.caption .title {
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 36px;
	line-height: 30px;
}

.caption p {
	margin-bottom: 45px;
}

.caption a {
	display: inline-block;
	border: 2px solid #fe8080;
	padding: 6px 10px 5px;
}

.caption a:hover {
	color: #fe8080;
	border-color: #fff;
}

/**********
*
*	COLORS & SKINS
*
**********/

.camera_pag {
	display: block;
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 120px;
	overflow: hidden;
	z-index: 9999;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.camera_pag_ul {
	overflow: hidden;
}

.camera_pag ul li {
	display: inline-block;
	margin: 0 5px;
}

.camera_pag ul li + li {
	margin-left: 7px;
}

.camera_pag ul li span {
	display: inline-block;
	width: 25px;
	height: 7px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.5;
	cursor: pointer;
	transition: 0.3s ease;
}

.camera_pag ul li:hover span,
.camera_pag ul li.cameracurrent span {
	background-color: #fe8080;
	opacity: 1;
}

/* FontAwesome Prev/Next */
.camera_prev,
.camera_next {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	z-index: 999;
	cursor: pointer;
	color: #fff;
	transition: 0.5s ease;
}

.camera_prev {
	left: 10px;
	margin-left: -585px;
}

.camera_next {
	right: 10px;
	margin-right: -612px;
}

.camera_prev:before,
.camera_next:before {
	font: 70px/70px 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	text-align: center;
	content: ''; /* default to left arrow */
}

.camera_next:before {
	content: '';
}

.camera_prev:hover,
.camera_next:hover {
	opacity: 0.5;
}

/**********
*
*	RESPONSIVE
*
**********/
@media only screen and (max-width: 1199px) {
	.camera_prev {
		margin-left: -465px;
	}
	.camera_next {
		margin-right: -490px;
	}
	.camera_pag {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		margin-right: 0;
	}
}

@media only screen and (max-width: 979px) {
	.camera_prev {
		margin-left: -410px;
	}
	.camera_next {
		margin-right: -435px;
	}
}

@media only screen and (max-width: 767px) {
	.camera_prev {
		margin-left: -170px;
	}
	.camera_next {
		margin-right: -205px;
	}
}

@media only screen and (max-width: 320px) {
	.camera_prev {
		margin-left: -135px;
	}
	.camera_next {
		margin-right: -160px;
	}
}