
body, html
{
    color: #000000;
}

a
{
    color: #f7963d;
    font-weight: bold;
    cursor: pointer;
}
a:hover
{
    text-decoration: none;
}

.container
{
    width: 1440px;
}

/* SECOND SCREEN */
.second
{
    padding-top: 135px;
    padding-bottom: 140px;
    background-color: #ffffff;
    background-image: url("../image/bg.png");
    background-repeat: no-repeat;
    background-position-y: 135px;
    background-position-x: right;
}

.header-text
{
    margin-bottom: 35px;
    text-transform: uppercase;
    font-family: "GothamProMedium", "Arial", sans-serif;
    font-size: 36px;
    line-height: 36px;
}

.feature-item
{
    display: block;
    float: left;
    width: 600px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.feature-row
{
    margin-top: 50px;
    margin-bottom: 50px;
}

.feature-image
{
    display: block;
    float: left;
    width: 70px;
    height: 80px;
    vertical-align: top;
    background-size: contain;
    background: no-repeat top left;
}

.feature-content
{
    display: inline-block;
    width: 500px;
    padding-left: 50px;
    vertical-align: top;
    box-sizing: border-box;
}

.feature-header
{
    text-align: left;
    font-family: "GothamProMedium", "Arial", sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 24px;
}

.feature-text
{
    text-align: left;
    font-family: "GothamProLight", "Arial", sans-serif;
    font-size: 18px;
    margin-bottom: 0;
}

.button-orange
{
    position: relative;
    height: 70px;
    font-family: "GothamProBold", "Arial", sans-serif;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    background-color: #f79535;
}

.button-orange:hover .button-orange-hover
{
    opacity: 1;
}

.button-orange span
{
    display: inline-block;
    position: relative;
    z-index: 10;
}

.button-orange-hover
{
    width: 552px;
    position: absolute;
    top: -24px;
    left: -26px;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.top25
{
    margin-top: 25px;
}

.left15
{
    margin-left: 15px;
}

/* FIRST SCREEN */
.owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel .owl-item
{
    height: 100%;
}

.first
{
    position: relative;
}
.first .container-fluid
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
}

.first .container-fluid .item
{
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.first .container-fluid .item:before
{
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.form
{
    padding: 50px 90px;
    background-color: #ffffff;
}

.form-header-img
{
    display: block;
    width: 64px;
    height: 70px;
    margin: 0 auto;
}

.form-header
{
    margin-top: 23px;
    margin-bottom: 35px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-family: "GothamProMedium", "Arial", sans-serif;
}

.form-subheader
{
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-family: "GothamProRegular", "Arial", sans-serif;
}

.form-subheader span
{
    color: #f79436;
    font-size: 24px;
    font-family: "GothamProBold", "Arial", sans-serif;
}

.form-input
{
    width: 100%;
    height: 47px;
    margin-bottom: 30px;
    border: 1px solid #c9c9c9;
    border-radius: 0;
    background: #ffffff;
    color: #8e8e8e;
    position: relative;
    overflow: hidden;
    outline: none;
    font-family: "GothamProLight", "Arial", sans-serif;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
    text-align: left;
    line-height: 48px;
}

.form-button
{
    width: 100%;
    height: 70px;
    border: none;
    outline: none;
    border-radius: 0;
    background: #f79535;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    font-family: "GothamProBold", "Arial", sans-serif;
    font-size: 24px;
    display: block;
    text-align: center;
    transition: all 300ms ease-in-out;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.form-label
{
    display: block;
    position: relative;
    margin-top: 60px;
    margin-left: -46px;
}

.form-label img
{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 29px;
    vertical-align: middle;
}

.form-label p
{
    display: inline-block;
    vertical-align: middle;
    font-family: "GothamProRegular", "Arial", sans-serif;
    font-size: 18px;
}

.first-left
{
    margin-top: 146px;
}

.city
{
    display: block;
    width: 192px;
    height: auto;
    background: #f79436;
}

.city p
{
    width: 100%;
    margin-bottom: 0;
    padding: 4px 0;
    font-size: 18px;
    font-family: "GothamProMedium", "Arial", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}

.header-first
{
    margin-top: 30px;
    margin-bottom: 70px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "GothamProBold", "Arial", sans-serif;
    line-height: 50px;
    font-size: 36px;
}

.first-mark
{
    position: relative;
}

.first-mark:before
{
    display: inline-block;
    position: absolute;
    content: "";
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 14px;
    background: #f79535;
}

.first-mark p
{
    display: inline-block;
    margin: 0;
    padding-left: 35px;
    font-size: 24px;
    font-family: "GothamProMedium", "Arial", sans-serif;
    color: #ffffff;
}

.first-mark img
{
    display: inline-block;
    position: absolute;
    top: -12px;
    right: -92px;
    z-index: 10;
}

.facts
{
    margin-top: 252px;
}

.facts .fact
{
    display: inline-block;
}

.facts .fact:nth-child(1)
{
    margin-right: 90px;
}

.fact img
{
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

.fact p
{
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
    font-family: "GothamProRegular", "Arial", sans-serif;
    color: #ffffff;
    vertical-align: middle;
}

.form-container
{
    position: relative;
}

.form-container .form-inner
{
    position: relative;
    opacity: 1;
    transition: all 300ms ease-in-out;
    z-index: 10;
}

.form-container .form-load, .form-container .form-inner-2, .form-container .form-load-2, .form-container .form-result
{
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.form-load .form-subheader
{
    margin-bottom: 75px;
    font-size: 16px;
}

.form-result .form-subheader
{
    margin-top: 75px;
    font-size: 16px;
}

.form-load i, .form-load-2 i
{
    margin-bottom: 25px;
    color: #f79436;
}

.form-load-2 i
{
    margin-top: 100px;
}

.form-inner-2 .medium
{
    font-family: "GothamProMedium", "Arial", sans-serif;
}

.form-inner-2 .form-subheader
{
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 25px;
}

label
{
    width: 100%;
}

input.form-button:hover
{
    background: #ef8b29;
}

@media (min-width: 1280px) and (max-width: 1599px)
{
    .container
    {
        width: 1200px;
    }

    .form-header
    {
        font-size: 15px;
    }

    .form-subheader
    {
        font-size: 15px;
    }

    .form-subheader span
    {
        font-size: 18px;
    }

    .selectric
    {
        margin-bottom: 20px;
    }

    .form
    {
        padding: 30px 90px;
    }

    .form-header
    {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .form-subheader
    {
        margin-bottom: 25px;
        font-size: 15px;
    }

    .form-input
    {
        margin-bottom: 20px;
    }

    .form-button
    {
        height: 60px;
        font-size: 18px;
    }

    .form-label
    {
        margin-top: 50px;
    }

    .form-label p
    {
        font-size: 15px;
    }

    .first-left
    {
        margin-top: 75px;
    }

    .header-first
    {
        margin-bottom: 50px;
        line-height: 44px;
        font-size: 30px;
    }

    .first-mark p
    {
        padding-left: 30px;
        font-size: 20px;
    }

    .first-mark:before
    {
        width: 10px;
    }

    .first-mark img
    {
        top: -10px;
        right: -80px;
        width: 290px;
    }

    .facts
    {
        margin-top: 238px;
    }

    .facts .fact:nth-child(1)
    {
        margin-right: 40px;
    }

    .fact img
    {
        margin-right: 15px;
    }

    .fact p
    {
        font-size: 16px;
        line-height: 16px;
    }

    .second
    {
        padding-top: 80px;
        padding-bottom: 90px;
        background-position-y: 80px;
    }

    .header-text
    {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 30px;
    }

    .feature-row
    {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .feature-header
    {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 22px;
    }

    .feature-text
    {
        font-size: 16px;
    }

    .button-orange
    {
        height: 60px;
        font-size: 18px;
        line-height: 60px;
    }

    .button-orange-hover
    {
        width: 459px;
        top: -20px;
        left: -21px;
    }

    .form-inner-2 .form-subheader
    {
        font-size: 14px;
    }
}

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

    .container
    {
        width: 90%;
    }

    .first-left
    {
        margin-top: 40px;
    }

    .header-first
    {
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 25px;
        font-size: 20px;
    }

    .first-mark
    {
        display: none;
    }

    .facts
    {
        display: none;
    }

    .form
    {
        padding: 20px 10px 60px 10px;
    }

    .form-header-img
    {
        width: 45px;
        height: auto;
    }

    .form-header
    {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 15px;
    }

    .form-label
    {
        display: none;
    }

    .form-subheader
    {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .form-subheader span
    {
        font-size: 18px;
    }

    .selectric
    {
        margin-bottom: 15px;
    }

    .form-input
    {
        margin-bottom: 15px;
    }

    .form-button
    {
        height: 50px;
        font-size: 18px;
    }

    .form-inner-2 .form-subheader
    {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 5px;
    }

    .second
    {
        padding-top: 40px;
        padding-bottom: 60px;
        background-position-y: 40px;
    }

    .header-text
    {
        text-align: center;
        margin-bottom: 31px;
        font-size: 24px;
        line-height: 24px;
    }

    .feature-item
    {
        width: 100%;
        margin-bottom: 30px;
    }

    .feature-image
    {
        float: none;
        margin: 0 auto 10px auto;
        background: no-repeat center center;
    }

    .feature-text
    {
        text-align: center;
        font-size: 16px;
    }

    .feature-header
    {
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 20px;
    }

    .feature-content
    {
        width: 100%;
        padding-left: 0;
    }

    .feature-row
    {
        margin-top: 0;
        margin-bottom: 0;
    }

    .left15
    {
        margin-left: 0;
    }

    .top25
    {
        margin-top: 0;
    }

    .button-orange
    {
        height: 50px;
        font-size: 18px;
        line-height: 50px;
    }

    .button-orange-hover
    {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1279px)
{
    br
    {
        display: none;
    }

    .container
    {
        width: 750px;
    }

    .first-left
    {
        margin-top: 40px;
    }

    .header-first
    {
        margin-top: 30px;
        margin-bottom: 40px;
        line-height: 40px;
        font-size: 30px;
    }

    .first-mark, .facts, .form-label
    {
        display: none;
    }

    .form
    {
        margin: 0 100px;
        padding: 30px 45px;
    }

    .form-inner-2 .form-subheader
    {
        margin-bottom: 15px;
    }

    .selectric
    {
        margin-bottom: 20px;
    }

    .form-input
    {
        margin-bottom: 20px;
    }

    .form-button
    {
        height: 50px;
        font-size: 18px;
    }

    .second
    {
        padding-top: 80px;
        padding-bottom: 100px;
        background-position-y: 80px;
    }

    .header-text
    {
        text-align: center;
        margin-bottom: 31px;
        font-size: 24px;
        line-height: 24px;
    }

    .feature-item
    {
        width: 100%;
        margin-bottom: 30px;
    }

    .feature-image
    {
        float: none;
        margin: 0 auto 10px auto;
        background: no-repeat center center;
    }

    .feature-text
    {
        text-align: center;
        font-size: 16px;
    }

    .feature-header
    {
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 20px;
    }

    .feature-content
    {
        width: 100%;
        padding-left: 0;
    }

    .feature-row
    {
        margin-top: 0;
        margin-bottom: 0;
    }

    .left15
    {
        margin-left: 0;
    }

    .top25
    {
        margin-top: 0;
    }

    .button-orange
    {
        width: 450px;
        height: 50px;
        float: none;
        margin: 10px auto 0 auto;
        font-size: 18px;
        line-height: 50px;
    }

    .button-orange-hover
    {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1279px) and (orientation: landscape)
{
    .form
    {
        margin: 0;
        padding: 30px 15px 40px 15px;
    }

    .form-header-img {
        width: 50px;
        height: auto;
    }

    .form-header
    {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 13px;
    }

    .form-subheader span
    {
        font-size: 20px;
    }

    .form-subheader
    {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .feature-item
    {
        width: 50%;
    }

    .feature-text
    {
        font-size: 19px;
    }

    .selectric
    {
        margin-bottom: 15px;
    }

    .form-input
    {
        margin-bottom: 15px;
    }

    .form-inner-2 .form-subheader
    {
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        font-size: 13px;
    }
}