/*@media (min-width: 980px) {
    .container {
        width: 600px;
    }
}*/
/*@media (min-width: 1366px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 1440px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1440px;
    }
}
@media (min-width: 1920px) {
    .container {
        width: 1680px;
    }
}*/
@font-face {
    font-family: Segoe_Script_Bold; 
    src: url(/fonts/Segoe_Script_Bold.ttf); 
}
@font-face {
    font-family: Segoe_Script; 
    src: url(/fonts/Segoe_Script.ttf); 
}
input[disabled],input[readonly],
select[disabled],select[readonly],
textarea[disabled],textarea[readonly]{
    background: white !important;
}
body{
    background: #EDEDED;
    color: #545454;
    overflow-y: scroll;
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loading_pleace_wait {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .4 ) 
                url('/img/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    /*overflow: hidden; */  
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading_pleace_wait {
    display: block;
}

.sf-content{
    padding-bottom: 30px;
}

#footer {
    text-align: center;
    height: 100%;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #00768A !important;
}
#footer a{
    color: #FFFFFF;
}

/* Подвал в три колонки: сам #footer выравнивает по центру, а колонкам
   нужен обычный левый край - на узких экранах они снова центрируются. */
.zk-footer-cols {
    text-align: left;
    padding: 25px 0 10px;
}
.zk-footer-cols h4 {
    /* Заголовки на сайте окрашены отдельно, и белый цвет подвала их не берёт. */
    color: #FFFFFF;
    margin: 0 0 12px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.zk-footer-cols p,
.zk-footer-cols li {
    margin-bottom: 6px;
    line-height: 1.5;
}
.zk-footer-cols a:hover {
    text-decoration: underline;
}
.zk-footer-mail {
    font-size: 19px;
    margin: 12px 0;
    word-break: break-all;
}
.zk-footer-mail img {
    max-width: 100%;
}
.zk-footer-bottom {
    padding: 14px 0 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 10px;
}
.zk-footer-sep {
    padding: 0 8px;
    opacity: 0.5;
}
@media (max-width: 767px) {
    .zk-footer-cols {
        text-align: center;
    }
}
/* begin navbar */
.navbar-inverse .container-fluid,
.navbar-collapse{
    /*padding: 0;*/
}
.navbar-inverse{
    background-color: #6DB0B8;
    border-color: #015B4E;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-form,
.navbar-brand{
    color: #FFFFFF !important;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a:focus{
    background-color: #558d8d !important;
    border-color: #558d8d !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:active,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #558d8d !important;
    border-color: #558d8d !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.menu_level_1{
    background-color: #558d8d;
}
.menu_level_1 > li,
.menu_level_1 > li:active{
    height: 32px;
}
.menu_level_1 > li > a{
    color: #FFFFFF !important;
}
.zk-menu-item{
    margin: 0 3px;
    margin-top: 4px;
    background-color: #00768A;
    border: 1px solid #00768A;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.zk-search-input{
    height: 32px;
    padding-left: 4px;
    color: #FFFFFF !important;
    background-color: #88A6AB;
    border: 1px solid #00768A;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.zk-search-input[placeholder]               { color: #FFFFFF !important; }
.zk-search-input::-webkit-input-placeholder { color: #FFFFFF !important; }
.zk-search-input::-moz-placeholder          { color: #FFFFFF !important; }
.zk-search-input:-moz-placeholder           { color: #FFFFFF !important; }
.zk-search-input:-ms-input-placeholder      { color: #FFFFFF !important; }

.navbar-form {
    padding: 0;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active{
    background-color: #00768A;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
    background-color: #015B4E;
}



.zk-menu-item > .dropdown-toggle{
    padding: 10px !important;
}
/* end navbar */

legend{
    color: #0F6D4E;
    font-weight: bold;
}
a, a:focus, a:hover{
    outline:none;
}
li{
    list-style: none;
}

ul .dropdown-menu{
    left: auto;
    right: 0;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #0F6D4E;
    color: #FFFFFF;
    outline: 0 none;
    text-decoration: none;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    margin: 0 auto;
}
.carousel-control{
    width: 10%;
}
.carousel-control.right {
    left: auto;
    right: 0px;
    background-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}
.carousel-control.left {
    right: auto;
    left: 0px;
    background-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 3%;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 12%;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
}

.portal-btn-primary{
    background-color: #016A5B;
}

.portal-btn-primary:hover{
    background-color: #005B4E;
    font-weight: 300;
}
.banner_div{
    cursor: pointer;
}

.btn-zk-primary {
    background: #00768A !important;
}