html,body {
    overflow-x: hidden; 
    color: #0a0a0a;
    min-height: 100vh;
    /*font-family: 'Arial', sans-serif;*/
    font-family: 'Calibri', arial, sans-serif;
    /*font-family: "Segoe UI", 'Calibri', sans-serif;*/
    font-size: 18px;
    background: url(../images/fon.png);
}
.wrapper {
    min-height: 100vh;
}
a{
    color: #0093b7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:active, a:focus, a:hover{
    color: #56b4ef;
    text-decoration: none;
}
.logo {
    display: block;
    min-height: 150px;
    padding-left: 150px;
    float: left;
    background: url(../images/logo.png) no-repeat 50% 50%;
    background-size: 100%;
}
header{
    padding: 0px 15px;
    background: #ffffff;
    border-bottom-left-radius: 50% 50px;
    border-bottom-right-radius: 50% 50px;
    padding-bottom: 30px;
}
header .row{
    position: relative;
}
.container{
    background: #ffffff;
}



header .title{
    width: 100%;
    line-height: 1.3;
}
header .title .custom{
    font-size: 17px;
    display: block;
    padding-top: 22px;
}
header .title a{
    display: block;
    color: #313131;
}

header .title a .custom p{
    margin: 0px;
    line-height: 1.1;
}
header .title a .custom p:nth-child(2){
    font-size: 54px;
    font-weight: 600;
    color: #176877;
    text-transform: uppercase;
    float: left;
}
header .title a .custom p:nth-child(3){
    font-size: 20px;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #176877;
    text-transform: uppercase;
    padding-left: 10px;
    display: table;
}
header .title a:focus, header .title a:hover, header .title a:active{
    color: #00a9bc;
}
#contrast{
    display: table;
    padding-left: 45px;
    font-weight: 600;
    background: url(../images/eye.png) no-repeat left 50%;
    padding-top: 8px;
    padding-bottom: 7px; 
    color: #176877;
    text-transform: uppercase;
    float: right;
}
#contrast:active, #contrast:focus,  #contrast:hover{
    color: #00a4be;
    text-decoration: underline;
}
.address{
    font-size: 21px;
    text-align: right;
    line-height: 1.2;
    color: #464646;
    padding-top: 15px;
    display: table;
    width: 100%;
}
.address p{
    margin: 0;
}
.nav-bar{
    background: linear-gradient(to bottom,#00aabc,#00bfb3);
    position: relative;
    z-index: 9;
    margin-top: 42px;
    padding-top: 30px;
    margin-bottom: 36px;
}
.nav-bar:before,.nav-bar:after{
    content: '';
    width: 100%;
    position: absolute;
}
.nav-bar:before{
    background: url(../images/up_menu.png) no-repeat center;
    height: 42px;
    bottom: 100%;
}
.nav-bar:after{
    background: #eeeeee url(../images/b_menu.png) no-repeat center;
    height: 36px;
}
.image-title{
    display: none;
}
.menu_top li{
    width: 20%;
    display: inline-block;
}
.menu_top li a{

}
.menu_top .menu-title{
    display: table;
    width: 100%;
    text-align: center;
    height: 80px;
    color: #000000;
    margin-top: 15px;
    padding: 0 5px;
}
.menu_top li:focus .menu-title,
.menu_top li:hover .menu-title,
.menu_top li:active .menu-title{
    text-decoration: underline;
}

.menu_top .image-title{
    display: block;
    width: 130px;
    height: 135px;
    background: url(../images/menu/menu.png) no-repeat;
    margin: 0 auto;
}
.menu_top li:nth-child(10n+1) .image-title{
    background-position: -8px -14px;
}
.menu_top li:nth-child(10n+2) .image-title{
    background-position: -224px -14px;
}
.menu_top li:nth-child(10n+3) .image-title{
    background-position: -445px -14px;
}
.menu_top li:nth-child(10n+4) .image-title{
    background-position: -665px -14px;
}
.menu_top li:nth-child(10n+5) .image-title{
    background-position: -884px -14px;
}
.menu_top li:nth-child(10n+6) .image-title{
    background-position: -8px -229px;
}
.menu_top li:nth-child(10n+7) .image-title{
    background-position: -224px -229px;
}
.menu_top li:nth-child(10n+8) .image-title{
    background-position: -445px -229px;
}
.menu_top li:nth-child(10n+9) .image-title{
    background-position: -665px -229px;
}
.menu_top li:nth-child(10n+10) .image-title{
    background-position: -884px -229px;
}
.menu_top li:active a,
.menu_top li:focus a,
.menu_top li:hover a{
    background: transparent;
}
.menu_top li:active .image-title,
.menu_top li:focus .image-title,
.menu_top li:hover .image-title{
    width: 130px;
    height: 135px;
    background: url(../images/menu/menu_h.png) no-repeat;
}
.menu_top li:nth-child(10n+1):active .image-title,
.menu_top li:nth-child(10n+1):focus .image-title,
.menu_top li:nth-child(10n+1):hover .image-title{
    background-position: -8px -14px;
}
.menu_top li:nth-child(10n+2):active .image-title,
.menu_top li:nth-child(10n+2):focus .image-title,
.menu_top li:nth-child(10n+2):hover .image-title{
    background-position: -224px -14px;
}
.menu_top li:nth-child(10n+3):active .image-title,
.menu_top li:nth-child(10n+3):focus .image-title,
.menu_top li:nth-child(10n+3):hover .image-title{
    background-position: -445px -14px;
}
.menu_top li:nth-child(10n+4):active .image-title,
.menu_top li:nth-child(10n+4):focus .image-title,
.menu_top li:nth-child(10n+4):hover .image-title{
    background-position: -665px -14px;
}
.menu_top li:nth-child(10n+5):active .image-title,
.menu_top li:nth-child(10n+5):focus .image-title,
.menu_top li:nth-child(10n+5):hover .image-title{
    background-position: -884px -14px;
}
.menu_top li:nth-child(10n+6):active .image-title,
.menu_top li:nth-child(10n+6):focus .image-title,
.menu_top li:nth-child(10n+6):hover .image-title{
    background-position: -8px -229px;
}
.menu_top li:nth-child(10n+7):active .image-title,
.menu_top li:nth-child(10n+7):focus .image-title,
.menu_top li:nth-child(10n+7):hover .image-title{
    background-position: -224px -229px;
}
.menu_top li:nth-child(10n+8):active .image-title,
.menu_top li:nth-child(10n+8):focus .image-title,
.menu_top li:nth-child(10n+8):hover .image-title{
    background-position: -445px -229px;
}
.menu_top li:nth-child(10n+9):active .image-title,
.menu_top li:nth-child(10n+9):focus .image-title,
.menu_top li:nth-child(10n+9):hover .image-title{
    background-position: -665px -229px;
}
.menu_top li:nth-child(10n+10):active .image-title,
.menu_top li:nth-child(10n+10):focus .image-title,
.menu_top li:nth-child(10n+10):hover .image-title{
    background-position: -884px -229px;
}


.second-page .nav-bar{
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.second-page .nav-bar::after {
    display: none;
}
.second-page .menu_top .menu-title{
    padding-left: 80px;
    text-align: left;
    height: 78px;
}
.second-page .menu_top .image-title{
    margin: 0 auto;
    transform: scale(.5);
    position: absolute;
    top: -18px;
    left: -11px;
}
.menu_top li {
    display: block;
    float: left;
}
.second-page .menu_top li .menu-title{
    margin-top: 0px;
    padding-top: 0px;
}
.second-page .menu_top li:nth-child(1) .menu-title{
    padding-top: 0px;
}
.second-page .menu_top li:nth-child(2) .menu-title{
    padding-top: 10px;
}
.second-page .menu_top li:nth-child(3) .menu-title{
    padding-top: 0px;
}
.second-page .menu_top li:nth-child(4) .menu-title{
    padding-top: 10px;
}
.second-page .menu_top li:nth-child(5) .menu-title{
    padding-top: 25px;
}
.second-page .menu_top li:nth-child(6) .menu-title{
    padding-top: 10px;
}
.second-page .menu_top li:nth-child(7) .menu-title{
    padding-top: 0px;
}
.second-page .menu_top li:nth-child(8) .menu-title{
    padding-top: 25px;
}
.second-page .menu_top li:nth-child(9) .menu-title{
    padding-top: 10px;
}
.second-page .menu_top li:nth-child(10) .menu-title{
    padding-top: 10px;
}

.second-page .menu_top>li>a {
  padding: 10px 10px;
}


.bc-search{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #eeeeee;
    margin-bottom: 45px
}
.second-page .bc-search{
    margin-bottom: 30px
}
#breadcrumb{
    color: #000000;
    margin: 0px;
    padding: 0px;
}
.breadcrumb{
    display: table;
    margin: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
    font-size: 18px;
}
.breadcrumb a,
.breadcrumb .icon-location{
    color: #00978d;
}
.breadcrumb a:active, .breadcrumb a:hover, .breadcrumb a:focus{
    text-decoration: underline;
}
.breadcrumb > .active {
    color: #000000;
}
.breadcrumb > li + li::before {
    display: none;
}
.breadcrumb img{
    margin: -4px 0px 0px;
}
#search-box{
    display: table;
    width: 100%;
}
#search-box .search, #search-box .search .form-inline{
    width: 100%;
    height: 100%;
    float: left;
}
#search-box .search .inputbox{
    width: 75%;
    max-width: 320px;
    background-color: #f4f6f8;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 0px;
    font-size: 18px;
    -moz-transition: none;
    box-shadow: 0px 0px 5px #b9b9b9 inset;
    border-radius: 0px;
    color: #000000;
    float: left;
    height: 30px;
}
#search-box .search .button{
    background: #3db7b3 url(../images/search.png) no-repeat !important;
    background-position: 0px -3px !important;
    border: 0px !important;
    padding: 3px 5px 3px 35px !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    line-height: 1.1 !important;
    display: block;
    float: left;
    height: 30px !important;
    width: 25%;
}
#search-box .search .button:hover{
    background-color: #008597!important;
    background-image: url(../images/search.png) !important;
    background-repeat: no-repeat;
}
#to-top {
    display: block;
    width: 78px;
    height: 78px;
    position: fixed;
    bottom: 70px;
    right: 30px;
    background: url(../images/up.png);
    z-index: 15;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*news*/

