html, body {
    height: 100%;
}

body {
    font-family: 'helveticaneue', Arial, Helvetica, sans-serif;
    color: #777777;
    letter-spacing: 0.5px;
    background-color: #FFF;
    line-height: 21px;
    font-size: 13px;
    background-image: url(../resources/bg.png);
    background-repeat: repeat-x;
}

body.locked {
    overflow: hidden;
}

/* general */
.offset-hero-spacer {
    margin-top: -100px;
}

.clear {
    clear: both;
}

.centered {
    text-align: center;
}

.block {
    display: block;
}

.padded {
    padding: 48px;
    box-sizing: border-box;
}

.padded-small {
    padding: 24px;
    box-sizing: border-box;
}

.center-vertical {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.full-width-img {
    width: 100%;
}

.menu-box h2 {
    font-size: 3.5em;
}

.static-content {
    background-color: #FFF;
    padding: 48px;
    box-sizing: border-box;
}

.padded-top-60 {
    padding-top: 60px;
}

.announcement {
    position: relative;
    background-color: #57a2b3;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.announcement h2 {
    color: #FFF;
}

/* main loader */
#main-loader {
    position: fixed;
    width: 180px;
    height: 180px;
    top: 50%;
    left: 50%;
    margin-left: -90px;
    margin-top: -90px;
    text-align: center;
    z-index: 99;
}

#main-loader svg {
    stroke: #3b8eff;
}

/* typography */
h1,
h2,
h4 {
    font-family: 'trashhandregular';
}

h5 {
    font-size: 1.6em;
    font-weight: 100;
"Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
    color: #00396f;
    font-size: 3em;
    margin-top: 48px;
    margin-bottom: 48px;
}

h2 {
    color: #57a2b3;
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 2.4em
}

h2.underlined {
    border-bottom: 1px solid #FFF;
    display: inline-block;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
}

h4 {
    line-height: 50px;
    color: #00396f;
    font-size: 2.2em;
    margin-bottom: 0px;
    margin-top: 4px;
}

h2.pre .wave {
    width: 520px;
    height: 71px;
    position: absolute;
    left: -552px;
    top: 0px;
    background-size: cover;
}

a {
    color: #00396f;
}

a:hover,
a:focus,
a:active {
    color: #00396f;
    text-decoration: none;
}

a.btn-secondary:hover,
a.btn-secondary:focus,
a.btn-secondary:active {
    color: #FFF;
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.index-main-content {
    margin-bottom: 1px;
}

/* maps */
#map {
    width: 100%;
    height: 850px
}

.map-results {
    background-image: url(../resources/location.png);
    background-repeat: no-repeat;
    background-position: 0 24px;
    padding: 24px;
    padding-left: 32px;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
}

.map-results strong {
    color: #57a2b3;
}

.store-list {
    margin-top: 32px;
}

.store-list .notes {
    font-size: 11px;
}

.store-list strong {
    color: #00396f;
}

.store-list p {
    font-size: 0.9em;
}

.store-list .directions {
    font-weight: bold;
    color: #57a2b3;
    font-size: 0.8em;
    background-image: url(../resources/location.png);
    background-repeat: no-repeat;
    background-position: 0 16px;
    padding: 17px;
    padding-left: 32px;
    cursor: pointer;
}

.store-list .contact {
    font-weight: bold;
    color: #57a2b3;
    font-size: 0.8em;
    background-image: url(../resources/contact.png);
    background-repeat: no-repeat;
    background-position: 0 19px;
    padding: 17px;
    padding-left: 32px;
    cursor: pointer;
    line-height: 13px;
}

.store-tel {
    color: #777777;
    text-decoration: underline;
}

/* page titles */
.page-title .container {
    position: relative;
}

.page-title-spacer {
    height: 66px;
    width: 100%;
}

.page-title-spacer-new {
    height: 123px;
    width: 100%;
}

.page-title h2 {
    color: #00396f;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

.page-title .wave {
    width: 450px;
    height: 44px;
    position: absolute;
    left: -456px;
    top: 0px;
    background-size: cover;
}

/* grid */
.clear {
    clear: both;
}

.row.grid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
}

