﻿/* B away website, redesign January 2018 */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear { clear: both; display: block !important; }

/* Structure */

body, html {
    width: 100%;
    height: 100%;
}

/*
body > form {
    min-height: 100%;
    height: 100%;
    padding-bottom: 200px;
    box-sizing: border-box;
}
*/

#divWrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-bottom: 200px;
}
#divHeaderWrapper {
    width: 100%;
    height: 160px;
}
#divHeader {
    position: relative;
    width: 1200px;
    max-width: 95%;
    height: 100%;
    margin: 0px auto;
}
#divContentWrapper {
    width: 100%;
}
#divContent {
    width: 1200px;
    max-width: 95%;
    margin: 0px auto;
}
#divFooterWrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    /*background-color: rgb(0,148,165);*/
    /*background-color: rgb(166,133,0);*/
    /*background-color: rgb(175,128,0);*/
    background-color: rgb(120,120,120);
}
#divFooter {
    width: 1200px;
    max-width: 95%;
    height: 100%;
    margin: 0px auto;
}

/* Fonts */

body, input, select, textarea {
    font-family: 'Noto Sans', sans-serif;
}

strong, b {
    font-weight: 600;
}

input.txtPlaceholder {
    color: rgba(48,48,48,0.5);
}

/* Specific elements */
#divLogo {
    position: absolute;
    /*background-image: url('../images/baway-group-logo.svg');*/
    background-image: url('../images/baway-on-holiday.svg');
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 30px;
    height: 100px;
    left: 30px;
    right: 30px;
}

#divCall {
    position: absolute;
    /*color: rgb(0,120,134);*/
    /*color: rgb(166,133,0);*/
    /*color: rgb(175,128,0);*/
    color: rgb(120,120,120);
    top: 15px;
    right: 20px;
}

.pCall { 
    display: none;
    text-align: right;
    font-size: 2.5em;
}

body.pinner .pCall.pinner {
    display: block;
}

body.amersham .pCall.amersham {
    display: block;
}

body.chorleywood .pCall.chorleywood {
    display: block;
}

body.hazlemere .pCall.hazlemere {
    display: block;
}

body.langley .pCall.langley {
    display: block;
}

.pOpen {
    text-align: right;
    margin-top: 0.25em;
}

#divLinksWrapper {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: rgb(240,240,240);
    overflow: hidden;
}

#divLinks {
    width: 1200px;
    max-width: 95%;
    height: 100%;
    margin: 0px auto;
}

#divLinks ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#divLinks .ulLinks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#divLinks .ulLinks > li {
    display: inline-block;
    /*width: 33%;*/
    float: left;
    line-height: 50px;
    height: 50px;
}

#divLinks .ulSocial li {
    display: inline-block;
    padding: 5px 0.1em;
}

#divLinks .ulSocial li a {
    display: block;
    background-color: black;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.ulSocial .fa {
    color: rgb(255,255,255);
    transition: color 1s;
}

.ulSocial .fa-twitter:hover {
    color: rgb(0,172,237);
}

.ulSocial .fa-facebook:hover {
    color: rgb(59,89,152);
}

.ulSocial .fa-youtube-play:hover {
    color: rgb(255,0,0);
}

.ulSocial .fa-instagram:hover {
    color: rgb(251, 57, 88);
}

.ulSocial .fa-google-plus:hover {
    color: rgb(217,83,79);
}

/*<li><a href="https://twitter.com/b_away" target="_blank"><i class="fa fa-twitter"></i></a></li> <li><a href="https://www.facebook.com/BAwayCruising/" target="_blank"><i class="fa fa-facebook"></i></a>
    </li> <li><a href="https://www.youtube.com/channel/UCueqV94FPpLdXVsa93GXtHQ" target="_blank"><i class="fa fa-youtube-play"></i></a></li> 
    <li><a href="https://www.instagram.com/bawayonholiday/" target="_blank"><i class="fa fa-instagram"></i></a></li> 
    <li><a href="https://plus.google.com/u/2/100697489160131202522" target="_blank"><i class="fa fa-google-plus"></i></a></li>*/


