/* This CSS file contains the plugin and the custom css for the Hilton landing page.
 * Written by THEADKGROUP
* --------------------------------------- */

@font-face {
    font-family: 'Simple Joys';
    src: url('../v2images/Fonts/SimpleJoy/SimpleJoys-Regular.eot'); /* IE9 Compat Modes */
    src: url('../v2images/Fonts/SimpleJoy/SimpleJoys-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../v2images/Fonts/SimpleJoy/SimpleJoys-Regular.woff') format('woff'), /* Modern Browsers */
    url('../v2images/Fonts/SimpleJoy/SimpleJoys-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../v2images/Fonts/SimpleJoy/SimpleJoys-Regular.svg#SimpleJoys-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}

.fp-section {
    position: relative; /* Safari<=5 Android<=3 */ /* <=28 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    background-color: rgba(0, 0, 0, .4);
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: scroll;

}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

#fp-nav.right {
    right: 17px;
}

#fp-nav.left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

.fp-slidesNav.bottom {
    bottom: 17px;
}

.fp-slidesNav.top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav li,
.fp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.fp-slidesNav li {
    display: inline-block;
}

#fp-nav li a,
.fp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav li .active span,
.fp-slidesNav .active span {
    background: #333;
}

#fp-nav span,
.fp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
}

.fp-tooltip.right {
    right: 20px;
}

.fp-tooltip.left {
    left: 20px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#sectionAppReviews,
#section0,
#section1,
#section2,
#section3,
#section4,
#section7,
#section8 {
    background-size: cover;
}

#sectionAppReviews {
    background-image: url(../v2images/ocean.jpg);
}

/* Section 0 */

#section0 {
    background-image: url(../v2images/ocean.jpg);
    padding: -120px 0 0 0;
}

#section0 .text {
    margin-bottom: 14px;
}

#section0 .text h2 span.break {
    padding-right: 280px;
    display: block;
}

#section0 .text h2 {
    margin-bottom: 30px;
    max-width: 685px;
}

#section0 .text h2 span,
#section9 .text h2 span {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#section0 .text h2 strong {
    font-size: 0.5em;
    line-height: 1em;
    margin-top: 35px;
}

#section0 .text ul {
    max-width: 340px;
    font-family: 'Loew W00 Regular', Arial, sans-serif;
    font-size: 1.25em;
}

#section0 .text li {
    margin-bottom: 10px;
}

#section0 .container {
    padding-top: 80px;
}

/* Section 0 END */

/* Section 9 */

#section9 .content {
    padding: 40px 0;
}

#section9 .text {
    float: none;
    text-align: unset;
}

#section9 .text p {
    margin-bottom: 10px;
}

#section9 .text h2 {
    text-align: center;
}

#section9 .text h2 span {
    color: #1d1d1d;
    font-family: 'Loew W00 Black', Arial, sans-serif;
    font-size: 41px;
}

#section9 .text h2 > span {
    display: inline-block;
    max-width: 515px;
}

#section9 .text h2 .blueText {
    color: #009CDE;
}

#section9 .fp-tableCell {
    background: 0;
}

#section9 .imgDevices {
    width: 70%;
}

#section9 .app-box {
    left: 0;
    right: 0;
}

/* Section 9 END */

.text h2 .smallText {
    font-family: 'Loew W00 Heavy', Arial, sans-serif;
    font-size: 21px;
    padding-top: 20px;
    display: block;
    text-transform: none;
    line-height: 37.3333px;
}

#section1 {
    background-image: url(../v2images/bookyourstay.jpg);
    padding: 0% 0 0 0;
}

#section2 {
    background-image: url(../v2images/unlock-with-app.jpg);
    padding: 0% 0 0 0;
}

#section3 {
    background-image: url(../v2images/pillows.jpg);
    padding: 0% 0 0 0;
}

#section4 {
    background-image: url(../v2images/corner-ocean.jpg);
    padding: 0% 0 0 0;
}

/*
#section6 {
    background-image: url(../v2images/new-york-skyline.jpg);
    padding: 0% 0 0 0;
}
*/

/*
#section7 {
    background-image: url(../v2images/view-of-alii.jpg);
    padding: 0% 0 0 0;
}
*/

#section8 {
    background-image: url(../v2images/beach-lobster-champagne.jpg);
    padding: 0% 0 0 0;
}

