.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

#mfPreviewBar {
    display: none;
}

.close-button {
    display: none;
}

#fps {
    display: none !important;
    position: fixed;
    bottom: 0;
    left: 0;
}

/*
UI STYLES
==================================
*/

html, body{ background-color: #000; padding: 0; margin: 0; overflow: hidden; width: 100%; height: 100%; }
#bg{ position: fixed; top: 50%; margin-top: -349px; z-index: 1;}
#test-controller{ position: absolute; z-index: 5000; top: 50px; left: 0; color: #fff;  }
#test-controller ul{ list-style: none; padding: 0; margin:0; cursor: pointer; }
#five_logo { position: relative; padding: 0; margin: 0; z-index: 5; }
#five_logo canvas { width: 100%; height: 100%; }
#instagram-video { width: 100%; }


body > div.dg.ac{ position: absolute; z-index: 5000; }

/*
PROMOTION PAGE
==================================
*/
#promotion {
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    min-height: 1px;
    width: 100%;
    height: 100%;
}

#promotion-container {
    position: relative;
    margin: 75px auto 0 auto;
    width: 70%;
}

.sidebar-footer-promotion {
    display: none;
}


/*
MOBILE FRAMEWORK
==================================
*/

html.mobile-scroll, body.mobile-scroll {
    overflow-y: visible;
    position:relative;
    -webkit-overflow-scrolling: touch;
}

#mobile-container {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    margin-top: 25px;
    padding: 20px 12px 0 12px;
}

.mobile-intro, .mobile-content, .mobile-products, .mobile-footer {
    position: relative;
    margin: 0 auto;
    max-width: 450px;
}

.mobile-content {
    margin-bottom: 50px;
}

.mobile-products {
    margin-bottom: 50px;
    margin-top: 40px;
}

h1.mobile-product-title {
    color: #4d4d4d;
    font-family: 'FFDINWebProCondBoldItalic', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-style: normal;
    line-height: 55px;
    border-bottom: 1px solid #4d4d4d;
    margin-top: 0;
    padding-top: 0;
}

h2.mobile-product-subtitle {
    font-family: 'FFDINWebProCondBoldItalic', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-style: normal;
    line-height: 50px;
    text-align: right;
    margin-bottom: 0;
}

p.mobile-intro-message {
    font-family: 'FFDINWebProCondBoldItalic', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 30px;
}

p.mobile-section-intro {
    font-family: 'FFDINWebProCondBoldItalic', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: right;
    text-transform: uppercase;
    line-height: 55px;
    width: 90%;
}

p.mobile-product-link {
    text-align: center;
}

p.mobile-product-link > a {
    font-size: 15px;
}

.mobile-link-arrow {
    color: #1CA9E3;
    margin-left: 2px;
    font-size: 15px;
}

.mobile-content-user-name {
    font-family: "FFDINWebProCondBoldItalic","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #FFF;
    width: 90%;
    font-size: 25px;
    position: absolute;
    left: 10px;
    bottom: 7px;
}

.mobile-content-social {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.mobile-content-play-button {
    right: 10px;
    position: absolute;
    top: 10px;
}

#intro-arrow-mobile {
    padding-bottom: 200px;
}

.mobile-content-container {
    position:relative;
}

img.mobile-intro-image {
    margin-top: 30px;
}

img.mobile-section-image {
    margin-bottom: 40px;
}

img.mobile-homepage-image {
    margin-top: 8%;
}

img.mobile-product-image {
    margin-bottom: 40px;
}

img.mobile-section-image:hover {
    cursor: pointer;
}

.mobile-footer-row {
    padding: 10px;
    text-align: center;
    border-top: 1px solid rgba(186, 187, 190, 0.25);
}

.add-border-bottom {
    border-bottom: 1px solid rgba(186, 187, 190, 0.25);
}

.mobile-sidebar-footer-row {
    max-width: 550px;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid rgba(186, 187, 190, 0.25);
}

.sidebar-copyright {
    text-align: center;
}


/*
GENERAL
==================================
*/

.noscript-container { border: 1px solid red; padding: 10px; text-align: center; width: 300px; margin: 100px auto; color: #fff; }

#mobile {
    background-color: rgb(58,58,58);
    display: none;
}

#desktop {
    background-color: rgb(0,0,0);
    display: block;
}

.inner {
    position: relative;
    height: inherit;
    width: 125%;
    left: -285px;
}

#main, #products {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #000000;
}

#main {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0;
}

canvas {
    z-index: 5;
}

#error-page {
    width: 100%;
    height: 100%;
    min-height: 700px;
    min-width: 1200px;
    background-color: #000000;
    text-align: center;
}

.sidebar-closed {
    padding-left: 270px;
}

#error-message {
    width: 750px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -375px;
    margin-top: -50px;
}

#browser-message {
    width: 750px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -375px;
    margin-top: -100px;
}

#error-status {
    text-align: right;
}

#main-content {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0;
    box-sizing: border-box
}

#main-mobile-content {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0;
    box-sizing: border-box;
}

