/*Quotation form*/
.quotation-page {
    max-width: 960px;
}

.catalog-content {
    padding-top: 0px !important;
    border-left: 20px solid #757575;
}

.quotation-page.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.header {
    height: 13px;
    background-color: #757575;
}

.quotation-header {
    width: 100%;
    float: left;
    align-items: center;
    display: inline-flex;
    justify-content: space-between;    
    background-color: #A2C4D5;
    border-left: 10px solid #959595;
    margin-top: 13px;
}

.logo .img-responsive {
    max-width: 100%;
}

.logo img{
    max-width: 250px;
    max-height: 200px;
    margin: auto;
}

.logo a img,
.social-header a img {
    vertical-align: baseline
}

.banner {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-bottom: 35px solid #959595;
    border-top: 35px solid #959595;
}

.banner img {
    max-width: 720px;
    max-height: 180px;
    width: 100%;
}

.quotation-content {
    float: left;
    width: 100%;
    padding-top: 25px;
}

.header-social {
    margin-right: 15px;    
    float: right;
    text-align: right;
    display: -webkit-flex;    
}

.social-image {
    display: inline-block;    
    position: relative;
    bottom: -23px;
    margin-right: 2px;
}

.social-image-catalog {
    margin-top: 12px;
}


@media (max-width: 768px) {
    #block-bootstrap-content{
        margin-top: 0px !important;
    }
    
    .logo img{
        max-width: 200px;
        max-height: 150px;
    }

    .banner {
        border-bottom: 20px solid #959595;
        border-top: 20px solid #959595;
    }
}


@media (max-width: 524px) {
    .quotation-header {
        border-left: 5px solid #959595;
    }
    
    .logo img{
        max-width: 150px;
        max-height: 100px;
    }

    .banner {
        border-bottom: 10px solid #959595;
        border-top: 10px solid #959595;
    }
    
    .social-image {
        bottom: -16px;
    }

    .quotation-content {
        padding-top: 10px;
    }
}