#section9 {
    background-image: url(../v2images/ocean2.jpg);
    padding: 0% 0 0 0;
    background-size: cover;
    position: relative;
}

#section5 {
    background-image: url(../v2images/Digital-Check-Out.jpg);
    padding: 0% 0 0 0;
    background-size: cover;
    position: relative;
}

.no-phone {
    background: white none;
    z-index: 6000;
    position: relative;

}

.no-phone .fp-tableCell {
    background-color: #fff;
}

.section {
    text-align: center;
}

/*------------------------------------------ CUSTOM CSS -----------------------------------------------------*/
body {
    background-color: #fff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: normal;
    font-size: 16px !important;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

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

a {
    color: inherit;
    text-decoration: none;
}

a img {
    border: 0px;
}

a:hover {
    text-decoration: underline;
}

header {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 70px;
    background-color: #f5f5f5;
}

header .logo {
    float: left;
    margin-top: 5px;
}

header .logo img {
    width: 118px;
    height: 50px;
    margin-top: 8px;
}

header .brandbar img {
    width: 731px;
    float: left;
    margin-top: 13px;
}

header .nav-in-page ul {
    height: 70px;

    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

header .faq {
    position: relative;
    top: 15px;
    left: 650px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 8px;
    color: #FFF;
    display: inline-block;
    text-transform: none;
    font-size: 17px;
    font-family: 'Loew W00 Bold', Arial, Helvetica, sans-serif;
    opacity: 0;
}

.main-area {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.phone-all {
    overflow: hidden;
    width: 300px;
    position: fixed;
    z-index: 12;
    display: block;
    top: 140px;
    float: left;
    height: 800px;
}

.phone-case {
    width: 300px;
    position: fixed;
    z-index: 11;
    display: block;
    height: 100%;
    overflow: hidden;
}

.phone-slides {
    width: 300px;
    position: fixed;
    z-index: 10;
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 0px;
}

.phone-slides img {
    display: none;
    width: 300px;
    float: left;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: -25px;
    overflow: hidden;
    -webkit-transition: all .65s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all .65s cubic-bezier(0.23, 1, 0.32, 1);
}

.phone-slides img.visible-img {
    display: block;
    opacity: 1;
    right: 0px;
    -webkit-transition: all .65s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all .65s cubic-bezier(0.23, 1, 0.32, 1);
}

.phone-slides img.hidden-img {
    display: block;
    opacity: 0;
    left: -100%;
    -webkit-transition: all .7s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content {
    display: block;
    margin-left: 340px;
    color: #FFF;
    vertical-align: middle;
    /* margin-top: 120px; */
}

.text {
    display: block;
    float: left;
    text-align: left;
}

.text h2 {
    font-family: 'Loew W00 Black', Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    letter-spacing: -0.35px;

    line-height: 1;
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 30px;
}

.text .simpleJoy {
    display: block;
    font-family: 'Simple Joys', Arial, sans-serif;
    font-size: 200px;
    line-height: 0.75;
    letter-spacing: -10px;
    padding-top: 20px;
    text-transform: none;
}

.blueText {
    color: #009CDE;
}

.lowercaseText {
    text-transform: lowercase;
}

.text h2 strong {
    font-weight: normal;
    display: block;
    text-transform: none;
    font-size: .7em;
    margin-top: 10px;
}

.text .superButtonPara {
    margin-top: 40px;
}

.littleSmallerHeadlinePlease #section0 h2.diff {
    font-size: 35px;
    margin-top: 20px;
}

.text p {
    font-family: 'Loew W00 Heavy', Arial, sans-serif;
    font-size: 21px;
    line-height: 37.3333px;
    margin-top: 0;
    padding-top: 20px;
    text-transform: none;
}

.text p.sectionFinePrint {
    font-size: 13px;
    margin-top: 40px;
}

.text ul {
    font-family: 'Loew W00 Heavy', Arial, sans-serif;
    font-size: 21px;
    list-style: disc;
    margin-left: 19px;
    text-transform: none;
}

.txtImgLocation {
    float: right;
    font-family: 'Loew W00 Bold', Arial, sans-serif;
    font-size: 16px;
    text-transform: none;
}

.bottomsection .app-boxWrapper {
    float: none;
    margin: 0 auto;
}

.bottomsection .app-box span {
    display: inline;
}

.app-boxWrapper {
    display: inline-block;
    float: left;
}

.app-box {
    background-color: #FFF;
    color: #1d1d1d;
    display: block;
    padding: 27px;
}

.app-box.bottom {
    padding-left: 0;
    padding-right: 0;
}

.app-box span {
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    font-family: 'Loew W00 Heavy', Arial, sans-serif;
    text-align: left;
    width: 290px;
}

.app-box ul {
    display: block;
}

.app-box ul li {
    display: inline-block;
    margin: 20px 20px 0 0;
}

/*
.app-box ul li.windows-store {
	margin-right: 0px;
}
*/
.app-box ul li.windows-tablet {
    margin-right: 0px;
}

.app-box ul li:last-child {
    margin-right: 0px;
}

.app-box .ios-store,
.app-box .android-store {
    width: 136px;
    height: 40px;
}

.app-box a {
    display: block;
}

.app-box img {
    pointer-events:none;
}

.no-phone h2 {
    color: black;
}

.no-phone .content {
    margin: 0 auto;
    text-align: center;
}

#yt-video {
    border: 2px solid #FFF;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
    height: 300px;
    width: 60%;
    max-width: 800px;
}

.video h2 {
    font-size: 52px;
    font-weight: normal;
    text-align: center;
    color: #001e39;
    margin-top: 70px;
    margin-bottom: 0px;
}

.video p {
    font-family: 'Loew W00 Black', Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 125%;
    font-size: 200%;
    margin: 15px 0px;
    color: #001e39;
    display: inline-block;
    width: 100%;
}

.video h3 {
    -webkit-font-smoothing: antialiased;
    color: rgb(138, 142, 141);
    display: block;
    /*font-family: freight-sans-pro, sans-serif;*/
    /*font-family: 'FreightSans Light', "freight-sans-pro", sans-serif;*/
    font-size: 35px;
    font-weight: normal;
    height: 47px;
    margin: 0px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    line-height: 20px;
}

.fine-print {
    font-size: 12px;
    font-family: 'Loew W00 Regular', Arial, sans-serif;
}

#fp-nav {
    z-index: 50000;
}

#fp-nav span, .fp-slidesNav span {
    border: 0px solid white;
    background-color: white;
    width: 12px;
    height: 12px;
    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1);
    z-index: 20000 !important;
}

