@font-face {
    font-family: "Sweet Sans Pro Heavy";
    src: url(fonts/SweetSansPro-Heavy.eot);
    src: url(fonts/SweetSansPro-Heavy.eot?#iefix) format("embedded-opentype"), url(fonts/SweetSansPro-Heavy.woff2) format("woff2"), url(fonts/SweetSansPro-Heavy.woff) format("woff"), url(fonts/SweetSansPro-Heavy.ttf) format("truetype"), url(fonts/SweetSansPro-Heavy.svg#SweetSansPro-Heavy) format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: "Sweet Sans Pro Regular";
    src: url(fonts/SweetSansPro-Regular.eot);
    src: url(fonts/SweetSansPro-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/SweetSansPro-Regular.woff2) format("woff2"), url(fonts/SweetSansPro-Regular.woff) format("woff"), url(fonts/SweetSansPro-Regular.ttf) format("truetype"), url(fonts/SweetSansPro-Regular.svg#SweetSansPro-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

u {
    text-decoration: none;
    border-bottom-length: 50px;
    border-bottom-color: #000;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    margin: 0 0 10px;
    padding: 0 0 10px
}

* {
    margin: 0;
    padding: 0
}

body,
html {
    overflow-x: hidden
}

body {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    background-color: #fff
}

html {
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar {
    padding: 0;
    color: #fff;
    transition: all .6s ease;
    padding: 20px 0
}

.navbar .hide {
    display: none
}

.navbar .row {
    width: 100%
}

@media screen and (max-width:1024px) {
    .navbar {
        padding: 10px 0
    }
}

@media screen and (max-width:992px) {
    .navbar .inspect {
        padding: 15px 40px
    }
}

@media screen and (max-width:767px) {
    .navbar {
        padding: 15px 0
    }

    .navbar .row {
        margin-left: 0;
        margin-right: 0
    }

    .navbar .inspect {
        padding: 15px 30px
    }
}

.navbar a {
    color: #fff !important
}

.navbar button {
    color: inherit !important
}

.navbar.compressed {
    background: #214a4c;
    padding: 20px 0;
    background-position-y: -15px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    width: 100% !important
}

@media screen and (max-width:767px) {
    .navbar.compressed {
        padding: 20px 0 10px
    }
}

.project-logo-standard {
    width: 100%;
    height: 90px;
    margin: 10px 0;
    background: url(../images/project-logo-horizontal.svg) center top no-repeat;
    background-size: contain
}

@media screen and (max-width:1024px) {
    .project-logo-standard {
        margin: 20px 0;
        height: 50px
    }
}

@media screen and (max-width:992px) {
    .project-logo-standard {
        margin: 12px 0;
        height: 60px
    }
}

@media screen and (max-width:767px) {
    .project-logo-standard {
        height: 60px;
        margin: 0 0
    }
}

.project-logo-compressed {
    width: 350px;
    height: 51px;
    display: inline-block;
    background: url(../images/project-logo-horizontal.svg) left center no-repeat;
    margin: 0 0;
    background-size: contain
}

@media screen and (max-width:767px) {
    .project-logo-compressed {
        background: url(../images/project-logo-vertical.png) left center no-repeat;
        background-position: left center;
        background-size: contain;
        width: 130px;
        height: 80px;
        margin: 0 0
    }
}

#hidden-button {
    font-family: "Sweet Sans Pro Heavy", sans-serif;
    font-weight: 900;
    color: #fff;
    background: #b0805a;
    font-size: 1.25rem;
    width: 100%;
    padding: 20px 0;
    text-transform: uppercase;
    transition: all .6s ease;
    text-align: center;
    line-height: 1;
    border: none;
    width: auto;
    background: #b0805a;
    color: #fff;
    float: right;
    text-align: center;
    padding: 20px 40px 20px 40px;
    margin: 0;
    border: none;
    font-family: "Sweet Sans Pro Heavy", sans-serif;
    letter-spacing: 0;
    text-align: center
}

#hidden-button:hover {
    background: #000;
    color: #fff
}

@media screen and (max-width:1024px) {
    #hidden-button {
        font-size: 19px
    }
}

@media screen and (max-width:767px) {
    #hidden-button {
        margin: 18px auto 0 auto
    }
}

@media screen and (max-width:992px) {
    #hidden-button {
        font-size: 14px
    }
}

@media screen and (max-width:767px) {
    #hidden-button {
        width: auto;
        font-size: 12px;
        padding: 14px 15px;
        margin: 7px 0;
        float: right
    }
}

.navbar a {
    color: #fff !important
}

.navbar .button {
    color: inherit !important
}

.logo-link {
    position: relative
}

.logo-link a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: #fff;
    opacity: 0
}

h1,
h10,
h11,
h12,
h13,
h14,
h15,
h16,
h17,
h18,
h19,
h2,
h20,
h3,
h4,
h5,
h6,
h7,
h8,
h9 {
    line-height: 1.2;
    display: block;
    font-weight: 400;
    margin: 0 0
}

#header {
    width: 100%;
    padding: 0 0;
    padding: 50vh 0 70px;
    background: linear-gradient(-180deg, transparent 0, transparent 0, rgba(0, 0, 0, .3) 59%, rgba(0, 0, 0, .7) 75%), url(../images/hero-image-desktop.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: -30px;
    /*    height: 100vh;*/
}

#header h1 {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0;
    padding: 0 134px 30px 0
}

#header h1 strong {
    font-weight: 900
}

#header h1 strong > span {
    font-size: 3.3rem
}

@media screen and (max-width:1024px) {
    #header {
        background: linear-gradient(-180deg, transparent 0, transparent 0, rgba(0, 0, 0, .3) 58%, rgba(0, 0, 0, .7) 75%), url(../images/hero-image-ipad-landscape.jpg) center top no-repeat;
        padding: 61vh 0 50px;
        background-size: cover
    }

    #header h1 {
        font-size: 2.3rem;
        padding-right: 151px
    }
}

