/**************************
*
*	GENERAL
*
**************************/

.slider_wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
}

.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-top: 298px;
    text-align: center;
    font: 400 60px/70px "Times New Roman", Times, serif;
    color: #fff;
    text-transform: uppercase;
}

.camera_caption span {
    display: block;
    font: 400 40px/42px "Times New Roman", Times, serif;
}

.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: rgba(255, 255, 255, 0.7) url(../images/camera-loader.gif) no-repeat center;
    height: 40px;
    left: 49%;
    overflow: hidden;
    position: absolute;
    margin: 18px 0 18px;
    top: 60%;
    width: 40px;
    z-index: 3;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
}

.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 {}

.camera_pag {
    background: url(../images/page_bg.png) 0 0 repeat;
    width: 83px;
    height: 40px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    right: 19%;
}

.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: 14px;
    padding-top: 13px;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    width: 14px;
}

.camera_wrap .camera_pag .camera_pag_ul li+li {
    margin-left: 8px;
}

.camera_wrap .camera_pag .camera_pag_ul li>span {
    background: #192a36;
    height: 14px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 14px;
    -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: #f1173b;
}

.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: 1199px) {}

@media only screen and (max-width: 995px) {}

@media only screen and (max-width: 769px) {
    .camera_caption {
        margin-top: 300px;
        font-size: 46px;
        line-height: 48px;
    }
    .camera_caption span {
        font-size: 30px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .camera_caption {
        font-size: 28px;
        line-height: 32px;
    }
    .camera_caption span {
        font-size: 23px;
        line-height: 26px;
    }
}