#fp-nav li .active span, .fp-slidesNav .active span {
    background: #00aeef;
    border: #00aeef;
}

.fine-print {
    color: #1d1d1d;
    text-transform: none;
    margin: 3px auto 3px;
    width: 84%;
}

.fine-print:after {
    content: " ";
    clear: both;
}

.video .app-box {
    position: relative;
    margin: 0 auto 10px;
    margin-bottom: 20px;
    float: none;
    padding-top: 0px;
}

.video .app-box ul li.windows-tablet {
    margin-right: 0px !important;
}

.phone-responsive {
    display: none;
}

.footer-brandbar {
    display: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.video-section {
    margin-bottom: 35px;
    width: 350px;
    position: relative;
}
.video--videoContainer {
    position: relative;
    padding-bottom: 46%;
    padding-top: 25px;
    height: 0;
    border: 1px solid #fff;
    clear: both;
}

.video--videoContainer iframe,
.video--videoPreviewImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-playing .video--videoPreviewImage,
.video--videoContainer.video-playing::before {
    display: none;
}

.vbox-item {
    display: inline-block;
}

.vbox-item::before {
    content: " ";
    display: block;
    background-image: url(../v2images/play.svg);
    width: 70px;
    height: 70px;
    background-size: 70px;
    background-repeat: no-repeat;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.vbox-item::after {
    background: #1d1d1d;
    content: '';
    display: block;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

@media only screen and (max-width: 1025px) {
    header {
    display: none;
}

    #fullpage {
        top: 0;
    }
}

@media only screen and (min-width: 1025px) {
    header .faq {
        z-index: 1025;
    }

    .txtImgLocation {
        bottom: 8px;
        position: absolute;
        right: 50px;
    }

}

@media only screen and (max-width: 1300px) {
    #section0 {
        background-position-x: 38%;
    }
}

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

    /* Disable the fancy phone-slideshow-thing */
    .phone-all {
        display: none;
    }

    .phone-case {
        display: none;
    }

    .brandbar {
        display: none;
    }

    /* Enable the responsive phone images */
    .phone-responsive {
        display: block;
    }

    #section0 {
        background: url(../v2images/ocean.jpg) 56%;
        background-size: cover;
    }

    #section0 .text h2 span.break {
        padding-right: 52px;
    }

    #section1 {
        background: url(../v2images/bookyourstay.jpg) 56%;
    }

    #section2 {
        background: url(../v2images/unlock-with-app.jpg) 56%;
    }

    #section3 {
        background: url(../v2images/pillows.jpg) 42%;
    }

    #section4 {
        background: url(../v2images/corner-ocean.jpg) 67%;
    }

    #section4 {
        background: url(../v2images/corner-ocean.jpg) 67%;
    }
    
    #section6 {
        background: url(../v2images/new-york-skyline.jpg) 67%;
    }

    #section7 {
        background: url(../v2images/view-of-alii.jpg) 67%;
    }

    #section8 {
        background: url(../v2images/beach-lobster-champagne.jpg) 67%;
    }

    #section1 .text,
    #section2 .text,
    #section3 .text,
    #section4 .text {
        padding-right: 0px !important;
    }

    #section2 .text h2 {
        margin-right: 30px;
    }

    #section2 .text {
        padding-right: 60px;
    }

    #section4 .text h2 {
        padding-right: 0px !important;
    }

    .footer-brandbar {
        display: inline-block;
        width: 100%;
        margin-top: 30px;
        border-top: 2px solid black;
    }

    .footer-brandbar img {
        margin: 30px auto 0px auto;
        max-width: 75%;
    }

    .container {
        max-width: 100%;
        width: 99%;
    }

    header .logo {
        float: left;
        margin: 20px auto;
        text-align: center;
        width: 100%;
    }

    header .logo img {
        /* height: 65px;*/
    }

    header .faq {
        position: relative;
        z-index: 15000;
        top: -5px;
        left: 930px;
    }

    .content {
        margin: 0px 0px 0px 0px;
        padding: 0px 15px;
    }

    .phone-responsive {
        float: left;
        width: 240px !important;
        margin-right: 40px;
        margin-left: 160px;
    }

    .text {
        float: left;
        max-width: 410px;
        margin-top: 70px;
    }

    .text h2 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .text p {
        font-size: 22px;
        margin-top: 0px;
    }

    #section0 .app-box {
        margin-left: 440px;
        margin-right: 15px;
    }

    #section0 .app-box h3 {
        margin-right: 0;
    }

    .content.video {
        padding-top: 0px;
    }

    .video h2 {
        font-size: 45px;
    }

    .video h3 {
        padding: 0px 5px 0px 5px;
        font-size: 25px;
        font-weight: normal;
    }

    #yt-video {
        width: 100%;
        height: 450px;
    }

    .video .app-box ul {
        width: 100%;
        text-align: center;
    }

    .video .app-box li { /* width: 100%; */
    }

    .video .app-box {
        position: relative;
        top: auto;
        left: auto;
        width: 98%;
    }

    .phone-responsive img {
        max-width: 100%;
    }

    .fine-print {
        width: 100%;
    }

    .txtImgLocation {
        bottom: 8px;
        position: absolute;
        right: 50px;
    }


    #section9 .text {
        max-width: none;
    }

    .app-boxWrapper {
        max-width: 410px;
        clear: none;
        float: left;
    }

    #section0 .app-box {
        margin-left: 0px;
    }

    .video-section {
        max-width: 410px;
    }

    .text .simpleJoy {
        font-size: 3.5em;
        letter-spacing: -4.6px;
    }

}

