/* CSS Document */

.row-fluid {
	display: none;
}
.moduletable {
	margin-top: 105px;
}
.cttxt {
    width: 397px;
    height: auto;
    position: absolute;
    right: 50%;
    display: block;
    background-color: hsla(0,0%,100%,0.95);
    -moz-box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.5);
    z-index: 999;
    position: absolute;
    margin-right: 9%;
    text-align: left;
    font-size: 14px;
    line-height: 200%;
    padding-bottom: 10px;
}
.cttxtinside{ padding-left: 35px;}
.ctbg {
	background-image: url(../../../images/ctbackg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	min-height: 700px;
	padding-top: 100px;
}
.ctmap {
	left: 50%;
	margin-left: -11%;
	width: 800px;
	height: 514px;
	display: block;
	position: absolute;
	-moz-box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.5);
	top: 20%;
	z-index: 0;
}
.camera_wrap .camera_pag .camera_pag_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    height: auto !important;
    height: 28px;
    position: absolute!important;
    right: 30px!important;
    top: 40%!important;
	width: 10px!important;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
@media (max-width: 500px) {
	.moduletable {
        margin-top: 0px!important;
    margin-bottom: 100px;
}
	.cttxtinside {
    padding-left: 35px;
    width: 80%;
    text-align: left;
    margin-left: 8%;
}
}