.bs-header1 h1 .hilight {
    color: #1075bd;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ========================================================================= *
 *  Main Bootstrap
/* ========================================================================= */


.row .col {
    float: left;
    padding-top: 30px;
    padding-left: 30px;
    position: relative;
    min-height: 1px;
    width: 100%;
}

@media (max-width: 47.99em) {
    .row .col {
        padding-top: 20px;
        padding-left: 20px;
    };
}

@media (min-width: 48em) {
    .row .col-1 {
        width: 25%;
    }

    .row .col-2 {
        width: 25%;
    }

    .row .col-3 {
        width: 25%;
    }

    .row .col-4 {
        width: 50%;
    }

    .row .col-5 {
        width: 50%;
    }

    .row .col-6 {
        width: 50%;
    }

    .row .col-7 {
        width: 50%;
    }

    .row .col-8 {
        width: 50%;
    }

    .row .col-9 {
        width: 50%;
    }

    .row .col-10 {
        width: 100%;
    }

    .row .col-11 {
        width: 100%;
    }

    .row .col-12 {
        width: 100%;
    };
}

@media (min-width: 62em) {
    .row .col-1 {
        width: 8.33333%;
    }

    .row .col-2 {
        width: 16.66667%;
    }

    .row .col-3 {
        width: 25%;
    }

    .row .col-4 {
        width: 33.33333%;
    }

    .row .col-5 {
        width: 41.66667%;
    }

    .row .col-6 {
        width: 50%;
    }

    .row .col-7 {
        width: 58.33333%;
    }

    .row .col-8 {
        width: 66.66667%;
    }

    .row .col-9 {
        width: 75%;
    }

    .row .col-10 {
        width: 83.33333%;
    }

    .row .col-11 {
        width: 91.66667%;
    }

    .row .col-12 {
        width: 100%;
    };
}

/*=========================================================================*/
/* Viewport Indicator
/*=========================================================================*/
#viewport-indicator {
    font-family: "";
    height: 0;
}

@media (min-width: 20em) {
    #viewport-indicator {
        font-family: "@phone";
    };
}

@media (min-width: 30em) {
    #viewport-indicator {
        font-family: "@mobile";
    };
}

@media (min-width: 48em) {
    #viewport-indicator {
        font-family: "@tablet";
    };
}

@media (min-width: 62em) {
    #viewport-indicator {
        font-family: "@laptop";
    };
}

@media (min-width: 75em) {
    #viewport-indicator {
        font-family: "@laptop";
    };
}

/*=========================================================================*/
/* Padding Section
/*=========================================================================*/
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.owl-stage-outer {
    max-width: 100%;
}

#owl-hero .owl-controls {
    display: block;
    width: 100%;
    height: 0;
}

#owl-hero .owl-controls .owl-pagination {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: block;
    height: 0;
    text-align: center;
}

#owl-hero .owl-controls .owl-pagination .owl-page {
    z-index: 10;
    height: 13px;
    width: 13px;
    background-color: #fff;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border: 2px solid #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#owl-hero .owl-controls .owl-pagination .owl-page.active {
    background-color: #1075bd;
    border-color: #fff;
}

#owl-hero .owl-controls .owl-pagination .owl-page.active:hover {
    border-color: #fff;
}

#owl-hero .owl-controls .owl-pagination .owl-page:hover {
    border-color: #1075bd;
}

#owl-hero .owl-controls .owl-buttons {
    display: block;
    width: 100%;
    height: 0;
}

#owl-hero .owl-controls .owl-buttons .owl-prev, #owl-hero .owl-controls .owl-buttons .owl-next {
    z-index: 10;
    text-align: center;
    font-size: 20px;
    position: absolute;
    bottom: 50%;
    height: 45px;
    width: 44px;
    line-height: 45px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: -22.5px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#owl-hero .owl-controls .owl-buttons .owl-prev:hover, #owl-hero .owl-controls .owl-buttons .owl-next:hover {
    color: #fff;
    background-color: #1075bd;
}

#owl-hero .owl-controls .owl-buttons .owl-prev {
    left: -45px;
    border-left: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

#owl-hero .owl-controls .owl-buttons .owl-next {
    right: -45px;
    border-right: none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.owl-slide-gallery .owl-controls .owl-buttons, .bs-creation .owl-carousel .owl-controls .owl-buttons {
    display: block;
    width: 100%;
    height: 0;
}

.owl-slide-gallery .owl-controls .owl-buttons .owl-prev, .bs-creation .owl-carousel .owl-controls .owl-buttons .owl-prev, .owl-slide-gallery .owl-controls .owl-buttons .owl-next, .bs-creation .owl-carousel .owl-controls .owl-buttons .owl-next {
    z-index: 10;
    text-align: center;
    font-size: 20px;
    position: absolute;
    bottom: 50%;
    opacity: 0;
    display: none;
    height: 45px;
    width: 44px;
    line-height: 45px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: -22.5px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.owl-slide-gallery .owl-controls .owl-buttons .owl-prev:hover, .bs-creation .owl-carousel .owl-controls .owl-buttons .owl-prev:hover, .owl-slide-gallery .owl-controls .owl-buttons .owl-next:hover, .bs-creation .owl-carousel .owl-controls .owl-buttons .owl-next:hover {
    color: #fff;
    background-color: #1075bd;
}

.owl-slide-gallery .owl-controls .owl-buttons .owl-prev, .bs-creation .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.owl-slide-gallery .owl-controls .owl-buttons .owl-next, .bs-creation .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 0;
}