@media screen and (max-width:992px) {
    #header {
        background: linear-gradient(-180deg, transparent 0, transparent 0, rgba(0, 0, 0, .3) 58%, rgba(0, 0, 0, .7) 75%), url(../images/hero-image-ipad-portrait.jpg) center top no-repeat;
        padding: 30vh 0 60px;
        background-size: cover;
        height: 61vh;
    }

    #header h1 {
        font-size: 1.5rem;
        padding: 0 40px 30px 0
    }

    #header h1 strong {
        font-weight: 900
    }

    #header h1 strong > span {
        font-size: 3rem
    }

    #header h2 {
        font-size: 2.875rem
    }
}

@media screen and (max-width:767px) {
    #header {
        background: linear-gradient(-180deg, transparent 0, transparent 0, transparent 37%, rgba(0, 0, 0, .7) 56%), url(../images/hero-image-mob.jpg) center top no-repeat;
        background-size: cover;
        padding: 23vh 15px 40px 15px;
        height: 50vh;
    }

    #header h1 {
        font-size: 1.2rem;
        padding: 0 0 10px 0
    }

    #header h1 strong {
        font-weight: 900
    }

    #header h1 strong > span {
        font-size: 2rem
    }

    #header h2 {
        font-size: 2.5rem;
        margin: 12px 0 0 0
    }
}


#construction {
    background: #b0805a;
    padding: 15px 0 40px 0;


}


#construction h2 {
    color: #ffffff;
    font-family: "Sweet Sans Pro Heavy", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.4rem;

}

@media screen and (max-width:992px) {
    #construction {

        padding: 20px 0 70px 0;
    }

    #construction h2 {
        font-size: 0.9rem;

    }
}



@media screen and (max-width:767px) {
    #construction {
        padding: 20px 40px 20px 40px;


    }

    #construction h2 {
        font-size: 1.2rem;

    }

}

#section-1 {
    width: 100%;
    background: #000;
    margin-top: -25px
}

#section-1 #formcontent {
    background: #214a4c;
    width: 100%;
    padding: 20px 10px 15px 10px;
    margin: -890px 0 0 0;
    z-index: 100;
    -webkit-box-shadow: 0 0 36px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 36px 0 rgba(0, 0, 0, .3);
    transition: all .6s ease;
    min-height: 260px
}


#section-1 #formcontent textarea {


    background: #214a4c;
    border: 1px solid #b0805a;
    border-radius: 0;
    letter-spacing: 0.5px;
    line-height: 1.1;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
    height: 100px;
    text-transform: uppercase;
    box-shadow: none;
    font-family: "Sweet Sans Pro Regular", sans-serif;
    color: #ffffff
}

#section-1 #formcontent h3 {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    color: #b0805a;
    letter-spacing: 0;
    font-size: 1.9rem;
    padding: 15px 20px 0 20px
}

#section-1 #formcontent h4 {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weigh: normal;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    padding: 10px 0 0 0
}

#section-1 #formcontent:hover {
    -webkit-box-shadow: 0 0 44px 0 rgba(0, 0, 0, .6);
    box-shadow: 0 0 44px 0 rgba(0, 0, 0, .6)
}

@media screen and (max-width:1024px) {
    #section-1 #formcontent {
        margin: -800px 0 0 0
    }

    #section-1 #formcontent h3 {
        font-size: 1.65rem;
        padding: 10px 0 0 0
    }

    #section-1 #formcontent h4 {
        padding: 6px 0 0 0;
        font-size: .9rem;
        margin-bottom: 0
    }
}

@media screen and (max-width:992px) {
    #section-1 #formcontent {
        margin: -606px 0 0 0
    }

    #section-1 #formcontent h3 {
        font-size: 1.55rem;
        padding: 10px 15px 5px 15px
    }

    #section-1 #formcontent h4 {
        padding: 0 0 10px 0;
        font-size: .8rem
    }
}

@media screen and (max-width:767px) {
    #section-1 #formcontent {
        margin: -25px 0 30px 0
    }

    #section-1 #formcontent h3 {
        font-size: 27px;
        padding: 0 15px 5px 15px
    }

    #section-1 #formcontent h4 {
        font-size: 16px
    }
}

@media screen and (max-width:336px) {
    #section-1 #formcontent {
        margin: 72px 0 30px 0
    }
}

#section-1 .clearfix:after,
#section-1 .clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

#section-1 .clearfix:after {
    clear: both
}

#section-1 label {
    width: auto
}

#section-1 #sorry1,
#section-1 #thankyou1 {
    display: none;
    color: #000;
    padding: 0 0;
    font-size: 16px;
    text-align: center;
    height: 100px
}

#section-1 #jpform {
    height: 295px
}

#section-1 fieldset,
#section-1 form {
    padding: 0;
    margin: 0;
    border: none
}

#section-1 fieldset {
    padding: 0 30px 30px
}

@media screen and (max-width:1024px) {
    #section-1 fieldset {
        padding: 10px 15px
    }
}

@media screen and (max-width:992px) {
    #section-1 fieldset {
        padding: 0 15px 20px 15px
    }
}

#section-1 a.selectbox-link span.selectbox-link-text,
#section-1 input,
#section-1 label {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Sweet Sans Pro Regular", sans-serif
}

@media screen and (max-width:992px) {

    #section-1 a.selectbox-link span.selectbox-link-text,
    #section-1 input,
    #section-1 label {
        font-size: 12px
    }
}

#section-1 input {
    width: 100%;
    height: 47px;
    border: none;
    border-bottom: 1px solid #b0805a;
    font-family: "Sweet Sans Pro Regular", sans-serif;
    margin: 0 0 15px 0;
    padding: 0 0 0 11px;
    background: 0 0;
    box-shadow: none;
    border-radius: 0
}

#section-1 input:focus,
#section-1 input:hover {
    border-bottom: 1px solid #e7ede7;
    outline: 0 !important
}

@media screen and (max-width:992px) {
    #section-1 input {
        margin: 0 0 10px 0;
        height: 40px
    }
}

