/*
 * Style tweaks
 * --------------------------------------------------
 *
*/
html,body {
    overflow-x: hidden; 
    color: #262626;
    min-height: 100vh;
    font-family: 'Segoe UI', Arial, Sans-serif;
}
a{
    color: #166483;
}
a:active, a:focus, a:hover{
    color: #07719b;
}
#wrapper {
    min-height: 100vh;
}
.toolbar{
    display: table;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #e7e7e7;
}
#contrast{
    display: table;
    padding: 5px 10px 5px 40px;
    background: url(../images/contrast.png) no-repeat 5px 50% #309DC8;
    border-radius: 5px;
    border-bottom: 2px solid #8C8E8D;
    font-weight: bold;
    color: #ffffff;
    float: left;
}
#contrast:active, #contrast:hover, #contrast:focus{
    text-decoration: underline;    
}
#search-box{
    display: table;
    width: 30%;
    max-width: 300px;
    float: right;
}
.mod_search87{
    display: table;
    width: 100%;
}
.mod_search87 .form-inline{
    display: table;
    width: 100%;
}
#mod-search-searchword {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    color: #335468;
    width: 70%;
    height: 30px;
    box-shadow: 2px 2px 3px 0px #878787 inset;
    background: #f3f3f3;
    border: 0px;
}
.element-invisible{
    display: none;
}
.btn {
    border: 0px;
    border-bottom: 2px solid #8D8D8D;
    background-image: linear-gradient(to top, #1789b7, #5fbfe6);
    color: white;
    border-radius: 0px;
}
.btn:hover, .btn:active, .btn:focus, .btn:active:hover, .btn:active:focus{
    background: #1789b7;
}
.btn:hover, .btn:focus, .btn.focus {
    color: white;
}
.mod_search87 button{
    padding: 5px 14px;
    margin-top: -2px;
    width: 30%;
}
.btn-primary:hover {
    border-color: #5fbfe6;
}

.header{
    clear: both;
    display: table;
    width: 100%;
    color: #373737;
    margin-top: 43px;
}
.header a{
    color: #373737;
}
.header a:hover{
    color: #166483;
}
header{
    clear: both;
    display: table;
    width: 100%;
}
.header .title p{
    margin: 0;
    text-align: left;
    line-height: 1;
}
.header .title{
    padding: 20px 0;
    max-width: 60%;
    padding: 35px 0 20px;
    float: left;
}

#logo{
    display: block;
    min-height: 170px;
    min-width: 130px;
    padding-left: 140px;
    background: url(../images/logo.png) no-repeat 5px 50%;
}
.header .title .title_s1{
    font-size: 20pt;
}
.header .title .title_s2{
    font-size: 34pt;
    text-transform: uppercase;
    margin-top: 9px;
    line-height: 1.1;
}
#gl{
    float: right;
    text-align: right;
    font-size: 18px;
    color: #8a0f0f;
    margin: 5px 5px 0 0;
    text-transform: uppercase;
}
#gl span, #gl .custom{
    float: left;
    margin-right: 5px;
}
 #gl .custom{
    float: left;
    font-weight: bold;
}
#gl p{
    margin: 0;
    text-transform: uppercase;
}
.phone{
    width: 51px;
    height: 31px;
    background: url(../images/phone.png) no-repeat;
    float: right;
    background-position: 50%;
}
.contact-phone .custom{
    padding-top: 3px;
}
.address{
    width: 51px;
    height: 48px;
    background: url(../images/address.png) no-repeat;
    float: right;
    background-position: 50%;
}
.mail{
    width: 51px;
    height: 31px;
    background: url(../images/mail.png) no-repeat;
    float: right;
    background-position: 50%;
}
.contact-mail .custom{
    padding-top: 3px;
}
.contact-info p{
    margin:0px;
}
.contact-info{
    padding: 5px;
    margin: 10px;
    display: table;
    float: right;
    text-align: right;
    font-size: 120%;
}
.header .contact-info .custom{
    display: inline-block;
    clear: both;
}
.contact-address, .contact-phone, .contact-mail{
    display: table;
    float: right;
    clear: both;
    margin-top: 10px;
}
.header-nav{
    clear: both;
    padding-top: 10px;
    height: 68px;
    width: 80%;
}
.nav-bar {
    margin: 0px auto;
    min-height: 50px;
    display: table;
    width: 100%;
}
.menu_top{
    display: inline-block;
    float: left;
}
.menu_top li{
    display: inline-block;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-right: 20px
}
.menu_top ul li{
    margin-right: 0px
}
.menu_top li a:hover,.menu_top li a:active,.menu_top li a:focus{
    background: transparent;
}
.menu_top .item-101{
    border-bottom: 3px solid #e68080;
}
.menu_top .item-112{
    border-bottom: 3px solid #41a9de;
}
.menu_top .item-113{
    border-bottom: 3px solid #8f74b1;
}
.menu_top .item-115{
    border-bottom: 3px solid #b1d67b;
}
.menu_top .item-116{
    border-bottom: 3px solid #ebab7c;
}
.menu_top li.current, .menu_top li.active,.menu_top li.current:hover, .menu_top li.current:focus, .menu_top li.current:active{
    color:  #07719b;
}
.menu_top li.current a, .menu_top li.active a,.menu_top li.current:hover a, .menu_top li.current:focus a, .menu_top li.current:active a{
    color:  #07719b;
}
.menu_top li.current span, .menu_top li.active span,.menu_top li:hover span, .menu_top li:focus span, .menu_top li:active span{
    color:  #07719b;
}
.menu_top li, .menu_top a{
    color: #373737;
    font-size: 17px;
}
.menu_top span, .menu_top a{
    position: relative;
    display: block;
    padding: 13px 13px 13px !important;
}
.menu_top li ul{
    display: none;
    width: 350px;
    position: absolute;
    z-index: 999;
    padding: 0;
    margin-top: 3px;
    box-shadow: 0 3px 7px -3px black !important;
    background: #FDFCF8;
}
.menu_top li ul a:active, .menu_top li ul a:focus, .menu_top li ul a:hover{
    text-decoration: underline;
}
.menu_top li:hover ul,.menu_top li:focus ul,.menu_top li:active ul{
    display: table;
}
.menu_top ul li{
    display: block;
}
.menu_top ul li span, .menu_top ul li a{
    position: relative;
    display: block;
    padding: 7px 13px 7px !important;
    text-align: center;
}
.wr{
    display: table;
    width: 100%;
    height: 0px;
    background-image: linear-gradient(to right, #62B7D5, #62B7D5, #62B7D5, #62B7D5, #C1E2EB, #C1E2EB, #C1E2EB, #C1E2EB);
}
.wr .info-box{
    display: table;
    width: 100%;
    height: 89px;
    background: url(../images/sep.png) no-repeat bottom right;
    padding: 5px 10px;
}
.wr .info-box .custom{
    display: table;
    width: 100%;
    max-width: 270px;
    float: right;
    text-align: right;
    font-size: 16px;
    color: #083F54;
}
.wr .info-box .custom p{
    margin: 0px;
}
.wr .container::before{
    display: block;
    width: 100%;
    height: 15px;
}
.wr::before {
    display: block;
    content: "";
    margin-bottom: -90px;
}
.menu_info{
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.menu_info li a:hover,.menu_info li a:active,.menu_info li a:focus{
    background: transparent;
}
.menu_info li{
    display: inline-block;
    cursor: pointer;
    width: 23%;
    height: auto;
    text-align: center;
    margin: 10px;
    padding: 10px;
    border-bottom: 3px solid #91ABC6;
    color: #06739C;
}
.menu_info li span, .menu_info a{
    color: #06739C;
    font-size: 17px;
    font-weight: bold;
    padding: 140px 10px 10px !important;
    position: relative;
    display: block;
}
.menu_info p, .menu_info p{
    font-size: 16px;
    font-weight: normal;
}
.menu_info li:hover, .menu_info li:focus, .menu_info li:active{
    color: #ffffff;
    border-bottom: 3px solid #0B6D94;
}
.menu_info li:hover a, .menu_info li:focus a, .menu_info li:active a,
.menu_info li:hover span, .menu_info li:focus span, .menu_info li:active span{
    color: #ffffff;
}

.item-117{
    background: url(../images/btn/btn1.png) no-repeat 50% 25% #ECF9FF;
}
.item-118{
    background: url(../images/btn/btn2.png) no-repeat 50% 15% #ECF9FF;
}
.item-119{
    background: url(../images/btn/btn3.png) no-repeat 50% 30% #ECF9FF;
}
.item-120{
    background: url(../images/btn/btn4.png) no-repeat 50% 23% #ECF9FF;
}
.item-117:active, .item-117:focus, .item-117:hover{
    background: url(../images/btn/btn1-hov.png) no-repeat 50% 25% #4BACCF;
}
.item-118:active, .item-118:focus, .item-118:hover{
    background: url(../images/btn/btn2-hov.png) no-repeat 50% 15% #4BACCF;
}
.item-119:active, .item-119:focus, .item-119:hover{
    background: url(../images/btn/btn3-hov.png) no-repeat 50% 30% #4BACCF;
}
.item-120:active, .item-120:focus, .item-120:hover{
    background: url(../images/btn/btn4-hov.png) no-repeat 50% 23% #4BACCF;
}

#breadcrumb{
    background: #ecf9ff;
    margin: 10px auto;
}

.breadcrumb {
    color: #06739C;
    padding: 10px 15px 0;
}
.breadcrumb a {
    color: #083F54;
    text-decoration: underline;
}

.breadcrumb > li + li::before {
    content: " ";
    padding: 0px;
}
.breadcrumb > .active {
    color: #06739C;
}
#content{
    display: table;
    width: 100%;
    background: #f1f1f1;
    border-bottom: 2px solid #0C698B;
    position: relative;
    z-index: 11;
}
.col-left {
    float: left;
    overflow: hidden;
    padding: 20px 15px 20px 0px;
    width: 25%;
}
#content .col-right {
    padding: 20px 20px 20px 10px;
}
.col-right {
    width: 75%;
    float: right;
}
.banneritem{
    text-align: center;
}
.col-left .banneritem img{
    width: 100%;
    max-width: 267px;
    height: auto;
    box-shadow: 0px 3px 2px 0px #A8A8A8;
    margin: 5px auto;
}
.col-right .banneritem img{
    width: 95%;
    max-width: 847px;
    height: 85px;
    box-shadow: 0px 3px 2px 0px #A8A8A8;
    margin: 5px auto;
}
.menu_left{
    margin-bottom: 15px;
    display: table;
    width: 100%
}
.menu_left li{
    display: block;
    cursor: pointer;
    border-bottom: 3px solid #47859C;
    border-right: 1px solid #C6D3D9;
    background: linear-gradient(to top,#cccccc,#ffffff);
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.menu_left li a:hover,.menu_left li a:active,.menu_left li a:focus{
    background: #d7d7d7;
}
.menu_left li, .menu_left a{
    font-size: 17px;
}
.menu_left span, .menu_left a{
    position: relative;
    display: block;
    padding: 13px !important;
}
.random_image_box a{
    width: 125px !important;
    height: 80px !important;
    border: 2px solid #ffffff;
    background: #fff;
    box-shadow: 2px 3px 4px -2px #424242;
    margin: 5px;
}
.random_image_box a img{
    width: 130px !important;
    height: auto !important;
}
.random_image_box {
    overflow: hidden;
}
.col-left .moduletable h3{
    text-align: center;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/title-module-fon.png) top right no-repeat #3589AD;
}
.col-right .item-title,.col-right .page-header h2 {
    color: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/title-fon.png) top right no-repeat #3B9DC4;
    margin-top: 0px;
}
.page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}
.col-right .item-title a,.col-right .page-header a{
    color: #ffffff;
}
.zhym-credit{
    display: none;
}
.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {   display: inline-block;
    height: auto;
}
#yoo-zoo .title {
    width: 100% !important;
}
#cc table {
    border-collapse: collapse;
    border: 1px solid #005A78;
    font-family: Arial;
    color: #303030;
    margin: 20px auto;
}
#cc thead tr {
    background: #19ACCF none repeat scroll 0% 0%;
    color: white;
}
#cc td, th {
    border: 1px solid #005A78;
    padding: 6px 10px;
}
#cc table a{
    color: #303030;
}
#cc table a:hover{
    color: red;
}
#cc thead tr a{
    color: white;
}
#cc .pagination{
    display: table;
    margin: 20px auto 0
}
#cc .pagination li{
    list-style: none;
    float: left;
    padding: 5px;
}
#cc .article-info-term{
    display: none;
}
#component img {
    border: 1px solid #2F586A;
}
#cc img {
    margin: 0px 12px 6px 6px;
}
#component img {
    max-width: 100%;
    height: auto;
}
.blog .item-image {
    max-width: 170px;
    height: auto;
    padding: 3px;
    margin: 0 18px 0 0 !important;
}
.readmore {
    text-align: right;
    clear: both;
}
.wk-gallery-showcase .slides li{
    text-align: center;
}
#footer{
    color: #ffffff;
    font-weight: bold;
}
footer{
    height: 140px;
    background: url(../images/footer-fon.png) no-repeat top center #2E98C3;
    display: table;
    width: 100%;
    margin-top: -50px;
    position: relative;
    z-index: 5;
    padding-top: 50px;
}
.nav-footer{
    float: left;
    margin: 20px 5px 5px;
}
.nav-footer li{
    box-shadow: 0 2px 7px -4px black !important;
    border-radius: 3px;
    border: 1px solid #ffffff;
}
.nav-footer li a{
    padding: 5px 30px;
    background-image: linear-gradient(to top, #dcdcdc, #f0f0f0);
}
.copyright{
    height: auto;
    display: table;
    float: left;
    padding: 15px 10px 0;
    font-weight: bold;
}
.copyright p{
    margin: 0;
}
#logo_miac{
    height: 100%;
    display: table;
    float: right;
}
#logo_miac img{
    width: 95%;
    max-width: 120px;
    margin: -4px 0 0 3px;
}
#logo_miac p{
    float: left;
    margin-top: 20px;
}

