* {
    outline: none !important;
    border-radius: 0!important;
}
html {
}
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    overflow-x: hidden;
    color: #000;
    background-color: #e7f2f4;
}
a {
    color: #149aa5;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
a:hover, a:focus {
    color: #0b7078;
    text-decoration: none;
}
.btn-link {
    color: #149aa5;
}
.btn-link:hover, .btn-link:focus {
    color: #0b7078;
}
iframe {
    vertical-align: middle;
}
.form-control {
    border: 1px #149aa5 solid;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.form-control:hover,
.form-control:focus {
    border: 1px #149aa5 solid;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #ccc;
}
.form-control::-webkit-input-placeholder {
    color: #ccc;
}

textarea {
    resize: none; /* Запрещаем изменять размер */
}

.btn-primary {
    color: #fff;
    background-color: #149aa5;
    border-color: #149aa5;
}
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #0b7078;
    border-color: #0b7078;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #0b7078;
    border-color: #0b7078;
}


.btn-success {
    color: #fff;
    background-color: #97ac0f;
    border-color: #97ac0f;
}
.btn-success:hover,
.btn-success:focus {
    color: #fff;
    background-color: #7a8c03;
    border-color: #7a8c03;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #7a8c03;
    border-color: #7a8c03;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.page-heading {
    margin-bottom: 30px;
}

.panel {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .0);
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: normal;
    font-size: 11px;
    font-style: italic;
    color: #737373;
}
hr {
    border-top: 1px solid #e0e0e0;
}
td, th {
    padding: 5px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.well.bg1 {
    border: 1px #149aa5 solid;
}
.img-shadow {
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.35);
}
.shadow {
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.35);
}

.bg1 {
    background: #d2e6e5;
}
.thumbnail {
    border: none;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.35);
}
.label-success {
    background-color: #97ac0f;
}
.panel-success {
    border: #97ac0f 1px solid;
}
.panel-success .panel-heading {
    background: #97ac0f;
}
.panel-success .panel-heading a {
    color: #ffffff;
}
.panel-primary {
    border: none;
}
.panel-primary .panel-heading {
    background: #149aa5;
    text-transform: uppercase;
    font-size: 16px;
}
.panel-primary .panel-heading a {
    color: #ffffff;
}
.panel-primary .panel-body {
    background: #d2e6e5;
}

blockquote {
    border-left: 5px solid #cdcdcd;
}

.progress {
    height: 4px;
    margin-bottom: 10px;
}
.progress-bar-success {
    background-color: #97ac0f;
}
.modal-primary .modal-header {
    background: #149aa5;
    color: #fff;
}
img {
}

.btn-play {
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0;
}

/*-------------- header --------------*/
#header {
    border-bottom: 2px #cdcdcd solid;
}
#header nav.navbar {
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
    width: 100%;
    border: none;
    font-size: 14px;
}

#header nav.navbar  hr {
    border-top: 1px solid #eee;
}
#header nav.navbar .dropdown-menu {
}
#header .navbar-default .navbar-nav > .open > a,
#header .navbar-default .navbar-nav > .open > a:hover,
#header .navbar-default .navbar-nav > .open > a:focus {
    background: #f5f5f5;
}
#header .navbar-default .navbar-brand {
    color: #0b7078;
    font-size: 25px;
    font-weight: bold;
}
#header .navbar-default .navbar-toggle {
    border: none;
}
#header .navbar-toggle {
    background-color: #149aa5;
    background-image: none;
    border: none;
}
#header .navbar-toggle:hover {
    background-color: #0b7078;
}
#header .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
#header .navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #000000;
}
#header .navbar-default .navbar-nav > .active > a,
#header .navbar-default .navbar-nav > .active > a:hover,
#header .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #0b7078;
}
#header .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    color: #fff;
}
#header nav.navbar .user-profile {
    margin: 0;
}
#header nav.navbar .user-profile > li {
}
#header nav.navbar .user-profile > li > a > img {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    top: 0;
}
#header nav.navbar .user-profile > li > a > i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #149aa5;
    color: #fff;
    font-size: 22px;
    text-align: center;
    display: block;
    float: left;
    top: 0;
}
#header nav.navbar .user-profile > .open > a i,
#header nav.navbar .user-profile > li > a:hover i,
#header nav.navbar .user-profile > li > a:focus i {
    background: #0b7078;
}
#header > .container {
     padding-top: 15px;
     padding-bottom: 30px;
 }
