﻿/* Add here all your CSS customizations */

.bg-white-1 {
    background: url("../image/bg-white.jpg");
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.bg-blue-1 {
    background: url("../image/bg-blue.jpg");
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.contact-bg {
    background: url("../image/contact-bg.jpg");
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
}

.social-icons li.social-icons-facebook a {
    background: #3b5a9a !important;
    color: #fff !important;
}

.social-icons li.social-icons-youtube a {
    background: #c3191e !important;
    color: #fff !important;
}

.social-icons li.social-icons-instagram a {
    background: transparent!important;
    color: #fff !important;
}

.page-header {
    background-color: #eee !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-height: auto !important;
}

@media (min-width: 1200px) {
    .container-lg {
        max-width: 1440px;
        width: 1440px;
    }
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

@media (min-width: 992px) {
    .fs-18 {
        font-size: 18px !important;
    }

    .fs-24 {
        font-size: 24px !important;
    }

    .fs-48 {
        font-size: 48px !important;
    }

    #header .header-nav-main nav > ul > li > a {
        font-size: 18px !important;
        color: #333 !important;
    }
}

@media (max-width: 992px) {
    .bg-white-1 {
        background-repeat: repeat !important;
    }

    .bg-blue-1 {
        background-repeat: repeat !important;
    }
}

.v30-contact {
    position: fixed;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    padding: 50px 0;
    height: 482px;
    box-sizing: border-box;
    z-index: 99;
}

.v30-contact-item-block:nth-child(1) {
    top: 50px;
}

.v30-contact .transition {
    transition-duration: .8s;
}

.v30-contact-item-block {
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, .4);
    border-left: 3px solid #60aa47;
    box-sizing: border-box;
}

.transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.v30-contact-in:before {
    content: "";
    background-color: rgba(96, 170, 71, .8);
    position: absolute;
    height: 100%;
    width: 0;
    transition: all .8s ease;
}

.v30-contact-in-fb:before {
    background-color: rgba(24, 119, 242, .8);
}

.v30-contact-in-fb {
    border-left: 3px solid #1877F2 !important;
}

.v30-contact-in-lk:before {
    background-color: rgba(124, 74, 58, .8);
}

.v30-contact-in-lk {
    border-left: 3px solid #7c4a3a !important;
}

.v30-contact-in-yb:before {
    background-color: rgba(255, 22, 31, .8);
}

.v30-contact-in-yb {
    border-left: 3px solid #FF161F !important;
}

.v30-contact-item {
    width: 100%;
    height: 100%;
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.img-block {
    margin: 0 auto;
    display: block;
}

.img-block img, .img-block svg {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

fieldset, img {
    border: 0;
}

.v30-contact-item-p {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0 !important;
    line-height: 17px;
}


.v30-contact-item-in {
    height: 100%;
    display: none;
    position: relative;
    z-index: 100;
    overflow: hidden;
}


.v30-contact .transition {
    transition-duration: .8s;
}

.v30-contact-item-in-p {
    color: #fff;
    text-align: center;
    line-height: 68px;
    height: 68px;
    white-space: nowrap;
}

.transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.v30-contact-in.cur {
    width: 165px;
    background-color: transparent;
}

.v30-contact-in.cur:before {
    width: 100%;

}

.v30-contact-in.cur .v30-contact-item {
    display: none;
}

.v30-contact-in.cur .v30-contact-item-in {
    width: 100%;
    display: block;
}
