
@font-face {
    font-family: 'banner';
    src: url('../fonts/bpg_banner_caps_alpha.woff');
    font-weight: normal;
    font-style: normal;
}
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){

}
@media(max-width:1200px){
    .slider{
        width:100%;
    }
}
@media(max-width:1280px){

}
*:lang(ka){
    font-family: banner;
}
/*---------------fixed-------------*/
.fixed-calendar-tab{
    height: 80px;
    width: 76px;
    top:300px;
    cursor: pointer;
    background-image: url('../img/calendar.png');
    background-size: cover;
    position: fixed;
    z-index:99;
}
.fixed-calendar-div{
    height:250px;
    width:244px;
    background-image: url('../img/cal.png');
    background-size: cover;
    position:absolute;
    left:100px;
    border-radius: 5px;
    display:none;
}
.fixed-chat-tab{
    height: 80px;
    width: 76px;
    top:400px;
    cursor: pointer;
    background-image: url('../img/phone.png');
    background-size: cover;
    position: fixed;
    z-index:99;
}
/*---------------header-------------*/
header{
    background-color: #FDFDFE;
}
.header-top-div {
    height: 41px;
    background-color: #26507d;
}
.header-middle-div {
    height: 206px;
    background-color: #FDFDFE;
}
.header-bottom-div {
    height: 80px;
    background-color: #26507D;
}
.lang-div{
    float: left;
}
.lang-div a{
    float: left;
    width: 25px;
    height: 16px;
    display: block;
    margin-top: 12px;
    margin-right: 6px;
}
.ge{
    background-image: url('../img/geo.jpg');
}
.en{
    background-image: url('../img/eng.jpg');
}
.social-div{
    float: left;
    margin-left:15px;
    font-size: 17px;
    padding-top: 10px;
}
.social-div  a{
    color: #fff;
    text-decoration: none;
    margin-right:4px;
}

.social-div  a:hover{
    color: #eee;
}
.size-div{
    float: left;
    cursor: pointer;
    margin-left:15px;
    font-size: 17px;
    padding-top: 10px;

}
.size-div span{
    padding-left:1px;
}
.a1{
    color:#eee;
    font-weight: 100;
}
.a2{
    color:#fff;
    font-weight: 800;
}
.a3{
    color: #ddd;
    font-weight: 100;
}
.top-menu-div{
    float: right;
    color: #fff;
    height: 41px;
}
.top-menu-div a{
    color: #fff;
    line-height: 38px;
    padding:0 15px;
}
.top-menu-div ul li a:hover{
    color: #ccc;
    background-color: #26507d;
}
.top-menu-div ul li a:focus{
    color: #ccc;
    background-color: #26507d;
}
.left-logo{
    float: left;
    background-image: url('../img/left_logo.png');
    width: 202px;
    height:175px;
    margin-top:15px;
}
.right-logo{
    float: left;
    background-image: url('../img/right_logo.png');
    width: 164px;
    height:156px;
    margin-top:15px;
}
.slogan{
    float: left;
    height:206px;
    color: #356190;
    font-size: 22px;
    padding-top: 65px;
    text-align: center;

}
.geo-slogan{
    padding: 0;
    border-bottom: 2px solid #356190;
}
.eng-slogan{
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
/*---------------top menu-------------*/
i.home-icon{
    color: #FDFDFE;
    width:80px;
    height:80px;
    text-align: center;
    font-size: 18px;
    line-height: 80px!important;
}
.menu{
    padding: 0;
   /* float: left;*/
}
.nav.navbar-nav{
    padding: 0;
    background-color: #26507D;
}
.menu a{
    height:80px;
    line-height: 80px;
    font-size:14px;
    padding:0 7px;
}
.navbar-header{
    height: 78px;
}
.menu-container{
    position: relative;
}
#navbar{
    z-index: 99999;
}
/*---------------search-------------*/
.search-div{
    z-index: 9999;
    position: absolute;
    right:0;
    top:0;
}
.search-div input{
    height:30px;
    width:190px;
    border:none;
    text-indent: 15px;
    border-radius: 15px;
    outline:none;
    margin-top:24px;
    float: right;
    z-index: -1;
}
.search-div button{
    height:30px;
    width:30px;
    border:none;
    outline:none;
    border-radius: 15px;
    margin-top:24px;
    margin-left:-35px;
    float: right;
    font-size:16px;
    color: #26507d;
    background-color: transparent;
    z-index: 1;
    padding-right: 22px;
}
.search-div button:focus{
    outline:none!important;
}
.search-div button:active{
   box-shadow: none;
}
.search-results-div{
    position: absolute;
    top:110%;
    left:0;
    right:0;
    background-color: #fff;
    color: #0d3764;
    z-index: 999;
    border-radius: 3px;
    display: none;
}
.search-result{
   margin: 5px 5px;
}
/*---------------slider-------------*/
.slider-div{
    padding:0px 1px;
    width:100%;
    height:400px;
}
.slider{
    float:left;
    padding: 0;
    padding-right: 2px;
    z-index: -1;
}
.slider img{
    height:400px!important;
    width:auto;
}
.slider-img{
    height:393px!important;
    width:auto;
    background-size: cover;
}
.carousel-indicators{
    text-align: right;
}
.carousel-caption{
    text-align:left;
}
.left.carousel-control{
     width:30px;
     height:47px;
     top:50%;
     left:5%;
     margin-top:-23px;
     background-image: url('../img/left.png');
 }
