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

.camera_target_content {
	overflow: visible !important;
}

.camera_wrap {
	display: none;
	position: relative;
	overflow: visible !important;
	z-index: 0;
	margin-bottom: 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;
	padding-left: 2px;
	margin: 220px auto 0;
	width: 940px;
}

.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.9) url(../images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	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;
}

.caption {
    color: #FFFFFF;
    display: block;
    font: 60px/60px 'Ubuntu',sans-serif;
    left: 50%;
    margin-left: -470px;
    position: absolute;
    text-align: left;
    top: 158px;
    width: 860px;
}

.camera_wrap .camera_pag .camera_pag_ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 380px;
    left: -430px;
    width: 100%;
}

.camera_wrap .camera_pag .camera_pag_ul li {
	cursor: pointer;
	display: inline-block;
	height: 22px;
	margin-right: 3px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 22px;
}

.camera_wrap .camera_pag .camera_pag_ul li > span {
	background: url(../images/page1_img3.png) 0 0 no-repeat;
	height: 22px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 22px;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span, .camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: url(../images/page1_img2.png) 1px 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;
}

/* =====================Responsive=====================*/

@media only screen and (max-width: 995px) {
	
	.camera_caption {
		margin: 16% 0;
		width: 100%;
		text-align: center;
	}
		.title_1 { font: bold 50px/50px 'Ubuntu',sans-serif; }
	.title_5 { font: bold 33px/33px 'Ubuntu',sans-serif; margin-top: 0; }

		.camera_wrap .camera_pag .camera_pag_ul {
		top: 75%;
		width: 100%;
		text-align: center;
		left: 0;
	}
}


@media only screen and (max-width: 1150px) {
	
	.camera_caption {
		margin: 16% 0;
		width: 100%;
		text-align: center;
	}

	.title_1 { font: bold 50px/50px 'Ubuntu',sans-serif; }
	.title_5 { font: bold 33px/33px 'Ubuntu',sans-serif; margin-top: 0; } 
	
	.camera_wrap .camera_pag .camera_pag_ul {
		top: 75%;
		width: 100%;
		text-align: center;
		left: 0;
	}

}

@media only screen and (max-width: 769px) {
	
	.camera_wrap .camera_pag .camera_pag_ul {
		top: 75%;
		width: 100%;
		text-align: center;
		left: 0;
	}

	.camera_caption {
		margin: 16% 0;
		width: 100%;
		text-align: center;
	}

	.title_1 { font: bold 35px/35px 'Ubuntu',sans-serif; } 
	.title_5 { font: bold 23px/33px 'Ubuntu',sans-serif; margin-top: 0; } 
	
	.text { width: 74%; }

}

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

	.camera_wrap .camera_pag .camera_pag_ul {
		top: 75%;
		width: 100%;
		text-align: center;
		left: 0;
	}

	.camera_caption { margin: 16% 0 0; }

	.title_1 { font: bold 35px/35px 'Ubuntu',sans-serif; } 
	.title_5 { font: bold 23px/33px 'Ubuntu',sans-serif; margin-top: 0; }

}