.row.grid > [class*='col-']:not(:first-child),
.row.grid > [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.grid-item {
    position: relative;
}

.center-vertical {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.masonry-container {
    margin-left: 0;
    margin-right: 0;
}

.masonry-container [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.table-row {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.table-row > [class^="col-"] {
    display: table-cell;
    float: none;
}

/* buttons */
.btn {
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    text-rendering: geometricPrecision;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-radius: 0px;
    border: none;
    padding: 16px 48px;
    height: 47px;
    transition: all 0.3s ease;
    -webkit-transition-delay: all 0.3s ease;
    -moz-transition-delay: all 0.3s ease;
    -ms-transition-delay: all 0.3s ease;
    -o-transition-delay: all 0.3s ease;
}

.btn-primary {
    background-color: #57a2b3;
}

.btn-primary:hover {
    background-color: #9ac7d1;
    color: #FFF;
}

.btn-primary.inactive {
    background-color: #d6e8ec;
    color: #a8d1d7;
}

.btn-secondary {
    background-color: #00396f;
}

.btn-secondary:hover {
    background-color: #00396f;
    color: #FFF;
}

.btn-tertiary {
    background-color: #c1b45f;
}

.btn-tertiary:hover {
    background-color: #dad29f;
    color: #FFF;
}

.btn-four {
    background-color: #FFF;
    color: #57a2b3;
}

.btn-four:hover {
    background-color: #ecf4f6;
    color: #57a2b3;
}

.btn-block {
    display: block;
    width: 100%;
}

/* small button style for mobile (less padding) */
.btn-mobile {
    width: 100%;
    padding: 16px;
}

/* navbar */
.logo {
    display: block;
    padding: 12px 0;
}

.logo img {
    height: 44px;
}

.navbar a {
    transition: all 0.2s ease;
    -webkit-transition-delay: all 0.2s ease;
    -moz-transition-delay: all 0.2s ease;
    -ms-transition-delay: all 0.2s ease;
    -o-transition-delay: all 0.2s ease;
}

.navbar-default {
    background-color: rgba(9, 63, 111, 0.95);
    border-bottom: none;
    color: #FFF;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #57a2b3 !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #57a2b3 !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #57a2b3 !important;
}

.navbar-right {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: normal;
    padding-top: 7px;
}

.navbar-brand {
    float: none;
    padding: 0px;
    padding: 8px 0;
    height: auto;
}

.navbar-left {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 16px;
    margin-left: 24px;
    padding-left: 24px;
}

.navbar-left .dropdown a {
    padding: 6px 0;
}

.dropdown .caret {
    color: #57a2b3;
    margin-left: 16px;
}

.nav .menu-social {
    margin-left: 48px;
    margin-top: 14px;
    background-image: url(../resources/icon-social.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 16px;
    cursor: pointer;
    position: relative;
    padding: 12px;
}

.menu-social-wrapper {
    position: relative;
    list-style-type: none;
}

.social-menu-dropdown img {
    width: 16px;
}

.social-menu-dropdown {
    position: absolute;
    background-color: #FFF;
    padding-left: 0px;
    list-style: none;
    width: 158px;
    right: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 8px;
    display: none;
}

.social-menu-dropdown li {
    display: inline-block;
    padding-left: 0px;
    padding: 8px;
    border-right: 1px solid #ebebeb;
    transition: all 0.1s ease;
    -webkit-transition-delay: all 0.1s ease;
    -moz-transition-delay: all 0.1s ease;
    -ms-transition-delay: all 0.1s ease;
    -o-transition-delay: all 0.1s ease;
    cursor: pointer;
    height: 32px;
}

.social-menu-dropdown li:hover {
}

.social-menu-dropdown li:last-of-type {
    border-right: 0px;
}

.mobile-social-menu {
    list-style: none;
    padding: 10px 0;
}

.mobile-social-menu li {
    display: inline-block;
    padding-left: 0px;
    padding: 8px;
    transition: all 0.1s ease;
    -webkit-transition-delay: all 0.1s ease;
    -moz-transition-delay: all 0.1s ease;
    -ms-transition-delay: all 0.1s ease;
    -o-transition-delay: all 0.1s ease;
    cursor: pointer;
    height: 32px;
}

.mobile-social-menu li .mobile-item {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
}

.mobile-social-menu li .mobile-item:hover {
    background-position: 0 -20px;
}

.mobile-social-menu li .mobile-instagram {
    background-image: url(../resources/social/grey-icon-instagram.png);
}

.mobile-social-menu li .mobile-facebook {
    background-image: url(../resources/social/grey-icon-facebook.png);
}

.mobile-social-menu li .mobile-twitter {
    background-image: url(../resources/social/grey-icon-twitter.png);
}

.mobile-social-menu li .mobile-youtube {
    background-image: url(../resources/social/grey-icon-youtube.png);
}

.social-menu-dropdown li .social-item {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
}

.social-menu-dropdown li .social-item:hover {
    background-position: 0 -20px;
}

.social-menu-dropdown li .social-instagram {
    background-image: url(../resources/social/grey-icon-instagram.png);
}

.social-menu-dropdown li .social-facebook {
    background-image: url(../resources/social/grey-icon-facebook.png);
}

.social-menu-dropdown li .social-twitter {
    background-image: url(../resources/social/grey-icon-twitter.png);
}

.social-menu-dropdown li .social-youtube {
    background-image: url(../resources/social/grey-icon-youtube.png);
}

.social-menu-dropdown:before {
    width: 0;
    content: " ";
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFF;
    border-left: 8px solid transparent;
    position: absolute;
    top: -8px;
    right: 10px;
    margin-left: -10px;
}

/* background images */
.bg-1 {
    background-image: url(../resources/deco/bg1.png);
    background-position: center bottom -20px;
    background-repeat: repeat-x;
    background-size: auto 120px;
}

/* mega menu */
.mega-menu-container {
    width: 100%;
    z-index: 999;
    background-color: #FFF;
    position: relative;
    display: none;
}

.mega-menu {
    width: 100%;
    background-color: #f5fafb;
    z-index: 999;
    position: absolute;
}

.mega-menu::after {
    width: 0;
    content: " ";
    height: 63px;
    position: absolute;
    bottom: -63px;
    width: 100%;
    background-image: url(../resources/shadow.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

.mega-menu .padded {
    padding: 16px 48px;
}

.mega-menu ul {
    padding-left: 0px;
    padding-top: 32px;
    padding-bottom: 16px;
}

.mega-menu ul li {
    list-style: none;
    transition: all 0.3s ease;
    -webkit-transition-delay: all 0.3s ease;
    -moz-transition-delay: all 0.3s ease;
    -ms-transition-delay: all 0.3s ease;
    -o-transition-delay: all 0.3s ease;
    cursor: pointer;
}

.mega-menu ul li.active {
    background-color: #f5fafb;
}

.mega-menu ul li:hover {
    background-color: #f5fafb;
}

.mega-menu ul li a {
    color: #00396f;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    padding: 10px 24px;
    width: 75%;
    display: block;
    float: left;
}

.mega-menu li {
    padding: 10px 32px;
}

.mega-menu ul li span {
    color: #57a2b3;
    font-size: 0.8em;
    float: right;
    display: block;
    widtH: 25%;
    text-align: right;
    padding-right: 24px;
    padding-top: 10px;
}

.mega-menu .menu-section {
    background-color: #f5fafb;
}

.mega-menu .button-row {
    padding: 0 56px;
}

.mega-menu .button-row .btn-primary {
    width: 100%;
}

.mega-menu .category-section ul li a {
    width: auto;
    display: inline;
    float: none;
}

/* drop down */
.dropdown-menu {
    min-width: 220px !important;
}

.dropdown-menu-language-select {
    min-width: 160px !important;
    text-align: center;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 18px;
}

.dropdown-menu {
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0;
}

.dropdown-menu ul {
    padding-left: 0px;
}

.dropdown-menu ul li {
    list-style: none;
}

.dropdown-menu > li > a,
.dropdown-menu ul > li > a {
    color: #00396f;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    padding: 4px 0;
}

.dropdown-menu li {
    padding: 10px 32px;
    border-bottom: 1px solid #efefef;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu ul > li > a:focus,
.dropdown-menu ul > li > a:hover {
    background-color: transparent;
    color: #57a2b3
}

.dropdown-menu::after {
    width: 0;
    content: " ";
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFF;
    border-left: 8px solid transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -10px;
}

.navbar-right .dropdown-menu {
    margin-top: 9px !important;
    right: -80px;
}

.navbar-right .dropdown-menu-language-select {
    margin-top: 9px !important;
    right: -60px;
}

/* mobile menu */
.navbar-toggle {
    float: left;
    margin-left: 8px;
    margin-right: 4px;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-toggle .icon-bar {
    width: 26px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
}

.mobile-country-select {
    float: right;
    font-size: 0.7em;
}

.mobile-menu {
    color: #FFF;
    position: absolute;
    z-index: 10;
    width: 100%;
}

.mobile-menu .top {
    background-color: #00427a;
    padding: 0 15px;
    position: relative;
}

.mobile-menu .bottom {
    background-color: rgba(0, 66, 122, 0.8);
    padding: 24px;
}

.mobile-menu .bottom input[type="button"] {
    width: 100%;
    height: 42px
}

.mobile-menu a {
    color: #FFF;
}

.mobile-menu .menu {
    padding-left: 0px;
    list-style: none;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 0px;
}

.mobile-menu .menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-menu .menu li a {
    width: 100%;
    display: block;
    padding: 20px 0;
}

#mobile-menu-overlay {
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    display: none;
}

/* secondary menu layer */
.sub-menu {
    left: 100%;
    position: absolute;
    background-color: #F00;
    top: 0px;
}

/* social */
.social {
    list-style: none;
    text-align: center;
    padding: 16px 0;
    margin-bottom: 0px;
}

.social li {
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
}

.social li img {
    width: 24px;
}

/* hero */
#hero {
    height: 568px;
    background-color: #0199a0;
    background-position: top center;
    background-repeat: no-repeat;
    color: #FFF;
}

#hero h2 {
    color: #FFF;
    font-size: 4.5em;
    margin-bottom: 0px;
}

#hero h3 {
    color: #FFF;
    margin-top: 0px;
    margin-bottom: 32px;
}

.mobile-slide-content {
    color: #FFF;
    text-align: left;
    font-size: 1.2em
}

.mobile-slide-content h4 {
    color: #FFF;
    text-align: left;
}

.mobile-hero-wrapper {
    text-align: center;
    color: #FFF;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    background-color: #57a2b3;
    color: #FFF;
    padding: 13px;
    padding-top: 16px;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
}

.mobile-hero-wrapper:hover {
    color: #FFF;
}

/* menu page */
.menu-wrapper {
}

.menu-wrapper ul {
    padding-left: 0px;
}

.menu-wrapper ul li {
    list-style: none;
    font-size: 0.85em;
    width: 100%;
    clear: both;
    padding-bottom: 24px !important;
    display: block
}

.menu-wrapper ul li div.left {
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #00396f;
    max-width: 80%
}

.menu-wrapper ul li div.right {
    float: right;
    font-weight: 350;
    color: #00396f;
    padding-right: 10px;
}

.menu-wrapper ul li div.details {
    color: #00396f;
    font-weight: 350;
    clear: both;
    padding-top: 2px;
    padding-right: 48px;
}

.menu-wrapper ul li:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

/* clearfix */
.menu-image {
    width: 100%;
}

/* menu block colours */
.menu-wrapper .card-blue ul li {
    color: #FFF;
}

.menu-wrapper .card-blue ul li div.left {
    color: #FFF;
}

.menu-wrapper .card-blue ul li div.right {
    color: #FFF;
}

.menu-wrapper .card-blue ul li div.details {
    color: #FFF;
}

.menu-wrapper .card-bg {
    background-image: url(../resources/menu-bg.jpg);
    background-size: auto 540px;
    background-position: center center;
}

.menu-wrapper .card-bg h4 {
    color: #FFF;
}

.menu-wrapper .card-bg ul li {
    color: #FFF;
}

.menu-wrapper .card-bg ul li div.left {
    color: #FFF;
}

.menu-wrapper .card-bg ul li div.right {
    color: #FFF;
}

.menu-wrapper .card-bg ul li div.details {
    color: #FFF;
}

/* footer */
#footer {
    background-color: #f1f7f8;
}

#footer .inner {
    padding: 48px 0;
}

#footer .logo {
    height: 64px;
}

#footer .menu {
    padding-left: 0px;
}

#footer .menu li {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 0.8em;
    border-right: 1px solid #CCC;
    padding: 0 16px;
}