@media only screen and (max-width: 905px) {
    .phone-responsive {
        margin-left: 0;
    }

    #section0 .app-box h3 {
        margin-bottom: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 800px) {
    /* Disable the fancy phone-slideshow-thing */
    .phone-all {
        display: none;
    }

    .phone-case {
        display: none;
    }

    .brandbar {
        display: none;
    }

    /* Enable the responsive phone images */
    .phone-responsive {
        display: block;
    }

    #sectionAppReviews {
        background: url(../v2images/ocean.jpg) 13%;
    }

    #section0 {
        background: url(../v2images/ocean.jpg) 56%;
        background-size: cover;
    }

    #section0 .container {
        padding-top: 0;
    }

    #section1 {
        background: url(../v2images/bookyourstay.jpg) 56%;
    }

    #section2 {
        background: url(../v2images/unlock-with-app.jpg) 56%;
    }

    #section3 {
        background: url(../v2images/pillows.jpg) 42%;
    }

    #section4 {
        background: url(../v2images/corner-ocean.jpg) 67%;
    }

    #section4 .text h2 {
        padding-right: 0 !important;
    }

    #section6 {
        background: url(../v2images/new-york-skyline.jpg) 67%;
    }

    #section7 {
        background: url(../v2images/view-of-alii.jpg) 67%;
    }

    #section8 {
        background: url(../v2images/beach-lobster-champagne.jpg) 67%;
    }
	
	#sectionAppReviews,
	#section0,
	#section1,
	#section2,
	#section3,
	#section4,
	#section7,
	#section8 {
		background-size: cover;
	}

    .footer-brandbar {
        display: inline-block;
        width: 100%;
        margin-top: 30px;
        border-top: 2px solid black;
    }

    .footer-brandbar img {
        margin: 30px auto 0px auto;
        max-width: 75%;
    }

    .container {
        max-width: 100%;
        width: 97%;
    }

    header {
        height: 105px;
    }

    header .logo {
        float: left;
        margin: 20px auto;
        text-align: center;
        width: 100%;
    }

    header .faq {
        position: relative;
        z-index: 15000;
        top: -5px;
        left: 670px;
    }

    .content {
        margin: 0px 0px 0px 0px;
        padding: 50px 15px;
    }

    .bottomsection .content {
        padding: 0;
    }

    .phone-responsive {
        float: left;
        width: 240px !important;
        margin-right: 40px;
        margin-left: 0px;
    }

    .text {
        float: left;
        max-width: 410px;
        margin-top: 70px;
    }

    .text h2 {
        font-size: 2.2em;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .text .simpleJoy {
        font-size: 3.5em;
    }

    .text p {
        font-size: 22px;
        margin-top: 0px;
    }

    #section0 .app-box {
        margin-right: 30px;
        margin-left: 0;
    }

    .app-box h3 {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .content.video {
        padding-top: 0px;
    }

    .video h2 {
        font-size: 45px;
    }

    .video h3 {
        font-size: 25px;
        font-weight: normal;
    }

    .video p {
        font-size: 200%;
    }

    #yt-video {
        width: 100%;
        height: 450px;
    }

    .video .app-box ul {
        width: 100%;
        text-align: center;
    }

    .video .app-box li { /* width: 100%; */
    }

    .video .app-box {
        position: relative;
        top: auto;
        left: auto;
        width: 98%;
    }

    .phone-responsive img {
        max-width: 100%;
    }

    .fine-print {
        width: 100%;
    }

    .txtImgLocation {
        position: relative;
    }
}