canvas {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-family: 'FFDINWebProCondBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.din {
    color: #1ca9e5;
    font-family: 'FFDINWebProCondBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.din-no-italic {
    font-family: 'FFDINWebProCondBlack', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1.error-headline {
    font-style: normal;
    font-size: 30px;
    margin:0;
    padding-bottom: 15px;
    font-family: 'FFDINWebProCondBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1.browser-headline {
    font-style: normal;
    font-size: 30px;
    margin:0;
    padding-bottom: 10px;
    font-family: 'FFDINWebProCondBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1.mobile-headline {
    font-size: 28px;
    font-style: normal;
    padding: 15px 7px 0 0;
    margin: 0;
    font-family: "FFDINWebProCondBoldItalic","Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    float: left;
}

.browser-images {
    width: 350px;
    padding-top: 25px;
    margin: 0 auto;
}

p {
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

p.social-header {
    color: #babbbe;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0 0 0;
    margin: 0;
}

p.status {
    font-style: normal;
    font-weight: 400;
    padding: 15px 50px;
    font-family: 'FFDINWebProCondBoldItalic', Helvetica Neue, Helvetica, Arial, sans-serif;
}

p.product-expanded {
    text-align: left;
}

p.mobile-footer-copyright {
    font-family: "FFDINWebPro", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #676767;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 10px;
}

p.sidebar-mobile-footer-copyright {
    font-family: "FFDINWebPro", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #676767;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 10px;
}
.mobile-content .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.mobile-content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.status-full {
    font-style: normal;
    font-weight: 400;
    padding: 15px 50px;
}

a {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 32px;
    outline: 0;
}

a.lang {
    font-size: 10px;
    outline: 0;
}

a:link, a:visited {
    color: #babbbe;
    outline: 0;
}

a:hover, a:active {
    color: #1ca9e3;
    text-decoration: none;
}

a.escape-links {
    font-size: 18px;
    font-style: normal;
    padding: 0 5px;
}

.link-divider {
    position: relative;
    top: -2px;
}

a.social-link {
    width: 33px;
    height: 33px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

a.social-link:hover {
    width: 33px;
    height: 33px;
    opacity: 1;
    filter: alpha(opacity=100);
}

a.product-expanded-link {
    color: #A8A8A8;
    font-size: 17px;
    text-transform: uppercase;
    margin-right: 22px;
    font-style: normal;
    font-family: "FFDINWebProCondBoldItalic", Helvetica Neue, Helvetica, Arial, sans-serif;
}

a.product-expanded-link:hover {
    color: #ffffff;
}

a.footer-link {
    font-family: "FFDINWebPro", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #676767;
    font-style: normal;
}

a.footer-link:hover {
    color: #00a8e9;
}

a.sidebar-footer-link {
    font-family: "FFDINWebPro", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #676767;
    font-style: normal;
}

a.sidebar-footer-link:hover {
    color: #00a8e9;
}

ul {
    margin: 0;
    padding: 0;
}

ul > li {
    list-style: none;
    text-align: center;
}

#lang-arrow {
    width: 11px;
    height: 6px;
    position: absolute;
    top: 12px;
    left: 183px;
}

span.icon-arrow-down {
    background: transparent url(../img/lang-arrows.png) left top no-repeat;
}

span.icon-arrow-up {
    background: transparent url(../img/lang-arrows.png) left -6px no-repeat;
}

sub, sup {
    position: relative;
    font-size: 45%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -1.05em;
    left: .2em;
}

img.social-image {
    width: 36%;
    margin-top: 10px;
}

/*.social-image {*/
    /*width: 36%;*/
    /*margin-top: 10px;*/
/*}*/

.social-right {
    text-align: right;
    padding: 0;
}

.col-xs-6.social-right {
    padding-right: 10px;
}

.social-center {
    text-align: center;
    padding: 0;
}

.col-xs-12.social-center {
    padding: 0 70px;
}

.social-left {
    text-align: left;
    padding: 0;
}

.col-xs-6.social-left {
    padding-left: 10px;
}

/*
MODAL
==================================
*/

.modal-backdrop.in {
    filter: alpha(opacity=100);
    opacity: 1;
    width: 100%;
    height: 100%;
    background: #000000 url(../img/five-gradient2.png) no-repeat center top;
    background-size: 100% 100%;
    position: fixed;
}

.modal-backdrop.in.modal-expanded {
    filter: alpha(opacity=100);
    opacity: 1;
    width: 100%;
    height: 100%;
    background: #000000;
    background-size: 100% 100%;
    position: fixed;
}

.five-close {
    width: 29px;
    height: 29px;
    position: fixed;
    right: 16px;
    top: 15px;
    margin: 5px;
    background-color: #1ca9e3;
    color: #ffffff;
    text-align: center;
    line-height: 29px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1500;
}

.five-close-mobile {
    width: 29px;
    height: 29px;
    position: relative;
    right: 5px;
    top: 5px;
    margin: 5px;
    background-color: #1ca9e3;
    color: #ffffff;
    text-align: center;
    line-height: 29px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1700;
}

.five-close-mobile {
    top: -40px;
    z-index: 1100;
}

.five-close:hover, .five-close-mobile:hover {
    background-color: #fff;
    color: #1ca9e3;
}

.modal-header, .modal-body, .modal-footer {
    text-align: center;
    border: none;
}

.modal-header, .modal-body {
    padding: 0;
}

.modal-body {
    padding-top: 10px;
}

.modal-footer {
    padding-top: 30px;
}

.modal-dialog {
    /*margin: 150px auto 0 auto;*/
    margin: 50px auto 0 auto;
}

p.modal-text {
    /*font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    color:  #aaa;
    /*font-weight: 200;*/
    /*line-height: 28px;*/
    line-height: 38px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    /*font-size: 18px;*/
    font-size: 26px;
}
p.modal-text-finale {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color:  #aaa;
    font-weight: 200;
    line-height: 28px;
    text-align: center;
    max-width: 633px;
    margin: 0 auto;
    font-size: 18px;
}
p.modal-text .slogan {
  color: #fff;
  font-style: italic;
}

p.modal-text.bolder {
    font-weight: 600;
    font-size: 18px;
}

h1.five-title, h2.five-title, h1.five-subtitle, h2.mobile-modal-title {
    color: #fff;
    font-family: 'FFDINWebProCondBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}
h1.five-title, h1.five-subtitle  {
  color: #fff;
}
h1.five-title {
    font-size: 90px;
    padding: 0;
    margin: 0;
}

h1.five-subtitle {
    font-size: 38px;
    padding: 0;
    margin: 0;
}

h2.five-title, h2.mobile-modal-title {
    font-size: 37px;
}

.modal-content {
    background: none repeat scroll 0% 0% transparent;
    box-shadow: none;
    border: none;
}

.five-share {
    height: 40px;
}

.five-share-vine {
    background: transparent url(../img/vine-share-modal.png) no-repeat center top;
}

.five-share-vine:hover {
    background: transparent url(../img/vine-share-modal.png) no-repeat center -40px;
}

.five-share-instagram {
    background: transparent url(../img/instagram-share-modal.png) no-repeat center top;
}

.five-share-instagram:hover {
    background: transparent url(../img/instagram-share-modal.png) no-repeat center -40px;
}

.five-share-youtube {
    background: transparent url(../img/youTube-share-modal.png) no-repeat center top;
}

.five-share-youtube:hover {
    background: transparent url(../img/youTube-share-modal.png) no-repeat center -40px;
}

.five-share-twitter {
    background: transparent url(../img/twitter-share-modal.png) no-repeat center top;
}

.five-share-twitter:hover {
    background: transparent url(../img/twitter-share-modal.png) no-repeat center -40px;
}

.five-share-facebook {
    background: transparent url(../img/facebook-share-modal.png) no-repeat center top;
}

.five-share-facebook:hover {
    background: transparent url(../img/facebook-share-modal.png) no-repeat center -40px;
}

.five-share-logo {
    height: 80px;
    margin-top: 3px;
    margin-left: 3px;
}

.five-social {
    max-width: 320px;
    padding: 1em;
    margin: 0 auto;
}

.mobile-share {
    position: relative;
    float: left;
}

.you-tube {

}

.five-share-text {
    width: 50%;
    position: relative;
    float: left;
    text-align: left;
    padding-left: 15px;
    font-size: 28px;
    color: #6F7985;
}

.five-share-arrows {
    height: 20px;
    margin-top: -5px;
    margin-left: 10px;
}

.vine-share, .instagram-share, .instagramvideo-share, .youTube-share, .twitter-share, .facebook-share {
    position: relative;
    float: left;
}

.vine-share, .instagram-share, .instagramvideo-share, .twitter-share, .facebook-share {
    width: 16%;
}

.youTube-share {
    width: 24%;
}

.share-icons {
    max-width: 480px;
    margin: 0 auto;
}

p.social-text {
    font-size: 16px;
    color: #82898f;
    text-align: left;
    padding-left: 30px;
}

.social-text-container {
    padding-top: 10px;
}

/*
HEADER
==================================
*/

header {
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
/* Make the masthead heading the same height as the navigation */
header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}

.five-moment, .five-moment-promotion {
    width: 186px;
    height: 30px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 203;
    cursor: pointer;
    display: block;
    background: url(../img/5ive_share_btn.png) no-repeat left top;
}

.five-moment:hover, .five-moment-promotion:hover {
    background: transparent url(../img/5ive_share_btn.png) no-repeat left -30px;
}

.five-mobile-moment {
    z-index: 251;
    position: fixed;
    top: 10px;
    right: 10px;
    height: 25px;
    display: block;
}

.five-mobile-moment:hover {
    cursor: pointer;
}

/*
SIDEBAR MENU
==================================
*/

aside {
    position: fixed;
    left: 0;
    top: 0;
    width: 20.83333%;
    height: 100%;
    border: 1px solid #ccc;
}

#five-logo {

}

#five-logo-mobile {
    min-width: 200px;
    margin: 0 auto;
    text-align: center;
    width: 200px;
    position: relative;
}

img.five-logo {
    height: 74px;
    position: fixed;
    top: 15px;
    left: 50px;
    cursor: pointer;
}

img.five-logo-mobile {
    height: 30px;
    margin-top: 11px;
    position: relative;
    float: left;
    margin-left: 4px;
}

#sidebar {
    position: fixed;
    top: 0;
    left: -285px;
    display: inline-block;
    vertical-align: top;
    width: 285px;
    height: 100%;
    z-index: 200;
    -webkit-backface-visibility: hidden;
    min-height: 1px;
    padding: 70px 0 0 10px;
    background-color: rgb(20,20,20);
    /*border-right: 1px solid rgba(186, 187, 190, 0.25);*/
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
}