.news{
    display: table;
    width: 100%;
}
.moduletable.news{
    padding-top: 15px;
}
.newsflash .item-news{
    padding: 15px;
    background: #00aabc;
    display: block;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    height: 148px;
}
.newsflash .item-news a{
    color: #ffffff;
}

.newsflash .item-news .newsflash-title{
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
}
.newsflash .item-news .newsflash-title a{
    color: #ffffff;
}
.newsflash .item-news .newsflash-title a:active,
.newsflash .item-news .newsflash-title a:focus, 
.newsflash .item-news .newsflash-title a:hover{
    text-decoration: underline;
}
.newsflash .item-news .image-news-item{
    float: left;
    max-width: 200px;
    margin: -15px 10px -15px -15px;;
    display: table;
    background: linear-gradient(#00C1B3, #ffffff);
    background-size: 100%;
}
.newsflash .item-news .image_intro{
    width: 200px;
    height: 150px;
    border: 0px;
    position: relative;
}
.newsflash .item-news .image_intro span{
    background: rgba(255,255,255,0.7);
    padding: 0px 5px;
    font-size: 20px;
    color: #000000;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.newsflash .item-news .text-news-item {
}
.newsflash .item-news .text-news-item p{
    text-align: justify;
    margin: 0px;
}
#content strong {
    color: #0093b7;
}


