﻿@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;subset=latin-ext");
@import url("lib/companents.css");
body {
    margin: 0;
    padding: 0;
    cursor: default;
    color: #333;
    font-family: "Roboto", sans-serif;
    background-color: #e2edef;
    font-size: 12px;
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
}
ul,
ul li {
    text-decoration: none;
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    color: #000;
    text-decoration: none !important;
    cursor: pointer;
}
* a {
    color: inherit;
}
* a:focus {
    color: inherit;
}

/* active tab color */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #fff;
  background-color: #154b8b;
  border: 1px solid #dddddd;
 
}


/* hover tab color */
.nav-tabs>li>a:hover {
  border-color: #ddd;
  background-color: #f46c2f;
  color:#fff;
 }
 
 .tab-content {
	 border-left:1px solid #ddd;
	 border-right:1px solid #ddd;
	 border-bottom:1px solid #ddd;
	 padding:10px;
 }



img {
    border: 0;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
input:focus,
a:focus,
button:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.fa.fa-active-show,
.fa.fa-hover-show,
.active>.fa.fa-active-hidden,
:hover>.fa.fa-hover-hidden {
    display: none;
}
.active>.fa.fa-active-show,
:hover>.fa.fa-hover-show {
    display: inline-block;
}
.img-dila {
    overflow: hidden;
    display: block;
    position: relative;
}
.img-dila img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.img-dila:hover img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: translatZ(0) scale(1.2);
    transform: translatZ(0) scale(1.2);
}
.iblock,
.vmiddle,
.social-links a,
.catalog-link {
    display: inline-block;
}
.vmiddle,
.social-links a,
.catalog-link {
    vertical-align: middle;
}
.pos-relative {
    position: relative;
}
.noCursor {
    cursor: default;
}
.noborder {
    border: 0 !important;
}
a.logo-267 {
    background-color: #eee;
    border-radius: 50%;
    padding: 6px;
    margin: 10px auto;
}
a.logo-267:hover {
    background-color: #fafafa;
}
.pusher {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.pusher:hover,
.pusher:focus,
.pusher:active {
    -webkit-animation-name: pusher;
    animation-name: pusher;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes pusher {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pusher {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.middler {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.middler-in {
    width: 100%;
    height: 100%;
    border-spacing: 0;
    display: table;
    border-collapse: collapse;
}
.middler-in.static {
    position: static;
    z-index: auto;
}
.middler-left,
.middler-center,
.middler-right,
.middler-top,
.middler-bottom {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.middler-center {
    text-align: center;
}
.middler-right {
    text-align: right;
}
.middler-top {
    vertical-align: top;
}
.middler-bottom {
    vertical-align: bottom;
}
.ihover {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.nobg {
    background-color: transparent !important;
}
[data-active-in] {
    display: none;
}
[data-active-in].active {
    display: block;
}
.anim,
.btn-orange b,
.social-links a,
.home-box,
.copyright a,
.logo,
#bs ul li a {
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -webkit-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
}
.goTop {
    background-color: #333 !important;
}
.goTop:hover {
    background-color: #000 !important;
}
ul.nav.navbar-nav,
nav.navbar,
a.navbar-brand {
    margin: 0;
}
nav.navbar {
    border: none;
    border-radius: 0;
    min-height: inherit;
}
a.navbar-brand {
    height: auto;
    padding: 0;
    line-height: inherit;
}
.navbar-toggle {
    border-color: #fff;
    position: absolute;
    z-index: 12;
    right: 0;
    top: 13px;
}
.navbar-toggle.collapsed {
    background-color: #da5814;
}
.navbar-toggle,
.navbar-toggle:hover {
    background-color: #01529b;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
#bs {
    box-shadow: none !important;
    padding-right: 0 !important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #01529b;
    background: -moz-linear-gradient(top, #01529b 0%, #203f7c 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #01529b), color-stop(100%, #203f7c));
    background: -webkit-linear-gradient(top, #01529b 0%, #203f7c 100%);
    background: -o-linear-gradient(top, #01529b 0%, #203f7c 100%);
    background: -ms-linear-gradient(top, #01529b 0%, #203f7c 100%);
    background: linear-gradient(to bottom, #01529b 0%, #203f7c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#01529b', endColorstr='#203f7c', GradientType=0);
}
#bs>ul>li>a {
    background-color: transparent !important;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 12px 25px;
}
#bs>ul>li>a:hover {
    color: #da5814;
}
#bs>ul>li.active>a,
#bs>ul>li.active>a:hover,
#bs>ul>li.active>a:focus {
    background-color: transparent !important;
    color: #fc6f1c !important;
}
#bs>ul>li:first-child>a {
    padding: 6px 0 0;
}
@media only screen and (max-width: 767px) {
    #bs>ul>li:first-child>a {
        display: none !important;
    }
}
#bs>ul>li:last-child>a,
.btn-orange {
    padding: 4px 0;
    padding-left: 20px;
}
#bs>ul>li:last-child>a b,
.btn-orange b {
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #d95813;
    padding: 8px 12px;
}
#bs>ul>li:last-child>a:hover b,
.btn-orange:hover b {
    color: #da5814;
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    .btn-orange {
        margin-left: 0;
        padding-left: 0;
    }
}
#bs>ul>li:hover ul {
    display: block;
}
#bs>ul .open .dropdown-menu,
#bs>ul>li ul {
    margin-top: 0 !important;
    box-shadow: none !important;
}
#bs>ul>.open>a,
#bs>ul>.open>a:hover,
#bs>ul>.open>a:focus {
    background-color: transparent;
    cursor: default;
    color: #da5814 !important;
    border-color: transparent !important;
}
#bs>ul .open .dropdown-menu,
#bs>ul>li:hover ul {
    margin-top: 0;
    padding: 0 0;
    border: none !important;
    border-radius: 0;
    min-width: 160px !important;
}
#bs>ul .open .dropdown-menu>li>a,
#bs>ul>li:hover ul li a {
    display: block;
    font-size: 12px;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #203f7c;
    background-color: #01529b;
}
#bs>ul .open .dropdown-menu>li:hover>a,
#bs>ul>li:hover ul li a:hover {
    background-color: #da5814;
    color: #fff;
}
.slide>ul {
    transform: scale(0);
}
.topline {
    margin-top: 10px;
}
.social-links {
    text-align: right;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .social-links {
        text-align: center;
        margin-top: 0;
    }
}
.social-links a {
    margin-left: 5px;
}
.social-links .call-link {
    font-size: 16px;
    color: #09396b;
    margin-right: 5px;
}
.social-links .call-link b {
    font-weight: 900;
}
.social-links .social-link {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #e5f1f3;
    text-align: center;
    width: 26px;
    height: 26px;
    background-color: #81b4eb;
    line-height: 100%;
}
.social-links .social-link:hover {
    background-color: #1a4382;
    color: #fff;
}
.footer {
    background-image: url("../images/bg-footer.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}
@media only screen and (min-width: 993px) {
    .footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1;
        position: fixed;
    }
}
@media only screen and (min-width: 993px) and (max-width: 767px) {
    .footer {
        position: static;
        left: auto;
        bottom: auto;
        width: auto;
        z-index: inherit;
    }
}
@media only screen and (min-width: 100px) and (max-width: 992px) {
    .footer {
        background-image: none;
    }
}
.footer.footer-static {
    position: static;
}
@media only screen and (min-width: 993px) {
    .home-boxes {
        margin-bottom: 24px;
    }
}
.home-box {
    display: block;
    background-color: #004d9f;
    position: relative;
    height: 90px;
    padding: 5px 15px;
}
.home-box:hover {
    height: 120px;
    margin-top: -30px;
}
.home-box.hb-1 {
    background-image: url("../images/g1-bg.png");
    background-repeat: no-repeat;
    background-position: 0 center;
}
.home-box.hb-2 {
    background-color: #0d3d70;
    background-image: url("../images/g2-bg.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
    height: 120px;
    margin-top: -30px;
    z-index: 11;
}
.home-box.hb-3 {
    background-image: url("../images/g3-bg.png");
    background-repeat: no-repeat;
    background-position: right center;
}
@media only screen and (min-width: 100px) and (max-width: 992px) {
    .home-box.hb-3 {
        background-color: #014989;
        margin-top: 0 !important;
        height: 90px !important;
    }
}
.home-box .home-box-text {
    display: inline-block;
    text-align: center;
}
.home-box h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
}
.home-box h3 {
    font-size: 14px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .home-box,
    .home-box.hb-3 {
        height: auto !important;
        margin-top: 0 !important;
    }
    .home-box .middler,
    .home-box.hb-3 .middler {
        position: relative !important;
    }
    .home-box .middler-left,
    .home-box .middler-right,
    .home-box.hb-3 .middler-left,
    .home-box.hb-3 .middler-right {
        text-align: center;
    }
}
.copyright {
    background-color: #08325e;
    color: #fff;
    font-size: 11px;
}
@media only screen and (min-width: 993px) {
    .copyright {
        margin-bottom: 2px;
    }
}
@media only screen and (min-width: 100px) and (max-width: 992px) {
    .copyright {
        text-align: center;
    }
    .copyright .text-right {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .copyright {
        padding: 5px 15px 10px !important;
    }
}
.catalog-link {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-right: 70px;
}
.mapael .map {
    position: relative;
}
.mapael .mapTooltip {
    position: absolute;
    z-index: 1000;
    display: none;
}
.mapael .mapTooltip:not(.wm-popup) {
    background-color: #fff;
    moz-opacity: .7;
    opacity: .7;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    color: #343434;
    max-width: 200px;
}
.wm-popup {
    max-width: 325px;
    background-image: url("../images/icon-map.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background: rgba(255, 255, 255, .89);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .89) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, .89)), color-stop(100%, rgba(255, 255, 255, .89)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .89) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .89) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .89) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .89) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    -webkit-box-shadow: 0 27px 43px 0 rgba(0, 0, 0, .53);
    -moz-box-shadow: 0 27px 43px 0 rgba(0, 0, 0, .53);
    box-shadow: 0 27px 43px 0 rgba(0, 0, 0, .53);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 15px;
}
.wm-popup .wm-text {
    margin-left: 12px;
    font-size: 12px;
    color: #0e4a8e;
}
.wm-popup h3 {
    font-size: 14px;
    color: #f06a22;
    margin-bottom: 12px;
}
.wm-popup a img {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 80px;
}
.poster {
    position: relative;
    height: 350px;
    background-position: center 0;
    background-repeat: repeat-x;
    background-size: cover;
    z-index: 8;
}
.poster .middler {
    background: rgba(0, 0, 0, .3);
    background: -webkit-linear-gradient(legacy-direction(to right), rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .3) 100%);
}
@media only screen and (max-width: 767px) {
    .poster {
        height: auto !important;
        background-image: none !important;
    }
}
.poster-text {
    font-size: 16px;
    margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
    .poster-text {
        margin-bottom: 15px;
    }
}
.poster-text h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .poster-text h1 {
        font-size: 26px;
    }
}
.stage {
    position: relative;
    z-index: 10;
    margin-top: -60px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .stage {
        margin-top: 15px;
    }
}
.content {
    padding: 30px;
    padding-bottom: 0px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    position: relative;
    background-color: #fff;
    color: #3c3c3c;
    border-radius: 5px;
}
@media only screen and (max-width: 767px) {
    .content {
        margin-bottom: 15px;
    }
}
.content a {
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -webkit-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
}
.content a:hover {
    color: #da5814;
}
.content h3 {
    font-size: 24px;
    color: #3c3c3c;
    padding-bottom: 30px;
    border-bottom: 1px solid #da5814;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .content h3 {
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .content {
        padding: 15px;
    }
}
.content-in {
    padding: 45px 15px;
}
@media only screen and (max-width: 767px) {
    .content-in {
        padding: 15px 0;
    }
}
.content-in h4 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .content-in h4 {
        margin-bottom: 15px;
    }
}
.content-text {
     font-size: 14px;
}
.content-text a {
    font-weight: 600;
}
.left-menu {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px;
}
.left-menu ul li {
    border-radius: 0 !important;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
}
.left-menu ul li a {
    display: block;
    background-color: #fff;
    color: #3c3c3c;
    padding: 20px 25px;
    font-size: 14px;
    font-weight: 500;
    border-left: 5px solid transparent;
    border-bottom: 1px solid #da5814;
    font-weight: 600;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -webkit-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
}
.left-menu ul li.active a,
.left-menu ul li a:hover {
    background-color: #fff;
    color: #f26d20;
    border-left-color: #da5814;
}
.left-menu ul li.active a {
    font-weight: 700;
}
.left-menu ul li:last-child a {
    border-bottom: 0;
}
@media(max-width:767px) {
    .navbar-header, .logo {
        float: none !important;
    }
    .logo {
        display: inline-block;
        margin: 0 auto !important;
    }
    #bs {
        padding: 0 !important;
    }
    #bs>ul,
    #bs>ul>li {
        display: block !important;
    }
    #bs>ul .open .dropdown-menu,
    #bs>ul>li:hover ul {
        display: block !important;
        position: relative !important;
        float: none !important;
        min-width: inherit !important;
        padding: 0 !important;
        box-shadow: none !important;
    }
    .slide ul li {
        background-image: none !important;
        min-height: inherit !important;
        max-height: inherit !important;
        height: auto !important;
    }
    .xs-block {
        display: block !important;
        width: 100% !important;
    }
    #bs>ul>li>a {
        border-bottom: 1px solid #203f7c;
    }
}
@media(min-width:100px) and (max-width:992px) {
    #bs>ul>li>a {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}
@media(min-width:993px) and (max-width:1200px) {
    #bs>ul>li>a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}