/**************************
*
*	GENERAL
*
**************************/

.slider_wrapper {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 130px;
	background: #f2f5f6;
}


.camera_target_content {
	overflow: visible !important;
}

.camera_wrap {
	display: none;
	position: relative;
	overflow: visible !important;
	z-index: 0;
	margin: 0!important;
}

.camera_wrap img {
	max-width: 10000px;
}

.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.camera_src {
	display: none;
}

.camera_caption {
	position: relative;
	overflow: hidden;
	margin: 22% auto 0;
	width: 100%;
	text-align: center;
	font: normal 400 50px/50px 'Droid Sans'; 
}

.title-1 {color: #535252;}
.title-2 {
	color: #6d6b6b;
	font-size: 40px;
	line-height: 52px;
}

.title-2 > span {
	color:#fc8c29; 
	padding-bottom: 5px;
	display: inline-block;
}

.camera_caption p {
	color: #939090;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;
	letter-spacing: -.1px;
}

.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: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.camera_target_content .camera_link {
    background: url(../images/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}

.camera_loader {
    background: #fff url(../images/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.6) url(../images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	border-radius: 18px;
	height: 36px;
	left: 48%;
	overflow: hidden;
	position: absolute;
	margin: 0;
	top: 40%;
	width: 36px;
	z-index: 3;
}

.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}

.camerarelative {
	overflow: hidden;
	position: relative;
}

.camera_commands > .camera_stop {
	display: none;	
}

.camera_clear {
	display: block;
	clear: both;
}

.showIt {
	display: none;
}

.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}

.camera_pag {
    z-index: 1;
    position: absolute;
    bottom: -247px;
    text-align: center;
    overflow: hidden;
    right: 48%;

	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.camera_wrap .camera_pag .camera_pag_ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.camera_wrap .camera_pag .camera_pag_ul li {
	cursor: pointer;
	display: inline-block;
	height: 16px;
	padding-top: 13px;
	position: relative;
	text-align: center;
	text-indent: -9999px;
	width: 16px;
}

.camera_wrap .camera_pag .camera_pag_ul li+li {margin-left: 5px;}

.camera_wrap .camera_pag .camera_pag_ul li > span {
	background: url(../images/slide-bull.png) 0 0 no-repeat;
	height: 16px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 16px;

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span, .camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: url(../images/slide-bull-hover.png) 0 0 no-repeat;
}

.camera_pag_ul li img {
	display: none;
	position: absolute;
}

.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}

.camera_prev, .camera_next {
    background: url("../images/arrow-next.png") -34px 0 no-repeat;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 43%;
    width: 36px;
    height: 71px;
    z-index: 999;
    right: 0px;
    opacity: 0.9;


    transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.camera_prev {
	background: url("../images/arrow-prev.png") 0 0 no-repeat;
	left: 0px;
}

.camera_prev, .camera_next {
    opacity: 1;
}

.camera_prev:hover {background-position: -36px 0;}
.camera_next:hover {background-position: 2px 0;}

/* =====================Responsive=====================*/

@media only screen and (max-width: 995px) {
	
	.slider_wrapper {padding-bottom: 230px;}

	.camera_pag {bottom: -200px;}

	.camera_caption {
		font-size: 40px;
		line-height: 48px;
	}

	.title-2 {
		font-size: 36px;
		line-height: 38px;
	}
}


@media only screen and (max-width: 769px) {
	
	.camera_caption {
		font-size: 34px;
		line-height: 40px;	
	}
	.slider_wrapper {padding-bottom: 195px;}

	.title-2 {
		font-size: 27px;
		line-height: 35px;
	}

	.camera_caption p {margin: 20px 111px;}

	.camera_pag {
		bottom: 15px;
		right: 45%;
	}

	.camera_prev, .camera_next {top: 38%;}
}

@media only screen and (max-width: 480px) {


	.slider_wrapper {
    	padding-bottom: 200px;
    	overflow: hidden;
	}

	.camera_pag {right: 43%;}

	.camera_caption {
		margin-top: 195px;
		font-size: 25px;
		line-height: 30px;		
	}

	.title-2 {
		font-size: 18px;
		line-height: 22px;
	}

	.camera_caption p {margin: 20px 40px;}

	.title-2 > span {padding-bottom: 2px;}

	.camera_prev, .camera_next {top: 32%;}
}