#divLinks .ulLinks > li.liAssocs {
    text-align: center;
    height: 50px;
    display: none !important;
}

#divLinks .liPTS {
    /*display: none !important;*/
}

#divLinks .liPTS img {
    height: 40px;
    margin: 5px 10px;
    border-radius: 5px;
}
    
#divLinks .liIATA {
    /*display: none !important;*/
}

#divLinks .liIATA img {
    margin: 5px 10px;
}

#divLinks .liAssocs img {
    margin: 5px 10px;
}

#divLinks .liVirtuoso img {
    height: 40px;
    margin: 5px 0;
    border-radius: 5px;
}

#divLinks .ulLinks > li.liSignup {
    width: auto;
    float: right;
}

#divLinks .liSignup > span {
    line-height: 50px;
    vertical-align: middle;
    display: inline-block;
}

#divLinks .liSignup > p {
    font-size: 0.8em;
    line-height: 1.25;
    /*vertical-align: middle;*/
    vertical-align: top;
    margin: 8.5px 0;
    display: inline-block;
    color: rgb(255,255,255);
    /*background-color: rgb(0,148,165);*/
    /*background-color: rgb(166,133,0);*/
    /*background-color: rgb(175,128,0);*/
    background-color: rgb(120,120,120);
    padding: 0.7em 1em;
    border-radius: 5px;
    cursor: pointer;
}

/*#divLinks .liSignup input[type=text] {
    vertical-align: top;
    border-radius: 5px;
    padding: 2px;
    border: solid 1px rgba(48,48,48,0.2);
}

#divLinks .liSignup input[type=submit] {
    vertical-align: top;
    background-color: rgb(0,148,165);
    border: solid 1px rgba(48,48,48,0.5);
    padding: 2px 10px;
    color: rgb(255,255,255);
    border-radius: 5px;
}*/

#divBirdseed {
    width: 1200px;
    max-width: 95%;
    margin: 0px auto;
    color: white;
    font-size: 0.8em;
    padding: 1em;
    line-height: 1.25em;
    box-sizing: border-box;
}

#divBirdseed a {
    color: inherit;
    text-decoration: none;
}

#divBirdseed a:hover {
    text-decoration: underline;
}

#divBirdseed ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ulBirdseed > li {
    display: inline-block;
    padding-right: 3em;
    vertical-align: top;
    box-sizing: border-box;
    padding-bottom: 1em;
}

.ulBirdseed > li:last-child {
    float: right;
    text-align: right;
    margin-right: 0px;
}

.pCopy {
    display: none;
}

body.pinner .pCopy.pinner {
    display: block;
}

body.amersham .pCopy.amersham {
    display: block;
}

body.chorleywood .pCopy.chorleywood {
    display: block;
}

body.hazlemere .pCopy.hazlemere {
    display: block;
}

body.langley .pCopy.langley {
    display: block;
}

.liTerms {
    display: none;
}

body.pinner .liTerms.pinner {
    display: block;
}

body.amersham .liTerms.amersham {
    display: block;
}

body.chorleywood .liTerms.chorleywood {
    display: block;
}

body.hazlemere .liTerms.hazlemere {
    display: block;
}

body.langley .liTerms.langley {
    display: block;
}

.liPrivacy {
    display: none;
}

body.pinner .liPrivacy.pinner {
    display: block;
}

body.amersham .liPrivacy.amersham {
    display: block;
}

body.chorleywood .liPrivacy.chorleywood {
    display: block;
}

body.hazlemere .liPrivacy.hazlemere {
    display: block;
}

body.langley .liPrivacy.langley {
    display: block;
}

/* Sentori stuff */
#divSentoriWrapper {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 500;
}