#section-1 a.selectbox-link {
    width: 100%;
    float: left;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #e7ede7;
    background-image: none;
    border-radius: 0 !important;
    margin: 10px 0 5px 0;
    background-color: #fff !important;
    position: relative;
    z-index: 100
}

#section-1 a.selectbox-link:hover {
    border: 0;
    border-bottom: 1px solid #e7ede7;
    box-shadow: none
}

#section-1 a.selectbox-link span.selectbox-link-icon span,
#section-1 span.selectbox-disabled span.selectbox-link-icon span {
    background: url(../images/dropdown.png) 3px 4px no-repeat
}

#section-1 a.selectbox-link span.selectbox-link-icon,
#section-1 span.selectbox-disabled span.selectbox-link-icon {
    background-image: none;
    background: #fff;
    border-left: none
}

#section-1 a.selectbox-link span.selectbox-link-text,
#section-1 span.selectbox-disabled span.selectbox-link-text {
    display: block;
    margin-right: 26px;
    overflow: hidden
}

#section-1 a.selectbox-link span.selectbox-link-text,
#section-1 span.selectbox-disabled span.selectbox-link-text {
    display: block;
    margin-right: 26px;
    overflow: hidden
}

#section-1 input.hiddenfield {
    width: 1px;
    height: 1px;
    border: 0;
    float: right;
    position: relative;
    z-index: 1;
    left: -40px;
    background: 0 0
}

#section-1 input#Select_Something {
    left: -210px
}

#section-1 .selectbox-container ul li {
    display: block;
    line-height: 1.2em;
    padding: 13px 0 13px 20px;
    border-bottom: 1px solid grey;
    list-style: none;
    color: #000;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -moz-user-focus: ignore;
    -moz-user-input: disabled
}

#section-1 .selectbox-container {
    padding: 0
}

#section-1 .selectbox-container ul li.selectbox-current {
    background-color: #dfe3e7;
    color: #000
}

#section-1 .custom-select {
    position: relative;
    padding: 0 0;
    background: #dfe3e7;
    margin-bottom: 30px;
    text-transform: uppercase
}

#section-1 .custom-select select {
    display: none !important
}

#section-1 .selectbox-container ul li:first-child {
    display: none !important
}

#section-1 .selectbox-container ul li.selectbox-selected {
    background-color: #000;
    color: #fff
}

#section-1 a.selectbox-link.selectbox-link-focus {
    box-shadow: none
}

#section-1 form p {
    position: relative;
    margin: 1px 0
}

#section-1 form p label {
    position: absolute;
    top: 8px;
    left: 12px
}

@media screen and (max-width:992px) {
    #section-1 form p label {
        top: 6px
    }
}

#section-1 form p br {
    display: none
}

#section-1 form fieldset p label {
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: left
}

@media screen and (max-width:992px) {
    #section-1 form fieldset p label {
        font-size: 12px
    }
}

#section-1 label.infield {
    margin: 5px 0 0 0;
    color: grey
}

#section-1 label.error {
    margin: 6px 0 0 0;
    padding: 0 0 0 4px;
    background-color: #fff
}

#section-1 .button-link {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weigh: normal;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 15px 0 15px 10px;
    background: #b0805a;
    cursor: pointer;
    border: 0;
    text-transform: uppercase;
    transition: all .6s ease;
    color: #fff;
    text-align: left
}

#section-1 .button-link:focus,
#section-1 .button-link:hover {
    background: #000
}

#section-1 .button-link span#msg,
#section-1 .button-link span.msg {
    text-align: left;
    padding: 3px;
    font-size: 1.25rem;
    letter-spacing: 0;
    font-family: "Sweet Sans Pro Heavy", sans-serif;
    font-weigh: 900
}

#section-1 #loadingbtn,
#section-1 #thankyou {
    display: none
}

#section-1 .comment {
    color: #fff;
    height: 60px;
    line-height: 1.1
}

#section-1 ::-webkit-input-placeholder {
    color: #fff;
    line-height: 1.1
}

#section-1 ::-moz-placeholder {
    color: #fff;
    line-height: 1.1
}

#section-1 :-ms-input-placeholder {
    color: #fff;
    line-height: 1.1
}

#section-1 :-moz-placeholder {
    color: #fff;
    line-height: 1.1
}

#section-1 #privacy-policy,
#section-1 #privacy-policy-2,
#section-1 .privacy-policy,
#section-1 a.policy-link,
#section-1 a:hover.policy-link,
#section-1 p.privacy-policy {
    color: #fff
}

#section-1 .privacy-policy {
    font-size: 11px;
    color: #494949
}

#section-1 p.privacy-policy {
    font-size: 11px !important;
    margin: 0 0 0;
    line-height: 12px;
    background: url(../images/lock.png) top left no-repeat;
    padding-left: 15px
}

#section-1 a.policy-link {
    text-decoration: underline;
    color: #fff
}

#section-1 a:hover.policy-link {
    text-decoration: none;
    color: #fff
}

#section-1 #privacy-policy,
#section-1 #privacy-policy-2 {
    display: none;
    font-size: 9px
}

#section-1 .custom-select {
    position: relative;
    padding: 0 0;
    background: #000;
    color: #000;
    margin-bottom: 30px;
    text-align: left;
    font-size: 14px
}

@media screen and (max-width:992px) {
    #section-1 .custom-select {
        font-size: 12px
    }
}

#section-1 .custom-select select {
    display: none !important
}

#section-1 .select-selected {
    background-color: #fff;
    transition: all .6s ease;
    border-top: none !important;
    border-radius: 0;
    color: #000
}

#section-1 .select-selected:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3)
}

#section-1 .select-selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent
}

#section-1 .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 12px
}

#section-1 .select-items div,
#section-1 .select-selected {
    color: #000;
    padding: 12px 1rem;
    border: none;
    border-top: 1px solid grey !important;
    border-radius: 0;
    cursor: pointer
}

#section-1 .select-selected {
    border-top: none !important
}

#section-1 .select-items {
    position: absolute;
    background-color: #fff;
    top: 112%;
    left: 0;
    right: 0;
    z-index: 99;
    font-size: .875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    border-top: 0
}

