blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

.bar, .claim h3:hover {
    background-color: #fff;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

abbr, acronym, fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: 400;
    font-style: normal;
}

strong {
    font-weight: 700;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 100%;
    color: #fff;
}

q:after, q:before {
    content: '';
}

p {
    font-size: 2em;
}

.section {
    text-align: center;
}

body, html {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #fff;
}

.section, .slide {
    background-size: cover;
}

#sectionOrient360 {
    background-image: url(../../Content/images/Home/background.jpg);
    padding: 0;
}

img#close {
    background: #808080;
}

    img#close:hover {
        background: #e15143;
    }

.claim, .contactWrapper {
    padding: 5%;
}

.deviceWrapper {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 55%;
    display: inline-block;
}

.claimWrapper, .contact {
    right: 5%;
    width: 40%;
    position: absolute;
    text-align: left;
}

.contact {
    top: 75%;
    bottom: 0;
    white-space: normal;
    color: #757575;
}

.contactWrapper span {
    font-size: .8em;
}

.claimWrapper {
    bottom: 35%;
    display: inline-block;
    vertical-align: top;
}

.device img {
    width: 100%;
}

.logo img {
    position: absolute;
    width: 160px;
    top: 2%;
    left: 2%;
}

.poweredBy img {
    left: 2%;
    bottom: 2%;
    position: absolute;
    width: 100px;
}

.bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
}

h1 {
    text-align: left;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2em;
}

h2 {
    text-align: left;
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 2em;
    padding-bottom: 2em;
}

.c, h3 {
    text-align: center;
}

h3 {
    width: 50%;
    font-weight: 500;
    font-size: .75em;
    color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    border: 1px solid #fff;
    padding: 4px;
    letter-spacing: 2px;
}

.claim h3:hover {
    -webkit-transition: background-color .7s linear;
    -moz-transition: background-color .7s linear;
    -o-transition: background-color .7s linear;
    -ms-transition: background-color .7s linear;
    transition: background-color .7s linear;
    color: #757575;
}

@media only screen and (max-width: 768px) {
    .claimWrapper, .deviceWrapper {
        display: block;
        position: static;
    }

    .claim, h1, h2 {
        text-align: center;
    }

    .claimWrapper {
        left: 0;
        right: 0;
        width: 100%;
        padding-top: 5%;
    }

    .claim {
        padding: 10%;
    }

    .deviceWrapper {
        width: 80%;
        margin: 0 auto;
    }

    h1 {
        font-size: 1.75em;
    }

    h2 {
        font-size: .8em;
    }

    h3 {
        margin: 0 auto;
        width: 75%;
    }

    .contactWrapper span {
        font-size: .75em;
    }

    .contact {
        position: static;
        width: 100%;
        background-color: #fff;
        margin-top: -10%;
        bottom: 15%;
    }

    .contactWrapper {
        padding: 8% 8% 20%;
    }

    .bar {
        display: none;
    }

    .logo img {
        width: 120px;
        top: 3%;
        left: 3%;
    }

    .fp-tableCell {
        vertical-align: center;
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 5px;
    border: 1px solid #808080;
    background: rgba(255, 255, 255, 0.82);
    color: #373737;
}

    .videoWrapper h1, .videoWrapper h2, .videoWrapper h3, .videoWrapper h4 {
        color: #373737;
    }

    .videoWrapper embed, .videoWrapper iframe, .videoWrapper object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.requestVideo {
    font-size: .75em;
    bottom: 0;
}

.v {
    padding: 30px 20%;
}

.p {
    padding-top: 50px;
}

.requestVideo span {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    border: 1px solid #757575;
    padding: 4px;
    letter-spacing: 2px;
    margin-left: 10px;
    color: #757575;
}

    .requestVideo span:hover {
        background-color: #757575;
        -webkit-transition: background-color .7s linear;
        -moz-transition: background-color .7s linear;
        -o-transition: background-color .7s linear;
        -ms-transition: background-color .7s linear;
        transition: background-color .7s linear;
        color: #FFF;
    }

@media only screen and (max-width: 900px) {
    .requestVideo {
        padding: 10%;
        display: block;
        text-align: right;
    }

        .requestVideo span {
            margin-top: 6px;
            display: block;
        }
}

@media only screen and (max-width: 600px) {
    .v {
        padding: 20px 0;
    }
}

.login {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 0;
}

    .login img {
        width: 50%;
        height: 50%;
    }
