﻿.camera_caption>div a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #ed1b2d;
    display: inline-block;
    padding: 9px 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.camera_caption>div a span {
    z-index: 9;
    position: relative
}

.camera_caption>div a:hover {
    background: #fff;
    cursor: pointer;
    color: #ed1b2d
}

.camera_caption>div a:hover::after {
    height: 100%
}

.camera_caption>div a:active::after {
    background: #ed1b2d
}

.camera_caption>div a:focus {
    color: #fff;
    background: #ed1b2d
}

.camera_caption>div a {
    border: 2px solid #ed1b2d
}

.theme-border,
.table-bordered {
    border-top: solid 2px #20315A
}

.theme-color {
    color: #20315A
}

.title-border {
    margin-bottom: 40px;
    position: relative;
    text-align: center
}

.title-border:before,
.title-border:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -150%;
    width: 300%;
    height: 1px;
    background: #ddd
}

.title-border>span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-left: 14px;
    padding-right: 15px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #20315A;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.camera_wrap a,
.camera_wrap img,
.camera_wrap ol,
.camera_wrap ul,
.camera_wrap li,
.camera_wrap table,
.camera_wrap tbody,
.camera_wrap tfoot,
.camera_wrap thead,
.camera_wrap tr,
.camera_wrap th,
.camera_wrap td .camera_thumbs_wrap a,
.camera_thumbs_wrap img,
.camera_thumbs_wrap ol,
.camera_thumbs_wrap ul,
.camera_thumbs_wrap li,
.camera_thumbs_wrap table,
.camera_thumbs_wrap tbody,
.camera_thumbs_wrap tfoot,
.camera_thumbs_wrap thead,
.camera_thumbs_wrap tr,
.camera_thumbs_wrap th,
.camera_thumbs_wrap td {
    background: none;
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none
}

.camera_wrap {
    direction: ltr;
    display: none;
    float: left;
    position: relative;
    z-index: 0
}

.camera_wrap img {
    max-width: none !important
}

.camera_fakehover {
    height: 100%;
    min-height: 60px;
    position: relative;
    width: 100%;
    z-index: 1
}

.camera_wrap {
    width: 100%
}

.camera_src {
    display: none
}

.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/camera-loader.gif) no-repeat center;
    background: rgba(255, 255, 255, 0.9) url(../../images/camera/camera-loader.gif) no-repeat center;
    border: 1px solid #ffffff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    height: 36px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    margin: -18px 0 0 -18px;
    top: 50%;
    width: 36px;
    z-index: 3
}

.camera_bar {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.camera_thumbs_wrap.camera_left .camera_bar,
.camera_thumbs_wrap.camera_right .camera_bar {
    height: 100%;
    position: absolute;
    width: auto
}

.camera_thumbs_wrap.camera_bottom .camera_bar,
.camera_thumbs_wrap.camera_top .camera_bar {
    height: auto;
    position: absolute;
    width: 100%
}

.camera_nav_cont {
    height: 65px;
    overflow: hidden;
    position: absolute;
    right: 9px;
    top: 15px;
    width: 120px;
    z-index: 4
}

.camera_caption {
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%
}

.camera_caption>div {
    padding: 10px 20px
}

.camerarelative {
    overflow: hidden;
    position: relative
}

.imgFake {
    cursor: pointer
}

.camera_prevThumbs {
    bottom: 4px;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 4px;
    visibility: hidden;
    width: 30px;
    z-index: 10
}

.camera_prevThumbs div {
    background: url(../../images/camera/camera_skins.png) no-repeat -160px 0;
    display: block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 30px
}

.camera_nextThumbs {
    bottom: 4px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 4px;
    visibility: hidden;
    width: 30px;
    z-index: 10
}

.camera_nextThumbs div {
    background: url(../../images/camera/camera_skins.png) no-repeat -190px 0;
    display: block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 30px
}

.camera_command_wrap .hideNav {
    display: none
}

.camera_command_wrap {
    left: 0;
    position: relative;
    right: 0;
    z-index: 4
}

.camera_wrap .camera_pag .camera_pag_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right
}

.camera_wrap .camera_pag .camera_pag_ul li {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 20px 5px;
    position: relative;
    text-align: left;
    text-indent: 9999px;
    width: 16px
}

.camera_commands_emboss .camera_pag .camera_pag_ul li {
    -moz-box-shadow: 0px 1px 0px #fff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 0px #fff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px #fff, inset 0px 1px 1px rgba(0, 0, 0, 0.2)
}

.camera_wrap .camera_pag .camera_pag_ul li>span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 8px;
    left: 4px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    width: 8px
}