@media screen and (max-width:992px) {
    #section-1 .select-items {
        font-size: 12px
    }
}

#section-1 .select-hide {
    display: none
}

#section-1 .same-as-selected,
#section-1 .select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}

#section-1 .decor-1 {
    background: url(../images/decor-circle.svg) center right no-repeat;
    background-size: contain;
    height: 420px;
    margin-right: -253px;
    margin-top: -284px
}

#section-1 .button {
    font-family: "Sweet Sans Pro Heavy", sans-serif;
    font-weigh: 900;
    color: #fff;
    background: #b0805a;
    font-size: 1.25rem;
    width: 100%;
    padding: 20px 0;
    text-transform: uppercase;
    transition: all .6s ease;
    text-align: center;
    line-height: 1;
    border: none;
    margin-top: 20px
}

#section-1 .button:hover {
    background: #000;
    color: #fff
}

@media screen and (max-width:1024px) {
    #section-1 .button {
        font-size: 19px
    }
}

@media screen and (max-width:767px) {
    #section-1 .button {
        margin: 18px auto 0 auto
    }
}

#section-1 h4 {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weigh: normal;
    text-transform: uppercase;
    font-size: 1.75rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    color: #fff;
    padding-right: 99px
}

#section-1 h4 strong {
    font-family: "Sweet Sans Pro Heavy", sans-serif;
    font-weigh: 900
}

#section-1 h4 > span {
    font-family: "Sweet Sans Pro Heavy", sans-serif;
    font-weigh: 900;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    white-space: nowrap
}

@media screen and (max-width:1024px) {
    #section-1 h4 {
        font-size: 1.5rem
    }
}

@media screen and (max-width:992px) {
    #section-1 {
        padding: 40px 0 40px 0
    }

    #section-1 .decor-1 {
        margin-top: -366px;
        height: 366px
    }

    #section-1 p {
        font-size: .9rem
    }

    #section-1 h4 {
        font-size: 19px
    }
}

@media screen and (max-width:767px) {
    #section-1 {
        padding: 50px 15px 30px 15px;
        background: #b0805a
    }

    #section-1 .decor-1 {
        display: none
    }

    #section-1 h4 {
        padding: 0 15px;
        text-align: center
    }
}

#section-2 {
    padding: 90px 0;
    background: #fff;
    color: #000;
    text-align: center;
    font-family: "Sweet Sans Pro Regular", sans-serif;
    margin-top: -138px
}

#section-2 .decor-2 {
    background: url(../images/decor-circle.svg) top left no-repeat;
    height: 284px;
    margin-left: -183px;
    margin-top: -188px
}

#section-2 .pricebox {
    z-index: 20;
    background: #dadada;
    text-align: center;
    padding: 0px 0px 40px 0px;
    height: 100%;
    transition: all .6s ease
}

#section-2 h5 {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weight: normal;
    color: #b0805a;
    font-size: 2.25rem;
    padding: 0 4rem 2rem 4rem;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block
}

#section-2 h5.greentext {
    color: #214a4c;
    padding: 0 1rem 2rem 1rem;
}

@media screen and (max-width: 992px) {
	#section-2 h5.greentext {
	    padding: 0 1rem 1rem 1rem;
	}
}

@media screen and (max-width: 767px) {
	#section-2 h5.greentext {
	    padding: 1rem 1rem 0 1rem;
	}
}

#section-2 h6 {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weigh: normal;
    font-size: 1.1rem;
    padding: 20px 11px 5px 11px;
    color: #b0805a;
    letter-spacing: 0;
    text-transform: uppercase
}

#section-2 h6 > sup {
    font-size: 1.3rem;
    top: 0
}

#section-2 h6:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    padding-top: 20px;
    border-bottom: 1px solid #b0805a
}


#section-2 .button {
    font-family: "Sweet Sans Pro Heavy", sans-serif;
    font-weight: 900;
    color: #fff;
    background: #b0805a;
    font-size: 1.25rem;
    width: 100%;
    text-transform: uppercase;
    transition: all .6s ease;
    text-align: center;
    line-height: 1;
    border: none;
    margin-top: 40px;
    padding: 20px 20px 20px 20px;
    font-size: 20px;
    letter-spacing: 0;
}


#section-2 h7 {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #b0805a;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px
}

#section-2 h8 {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #b0805a;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    padding-left: 11px;
    padding-right: 11px;
}

#section-2 ul {
    padding: 0;
    margin: 20px 0;
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weight: normal
}

#section-2 ul li {
    display: inline-block;
    color: #b0805a;
    font-size: 1.2rem;
    width: 25%
}

#section-2 ul .bed {
    background: url(../images/icon-bed.svg) left bottom no-repeat;
    padding: 0 0 0 27px;
    display: inline-block;
    background-size: 29px 32px
}

#section-2 ul .bath {
    background: url(../images/icon-bath.svg) left top no-repeat;
    padding: 0 0 0 22px;
    background-size: 23px 22px;
    display: inline-block
}

#section-2 ul .car {
    background: url(../images/icon-car.svg) left bottom no-repeat;
    padding: 0 0 0 15px;
    display: inline-block;
    background-size: 26px 29px
}

@media screen and (max-width:1024px) {
    #section-2 h5 {
        font-size: 2rem;
        padding: 0 0 4rem 0
    }

    #section-2 ul li {
        width: 30%
    }
}