.header_info{
    color: #176877;
    background: url(../images/header.png) no-repeat 50% top;
    margin-top: -35px;
    padding-top: 25px;
    margin-bottom: -30px;
    padding-bottom: 30px;
}
.header_info:before{
    content: '';
    position: relative;
    float: left;
    display: block;
    width: 550px;
    height: 320px;
    background: url(../images/doc.png) no-repeat 50% bottom;
    border-top-right-radius: 70px;
    margin: 0px 30px -25px 70px;
}
.header_info a:hover,.header_info a:focus,.header_info a:active{
    text-decoration: underline;
}
.header_info  .phone{
    text-align: right;
    margin: 10px 0px 0px;
    font-weight: 600;
    font-size: 19px;
    padding-right: 15px;
}
.header_info  .custom p{
    margin: 0px;
    display: block;
}
.header_info .phone .telreg{
    padding-right: 60px;
    background: url(../images/reg.png) no-repeat right 50%;
    margin-bottom: 10px;
}
.header_info .phone .teldetreg{
    padding-right: 60px;
    background: url(../images/reg_c.png) no-repeat right 50%;
    margin-bottom: 10px;
}
.header_info .phone .hotline{
    padding-right: 60px;
    background: url(../images/phone.png) no-repeat right 50%;
    margin-bottom: 10px;
}
#cc img{
  	max-width: 100%;
}

#cc .moduletable h3{
    text-transform: uppercase;
    color: #0a0a0a;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px
}
#cc .moduletable{
    position: relative;
    padding-bottom: 20px;
}
.linkcat{
    position: absolute;
    right: 0px;
    top: 0px;
}
.feed-header{
    margin-bottom: 6px;
}
.feed-header a{
    color: #0a0a0a;
    font-weight: 600;
}
.newsfeed-item{
    padding: 0px 15px;
    background-color: #f3f3f3;
    display: table;
    width: 100%;
    line-height: 1.2;
}


/*.uk-slideset {
  min-height: 120px;
}
.uk-slideset img {
  max-height: 110px;
  max-width: 100%;
}
.uk-slidenav {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  border-radius: 20px;
  margin-top: -20px;
  background-color: rgba(255,255,255,0.7) !important;
  color: rgba(50,50,50,0.65);
}
.uk-slidenav:hover, #banners_slider .uk-slidenav:focus {
  color: rgba(50,50,50,0.8);
}
.uk-slidenav:active {
  color: rgba(50,50,50,0.95);
}
.uk-slidenav-previous:before{
  margin-right: 4px;
  display: block;
}
.uk-slidenav-next:before{
  margin-left: 4px;
  display: block;
}*/
.banner-box .bannersset{
    padding: 0px 50px;
}
.banner-box .moduletable {
    padding-bottom: 55px;
}
.banner-box img{
    width: 100% !important;
    height: 120px !important;
}
.banner-box .uk-margin {
    margin-bottom: 0px !important;
}

.banner-box .uk-panel-box{
    padding-bottom: 0px !important;
}