.camera_commands_emboss .camera_pag .camera_pag_ul li:hover>span {
    -moz-box-shadow: 0px 1px 0px #fff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 0px #fff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px #fff, inset 0px 1px 1px rgba(0, 0, 0, 0.2)
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent>span {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.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
}

.camera_prev,
.camera_next,
.camera_commands {
    cursor: pointer;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 2
}

.camera_prev {
    left: 0
}

.camera_prev>span {
    background: url(../../images/camera/camera_skins.png) no-repeat 0 0;
    display: block;
    height: 40px;
    width: 40px
}

.camera_next {
    right: 0
}

.camera_next>span {
    background: url(../../images/camera/camera_skins.png) no-repeat -40px 0;
    display: block;
    height: 40px;
    width: 40px
}

.camera_commands {
    right: 41px
}

.camera_commands>.camera_play {
    background: url(../../images/camera/camera_skins.png) no-repeat -80px 0;
    height: 40px;
    width: 40px
}

.camera_commands>.camera_stop {
    background: url(../../images/camera/camera_skins.png) no-repeat -120px 0;
    display: block;
    height: 40px;
    width: 40px
}

.camera_wrap .camera_pag .camera_pag_ul li {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 20px 5px;
    position: relative;
    text-indent: 9999px;
    width: 16px
}

.camera_thumbs_cont {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.camera_commands_emboss .camera_thumbs_cont {
    -moz-box-shadow: 0px 1px 0px #fff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 0px #fff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px #fff, inset 0px 1px 1px rgba(0, 0, 0, 0.2)
}

.camera_thumbs_cont>div {
    float: left;
    width: 100%
}

.camera_thumbs_cont ul {
    overflow: hidden;
    padding: 3px 4px 8px;
    position: relative;
    text-align: center
}

.camera_thumbs_cont ul li {
    display: inline;
    padding: 0 4px
}

.camera_thumbs_cont ul li>img {
    border: 1px solid;
    cursor: pointer;
    margin-top: 5px;
    vertical-align: bottom
}

.camera_clear {
    display: block;
    clear: both
}

.showIt {
    display: none
}

.camera_clear {
    clear: both;
    display: block;
    height: 1px;
    margin: -1px 0 25px;
    position: relative
}

.pattern_1 .camera_overlayer {
    background: url(../../images/camera/patterns/overlay1.png) repeat
}

.pattern_2 .camera_overlayer {
    background: url(../../imagescamera//patterns/overlay2.png) repeat
}

.pattern_3 .camera_overlayer {
    background: url(../../images/camera/patterns/overlay3.png) repeat
}

.pattern_4 .camera_overlayer {
    background: url(../../images/camera/patterns/overlay4.png) repeat
}

.pattern_5 .camera_overlayer {
    background: url(../../images/camera/patterns/overlay5.png) repeat
}

.pattern_6 .camera_overlayer {
    background: url(../../images/camera/patterns/overlay6.png) repeat
}

.pattern_7 .camera_overlayer {
    background: url(../../images/camera/patterns/overlay7.png) repeat
}

.pattern_8 .camera_overlayer {
    background: url(../../images/camera/patterns/overlay8.png) repeat
}

.pattern_9 .camera_overlayer {
    background: url(../../images/camera/patterns/overlay9.png) repeat
}

.pattern_10 .camera_overlayer {
    background: url(../../images/camera/patterns/overlay10.png) repeat
}

.camera_caption {
    color: #fff
}

/*.camera_caption>div {
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}*/

.camera_wrap .camera_pag .camera_pag_ul li {
    background: #b7b7b7
}

.camera_wrap .camera_pag .camera_pag_ul li:hover>span {
    background: #b7b7b7
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent>span {
    background: #434648
}

.camera_pag_ul li img {
    border: 4px solid #e6e6e6;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5)
}

.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6
}

.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
    background: #d8d8d8;
    background: rgba(216, 216, 216, 0.85)
}

.camera_wrap .camera_pag .camera_pag_ul li {
    background: #b7b7b7
}

.camera_thumbs_cont ul li>img {
    border-color: #000
}

.fluid_container_wrap {
    clear: left;
    margin-bottom: 35px
}

.fluid_container_wrap:after {
    content: "";
    display: table;
    clear: both
}

.fluid_container {
    padding-bottom: 35.83%
}

.camera_wrap {
    margin-bottom: 0 !important
}

.camera_caption {
    height: 100%
}

@media only screen and (min-width: 768px) {
    .camera_caption>div {
        background: none;
        overflow: hidden;
        color: #fff;
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 0 0 50px;
        width: 100%;
        flex: 1 1 100%
    }
    .camera_caption {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }
    .color-1>div {
        color: #20315A
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .camera_caption>div {
        max-width: 960px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .camera_caption>div {
        max-width: 724px
    }
}

@media only screen and (max-width: 767px) {
    /*.camera_caption>div {
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        overflow: hidden;
        color: #fff;
        width: 100%;
        bottom: 0;
        padding: 30px 20px
    }*/
}

.lof_camera_slog {
    font-size: 56px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold
}

@media only screen and (max-width: 991px) {
    .lof_camera_slog {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .lof_camera_slog {
        font-size: 20px
    }
}

.lof_camera_title {
    font-size: 76px;
    line-height: 76px;
    font-weight: bold;
    margin-bottom: 35px
}

@media only screen and (min-width: 1380px) {
    .lof_camera_title {
        font-size: 64px
    }
}

@media only screen and (max-width: 1270px) {
    .lof_camera_title {
        font-size: 46px;
        line-height: 46px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 991px) {
    .lof_camera_title {
        font-size: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width: 767px) {
    .lof_camera_title {
        font-size: 20px;
        line-height: 20px
    }
}

.lof_camera_desc {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px
}

@media only screen and (max-width: 1270px) {
    .lof_camera_desc {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 992px) {
    .lof_camera_desc {
        width: 60%
    }
}

@media only screen and (max-width: 991px) {
    .lof_camera_desc {
        display: none
    }
}

.camera_caption>div a {
    padding: 18px 40px
}

@media only screen and (max-width: 1270px) {
    .camera_caption>div a {
        font-size: 14px;
        padding: 9px 25px
    }
}

@media only screen and (max-width: 991px) {
    .camera_caption>div a {
        font-size: 12px;
        padding: 6px 25px
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.grid-full > li {
    margin-right: 0px;
    margin-left: 30px;
    }
}
@media only screen and (max-width: 767px) {

    .camera_caption > div {
        padding: 120px 20px 20px 40px;
    }
   /* .camera_caption>div a {
        padding: 0;
        background: none;
        border: 0;
        font-size: 0;
        position: absolute;
        top: 50%;
        left: 94%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%)
    }
    .camera_caption>div a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f054";
        font-size: 16px;
        color: #20315A
    }
    .camera_caption>div a:hover {
        background: none
    }
    .camera_caption>div a:hover:after {
        color: #fff
    }*/
}

.camera_prev,
.camera_next {
    text-align: center;
    margin-top: 0;
    top: 48%;
    background: none;
    left: auto;
    font-size: 24px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    transition: all 0.2s ease
}

@media only screen and (max-width: 767px) {
    .camera_prev,
    .camera_next {
        top: 35%
    }
}

.camera_prev {
    left: 4%
}

.camera_next {
    right: 4%
}

@media only screen and (max-width: 1370px) {
    .camera_prev {
        left: 0%
    }
    .camera_next {
        right: 0%
    }
}

.camera_prev:hover,
.camera_next:hover {
    color: #20315A
}

.camera_prev span,
.camera_next span {
    display: none
}

.camera_prev:before,
.camera_next:before {
    display: inline-block;
    font-family: 'fl-justicons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    display: block
}

.camera_prev:before {
    content: "\e006"
}

.camera_thumbs {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0
}

@media only screen and (max-width: 767px) {
    .camera_thumbs {
        bottom: 15px
    }
}

.camera_thumbs .camera_thumbs_cont {
    max-width: 1170px;
    margin: 0 auto;
    background: none;
    overflow: inherit
}

@media only screen and (max-width: 1199px) {
    .camera_thumbs .camera_thumbs_cont {
        width: 960px
    }
}

@media only screen and (max-width: 991px) {
    .camera_thumbs .camera_thumbs_cont {
        max-width: 724px
    }
}

@media only screen and (max-width: 767px) {
    .camera_thumbs .camera_thumbs_cont {
        display: none
    }
}

.camera_thumbs .camera_thumbs_cont ul {
    padding: 0;
    display: flex;
    margin: 0 -15px !important;
    width: auto !important;
    overflow: inherit
}

.camera_thumbs .camera_thumbs_cont li {
    padding: 0 15px;
    position: relative
}

.camera_thumbs .camera_thumbs_cont li:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -30px;
    height: 7px;
    background: #20315A;
    width: 0;
    transition: all 0.2s ease
}

@media only screen and (max-width: 767px) {
    .camera_thumbs .camera_thumbs_cont li:before {
        bottom: 0
    }
}

.camera_thumbs .camera_thumbs_cont li.cameracurrent:before,
.camera_thumbs .camera_thumbs_cont li:hover:before {
    width: auto;
    left: 15px;
    right: 15px
}

.camera_thumbs .camera_thumbs_cont li img {
    width: 100%;
    margin: 0;
    border: 0;
    opacity: 1 !important
}
.camera_prev{opacity: 1 !important;}
.camera_next{opacity: 1 !important;}