/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/

.WebsiteEnquireHeader {
    background:#444;  
    color:#fff;
    text-transform:uppercase;
    overflow:hidden;
    padding: 10px 15px;
    font: 23px museo_sans700, arial, helvetica, sans-serif;
    margin-bottom: 5px;
    text-align: left;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

.WebsiteEnquireHeader span{
    color:#000;
    text-shadow: 0 2px 0 rgba(0,0,0,.5);
    background: 
}

.WebsiteEnquirePanel {
    width:100%;
    display:inline-block;
    float:left;    
    background: #fff;
    padding:0px;
    border: 1px solid #e6e6e6;
}


.WebsiteEnquirePanel div {
    width:100%;
    
}
.WebsiteEnquiry{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    padding:10px;
}

.WebsiteEnquiry .enquiryHeader {
    display:none;
}

.WebsiteEnquiry input {
    width:100%;
    padding:5px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom:5px;
    border-radius:0;
    border:0;
    font-size:.9em;
    border: 1px solid #e6e6e6;
}
    

.WebsiteEnquiry input:focus {
    color:#000;
    transition:.3s;    
}

.WebsiteEnquiry select {
    width:100%;
    padding:5px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom:5px;
    border-radius:0;
    border:0;
    font-size:.9em;
    border: 1px solid #e6e6e6;
}

.WebsiteEnquiry select:focus {
    color:#000;
    transition:.3s;    
}

.WebsiteEnquiry textarea {
    width:100%;
    padding:5px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom:5px;
    border-radius:0;
    border:0;
    height:80px;
    font-size:.8em;
    font-family:arial;
     border: 1px solid #e6e6e6;
   
}

.WebsiteEnquiry textarea:focus {
    color:#000;
    transition:.3s;    
}

.WebsiteEnquiry .button {
    width:100%;
    height: auto;
    background:#f22f2f;
    border-radius:0px;
    color:#fff;
    font: 16px museo_sans700, arial, helvetica, sans-serif;
    transition:.3s;    
    cursor:pointer;
    -webkit-appearance: none;
    margin-bottom: 0px;
    padding: 8px 0;
    text-transform: uppercase;
}

.WebsiteEnquiry .button:hover {
    background:#111;
    transition:.3s;
    color:#fff;
}

.WebsiteEnquiry .button:focus {
    color:#fff;
}

.mobileBottomEnquire {
    position:absolute;
    bottom:59px;
    right:18px;
    cursor:pointer;
}


.Required{
     color:#bbb;
     font:11px 'Helvetica Light', arial, helvetica, sans-serif;
     margin: 0px 0px 5px;
    }



.box{   padding: 0px;
        display: none;
        margin-top: 0px;
    }
    
.box input{background: #FFFFA0}

@media (max-width:600px){
    
    #formPlace {
        width:100%;
        margin:0;
    }
    .WebsiteEnquirePanel {
        width:100%;
    }
}


