/*========================================================
                        Camera
=========================================================*/
.camera_container {
    position: relative;
    padding-bottom: 21.42%;
}

.splash_container {
    position: relative;
    padding-bottom: 0;
}

.camera_wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 0 !important;
    height: 100%;
    background: #FFF;
    z-index: 0;
}

.camera_wrap img {
    max-width: none !important;
}

.camera_fakehover {
    height: 100%;
    min-height: 60px;
    position: relative;
    width: 100%;
}

.camera_src {
    display: none;
}

.cameraCont,
.cameraContents {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.cameraSlide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.cameraContent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.camera_target {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    text-align: left;
    z-index: 0;
}

.camera_overlayer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.camera_target_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
}

.camera_target_content .camera_link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.camera_loader {
    background: #FFF url(../images/camera-loader.gif) no-repeat center;
    border: 1px solid #FFF;
    height: 50px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    margin: -18px 0 0 -18px;
    top: 50%;
    width: 50px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    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;
}

.imgFake {
    cursor: pointer;
}

.camera_command_wrap .hideNav {
    display: none;
}

.camera_command_wrap {
    left: 0;
    position: relative;
    right: 0;
    z-index: 4;
}

.showIt {
    display: none;
}

.camera_clear {
    clear: both;
    display: block;
    height: 1px;
    margin: -1px 0 25px;
    position: relative;
}

.camera_caption {
    /*display: none;*/
    text-shadow: 2px 2px #000;
}

.cameraContent .camera_caption {
    display: block;
}

/*================   Custom Layout&Styles   =====================*/
.camera_caption {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
}

.camera_caption > div {
    height: 100%;
}

.camera_caption ul + h2 {
    margin-top: 47px;
}

.camera_caption h2 + h3 {
    margin-top: 18px;
}

