* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family:"Verdana","Tahoma","Geneva",sans-serif;
    color: #555;
} /*CSS RESET*/

header {
    display:flex;
    height:120px;
}
.headerBanner {
    width:50%;
    height:100%;
    display:inline-block;
}
.headerBanner img {
    width:100%;
    height:auto;
    top:50%;
    position:relative;
    transform: translateY(-50%);
}
.headerContact {
    width:35%;
    height:100%;
    display:inline-block;
}
.headerContact img {
    display:block;
    margin:auto 0 auto auto;
    max-width: 100%;
    max-height: 40px;
}
.headerContact table {
    width:100%;
    top:50%;
    position:relative;
    transform:translateY(-50%);
}
.headerContact tr,.headerContact td {
    height:50%;
}
.headerSocial {
    width:15%;
    height:100%;
    display:inline-block;
}
.headerSocial table {
    width:100%;
    height:auto;
    top:50%;
    position:relative;
    transform: translateY(-50%);
}
.headerSocial div {
    display:block;
    margin:auto;
}
.fb-like {
    padding-top:5px;
}
.stay{
    position: fixed;
    width:100%;
    margin-top:-170px;
    background-color: white;
    z-index: 999;
}

#topcontent {
    margin-top:170px;
}
.content,.widecontent {
    width: 100%;
}

nav {
    width:100%;
    height:33px;
    padding-top:5px;
    display:flex;
    align-items: stretch;
}
.divider {
    width:100%;
    border:1px solid #a6a6a6;
    margin: 30px auto;
}
.navlink {
    width: 100%;
}
.navlink a, .dropdown-content a {
    width:100%;
    display:block;
    height:100%;
    line-height:2.1em;
    text-align:center;
    text-decoration: none;
    color: #a6a6a6;
    font-family:"Verdana","Tahoma","Geneva",sans-serif;
    border-right: 2px solid #a6a6a6;
    border-bottom:2px solid #a6a6a6;

}
.navlink a:hover,.dropdown-content a:hover {
    color: black;
    font-weight: bold;
    border-bottom:2px solid #a6a6a6;
}
.current-nav-page a {
    color: black;
    font-weight: bold;
}
.dropdown-content a{
    border-left: 2px solid #a6a6a6;
    width:99%;
    margin:auto;
    background-color:white;
    border-bottom: 2px solid #a6a6a6;
}
.dropdown-content{
    width:100%;
    display:none;
    background-color:white;
    z-index:1;
}
.dropdown:hover .dropdown-content {
    display:block;
}

.narrowcontent {
    width:80%;
    margin:auto;
}

footer {
    width:90%;
    text-align: center;
}
footer {
    color: #555;
    display:block;
    padding-bottom:20px;
    font-family: "Helvetica", "Arial", sans-serif;
    margin:auto;
}

#ajax-contact {
    margin:auto;
    display:flex;
    width: 70%;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}
#ajax-contact input,textarea,div,button {
}
#name,#phone{
    flex-shrink: 0.5;
    flex-grow: 1;
    margin: 0 5px
}
.g-recaptcha {
    display:flex;
    margin: 2px 2px;
    justify-content:center;
}
#email, #message {
    width: 100%;
}
#ajax-contact input,textarea,#submit {
    font-size:16px;
    line-height:28px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    background-color: #f9f9f9;
    resize:vertical;
    margin: 2px 2px;
    padding-left: 4px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
}
#submit {
    text-align: center;
    height:76px;
    flex-grow:1;
    min-width: 150px;
}
#submit:hover {
    background-color: #823EB9;
    color:white;
}
#form-messages {
    width:100%;
    margin: auto 20px;
}
#enquire-now {
    color: #823EB9;
    font-size:24px;
    margin: 10px auto;
    width: 90%;
    text-align: center;
}
#ajax-contact input:focus, textarea:focus {
    background-color: white;
}
#ajax-contact input:hover, textarea:hover {
    background-color: white;
}


.footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
}
.footer-item {
    flex: 1;
    padding: 5px;
}
.footer-item img{
    width: 80%;
}

@media screen and (min-width:581px){
    .footer-item {
        padding: 15px;
    }
}

@media screen and (max-width: 650px){ /*Mobile*/
    .headerSocial { display:none;  }
    .headerBanner {  width: 60%;  }
    .headerContact {  width: 40%;  }
    footer {
        width:95%;
        margin:auto;
    }
}

@media screen and (max-width: 650px){
    .navlink a{
        font-size: 0.5em;
        line-height: 2.7em;
        height: 20px;
    }
    nav {
        height: 23px;
    }
    #topcontent {
        margin-top: 172px;
    }
    .stay {
        margin-top: -172px;
    }
    .narrowcontent {
        width:100%;
    }
    .divider {
        margin: 10px auto;
    }
}

@media screen and (min-width: 1000px){ /*wide screen*/
    header,footer,nav,.content {
        width:1000px;
        margin:auto;
    }
    #topcontent{
        margin-top:170px;
    }
    .narrowcontent {
        width:800px;
    }
}