.banner-box .uk-slidenav-position .uk-slidenav {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    z-index: 1 !important;
    margin-top: -30px !important; 
}
.banner-box .uk-slidenav-position .uk-slidenav-previous {
    left: -50px !important;
}
.banner-box .uk-slidenav-position .uk-slidenav-next {
    right: -60px !important;
}
.banner-box iframe{
    height: 120px;
    overflow: hidden;
    display: block;
}
.banner-box .uk-panel .uk-margin,.banner-box .uk-panel .uk-panel-teaser{
    margin: 0px !important;
    padding: 0px !important;
}
.uk-slidenav-previous::before {
    content: " "  !important;
    background: url(../images/left.png) no-repeat 50% 50%  !important;
    opacity: 1;
    display: block;
    width: 50px;
    height: 50px;
}
.uk-slidenav-next::before {
    content: " "  !important;
    background: url(../images/right.png) no-repeat 50% 50%  !important;
    opacity: 1;
    display: block;
    width: 50px;
    height: 50px;
}
.first-page .mblockquote{
    border-left: 5px solid #31bdb2;
    padding-left: 15px;
}
.custom.mblockquote{
    border: 0px;
    padding: 0px;
}
#cc .moduletable.mblockquote h3{
    padding-left: 0px;
}
.o-nas{
    margin-left: -15px;
}
.o-nas .uk-panel-title{
    width: 53%  !important;
    background-color: #009892  !important;
    padding: 19px 0px 19px 10px  !important;
    color: #ffffff  !important;
    font-weight: 600  !important;
    float: left  !important;
    position: relative;
    line-height: 1  !important;
    margin-right: 20px;
    margin-bottom: 0px !important;
}
.o-nas .uk-grid-margin {
    margin-top: 20px;
}
.o-nas > div > div:nth-child(1) .uk-panel-title{
    padding: 10px 0px 10px 10px !important;
}
.o-nas > div > div:nth-child(2) .uk-panel-title{
    background-color: #00c1b3 !important;
}
.o-nas .uk-panel-title:after{
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 152, 146, 0);
    border-left-color: #009892;
    border-width: 37px;
    border-left-width: 15px;
    border-right-width: 0;
    margin-top: -37px;
}

.o-nas > div > div:nth-child(2) .uk-panel-title:after{
    border-left-color: #00c1b3 !important;
}
.o-nas > div > div .uk-margin{
    display: table;
    float: left;
    color: #009892;
}
.o-nas > div > div .uk-margin strong{
    font-size: 40px;
    color: #009892;
    float: left;
    padding-right: 5px;

}
.o-nas > div > div:nth-child(1) .uk-margin{
    margin-top: 0px;
    line-height: 1;
    background: url(../images/staff.gif) no-repeat 45px 0px  !important;
    padding-top: 8px;
    padding-right: 10px;
}
.o-nas > div > div:nth-child(2) .uk-margin,
.o-nas > div > div:nth-child(3) .uk-margin{
    margin-top: 15px;
    line-height: 1;   
}
.o-nas > div > div:nth-child(2) .uk-margin strong,
.o-nas > div > div:nth-child(3) .uk-margin strong{
    margin-top: -1px;
}
.o-nas .alert{
    background: #00c1b3;
    color: #ffffff;
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 15px;
    border: 0px;
    text-align: justify;
}
.o-nas .alert a{
    color: #ffffff;
}
.o-nas .alert a:hover{
    text-decoration: underline;
}
.sidebar-nav .nav{
    border-left: 5px solid #31bdb2;
}
.sidebar-nav .nav a{
    -webkit-transition: none;
    transition: none;
}
.sidebar-nav .nav .active a,.sidebar-nav .nav .current a,
.sidebar-nav .nav a:active,.sidebar-nav .nav a:hover,.sidebar-nav .nav a:focus{
    background: #31bdb2;
    color: #ffffff;
    text-decoration: none;
}
.second-page #content{
    padding-bottom: 30px;
}

.newsflash-title{
    line-height: 1.42857143;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}




