.first-slide {
    position: relative;
    background-color: #000;
}

.vodka_holder {
    position: absolute;
    left: 50%;
    top: 57%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 1;
}

.preloader_header, .menu_bar {
    background-color: #2a3e59;
}


.logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 180px;
}

.bottom-water-sep{
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 150px;
    width: 100%;
    background: url('../assets/images/top_bg.jpg');
}

.menu-backcolor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 146px;
    background-color: #2a3e59;
}

.cbp-spmenu{
    background-color: #2a3e59;
}

.m-top-50 {
    margin-top: 50px;
}

.iconbox_content img {
    width: 70%
}

.review_content {
    text-align: center;
}

.

@media (max-width: 1199px){
    .menu-backcolor {
        height: 122px;
    }
}

@media (max-width: 767px){
    .menu-backcolor {
        height: 108px;
    }
    .iconbox_content {
        text-align: center;
    }
    .iconbox_content img {
        width: 50%
    }
}