.right.carousel-control{
    width:30px;
    height:47px;
    top:50%;
    right:5%;
    margin-top:-23px;
    background-image: url('../img/right.png');
}
.slider-more{
    height:40px;
    line-height: 27px;
    border-radius: 20px;
    background-color: #fff;
    color:#3d76a3;
    padding-left:20px;
    padding-right:40px;
    background-image: url('../img/slider-more.png');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 5px top 5px;

}
/*      featured         */
.featured-left-div img{
    width:100%;
    height:195px;
}
.featured-div{
    padding: 0;
    z-index: -1;
}
.featured-left-div div{
    position: relative;
    margin-bottom:2px;
    margin-right:1px;
    width:100%;

}
.featured-left-div{
    float: right;
    padding: 0;
}
.featured-left-div div:first-child{
    margin-top:1px;
}

.featured-right-div img{
    width:100%;
    height: 130px;

}
.featured-right-div{
    padding: 0;
}
.featured-right-div div{
    position: relative;
    margin:1px;
    width:100%;
}
div.featured-header{
    position: absolute;
    top:5px;
    left:15px;
    width:auto;
    height: 30px;

}
.featured-header a{
    color:#fff;
    text-decoration: none;
}
.featured-header a:hover{
    text-decoration: none;
}
.featured-right-div{

}
/*---------------circles-------------*/
.circles{
    margin-top: 40px;
}
.circles div{
    transition: all 0.5s ease;

}
.circles a div{
    transition: all 0.5s ease;
    margin:19px;
}
.circles h2{
    font-size: 17px;
    color: #3a3a3a;
    text-align: center;
}
.circles h2:hover{
    color: #666;
}
.circle-1,.circle-2,.circle-3,.circle-4,.circle-5{
    background-color: #eee;
    height: 170px;
    width:170px;
    border-radius: 85px;
    margin:0;
}
.circle-1 i,.circle-2 i,.circle-3 i,.circle-4 i,.circle-5 i{
    height: 170px;
    width:170px;
    font-size: 50px;
    line-height: 170px;
    text-align: center;
    color:#575757;
    transition: all 0.5s ease;
}
div.circle{
    margin: 0!important;
}
.circle:hover > i{
    color:#ffffff;
}
.circle:hover{
    background-color:#26507d;
}
/*--------------- detail news-------------*/
.news-detail-div{
    float:left;
    margin-bottom:30px;
}
.news-detail-text{
    padding-bottom:15px;
    border-bottom:1px solid #ccc;
}
.news-detail-share {
    float:left;
    padding-top: 8px;

}
.news-detail-date{
    margin:10px;
    color:#50769f;
}
.news-detail-img{
    float:left;
    width:auto;
    margin-right: 10px;
}
/*---------------contact-------------*/
.contact-header{
     text-align: center;
    font-size:20px;
}
.contact-header span{
   position: relative;
}
.contact-header span div{
    position: absolute;
    height:2px;
    width:60px;
    background-color: #c1c1c1;
    left:50%;
    top:130%;
    margin-left:-30px;
}
.contact-left-div{
    margin-top:50px;
}
.contact-left-div i{
    color:#696969;
}
.contact-text-div{
    margin-bottom: 30px;
    width:80%;
}
.contact-phone-div, .contact-address-div, .contact-mail-div,.contact-index-div{
    margin: 6px 0;

}
.contact-right-div{
    margin-top:30px;
}
.contact-form-header{
    font-size: 18px;
}
.contact-form-header i{
    margin-right: 8px;
}
.contact-right-div div{
    margin-top:6px;
}
.contact-right-div input{
   width:70%;
    border:1px solid #c1c1c1;
    height:30px;
    text-indent: 5px;
}
.contact-right-div textarea{
    width:70%;
    border:1px solid #c1c1c1;
}
.contact-form-submit{
    width:70%;
}
.contact-right-div button{
    float: right;
}
/*--------------- news page -------------*/
.news-category-div{
    margin-bottom: 40px;
}
.news-category-img{
    padding: 0;
    position: relative;
}
h3.news-category-header{
    margin-top:0;
    font-size: 13px;
}
.news-category-text{
    margin-top:0;
    font-size: 13px;
}
.news-category-share{
    float:left;
    padding-top: 8px;
    border-top:1px solid #ccc;
}
.news-category-text{
    margin-bottom:15px;
    font-size: 11px;

}
.news-category-more{
    float: right;
    font-size: 12px;
    padding: 4px 6px;
    margin-top: 7px;
}
.news-category-date{
    position: absolute;
    left:8px;
    bottom: 8px;
    background-color: #fff;
    padding:2px 5px;
    font-size: 11px;
    color: #4883b0;
    line-height: 16px;
}
/*--------------- konkursebi-------------*/
.konkurs-container{
    padding-right: 5%;
    padding-left: 5%;
}
.konkurs-div{
    margin-top:30px;
}
.konkurs-date{

}
.konkurs-text{
    font-size:12px;
    padding-bottom: 10px;
}
.konkurs-share{
    float:left;
    padding-top: 8px;
    border-top:1px solid #ccc;
}
.konkurs-more{
    float: right;
    font-size: 12px;
    padding: 6px 16px;
}
/*--------------- pagination -------------*/
.pagination{
    text-align: center;
    width: 100%;
}
.pagination a{
    padding:3px 5px;
    background-color: #e8e8e8;
    color:#1780f7;
    text-decoration: none;
    margin:0px 3px;
    border-radius: 3px;

}
.pagination a.active{
    background-color: #1780f7;
    color:#fff;
}
/*---------------right content-------------*/
.content{
    margin-top:20px;
    margin-bottom: 70px;
}