#footer{
    color: #ffffff;
    display: table;
    width: 100%;
    padding: 10px 15px;
}
footer{
    min-height: 50px;
    display: table;
    width: 100%;
    background: #25a5ba;
}
.nav-footer{
    display: table;
    float: left;
}
.nav-footer li a:active,.nav-footer li a:focus,.nav-footer li a:hover{
    background: transparent;
}
.nav-footer .image-title{
    font-size: 20px;
    padding-top: 3px;
    display: table;
    float: right;
}
.image-title:active,.image-title:focus,.image-title:hover{
    background: transparent;
    text-decoration: underline;
}
.nav-footer li a{
    background: transparent;
    color: #ffffff;
    padding: 0px 15px;
    display: table;
}
.nav-footer li a img{
    margin-right: 10px;
}
.copyright{
    height: auto;
    display: table;
    float: left;
    padding: 0px 10px;
    line-height: 1;
}
.copyright a{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    display: block;
}
.copyright a:hover{
    text-decoration: underline;
}
.copyright p{
    margin-bottom: 0px;
}
#logo_miac{
    height: 36px;
    display: table;
    padding-top: 0px;
    color: #ffffff;
    margin: 0 auto;
    width: 91px;
    float: right;
}
#logo_miac img{
    width: 100%;
    max-width: 100px;
    margin: -7px 0 0 5px;
}
#logo_miac span{
    text-decoration: underline;
    color: #004859;
}
#logo_miac p{
    float: left;
    margin-top: 5px;
    margin-bottom: 0px
}
/*
.toolbar {
    background: #0093b7;
    border-bottom: 1px solid #66bed4;
    position: relative;
    z-index: 999;
}


.centerblock{
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.slider{
    position: absolute;
    width: 100%
}



.first-page .nav-bar .menu_left .nav-child {
    position: absolute;
     margin-left: 110%;
    z-index: -10;
    width: 320px;
    background: rgba(255,255,255,0.95);
    opacity: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    left:110%;
    margin-top: -17%;
    border: 1px solid #cfcfcf;
    padding-left:0;
}
.second-page .nav-bar .menu_left .nav-child {
    width: 100%;
    background: #f1f1f1;
    display: none;
    padding-left:0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.second-page .nav-bar .menu_left .deeper.active .nav-child{
    display: table;
}

.first-page .nav-bar .menu_left li:hover>.nav-child {
    left:100%;
    opacity: 1;
    z-index: 10;
}
.nav-bar .menu_left .nav-child a{
    -webkit-transition: none;
    transition: none;
    padding-left:15px;
}
.second-page .menu_left ul .nav-child a{
    padding-left:40px;
    font-size: 100%;
}


#cc .news .moduletable h3{
    margin-top: 0px;
}
.menu_info{
    background: #f1f1f1;
    padding: 10px;
}
.menu_info span{
    display: table;
    padding: 26px 0px 0px;
}
.menu_info li:last-child span{
    padding: 13px 0px 0px;
}
.menu_info a{
    -webkit-transition: none;
    transition: none;
    display: table !important;
    width: 100%;
    color: #252525;
    font-size: 20px;
    padding: 30px 15px !important;
}
.menu_info img{
    margin-right: 10px;
    float: left;
}
.first-page .ccenter{
    padding: 15px;
    background: url(../images/fon.png);
    margin-bottom: 15px;
}
.first-page .ccenter .col-md-4{
    padding-right: 30px;
}
.first-page .ccenter .col-md-4,
.first-page .ccenter .col-md-8{
    border-color: #3dabc6 !important;
}
.info{
    margin-bottom: 25px
}
.info h4{
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 0px;
}
.info hr{
    margin: 5px 0px;
    width: 80%;
    border-top: 1px solid #252525;
}
.first-page .ccenter .uk-panel{
    border: 1px solid #0f4e79;
}
.first-page .ccenter .category-module{
    column-count: 2;
    column-gap: 0em;
    -webkit-column-count: 2;
    -webkit-column-gap: 0em;
    padding: 20px 20px 0px 0px;
    
}
.first-page .ccenter .category-module li{
    display: inline-block;
    margin-bottom: 15px;
}
.first-page .ccenter .category-module p{
    text-align: right;
}
.first-page .ccenter .category-module a:active,
.first-page .ccenter .category-module a:focus,
.first-page .ccenter .category-module a:hover{
    color: #0093b7;
    text-decoration: underline;
}

.uk-dotnav > *{
    padding-left: 7px !important;
}
.uk-dotnav > * > * {
    background: rgba(255,255,255,1) !important;
    border-radius: 0 !important;
    width: 26px !important;
    height: 26px !important;
}
.uk-dotnav > .uk-active > * {
    background: rgba(99,206,216,.8) !important;
    transform: scale(1) !important;
}
.uk-slidenav{
    color: rgba(99,206,216,.8) !important;
}
.uk-slidenav:focus, .uk-slidenav:hover {
    color: rgba(99,206,216,1) !important;
}

.slider .uk-slidenav-previous::before {
    content: " "  !important;
    background: url(../images/left_w.png) no-repeat 50% 50%;
    display: block;
    width: 50px;
    height: 50px;
    opacity: 0.8;
}
.slider .uk-slidenav-previous:hover::before {
    opacity: 1;
}
.slider .uk-slidenav-next::before {
    content: " "  !important;
    background: url(../images/right_w.png) no-repeat 50% 50%;
    display: block;
    width: 50px;
    height: 50px;
    opacity: 0.8;
}
.slider .uk-slidenav-next:hover::before {
    opacity: 1;
}
.uk-slidenav-previous::before {
    content: " "  !important;
    background: url(../images/left_b.png) no-repeat 50% 50%;
    display: block;
    width: 50px;
    height: 50px;
    opacity: 0.8;
}
.uk-slidenav-previous:hover::before {
    opacity: 1;
}
.uk-slidenav-next::before {
    content: " "  !important;
    background: url(../images/right_b.png) no-repeat 50% 50%;
    display: block;
    width: 50px;
    height: 50px;
    opacity: 0.8;
}
.slider .uk-slidenav-next:hover::before {
    opacity: 1;
}
#cc img,#cc img.contact-thumbnail {
    max-width: 100%;
}
#cc table img{
    max-width: none;
}
.second-page #content{
    padding: 15px;
    background: #f1f1f1;
    min-height: 565px;
    margin-bottom: 19px;
}*/