#footer .menu li:last-of-type {
    border-right: none;
}

#footer .menu li:first-of-type {
    padding-left: 0px
}

#footer .disclaimer {
    font-size: 0.8em;
    color: #bababa;
}

#pre-footer {
    padding-top: 64px;
    background-color: #FFF;
    padding-bottom: 64px;
    margin-top: 64px;
}

#post-footer {
    background-color: #007a87;
    height: 120px;
    background-image: url(../resources/post-footer.jpg);
    background-position: center;
    background-size: auto 130px;
}

.mobile-customer-care {
    color: #00396f;
    font-size: 0.8em;
    font-weight: bold;
}

/* parallax */
.parallax-wrapper {
    overflow: hidden;
}

.parallax-image {
    width: 130%;
    z-index: 1;
    position: absolute;
    top: -100px;
    left: -13%;
}

.parallax-content {
    position: relative;
    z-index: 10;
}

.bottom {
    position: absolute;
    bottom: 0px;
    z-index: 99;
    color: #FFF;
}

.bottom h2 {
    color: #FFF;
}

/* box colors */
.box-white-text {
    color: #FFF;
}

.box-white-text:hover {
    color: #FFF;
}

.box-white-text h1,
.box-white-text h2,
.box-white-text h3,
.box-white-text h4 {
    color: #FFF;
}