.divSentori {
    position: absolute;
    width: 500px;
    /*height: 240px;*/
    height: 300px;
    padding: 20px;
    background-color: rgba(255,255,255,1);
    border-radius: 1em;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -120px;
    text-align: left;
    line-height: 1.5;
}

.divSentoriClose {
    float: right;
    font-size: 1.2em;
}

.divSentori h3, .divSentoriPage h3 {
    font-size: 1.5em;
    margin: 0.2em 0px;
}

.divSentori p, .divSentoriPage p {
    font-size: 1em;
    margin: 0.2em 0px;
    line-height: 1.5;
}

.divSentori li, .divSentoriPage li {
    margin: 0.5em 0px;
}

.divSentori li label {
    display: inline-block;
    font-size: 1em;
    width: 30%;
}

.divSentoriPage li label {
    display: inline-block;
    font-size: 1em;
    width: 200px;
}

.divSentori li input[type=text] {
    display: inline-block;
    font-size: 1em;
    width: 65%;
    padding: 0.2em 0.5em;
    border-radius: 5px;
    border: solid 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
}

.divSentoriPage li input[type=text] {
    display: inline-block;
    font-size: 1em;
    width: 300px;
    padding: 0.2em 0.5em;
    border-radius: 5px;
    border: solid 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
}

.divSentori li input[type=button] {
    background-color: rgb(0,148,165);
    border: none;
    padding: 2px 10px;
    color: rgb(255,255,255);
    border-radius: 5px;
    font-size: 1em;
    margin-left: 30%;
}

.divSentoriPage li input[type=button] {
    background-color: rgb(0,148,165);
    border: none;
    padding: 2px 10px;
    color: rgb(255,255,255);
    border-radius: 5px;
    font-size: 1em;
    margin-left: 200px;
}

#divInfo .divSentoriPage ul {
    list-style: none;
    padding: 0;
}

#divBanner {
    position: relative;
    width: 100%;
    height: auto;
}

.divBannerImage {
    width: 100%;
    height: 0px;
    padding-bottom: 35%;
    background-image: url('../images/banner-stripes.jpg');
    background-size: cover;
    background-position: center center;
}

.divBannerImageShallow {
    width: 100%;
    height: 0px;
    padding-bottom: 150px;
    background-image: url('../images/banner-stripes.jpg');
    background-size: cover;
    background-position: center center;
}

.divFlash {
    display: none;
    position: absolute;
    top: 0px;
    left: 40px;
    background-color: rgb(0,148,165);
    color: rgb(255,255,255);
    width: 100px;
    height: 70px
}

.divFlash p {
    padding: 10px 5px;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.25em;
}

.divFlash:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #0094a5;
}

.divSites {
    width: 100%;
    height: 50px;
    /*background-color: rgb(0,148,165);*/
    /*background-color: rgb(166,133,0);*/
    /*background-color: rgb(175,128,0);*/
    background-color: rgb(120,120,120);
}

.divSites ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 50px;
    color: rgb(255,255,255);
    text-align: right;
}

.divSites ul li {
    display: inline-block;
    padding-right: 1.5em;
    vertical-align: top;
}

.pOurSites {
    font-size: 1.2em;
}

.divSites ul li a {
    display: block;
    margin-top: -28px;
}

.divLinkCircle {
    position: relative;
    width: 100px;
    height: 100px;
    /*top: -28px;*/
    border-radius: 50%;
    border: solid 2px rgb(255,255,255);
    overflow: hidden;
}

.divLinkCircle div {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0,148,165);
    background-position: center center;
    background-size: cover;
    transform: scale(1,1);
    transition: transform 10s;
}

.divSites ul li a:hover .divLinkCircle div {
    transform: scale(1.5,1.5);
}

.divLinkCircle p {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(48,48,48,0.3);
    color: rgb(255,255,255);
    opacity: 0;
    transition: opacity 0.5s;
    text-align: center;
    text-decoration: none;
    line-height: 100px;
}

.divSites ul li a:hover .divLinkCircle p {
    opacity: 1;
}

