/* header ============= */
body{font-size: 2.2rem; line-height: 3.14285rem; font-family: Berlin Sans FB,sans-serif;}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;    
}
#header .header-section{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.title {
  text-align: center;
  margin-bottom: 25px;
  color: white;
}

div.notes {
  text-align: center;
  font-size: 20px;

  margin-top: 20px;
  color: white;
}

#header .header-section .logo {font-size: 6rem;line-height: 8.57142rem;margin-right: 10px;color: #fff;font-family: Berlin Sans FB,sans-serif;max-width: 500px;}
#header .header-section .logo img {
    width: 100%; height: auto;
}

.opening-times{
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.6rem;
}
.opening-times .container{display: flex;width: auto;justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.opening-times span{color: #f9b000;}
.opening-times img{padding: 5px;background: #fff; margin-left: 10px;}

/* banner ============ */
.banner {
    padding: 20px 0;
    background: url(../images/banner-bg.jpg) no-repeat 0 0 #00bfbb;
    min-height: 460px;
    background-size: cover;
}
.step-status{    color: #fff;
    text-align: center;
    padding: 10px 15px; background: rgba(3, 3, 3, 0.7);margin-bottom: 25px;}
.step{}
.step .row{ 
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.step .row .col6{width: 46%;padding: 15px;}
.step .row .col6 select{
    width: 100%;background: #fff;
    color: #030303;
    border: none;
    padding: 10px 15px;
}
.step .row .col6 input{
    width: 100%;background: #fff;
    color: #030303;
    border: none;
    padding: 10px 15px;
	  margin-bottom: 5px;
}
.next{font-size: 18px;padding: 10px 20px 10px 20px; background: #009c1b; color: #fff; text-transform: uppercase; font-weight: 700; margin-top: 5px;border:none;}
.confirm{font-size: 18px;padding: 10px 20px 10px 20px;background: #009c1b; color: #fff; text-transform: uppercase; font-weight: 700; margin-top: 5px;}

.next,
.confirm {
    transition: all 0.3s ease-out;
}

.next:hover,
.confirm:hover {
    background: #000000;
}

#getaddress_button,
.confirm {
    border: none;
}

#getaddress_input {
float: left;
width: 51%;
padding: 10px;
}
#getaddress_button {
float: right;
margin-left: 10px;
font-size: 18px;
padding: 10px 20px 10px 20px;
background: #009c1b;
color: #fff;
text-transform: uppercase;
font-weight: 700;
}

#getaddress_dropdown {
display: block;
width: 100%;
padding: 0px 20px;
margin: 8px 0;
box-sizing: border-box;
-webkit-appearance: textfield;
-moz-appearance: textfield;
min-height: 3.2em;
}

/* return  */
.button-outer-return{margin: 10px 0; text-align: center;}
.return{
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 0px 25px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 2rem;
    line-height: 4.28571rem;
    -webkit-transition: all .2s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .2s cubic-bezier(.215,.61,.355,1);
    transition: all .2s cubic-bezier(.215,.61,.355,1);
    background: #fff;
    color: #030303;
}

/* footer ============ */
#footer {
    background: #003969;
    color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer .container{display: flex;-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
#footer .copyright{margin-left: 0; margin-right: auto;}
#footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#footer .links a {
    color: #fff;
    font-size: 18px;
}
#footer .links a:after {
    content: "|";
    display: inline-block;
    margin: 0 5px;
    color: #FFFFFF;
}
#footer .footer-bottom{margin-left: auto; margin-right: 0;    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
#footer .footer-bottom .fot-logo {
    font-size: 2.4rem;
    line-height: 3.42857rem;margin-right: 10px;
}
#footer .footer-bottom .aerial-name {color: #00bfbb;}

.hamburger-container{display: none;}
.header-section .hamburger-container {
    padding: 5px;
    margin-top: 5px;
    border: 3px solid #fff;
}
.header-section .hamburger-container .hamburger {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header-section .hamburger-container .hamburger:after, .header-section .hamburger-container .hamburger:before {
    position: absolute;
    content: "";
}
.header-section .hamburger-container .hamburger:before {
    top: -8px;
}
.header-section .hamburger-container .hamburger:after {
    top: 8px;
}
.header-section .hamburger-container .hamburger, 
.header-section .hamburger-container .hamburger:after, 
.header-section .hamburger-container .hamburger:before {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    outline: 1px solid rgba(0,0,0,0);
    -webkit-transition-property: background-color,-webkit-transform;
    -o-transition-property: background-color,-o-transform;
    transition-property: background-color,-webkit-transform;
    -o-transition-property: background-color,transform;
    transition-property: background-color,transform;
    transition-property: background-color,transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}


@media(max-width: 1024px){
    .banner{ display: flex; align-items: center;}
    .button-outer-return {margin: 20px 0;}
}

@media(max-width: 768px){
    .banner{min-height: 400px;}
    #header .header-section .logo{font-size: 36px;line-height: 60px;}
    .next {font-size: 14px; padding: 8px 40px 8px 18px;background-size: 14px auto;margin-top: 44px;}
    .opening-times img{max-width: 100px;}
    .return{border-width: 2px;}
    #footer .links a{font-size: 2.2rem; line-height: 3.14285rem; font-family: Berlin Sans FB,sans-serif;}
    #footer .footer-bottom .fot-logo{font-size: 4rem;line-height: 5.71428rem;}
    #footer .copyright{font-size: 13px;}
    
}

@media(max-width: 767px){
    .banner{min-height: 360px;}
    #footer .container{flex-direction: column;}
    #footer .copyright {margin-left: auto;margin-bottom: 20px;font-size: 2.2rem; line-height: 3.14285rem;}
    #footer .footer-bottom{margin-right: auto;}
    #footer{}
    .step .row{flex-direction: column;}
    .step .row .col6 {width: 100%;padding: 5px 15px;}
    #header .header-section {flex-direction: column;}
    #header .header-section .logo{font-size: 4rem;line-height: 5.71428rem;}
    .opening-times{width: 100%; background: #fff;font-size: 1.9rem; line-height: 2.71428rem;padding: 10px 0;}
    .opening-times img {max-width: 115px;padding: 0;}
    .step-status{margin-bottom: 20px;}
    .next{margin-top: 25px;}
    .return{}
    .button-outer-return {margin: 15px 0;}
    .hamburger-container{display: block;}
    #header .container{width: 100%;padding-right: 0;padding-left: 0;}
    #header .container > .container{width: 90%;}
    #header .logo-outer .container{display: flex;    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
    .logo-outer{padding: 10px 0;border-bottom: 5px solid #00bfbb; width: 100%;}

}