.box-bottom {
    position: absolute;
    bottom: 32px;
    left: 64px;
}

.box-bottom h2 {
    margin-bottom: 0px;
}

.box-bottom h2:before {
    content: " " !important;
    width: 130px;
    height: 42px;
    position: absolute;
    left: -138px;
    top: 26px;
    background-image: url(../resources/pre-2.png);
    background-size: cover;
}

/* cards */
.card {
    padding: 48px;
    height: 100%;
    position: relative;
}

.card h1 {
    margin-top: 0px;
    margin-bottom: 16px;
}

.card.centered {
    text-align: center;
}

.card-1 {
    background-color: #ecf4f6;
}

.card-2 {
    background-color: #00396f;
    color: #FFF;
}

.card-3 {
    background-color: #45a9b0;
    color: #FFF;
}

.card-3 h2 {
    color: #FFF;
}

.card-4 {
    background-color: #c1b45f;
    color: #FFF;
}

.card-4 h4 {
    font-size: 4em;
}

.card-4 .card-header .message {
    color: #c1b45f;
}

.card-5 {
    background-color: #a8d1d7;
    color: #FFF;
}

.card-5 h4 {
    color: #00396f;
    margin-top: 72px;
}

.card-5 h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #00396f;
}

.card-5 .card-header .message {
    color: #FFF;
}