/* System JOomlA*/
input[type="search"]::-webkit-input-placeholder {
    color: #3b5159; 
}
input[type="search"]::-moz-placeholder{
    color: #3b5159; 
}
.items-row{
    padding-bottom: 10px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 15px;
}
.items-row .item{
    display: table;
    width: 100%;
    clear: both;
}
.item p{
    text-align: justify;
}
#content img{
    max-width: 100%;
    height: auto;
}
#content .item-page img{
    margin: 5px;
}
.pull-left.item-image {
    width: 30%;
    padding-right: 15px;
}
.article-info {
    padding: 7px;
    margin: 5px auto 15px;
    list-style: none;
    border-radius: 3px;
    word-wrap: break-word;
    background-color: #fbfbfb;
    background-repeat: repeat-x;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 0 #ffffff;
    display: table;
    width: 100%;
}
.article-info dd {
    float: left;
    padding: 0 5px;
    border-right: solid 1px #ccc;
}
#cc h2.item-title, #cc h1.page-title, #cc h2.page-title, #cc .content-category h2:first-child,
#cc .page-header h1, #cc .page-header h2:first-child, #cc .blog>h2:first-child,
#cc .contact-category h2, #osmap-menu-uid-mainmenu, #osmap-menu-uid-leftmenu, .pgb_font{
    margin: 0px 0px 20px;
    font-size: 24px;
    text-transform: uppercase;
    color: #0a0a0a;
}
#cc h2.item-title a, #cc h1.page-title a, #cc h2.page-title a, #cc .content-category h2:first-child a,
#cc .page-header h1 a, #cc .page-header h2:first-child a, #cc .blog>h2:first-child a,
#cc .contact-category h2 a, #osmap-menu-uid-mainmenu a, #osmap-menu-uid-leftmenu a, .pgb_font a{
    color: #0a0a0a;
}
h1 a:hover, h2 a:hover, h3 a:hover{
    text-decoration: underline;
}

.formResponsive h2{
    margin: 20px -15px 20px;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0px 20px 0px;
    color: #0a0a0a;
}
.page-header {

    padding-bottom: 0px;
    margin: 0px;
    border-bottom: 0px;

}
.btn, .info_menu .uk-panel > p > a, .contact_mod .uk-panel > p > a, .rsform-submit-button, .button, button, p.readmore a, #header input.button, .pagenav a:link, .pagenav a:visited, #advanced-search-toggle, .profile-edit a:link, .profile-edit a:visited, h3.js_heading {
    background: #3db7b3 !important;
    color: #ffffff !important;
    border: 0px solid #62cdd7 !important;
    border-top-color: #62cdd7 !important;
    border-bottom-color: #62cdd7 !important;
    border-left-color: #62cdd7 !important;
    border-right-color: #62cdd7 !important;
    padding: 5px 25px 5px !important;
    border-radius: 0px !important;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 5px;
}
p.readmore a{
    padding: 5px 15px 5px !important;

}
.btn:hover, .info_menu .uk-panel > p > a:hover, .contact_mod .uk-panel > p > a:hover{
    background: #008597 !important;
    color: #ffffff !important;
}
.yoo-zoo.element-download-button{
    background: #3ba4ba !important;
    color: #fff !important;
    border: solid 0px !important;
    padding: 5px 25px 6px !important;
    border-radius: 0px !important;
    float: right;
    margin: 10px 20px;
    box-shadow: 0px 4px #b8d2df;
    font-size: 18px;
    line-height: 1.1;
}
.yoo-zoo.element-download-button span {
    padding: 0px 10px 0px 10px;
    background: transparent !important;
}
.yoo-zoo.element-download-button:hover{
    background-position: 0;
    background: linear-gradient(to top, #54a9a2,#3183bd) !important;
    color: #ffffff !important;

}
p.readmore{
    text-align: left;
    margin: 0px;
}
p.readmore a, .mod-articles-category-readmore a {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 9px;
    padding: 5px 20px 8px 4px;
    line-height: 1.6em;
}
.pagination{
    text-align: center;
    display: block;
}
.pagination ul {
    margin: 10px 10px 10px 0;
    padding: 0;
    display: inline;
}
.pagination-start span.pagenav, .pagination-prev span.pagenav, .pagination-end span.pagenav, .pagination-next span.pagenav {
    background: #f5f5f5;
    color: #444;
}
span.pagenav {
    background: #095197;
    background-color: rgb(9, 81, 151);
    color: #fff;
}
.pagination span, .pagination span a:hover {
    color: #999999;
    background-color: #f5f5f5;
}
.pagination span, .pagination span a:hover {
    cursor: default;
    padding: 0 14px;
    line-height: 2em;
}
.pagenav li:first-child a, .pagination-start span {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-left: solid 1px #ddd;
}
.pagenav a, span.pagenav {
    padding: 0 14px;
    margin: 0;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(221, 221, 221);
    border-left: 1px solid #ddd;
    display: inline-block;
    line-height: 1.9em;
}
.pagination a {
    padding: 0 14px;
    line-height: 2em;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(221, 221, 221);
    border-left: 0 solid #ddd;
    display: inline-block;
    background-color: #ffffff;
}
.pagenav {
    text-align: right;
}
span.pagenav {
    background: #38b4b2;
    color: #fff;
}
.pagination li {
    display: inline;
}
.pagination a:hover, .pagination a:active, .pagination a:focus {
    background: #38b4b2;
    color: #FFF;
}
#searchForm input:focus, #searchForm textarea:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
#searchForm input, #searchForm textarea {
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#searchForm {
    padding-top: 15px;
}
#searchForm .btn-group.pull-left{
    display: table;
    height: 35px;

}
#searchForm  #search-searchword{
    height: 35px;
    padding: 10px;
}
#searchForm .searchintro {
    margin-top: 15px;
}
#searchForm fieldset {
    border: solid 1px #7E5D4E;
    margin: 10px 0;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
}
legend {
    font-weight: bold;
    padding: 0px 10px;
    display: table;
    border: 0px;
    width: auto;
    margin-bottom: 0px;
}
fieldset.phrases label, fieldset.only label {
    display: inline;
}
.radio, .checkbox {
    padding-left: 18px;
    padding-right: 15px;
}
label {
    color: #333333;
    margin-bottom: 5px;
    max-width: 90%;
}
label, input, button, select, textarea {
    font-weight: normal;
}
input[type="radio"], input[type="checkbox"] {
    display: inline;
    margin-right: 10px;
    border: none;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin: 0px 0 0;
}
.ordering-box {
    margin: 10px 0;
}
.form-limit{
    float: right;
}
p.counter{
    margin-bottom: 25px;
}
.search-results dt.result-title {
    padding: 15px 15px 0 5px;
    font-weight: bold;
}
dt.result-title {
    word-wrap: break-word;
    text-align: justify;
    font-size: 110%;
}
.search-results dd.result-category {
    padding: 10px 15px 5px 5px;
    font-style: italic;
}
.search-results dd.result-text {
    padding: 10px 15px 10px 5px;
    line-height: 1.7em;
}
dd.result-text {
    word-wrap: break-word;
    text-align: justify;
}
.search-results dd.result-created {
    padding: 2px 15px 15px 5px;
    font-style: italic;
}
span.highlight {
    font-weight: bold;
    font-size: 115%;
}
table {
    border: solid 1px #ddd;
}
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    font-size: 1em;
    overflow: auto;
    display: block;
}