@media screen and (max-width:992px) {
    #section-2 {
        padding: 40px 0 40px 0;
        margin-top: -110px
    }

    #section-2 .decor-2 {
        height: 250px
    }

    #section-2 .pricebox {
        padding: 0px 0px 40px 0px
    }

    #section-2 ul li {
        font-size: 1rem
    }

    #section-2 h6 {
        padding-top: 12px;
        font-size: .9rem;
        letter-spacing: 0
    }

    #section-2 h6 > sup {
        font-size: 1rem;
        top: 0
    }

    #section-2 h5 {
        font-size: 1.4rem;
        padding-bottom: 40px
    }

    #section-2 h8 {
        font-size: 18px
    }

    #section-2 h7 {
        font-size: .9rem
    }

    #section-2 ul .bed {
        background: url(../images/icon-bed.svg) left bottom no-repeat;
        padding: 0 0 0 19px;
        display: inline-block;
        background-size: 21px 26px
    }

    #section-2 ul .bath {
        background-size: 19px 20px;
        margin-left: -7px
    }

    #section-2 ul .car {
        background-size: 19px 23px;
        margin-left: 4px;
        padding: 0 0 0 13px
    }
}

@media screen and (max-width:767px) {
    #section-2 {
        padding: 30px 20px 40px 20px;
        margin-top: -32px
    }

    #section-2 h5 {
        font-size: 1.2rem;
        padding-bottom: 0;
        letter-spacing: 0
    }

    #section-2 h6 {
        font-size: 1.2rem;
        letter-spacing: 0
    }

    #section-2 h6 > sup {
        font-size: 1.4rem;
        top: 0
    }

    #section-2 .button {
        font-size: 16px;
    }

    #section-2 ul {
        padding: 0;
        margin: 20px 0 12px
    }

    #section-2 ul li {
        font-size: 1.25rem;
        width: 30%
    }

    #section-2 ul .bed {
        background: url(../images/icon-bed.svg) left bottom no-repeat;
        padding: 0 0 0 45px;
        display: inline-block;
        background-size: 57px 17px;
        height: 23px
    }

    #section-2 ul .bath {
        height: 28px;
        padding: 0 0 0 46px;
        margin-left: -7px;
        background-size: 54px 24px
    }

    #section-2 ul .car {
        background-size: 56px 17px;
        margin-left: 4px;
        padding: 0 0 0 36px;
        height: 23px
    }

    #section-2 .pricebox {
        border-bottom: #fff solid 10px;
        padding: 0px 0px 20px 0px;
        margin-top: 25px;
        height: auto
    }

    #section-2 .button {
        font-size: 14px;
    }


}

.sp-buttons {
    display: none
}

#video-section {
    padding: 0 0 200px;
}


#video-section video {
    width: 100%;
    height: 670px;
}

@media screen and (max-width:1024px) {
    #video-section video {

        height: 525px;

    }
}

@media screen and (max-width:992px) {
    #video-section {
        padding: 0 0 100px;
    }



    #video-section video {

        height: 425px;

    }
}

@media screen and (max-width:767px) {
    #video-section {
        padding: 0 0 100px;
    }



    #video-section video {

        height: 196px;

    }
}

#section-3 {
    padding: 60px 0;
    background: #214a4c;
    color: #fff;
    text-align: center;
    font-family: "Sweet Sans Pro Regular", sans-serif;
    margin-top: -90px
}

#section-3 .decor-3 {
    background: url(../images/decor-circle.svg) center right no-repeat;
    background-size: contain;
    height: 420px;
    margin-right: -203px;
    margin-top: -145px
}

#section-3 h9 {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weigh: normal;
    color: #b0805a;
    font-size: 2.25rem;
    padding-bottom: 4rem;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block
}

#section-3 .cols {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    padding: 0
}

#section-3 .cols ul {
    font-size: 1.25rem;
    font-family: "Sweet Sans Pro Regular", sans-serif;
    text-align: left;
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weigh: normal;
    color: #fff;
    margin-left: 40px
}

#section-3 .cols li {
    padding-bottom: 20px;
    padding-right: 39px
}

#section-3 .button {
    font-family: "Sweet Sans Pro Heavy", sans-serif;
    font-weigh: 900;
    color: #fff;
    background: #b0805a;
    font-size: 1.25rem;
    width: 100%;
    padding: 20px 0;
    text-transform: uppercase;
    transition: all .6s ease;
    text-align: center;
    line-height: 1;
    border: none;
    margin-top: 40px;
    padding: 20px 20px 20px 20px;
    font-family: "Sweet Sans Pro Heavy", sans-serif;
    font-weigh: 900;
    font-size: 25px;
    letter-spacing: 0;
    text-align: center
}

#section-3 .button:hover {
    background: #000;
    color: #fff
}

@media screen and (max-width:1024px) {
    #section-3 .button {
        font-size: 19px
    }
}

@media screen and (max-width:767px) {
    #section-3 .button {
        margin: 18px auto 0 auto
    }
}

@media screen and (max-width:1024px) {
    #section-3 .button {
        padding: 20px 20px 20px 20px;
        font-size: 18px
    }

    #section-3 li {
        padding-right: 20px
    }
}

@media screen and (max-width:992px) {
    #section-3 {
        padding: 40px 0 40px 0;
        margin-top: -41px
    }

    #section-3 h9 {
        font-size: 1.4rem;
        padding-bottom: 2rem
    }

    #section-3 .button {
        padding: 20px 20px 20px 20px
    }

    #section-3 .cols li {
        font-size: .9rem;
        padding-right: 17px
    }

    #section-3 .decor-3 {
        height: 364px;
        margin-top: -121px
    }
}

@media screen and (max-width:767px) {
    #section-3 {
        padding: 60px 0 40px;
        margin-top: -40px
    }

    #section-3 .decor-3 {
        display: none
    }

    #section-3 h9 {
        padding-bottom: 0
    }

    #section-3 li {
        padding-right: 0
    }

    #section-3 h7 {
        font-size: 2rem;
        padding-bottom: .75rem
    }

    #section-3 .cols {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        padding: 20px 0 0 0
    }

    #section-3 .cols ul {
        font-size: 1.125rem
    }

    #section-3 .button {
        font-size: 14px;

        margin-top: 0
    }
}

#section-4 {
    padding: 90px 0;
    text-align: center
}

#section-4 .decor-4 {
    background: url(../images/decor-circle.svg) center left no-repeat;
    background-size: contain;
    height: 420px;
    margin-left: -393px;
    margin-top: -103px
}

