/* Directions */
.test-mode{
    width: 100%;
    display: block;
    color: #ecdb3b;
    margin-bottom: 5px;
    font-size: 16px;
}
.directions{
    overflow: hidden;
    padding: 0;
}
.directions-home__main{
    padding-top: 5px;
}
.directions-home{
    
}
.directions-item{
    width: 20%;
    float: left;
    text-align: center;
    background: #fff;
    height: 230px;
}
.directions-item:nth-child(2n){
    background: #1d1d1e;
}
.directions-item a{
    color: #030C11;
}
.directions-item:nth-child(2n) a{
    color: #fff;
}
.directions-item img{
    padding: 25px 0;
}
.directions-item h2{
    font-size: 16px;
    margin: 5px 0;
    padding: 0 15px;
    line-height: 20px;
}
.directions-item:hover img{
    -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/* News Home*/
.news{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}
.news-home__main{
    padding-top: 0;
}
.news-home{
    margin: 0 -10px;
}
.news-home .row-news{
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.news-home .row-news .col-news{
    background: #fff;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.news-home .row-news .col-news .news-item__image{
    width: 100%;
    height: 215px;
    overflow: hidden;
}
.news-home .row-news .col-news .news-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news-home .row-news .col-news .news-item__content{
    height: 160px;
    padding: 20px;
    position: relative;
}
.news-home .row-news .col-news .news-item__content h2{
    margin: 0;
    color: #1d1d1e;
    font-size: 21px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-home .row-news .col-news .news-item__content p{
    font-size: 16px;
    color: #515151;
}
.news-home .row-news .col-news .news-item__content .news-view__date{
    position: absolute;
    bottom: 15px;
}
.news-home .row-news .col-news .news-item__content .news-view__date span{
    margin-right: 20px;
    color: #a3a3a3;
    font-size: 18px;
}
.news-home .row-news__mid{
    width: 40%;
    float: left;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.news-home .row-news__mid .col-news__mid{
    position: relative;
    margin-bottom: 15px;
    height: 250px;
    overflow: hidden;

}
.news-home .row-news__mid .col-news__mid .news-mid__image{
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
}
.news-home .row-news__mid .col-news__mid .news-mid__image img{
    width: 100%;
}
.news-home .row-news__mid .col-news__mid .news-mid__content{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px 20px;
    background: linear-gradient(to bottom, rgba(11,55,91,0) 0%, rgba(116, 116, 116, 0.6) 50%, rgb(38, 38, 38) 100%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.news-home .row-news__mid .col-news__mid .news-mid__content h2{
    color: #fff;
    font-size: 22px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-home .row-news__mid .col-news__mid:nth-child(2) .news-mid__content h2{
    color: #fff;
}
.news-home .row-news__mid .col-news__mid .news-mid__content .news-view__date{
    
}
.news-home .row-news__mid .col-news__mid .news-mid__content .news-view__date span{
    color: #ecdb3b;
    font-size: 17px;
    margin-right: 20px;
}

.top-news__main{
    padding: 15px 0;
}
.top-news__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.top-news__col-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}
.top-news__left{
    position: relative;
    width: 100%;
    height: 550px;
    display: flex;
    overflow: hidden;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.top-news__left > a.preview-all{
    position: absolute;
    top: 30px;
    left: 30px;
    display: block;
    padding: 5px 25px 6px;
    font-size: 18px;
    background: #004339;
    color: #ffffff;
    border-radius: 30px;
    z-index: 1;
}
.top-news__left:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255,255,255,0) 100%);
}
.top-news__left > article{
    width: 100%;
    height: 100%;
}        
.top-news__left > article img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}        

.top-news__left .top-news__left-title{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    z-index: 1;
}

.top-news__left .top-news__left-title > div{
    
}

.top-news__left .top-news__left-title > div span{
    color: #ffffff;
    font-size: 17px;
    margin-right: 30px;
}

.top-news__left .top-news__left-title > h2{
    margin: 15px 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
}

.top-news__left .top-news__left-title > a{
    color: #ecdb3b;
    font-size: 17px;
    display: flex;
    align-items: center;
}
.top-news__left .top-news__left-title > a > i.fa{
    margin-left: 10px;
}

                
.top-news__right{
    
}
.top-news__right .news-right__item{
    display: flex;
    height: 170px;
    margin-bottom: 20px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.top-news__right .news-right__item:last-child{
    margin-bottom: 0;
}
.top-news__right .news-right__item > article{
    flex: 0 0 220px;
    width: 220px;
    height: 100%;
}
.top-news__right .news-right__item > article img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.top-news__right .news-right__item .news-right__item-title{
    padding: 20px 30px 20px 20px;
}
.top-news__right .news-right__item .news-right__item-title p{font-size: 16px;    height: 45px;
    overflow: hidden;}
.top-news__right .news-right__item .news-right__item-title h2{
    margin: 0;
    color: #1d1d1e;
    font-size: 21px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
        height: 55px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.top-news__right .news-right__item .news-right__item-title .news-right__item-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.top-news__right .news-right__item .news-right__item-title .news-right__item-footer  > div{
    
}
.top-news__right .news-right__item .news-right__item-title .news-right__item-footer  > div span{
    color: #a3a3a3;
    font-size: 17px;
    margin-right: 30px;
}
.top-news__right .news-right__item .news-right__item-title .news-right__item-footer  > a{
    color: #ecdb3b;
    font-size: 17px;
    display: flex;
    align-items: center;
}
.top-news__right .news-right__item .news-right__item-title .news-right__item-footer  > a > i.fa{
    margin-left: 10px;
}
/* Counters */

.counters{
    width: 100%;
    height: 300px;
    background-image: url(../images/count.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    display: flex;
    align-items: center;
}
.counters-home{
    
}
.counters-home .counters-line__top{
    height: 50px;
    margin: 0 50px;
    border: 3px solid #fff;
    border-bottom: 0;
}
.counters-home .counters-line__bottom{
    height: 50px;
    margin: 0;
    border: 3px solid #ecdb3b;
    border-top: 0;
}
.counters-home .counters-main{
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.counters-home .counters-main .item-counter{
    width: 25%;
    float: left;
    padding: 0 15px;
}
.counters-home .counters-main .item-counter > div {
    font-size: 60px;
    color: #ecdb3b;
}
.counters-home .counters-main .item-counter > h4 {
    font-size: 22px;
    margin: 5px 0;
}



/* Statics */
.pages-header{
    
}
.pages-header .header-top{
    display: block;
    width: 100%;
    padding: 0;
    background: #004339;
}
.pages-title__main{
    width: 100%;
    height: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.pages-title__main:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}
.pages-title__main .pages-title__header{
    position: relative;
    text-align: center;
    padding: 50px 0;
    color: #fff;
}
.pages-title__main .pages-title__header img{
    width: 170px;
}
.pages-title__main .pages-title__header h2{
    font-size: 48px;
}

.content-block{
    min-height: 400px;
}
.content-main-block{
    padding: 30px 0;
    margin: 0 -7.5px;
}
.content-main{
    width: 75%;
    float: left;
    padding: 0 7.5px;
}
.content-main .content{
    background: #fff;
    min-height: 200px;
    padding: 25px 25px 15px;
    font-size: 17px;
    color: #030C11;
	letter-spacing: 0.5px;
        overflow: hidden;
}
.content-main .content p{
    margin: 0 0 15px;
}
.content-main .content ul, .content-main .content ol{
    margin: 0 15px;
} 
.content-main .content li{
    margin: 0 0 10px;
}


/* sidebar */
.siderbar-main{
    width: 25%;
    float: left;
    padding: 0 7.5px;
}
.siderbar-main .sidebar-menu{
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 15px;
}
.siderbar-main .sidebar-menu h2{
    margin: 0;
    color: #ecdb3b;
    font-size: 26px;
    margin-bottom: 15px;
}
.siderbar-main .sidebar-menu ul{
    list-style: none;
}
.siderbar-main .sidebar-menu ul li{
    margin-bottom: 15px;
}
.siderbar-main .sidebar-menu ul li a{
    font-size: 18px;
    color: #030C11;  
    line-height: 18px;  
}
.siderbar-main .sidebar-menu ul li.active a, .siderbar-main .sidebar-menu ul li a:hover{
    color: #B2B2B2;
}

.sidebar-news{
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 15px;
}
.sidebar-news .sidebar-new__title{
    
}
.sidebar-news .sidebar-new__title h2{
    font-size: 26px;
    color: #d2c988;
    margin: 0 0 15px 0;
}
#news-carousel{
    overflow: hidden;
}
#news-carousel .item{
    
}
#news-carousel .item a{
    
}
#news-carousel .item a .side-news__image{
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
#news-carousel .item a .side-news__image:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
   
}
#news-carousel .item a .side-news__image img{
    width: 100%;
}
#news-carousel .item a h2{
    font-size: 16px;
    width: 100%;
    color: #1d1d1e;
    margin: 10px 0 5px;
    line-height: 19px;
}
#news-carousel.owl-theme .owl-dots .owl-dot{
    outline: none;
}
#news-carousel.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    outline: none;
    margin: 2px 5px;
    background: transparent;
    border: 1px solid #ecdb3b;
}
#news-carousel.owl-theme .owl-dots .owl-dot.active span, #news-carousel .owl-theme .owl-dots .owl-dot:hover span{
    background: #ecdb3b;
}