table th,table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd;
    line-height: 1.5em;
    text-align: left;
}

table th {
    font-weight: bold;
    border: 0
}

table thead th {
    vertical-align: bottom;
}

table  tr:first-child th,table tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td
{
    border-top: 0;
}

table tbody+tbody {
    border-top: 2px solid #8c9bab;
}

table tbody tr td,table tbody tr th {
    -webkit-transition: background-color 0.25s 0 linear;
    -moz-transition: background-color 0.25s 0 linear;
    -ms-transition: background-color 0.25s 0 linear;
    -o-transition: background-color 0.25s 0 linear;
    transition: background-color 0.25s 0 linear;
}
.thumbnail{
    max-width: 400px;
}


/**
 * @copyright	Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
    margin-bottom: 10px;
    padding: 0;
}

#system-message > dt {
    font-weight: bold;
    display: none;
}

#system-message > dd {
    margin: 0;
    font-weight: bold;
    text-indent: 30px;
}

#system-message > dd > ul {
    color: #0055BB;
    background-position: 4px top;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    list-style: none;
    padding: 10px;
    border-top: 3px solid #84A7DB;
    border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
    line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
    background-color: #C3D2E5;
    background-image: url(../images/notice-info.png);
}

/* System Error Messages */
#system-message > .alert-error,
#system-message > .alert-warning,
#system-message > .alert-notice  {
    color: #c00;
}

#system-message   .alert-error {
    background-color: #E6C0C0;
    background-image: url(../images/notice-alert.png);
    border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message  .alert-warning  {
    background-color: #E6C8A6;
    background-image: url(../images/notice-note.png);
    border-color: #FFBB00;
}

/* System Notice Messages */
#system-message  .alert-notice  {
    background-color: #EFE7B8;
    background-image: url(../images/notice-note.png);
    border-color: #F0DC7E;
}
/*Contacts*/
#cc form {
    margin: 0 0 18px;
}
.contact-category .category{
    display: table;
    width: 100%;
    padding: 0px;
    margin: 15px auto;
}
.contact-category .category li{
    margin-bottom: 8px;
    display: table;
    width: 100%
}
.contact-category .item-image{
    max-width: 130px;
}
.contact-category .item-title,
.contact-category .item-position{
    max-width: 190px;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}
