.header-main{
    width: 70px !important;
    position: fixed;
    top: 30%;
    z-index: 99;
    right: 20px;
    background: #006cb7;
}
.top-header .container > ul li{
    display: block;
}
.container{
    width: 100%;
}
@media screen and (max-width:750px){
    .header-main{
        display: none;
    }
}
.menu-block{
    top: 0;
    background: #fff;
}
#navigation{
border-bottom: 4px solid #90989f;
}
.ow-navigation{
    border-bottom: none;
}
.col-md-2 .ak_l li{
    margin-bottom: 42px !important;
}
.col-md-2 .ak_l li:last-child{
    margin-bottom: 0 !important;
}
.footer-main .detail-box p{
    line-height: 35px;
    padding: 0;
    margin-bottom: 0;
    color: #ccc;
}
textarea{
    resize: none !important;
}
#photo-slider .item h1 span{
    color: #37a2ed;
}