/* All displays smaller than 500px */
@media only screen and (max-width: 500px) {

    /* Disable the fancy phone-slideshow-thing */
    .phone-all {
        display: none;
    }

    .phone-case {
        display: none;
    }

    .brandbar {
        display: none;
    }

    /* Enable the responsive phone images */
    .phone-responsive {
        display: block;
    }

    header .logo a img {
        height: 45px;
    }

    header .logo {
        margin: 10px auto;
    }

    #sectionAppReviews {
        background: url(../v2images/ocean.jpg) 56%;
    }

    #section0 {
        background: url(../v2images/ocean.jpg) 56%;
        background-size: cover;
    }

    #section1 {
        background: url(../v2images/bookyourstay.jpg) 56%;
    }

    #section2 {
        background: url(../v2images/unlock-with-app.jpg) 56%;
    }

    #section3 {
        background: url(../v2images/pillows.jpg) 42%;
    }

    #section4 {
        background: url(../v2images/corner-ocean.jpg) 67%;
    }

    #section6 {
        background: url(../v2images/new-york-skyline.jpg) 67%;
    }

    #section0 .text h2 span.break {
        padding-right: 0px;
        display: block;
        width: 230px;
    }

    #section1 .text h2 {
        width: 290px;
    }

    #section2 .text h2 {
        width: 290px;
    }

    #section3 .text h2 {
        width: 260px;
    }

    #section3 .text {
        margin-top: 20px;
    }

    #section4 .text h2 {
        width: 290px;
    }
    .video-section {
        max-width: 290px;
        margin: auto;
        float: none;
    }
    .footer-brandbar {
        display: inline-block;
        width: 100%;
        margin-top: 30px;
        border-top: 2px solid black;
    }

    .footer-brandbar img {
        margin: 30px auto 0px auto;
        max-width: 96%;
    }

    .container {
        max-width: 100%;
        width: 100%;
    }

    header {
        height: auto;
    }

    header .logo {
        float: left;
        margin: 00px auto !important;
        text-align: center;
        width: 100%;
    }

    header .faq {
        position: absolute;
        z-index: 15000;
        top: 50px;
        left: 240px;
    }

    .content {
        margin: 0px 0px 0px 0px;
        padding: 50px 15px;
    }

    .content.video {
        padding-top: 0px;
    }

    .text {
        width: auto;
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 25px;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .text h2 {
        font-size: 2em;
        margin-right: 0px !important;
        padding-right: 0px !important;
    }

    .text p {
        font-size: 20px;
    }

    .text h2.diff {
        line-height: 115%;
    }

    #section0 .app-box {
        padding: 6px;
        margin-right: 0;
    }

    #section0 .app-boxWrapper {
        width: 100%;
        margin: 0px;
        position: relative;
        clear: both;
    }
    .video-section {
        margin-bottom: 20px;
    }

    .video h2 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .video h3 {
        padding: 0px 5px 0px 5px;
        font-size: 25px;
        line-height: 28px;
        font-weight: normal;
        margin-bottom: 45px;
    }

    #yt-video {
        width: 100% !important;
        height: 150px;
    }

    .video .app-box ul {
        width: 100%;
        text-align: center;
    }

    .video .app-box li { /* width: 100%; */
    }

    .video .app-box {
        position: relative;
        top: auto;
        left: auto;
        width: 98%;
    }

    .phone-responsive {
        max-width: 120px;
    }

    .phone-responsive img {
        max-width: 100%;
    }

    .text .simpleJoy {
        font-size: 2.35em;
        letter-spacing: -3.76px;
    }

    .app-box {
        padding: 0;
    }

    .app-box ul li {
        margin-right: 0;
    }

    .app-box span {
        width: 270px;
    }
}