#mobile-sidebar {
    position: fixed;
    top: 0;
    left: -285px;
    display: inline-block;
    vertical-align: top;
    width: 285px;
    height: 100%;
    z-index: 200;
    /*-webkit-backface-visibility: hidden;*/
    min-height: 1px;
    padding: 70px 0 0 10px;
    background-color: rgb(20,20,20);
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#promotion-sidebar {
    position: fixed;
    top: 0;
    left: -285px;
    display: inline-block;
    vertical-align: top;
    width: 285px;
    height: 100%;
    z-index: 200;
    /*-webkit-backface-visibility: hidden;*/
    min-height: 1px;
    padding: 70px 0 0 10px;
    background-color: rgb(20,20,20);
}

#product-sidebar {
    position: absolute;
    top: 0;
    left: -285px;
    display: inline-block;
    vertical-align: top;
    width: 285px;
    height: 100%;
    z-index: 200;
    -webkit-backface-visibility: hidden;
    min-height: 1px;
    padding: 70px 0 0 10px;
    background-color: transparent;
    /*border-right: 1px solid rgba(186, 187, 190, 0.25);*/
}

#sidebar-header {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 201;
    display: block;
}

#sidebar-header-promotion {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 201;
    display: block;
}

#sidebar-header-mobile {
    z-index: 250;
    width: 100%;
    background: #262626;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
}