.sidebar-calendar{
    padding: 20px 30px;
    background: #fff;
}
.sidebar-calendar .calendar-main{
    height: 240px;
}
.sidebar-calendar .calendar-main #calendar-container{
   
}
.sidebar-calendar .pika-lendar {
    float: left;
    width: 100%;
    margin: 0;
}
.sidebar-calendar .pika-single{
    border: 0;
}
.sidebar-calendar .pika-button{
    background: #fff;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
}
.sidebar-calendar .pika-button:hover,.sidebar-calendar .pika-row.pick-whole-week:hover .pika-button{
    background: #ecdb3b;
    box-shadow: none;
}
.sidebar-calendar .is-selected .pika-button,.sidebar-calendar .has-event .pika-button{
    background: #ecdb3b;
    box-shadow: none;
}
.sidebar-calendar .is-today .pika-button {
    background: #ecdb3b;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}



/* News view */
.news-view__content .images-block__news{
    width: 450px;
    float: left;
    margin: 0 20px 20px 0;
}
.news-view__content .images-block__news .sp-slides-container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.news-view__content .images-block__news .sp-button {
    width: 12px;
    height: 12px;
    border: 1px solid #1d1d1e;
}
.news-view__content .images-block__news .sp-selected-button {
    background-color: #1d1d1e;
}
.content .news-view__title{
    
}
.content .news-view__title h2{
    font-size: 28px;
    color: #1d1d1e;
    line-height: 29px;
    margin: 0 0 20px 0;
}
.news-footer{
    
}
.news-footer .date-share-main{
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 15px;
}
.date-share-main ul.list-unstyled{
    margin: 0;
    float: left;
}
.date-share-main ul.list-unstyled li {
    float: left;
    margin: 0;
    margin-right: 25px;
    color: #ecdb3b;
}
.news-footer .date-share-main .share{
        float: right;
}
.news-footer .date-share-main .share p{
    float: left;
    margin: 0 10px;
    color: #ecdb3b;
}
.news-footer .date-share-main .share div.osg{
    float: right;
}


/* Residents */
.content-main .content-residents{
    background: #f9f9f9;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}
.resident-container{
    margin: 0 -7.5px;
}
.resident-container .r-item{
    width: 25%;
    padding: 0 7.5px;
    float: left;
    height: 180px;
    margin-bottom: 15px;
}
.resident-container .r-item a{
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    padding: 15px 15px;  
}
.resident-container .r-item a .r-logo{
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 65%;
    transform: translateY(50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.resident-container .r-item a .r-logo img{
    max-width: 150px;
    max-height: 90px;
}
.resident-container .r-item a .r-title{
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    height: 35px;
}
.resident-container .r-item a .r-title h3{
    font-size: 15px;
    color: #2f3941;
    margin: 0;
}

/* all News */
.content-main.news-main{
    padding: 0;
}
.news-main .row-news{
    width: 33.3333%;
    float: left;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}
.news-main .row-news .col-news{
    background: #fff;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.news-main .row-news .col-news .news-item__image{
    height: 214px;
	text-align: center;
}
.news-main .row-news .col-news .news-item__image img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news-main .row-news .col-news .news-item__content{
    height: 160px;
    padding: 20px;
    position: relative;
}
.news-main .row-news .col-news .news-item__content h2{
    margin: 0;
    color: #1d1d1e;
    font-size: 21px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-main .row-news .col-news .news-item__content .news-view__date{
    position: absolute;
    bottom: 15px;
}
.news-main .row-news .col-news .news-item__content .news-view__date span{
    margin-right: 20px;
    color: #a3a3a3;
    font-size: 18px;
}

/* SMI */
.content-main .content-smi{
    background: #f9f9f9;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}
.smi-container{
    margin: 0 -7.5px;
}
.smi-container .smi-item{
    width: 33.33333%;
    padding: 0 7.5px;
    float: left;
    height: 225px;
    margin-bottom: 15px;
}
.smi-container .smi-item a{
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    padding: 15px 20px;  
}
.smi-container .smi-item a .smi-logo{
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 65%;
    transform: translateY(50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.smi-container .smi-item a .smi-logo img{
    max-width: 150px;
    max-height: 90px;
}
.smi-container .smi-item a .smi-title{
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    /*height: 75px;*/
}
.smi-container .smi-item a .smi-title h3{
    font-size: 18px;
    color: #1d1d1e;
    margin: 0;
}


/* Manage */

.manages .nav-tabs>li>a {
    color: #115185;
}
.manages .nav-tabs>li.active a {
    border: 1px solid #f4f4f4;
    border-top: 3px solid #115185;
    border-bottom-color: transparent;
    background-color: #fff !important;
}
.manages {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 20px;
}
.manages:last-child {
    margin-bottom: 0;
}
.manages .nav-tabs>li>a {
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    border-bottom-color: transparent;
}
.manages .nav-tabs>li>a:hover {
    border-top: 3px solid #1c6123;
}
.manages .nav-tabs>li {
    margin-bottom: -2px;
}
.manages .nav-tabs {
    border-bottom-color: #f4f4f4;
    padding-left: 0;
    margin: 0!important;
}
.manages ul.nav-tabs:before {
    content: '';
    display: table;
}
.manages ul.nav-tabs:after {
    content: '';
    display: table;
    clear: both;
}
.manages .tab-content {
    padding: 15px;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 0;
}
.manage-img {
    float: left;
    margin-right: 15px;
}
.manage-img img{width:200px;}
.manage-career {
    margin: 10px 0;
    font-size: 18px;
    color: #000;
}
.manage-name {
    margin: 0 0 20px 0;
    color: #1c6123;
    font-size: 22px;
}
.manage-content p {
    margin-bottom: 0 !important;
    line-height: 1.6;
}


/* Pagination */
.pagination-main{
    text-align: center;
}
.pagination{
    
}
.pagination ul{
    list-style: none;
}
.pagination ul li{
        float: left;
}
.pagination ul li a{
    font-size: 20px;
    padding: 0 7.5px;
}
.pagination ul li.active a{
    color: #d2c988;
}
.pagination ul li.page a{
    color: #2f3941;
}
.pagination ul li.page a:hover{
    color: #d2c988;
}



/* */
.mm-menu {
    background: #004339;
    border-color: #1a4f47;
    color: #fff;
}
.dl-menu_hambergur{
    position: relative;
    z-index: 1;
    display: block;
    cursor: pointer;
}
.dl-menu_hambergur span{
    display: block!important;
    width: 25px;
    height: 3px;
    margin-bottom: 4px;
    position: relative;
    
    background: #fff;
    border-radius: 3px;
    
    z-index: 1;
    
    transform-origin: 4px 0px;
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;

}
.dl-menu_hambergur span:nth-child(2){
    
}
.dl-menu_hambergur span:first-child{
     transform-origin: 0% 0%;
}
.dl-menu_hambergur span:nth-child(2){
    transform-origin: 0% 100%;
}
#close-button {
    /* font-size: 16px; */
    /* color: #fff; */
    /* position: absolute; */
    right: 0;
    top: 15px;
    position: absolute;
    z-index: 1;
    display: block;
    cursor: pointer;
    float: right;
    height: 25px;
    margin: 0 7px 0 0;
}
.dl-menu_hambergurX span{
    display: block!important;
    width: 25px;
    height: 3px;
    margin-bottom: 4px;
    position: relative;
    
    background: #fff;
    border-radius: 3px;
    
    z-index: 1;
    
    transform-origin: 4px 0px;
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
  
}
.dl-menu_hambergurX span:nth-child(3){
    opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.dl-menu_hambergurX span:first-child{
     transform-origin: 0% 0%;
}
.dl-menu_hambergurX span:nth-child(2){
    transform: rotate(-45deg) translate(0, -1px);
    top: 13px;
    right: 3px;
    position: absolute;
}

.mm-panel_has-navbar {
    padding-top: 50px;
}
.mm-navbar>* {
    box-sizing: border-box;
    display: block;
    padding: 15px 0;
}
.mm-navbar{
    height: 50px;
}
.nav.navbar-nav {
    padding: 0 0;
    height: auto;
}
.mobile-dev{
    display: none;
}
.mm-listitem {
    position: relative;
    font-size: 18px;
    font-family: Effra, sans-serif;
}
.mm-listitem>a, .mm-listitem>span {
    white-space: pre-wrap;
}
/*.social-mobile.social{
    position: relative;
    display: inline-block;
    margin: 0;
    margin-top: 40px;
    right: 0;
    left: 0;
    text-align: center;
    width: 100%;
}*/
.social-mobile.social {
    position: relative;
    display: inline-block;
    margin: 15px 0;
    right: 0;
    left: 0;
    text-align: left;
    width: 235px;
    padding: 0 5px;
    float: left;
}
.mm-panels {
    overflow: hidden;
    margin-top: 75px;
}
.language-mobile{
    text-align: center;
    width: 100%;
    display: block;
        overflow: hidden;
}
.language-mobile > a {
    margin: 0 8px;
}
#dl-menu span.contact-info{
    position: absolute;
    top: 365px;
    padding: 0 20px;
}
html body .tabs .nav-tabs a, html.dark body .tabs .nav-tabs a, html body .tabs .nav-tabs a:hover, html.dark body .tabs .nav-tabs a:hover {
    color: #1c6123;
}
html body .tabs .nav-tabs li.active a, html.dark body .tabs .nav-tabs li.active a {
    border-top-color: #1c6123;
    color: #1c6123;
}
.konkurs .nav-tabs{border: 0;margin: 0 !important; float: left;}
.konkurs .tabs {}
.konkurs .tab-content>.tab-pane{padding-top: 15px;}
.tur-btn{float: right;padding: 5px 20px;border: 1px solid #1c6123; margin-top: 4px;color: #1c6123;}
.main-logo{
	width: 170px;
}



@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.mm-page__blocker {
    background: rgba(3, 2, 1, 0.72);
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.docs li {
    list-style: none;
}

.doc-img {
    float: left;
    margin-right: 7px;
}

.doc-img span {
    display: block;
    margin-top: 7px;
    font-size: 16px;
    color: #838d8f;
}

.docs img {
    width: 46px;
}

.docs {
    margin-top: 30px;
}

.docs ul {
    padding-left: 0 !important;
}

.docs li {
    float: left;
    width: 50%;
    list-style: none;
    padding-left: 0;
    padding-right: 15px;
    margin-bottom: 20px;
}

.docs h4 {
    font-size: 18px;
}

.docs a {
    font-size: 18px;
}

.docs a {
    color: #333;
}

.docs a:hover {
    color: #008dea;
}
.faq-main{
    
} 
.faq-main .panel-default>.panel-heading{
    padding: 0;
}
.faq-main .panel-default>.panel-heading .panel-title{
    padding: 12.5px 15px;
    display: block;
    font-size: 19px;
    font-family: 'Effra-Medium', sans-serif;
    color: #004339;
}




.dropdown-menu.sub-menu a {
    font-size: 18px;
}
.contact-info i {
    color: #ecdb3b;
    font-size: 19px;
    margin-right: 10px;
}
#contactMSG {
    background: #00443a;
    color: #fff;
    padding: 6px 20px;
    float: right;
}
div#captcha_contacts_button {
    background: #004439;
}
.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    background: rgba(0, 67, 57, 0.7) !important;
    transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    border-radius: 5px !important;
    padding: 10px 5px;
    top: 60px!important;
    width: 256px!important;
}
.new-navbar {
    float: left;
    position: relative;
    bottom: 0;
}
.header-left-block {
    display: flex;
    float: right;
    padding: 18px 0 17px;
    align-items: center;
}
.social .list-unstyled {
    margin: 0;
}
.home-header .header-top{
    margin: 10px 0;
}