#contact-top-wrap {
    height: 40px;
    width: 100%;
    background-color: #f7e6c6;
}

#contact-top-subwrap {
    height: 20px;
    display: block;
}

#contact-top-left {float: left;}

#contact-top-right {float: right;margin-right:8px;}

.contact-slot {
    float: left;
    margin-right: 36px;
}

#contact-top-right .contact-slot {
    float: right;
    margin-left: 0;
    margin-right: 0;
}


.contact-slot.last {margin-right: 0px;}


.click-activated a {color: #7B725D;}
.click-activated a:hover, .click-activated a:focus {
    color: #9F957E;
}

.link-icon {float: left;}

.link-text {
    float: right;
}


.link-icon.call {background-image: url("../images/icons/call.svg");}
.link-icon.fax {background-image: url("../images/icons/fax.svg");}
.link-icon.email {background-image: url("../images/icons/email.svg");}
.link-icon.maps {background-image: url("../images/icons/maps.svg");}



.call-button {
    font-size: 15px;
    text-transform: uppercase;
}

.click-call-button-wrap {
    background-color: #f7e6c6;
    width: 100%;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}



.click-call-button-slot {font-weight: normal;}

.call-button .link-icon {
    margin-left: 12px;
}


.click-call-button-wrap:hover, .click-call-button-wrap:focus {
    background-color: #fcf5e8;
}


#header-call-button-wrap {
    width: 100%;
    margin-bottom: 8px;
    display: none;
}


#header-call-button {
    width: 164px;
    float: right;
}








@media (min-width: 20px) {

    #contact-top-subwrap {
        height: auto;
        display: block;
        padding: 10px 0px 8px 8px;
        font-size: 0.8em;
    }

    #contact-top-left .slot3 {margin-top: 6px;}
    .contact-slot {float: left;margin-right: 20px;}
    .contact-slot.inside {float:right; margin-right: 20px;}


    #contact-top-left .slot2 {display:none;}
    #contact-top-left .slot3 {display:none;}


    .call-button .link-text {display: block; font-size: 12px;}
    .call-button .link-icon {margin-left: 17px;}

    #contact-top-right {display: none;}

    .link-text {margin-left: 3px;}

    .link-icon {
        width: 18px;
        height: 18px;
        background-size: 18px;
    }

    #header-call-button {
        float: right;
        margin-top: -36px;
        margin-left: 70px;
        margin-right: 0px;
    }
    .click-call-button-wrap {
        width: 88%;
        height: 36px;
        float: right;
    }
}


/* for mobile 350px */
@media (min-width: 360px) {
    #contact-top-right {display: block}
}



/* for mobile 480px */
@media (min-width: 460px) {
    #contact-top-subwrap {
        font-size: 0.9em;
        padding: 10px 0px 8px 20px;
    }

    .link-text {margin-left: 8px;}
    .link-icon {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }

    .click-call-button-wrap {width: 96%;}
}


/* for mobile 600px */
@media (min-width: 600px) {
    .contact-slot {float:left;margin-right: 20px;}
    .contact-slot.inside {float:left; margin-right: 20px;}
    .contact-slot.last {float:right; margin-right: 20px;}
    #contact-top-left .slot3 {margin-top: 0px;}
    .call-button .link-text {display: block;font-size: 13px;}

    .click-call-button-wrap {width: 100%;}

    #header-call-button {
        margin-right: 0px;
    }

}




/* ipad ab 810px */
@media (min-width: 768px) {
    .contact-slot {margin-right: 36px;}
    .contact-slot.inside {margin-right: 36px;}
    .call-button .link-icon {margin-left: 12px;}

    #header-call-button {
        margin-right: 0px;
        float: right;
        margin-top: -44px;
    }

    .click-call-button-wrap {height: 44px;}


}

@media (min-width: 950px) {
    #contact-top-left .slot3 {display:block;}
}


/* for ipad 1024px landscape and bigger */
@media (min-width: 1024px) {
    #contact-top-left {width: auto;}
    #contact-top-right {float: right;margin-top:0px;}
    #contact-top-wrap {height: 40px;}
    #contact-top-left .slot2 {display:block;}
    .call-button .link-text {display: block;font-size: 15px;}
}


/* for laptops 1280px and bigger */
@media (min-width: 1200px) {


}






