.header{
    background: #bdbe93;
}
.second-line{
    height: 50px;
    background: #84a05f;
}
.header-row{
    padding-top: 5px;
}
.logo-col{
    padding-top: 10px;
}
.header-text{
    padding-top: 5px;
}
.header-text p{
    /* padding-top: 8px; */
    margin-bottom: 0px;
    font-size: 15px;
    font-family: bpg_nino_mtavruli_bold;
    text-align: center;
}
.header-text p:nth-child(2){
    color:  #337ab7;
    font-size: 20px;
}

.nav-col{
    padding-top: 28px;
}
.nav>li>a:hover{
    color: #fff;
    background-color: #337ab7;
}
.nav-col ul li a{
    font-size: 17px;
    color: #000;
    font-family: bpg_nino_mtavruli_bold;
    padding-bottom: 7px;
}
.lang{
    padding-top: 36px;
    padding-left: 0;
}
.lang li{
    display: inline-block;
    margin-right: 10px;
}
.lang li img{
    width: 30px;
}
.body{
    padding-top: 10px;
}
/* cycle- */
.slideshow {
    height: 340px;
    width: 100%;
}
.slideshow img{
    max-width:  100%;
    max-height: 100%;
}
.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
}
.small-nav{
    background: #556159;
    padding: 5px;
    font-family: bpg_nino_mtavruli_bold;
}
.small-nav ul{
    margin-bottom: 0;
}
.small-nav li a{
    font-size: 17px;
    color: #fff;
    padding: 8px;
}
.small-nav li{
    display: inline-block;
    margin-right: 10px;
}
.small-nav li a:hover{
    border-top: 5px solid #84a05f;
    background: #fff;
    color: #000;
    padding-top: 2px;
    text-decoration: none;
}