#sidebar-header-mobile-promotion {
    z-index: 250;
    width: 100%;
    background: #4e4e4e;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#sidebar-five-logo {
    text-align: center;
    margin-bottom: 25px;
}

.sidebar-five-logo {
    width: 70px;
    cursor: pointer;
}

.sidebar-five-mobile-logo {
    cursor: pointer;
}

.sidebar-toggle.mobile-toggle {
    top: 15px;
    left: 10px;
    position: absolute;
}

.twitter-social-image-container-s3, .facebook-social-image-container-s3, .youtube-social-image-container-s3 {
    width: 33px;
    height: 33px;
    margin-top: 10px;
    border-radius: 3px;
}

.twitter-social-image-container-s3 {
    background: transparent url(../img/t-s3.png) no-repeat center top;
    float: right;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.twitter-social-image-container-s3:hover {
    background: transparent url(../img/t-s3.png) no-repeat center -33px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.facebook-social-image-container-s3 {
    background: transparent url(../img/fb-s3.png) no-repeat center top;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

#mobile-social-footer > .facebook-social-image-container-s3 {
    margin-left: 50%;
}

.facebook-social-image-container-s3:hover {
    background: transparent url(../img/fb-s3.png) no-repeat center -33px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.youtube-social-image-container-s3 {
    background: transparent url(../img/yt-s3.png) no-repeat center top;
    float: left;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.youtube-social-image-container-s3:hover {
    background: transparent url(../img/yt-s3.png) no-repeat center -33px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.twitter-social-image-container-s2, .facebook-social-image-container-s2 {
    width: 46px;
    height: 46px;
    margin-top: 10px;
    border-radius: 5px;
}

.twitter-social-image-container-s2 {
    background: transparent url(../img/t-s2.png) no-repeat center top;
    float: right;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.twitter-social-image-container-s2:hover {
    background: transparent url(../img/t-s2.png) no-repeat center -46px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.facebook-social-image-container-s2 {
    background: transparent url(../img/fb-s2.png) no-repeat center top;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.facebook-social-image-container-s2:hover {
    background: transparent url(../img/fb-s2.png) no-repeat center -46px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.facebook-social-image-container-s1 {
    width: 49px;
    height: 49px;
    margin: 10px auto 0 auto;
    border-radius: 5px;
    background: transparent url(../img/fb-s1.png) no-repeat center top;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.facebook-social-image-container-s1:hover {
    background: transparent url(../img/fb-s1.png) no-repeat center -49px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.sidebar-toggle.closed {
    background: transparent url(../img/menu.png) no-repeat left top;
    width: 20px;
    height: 20px;
}

.sidebar-toggle.open {
    background: transparent url(../img/menu.png) no-repeat left -20px;
    width: 20px;
    height: 20px;
}

/*.sidebar-toggle {*/
    /*background: transparent url(../img/hamburger_close.png) no-repeat left top;*/
    /*width: 20px;*/
    /*height: 20px;*/
/*}*/

.sidebar-toggle:hover {
    cursor: pointer;
}

.animate-logo-up {
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: scale(0,0) translate(0, 0); /* IE 9 */
    -o-transform: scale(0,0) translate(0, 0); /* IE 9 */
    -webkit-transform: scale(0,0) translate(0, 0); /* Safari */
    transform: scale(0,0) translate(0, 0);
}

.animate-logo-down {
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: scale(1,1) translate(0, 0); /* IE 9 */
    -o-transform: scale(1,1) translate(0, 0) /* IE 9 */
-webkit-transform: scale(1,1) translate(0, 0); /* Safari */
    transform: scale(1,1) translate(0, 0);
}

.accordion--faq, .accordion--faq-none {
    max-width: 550px;
    margin: 0 auto;
}

.accordion--faq2 {
    /*Remove for global content*/
    max-width: 550px;
    margin: 0 auto;
    padding: 5px;
}

.social-tab {
    display: block;
}

.accordion__product, .accordion__product-none, .accordion-language, .social-tab, .language-tab {
    border-bottom: 1px solid rgba(186, 187, 190, 0.25);
}

.accordion__header, .accordion__header-none, .accordion-header, .gallery-tab, .social-tab, .language-tab {
    position: relative;
    display: inline-block;
    letter-spacing: 0.031em;
    /*line-height: 2.3;*/
    width: 100%;
    text-align: center;
}

.promo-heading, .gallery-heading-promotion {
    position: relative;
    display: inline-block;
    letter-spacing: 0.031em;
    width: 100%;
    text-align: center;
}

.accordion__header, .accordion__header-none {
    /*border-top: 1px solid rgb(186, 187, 190);*/
    padding: 1em .5em .6em .5em;
    border-top: 1px solid rgba(186, 187, 190, 0.25);
}

.accordion__header:hover, .accordion__header:focus, .accordion-header:hover, .accordion-header:focus, .accordion__header-none:hover, .accordion__header-none:focus {
    color: blue;
    cursor: pointer;
}

.social-tab, .language-tab {
    padding: 0 1em 2em 1em;
}

.social-tab.social-mobile-footer {
    border: none;
    width: 100%;
}

#promotion-link, #gallery-promotion {
    border-top: 1px solid rgba(186, 187, 190, 0.25);
    outline: 0;
    padding: 10px 0 5px 0;
}

.gallery-tab {
    padding: 1.2em 1em 0.3em 1em;
    border-top: 1px solid rgba(186, 187, 190, 0.25);
    outline: 0;
}

.accordion__heading, .accordion__heading-none, .promo-heading, .gallery-heading, .gallery-heading-promotion {
    color: #ffffff;
    display: inline-block;
    margin: 0;
    font-size: 24px;
}
.accordion__heading:hover, .accordion__heading-none:hover, .gallery-heading:hover {
  color: #1ca9e3;
}

.promo-heading:hover, .gallery-heading-promotion:hover {
    color: #1ca9e3;
    cursor: pointer;
}

.accordion-heading {
    color:  #ffffff;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
}

.accordion__content {
    /*Remove for global content*/
    padding: 0 1em 1em 1em;
}

.icon-arrow-down {
    display: inline-block;
    color: #ffffff;
    line-height: 2.3;
    float: right;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -2px;
    left: 185px;
}

li.product-list p {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 32px;
    color: #babbbe;
    padding: 0;
    margin: 0;
}

li.product-list p:hover {
    color: #1ca9e3;
    text-decoration: none;
    cursor: pointer;
}

li.product-list.active-product p {
    color: #1ca9e3;
}

.up-arrow {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    z-index: 15;
    background: transparent url('../img/arrow-up-page.png') no-repeat center top;
    border: 1px solid #808080;
    margin-bottom: 10px;
}
.up-arrow-full {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 500px;
    z-index: 15;
}

.up-arrow.first-page {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.up-image {
    width: 30px;
}

.up-arrow:hover {
    cursor: pointer;
    background: #00a8e9 url('../img/arrow-up-page.png') no-repeat center -30px;
    border: 1px solid #00a8e9;
}

.up-arrow.first-page:hover {
    cursor: default;
    background: transparent url('../img/arrow-up-page.png') no-repeat center top;
    border: 1px solid #808080;
}

.down-arrow {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    z-index: 15;
    background: transparent url('../img/arrow-down-page.png') no-repeat center top;
    border: 1px solid #808080;
    margin: 0;
}
.down-arrow-full {
    position: absolute;;
    width: 30px;
    height: 500px;
    z-index: 14;
    margin: 0;
}

.down-arrow.last-page {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.intro-down-arrow {
    position: absolute;
    bottom: 75px;
    width: 30px;
    height: 30px;
    left: 50%;
    z-index: 15;
    border: 1px solid #808080;
    background: transparent url('../img/arrow-down-page.png') no-repeat center top;
}

.intro-down-arrow.mobile-down {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
}

.down-image {
    width: 30px;
}

.down-arrow:hover {
    cursor: pointer;
    background: #00a8e9 url('../img/arrow-down-page.png') no-repeat center -30px;
    border: 1px solid #00a8e9;
}

.down-arrow.last-page:hover {
    cursor: default;
    background: transparent url('../img/arrow-down-page.png') no-repeat center top;
    border: 1px solid #808080;
}

.intro-down-arrow:hover {
    cursor: pointer;
    background: #00a8e9 url('../img/arrow-down-page.png') no-repeat center -30px;
    border: 1px solid #00a8e9;
}


/*
EXPANDED SINGLE-VIEW CONTENT
==================================
*/

.expanded-image {
    width: 100%;
}

.expanded-body {
    padding: 20px;
}

.modal-dialog.squared {
    max-width: 500px;
    margin-top: 0;
}

.modal-dialog.rectangular {
    margin-top: 0;
}

.expanded-footer {
    padding: 0 20px;
}

.expanded-inner-container {
    float: right;
    padding-right: 10px;
    width: 115px;
}

.expanded-close-image {
    position: absolute;
    right: -25px;
    top: 38px;
    width: 25px;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.expanded-close-image:hover {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}

.expanded-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #babbbe;
    font-size: 18px;
    text-align: left;
    padding-left: 5px;
}
.expanded-title a {
  color: #337ab7;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  outline: 0;
  text-transform: none;
}

.target-social-icons {
    width: 80px;
    position: absolute;
    bottom: 5px;
    right: 61px;
}

.twitter-target-image {
    height: 19px;
}

.facebook-target-image {
    height: 20px;
}

.twitter-expanded-image, .facebook-expanded-image {
    opacity: 0.35;
    filter: alpha(opacity=35);
}

.twitter-expanded-image:hover, .facebook-expanded-image:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}

/*
PAGINATION
==================================
*/

.navigation-container {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 200;
}

.content-pagination {
    position: relative;
    float: left;
    z-index: 200;
}

.content-pagination > ul > li {
    width: 30px;
    height: 7px;
    padding: 0;
    cursor: pointer;
    background: #808080;
    margin-bottom: 10px;
    color: transparent;
    font-size: 1px;
}

.top-pill-padding {
    margin-top: 42px;
}

.bottom-pill-padding {
    margin-bottom: 42px;
}

.content-pagination > ul > li:first-child {
    background: #00a8e9;
}

.content-pagination > ul > li:hover  {
    background: #00a8e9;
}

.content-pagination > ul > li.blue-link {
    background: #00a8e9;
}

.content-pagination > ul > li:first-child.gray-link {
    background: #808080;
}

.content-pagination > ul > li:first-child.gray-link:hover {
    background: #00a8e9;
}

.product-pagination {
    position: relative;
    float: left;
    z-index: 100;
}

.product-pagination > ul > li {
    width: 30px;
    height: 7px;
    padding: 0;
    cursor: pointer;
    background: #808080;
    margin-bottom: 10px;
    color: transparent;
    font-size: 1px;
}

.product-pagination > ul > li:first-child {
    background: #00a8e9;
}

.product-pagination > ul > li:hover  {
    background: #00a8e9;
}

.product-pagination > ul > li.blue-link {
    background: #00a8e9;
}

.product-pagination > ul > li:first-child.gray-link {
    background: #808080;
}

.product-pagination > ul > li:first-child.gray-link:hover {
    background: #00a8e9;
}

#left-side, #right-side {
    min-width: 100px;
    height: inherit;
    position: relative;
    float: left;
}

/*
FOOTER
==================================
*/

footer {
    text-align: center;
}

#mars-footer-panel, .mars-footer-container {
    background: rgba(0, 0, 0, .8) !important;
    min-width: 300px !important;
    position: absolute !important;
    bottom: 0;
}

.mars-footer-container {
  background: rgba(0, 0, 0, .8) !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  text-align: center !important;
  width: 100% !important;
}
.mars-footer-icon {
  display: none !important;
}
.mars-footer-icon-size-medium {
  display: none !important;
  padding: 0 !important;
}
.mars-footer-list-right {
  display: inline !important;
  float: left !important;
  left: 50% !important;
  position: relative !important;
  text-align: center !important;
  text-transform: uppercase !important;
  vertical-align: middle !important;
  margin: 0 auto !important;
}
.mars-footer-list-right li {
  border-left: none !important;
  display: inline-block !important;
  float: left !important;
  position: relative !important;
  right: 50% !important;
}
.mars-footer-list-right li a {
  color: rgba(255, 255, 255, 0.25) !important;
  margin: 0 20px !important;
  font-style: normal !important;
}
.mars-footer-list-right li a:hover {
  color: rgba(255, 255, 255, 1) !important;
  text-decoration: none !important;
}
.mars-footer-legal {
  display: block !important;
  float: none !important;
  text-align: center !important;
  text-transform: uppercase !important;
  vertical-align: middle !important;
  width: 100% !important;
}
.mars-footer-legal p {
  color: rgba(255, 255, 255, 0.25) !important;
  margin: 0 !important;
  padding: 0 !important;
}
#mars-footer-panel {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
    min-height: 55px !important;
  text-align: center !important;
  width: 100% !important;
    z-index: 6 !important;
}

.mars-footer-promotion-page {
    position: relative !important;
    float: left !important;
}


/*
RESPONSIVE STYLES
==================================
*/

/* TODO: FIGURE OUT MAX PHONE SCREEN SIZE */

@media screen and (max-width: 995px) {
    .fb-container {
      display: block;
    }
    h2.five-title, h1.five-subtitle {
        font-size: 30px;
    }
    h2.mobile-modal-title {
        font-size: 30px;
    }
    h1.five-title {
        font-size: 80px;
    }
    p.modal-text, p.modal-text.bolder {
        font-size: 15px;
        line-height: 20px;
    }
    .modal-body {
        padding-right: 20px;
        padding-left: 20px;
        max-width: 550px;
        margin: 0 auto;
    }
    .modal-footer {
        padding-top: 15px;
        padding-bottom: 60px;
    }
    .share-icons {
        max-width: 400px;
    }
    .five-share {
        height: 35px;
    }
    .five-share-vine {
        background: transparent url(../img/vine-share-modal-tablet.png) no-repeat center top;
    }

    .five-share-vine:hover {
        background: transparent url(../img/vine-share-modal-tablet.png) no-repeat center -35px;
    }

    .five-share-instagram {
        background: transparent url(../img/instagram-share-modal-tablet.png) no-repeat center top;
    }

    .five-share-instagram:hover {
        background: transparent url(../img/instagram-share-modal-tablet.png) no-repeat center -35px;
    }

    .five-share-youtube {
        background: transparent url(../img/youTube-share-modal-tablet.png) no-repeat center top;
    }

    .five-share-youtube:hover {
        background: transparent url(../img/youTube-share-modal-tablet.png) no-repeat center -35px;
    }

    .five-share-twitter {
        background: transparent url(../img/twitter-share-modal-tablet.png) no-repeat center top;
    }

    .five-share-twitter:hover {
        background: transparent url(../img/twitter-share-modal-tablet.png) no-repeat center -35px;
    }

    .five-share-facebook {
        background: transparent url(../img/facebook-share-modal-tablet.png) no-repeat center top;
    }

    .five-share-facebook:hover {
        background: transparent url(../img/facebook-share-modal-tablet.png) no-repeat center -35px;
    }
    .expanded-body {
        max-width: 100%
    }
}

@media screen and (max-width: 950px) {
    .target-social-icons {
        bottom: 0;
    }
  #mars-footer-panel li {
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media screen and (max-height: 725px) {
    /*.up-arrow, .down-arrow {*/
        /*display: none;*/
    /*}*/
}

@media screen and (max-width: 720px) {
    .mobile-sidebar-footer-row {
        border-bottom: none;
    }
    .target-social-icons {
        bottom: 0;
        right: 20px;
    }
    #sidebar {
        padding: 70px 0 0 0;
    }
    #sidebar-header-promotion {
        display: none;
    }
    #sidebar-header-mobile-promotion {
        display: block;
    }
    .five-moment-promotion {
        display: none;
    }
    .sidebar-footer-promotion {
        display: block;
    }
    .five-close.mobile-modal {
        top: -40%;
    }
    .five-logo {
        display: none;
    }
    .modal-dialog {
        margin: 25% auto 0 auto;
    }
    .up-arrow, .down-arrow {
        display: none;
    }
    .expanded-close-image {
        right: 20px;
        top: -15px;
    }
    .modal-content {
        margin-top: 50px;
    }
    #mars-footer-panel, .mars-footer-container {
        display: none !important;
        bottom: -200px !important;
    }
}

@media screen and (max-height: 550px) {
    #desktop-footer {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    h2.five-title, h1.five-subtitle {
        font-size: 16px;
    }
    h2.mobile-modal-title {
        font-size: 30px;
    }
    h1.five-title {
        font-size: 45px;
    }
    .five-share-logo {
        height: 45px;
    }
    p.modal-text, p.modal-text.bolder {
        font-size: 12px;
        line-height: 19px;
    }
    p.social-text {
        font-size: 12px;
        padding-left: 15px;
    }
    .modal-body {
        padding-right: 20px;
        padding-left: 20px;
        max-width: 380px;
        margin: 0 auto;
    }
    .expanded-body {
        max-width: 100%;
    }
    .modal-footer {
        padding-top: 5px;
    }
    .share-icons {
        max-width: 280px;
    }
    .five-share {
        height: 25px;
    }
    .five-share-vine {
        background: transparent url(../img/vine-share-modal-mobile.png) no-repeat center top;
    }

    .five-share-vine:hover {
        background: transparent url(../img/vine-share-modal-mobile.png) no-repeat center -25px;
    }

    .five-share-instagram {
        background: transparent url(../img/instagram-share-modal-mobile.png) no-repeat center top;
    }

    .five-share-instagram:hover {
        background: transparent url(../img/instagram-share-modal-mobile.png) no-repeat center -25px;
    }

    .five-share-youtube {
        background: transparent url(../img/youTube-share-modal-mobile.png) no-repeat center top;
    }

    .five-share-youtube:hover {
        background: transparent url(../img/youTube-share-modal-mobile.png) no-repeat center -25px;
    }

    .five-share-twitter {
        background: transparent url(../img/twitter-share-modal-mobile.png) no-repeat center top;
    }

    .five-share-twitter:hover {
        background: transparent url(../img/twitter-share-modal-mobile.png) no-repeat center -25px;
    }

    .five-share-facebook {
        background: transparent url(../img/facebook-share-modal-mobile.png) no-repeat center top;
    }

    .five-share-facebook:hover {
        background: transparent url(../img/facebook-share-modal-mobile.png) no-repeat center -25px;
    }
    .expanded-title {
        font-size: 15px;
    }
    .content-pagination {
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width: 520px) {
    p.mobile-section-intro {
        font-size: 37px;
        line-height: 37px;
    }
}

@media screen and (max-width: 510px) {
    h2.mobile-product-subtitle {
        font-size: 46px;
        line-height: 46px;
    }
    .mobile-sidebar-footer-row {
        border-bottom: none;
    }
}

@media screen and (max-width: 480px) {
    .modalTarget {
        width: 300px;
        height: 222px;
        margin-left: -150px;
    }
    .sidebar-five-logo {
        width: 50px;
        cursor: pointer;
    }
    h2.mobile-product-subtitle {
        font-size: 42px;
        line-height: 42px;
    }
    .mobile-sidebar-footer-row {
        border-bottom: none;
    }
}

@media screen and (max-width: 450px) {
    .sidebar-five-logo {
        width: 50px;
        cursor: pointer;
    }
    .target-title {
        font-size: 12px;
    }
    .target-image.square-img {
        width: 100%;
    }
    .modalTarget.square {
        width: 310px;
        height: 300px;
        margin-left: -155px;
    }
    .five-social {
        max-width: 220px;
    }
    .five-share-text {
        font-size: 18px;
    }
    h2.mobile-modal-title {
        font-size: 16px;
    }
    /* MOBILE FRAMEWORK */
    p.mobile-section-intro {
        font-size: 35px;
        line-height: 35px;
    }
}

@media screen and (max-width: 440px) {
    h1.mobile-product-title {
        font-size: 22px;
        line-height: 40px;
    }
    h2.mobile-product-subtitle {
        font-size: 37px;
        line-height: 37px;
        margin-top: 5px;
    }
    .mobile-sidebar-footer-row {
        border-bottom: none;
    }
}

@media screen and (max-width: 400px) {
    h2.mobile-product-subtitle {
        font-size: 33px;
        line-height: 33px;
    }
    p.mobile-product-link > a {
        font-size: 10px;
    }
    .mobile-link-arrow {
        color: #1CA9E3;
        margin-left: 2px;
        font-size: 15px;
    }
}

@media screen and (max-width: 365px) {
    h2.mobile-product-subtitle {
        font-size: 27px;
        line-height: 27px;
        margin-top: 5px;
    }
    p.mobile-intro-message {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    p.mobile-section-intro {
        font-size: 30px;
        line-height: 32px;
    }
}

/* Truth or Dare */
#promotion-container {
  width: 100%;
}
.tod-container-top {
  background-color: #000;
  text-align: center;
  width: 100%;
  z-index: 101;
}
.tod-container-middle {
  height: 290px;
  margin-bottom: 28px;
  overflow-y: hidden;
  position: relative;
  width: 100%;
  z-index: 100;
}
.tod-container-middle .left {
  float: left;
  z-index: 102;
}
.tod-container-middle .center {
  position: absolute;
  z-index: 102;
}
.tod-container-middle .right {
  float: right;
  z-index: 102;
}
.tod-container-middle .tod-text {
  left: 50%;
  position: absolute;
  margin: 0 auto;
  margin-left: -490px;
  width: 980px;
  z-index: 102;
}
.tod-container-middle .tod-text .right {
  color: #ccc !important;
}
.tod-container-middle .tod-text h1 {
  margin-top: 20px;
  width: 50%;
}
.tod-container-middle .tod-text p {
  padding-top: 62px;
  width: 30%;
}
.tod-container-middle ul.social-tabs {
  background-color: #1ca9e5;
  left: 50%;
  list-style: none;
  list-style-type: none;
  margin: 0 auto;
  margin-top: 210px;
  margin-left: -490px;
  padding: 0px !important;
  position: absolute;
  text-align: center;
  width: 985px;
  z-index: 102;
}

.tod-container-middle ul.social-tabs li {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 70px;
  margin: 0px;
  padding: 0px;
  width: 20%;
}
.tod-container-middle ul.social-tabs li:hover {
  background-color: #fff;
}
.tod-container-middle ul.social-tabs li a {
  border: none;
}
.tod-container-middle ul.social-tabs li.border {
  border-right: 1px solid #000;
}
.tod-container-middle ul.social-tabs li img {
  margin-top: 14px;
  vertical-align: middle;
}
.tod-container-middle video.video {
  width: 100%;
  z-index: 100;
}
.tod-container-middle .blanket {
  background: rgba(20, 20, 20, .7);
  height: 300px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 101;
}
.tod-container-middle .blanket2 {
  background: rgba(20, 20, 20, .5);
  height: 170px;
  position: absolute;
  text-align: center;
  top: 168px;
  width: 100%;
  z-index: 101;
}
.tod-container-middle .blanket2 h2 {
  font-size: 26px;
  margin: 10px 0;
  width: 100%;
}
.tod-container-bottom {
  background-color: #000;
  margin-bottom: 70px;
  width: 100%;
  z-index: 101;
}
.tod-container-bottom p {
  width: 60%;
}
.tod-container-top img.tod-header {
  margin-top: -40px;
  width: 720px;
}
.ugc-container {
  margin: 0 auto;
  width: 980px;
}
.ugc-container h1 {
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 5px;
}
.ugc-container img {
  width: 100%;
}
.ugc-container p {
  color: #ccc;
  margin-bottom: 24px;
}
.ugc-table {
  display: table;
  width: 100%;
}
.ugc-row {
  display: table-row;
  width: 100%;
}
.ugc-cell {
  display: table-cell;
  min-height: 100px;
  padding: 3px;
  vertical-align: top;
}
.ugc-cell img {
  cursor: pointer;
  height: auto;
  width: 100%;
}
.ugc-width25 {
  width: 25%;
}
.ugc-width50 {
  width: 50%;
}
.ugc-width75 {
  width: 75%;
}
.ugc-width100 {
  width: 100%;
}
.ugc-no-padding {
  padding: 0;
}
.tod-modal-container {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  z-index: 9999999;
}

@media only screen and (max-width : 1200px) {
  .tod-container-top img.tod-header {
    width: 700px;
  }
  .tod-container-top,
  .tod-container-bottom {
    padding: 10px;
  }
  .ugc-container {
    width: 100%;
  }
  .tod-container-middle {
    height: 300px;
    overflow-x: hidden;
    overflow-y: default;
  }
  .tod-container-middle .tod-text {
    left: 0px;
    margin-left: 0px;
    width: 100%;
  }
  .tod-container-middle .tod-text h1 {
    padding-left: 10px;
  }
  .tod-container-middle ul.social-tabs {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .tod-container-middle video {
    height: 300px;
    width: 1200px;
  }
  .tod-container-bottom p {
    width: 80%;
  }
  .tod-container-middle video {
    height: auto;
    margin-top: 0px;
  }
}
@media only screen and (max-width : 900px) {
  .tod-text h1 img {
    margin-top: 12px;
    margin-left: 20px;
    width: 440px;
  }
}
@media only screen and (max-width : 720px) {
  .tod-container-top img.tod-header {
    width: 100%;
  }
  .five-mobile-moment {
    display: none;
  }
  .tod-text h1 img {
    margin-top: 12px;
    margin-left: 20px;
    width: 280px;
  }
  .tod-container-middle .tod-text p {
    margin-right: 5px;
    margin-top: -38px;
    width: 30%;
    text-align: left;
  }
  .tod-container-middle {
    height: 290px;
  }
  .tod-container-middle ul.social-tabs li {
    height: 40px !important;
    padding: 0;
  }
  .tod-container-middle ul.social-tabs img {
    height: 24px;
    margin-top: 8px !important;
  }
  .tod-container-bottom h1 {
    font-size: 30px;
  }
  .tod-container-bottom p {
    width: 100%;
  }
}
@media only screen and (max-width : 600px) {
  .tod-container-middle .tod-text p {
    margin-top: -48px;
  }
}
@media only screen and (max-width : 480px) {
  .tod-modal-container {
    overflow-y: scroll;
  }
  .tod-container-middle {
    height: 180px;
  }
  .tod-container-middle .tod-text div,
  .tod-container-middle .tod-text p {
    display: block;
    margin: 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
  }
  .tod-container-middle .tod-text div,
  .tod-container-middle .tod-text h1 {
    margin: 0;
    width: 100%;
  }
  .tod-container-middle .tod-text p {
    margin: 0;
  }
  .tod-container-middle ul.social-tabs {
    margin-top: 140px;
    top: 0px;
  }
  .tod-container-middle video {
    height: auto;
    margin-top: 0px;
  }
  .blanket2 h2 {
    font-size: 25px;
  }
  .tod-container-bottom {
    text-align: center;
  }
  .tod-container-bottom h1 {
    font-size: 24px;
  }
  .ugc-cell {
    display: block;
    width: 100%;
  }
}