.form-horizontal .control-label .star{
    color: #b73c94;
}
textarea, .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    width: 80%;
    -moz-box-sizing: border-box;
    border: 1px solid #DDDDDD;
    color: #333333;
    overflow: auto;
    padding: 5px;
    vertical-align: top;
}
.invalid {
    border-color: #B94A48;
    background: #F2DEDE;
}
label.invalid, label.required span {
    color: #B94A48;
    background: none;
}
input, textarea {
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
input, textarea, select, #advanced-search-toggle, input.search-query {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    margin-bottom: 0px;
    padding: 4px;
}
label, input, button, select, textarea {
    font-weight: normal;
}
#jform_contact_email_copy-lbl, #jform_contact_email_copy {
    float: left;
    margin-right: 10px;
    border: 0;
}
.form-actions, #jform_captcha-lbl {
    clear: both;
    margin: 15px auto;
}
.contact-form fieldset {
    border: solid 1px #ddd;
    margin: 10px 0;
    padding: 20px;
    border-radius: 5px;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
    width: 100%;
}

#yoo-zoo .categories .row{
    padding-top: 10px;
}
#yoo-zoo .categories .category{
    margin: 0px;
    line-height: 24px;
    cursor: pointer;
    padding: 0px;
    border: 0px !important;
    border-bottom: 0px !important;
    background: none;
}
#yoo-zoo .categories .category:hover,
#yoo-zoo .categories .category:active,
#yoo-zoo .categories .category:focus{
    background: #38b4b2;
    color: #ffffff;
}
#yoo-zoo .categories .category .title{
    font-size: 18pt !important;
    font-weight: 500;
}
#yoo-zoo .categories .category .title a{
    width: 100%;
    height: 100%;
    padding: 12px 20px 12px 15px !important;
    display: table;
    -webkit-transition: none;
    transition: none;
}
#yoo-zoo .categories .category .title a:hover,
#yoo-zoo .categories .category .title a:active,
#yoo-zoo .categories .category .title a:focus{
    color: #ffffff;
}
.yoo-zoo.element-download-button{
    background-repeat: repeat-x !important;
    background-image: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49) !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    color: #ffffff !important;
    border: solid 1px #ddd !important;
    border-radius: 3px !important;
    float: right;
    margin: 10px 20px;
    font-size: 111% !important;
    width: auto;
}
.yoo-zoo.element-download-button span {
    background: transparent !important;
    font-size: 90% !important;
    height: auto !important;
}
.yoo-zoo.element-download-button:hover{
    background-position: 0;

}
#yoo-zoo .details {
    margin: 0px;
    overflow: hidden;
}
#cc .yoo-zoo h1.title{
    height: auto;
    margin: 0px;
    background: transparent;
    background-size: 100% 100%;
    text-transform: uppercase;
    line-height: 1.1;
    text-transform: uppercase;
    text-indent: 0px;
    font-size: 30px;
    padding:  0px 0px 10px 0px;
    color: #2e81be;
}
#yoo-zoo .items h1.title{
    text-indent: 0px;

}
#yoo-zoo .items {
    margin: 0px;
    overflow: hidden;
}
#yoo-zoo .item div.box {
    padding: 15px 5px 0px 5px;
    background: rgba(250,250,250,0.4) !important;
    overflow: hidden;
    border-bottom: 1px solid;
}
#yoo-zoo .items div.row {
    padding: 15px 5px 15px 5px;
    background: rgba(250,250,250,0.4) !important;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
#yoo-zoo .item ul.pos-specification strong {
    display: inline-block;
    width: auto;
    padding: 0px 10px 0px 0px;
}
#yoo-zoo .item ul.pos-specification li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: none;
}
#yoo-zoo .items h2.pos-title {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.yoo-zoo h2 {
    font-size: 24pt;
    line-height: 1.1;
    margin-top: 5px;
}
.yoo-zoo.element-download-type {
    width: 114px !important;
    height: 105px !important;
}
#yoo-zoo .categories {
    margin: 0px !important;
}
#medstaff-main-block{
    padding: 0px;
}
#medstaff-main-block .panel ul{
    padding: 0px;
}
#jform_guestbook_captcha .input-sm {
    height: auto !important;
}
#g-recaptcha-28 > div{
    width: 100% !important;
}
.rsform-block-capcha{
    text-align: center;
    padding: 10px 0px;
    min-height: 98px;
}
.uk-overlay-background {
    background: rgba(37, 165, 186,.6)!important;
    color: #ffffff !important;
}
.uk-overlay-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff !important;
}
#cc .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: underline;
    transition: none;
    -webkit-transition: none;
    transition: none;
}
#medstaff-list .col-md-4{
    padding-left: 0px;
}
#medstaff-list .panel-body{
    padding-right: 100px;
}

.uk-accordion-title {
    margin-bottom: 10px !important;
    padding: 12px 20px 12px 15px !important;
    background: #eeeeee !important;
    font-size: 18pt !important;
    line-height: 24px;
    cursor: pointer;
    color: #333333;
}
.uk-accordion-title:hover {
    background: #2AB3D3 !important;
    color: #ffffff;
}
.uk-accordion-title:before{
    content: "\e114";
    position: relative;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
    top: 4px;
}
.uk-active.uk-accordion-title:before{
    content: "\e113";
}
.rsform-block-capcha{
    padding: 10px 0px;
    min-height: 98px;
}
.icon-chevron-right{
    display: none;
}
.input-sm {
    height: auto;
}