#section-4 h10 {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weigh: normal;
    color: #b0805a;
    font-size: 2.25rem;
    padding-bottom: 4rem;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block
}

#section-4 p {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weigh: normal;
    padding: 20px 10px 0;
    color: #747474;
    font-size: 1.25rem;
    line-height: 1.2
}

#section-4 .bold {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weight: 700
}

#section-4 .beach {
    background: url(../images/icon-beach.svg) center center no-repeat;
    background-size: contain;
    height: 70px;
    padding: 0 0 0 41px
}

#section-4 .beach-thumb {
    background: url(../images/thumb-beach.jpg) center center no-repeat;
    background-size: contain;
    height: 200px;
    padding: 0 0 0 41px;
    content: "";
}


#section-4 .shop {
    background: url(../images/icon-shop.svg) center center no-repeat;
    background-size: contain;
    height: 70px;
    padding: 0 0 0 41px
}

#section-4 .shop-thumb {
    background: url(../images/thumb-shopping.jpg) center center no-repeat;
    background-size: contain;
    height: 200px;
    padding: 0 0 0 41px;
    content: "";
}

#section-4 .school {
    background: url(../images/icon-school.svg) center center no-repeat;
    background-size: contain;
    height: 70px;
    padding: 0 0 0 41px
}

#section-4 .university {
    background: url(../images/thumb-university.jpg) center center no-repeat;
    background-size: contain;
    height: 70px;
    padding: 0 0 0 41px
}

#section-4 .university-thumb {
    background: url(../images/thumb-university.jpg) center center no-repeat;
    background-size: contain;
    height: 200px;
    padding: 0 0 0 41px;
    content: "";
}

#section-4 .park {
    background: url(../images/icon-park.svg) center center no-repeat;
    background-size: contain;
    height: 70px;
    padding: 0 0 0 41px
}

#section-4 .park-thumb {
    background: url(../images/thumb-map.jpg) center center no-repeat;
    background-size: contain;
    height: 200px;
    padding: 0 0 0 41px;
    content: "";
}

@media screen and (max-width:992px) {
    #section-4 {
        padding: 40px 0 20px 0
    }

    #section-4 h10 {
        font-size: 1.4rem
    }

    #section-4 p {
        font-size: .9rem
    }


    #section-4 .park-thumb {
        background: url(../images/thumb-map.jpg) center center no-repeat;
        background-size: contain;
        height: 100px;
        padding: 0 0 0 41px;
        content: "";
    }

    #section-4 .beach-thumb {
        background: url(../images/thumb-beach.jpg) center center no-repeat;
        background-size: contain;
        height: 100px;
        padding: 0 0 0 41px;
        content: "";
    }

    #section-4 .shop-thumb {
        background: url(../images/thumb-shopping.jpg) center center no-repeat;
        background-size: contain;
        height: 100px;
        padding: 0 0 0 41px;
        content: "";
    }

    #section-4 .university-thumb {
        background: url(../images/thumb-university.jpg) center center no-repeat;
        background-size: contain;
        height: 100px;
        padding: 0 0 0 41px;
        content: "";
    }
}

@media screen and (max-width:767px) {
    #section-4 {
        padding: 0 0 60px
    }

    #section-4 .decor-4 {
        display: none
    }

    #section-4 h8 {
        font-size: 2rem;
        padding-bottom: .75rem;
        margin-bottom: 41px
    }

    #section-4 h10 {
        padding-bottom: 40px
    }
}

#carousel {
    margin-top: -243px
}

@media screen and (max-width:767px) {
    #carousel {
        margin-top: 0
    }
}


#download-floorlan {
    padding: 60px 0 20px 0;
    background: #214a4c;

}

#download-floorlan .decor-4 {
    background: url(../images/decor-circle.svg) center left no-repeat;
    background-size: contain;
    height: 420px;
    margin-left: -393px;
    margin-top: -103px
}

#download-floorlan .decor-1 {
    background: url(../images/decor-circle.svg) center right no-repeat;
    background-size: contain;
    height: 220px;
    margin-right: -265px;
    margin-top: -248px
}


#download-floorlan img {
    margin-top: -30vh;
}

@media screen and (max-width:1024px) {
    #download-floorlan img {
        margin-top: -39vh;
    }

    #download-floorlan .decor-4 {
        height: 397px;
        margin-left: -338px;
    }

    #download-floorlan .decor-1 {
        margin-right: -175px;
    }

}

@media screen and (max-width:992px) {

    #download-floorlan img {
        margin-top: -30vh;
    }

}


#download-floorlan .button {
    font-family: "Sweet Sans Pro Heavy", sans-serif;
    font-weight: 900;
    color: #fff;
    background: #b0805a;
    font-size: 1.25rem;
    width: 100%;
    text-transform: uppercase;
    transition: all .6s ease;
    text-align: center;
    line-height: 1;
    border: none;
    margin-top: 40px;
    padding: 20px 20px 20px 20px;
    font-size: 20px;
    letter-spacing: 0;
}

#download-floorlan .button:hover {
    background: #000;
    color: #fff
}

@media screen and (max-width:767px) {

    #download-floorlan .decor-4 {
        height: 300px;
    }

    #download-floorlan .decor-1 {
        margin-right: -244px;
    }

    #download-floorlan .button {
        font-size: 16px;
    }
}


#section-5 {
    padding: 60px 0;
    font-size: 14px;
    color: #fff;
    background-color: #214a4c;
    margin-top: -315px
}

#section-5 a {
    color: #b0805a;
    text-decoration: none;
}

#section-5 h11 {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weight: normal;
    color: #b0805a;
    font-size: 2.25rem;
    padding-bottom: 1rem;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block
}

#section-5 p {
    padding-top: 20px;
    font-family: "Sweet Sans Pro Regular", sans-serif;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.3
}

#section-5 p > span {
    font-size: 1.5rem
}