@media (min-width: 768px) and (max-width: 1199px) {

    .camera_caption h2 + h3,
    .camera_caption ul + h2 {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {

    .camera_caption h2 + h3,
    .camera_caption ul + h2 {
        margin-top: 5px;
    }
}

.camera_list {
    position: relative;
}

.camera_list > li {
    display: inline-block;
    font-size: 100px;
    line-height: 100px;
    color: #fff;
}

.camera_list:before,
.camera_list:after {
    position: absolute;
    content: '\f141';
    font-family: 'FontAwesome';
    top: 44px;
    color: #daae4f;
    font-size: 14px;
    line-height: 14px;
}

.camera_list:before {
    margin-left: -53px;
}

.camera_list:after {
    margin-left: 38px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .camera_list > li {
        font-size: 70px;
        line-height: 70px;
    }

    .camera_list:before,
    .camera_list:after {
        top: 24px;
    }

    .camera_list:before {
        margin-left: -33px;
    }

    .camera_list:after {
        margin-left: 18px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .camera_list > li {
        font-size: 30px;
        line-height: 30px;
    }

    .camera_list:before,
    .camera_list:after {
        top: 11px;
    }

    .camera_list:before {
        margin-left: -19px;
    }

    .camera_list:after {
        margin-left: 13px;
    }
}

@media (max-width: 479px) {
    .camera_list {
        display: none;
    }
}

.camera_pag {
    display: none;
}

.camera_pag_ul {
    text-align: center;
}

.camera_pag_ul li {
    display: inline-block;
    width: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #888;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.camera_pag_ul li.cameracurrent,
.camera_pag_ul li:hover {
    background: #333;
}

.camera_pag_ul li + li {
    margin-left: 4px;
}

.camera_pag_ul li > span {
    display: none;
}

.camera_next,
.camera_prev {
    position: absolute;
    color: #fff;
    cursor: pointer;
    font-size: 100px;
    line-height: 100px;
    font-family: 'arrows';
    top: 50%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: -100px;
    z-index: 5;
}

.camera_next:hover,
.camera_prev:hover {
    color: #daae4f;
}

.camera_next:active,
.camera_prev:active {
    color: #a17922;
}

.camera_next {
    right: 70px;
    top: 60%;
}

.camera_prev {
    left: 70px;
    top: 60%;
}

@media (min-width: 768px) and (max-width: 1199px) {

    .camera_next,
    .camera_prev {
        margin-top: -50px;
    }

    .camera_next {
        right: 20px;
    }

    .camera_prev {
        left: 20px;
    }
}

@media (max-width: 767px) {
    .camera_next {
        right: 10px;
    }

    .camera_prev {
        left: 10px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .camera_next,
    .camera_prev {
        margin-top: -15px;
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 479px) {

    .camera_next,
    .camera_prev {
        margin-top: -10px;
        font-size: 20px;
        line-height: 20px;
    }
}

.camera_next:before {
    content: '\e008';
}

.camera_prev:before {
    content: '\e009';
}



/*========================================================
                        camera_1
=========================================================*/
.camera_1_container {
    position: relative;
    padding-bottom: 17%;
}

.splash_1_container {
    position: relative;
    padding-bottom: 0;
}

.camera_1_wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 0 !important;
    height: 90%;
    background: #FFF;
    z-index: 0;
}

.camera_1_wrap img {
    max-width: none !important;
}

.camera_1_fakehover {
    height: 100%;
    min-height: 60px;
    position: relative;
    width: 100%;
}

.camera_1_src {
    display: none;
}

.camera_1_Cont,
.camera_1Contents {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.camera_1_Slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.camera_1_Content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.camera_1_target {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    text-align: left;
    z-index: 0;
}

.camera_1_overlayer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.camera_1_target_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
}

.camera_1_loader {
    background: #FFF url(../images/camera_1-loader.gif) no-repeat center;
    border: 1px solid #FFF;
    height: 50px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    margin: -18px 0 0 -18px;
    top: 50%;
    width: 50px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    z-index: 3;
}

.camera_1_nav_cont {
    height: 65px;
    overflow: hidden;
    position: absolute;
    right: 9px;
    top: 15px;
    width: 120px;
    z-index: 4;
}

.camera_1_relative {
    overflow: hidden;
    position: relative;
}

.imgFake {
    cursor: pointer;
}

.camera_1_command_wrap .hideNav {
    display: none;
}

.camera_1_command_wrap {
    left: 0;
    position: relative;
    right: 0;
    z-index: 4;
}

.showIt {
    display: none;
}

.camera_1_clear {
    clear: both;
    display: block;
    height: 1px;
    margin: -1px 0 25px;
    position: relative;
}

.camera_1_caption {
    display: none;
}

.camera_1_Content .camera_1_caption {
    display: block;
}

/*================   Custom Layout&Styles   =====================*/
.camera_1_caption {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
}

.camera_1_caption > div {
    height: 100%;
}

.camera_1_caption ul + h2 {
    margin-top: 47px;
}

.camera_1_caption h2 + h3 {
    margin-top: 18px;
}

@media (min-width: 768px) and (max-width: 1199px) {

    .camera_1_caption h2 + h3,
    .camera_1_caption ul + h2 {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {

    .camera_1_caption h2 + h3,
    .camera_1_caption ul + h2 {
        margin-top: 5px;
    }
}

.camera_1_list {
    position: relative;
}

.camera_1_list > li {
    display: inline-block;
    font-size: 100px;
    line-height: 100px;
    color: #fff;
}

.camera_1_list:before,
.camera_1_list:after {
    position: absolute;
    content: '\f111';
    font-family: 'FontAwesome';
    top: 44px;
    color: #daae4f;
    font-size: 14px;
    line-height: 14px;
}

.camera_1_list:before {
    margin-left: -53px;
}

.camera_1_list:after {
    margin-left: 38px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .camera_1_list > li {
        font-size: 70px;
        line-height: 70px;
    }

    .camera_1_list:before,
    .camera_1_list:after {
        top: 24px;
    }

    .camera_1_list:before {
        margin-left: -33px;
    }

    .camera_1_list:after {
        margin-left: 18px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .camera_1_list > li {
        font-size: 30px;
        line-height: 30px;
    }

    .camera_1_list:before,
    .camera_1_list:after {
        top: 11px;
    }

    .camera_1_list:before {
        margin-left: -19px;
    }

    .camera_1_list:after {
        margin-left: 13px;
    }
}

@media (max-width: 479px) {
    .camera_1_list {
        display: none;
    }
}

.camera_1_pag {
    display: none;
}

.camera_1_pag_ul {
    text-align: center;
}

.camera_1_pag_ul li {
    display: inline-block;
    width: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #888;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.camera_1_pag_ul li.camera_1_current,
.camera_1_pag_ul li:hover {
    background: #333;
}

.camera_1_pag_ul li + li {
    margin-left: 4px;
}

.camera_1_pag_ul li > span {
    display: none;
}

.camera_1_next,
.camera_1_prev {
    position: absolute;
    color: #fff;
    cursor: pointer;
    font-size: 100px;
    line-height: 100px;
    font-family: 'arrows';
    top: 50%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: -100px;
    z-index: 5;
}

.camera_1_next:hover,
.camera_1_prev:hover {
    color: #daae4f;
}

.camera_1_next:active,
.camera_1_prev:active {
    color: #a17922;
}

.camera_1_next {
    right: 70px;
    top: 60%;
}

.camera_1_prev {
    left: 70px;
    top: 60%;
}

@media (min-width: 768px) and (max-width: 1199px) {

    .camera_1_next,
    .camera_1_prev {
        margin-top: -50px;
    }

    .camera_1_next {
        right: 20px;
    }

    .camera_1_prev {
        left: 20px;
    }
}

@media (max-width: 767px) {
    .camera_1_next {
        right: 10px;
    }

    .camera_1_prev {
        left: 10px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .camera_1_next,
    .camera_1_prev {
        margin-top: -15px;
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 479px) {

    .camera_1_next,
    .camera_1_prev {
        margin-top: -10px;
        font-size: 20px;
        line-height: 20px;
    }
}

.camera_1_next:before {
    content: '\e008';
}

.camera_1_prev:before {
    content: '\e009';
}