.left-content-header, .right-content-header{
    border-bottom:3px solid #b8b8b8;
    font-size:20px;
    position: relative;
    margin-bottom:30px;
}
.left-content-header div{
    height:3px;
    width: 100px;
    background-color: #356190;
    left:0;
    bottom:-3px;
    position: absolute;
}
.right-content-header div{
    height:3px;
    width: 100px;
    background-color: #e23030;
    left:0;
    bottom:-3px;
    position: absolute;
}
.content img{
    width:100%;
}

.content h3:hover{
    text-decoration: none;
    color: #3a3a3a;
}
.news-div{
    float:left;
    margin-bottom:30px;
}
.news-header{
    margin:10px 0;
    font-size:16px;
    overflow: hidden;
    color: #3a3a3a;
}
.news-img{
    position: relative;
}
.news-text{
    margin-bottom:15px;
}
.news-date{
    position: absolute;
    left:8px;
    bottom: 8px;
    background-color: #fff;
    padding:2px 5px;
    font-size: 11px;
    color: #4883b0;
    line-height: 16px;
}
.news-share {
    float:left;
    padding-top: 8px;
    border-top:1px solid #ccc;
}
.news-more{
    float:right;
}
.news-archive{
    text-align:center;
}
.news-archive a{
    background-color: #356190;
    color: #fff;
    padding:10px 20px;
    border-radius: 3px;
    text-decoration: none;
}
/*---------------poll-------------*/
.poll-div{
    margin-top: 20px;
    margin-bottom: 70px;
}
.poll-header{
    border-bottom:2px solid #b8b8b8;
    font-size:20px;
    position: relative;
    margin-bottom:30px;
}
.poll-header div{
    height:3px;
    width: 100px;
    background-color: #ffa21c;
    left:0;
    bottom:-3px;
    position: absolute;
}
.poll-q{
    margin-bottom: 10px;
}
.poll-div input{
    float:right;
}
.poll-div input, .poll-div label{
    cursor:pointer;
}
.poll-answer{
    float:right;
    font-size: 12px;

}
.poll-stat{
    font-size: 10px;
    float: left;
    color: #356190;
    text-decoration: underline;
    line-height: 31px;
    cursor: pointer;
}
.poll-stat i{
   margin-right:5px;
}
/*---------------banners-------------*/
.banners-div a img{
    width: 100%;
    margin: 15px 0;
}
/*---------------footer-------------*/
footer{
    /*height: 690px;*/
}
.map-div{
    height: 374px;
    background-color: #FDFDFE;
}
.contact-info-div{
    height: 262px;
    background-color: #464646;
}
.footer-blocks-div{
    height:185px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.footer-blocks-div div{
    margin-top:30px;
    font-weight: 100;
}
.footer-mail-div{
    padding-bottom:30px;
    border-bottom: 1px solid #666;
}
.footer-phone-div i, .footer-mail-div i, .footer-address-div i{
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.footer-menu{
    margin-top:20px;
}
.navbar-nav.justified{
    background-color:transparent;
}
.footer-menu ul li a{
    color:#fff;
    padding: 0 10px;
}
.footer-menu ul li{
    float:none;
    display: inline-block;
}
.footer-menu ul li a:hover{
    color:#ccc;
    background-color: transparent;
}
.justified {
    width: 100%; /* or your desired width */
    text-align: center;

}
.copy-div{
    height: 52px;
    background-color: #252525;
}
.copy{
    float: left;
    color:#e2e2e2;
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 17px;

}