.linkHotels div {
    background-image: url('../images/link-hotels.jpg');
}

.linkLuxury div {
    background-image: url('../images/link-luxury.jpg');
}

.linkCruises div {
    background-image: url('../images/link-cruises.jpg');
}

.linkBusiness div {
    background-image: url('../images/link-business.jpg');
}

#divMain {
    padding: 0px 0px 3em 0px;
}

.ulMain {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ulMain li {
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
}

.ulMain .liBranches {
    width: 24%;
}

.ulMain .liMiddle {
    width: 50%;
    padding: 3em;
    line-height: 1.5em;
}

.ulMain .liBrochure {
    width: 24%;
    padding-top: 3em;
    text-align: center;
}

.ulMain .liBranches > p {
    text-align: center;
    margin: 3em 0 0 0;
    line-height: 1.5;
}

.ulMain .ulBranches {
    text-align: center;
    font-size: 0.9em;
}

.ulMain .ulBranches li {
    margin-top: 1em;
    width: 12em;
    /*height: 10em;*/
    padding: 1em 0.5em;
    border-radius: 30px;
    color: white;
    /*background-color: rgb(0,148,165);*/
    /*background-color: rgb(166,133,0);*/
    /*background-color: rgb(175,128,0);*/
    background-color: rgb(120,120,120);
}

.ulMain .ulBranches li p {
    vertical-align: middle;
    display: inline-block;
    line-height: 1.25;
}

.ulMain .ulBranches li p a {
    color: inherit;
    font-size: 1.5em;
}

.ulMain .ulBranches li span {
    vertical-align: middle;
    display: inline-block;
    width: 1px;
    height: 100%;
}

.ulMain .liMiddle ul {
    list-style: disc;
    padding-left: 20px;
}

.ulMain .liMiddle li {
    margin: 0.25em 0px;
}

.divSignature {
    position: relative;
    height: 10em;
    margin: 1em 0;
}

.divSignature .imgSignature {
    height: 6em;
    display: inline-block;
    position: absolute;
    right: 10em;
    top: 2em;
}

.divSignature p {
    position: absolute;
    right: 10.5em;
    top: 7.5em;
    display: inline-block;
    font-size: 0.85em;
}

.divSignature p span {
    font-size: 0.9em;
}

.divSignature .divJeremy {
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url('../images/jeremy.jpg');
    background-size: cover;
    background-position: center center;
    width: 9em;
    height: 9em;
    border-radius: 50%;
}

.ulMain .pLatestBrochure {
    /*background-color: rgb(0,148,165);*/
    /*background-color: rgb(166,133,0);*/
    /*background-color: rgb(175,128,0);*/
    background-color: rgb(120,120,120);
    color: white;
    padding: 0.5em;
    display: inline-block;
    border-radius: 3px;
}

.ulMain .liBrochure img {
    display: block;
    max-width: 95%;
    margin: 1em auto;
}

.ulMain .liBrochure .imgBrochure {
    width: 150px;
}

.ulMain .liBrochure .imgTripAdvisor {
    width: 100px;
}

.pUSPs {
    text-align: center;
    max-width: 800px;
    margin: 3em auto;
    line-height: 1.5em;
    font-size: 0.9em;
}

#divInfo {
    line-height: 1.5;
    padding: 3em 0px;
}

#divInfo h2 {
    font-size: 1.5em;
    margin: 0.5em 0px;
}

#divInfo h3 {
    font-size: 1.2em;
    margin: 0.5em 0px;
}

#divInfo p, #divInfo span, #divInfo table, #divInfo label {
    font-size: 0.9em;
    margin: 0.5em 0px;
}

#divInfo span > label {
    font-size: 1em;
}

#divInfo ul {
    list-style: initial;
    padding-left: 30px;
    /*font-size: 0.9em;*/
    margin: 0.5em 0px;
}

#divInfo a {
    /*color: rgba(0,120,139,1);*/
    /*color: rgb(166,133,0);*/
    /*color: rgb(175,128,0);*/
    color: rgb(120,120,120);
}