#section-5 .button {
    font-family: "Sweet Sans Pro Heavy", sans-serif;
    font-weight: 900;
    color: #fff;
    background: #b0805a;
    font-size: 1.25rem;
    width: 100%;
    padding: 20px 0;
    text-transform: uppercase;
    transition: all .6s ease;
    text-align: center;
    line-height: 1;
    border: none;
    margin-top: 40px;
    padding: 20px 20px 20px 20px;
    font-family: "Sweet Sans Pro Heavy", sans-serif;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0;
    text-align: center
}

#section-5 .button:hover {
    background: #000;
    color: #fff
}

@media screen and (max-width:1024px) {
    #section-5 .button {
        font-size: 19px
    }
}

@media screen and (max-width:767px) {
    #section-5 .button {
        margin: 18px auto 0 auto
    }
}

@media screen and (max-width:1024px) {
    #section-5 .button {
        font-size: 16px
    }
}

@media screen and (max-width:992px) {
    #section-5 {
        padding: 40px 0 40px 0
    }

    #section-5 h11 {
        font-size: 1.4rem
    }

    #section-5 .button {
        font-size: 18px
    }
}

@media screen and (max-width:767px) {
    #section-5 {
        margin: 0;
        padding: 30px 0 30px
    }

    #section-5 p {
        margin-bottom: 0
    }

    #section-5 .button {
        font-size: 16px
    }

    #section-5 h11 {
        padding-bottom: 0
    }
}

#google-map {
    width: 100%;
    height: 600px
}

@media screen and (max-width:992px) {
    #google-map {
        height: 400px
    }
}

@media screen and (max-width:767px) {
    #google-map {
        height: 350px
    }
}

#footer {
    padding: 60px 0;
    background: #214a4c;
    font-family: "Sweet Sans Pro Regular", sans-serif;
    color: #000
}

#footer p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
}

#footer .developer-footer-logo {
    height: 50px;
    transition: all .6s ease;
    margin: 0 auto 30px auto;
    background: url(../images/developer-logo.svg) center center no-repeat;
    background-size: contain
}

#footer .developer-footer-logo:hover {
    opacity: .6
}

@media screen and (max-width:1024px) {
    #footer {
        padding-top: 30px;
        padding-bottom: 30px
    }

    #footer .developer-logo {
        height: 55px
    }
}

@media screen and (max-width:767px) {
    #footer {
        padding: 30px 0 40px
    }

    #footer .developer-logo {
        height: 55px
    }
}

#example1,
.slider-pro {
    background-color: #214a4c !important;
    padding-bottom: 40px
}

#example1 .sp-arrows,
.slider-pro .sp-arrows {
    opacity: 1
}

@media screen and (max-width:767px) {

    #example1,
    .slider-pro {
        padding-bottom: 0;
        background-color: #fff !important
    }
}

#example2,
.slider-pro {
    background-color: #000 !important
}

@media screen and (max-width:767px) {

    .slider-pro img.sp-image,
    .slider-pro img.sp-thumbnail {
        max-height: 300px
    }

    .slider-pro {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .sp-arrows {
        opacity: 1
    }
}

@media screen and (max-width:767px) {
    .sp-horizontal .sp-arrows {
        top: 42%
    }
}

#formcontent {
    background: #214a4c;
    width: 100%;
    padding: 20px 10px 15px 10px;
    margin: -680px 0 0 0;
    z-index: 100;
    -webkit-box-shadow: 0 0 36px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 36px 0 rgba(0, 0, 0, .3);
    transition: all .6s ease;
    min-height: 260px
}

#formcontent h3 {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weigh: normal;
    text-transform: uppercase;
    text-align: left;
    color: #b0805a;
    letter-spacing: 0;
    font-size: 1.9rem;
    padding: 15px 20px 0 20px
}

#formcontent h4 {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weigh: normal;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    padding: 10px 0 0 0
}

#formcontent:hover {
    -webkit-box-shadow: 0 0 44px 0 rgba(0, 0, 0, .6);
    box-shadow: 0 0 44px 0 rgba(0, 0, 0, .6)
}

@media screen and (max-width:1024px) {
    #formcontent {
        margin: -608px 0 0 0
    }

    #formcontent h3 {
        font-size: 1.65rem;
        padding: 10px 0 0 0
    }

    #formcontent h4 {
        padding: 6px 0 0 0;
        font-size: .9rem;
        margin-bottom: 0
    }
}

@media screen and (max-width:992px) {
    #formcontent {
        margin: -491px 0 0 0
    }

    #formcontent h3 {
        font-size: 1.55rem;
        padding: 10px 15px 5px 15px
    }

    #formcontent h4 {
        padding: 0 0 10px 0;
        font-size: .8rem
    }
}

@media screen and (max-width:767px) {
    #formcontent {
        margin: -25px 0 30px 0
    }

    #formcontent h3 {
        font-size: 27px;
        padding: 0 15px 5px 15px
    }

    #formcontent h4 {
        font-size: 16px
    }
}

@media screen and (max-width:336px) {
    #formcontent {
        margin: 72px 0 30px 0
    }
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

label {
    width: auto
}

#sorry1,
#thankyou1 {
    display: none;
    color: #000;
    padding: 0 0;
    font-size: 16px;
    text-align: center;
    height: 100px
}

#jpform {
    height: 295px
}

fieldset,
form {
    padding: 0;
    margin: 0;
    border: none
}

fieldset {
    padding: 0 30px 30px
}

@media screen and (max-width:1024px) {
    fieldset {
        padding: 10px 15px
    }
}

@media screen and (max-width:992px) {
    fieldset {
        padding: 0 15px 20px 15px
    }
}

a.selectbox-link span.selectbox-link-text,
input,
label {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Sweet Sans Pro Regular", sans-serif
}

@media screen and (max-width:992px) {

    a.selectbox-link span.selectbox-link-text,
    input,
    label {
        font-size: 12px
    }
}

input {
    width: 100%;
    height: 47px;
    border: none;
    border-bottom: 1px solid #b0805a;
    font-family: "Sweet Sans Pro Regular", sans-serif;
    margin: 0 0 15px 0;
    padding: 0 0 0 11px;
    background: 0 0;
    box-shadow: none;
    border-radius: 0
}

