s


.contact-box input[type=text], .contact-box textarea{
    margin-left: 10px;
    border: none;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(20,20,20,0.5);
    box-shadow: inset 1px 1px 3px 0px rgba(20,20,20,0.5);
    padding: 3px 5px;
}

.contact-box textarea{
    width: 350px;
    max-width: 350px;
    min-width: 350px;
    max-height: 120px;
    min-height: 120px;
    height: 120px;
    outline: none!important;
}


.contact-box h2{
    font-size: 20px;
    color:#09b1fd;
    font-weight: bold;
    margin:10px;
}

.subject-content{
    float: left;
    display: block;
    height: 30px;
    padding-top: 6px;
}

.contact_ok{
    display: block;
    float: left;
    margin: 0px 20px;
    cursor: pointer;
    font-weight: normal!important;
}

.contact_cancel{
    display: block;
    float: left;
    cursor: pointer;
    font-weight: normal!important;
}
.contact-box label.error{
    width: 100%;
    display: block;
    padding-left: 10px;
    padding-top: 5px;
    color:red;
    font-size: 12px;
}

.favorite_contact{
    font-size: 22px;

    position: absolute;
    right: 0;
    margin-top: 10px;
}

.contact-box{
    position: fixed;
    top: 15%;
    left: 50%;
    margin-left: -350px;
    width: 700px;
    margin-top: 60px;
    background: #ebebeb;
    min-height: 120px;
    box-shadow: 1px 1px 11px #000000;
    z-index: 100;
    display: none;
    color: #09b1fd;
    padding: 20px;
    box-sizing: border-box;
}

.contact-box table{
    width: 60%;
    margin: auto;
}

.contact-box td{
    padding:5px;
    font-weight: bold;
}

.contact-box-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background-color: rgba(20,20,20,0.5);
    display: none;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
}
.footer{
    background: black;
    width: 100%;
    min-height: 100px;
   /* position: relative;
    overflow: hidden;
*/}

.place-container{
    margin-top: 30px;
    height: 50px;
    width: 100%;
    overflow: hidden;
    color: white;
    line-height: 140%;  
}

.icon{
    width:40px;
    height: 100px;
    float: left;
    background-position: left center;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    color: white;   
    font-family: PT Sans;
    overflow: hidden;
    text-overflow: ellipsis;   
    box-sizing: border-box;
}

.footer-menu a{
    color: white;
    font-size: 18px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;   
}
.call-message{
    cursor: pointer;
}
.footer-menu a:hover{
    color: #595959;
    text-decoration: none;
    
}
.i_mail{
    background-image: url('../themes/default/img/icons/mail.png');
    padding-top: 40px;
}

.i_phone{
    background-image: url('../themes/default/img/icons/phone.png');
}

.i_place{
    background-image: url('../themes/default/img/icons/place.png');
}

.footer .grid_12 {
    position: relative;
    height: 100%;
}

@media screen and (max-width: 1440px){

   .footer-menu a{
        font-size: 16px!important;
    }

}


@media screen and (max-width: 1280px){

   .footer-menu a{
        font-size: 14px!important;
    }

}

@media screen and (max-width: 1280px){

    .icon{
        font-size: 14px;
    }

}

.copyright{
    color: white;
    font-size: 14px;
    padding: 20px;
}