#divInfo a:hover {
    text-decoration: underline;
}

#divInfo .imgHeading {
    margin-top: 2em;
}

#divInfo iframe {
    width: 100%;
    height: 500px;
}

#divInfo .divIframeWrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}

#divInfo .divIframeWrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ulEntryForm {
    list-style: none !important;
    margin: 2em 0px !important;
}

.ulEntryForm li {
    margin: 0.5em 0px;
}

.ulEntryForm li span {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}

.ulEntryForm li input[type=text] {
    padding: 0.5em;
    border-radius: 3px;
    border: solid 1px rgba(24,24,24,0.2);
    outline: none;
    width: 300px;
}

.ulEntryForm li select {
    padding: 0.5em;
    border-radius: 3px;
    border: solid 1px rgba(24,24,24,0.2);
    outline: none;
}

.ulEntryForm li textarea {
    padding: 0.5em;
    border-radius: 3px;
    border: solid 1px rgba(24,24,24,0.2);
    outline: none;
    width: 300px !important;
    height: 100px !important;
}

.ulEntryForm li input[type=submit], .ulEntryForm li input[type=button] {
    border: none;
    padding: 0.5em 1em;
    font-size: 0.9em;
    border-radius: 3px;
    color: white;
    background-color: rgb(0,148,165);
    vertical-align: top;
}


.ulEntryForm .liSelectAddress div {
    padding: 0.5em;
    border-radius: 3px;
    border: solid 1px rgba(24,24,24,0.2);
    display: inline-block;
    max-height: 306px;
    overflow: auto;
}

.ulEntryForm .liSelectAddress div ul {
    list-style: none !important;
    padding: 0 !important;
}

.ulEntryForm .liSelectAddress div ul li {
    font-size: 0.8em;
}

.ulEntryForm li .g-recaptcha {
    display: inline-block;
}

.ulEntryForm li .spError {
    color: red;
}

.ulEntryForm li .divValidationSummary {
    display: inline-block;
    font-size: 0.9em;
    color: red;
}

#divMain > div {
    padding: 1em 3em;
    line-height: 1.5em;
}

#divAddress .divDetails {
    width: 45%;
}

#divConsultation {
    /*text-align: right;*/
    /*margin-top: 2em;*/
    float: right;
}

#divConsultation a {
    display: inline-block;
    margin-bottom: 1em;
    text-decoration: none;
    color: white;
    background-color: grey;
    padding: 0.5em 1em;
    border-radius: 5px;
}

#divMain #divAddress {
    margin-top: 3em;
}

#divMain #divAddress > div { 
    display: inline-block; 
}

#divBranchNav {
    padding-top: 2em !important;
}

#divBranchNav ul {

}

#divBranchNav ul li {
    display: inline-block;
    margin-right: 1em;
}

#divBranchNav ul li a {
    color: inherit;
    text-decoration: none;
}

#divBranchNav ul li a:hover {
    text-decoration: underline;
}

.mapouter {
    float: right;
    position: relative;
    text-align: right;
    height: 200px;
    width: 50%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%;
}

.gmap_canvas iframe {
    width: 100%;
    height: 100%;
}

#divInfoWrapper {
    display: flex;
}

#divBranchInfo {
    flex: 1;
}

#divBranchInfo p {
    margin-bottom: 1em;
}

#divBranchImages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#divBranchImages > * {
    max-width: 50%;
    box-sizing: border-box;
    padding: 1em;
}

#divFacebook {
    /*float: right;*/
    flex: 0 0 360px;
    margin-left: 2em;
    margin-bottom: 2em;
}

#ulStaff li {
    padding: 1em;
}

#ulStaff li .divStaffImage {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    float: left;
    margin-right: 2em;
        background-position: center center;
    background-size: cover;
}



#ulStaff li .divStaffContent {
    vertical-align: top;
    margin-left: 182px;
}

