html, body {
    background: #f7f3ed;
    margin: 0;
    padding: 0;
    font-family: "Lato";
    font-size: 24px;
    font-weight: 300;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
    html, body {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    html, body {
        font-size: 18px;
    }
}

.stop-scrolling {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
}

.hidden-sm {
    display: inline-block;
}

.hidden-xs {
    display: inline-block;
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

.no-padding-margin {
    margin: 0 !important;
    padding: 0 !important;
}

.letterSpacing {
    letter-spacing: 0.8px;
}

.gold {
    color: #c38d1d;
}

.borderGold:hover {
    border-bottom: 3px solid #c38d1d;
}

@media (max-width: 991px) {
    .borderGold:hover {
        border-left: 3px solid #c38d1d;
        border-bottom: none;
    }
}

.textGrey, a.textGrey:hover {
    color: #555454;
}

.white {
    color: #fff;
}

.textMarker {
    background: #fed888;
    padding: 2px 15px;
}

.button {
    font-size: 26px;
    font-weight: 300;
    font-style: italic;
    height: 65px;
    border-radius: 32px;
    background: #fff;
    display: block;
    line-height: 65px;
    padding: 0 30px 0 40px;
    text-align: left;
}

@media (min-width: 768px) and (max-width: 991px) {
    .button {
        font-size: 20px;
        height: 60px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .button {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

.button:hover {
    text-decoration: none;
}

.button.primaryButton {
    font-weight: 300;
    font-style: italic;
    background: #f45b08;
    outline: none;
    border: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .button.primaryButton {
        font-size: 23px;
    }
}

@media (max-width: 350px) {
    .button.primaryButton {
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 350px) {
    .button.primaryButton span {
        display: none;
        text-align: center;
        padding: 0;
    }
}

.button.primaryButton:hover {
    color: #fff;
}

.borderWhite {
    background: none;
    border: 1px solid #fff;
    font-weight: 300;
}

.borderWhite:hover {
    color: #fff;
}

h3 {
    font-weight: 400;
    font-style: italic;
    font-size: 36px;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 28px;
    }
}

header {
    padding-top: 50px;
}

@media (max-width: 767px) {
    header {
        padding-top: 0;
    }
}

.headerContainer {
    height: 113px;
    position: fixed;
    background: #f7f3ed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.13);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.13);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.13);
    z-index: 10;
}

@media (max-width: 991px) {
    .headerContainer {
        height: 60px;
    }
}

.logoOasisBeach {
    background: url(../img/logoOasisBeach.png) no-repeat center center;
    background-size: 139px 82px;
    width: 139px;
    height: 82px;
    float: left;
    margin-top: 14px;
}

@media (max-width: 991px) {
    .logoOasisBeach {
        background-size: 72px 48px;
        width: 72px;
        height: 48px;
        margin-top: 6px;
    }
}

.phoneNumber {
    margin: 0 0 0 50px;
    line-height: 113px;
}

@media (max-width: 991px) {
    .phoneNumber {
        margin: 0 0 0 25px;
        line-height: 60px;
    }
}

.phoneNumber:hover {
    text-decoration: none;
}

.phoneNumber .iconPhone {
    background: url(../img/iconPhone.png) no-repeat center center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 12px -4px 0;
}

@media (max-width: 400px) {
    .phoneNumber .iconPhone {
        display: none;
    }
}

.phoneNumber span:last-child {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}

nav {
    text-align: right;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    nav ul {
        position: fixed;
        width: 100%;
        background: #f7f3ed;
        left: 0;
        margin-top: 60px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.13);
        -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.13);
        box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.13);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    nav ul {
        display: none;
    }
}

@media (max-width: 767px) {
    nav ul {
        display: none;
    }
}

nav ul li {
    display: inline-block;
    border: none;
}

@media (max-width: 991px) {
    nav ul li {
        display: block;
    }
}

nav ul li a {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    display: block;
    line-height: 110px;
    padding: 0 22px;
    cursor: pointer;
}

@media (max-width: 991px) {
    nav ul li a {
        line-height: 60px;
        text-align: left;
        border-top: 1px solid #dfdbd6;
    }
}

nav ul li a:hover {
    text-decoration: none;
}

.hamburger {
    float: right;
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hamburger {
        display: block;
    }
}

@media (max-width: 767px) {
    .hamburger {
        display: block;
    }
}

.hamburger a {
    width: 30px;
    line-height: 110px;
    display: block;
    padding: 20px 0 0 0;
    margin-right: 15px;
    float: right;
    cursor: pointer;
}

@media (max-width: 767px) {
    .hamburger a {
        margin-right: 0;
    }
}

.hamburger span {
    height: 3px;
    background: #555454;
    display: block;
    margin-bottom: 5px;
}

.headerImage {
    height: 896px;
    padding: 113px 0 0 0;
    background: url(../img/backgroundHeader2.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 767px) {
    .headerImage {
        height: 520px;
    }
}

@media (max-width: 991px) {
    .headerImage {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .headerImage {
        height: 625px;
    }
}

.headerImage .container {
    text-align: center;
}

.headerImage h1 {
    font-size: 39px;
    font-weight: 400;
    font-style: italic;
    background: rgba(253, 248, 241, 0.95);
    text-align: center;
    padding: 10px 50px;
    display: inline-block;
    margin: 190px 0 0 0;
}

@media (max-width: 767px) {
    .headerImage h1 {
        font-size: 20px;
        margin-top: 160px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .headerImage h1 {
        font-size: 28px;
    }
}

.headerImage h2 {
    font-size: 34px;
    font-weight: 300;
    font-style: italic;
    background: rgba(253, 248, 241, 0.95);
    text-align: center;
    padding: 10px 50px;
    display: inline-block;
    margin: 10px 0 0 0;
}

@media (max-width: 767px) {
    .headerImage h2 {
        font-size: 18px;
        margin-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .headerImage h2 {
        font-size: 24px;
    }
}

.headerImage a, .headerImage button {
    margin-top: 110px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .headerImage a, .headerImage button {
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .headerImage a, .headerImage button {
        margin-top: 70px;
    }
}

.buttonArrow {
    display: inline-block;
    transform: scaleX(0.6);
    float: right;
    font-size: 55px;
    font-weight: 100;
}

@media (max-width: 991px) {
    .buttonArrow {
        font-size: 40px;
    }
}

#activatePopup {
    cursor: pointer;
}

.brochureBookletContainer {
    text-align: right;
}

@media (max-width: 767px) {
    .brochureBookletContainer {
        text-align: center;
    }
}

.brochureButtonContainer {
    padding-top: 110px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 767px) {
    .brochureButtonContainer {
        padding-top: 50px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .brochureBookletContainer img {
        width: 75%;
        height: auto;
    }
}

.brochureButtonContainer a {
    text-align: left;
    cursor: pointer;
}

.brochureButtonContainer a:first-child {
    margin-bottom: 25px;
}

.brochureButtonContainer .borderWhite .iconPhone {
    background: url(../img/iconPhoneWhite.png) no-repeat center center;
    background-size: 16px 22px;
    display: inline-block;
    width: 16px;
    height: 22px;
    margin: 0 22px 0 0;
}

@media (max-width: 350px) {
    #phoneNumberBottom .buttonArrow {
        display: none;
    }
}

.introduction, .whiteBackgroundContainer {
    background: url(../img/backgroundWhite.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.introduction .container {
    text-align: center;
    padding: 120px 0 370px 0;
}

@media (max-width: 767px) {
    .introduction .container {
        padding-top: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .introduction .container {
        padding: 80px 0 330px 0;
    }
}

@media (max-width: 767px) {
    .introduction .container {
        padding-bottom: 320px;
    }
}

.introduction .container .divider {
    background: #bebcb8;
    height: 1px;
    margin-top: 80px;
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .introduction .container .divider {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}

.introduction ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.introduction ul li {
    text-align: left;
    margin: 0 0 3px 0;
}

.introduction ul li:before {
    content: '>';
    display: inline-block;
    transform: scaleX(0.6);
    font-size: 35px;
    line-height: 10px;
    margin: 0 15px 0 0;
}

@media (max-width: 991px) {
    .introduction ul li:before {
        font-size: 25px;
        margin: 0 10px 0 0;
    }
}

@media (max-width: 767px) {
    .introduction .featuresTableRight {
        padding: 0 15px !important;
    }
}

@media (max-width: 767px) {
    .introduction .featuresTableLeft {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .introduction .featuresTableLeft ul li:before {
        padding: 0;
    }
}

.slideshowContainer {
    margin-top: -230px;
    text-align: center;
    position: relative;
    width: 100%;
}

.slideshow {
    height: 316px;
    overflow-y: hidden;
    width: 150%;
    margin-left: -25%;
}

@media (max-width: 767px) {
    .slideshow {
        height: auto;
        overflow: auto;
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slideshow {
        height: 270px;
    }
}

.slideshow .image {
    height: 316px;
    margin: 0 30px 0 0;
    background: black;
    display: inline-block;
}

@media (max-width: 767px) {
    .slideshow .image {
        width: 70%;
        height: auto;
        margin: 0 0 20px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slideshow .image {
        width: auto;
        height: 270px;
        margin: 0 20px 0 0;
    }
}

.slideshow .image:last-child {
    margin: 0;
}

.slideshowContainer a.button {
    background: none;
    border: 1px solid #c38d1d;
    display: inline-block;
    font-weight: 100;
    font-style: italic;
    margin: 60px 0 140px 0;
    cursor: pointer;
}

@media (max-width: 350px) {
    .slideshowContainer a.button {
        padding: 0 30px;
    }
}

@media (max-width: 350px) {
    .slideshowContainer a.button .buttonArrow {
        display: none;
    }
}

@media (max-width: 350px) {
    .slideshowContainer a.button span {
        margin: 0 !important;
    }
}

@media (max-width: 991px) {
    .slideshowContainer a.button {
        margin: 60px 0 100px 0;
    }
}

@media (max-width: 991px) {
    .slideshowContainer a.button span {
        margin-left: 20px;
    }
}

.slideshowContainer a.button:hover {
    color: #fff;
    background: #c38d1d;
}

.slideshowContainer a:first-letter {
    text-transform: uppercase;
}

.ctaContainer {
    background: url(../img/backgroundBrown.png) #c6945a no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0;
}

@media (max-width: 991px) {
    .ctaContainer {
        padding: 70px 0;
    }
}

.ctaContainer .container {
    text-align: center;
    color: #fff;
}

.ctaContainer h3 {
    margin: 0;
    padding: 0;
}

.whiteBackgroundContainer {
    padding: 170px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.13);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.13);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.13);
}

@media (max-width: 767px) {
    .whiteBackgroundContainer {
        padding: 80px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .whiteBackgroundContainer {
        padding: 110px 0;
    }
}

.whiteBackgroundContainer .container {
    text-align: center;
}

.whiteBackgroundContainer .container div {
    padding: 0 !important;
}

.whiteBackgroundContainer .textMarker {
    padding: 1px 7px;
}

.googleMapContainer {
    height: 538px;
}

@media (max-width: 991px) {
    .googleMapContainer {
        height: 338px;
    }
}

.newsletterContainer {
    border-bottom: 1px solid #d8b891;
    padding: 0 0 130px 0;
}

@media (max-width: 991px) {
    .newsletterContainer {
        padding: 0 0 100px 0;
    }
}

.newsLetterForm {
    padding: 70px 0 0 140px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .newsLetterForm {
        padding: 70px 0 0 78px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .newsLetterForm {
        padding: 70px 0 0 40px;
    }
}

@media (max-width: 767px) {
    .newsLetterForm {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.newsletterContainer input {
    padding: 0 40px;
    float: left;
}

.newsletterContainer button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
}

@media (max-width: 767px) {
    .newsletterContainer button {
        padding: 0 20px;
        position: absolute;
        right: 30px;
    }
}

.inputField {
    background: none;
    border: 1px solid #fff;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    height: 65px;
}

.popup .inputField {
    border-radius: 32px;
    margin-bottom: 20px;
    padding-left: 25px;
}

.inputField:focus {
    outline: none;
    box-shadow: 0px 0px 25px -5px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0px 0px 25px -5px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 0px 25px -5px rgba(255, 255, 255, 0.75);
}

.popup .button {
    float: none;
    margin: 0 auto;
    display: block;
    border-radius: 32px;
}

.popup .button:visited {
    outline: none;
}

@media (max-width: 767px) {
    .inputField {
        height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .inputField {
        height: 60px;
    }
}

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

input:-moz-placeholder {
    color: #fff;
}

footer .ctaContainer {
    padding-bottom: 40px;
}

.trustContainer {
}

.trustContainer ul {
    list-style-type: none;
    margin: 0;
    padding: 70px 0 0 0;
}

.trustContainer ul li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 114px;
}

@media (max-width: 768px) {
    .trustContainer ul li {
        margin-bottom: 30px;
    }
}

.trustContainer img {
    zoom: 50%;
}

.trustContainer ul li img {
    display: inline-block;
    vertical-align: middle;
    zoom: 50%;
}

.poweredbyContainer {
    padding-top: 50px;
}

.poweredbyContainer a {
    font-size: 16px;
    color: #fff;
    opacity: .5;
}

.poweredbyContainer a:hover {
    text-decoration: none;
}

/* Popup */
.popupBackground {
    background: rgba(106, 76, 42, .75);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.popup {
    position: absolute;
    z-index: 101;
    padding: 50px;
    text-align: center;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    margin-top: 140px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.13);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.13);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.13);
}

@media (min-width: 768px) and (max-width: 991px) {
    .popup {
        width: 90%;
        margin-left: -45%;
        margin-top: 40px;
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .popup {
        width: 90%;
        margin-left: -45%;
        margin-top: 40px;
        padding: 50px 30px 30px 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .popup {
        width: 700px;
        margin-left: -350px;
    }
}

.popup button {
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .popup button {
        padding: 0 16px 0 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .popup button {
        font-size: 23px;
        padding: 0 16px 0 33px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .popup button .buttonArrow {
        margin: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .popup button .buttonArrow {
        display: none;
    }
}

.popupCloseButtonContainer {
    position: relative;
}

.popupCloseButton {
    display: none;
}

@media (max-width: 767px) {
    .popupCloseButton {
        display: block;
        background: url(../img/popupCloseButton.png) center center no-repeat;
        background-size: 20px;
        position: absolute;
        width: 30px;
        height: 30px;
        cursor: pointer;
        right: -18px;
        top: -39px;
    }
}

.popup input[type=email] {
    padding: 0 40px 0 40px;
    color: #fff;
}

@media (max-width: 767px) {
    .popup input[type=email] {
        border-top-right-radius: 32px;
        border-bottom-right-radius: 32px;
    }
}

.popup form {
    padding: 60px 0 15px 0;
    position: relative;
}

@media (max-width: 991px) {
    .popup form {
        padding: 40px 0 15px 0;
    }
}

.popup a {
    font-weight: 100;
    margin: 50px 0 20px 0;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    cursor: pointer;
    background: none;
    color: #fff;
    opacity: 0.7;
}

.popup a:hover {
    color: #fff;
    opacity: 1;
}

@media (max-width: 767px) {
    .popup a {
        margin: 20px 0 0 0;
    }
}

.popup a .buttonArrow {
    font-size: 30px;
}

.popup button {
    color: #fff;
    box-shadow: 0px 0px 25px -5px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0px 0px 25px -5px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 0px 25px -5px rgba(255, 255, 255, 0.75);
    margin-left: -1px;
}

@media (max-width: 767px) {
    .popup .button {
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 767px) {
    .popup a.button {
        padding: 0 30px;
    }
}

.popup .button .buttonArrow {
    font-size: 42px;
    margin-left: 30px;
}

@media (max-width: 767px) {
    .popup .button .buttonArrow {
        margin: 0;
    }
}

@media (max-width: 350px) {
    .popup .button.primaryButton span {
        display: block;
        float: none;
    }
}

.popupDivider div:first-child, .popupDivider div:last-child {
    background: #dcbc97;
    height: 1px;
}

.popupDivider .white {
    font-weight: 100;
    font-style: italic;
    margin-top: -18px;
    padding: 0 !important;
}

@media (max-width: 991px) {
    .popupDivider .white {
        margin-top: -14px;
    }
}

@media (max-width: 767px) {
    .popup input[type=email] {
        padding: 0 20px;
    }
}

.spamTrustContainer {
    padding: 0 0 60px 35px;
    opacity: .8;
    display: table;
    margin: 0 auto;
    width: 50%;
}

@media (max-width: 767px) {
    .spamTrustContainer {
        padding-left: 2px;
    }
}

.spamTrustContainer div {
    padding: 15px 0 0 0;
}

.spamTrustContainer .lockIcon {
    float: left;
    display: table-cell;
}

.spamTrustContainer .lockIcon img {
    display: table-cell;
    vertical-align: top;
}

.spamTrustContainer .spamTrustText {
    color: #ede0d3;
    font-size: 12px;
    margin: 0;
    display: table-cell;
}

.spamTrustContainer .spamTrustText p {
    margin: 0;
    padding: 0 0 0 10px;
    text-align: left;
    font-weight: 400;
}

#popupStart {
    display: none;
}

#popupThankyouBrochure {
    display: none;
}

#popupThankyouNewsletter {
    display: none;
}

#popupThankyouBrochureNewsletter {
    display: none;
}

/* Loader */
#newsletterForm .disableSubmitButton {
    background-image: url(../img/loader-grey.gif);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px 20px;
    pointer-events: none;
    cursor: not-allowed;
}

#popupNewsletterForm .disableSubmitButton {
    background-image: url(../img/loader-white.gif);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px 20px;
    pointer-events: none;
    cursor: not-allowed;
}

@media (max-width: 767px) {
    #newsletterForm .disableSubmitButton, #popupNewsletterForm .disableSubmitButton {
        background-position: left 15px center;
    }
}

@media (max-width: 767px) {
    #newsletterForm .disableSubmitButton > .buttonArrow, #popupNewsletterForm .disableSubmitButton > .buttonArrow {
        visibility: hidden;
    }
}

.popup input {
    width: 50%;
    float: none;
    clear: both;
    margin: 0 auto;
    color: #fff;
    font-weight: 400;
}

@media (max-width: 767px) {
    .popup input {
        width: 80%;
    }
}

.popup ::-webkit-input-placeholder {
    font-weight: 300;
}

.popup :-moz-placeholder {
    font-weight: 300;
}

.popup ::-moz-placeholder {
    font-weight: 300;
}

.popup :-ms-input-placeholder {
    font-weight: 300;
}

.popup a.popup-link {
    color: #fff;
    opacity: 1;
}

.popup a.button {
    display: table;
}

@media (max-width: 767px) {
    .headerImage a, .headerImage button {
        display: table;
        margin: 0 auto;
        width: auto;
        margin-top: 40px;
    }
}

.headerImage a:hover, .headerImage button:hover {
    -webkit-box-shadow: 0 8px 30px 0 rgba(245, 93, 0, 0.45);
    -moz-box-shadow: 0 8px 30px 0 rgba(245, 93, 0, 0.45);
    box-shadow: 0 8px 30px 0 rgba(245, 93, 0, 0.45);
}

.brochureButtonContainer button {
    width: 100%;
    border: none;
    outline: none;
    margin-bottom: 25px;
}

.brochureButtonContainer a:hover, .brochureButtonContainer button:hover, .popup a.button:hover {
    -webkit-box-shadow: 0 6px 30px 0 rgba(255, 255, 255, 0.35);
    -moz-box-shadow: 0 6px 30px 0 rgba(255, 255, 255, 0.35);
    box-shadow: 0 6px 30px 0 rgba(255, 255, 255, 0.35);
}

.button:active {
    padding-top: 2px;
    outline: none;
}

.button:visited {
    outline: none;
}