.card-has-header {
    padding-top: 166px;
}

.card-header {
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: 442px;
    background-position: center;
}

.card-header .message {
    margin: auto;
    width: 100px;
    font-family: 'trashhandregular';
    padding-top: 67px;
    font-size: 2.3em;
    line-height: 27px;
}

.card-header-1 {
    background-image: url(../resources/deco/card-header-1.png);
}

.card-header-2 {
    background-image: url(../resources/deco/card-header-2.png);
}

/* card colors */
.card-white {
    background-color: #FFF;
    color: #777777;
}

.card-blue {
    background-color: #00396f;
    color: #FFF;
    width: 100%;
}

.card-blue h1 {
    color: #FFF;
}

.card-blue h2 {
    color: #FFF;
}

.card-blue h4 {
    color: #FFF;
}

.card-blue .right {
    color: #FFF !important;
}

.card-light-blue {
    background-color: #ecf4f6;
}

.card-mid-blue {
    background-color: #b0d5de;
}

.card-light-grey {
    background-color: #f6f9fa
}

/* forms */
label {
    font-weight: normal;
    padding-top: 16px;
}

.form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 11px 12px;
    height: 47px;
}

.form-control-bordered {
    border: 1px solid #e8e8e8;
}

.input-icon {
    padding-right: 48px;
}

.input-icon-email {
    background-image: url(../resources/icon-email.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 24px;
}

.ff-group.form-group {
    margin-bottom: 0px;
}

.ff-group textarea {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 11px 12px;
    width: 100% !important;
}

.ff-group select,
.ff-group input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 11px 12px;
    height: 47px;
    width: 100% !important;
}

.ff-group input[type="submit"] {
    background-color: #57a2b3;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 0px;
    border: none;
    padding: 16px 48px;
    height: 47px;
    transition: all 0.3s ease;
    display: inline-block;
    padding-top: 14px;
}

.ff-group input[type="radio"] {
    height: auto;
}

/* deco */
.deco-1 {
    background-image: url(../resources/sprite.png);
    background-color: #F00;
    width: 240px;
    height: 180px;
}

.deco-waves-small {
    position: relative;
    padding-left: 108px;
}

.deco-waves-small::before {
    content: " ";
    width: 140px;
    height: 62px;
    position: absolute;
    background-image: url(../resources/pre-2-small.png);
    background-size: contain;
    left: -50px;
    margin-top: 8px;
    background-repeat: no-repeat;
}

/* animated burger menu */
#burger-menu {
    width: 20px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left;
    margin-left: 12px;
    margin-top: 20px;
    margin-right: 16px;
}

#burger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFF;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#burger-menu span:nth-child(1) {
    top: 0px;
}

#burger-menu span:nth-child(2), #burger-menu span:nth-child(3) {
    top: 7px;
}

#burger-menu span:nth-child(4) {
    top: 14px;
}

#burger-menu.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

#burger-menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#burger-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#burger-menu.open span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.mirror {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/* sticky footer */
.animsition {
    height: 100%;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -460px;
}

.page-wrap:after {
    content: "";
    display: block;
}

.site-footer, .page-wrap:after {
    height: 460px;
}

.site-footer {
}

/* form errors */
.error {
    color: #F00;
    padding-top: 2px;
}

.errorMessage {
    color: #F00;
    padding-top: 2px;
}

.white-link a {
    color: #FFF !important;
}

.white-link a[x-apple-data-detectors] {
    color: #FFF !important;
}

.white-link a[href^="tel"] {
    color: #FFF !important;
}