input:focus,
input:hover {
    border-bottom: 1px solid #e7ede7;
    outline: 0 !important
}

@media screen and (max-width:992px) {
    input {
        margin: 0 0 10px 0;
        height: 40px
    }
}

a.selectbox-link {
    width: 100%;
    float: left;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #e7ede7;
    background-image: none;
    border-radius: 0 !important;
    margin: 10px 0 5px 0;
    background-color: #fff !important;
    position: relative;
    z-index: 100
}

a.selectbox-link:hover {
    border: 0;
    border-bottom: 1px solid #e7ede7;
    box-shadow: none
}

a.selectbox-link span.selectbox-link-icon span,
span.selectbox-disabled span.selectbox-link-icon span {
    background: url(../images/dropdown.png) 3px 4px no-repeat
}

a.selectbox-link span.selectbox-link-icon,
span.selectbox-disabled span.selectbox-link-icon {
    background-image: none;
    background: #fff;
    border-left: none
}

a.selectbox-link span.selectbox-link-text,
span.selectbox-disabled span.selectbox-link-text {
    display: block;
    margin-right: 26px;
    overflow: hidden
}

a.selectbox-link span.selectbox-link-text,
span.selectbox-disabled span.selectbox-link-text {
    display: block;
    margin-right: 26px;
    overflow: hidden
}

input.hiddenfield {
    width: 1px;
    height: 1px;
    border: 0;
    float: right;
    position: relative;
    z-index: 1;
    left: -40px;
    background: 0 0
}

input#Select_Something {
    left: -210px
}

.selectbox-container ul li {
    display: block;
    line-height: 1.2em;
    padding: 13px 0 13px 20px;
    border-bottom: 1px solid grey;
    list-style: none;
    color: #000;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -moz-user-focus: ignore;
    -moz-user-input: disabled
}

.selectbox-container {
    padding: 0
}

.selectbox-container ul li.selectbox-current {
    background-color: #dfe3e7;
    color: #000
}

.custom-select {
    position: relative;
    padding: 0 0;
    background: #dfe3e7;
    margin-bottom: 30px;
    text-transform: uppercase
}

.custom-select select {
    display: none !important
}

.selectbox-container ul li:first-child {
    display: none !important
}

.selectbox-container ul li.selectbox-selected {
    background-color: #000;
    color: #fff
}

a.selectbox-link.selectbox-link-focus {
    box-shadow: none
}

form p {
    position: relative;
    margin: 1px 0
}

form p label {
    position: absolute;
    top: 8px;
    left: 12px
}

@media screen and (max-width:992px) {
    form p label {
        top: 6px
    }
}

form p br {
    display: none
}

form fieldset p label {
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: left
}

@media screen and (max-width:992px) {
    form fieldset p label {
        font-size: 12px
    }
}

label.infield {
    margin: 5px 0 0 0;
    color: grey
}

label.error {
    margin: 6px 0 0 0;
    padding: 0 0 0 4px;
    background-color: #fff
}

.button-link {
    font-family: "Sweet Sans Pro Regular", sans-serif;
    font-weigh: normal;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 15px 0 15px 10px;
    background: #b0805a;
    cursor: pointer;
    border: 0;
    text-transform: uppercase;
    transition: all .6s ease;
    color: #fff;
    text-align: left
}

.button-link:focus,
.button-link:hover {
    background: #000
}

.button-link span#msg,
.button-link span.msg {
    text-align: left;
    padding: 3px;
    font-size: 1.25rem;
    letter-spacing: 0;
    font-family: "Sweet Sans Pro Heavy", sans-serif;
    font-weigh: 900
}

#loadingbtn,
#thankyou {
    display: none
}

.comment {
    height: 60px;
    line-height: 60px
}

::-webkit-input-placeholder {
    color: #e7ede7;
    line-height: 60px
}

::-moz-placeholder {
    color: #e7ede7;
    line-height: 60px
}

:-ms-input-placeholder {
    color: #e7ede7;
    line-height: 60px
}

:-moz-placeholder {
    color: #e7ede7;
    line-height: 60px
}

#privacy-policy,
#privacy-policy-2,
.privacy-policy,
a.policy-link,
a:hover.policy-link,
p.privacy-policy {
    color: #fff
}

.privacy-policy {
    font-size: 11px;
    color: #494949
}

p.privacy-policy {
    font-size: 11px !important;
    margin: 0 0 0;
    line-height: 12px;
    background: url(../images/lock.png) top left no-repeat;
    padding-left: 15px
}

a.policy-link {
    text-decoration: underline;
    color: #fff
}

a:hover.policy-link {
    text-decoration: none;
    color: #fff
}

#privacy-policy,
#privacy-policy-2 {
    display: none;
    font-size: 9px
}

.custom-select {
    position: relative;
    padding: 0 0;
    background: #000;
    color: #000;
    margin-bottom: 30px;
    text-align: left;
    font-size: 14px
}

@media screen and (max-width:992px) {
    .custom-select {
        font-size: 12px
    }
}

.custom-select select {
    display: none !important
}

.select-selected {
    background-color: #fff;
    transition: all .6s ease;
    border-top: none !important;
    border-radius: 0;
    color: #000
}

.select-selected:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3)
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 12px
}

.select-items div,
.select-selected {
    color: #000;
    padding: 12px 1rem;
    border: none;
    border-top: 1px solid grey !important;
    border-radius: 0;
    cursor: pointer
}

.select-selected {
    border-top: none !important
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 112%;
    left: 0;
    right: 0;
    z-index: 99;
    font-size: .875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    border-top: 0
}

@media screen and (max-width:992px) {
    .select-items {
        font-size: 12px
    }
}

.select-hide {
    display: none
}

.same-as-selected,
.select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}

.video {
    width: 100%;
    height: 624px
}

@media screen and (max-width:1024px) {
    .video {
        height: 523px;

    }
}

@media screen and (max-width:992px) {
    .video {
        height: 423px;

    }
}

@media screen and (max-width:767px) {
     .video {
        height: 223px;

    } 
    
}