/*
#conntent-box .moduletable{
    clear: both;
    border-top: 2px solid #4784B0;
    margin-top: 15px;
}

/*
.col-left{
    width: 25%;
    float: left;
    overflow: hidden;
    padding: 30px 20px;
    margin: 25px 0 30px;
    background-image: linear-gradient(to right, #0094cd, #8adbf1);
    border-radius: 2em 0 0 2em;
    color: #fff;
}
.col-left a{
    color: #fff;
}
.col-left a:active,.col-left a:focus,.col-left a:hover{
    color: #efefef;
    text-decoration: underline;
}.col-left small{
    color: #B9DDFD;
}
.sep{
    display: table;
    width: 100%;
    height: 2px;
    background: #8DD1E8;
    border-radius: 6px 0px 6px 6px;
}
#component{
    margin: 0px;
}
#component img{
    max-width: 100%;
    height: auto;
}
#component h4, #component h5, #component h6{
    text-transform: none;
}
.col-right .banneritem img{
    width: 95%;
    max-width: 816px;
    height: auto;
    box-shadow: 7px 8px 12px -6px #666;
    margin: 5px auto;
    max-height: 90px;
}
.col-right{
    width: 75%;
    float: right;
}

#content .col-right{
    margin-bottom: 10px;
    background: #f9f9f9;
    box-shadow: 0px 0px 16px -6px #666;
    padding: 20px;
    border-radius: 0 0 2em 2em;
}
.col-left h3{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}
.banneritem{
    text-align: center;
}
*/
.col-right .bannergroup{
    margin: 10px 0 0;
}
#mapHeaderLine{
    margin-top: 10px;
    margin-bottom: 10px;
}
/*
.col-left .banneritem img{
    width: 100%;
    max-width: 260px;
    height: auto;
    box-shadow: 7px 8px 12px -6px #666;
    margin: 5px auto;
}

.item-title{
    color: #2f2f2f;
}
.blog .item-image{
    max-width: 170px;
    height: auto;
    padding: 3px;
    margin: 0 18px 0 0 !important;
}
.item-news{
    padding: 5px;
    margin: 10px 0;
    width: 100%;
    display: table;
}
.image-news-item{
    float: left;
    display: table;
    width: 160px;
    height: auto;
    background: white;
    border: 4px solid #e0e0e0;
    overflow: hidden;
}
.image-news-item img{
    width: 100%;
    max-height: 126px;
    margin: 0 !important;
}
.text-news-item{
    padding-left: 170px;
}
.item-news h4, .item-news h5{
    text-transform: none;
    margin-top: 3px;
    margin-bottom: 5px;
}
.item-news h4 a{
    color: #4D708E;
    font-weight: bold;
}
.text-news-item h5{
    color: #698CAC;
}
h1, .h1 {
    font-size: 27px;
}
h2, .h2 {
    font-size: 23px;
}
h3, .h3 {
    font-size: 20px;
}
.random_image_box a{
    width: 130px !important;
    height: 80px !important;
    border: 3px solid #ffffff;
    box-shadow: 2px 3px 4px -2px #424242;
}
.random_image_box a img{
    width: 130px !important;
    height: auto !important;
}
.moduletable.fotogallery{
    background: #e0e0e0;
    padding: 1px 0px;
}
.moduletable.fotogallery h3{
    padding: 0px 0px 6px !important;
    border-bottom: 2px solid #4784B0;
    margin: 6px 6px 0px;
}
.nav-left-bar{
    margin: 0px -20px
}
.menu_left li{
    border-bottom: 2px solid #CAE5FF;
    font-weight: bold;
}
.menu_left li.current, .menu_left li:active,.menu_left li:focus,.menu_left li:hover{
    background: rgba(255, 255, 255, 0.2);
}
.menu_left > li > a:hover, .menu_left > li > a:focus {
    background-color: transparent;
}
.menu_left span, .menu_left a{
    padding: 8px !important;
}
.slider{
    background: linear-gradient(to top,#19A1D1,#58CEF6,#19A1D1);
    box-shadow: 0 2px 7px -4px black !important;
    border-radius: 30px;
    overflow: hidden;
}
.slider .wk-slideshow .slides{
    
}
.slider .wk-slideshow .nav{
    display: table;
    margin: -44px 0 0 29px !important;
    float: left;
    z-index: 99;
    position: relative;
}
.slider .wk-content > :last-child {
    margin: 10px !important;
    border-radius: 22px;
    width: 100%;
}
.slider .wk-slideshow .slides li{
    width: 98% !important;
}
.slider .wk-slideshow .caption {
    position: absolute;
    left: 8px;
    right: 5px;
    bottom: 7px;
    z-index: 5;
    padding: 8px 10px;
    background: linear-gradient(to right,#fff,#fff, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    border-radius: 0 0 20px 20px;
    color: #36579a;
    font-size: 16px;
}
.menu_uslugi{
    text-align: center;
    margin-top: 25px
}
.menu_uslugi li{
    display: inline-block;
    width: 22%;
    height: 69px;
    border: 2px solid #0096CB;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 75px;
    border-radius: 15px;
    text-align: left;
    color: #027BAA;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0px 10px 1px -6px #D1E8F0;
    cursor: pointer;
}
.menu_uslugi li a{
    color: #027BAA;
}
.item-143{
    background: url(../images/btn1.png) no-repeat top left;
    padding-top: 10px;
}
.item-144{
    background: url(../images/btn2.png) no-repeat top left;
}
.item-145{
    background: url(../images/btn3.png) no-repeat top left;
}
.item-146{
    background: url(../images/btn4.png) no-repeat top left;
}
.menu_uslugi li:hover,.menu_uslugi li:focus,.menu_uslugi li:active,.menu_uslugi li.current{
    border: 2px solid #249752;
    color: #147B44;
    box-shadow: 0px 10px 1px -6px #C4E3D3;
}
.menu_uslugi li:hover a,.menu_uslugi li:focus a,.menu_uslugi li:active a,.menu_uslugi li.current a{
    color: #147B44;
}
.item-143:active,.item-143:focus,.item-143:hover,.item-143.current{
    background: url(../images/btn1-hover.png) no-repeat top left;
}
.item-144:active,.item-144:focus,.item-144:hover,.item-144.current{
    background: url(../images/btn2-hover.png) no-repeat top left;
}
.item-145:active,.item-145:focus,.item-145:hover,.item-145.current{
    background: url(../images/btn3-hover.png) no-repeat top left;
}
.item-146:active,.item-146:focus,.item-146:hover,.item-146.current{
    background: url(../images/btn4-hover.png) no-repeat top left;
}


.contact-info{
    display: inline-block;
    width: 100%;
    color: white;
    font-size: 21px;
    margin-bottom: -5px;
    padding: 0 20px;
}
.contact-info .custom{
    margin-top: 12px;
}


.hot-line{
    float: right;
    background: #0481C1;
    border-radius: 10px 10px 0 0;
    padding: 2px 5px;
}
.hot-line span{
    font-size: 16px;
    display: block;
}
.hot-line .custom{
    margin-top: 0px;
}



.nav-btn{
    background: url(../images/sec-btn.png) no-repeat;
    width: 220px;
    height: 141px;
    display: block;
    margin-right: 30px;
}
.nav-btn a{
    width: 220px;
    height: 141px;
    display: block;
}
#btn1{
    background-position: -13px -15px;
}
#btn1:active,#btn1:focus,#btn1:hover{
    background-position: -13px -170px;
}
#btn2{
    background-position: -247px -15px;
}
#btn2:active,#btn2:focus,#btn2:hover{
    background-position: -247px -170px;
}
#btn3{
    background-position: -480px -15px;
}
#btn3:active,#btn3:focus,#btn3:hover{
    background-position: -480px -170px;
}
#btn4{
    background-position: -712px -15px;
}
#btn4:active,#btn4:focus,#btn4:hover{
    background-position: -712px -170px;
}
#btn5{
    background-position: -945px -15px;
}
#btn5:active,#btn5:focus,#btn5:hover{
    background-position: -945px -170px;
}


.scroll-to-top{
    background: url(../images/btn_up.png) no-repeat bottom;
    width: 59px;
    height: 30px;
    cursor: pointer;
    float: right;
    padding: 1px 0px 0px 10px;
}
.scroll-to-top span{
    text-decoration: underline;
    color: #fff;
}
.readmore{
    text-align: right;
    clear: both;
}
.highlight{
	font-weight:bold;
}
#content a:active,#content a:hover,#content a:focus{text-decoration: underline;}
.result-created, .result-category{
    font-style: italic;
    color: #999;
}
.col-right .moduletable h3{
    text-align: center;
    text-transform: uppercase;
    color: #0269A3;
    padding: 0px 0px 3px;
    font-size: 18px;
}


.moduletable ul{
    padding-left: 10px;
}
.moduletable ul li{
    display: block;
}
.moduletable .mod-articles-category-title {
    text-decoration: underline;
}
.mod-articles-category-readmore .mod-articles-category-title{
    text-decoration: none;
}


#font-contrast-box{
    margin: 0 0 15px 0;
}
#font-box{
    width: 60px;
    height: 27px;
    display: inline-block;
    margin: 7px 3px 0px 5px;
    float: right;
}
#contrast-box{
    display: inline-block;
    font-size: 16px;
    float: right;
    margin: 6px 6px 0px;
}
#contrast-box li{
    background: #4b8db0;
    padding: 2px 15px;
    border-radius: 5px;
    border-bottom: 3px solid #9DBEC7;
}
#contrast-box ul{
    padding: 0;
    margin: 0;
}
#contrast-box ul li{
    display: block;
}
#contrast-box ul li a{
    color: #ffffff;
    font-weight: bold;
}
#contrast-box ul li.active{
    display: none;
}
.cl{
    margin-bottom: 5px;
}
#font-plus{
    background: url(../images/sp.png) no-repeat;
    background-position: 0px -27px;
}
#font-minus{
    background: url(../images/sp.png) no-repeat;
    background-position: 0px 0px;
}
#font-plus:hover{
    background-position: -27px -27px;
}
#font-minus:hover{
    background-position: -27px 0px;
}
#font-plus:active, #font-plus:focus{
    background-position: -54px -27px;
}
#font-minus:active, #font-minus:focus{
    background-position: -54px 0px;
}
.cfont-btn{
    display: block;
    width: 27px;
    height: 27px;
    clear: both
}
.cnorm-btn{
    border: none;
}
#jTemplateRolling{
    background: url(../images/sp.png) no-repeat;
    background-position: 0px -89px;
    float: left;
}
#jTemplateReset{
    background: url(../images/sp.png) no-repeat;
    background-position: 0px -125px;
    float: right;
}
.contrast-normal-btn{
    display: block;
    width: 30px;
    height: 30px;
}
#jTemplateRolling:hover{
    background-position: -31px -89px;
}
#jTemplateReset:hover{
    background-position: -31px -125px;
}






#btn1, #btn2, #btn3, #btn4, #btn5{
    width: 20%;
    height: auto;
}

.contact-phone{
    display: table;
    font-size: 18px;
    font-weight: bold;
    color: #ab3232;
    float: right;
}
.contact-phone span{
    float: left;
    margin-top: 6px;
}

#font-contrast-box{
    position: absolute;
    right: 0;
    top: 90px;
    width: 49px;
    height: 150px;
    display: table;
}
#font-box{
    width: 49px;
    height: 100px;
    display: inline-block;
}
#contrast-box{
    display: inline-block;
    font-size: 14px;
    height: 50px;
    width: 49px;
}
#contrast-box ul{
    padding: 0;
    margin: 0;
}
#contrast-box ul li{
    display: block;
}
#contrast-box ul li a{
    color: #3b3b3b;
    text-decoration: underline;
}
#contrast-box ul li.active{
    display: none;
}
#s1{
    width: 49px;
    height: 50px;
    background: url(../images/btn.png) no-repeat;
    background-position: 0px -100px;
}
#s1:hover{
    background: url(../images/btn.png) no-repeat;
    background-position: -55px -100px;
}
#s1:active,#s1:focus{
    background: url(../images/btn.png) no-repeat;
    background-position: -111px -100px;
}
#font-plus{
    background: url(../images/btn.png) no-repeat;
    background-position: 0px -47px;
    width: 49px;
    height: 48px;
    margin-top: 8px;
}
#font-minus{
    background: url(../images/btn.png) no-repeat;
    background-position: 0px 0px;
    width: 49px;
    height: 41px;
}
#font-plus:hover{
    background-position: -55px -47px;
}
#font-minus:hover{
    background-position: -55px 0px;
}
#font-plus:active, #font-plus:focus{
    background-position: -55px -47px;
}
#font-minus:active, #font-minus:focus{
    background-position: -54px 0px;
}
.cfont-btn{
    display: block;
    clear: both
}
.cnorm-btn{
    border: none;
}
#jTemplateRolling{
    background: url(../images/btn.png) no-repeat;
    background-position: 0px -89px;
    float: left;
}
#jTemplateReset{
    background: url(../images/btn.png) no-repeat;
    background-position: 0px -125px;
    float: right;
}
.contrast-normal-btn{
    display: block;
    width: 30px;
    height: 30px;
}
#jTemplateRolling:hover{
    background-position: -31px -89px;
}
#jTemplateReset:hover{
    background-position: -31px -125px;
}
.element-invisible{
    display: none;
}
.highlight{
	font-weight:bold;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: linear-gradient(to top,#ffeca7,#fffae7);
}





.page-header {
    color: #1570ac;
    padding-bottom: 5px;
    margin: 15px 0px;
    border-bottom: 0;
}
.item-title {
    color: #1570ac;
    text-transform: uppercase;
    font-size: 140%;
    padding-bottom: 5px;
    margin: 15px 0px;
    border-bottom: 1px solid #1570ac;
}
.item-title a{
    color: #1570ac;
}
#cc{
    margin-bottom: 15px;
}
#cc img{
    margin: 3px 12px -2px 6px;
}
#component img{
    border: 4px solid #e0e0e0;
}
.banner-box{
    padding-top: 15px;
    clear: both;
    border-top: 2px solid #4784B0;
    margin-top: 15px;
}
.item-image img{
    margin: 0px;
}


#info-box{
    float: right;
    position: relative;
    color: #ab3232;
    font-size: 15px;
    font-weight: bold;
    margin-top: 2px;
}
.thumbnail {
    margin-bottom: 0px;
    width: 200px;
    height: auto;
    padding: 7px;
    margin-right: 20px;
}

.contact-info{
    display: table;
    width: 100%;
}
.contact-info li{
    display: block;
}
.contact-address ul{
    padding-left: 10px;
}
.div-address{
    display: table;
}
.div-address span{
    float: left;
}
.div-address li{
    float: left;
    margin-right: 5px;
    display: block;
}
.btn-glv{
    margin: 15px auto;
}
.form-horizontal .control-label {
    text-align: left;
}
table.category{
    border: 0px !important;;
}
table.category td, th {
    border: 0px !important;;
}
#searchForm label{
    margin-left: 20px;
}
.info-nav a img{
    width: 98%;
    height: auto;
    max-width: 182px;
}
.random_image_box {
    overflow: hidden;
}
.btn-glv img{
    width: 100%;
    max-width: 270px;
}
.no-mobile{
    display: block;
}
.mobile{
    display: none;
}
#yoo-zoo .title {
    width: 100% !important;
    background: #19ACCF !important;
}
.zhym-credit{
    display: none;
}

.moduletable_rss{
    border: 1px solid #999;
    
}
.moduletable_rss th{
    text-align: center;
    color: #1570ac;
    
}
.moduletable_rss a{
    color: #383838;
}
.moduletable_rss a:hover{
    text-decoration: underline;
}
.newsfeed_rss{
    padding-left: 20px;
}
*/
#yoo-zoo .items h1.title {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/title-fon.png) top right no-repeat #3B9DC4;
    margin-top: 0px;
    height: 40px;
    margin: 0px;
    overflow: hidden;
    text-indent: 15px;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
}