#header a {
    text-decoration: none;
}
#header .media-left, #header .media > .pull-left {
    padding-right: 15px;
}
#header .department {
    display: block;
    color: #333;
}
#header .name {
    display: block;
    color: #149aa5;
    font-size: 16px;
    font-weight: bold;
}
#header .today {
    background: #fff;
    height: 50px;
    text-transform: uppercase;
    line-height: 16px;
}
#header .today .day {
    float: left;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 34px;
    background: #149aa5;
    position: relative;
    margin-right: 15px;
}
#header .today .day span {
    position: absolute;
    top: -11px;
    right: 0;
    background: #97ac0f;
    font-size: 10px;
    padding: 2px 7px;
    line-height: normal;
}
#header .today .month {
    padding-top: 10px;
}
#header .today .week {
    color: #999;
}

#header .form-control {
    border: 2px #149aa5 solid;
}
#header .form-control:hover,
#header .form-control:focus {
    border: 2px #149aa5 solid;
}
@media (max-width: 768px) {
    #header .form-search {
        margin-top: 15px;
    }
    #header {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) {
    #header .navbar-default .navbar-nav > li > a {
        padding-left: 7px;
        padding-right: 7px;
    }
    #header .today {
        margin-top: 15px;
    }
    #header .form-search {
        margin-top: 25px;
    }
    #header nav.navbar .user-profile > li > a {
        padding: 0;
        height: 50px;
    }
}
@media (min-width: 992px) {
    #header .navbar-default .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1200px) {
    #header nav.navbar .user-profile > li {
        width: 263px;
    }
    #header nav.navbar .user-profile > li > a {
        overflow: hidden;
        color: #999;
        line-height: 50px;
    }
    #header nav.navbar .user-profile > li > a > i,
    #header nav.navbar .user-profile > li > a > img {
        margin-right: 15px;
    }
    #header nav.navbar .user-profile > li ul li {
        width: 213px;
    }
}

/*-------------- breadcrumb --------------*/
.breadcrumb {
    background: transparent;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
    padding: 15px 15px;
}
.breadcrumb a {
    color: #333;
}
@media (max-width: 768px) {
    .breadcrumb {
        display: none;
    }
}

/*-------------- info-menu --------------*/
#info-menu {
    background: #149aa5;
    list-style: none;
    padding:  15px 0;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}
#info-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    position: relative;
}
#info-menu > li.hover > a,
#info-menu > li.active > a {
    background: #97ac0f;
}
#info-menu ul {
    background: #0b8592;
    list-style: none;
    padding: 10px 0;
    font-size: 14px;
    position: relative;
    display: none;
}
#info-menu > li.active ul {
    display: block;
}
#info-menu > li.hover > ul:after,
#info-menu > li.active > ul:after {
    display: block;
    width: 0;
    height: 0;
    vertical-align: middle;
    color: #97ac0f;
    border-top: 6px dashed;
    border-top: 6px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: 0;
    left: 27px;
    content: ' ';
}

#info-menu > li > ul > li > a:hover,
#info-menu > li > ul > li.active > a {
    background: #0b7078;
    position: relative;
}

#info-menu > li > ul > li.active > a:after {
    display: block;
    width: 0;
    height: 0;
    vertical-align: middle;
    color: #0b7078;
    border-left: 20px dashed;
    border-left: 20px solid \9;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
    content: ' ';
}