/***************MEDIA QUERIES FOR HEIGHT********************/

@media (max-height: 880px) and (min-width: 500px) {
    #section0 .content {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (max-height: 755px) {

    .phone-case {
        width: 260px;
    }

    .phone-slides img.visible-img {
        width: 260px;
        position: static;
        margin-top: 1px;
    }

    .phone-slides img {
        width: 260px;
    }

    .phone-slides {
        width: 260px;
    }

    #yt-video {
        height: 270px;
        width: 50%;
    }
}

@media (max-height: 710px) {
    #yt-video {
        width: 45%;
        height: 220px;
    }
}

@media (max-height: 670px) {
    .phone-case, .phone-slides, .phone-slides img {
        width: 230px;
    }

    .phone-slides img.visible-img {
        width: 230px;
        position: static;
        margin-top: 1px;
    }

    #yt-video {
        width: 37%;
        height: 197px;
    }
}

@media (max-height: 650px) {
    #yt-video {
        width: 30%;
        height: 150px;
    }

    .video h2 {
        font-size: 45px;
    }

    .video h3 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .video p {
        font-size: 220%;
    }
}

@media (max-height: 618px) {
    .phone-case, .phone-slides, .phone-slides img {
        width: 200px;
    }

    .phone-slides img.visible-img {
        width: 200px;
        position: static;
        margin-top: 1px;
    }

    .text {
        margin-top: 70px;
    }

    .video h3 {
        margin-bottom: 5px;
    }

    #section3 .text {
        margin-top: 100px;
    }
}

@media (max-height: 618px) and (max-width: 500px) {
    .text {
        margin-top: 20px;
    }

    #section3 .text {
        margin-top: 20px;
    }

    .video h2 {
        margin-bottom: 10px;
    }

    .video h3 {
        margin-bottom: 10px;
    }
}

@media (max-height: 585px) and (max-width: 500px) {
    .video h3 {
        margin-bottom: 30px !important;
    }
}

@media (max-height: 585px) {
    .video h2 {
        font-size: 40px;
    }

    .video h3 {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .video p {
        font-size: 200%;
    }
}

.video .app-box ul {
    display: inline-block;
}