.row > .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 30px;
}

@media (max-width: 47.99em) {
    .row > .owl-carousel .owl-controls .owl-buttons .owl-prev {
        left: 20px;
    };
}

.row > .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 0px;
}

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

.thumb .thumb-img, .thumb > img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section {
    position: relative;
}

#main-header {
    position: relative;
}

#main-content {
    position: relative;
    background: #fdfdfd;
}

#main-footer {
    position: relative;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.has-animate {
    overflow: hidden;
}

.bs-browser {
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.bs-browser .browser-bar {
    padding: 2px 15px;
    height: 34px;
    line-height: 34px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #e5e5e5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#d4d4d4));
    background-image: -webkit-linear-gradient(top, #e5e5e5, #d4d4d4);
    background-image: -moz-linear-gradient(top, #e5e5e5, #d4d4d4);
    background-image: -ms-linear-gradient(top, #e5e5e5, #d4d4d4);
    background-image: -o-linear-gradient(top, #e5e5e5, #d4d4d4);
}

.bs-browser .browser-bar .bullets i {
    width: 12px;
    height: 12px;
    background: #1075bd;
    display: inline-block;
    margin-right: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 1px 2px #fff, inset 0px 1px 2px rgba(255, 255, 255, 0.5);
}

.bs-browser .browser-bar .bullets i:nth-child(1) {
    background-color: #f05252;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f05252), to(#e34d4d));
    background-image: -webkit-linear-gradient(top, #f05252, #e34d4d);
    background-image: -moz-linear-gradient(top, #f05252, #e34d4d);
    background-image: -ms-linear-gradient(top, #f05252, #e34d4d);
    background-image: -o-linear-gradient(top, #f05252, #e34d4d);
}

.bs-browser .browser-bar .bullets i:nth-child(2) {
    background-color: #f7ba33;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7ba33), to(#e5ac30));
    background-image: -webkit-linear-gradient(top, #f7ba33, #e5ac30);
    background-image: -moz-linear-gradient(top, #f7ba33, #e5ac30);
    background-image: -ms-linear-gradient(top, #f7ba33, #e5ac30);
    background-image: -o-linear-gradient(top, #f7ba33, #e5ac30);
}

.bs-browser .browser-bar .bullets i:nth-child(3) {
    background-color: #80c15c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#80c15c), to(#73ad53));
    background-image: -webkit-linear-gradient(top, #80c15c, #73ad53);
    background-image: -moz-linear-gradient(top, #80c15c, #73ad53);
    background-image: -ms-linear-gradient(top, #80c15c, #73ad53);
    background-image: -o-linear-gradient(top, #80c15c, #73ad53);
}

.bs-browser .browser-wrapper {
    height: 270px;
    overflow: hidden;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.bs-browser .browser-wrapper .browser-content {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
}

/* ========================================================================= *
 *  Preloader
/* ========================================================================= */
/*#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fdfdfd url("../fonts/loading.svg") no-repeat center center;
}*/

/* ========================================================================= *
 *  Base Font
/* ========================================================================= */
body {
    font-family: "Titillium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

@font-face {
    font-family: 'Titillium';
  src: url("../fonts/titillium-bold-webfont.eot");
  src: url("../fonts/titillium-bold-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/titillium-bold-webfont.woff2") format("woff2"), url("../fonts/titillium-bold-webfont.woff") format("woff"), url("../fonts/titillium-bold-webfont.ttf") format("truetype"), url("../fonts/titillium-bold-webfont.svg#titillium_bdbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: 'Titillium';
  src: url("../fonts/titillium-bolditalic-webfont.eot");
  src: url("../fonts/titillium-bolditalic-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/titillium-bolditalic-webfont.woff2") format("woff2"), url("../fonts/titillium-bolditalic-webfont.woff") format("woff"), url("../fonts/titillium-bolditalic-webfont.ttf") format("truetype"), url("../fonts/titillium-bolditalic-webfont.svg#titillium_bdbold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
    font-family: 'Titillium';
  src: url("../fonts/titillium-regular-webfont.eot");
  src: url("../fonts/titillium-regular-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/titillium-regular-webfont.woff2") format("woff2"), url("../fonts/titillium-regular-webfont.woff") format("woff"), url("../fonts/titillium-regular-webfont.ttf") format("truetype"), url("../fonts/titillium-regular-webfont.svg#titilliumregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Titillium';
  src: url("../fonts/titillium-regularitalic-webfont.eot");
  src: url("../fonts/titillium-regularitalic-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/titillium-regularitalic-webfont.woff2") format("woff2"), url("../fonts/titillium-regularitalic-webfont.woff") format("woff"), url("../fonts/titillium-regularitalic-webfont.ttf") format("truetype"), url("../fonts/titillium-regularitalic-webfont.svg#titilliumitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
    font-family: 'Titillium';
  src: url("../fonts/titillium-semibold-webfont.eot");
  src: url("../fonts/titillium-semibold-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/titillium-semibold-webfont.woff2") format("woff2"), url("../fonts/titillium-semibold-webfont.woff") format("woff"), url("../fonts/titillium-semibold-webfont.ttf") format("truetype"), url("../fonts/titillium-semibold-webfont.svg#titilliumbold") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
    font-family: 'Titillium';
  src: url("../fonts/titillium-semibolditalic-webfont.eot");
  src: url("../fonts/titillium-semibolditalic-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/titillium-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/titillium-semibolditalic-webfont.woff") format("woff"), url("../fonts/titillium-semibolditalic-webfont.ttf") format("truetype"), url("../fonts/titillium-semibolditalic-webfont.svg#titilliumbold_italic") format("svg");
  font-weight: 500;
  font-style: italic;
}

h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    line-height: 1.2em;
}

h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    line-height: 1.2em;
}

h3 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    line-height: 1.2em;
}

h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    line-height: 1.2em;
}

h5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    line-height: 1.2em;
}

h6 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    line-height: 1.2em;
}

h1.jumbo {
    font-size: 48px;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    margin-bottom: .5em;
}

h1 .hilight-blue, h2 .hilight-blue, h3 .hilight-blue, h4 .hilight-blue, h5 .hilight-blue, h6 .hilight-blue {
    color: #1075bd;
    font-weight: bold;
}

h1 .hilight-white, h2 .hilight-white, h3 .hilight-white, h4 .hilight-white, h5 .hilight-white, h6 .hilight-white {
    font-weight: bold;
}

h1 .hilight-orange, h2 .hilight-orange, h3 .hilight-orange, h4 .hilight-orange, h5 .hilight-orange, h6 .hilight-orange {
    color: #fc721c;
}



.bg-blue {
    background-color: #1075bd;
}

.bg-ticks {
    background-color: #ebebeb;
    background-image: url("../images/bg_ticks.png");
    background-repeat: repeat;
}

.bg-blue-ticks {
    background-color: #1075bd;
    background-image: url("../images/bg_blue_ticks.png");
    background-repeat: repeat;
}


/* ========================================================================= */
/* Layout
/* ========================================================================= */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.vc-table {
    display: table;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

.vc-table .vc-cell {
    display: table-cell;
    vertical-align: middle;
}

.bc-left-img.bc-box {
    border: 1px solid #e0e0e0;
    background-color: #e8e8e8;
}

.bc-left-img.bc-box .bc-inner .image {
    padding: 0;
}

.bc-left-img.bc-box .bc-inner .desc {
    padding: 20px 25px;
}

.bc-left-img .bc-inner {
    padding-left: 50%;
    position: relative;
}

.bc-left-img .bc-inner:after, .bc-left-img .bc-inner:before {
    visibility: hidden;
    display: block;
    content: " ";
    height: 0;
}

.bc-left-img .bc-inner:after {
    clear: both;
}

.bc-left-img .bc-inner .image {
    float: left;
    width: 100%;
    margin-left: -100%;
    padding-right: 15px;
}

.bc-left-img .bc-inner .image .thumb {
    height: 100%;
    min-height: 260px;
    width: 100%;
}

.bc-left-img .bc-inner .desc {
    float: right;
    width: 100%;
    padding-left: 15px;
}

@media (max-width: 47.99em) {
    .bc-left-img .bc-inner {
        padding-left: 0;
    }

    .bc-left-img .bc-inner .image {
        margin-left: 0;
        padding-right: 0;
    }

    .bc-left-img .bc-inner .desc {
        margin-top: 20px;
        padding-left: 0;
    };
}

.bc-right-img.bc-box {
    border: 1px solid #e0e0e0;
    background-color: #e8e8e8;
}

.bc-right-img.bc-box .bc-inner .image {
    padding: 0;
}

.bc-right-img.bc-box .bc-inner .desc {
    padding: 20px 25px;
}

.bc-right-img .bc-inner {
    padding-right: 50%;
    position: relative;
}

.bc-right-img .bc-inner:after, .bc-right-img .bc-inner:before {
    visibility: hidden;
    display: block;
    content: " ";
    height: 0;
}

.bc-right-img .bc-inner:after {
    clear: both;
}

.bc-right-img .bc-inner .image {
    float: right;
    width: 100%;
    margin-right: -100%;
    padding-left: 15px;
}

.bc-right-img .bc-inner .image .thumb {
    min-height: 260px;
    width: 100%;
}

.bc-right-img .bc-inner .desc {
    float: left;
    width: 100%;
    padding-right: 15px;
}

@media (max-width: 47.99em) {
    .bc-right-img .bc-inner {
        padding-right: 0;
    }

    .bc-right-img .bc-inner .image {
        margin-right: 0;
    };
}

.box-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}



.img-container, .photo-frame {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.img-container .thumb, .photo-frame .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photo-frame:hover .title {
    opacity: 1;
    visibility: visible;
}

.photo-frame .title {
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(16, 117, 189, 0.5);
    padding: 8px 60px 8px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.photo-frame .title .title-text {
    font-size: 16px;
    line-height: 1em;
}

.photo-frame .title .btn-zoom {
    position: absolute;
    display: block;
    text-align: center;
    background: rgba(3, 24, 38, 0.5);
    width: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    color: #fff;
}

.photo-frame .title .btn-zoom:hover {
    color: #fff;
    background: rgba(3, 24, 38, 0.7);
}

.owl-slide-content .slide-content {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
}

.owl-slide-content .slide-content .title {
    padding: 15px 20px;
}

.owl-slide-content .owl-controls {
    background-color: #f5f5f5;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.owl-slide-content .owl-controls .owl-buttons {
    position: relative;
    width: 100%;
}

.owl-slide-content .owl-controls .owl-buttons .owl-prev, .owl-slide-content .owl-controls .owl-buttons .owl-next {
    position: absolute;
    bottom: 11px;
}

.owl-slide-content .owl-controls .owl-buttons .owl-prev:hover, .owl-slide-content .owl-controls .owl-buttons .owl-next:hover {
    color: #1075bd;
}

.owl-slide-content .owl-controls .owl-buttons .owl-prev {
    left: 80px;
}

.owl-slide-content .owl-controls .owl-buttons .owl-next {
    right: 80px;
}

.owl-slide-content .owl-controls .owl-pagination {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.owl-slide-content .owl-controls .owl-pagination .owl-page {
    height: 14px;
    width: 14px;
    border: 2px solid #999;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
}

.owl-slide-content .owl-controls .owl-pagination .owl-page:hover, .owl-slide-content .owl-controls .owl-pagination .owl-page.active {
    border-color: #1075bd;
}

.owl-slide-content .owl-controls .owl-pagination .owl-page.active {
    background: #1075bd;
}

.inline-foto {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

a img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover img {
    opacity: .82;
}

.pagination {
    padding: 20px 25px;
}

.pagination .title {
    text-align: center;
    margin-bottom: 15px;
}

.pagination .title .fa {
    margin-right: 5px;
}

.pagination.light {
    padding-top: 30px;
    padding-bottom: 0;
}

.pagination.light ul.page li a {
    background-color: #fff;
}

.pagination ul.page {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.pagination ul.page li {
    display: inline-block;
    margin-bottom: 4px;
}

.pagination ul.page li a {
    color: #666;
    font-weight: 500;
    height: 36px;
    min-width: 36px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    line-height: 36px;
    display: block;
    background-color: #f3f3f3;
    border-bottom: 3px solid #e0e0e0;
}

.pagination ul.page li a:hover, .pagination ul.page li a.active {
    color: #1075bd;
    border-color: #1075bd;
}

.main-news {
    padding-bottom: 0px;
}

.main-inner {
    top: 0px;
    position: relative;
    padding-left: 350px;
    background: #ffffff url("../images/bg_sidebar.png") repeat-y scroll left 0px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.main-inner:after, .main-inner:before {
    visibility: hidden;
    display: block;
    content: " ";
    height: 0;
}

.main-inner:after {
    clear: both;
}

@media (min-width: 30em) and (max-width: 61.99em) {
    .main-inner {
        padding-left: 50px;
        overflow: hidden;
        background: #ffffff url("../images/bg_sidebar_collapse.png") repeat-y scroll left 0px;
    };
}

@media (max-width: 29.99em) {
    .main-inner {
        padding-left: 0;
        background-image: none;
    };
}

.main-inner .sidebar {
    float: left;
    width: 350px;
    margin-left: -350px;
    background-color: #f3f3f3;
}

.main-inner .sidebar .sidebar-title {
    border-bottom: 1px solid #1075bd;
    background-color: #1075bd;
}

.main-inner .sidebar .sidebar-title h5 {
    color: #fff;
}

@media (min-width: 30em) and (max-width: 61.99em) {
    .main-inner .sidebar {
        width: 50px;
        margin-left: -50px;
    }

    .main-inner .sidebar .sidebar-title {
        border-bottom: 1px solid #e0e0e0;
        background-color: #f3f3f3;
    }

    .main-inner .sidebar .sidebar-title h5 {
        color: #333;
    };
}

@media (max-width: 29.99em) {
    .main-inner .sidebar {
        float: none;
        width: 100%;
        margin-left: 0;
    };
}

.main-inner .content {
    float: right;
    width: 100%;
}

.main-inner .content .content-title {
    border-bottom: 1px solid #e0e0e0;
}

.main-inner .content .content-title h5 .light {
    color: #999;
}

@media (max-width: 29.99em) {
    .main-inner .content {
        float: none;
    };
}

.main-inner .sidebar-title, .main-inner .content-title {
    color: #fff;
    height: 60px;
    padding: 20px 25px;
}

.main-inner .sidebar-title h5, .main-inner .content-title h5 {
    margin: 0;
}


.bs-covered .owl-controls .owl-pagination {
    margin-top: 30px;
    text-align: center;
}

.bs-covered .owl-controls .owl-pagination .owl-page {
    height: 14px;
    width: 14px;
    border: 2px solid #999;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
}

.bs-covered .owl-controls .owl-pagination .owl-page:hover, .bs-covered .owl-controls .owl-pagination .owl-page.active {
    border-color: #1075bd;
}

.bs-covered .owl-controls .owl-pagination .owl-page.active {
    background: #1075bd;
}

.covered-img {
    padding: 10px;
    margin-right: 1px;
    margin-left: 1px;
    text-align: center;
    height: 100px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.covered-img img {
    width: auto;
    max-height: 80px;
    max-width: 100%;
    display: inline-block;
}

.covered-img .vc-table {
    max-width: 100%;
    table-layout: fixed;
}

.bs-creation {
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 1;
    background-image: url("../images/bg_bs_creation.jpg");
    background-attachment: fixed;
    background-repeat: repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bs-creation:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: rgba(16, 117, 189, 0.5);
}

.bs-creation .bs-browser .browser-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.bs-creation .web-link {
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.bs-creation .web-link a {
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}

.bs-creation .web-link a:hover {
    color: #128ae0;
}

.bs-creation .web-owner {
    margin-top: 15px;
}

.bs-creation .web-owner .owner-foto {
    height: 65px;
    width: 65px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.bs-student .testi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bs-student .testi-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bs-student .testi-list li {
    background-color: #fff;
    padding: 10px 15px;
    padding-left: 110px;
    margin-bottom: 10px;
}

.bs-student .testi-list li:after, .bs-student .testi-list li:before {
    visibility: hidden;
    display: block;
    content: " ";
    height: 0;
}

.bs-student .testi-list li:after {
    clear: both;
}

.bs-student .testi-list li:last-child {
    margin-bottom: 0;
}

.bs-student .testi-list li .foto {
    float: left;
    margin-left: -95px;
    margin-top: 5px;
    width: 80px;
    height: 80px;
}

.bs-student .testi-list li .desc {
    float: right;
    width: 100%;
}

.bs-student .testi-list li .desc header {
    border-bottom: 1px solid #e0e0e0;
}

.bs-student .testi-list li .desc header h5 {
    display: inline-block;
}

.bs-student .testi-list li .desc header .work {
    margin-left: 10px;
    border-left: 1px solid #e0e0e0;
    padding-left: 10px;
    color: #1075bd;
}

.bs-student .testi-list li .desc header .date {
    float: right;
    color: #999;
}

.bs-student .testi-list li .desc p {
    margin-top: 5px;
}

.bs-course .course {
    padding-left: 95px;
}

.bs-course .course .icon {
    float: left;
    margin-left: -95px;
    margin-top: 5px;
    width: 80px;
    height: auto;
}

.bs-course .course .desc {
    float: right;
    width: 100%;
}

.bs-service {
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 1;
    background-image: url("../images/bg_bs_service.jpg");
    background-attachment: fixed;
    background-repeat: repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bs-service:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: rgba(16, 117, 189, 0.5);
}

.bs-service .service {
    position: relative;
    width: 350px;
    max-width: 100%;
}

.bs-service .service:after, .bs-service .service:before {
    visibility: hidden;
    display: block;
    content: " ";
    height: 0;
}

.bs-service .service:after {
    clear: both;
}

.bs-service .service.left {
    float: right;
    padding-right: 110px;
}

.bs-service .service.left .icon {
    float: right;
    margin-right: -110px;
}

.bs-service .service.left .icon:after {
    left: -10px;
    border-right: 10px solid #fff;
}

.bs-service .service.left .desc {
    right: 0;
    text-align: right;
    float: left;
    padding-right: 110px;
}

.bs-service .service.right {
    float: left;
    padding-left: 110px;
}

.bs-service .service.right .icon {
    float: left;
    margin-left: -110px;
}

.bs-service .service.right .icon:after {
    right: -10px;
    border-left: 10px solid #fff;
}

.bs-service .service.right .desc {
    left: 0;
    text-align: left;
    float: right;
    padding-left: 110px;
}

.bs-service .service .icon {
    width: 90px;
    height: 90px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;
}

.bs-service .service .icon:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -10px;
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.bs-service .service .icon img {
    display: inline-block;
}

.bs-service .service .desc {
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
}

.bs-service .service .desc .vc-table {
    table-layout: fixed;
    width: 100%;
}

.bs-service .service .desc h4 {
    color: #fff;
    margin-bottom: 0;
    line-height: 1.6em;
}

@media (min-width: 30em) and (max-width: 47.99em) {
    .bs-client .row .col.col-2 {
        width: 50%;
    };
}

.bs-client .client-img {
    padding: 10px;
    margin-right: 1px;
    margin-left: 1px;
    text-align: center;
    height: 90px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.bs-client .client-img img {
    width: auto;
    max-height: 70px;
    max-width: 100%;
    display: inline-block;
}

.bs-client .client-img .vc-table {
    max-width: 100%;
    table-layout: fixed;
}

.hero2-image {
    overflow: hidden;
    position: relative;
    margin: 0;
    min-height: 550px;
}

.hero2-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
  /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: transparent;
    text-align: center;
}

.hero2-overlay .container {
    height: 100%;
}

.hero2-overlay .hero2-caption {
    position: relative;
    text-align: center;
    max-width: 900px;
    display: inline-block;
}

.hero2-overlay .hero2-caption h1, .hero2-overlay .hero2-caption h2 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.hero2-overlay .hero2-caption h1 {
    font-size: 24px;
    color: #fff;
}

.hero2-overlay .hero2-caption h2 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: normal;
}

@media (min-width: 48em) {
    .hero2-overlay .hero2-caption h1 {
        font-size: 36px;
    }

    .hero2-overlay .hero2-caption h2 {
        font-size: 24px;
    };
}

.sidebar-toggle {
    background-color: #1075bd;
    height: 60px;
    line-height: 60px;
    width: 50px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: none;
    opacity: 0;
    visibility: hidden;
}

.sidebar-toggle.expand {
    width: 350px;
}

@media (min-width: 30em) and (max-width: 61.99em) {
    .sidebar-toggle {
        display: block;
        opacity: 1;
        visibility: visible;
    };
}

.sidebar-header {
    padding: 40px 25px 20px 25px;
}

.sidebar-content {
    background-color: #f3f3f3;
}

@media (min-width: 30em) and (max-width: 61.99em) {
    .sidebar-content {
        position: absolute;
        width: 350px;
        left: -350px;
        top: 60px;
        bottom: 0;
        height: 100%;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    .sidebar-content.expand {
        left: 0px;
    };
}

.license-official {
    text-align: center;
}

.license-official h5 {
    padding: 25px;
    color: #1075bd;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

.license-official p {
    position: relative;
    padding: 25px;
    border-bottom: 1px solid #e0e0e0;
}

.license-official p:before {
    content: " ";
    display: block;
    height: 14px;
    width: 14px;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    position: absolute;
    left: 50%;
    background-color: #f3f3f3;
    top: -8px;
    margin-left: -8px;
    -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
      /* IE 9 */
    transform: rotate(45deg);
}

.side-menu {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    background-color: #e6e6e6;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.side-menu ul.menu, .side-menu ul.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f3f3f3;
    border-left: 1px solid #e0e0e0;
}

.side-menu ul.menu > li > a, .side-menu ul.dropdown-menu > li > a {
    color: #666;
    padding: 12px 15px;
    display: block;
    width: 100%;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
}

.side-menu ul.menu > li > a:hover, .side-menu ul.menu > li > a.active, .side-menu ul.dropdown-menu > li > a:hover, .side-menu ul.dropdown-menu > li > a.active {
    color: #1075bd;
}

.side-menu ul.menu > li > a .fa, .side-menu ul.dropdown-menu > li > a .fa {
    margin-right: 8px;
}

.side-menu ul.dropdown-menu > li {
    position: relative;
}

.side-menu ul.dropdown-menu > li > a {
    padding-left: 38px;
}

.side-menu ul.dropdown-menu > li > a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f138";
    position: absolute;
    margin-top: 4px;
    left: 15px;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.side-menu ul.dropdown-menu > li.dropdown > a:before {
    content: "\f055";
}

.side-menu ul.dropdown-menu > li.dropdown ul {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.side-menu ul.dropdown-menu > li.dropdown ul li:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.side-menu ul.dropdown-menu > li.dropdown ul li a {
    padding: 7px 15px 7px 40px;
    display: block;
    color: #666;
}

.side-menu ul.dropdown-menu > li.dropdown ul li a:hover, .side-menu ul.dropdown-menu > li.dropdown ul li a.active {
    color: #1075bd;
    background-color: #fff;
}

.side-menu ul.dropdown-menu > li.dropdown.expand > a {
    color: #1075bd;
}

.side-menu ul.dropdown-menu > li.dropdown.expand > a:before {
    content: "\f056";
}

.side-menu ul.dropdown-menu > li.dropdown.expand ul {
    max-height: 600px;
}

.side-post {
    padding: 35px 25px;
}

.side-post .post-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-post .post-list li {
    padding-left: 80px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.side-post .post-list li:after, .side-post .post-list li:before {
    visibility: hidden;
    display: block;
    content: " ";
    height: 0;
}

.side-post .post-list li:after {
    clear: both;
}

.side-post .post-list li .post-thumb {
    float: left;
    margin-top: 5px;
    margin-left: -80px;
}

.side-post .post-list li .post-thumb .thumb {
    height: 75px;
    width: 70px;
}

.side-post .post-list li .post-desc {
    width: 100%;
    float: right;
}

.side-post .post-list li .post-desc .more .fa {
    margin-left: 5px;
}

.side-post .post-list li .post-desc .post-title {
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.5em;
    color: #333;
}

.side-post .post-list li .post-desc .post-title:hover {
    color: #1075bd;
}

.side-post .post-list li .post-desc .post-category {
    font-size: 14px;
    font-weight: 500;
}

.side-post .post-list li .post-desc .post-meta {
    font-size: 14px;
    color: #999;
}

.table-price2 table {
    border-collapse: collapse;
    background-color: #fff;
    width: 100%;
}

.table-price2 table thead {
    border-top: 4px solid #e0e0e0;
}

.table-price2 table thead tr {
    border-bottom: 1px solid #e0e0e0;
}

.table-price2 table thead tr th {
    font-weight: 500;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: left;
}

.table-price2 table thead tr th:first-child {
    padding-left: 20px;
}

.table-price2 table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.table-price2 table tbody tr:last-child {
    font-weight: 500;
}

.table-price2 table tbody tr td {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
}

.table-price2 table tbody tr td:first-child {
    padding-left: 20px;
}

.table-price2 table tbody tr td .num {
    background-color: #1075bd;
    padding: 2px 3px;
    width: 33px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    position: relative;
}

.table-price2 table tbody tr td .hilight-blue {
    color: #1075bd;
}

.testi-new {
    background-color: #fff;
}

.testi-new .header {
    border-top: 4px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 20px;
}

.testi-new .entry {
    padding: 10px 20px;
    border-bottom: 1px solid #e0e0e0;
}

.testi-new .entry p {
    margin-bottom: 5px;
}

.testi-new .entry .profile {
    padding-left: 80px;
}

.testi-new .entry .profile:after, .testi-new .entry .profile:before {
    visibility: hidden;
    display: block;
    content: " ";
    height: 0;
}

.testi-new .entry .profile:after {
    clear: both;
}

.testi-new .entry .profile .foto {
    width: 75px;
    height: 85px;
    float: left;
    margin-left: -80px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
}

.testi-new .entry .profile table td {
    padding-left: 10px;
}

.testi-new .more {
    padding: 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 500;
    font-size: 16px;
}

.photo-gallery, .service-gallery {
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.photo-gallery:hover, .service-gallery:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 11px 0 -5px #fff, 0 11px 1px -4px rgba(0, 0, 0, 0.2), 0 22px 0 -10px #fff, 0 22px 1px -9px rgba(0, 0, 0, 0.2);
    /* The third layer shadow */;
}

.photo-gallery .photo-img, .photo-gallery .service-img, .service-gallery .photo-img, .service-gallery .service-img {
    position: relative;
    padding-bottom: 67%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.photo-gallery .photo-img .thumb, .photo-gallery .service-img .thumb, .service-gallery .photo-img .thumb, .service-gallery .service-img .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photo-gallery .photo-img:hover .photo-link, .photo-gallery .photo-img:hover .service-link, .photo-gallery .service-img:hover .photo-link, .photo-gallery .service-img:hover .service-link, .service-gallery .photo-img:hover .photo-link, .service-gallery .photo-img:hover .service-link, .service-gallery .service-img:hover .photo-link, .service-gallery .service-img:hover .service-link {
    background-color: rgba(16, 117, 189, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}

.photo-gallery .photo-img .photo-link, .photo-gallery .photo-img .service-link, .photo-gallery .service-img .photo-link, .photo-gallery .service-img .service-link, .service-gallery .photo-img .photo-link, .service-gallery .photo-img .service-link, .service-gallery .service-img .photo-link, .service-gallery .service-img .service-link {
    display: block;
    height: 36px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 36px;
    text-align: center;
    top: 2px;
    right: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.photo-gallery .photo-img .photo-link .fa, .photo-gallery .photo-img .service-link .fa, .photo-gallery .service-img .photo-link .fa, .photo-gallery .service-img .service-link .fa, .service-gallery .photo-img .photo-link .fa, .service-gallery .photo-img .service-link .fa, .service-gallery .service-img .photo-link .fa, .service-gallery .service-img .service-link .fa {
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 35px;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.photo-gallery .photo-img .photo-link:hover, .photo-gallery .photo-img .service-link:hover, .photo-gallery .service-img .photo-link:hover, .photo-gallery .service-img .service-link:hover, .service-gallery .photo-img .photo-link:hover, .service-gallery .photo-img .service-link:hover, .service-gallery .service-img .photo-link:hover, .service-gallery .service-img .service-link:hover {
    background-color: rgba(16, 117, 189, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}

.photo-gallery .photo-img .photo-link:hover .fa, .photo-gallery .photo-img .service-link:hover .fa, .photo-gallery .service-img .photo-link:hover .fa, .photo-gallery .service-img .service-link:hover .fa, .service-gallery .photo-img .photo-link:hover .fa, .service-gallery .photo-img .service-link:hover .fa, .service-gallery .service-img .photo-link:hover .fa, .service-gallery .service-img .service-link:hover .fa {
    color: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.6);
    font-size: 18px;
}

.photo-gallery .photo-img .photo-link:hover .fa:hover, .photo-gallery .photo-img .service-link:hover .fa:hover, .photo-gallery .service-img .photo-link:hover .fa:hover, .photo-gallery .service-img .service-link:hover .fa:hover, .service-gallery .photo-img .photo-link:hover .fa:hover, .service-gallery .photo-img .service-link:hover .fa:hover, .service-gallery .service-img .photo-link:hover .fa:hover, .service-gallery .service-img .service-link:hover .fa:hover {
    border-color: rgba(255, 255, 255, 0.9);
    color: #fff;
}

.photo-gallery .photo-desc, .service-gallery .photo-desc {
    margin-top: 10px;
    padding-left: 60px;
    position: relative;
}

.photo-gallery .photo-desc:after, .photo-gallery .photo-desc:before, .service-gallery .photo-desc:after, .service-gallery .photo-desc:before {
    visibility: hidden;
    display: block;
    content: " ";
    height: 0;
}

.photo-gallery .photo-desc:after, .service-gallery .photo-desc:after {
    clear: both;
}

.photo-gallery .photo-desc .icon, .service-gallery .photo-desc .icon {
    float: left;
    margin-left: -60px;
    height: 50px;
    width: 50px;
}

.photo-gallery .photo-desc .title, .service-gallery .photo-desc .title {
    float: right;
    width: 100%;
    margin-top: -3px;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    color: #444;
}

.photo-gallery .photo-desc .title:hover, .service-gallery .photo-desc .title:hover {
    color: #1075bd;
}

.photo-gallery .photo-desc .time, .service-gallery .photo-desc .time {
    float: right;
    width: 100%;
}

.photo-gallery .service-desc, .service-gallery .service-desc {
    margin-top: 10px;
    padding: 10px;
    position: relative;
}

.photo-gallery .service-desc:after, .photo-gallery .service-desc:before, .service-gallery .service-desc:after, .service-gallery .service-desc:before {
    visibility: hidden;
    display: block;
    content: " ";
    height: 0;
}

.photo-gallery .service-desc:after, .service-gallery .service-desc:after {
    clear: both;
}

.photo-gallery .service-desc .title, .service-gallery .service-desc .title {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #444;
}

.photo-gallery .service-desc .title:hover, .service-gallery .service-desc .title:hover {
    color: #1075bd;
}

.photo-gallery .service-desc .entry, .service-gallery .service-desc .entry {
    margin-bottom: 15px;
}

.photo-gallery .service-desc .btn-more, .service-gallery .service-desc .btn-more {
    padding: 10px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}



.bc-can-i {
    padding-top: 45px;
}

.bc-can-i .bc-inner {
    background-color: #fff;
    border: 3px solid #e0e0e0;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.bc-can-i .bc-inner .icon {
    float: left;
    background-color: #1075bd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #e0e0e0;
    position: absolute;
    left: 50%;
    top: -45px;
    padding: 10px;
    height: 90px;
    width: 100px;
    margin-left: -50px;
    text-align: center;
}

.bc-can-i .bc-inner .icon img {
    max-height: 100%;
    display: inline-block;
}

.bc-can-i .bc-inner .desc {
    text-align: center;
    padding: 60px 25px 20px 25px;
}




.bs-leader-say .leader-say {
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
}

.bs-leader-say .leader-say .foto {
    height: 85px;
    width: 75px;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.bs-leader-say .more {
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 10px 15px;
    font-weight: 500;
}

.bs-leader-say .bc-right-img {
    background-color: #fff;
}

.bs-leader-say .bc-right-img .bc-inner .image .thumb {
    min-height: 200px;
}

.bs-marketing-desc .newspaper {
    position: relative;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.bs-marketing-desc .newspaper img {
    width: 100%;
    height: auto;
}

.bs-marketing-desc .newspaper .btn-zoom {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background-color: rgba(16, 117, 189, 0.5);
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.bs-marketing-desc .newspaper .btn-zoom:hover {
    background-color: rgba(3, 24, 38, 0.5);
}

.bs-marketing-desc .newspaper:hover .btn-zoom {
    opacity: 1;
    visibility: visible;
}

.bs-marketing-desc ol {
    padding-left: 20px;
}

.bs-marketing-desc ol li {
    margin-bottom: 10px;
}

.bs-marketing-lesson {
    color: rgba(255, 255, 255, 0.9);
}

.bs-marketing-lesson .bc-right-img {
    background: #1075bd;
}

@media (min-width: 48em) {
    .bs-marketing-lesson .bc-right-img {
        background: -moz-linear-gradient(left, #1075bd 0%, #1075bd 50%, #0b1926 50%, #0b1926 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #1075bd), color-stop(50%, #1075bd), color-stop(50%, #0b1926), color-stop(100%, #0b1926));
        background: -webkit-linear-gradient(left, #1075bd 0%, #1075bd 50%, #0b1926 50%, #0b1926 100%);
        background: -o-linear-gradient(left, #1075bd 0%, #1075bd 50%, #0b1926 50%, #0b1926 100%);
        background: -ms-linear-gradient(left, #1075bd 0%, #1075bd 50%, #0b1926 50%, #0b1926 100%);
        background: linear-gradient(to right, #1075bd 0%, #1075bd 50%, #0b1926 50%, #0b1926 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1075bd', endColorstr='#0b1926', GradientType=1 );
    };
}

.bs-marketing-lesson .bc-right-img .image {
    padding-left: 0;
}

.bs-marketing-lesson .bc-right-img .desc {
    padding: 50px;
}

.bs-marketing-lesson .bc-right-img .desc h3 {
    color: #fff;
}

@media (max-width: 74.99em) {
    .bs-marketing-lesson .bc-right-img .desc {
        padding: 30px;
    };
}

@media (max-width: 61.99em) {
    .bs-marketing-lesson .bc-right-img .desc {
        padding: 25px;
    };
}

@media (max-width: 47.99em) {
    .bs-marketing-lesson .bc-right-img .desc {
        padding: 15px;
    };
}

.bs-compare .img-inline {
    margin-right: 20px;
}

.bs-section-list {
    position: relative;
}

.bs-section-list:nth-child(odd) {
    background-color: #ebebeb;
    background-image: url("../images/bg_ticks.png");
    background-repeat: repeat;
}

.bs-section-list .list-num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #1075bd;
    font-weight: 500;
    border: 2px solid #e0e0e0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fdfdfd;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
}

.bs-section-list .entry h3 {
    margin-bottom: 25px;
}

.bs-section-list .entry hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.base-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px 25px;
}

.bs-disclaimer {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.bs-disclaimer h3 {
    color: #fff;
}

.entry:after, .entry:before {
    visibility: hidden;
    display: block;
    content: " ";
    height: 0;
}

.entry:after {
    clear: both;
}

.bs-marketing-reason .guarantee {
    text-align: center;
    font-size: 32px;
    padding: 30px;
    height: 65px;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.bs-marketing-reason .guarantee:after, .bs-marketing-reason .guarantee:before {
    visibility: hidden;
    display: block;
    content: " ";
    height: 0;
}

.bs-marketing-reason .guarantee:after {
    clear: both;
}

.bs-marketing-reason .guarantee .inner-guarantee {
    position: relative;
    top: -45px;
    color: #fff;
    font-weight: 500;
}

.bs-marketing-reason .guarantee .inner-guarantee .percent {
    font-size: 40px;
    background-color: #1075bd;
    border: 3px solid #fdfdfd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: inline-block;
    line-height: 85px;
}

.bs-marketing-discount h4 {
    color: #fff;
}

.optin .arrow-left, .optin .arrow-right {
    position: absolute;
    left: 50%;
    z-index: 10;
    width: 100px;
    height: auto;
    margin-top: 20px;
    margin-left: -50px;
}

@media (max-width: 47.99em) {
    .optin .arrow-left, .optin .arrow-right {
        display: none;
        visibility: hidden;
    };
}


.bs-client .covered-img {
    background-color: #fff;
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.bs-client .company {
    padding: 10px 20px;
    color: #fff;
    background-color: #1075bd;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.bs-client .company h5 {
    color: #fff;
    font-size: 18px;
}

.bs-client .client-list {
    margin-bottom: 40px;
}

.bs-client .client-list h3 {
    margin-bottom: 20px;
}