h3.h3SectionHeading {
    font-size: 1.4em;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    border-bottom: solid 1px rgb(200,200,200);
}

h3.h3StaffName {
    font-size: 1.2em;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    border-bottom: solid 1px rgb(200,200,200);
}

@media (max-width: 1000px) {
    .ulMain > li {
        display: block;
        width: 100% !important;
    }

    .ulMain .liMiddle {
        padding: 1em 2em;
    }

    .ulMain .liBrochure {
        padding: 1em 3em;
    }

    #divWrapper {
        padding-bottom: 0px;
    } 
    
    #divFooterWrapper {
        height: auto;
        position: relative;
    }

    .divLinkCircle {
        width: 90px;
        height: 90px;
        /*top: -23px;*/
    }

    .divSites ul li a {
        margin-top: -23px;
    }

    .divLinkCircle p {
        line-height: 90px;
    }

    #divLinksWrapper {
        /*height: 100px;*/
        height: auto;
    }
    
    #divLinks .ulLinks > li {
        display: block;
        /*width: 50%;*/
    }

    #divLinks .ulLinks > li.liAssocs {
        text-align: right;
    }

    #divBranchImages > * {
        max-width: 100%;
    }

    #divConsultation {
        float: none;
    }

@media (max-width: 768px) {

    #divHeaderWrapper {
        height: 130px;
    }

    #divLogo {
        height: 80px;
    }

    #divCall {
        font-size: 0.8em;
    }

    .divSites ul li:first-child {
        display: none;
    }

    .divSites ul li {
        padding-right: 1em;
    }  

    .divBannerImage {
        padding-bottom: 0px;
        height: 250px;
    }

    .ulBirdseed > li {
        width: 48%;
    }

    .ulEntryForm li span {
        display: block;
    }

    #divInfoWrapper {
        display: block;
    }

    #divFacebook {
        margin-left: 0;
        margin-top: 2em;
    }

}

@media (max-width: 650px) {

    .mobHide {
        display: none;
    }

    #divHeaderWrapper {
        height: 100px;
    } 
    
    #divHeader {
        width: 100%;
        max-width: 100%;
    } 

    #divLogo {
        top: 10px;
        left: 10px;
    } 
    
    #divCall {
        font-size: 0.55em;
    }

    .divSites ul li {
        padding-right: 0.5em;
    }  

    .divLinkCircle {
        width: 60px;
        height: 60px;
        /*top: -6px;*/
    }

    .divLinkCircle p {
        line-height: 80px;
    }

    #divLinksWrapper {
        /*height: 150px;*/
        /*height: 200px;*/
        height: auto;
    }

    #divLinks .ulLinks > li {
        display: block;
        width: 100%;
        text-align: center !important;
        float: none;
    }

    #divLinks .ulLinks > li.liSignup {
        width: 100%;
    }

    .divSentori {
        position: absolute;
        top: 10%;
        left: 1em;
        right: 2%;
        width: auto;
        height: auto;
        margin: 0px;
    }

    .divSentori li label {
        display: block;
        width: 100%;
    }

    .divSentori li input[type=text] {
        display: block;
        width: 100%;
    }

    .divSentori li input[type=button] {
        margin-left: 0px;
    }

    #divBirdseed {
        width: 100%;
        max-width: 100%;
    }

    #divMain > div {
        /*padding: 1em 2em;*/
        padding: 1em 0.5em;
    }

    #divMain #divAddress {
        margin-top: 0;
    }

    #divMain #divAddress > div {
        display: block;
        width: 100%;
        margin-bottom: 1em;
    }

    #ulStaff li .divStaffImage {
        display: block;
        float: none;
    }

    #ulStaff li .divStaffContent {
        margin-left: 0;
        margin-top: 1em;
    }

    .pAddress br { display: none; }

    .pAddress br.brMob { display: inline-block; }

    #divInfo .divIframeWrapper {
        padding-bottom: 150%;
    }

    #divConsultation {
        /*text-align: center;*/
    }

}