/*-------------- photo-list --------------*/
@media (min-width: 992px) {
    .photo-list {
        padding: 20px;
        padding-top: 35px;
    }
}
@media (max-width: 992px) {
    .photo-list {
        padding: 20px;
    }
}
.photo-list h4 {
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.photo-list .thumbnail {
    padding: 0;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.photo-list .thumbnail img {
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.35);
}
.photo-list .thumbnail .caption {
    padding: 9px 0;
}
.photo-list .thumbnail .caption  a {
    color: #000000;
}
.photo-list .thumbnail .caption  a:hover {
    text-decoration: underline;
}

/*-------------- news-list --------------*/
.news-list {
    margin-top: 20px;
}
.news-list h4 {
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.news-list .media {
    margin-bottom: 20px;
}
.news-list .media a {
    color: #000000;
    text-decoration: underline;
}
.news-list .media a:hover {
    text-decoration: none;
}

/*-------------- faq-category --------------*/
.faq-category .thumbnail {
    padding: 0;
    margin-bottom: 15px;
}
.faq-category .thumbnail h3 {
    font-size: 18px;
    padding: 15px 20px;
}

/* Comment
-------------------------------------------------------------------*/
div#comment-block {
    margin-top: 30px;
}
div#comment-block .panel.panel-default {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #149aa5;
}
div#comment-block .panel .panel {
    margin-left: 45px;
}
div#comment-block .panel a.cancel {
    display: none;
}
div#comment-block .panel .panel a.cancel {
    display: inline-block;
}
div#comment-block .panel.panel-default .panel-heading {
    background-color: #d2e6e5;
    font-size: 12px;
    border-color: #b7dcda;
}
div#comment-block .media-object {
    height: 33px;
    margin-right: 0;
}

/*-------------- footer --------------*/
#footer {
    padding-top: 30px;
}
#footer .map p {
    margin: 0;
}
#footer .block {
    background: #0b7078;
    color: #fff;
    padding: 20px 0 10px 0;
}
#footer .block .container {
    position: relative;
}
#footer .block a {
    color: #fff;
    text-decoration: underline;
}
#footer .block a:hover {
    text-decoration: none;
}
#footer .follow_icon {
    min-height: 50px;
}
#footer .follow_icon ul {
    padding: 0;
    padding-top: 10px;
}
#footer .follow_icon ul li {
    float: left;
    list-style: none;
    padding: 2px;
}
#footer .follow_icon ul li a {
    font-size: 35px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    display: block;
    text-align: center;
    color: #0b7078;
    text-decoration: none;
    background-color: #fff;
}
#footer .follow_icon ul li a:hover {
    background: #0b8592;
    color: #fff;
}
#footer #developer {
    background: url("../decor/lion_logo.png") center no-repeat;
    display: block;
    width: 66px;
    height: 42px;
    position: absolute;
    bottom: 10px;
    right: 15px;
    opacity: 0.3;
}
#footer #developer:hover {
    opacity: 1;
}
#footer .ad {
    padding-top: 10px;
    background: #fff;
}

/*-------------- pagination --------------*/
.pagination > li {
    display: inline-block;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0b8592;
    border-color: #0b8592;
}
.pagination > li > a, .pagination > li > span {
    color: #0b8592;
    background-color: #fff;
    border: 1px solid #fff;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 3;
    color: #0b8592;
    background-color: #d2e6e5;
    border-color: #d2e6e5;
}

/*-------------- system-messages --------------*/
.system-messages {
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 5000;
}
.system-messages .alert {
    margin-bottom: 5px;
}

/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../decor/blue.png) no-repeat;
    border: none;
    cursor: pointer;
    margin-left: -20px;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
