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



.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: 60px;
	margin: 30px auto 0;
	width: 940px;
}

.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}



.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_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_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}

.camerarelative {
	overflow: hidden;
	position: relative;
}



.camera_clear {
	display: block;
	clear: both;
}



.caption {
    color: #000000;
    display: block;
    font: 12px/12px 'Ubuntu',sans-serif;
    left: 50%;
    margin-left: -690px;
    position: absolute;
    text-align: left;
    top: 38px;
    width: 860px;
}





.

/* =====================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:  12px/12px '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: 12px/12px '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: 12px/12px '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 12px/12px 'Ubuntu',sans-serif; margin-top: 0; }

}