.icheckbox_square-blue.hover {
    background-position: -24px 0;
}
.icheckbox_square-blue.checked {
    background-position: -48px 0;
}
.icheckbox_square-blue.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-blue.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-blue {
    background-position: -120px 0;
}
.iradio_square-blue.hover {
    background-position: -144px 0;
}
.iradio_square-blue.checked {
    background-position: -168px 0;
}
.iradio_square-blue.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-blue.checked.disabled {
    background-position: -216px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(../decor/blue.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/*-------------- mosaicflow__item --------------*/
.mosaicflow__item {
    padding:5px;
}
.mosaicflow__column {
    float:left;
}
.mosaicflow__item img {
    display:block;
    width:100%;
    height:auto;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.35);
}
.mosaicflow__item img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/*-------------- camera --------------*/
.camera_wrap {
    border: #149aa5 2px solid;
    margin-bottom: 20px;
}
.camera_effected {
    height: 100%;
}
.camera_thumb {
    overflow: hidden;
    width: 50%;
    height: 100%;
}
.camera_thumb img {
    height: 100%;
}
.camera-content {
    position: absolute;
    top: 0;
    right: 0;
}
.camera-caption {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    padding: 20px;
    background: #97ac0f;
    width: 65%;
    color: #fff;
}
.camera-description {
    width: 50%;
    float: right;
    clear: both;
}
.camera-description > div {
    padding: 7px 20px 7px 10px;
}
.camera_loader {
    background: #149aa5 url(../decor/camera-loader.gif) no-repeat center;
    border: none;
    display: none;
}
.camera_prev, .camera_next, .camera_commands {
    cursor: pointer;
    height: 28px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 28px;
    z-index: 2;
}
.camera_prev {
    right: -15px;
    left: auto;
    top: 20px;
    opacity: 1!important;
}
.camera_prev > span {
    background: url(../decor/camera_prev.png) no-repeat;
    background-position: center top;
    display: block;
    height: 28px;
    width: 28px;
}
.camera_next {
    right: -15px;
    left: auto;
    top: 48px;
    opacity: 1!important;
}
.camera_next > span {
    background: url(../decor/camera_next.png) no-repeat;
    background-position: center top;
    display: block;
    height: 28px;
    width: 28px;
}

.camera_prev > span:hover,
.camera_next > span:hover {
    background-position: center bottom;
}
@media (max-width: 768px) {
    .camera-description {
        display: none;
    }
}

/*-------------- adminHeader --------------*/
#adminHeader {
    position: fixed;
    top: -45px;
    left: 0;
    background-color: #555;
    height: 50px;
    width: 100%;
    color: #FFF;
    z-index: 90000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    min-width: 950px;
}
#adminHeader.showAdminHeader {
    top: 0;
}
#emptyAdminHeader {
    height: 5px;
    clear: both;
}
#emptyAdminHeader.showAdminHeader {
    height: 50px;
}
#adminLogo {
    position: absolute;
    top: 7px;
    left: 33px;
}
#btAdminHeader {
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: url(../decor/header_bt.jpg) #F80 center bottom no-repeat;
    cursor: pointer;
}
#adminHeader.showAdminHeader #btAdminHeader {
    background: url(../decor/header_bt.jpg) #F80 center top no-repeat;
}
#adminHeader .selectSite {
    position: absolute;
    top: 12px;
    left: 222px;
}
#adminHeader select {
    border: #CDE 1px solid;
    padding: 1px;
    font-size: 12px;
    background-color: #F6F6F6;
    color: #555;
}
#adminHeader a.logout {
    background: url(../decor/logout_bg.jpg) center center no-repeat;
    position: absolute;
    top: 11px;
    right: 15px;
    height: 22px;
    width: 70px;
    line-height: 21px;
    text-align: center;
    color: #555;
    text-decoration: none;
}
#adminHeader a.logout:hover {
    text-decoration: underline;
}
#adminHeaderMenu {
    position: absolute;
    bottom: 5px;
    right: 223px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#adminHeaderMenu li {
    float: left;
    padding: 0;
    margin: 0;
    background: url(../decor/mainMenu_tl.jpg) #AAA top left no-repeat;
    margin-left: 1px;
    margin-top: 5px;
    border-bottom: #888 1px solid;
}
#adminHeaderMenu li a {
    color: #FFF;
    display: block;
    padding: 0 25px;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    background: url(../decor/mainMenu_tr.jpg) top right no-repeat;
}
#adminHeaderMenu li a:hover {
    text-decoration: underline;
}
#adminHeaderMenu li.activ {
    background: #ff8800 url(../decor/mainMenu_tl_activ.jpg) top left no-repeat;
    border-bottom: #F80 1px solid;
    margin-top: 0;
}
#adminHeaderMenu li.activ a {
    height: 31px;
    line-height: 36px;
    text-decoration: none;
    background: url(../decor/mainMenu_tr_activ.jpg) top right no-repeat;
}