



/* //////////////////////////////////////////////////////////////////////////////////////////////  STRUCTURE */
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
html.noScroll {
    overflow: hidden;
}

body{
    background:#f0f0f0;
    color:#363636;
    font-family:'Lato', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin:0;
    padding:30px 0;
    width: 100%;
      -webkit-transition: all 0.4s ease-in-out;  /* Saf3.2+, Chrome */
         -moz-transition: all 0.4s ease-in-out;  /* FF4+ */
           -o-transition: all 0.4s ease-in-out;  /* Opera 10.5+ */
              transition: all 0.4s ease-in-out;
}

body {
    background: #f0f0f0 url(https://97displaylive.blob.core.windows.net/aqua/Resources/members/memberonly.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}

.mos{
    background: #fff;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
      -webkit-box-shadow: 0 0 40px 10px rgba(0,0,0,0.6);  /* Saf3.2+, Chrome */
         -moz-box-shadow: 0 0 40px 10px rgba(0,0,0,0.6);  /* FF4+ */
           -o-box-shadow: 0 0 40px 10px rgba(0,0,0,0.6);  /* Opera 10.5+ */
              box-shadow: 0 0 40px 10px rgba(0,0,0,0.6);
}

/* //////////////////////////////////////////////////////////////////////////////////////////////  LINKS */

a{
    text-decoration:none;
      -webkit-transition: all 0.2s ease-in-out;  /* Saf3.2+, Chrome */
         -moz-transition: all 0.2s ease-in-out;  /* FF4+ */
           -o-transition: all 0.2s ease-in-out;  /* Opera 10.5+ */
              transition: all 0.2s ease-in-out;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////  TYPOGRAPHY */
h1, h2, h3, h4, h5, h6{
    font-weight: inherit;
    color: inherit;
-webkit-font-smoothing: antialiased;
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

h1.lighter, h2.lighter, h3.lighter, h4.lighter, h5.lighter, h6.lighter{ font-weight: lighter; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{ font-weight: bold; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color: inherit; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img{ display: inline-block; }


h1{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
}

h2{
    font-size:30px;
    line-height:30px;
    margin-bottom:20px;
}

h3{
    font-size:36px;
    line-height:36px;
    margin-bottom:30px;
}

h4{
    font-size:30px;
    line-height:28px;
    margin-bottom:20px;
}
h5{
    font-size:18px;
    line-height:19px;
    margin-bottom:10px;
}
h6{
    font-size:14px;
    line-height:17px;
    margin-bottom:10px;
}






/* //////////////////////////////////////////////////////////////////////////////////////////////  HEADER */
.mos_header{
    width: 100%;
    background: #2c2b2b;
    position: relative;
}
    .mos_header .backButton {
        width: 60px;
        background: #e1141d url(https://97displaylive.blob.core.windows.net/aqua/Resources/members/backButton.png) no-repeat center center;
        text-indent: -9999px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: block;
    }

.mos_logo{
    float: left;
    padding-left: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mos_referral{
    float: right;
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}


/* //////////////////////////////////////////////////////////////////////////////////////////////  FOOTER */
.mos_footer{
    width: 100%;
    background: #e1141d;
    position: absolute;
    bottom: 0; left: 0; z-index: 1;
    width: 100%;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 10px 280px 10px 0;
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.mos_footer.landing{
    padding: 10px 0px 10px 0;
}



/* //////////////////////////////////////////////////////////////////////////////////////////////  BUTTONs */
.buttoni{
    background: #e1141d;
    color: #fff;
    padding: 10px 20px 10px 60px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.buttoni:after{
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; left: 0;
    width: 40px;
    height: 100%; 
}

.referal:after {
    background: rgba(0,0,0,0.1) url(https://97displaylive.blob.core.windows.net/aqua/Resources/members/referral.png) no-repeat center center;
}




/* //////////////////////////////////////////////////////////////////////////////////////////////  CONTAINER */
.mos_container{
    background: #191919;
    position: relative;
}
.mos_container.landing{
    background: #ffffff;
}

.mos_container .content{
    display: block;
    margin: 0 auto;
    padding: 50px 0;
    max-width: 900px;
    width: 100%;
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.mos_container .side_content{
    background: #fff;
    padding-right: 280px;
    margin: 0 auto;
    min-height: 600px;
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.mos_container .side_content h2{
    padding-left: 20px;
}
.mos_container .side_content_post{
    max-width: 1000px;
    padding: 40px 0;
    margin: 0 0 0 auto;
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.mos_container .posts_list h2{ padding-left: 0px; }
.mos_container .side_content .video-container{ margin-bottom: 0; }

.mos_container .side_content_post a{ text-decoration:underline; }
.mos_container .side_content_post strong{ font-weight: bold; }
.mos_container .side_content_post ul{
    margin-left: 30px;
    margin-bottom: 30px;
}
.mos_container .side_content_post li{
    list-style: initial;
}

.head_content{
    padding: 0 40px;
}
.post_content{
    padding: 40px;
}

.post_content ol {
  padding-left: 40px;;
  padding-bottom: 20px;
}

.post_content ol li {
  padding-left: 10px;
}

.mos_container .side_content a{
    color: #000;
}
.mos_container .side_content a:hover{
    color: #333;
}

.mos_container .side_aside{
    position: absolute;top: 0; right: 0; z-index: 2;
    width: 280px; height: 100%;
    background: #191919;
    color: #fff;
    padding: 30px;
    overflow: hidden;
    overflow-y: auto;
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.mos_container .side_aside a{
    color: #fff;
}

.mos_container .side_aside .current a,
.mos_container .side_aside a:hover{
    color: #333;
}
.mos_container .side_aside h4{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    margin: 10px 0 10px 0;
}

.mos_container .side_aside li,
.mos_container .side_aside li a{
    display: block;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.cat_list{}
.cat_list a{padding: 8px 0;}
.recent_list li{
    padding-left: 20px;
    font-size: 13px;
}
.separator{
    background: #303030;
    width: 100%;
    height: 1px;
    margin: 20px 0;
}

.post_date{
    color: #a4a4a4;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.posts_list{ padding-bottom: 60px; }
.posts_list li{
    border-bottom: 1px solid #d0d0d0;
    padding: 20px;
}
.posts_list li h2{
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
}

.landing_cat_list{
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0 40px 0;
}
.landing_cat_list li{
    width: 30%;
    display: inline-block;
    position: relative;
    z-index: 3;
}
.landing_cat_list li a{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    display: block;
    padding-top: 180px;
}
.landing_cat_list li a:hover{
    color: #e1141d;
}
.landing_cat_list li:before{
    content: '';
    width: 160px; height: 160px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    border-radius: 50%;
      -webkit-transform: translateX(-50%);  /* Saf3.2+, Chrome */
         -moz-transform: translateX(-50%);  /* FF4+ */
           -o-transform: translateX(-50%);  /* Opera 10.5+ */
              transform: translateX(-50%);
}
.landing_cat_list li.curri:before{
    background: #303030 url(https://97displaylive.blob.core.windows.net/aqua/Resources/members/curri.png) no-repeat center center;
}
.landing_cat_list li.vids:before{
    background: #303030 url(https://97displaylive.blob.core.windows.net/aqua/Resources/members/vids.png) no-repeat center center;
}
.landing_cat_list li.pdf:before{
    background: #303030 url(https://97displaylive.blob.core.windows.net/aqua/Resources/members/pdf.png) no-repeat center center;
}


.max280{
    max-width: 280px;
    margin: 0 auto 30px auto;
}
/*
///////////////////////////////////////////////////////////////////////////////////////////// 

    RESPONSIVE [Media Queries]

/////////////////////////////////////////////////////////////////////////////////////////////
*/
img {
    max-width: 100%;
    /* just in case, to force correct aspet ratio */
    height: auto !important;
    width: auto\9; /* ie8 */
}
a img { border: 0px; }
.notResponsive{
    max-width: none!important;
}
video {
  max-width: 100%;
  /* just in case, to force correct aspet ratio */
  height: auto !important;
}
.video-container {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;}
.video-container iframe, .video-container object, .video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.video-container .mejs-video, .video-container .mejs-layer, .video-container video{position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;}


.onlyMobile{ display: none;}

/* Standard 960 or larger (browsers) */
@media only screen and (max-width: 1279px) {
    
    .mos{ max-width: 100%;}
    body{padding:0;}


}


@media only screen and (max-width: 767px) {
    
.mos_container .side_content{
    padding-right: 0;
}
.mos_container .side_content_post{
    max-width: 100%;
    margin: 0 0 0 0;
}

.mos_container .side_aside{
    position: relative;top:auto; right:auto; z-index: 2;
    width: 100%; height: auto;
}
.mos_footer{
    position: relative;
    bottom: auto; left: auto; z-index: 10;
    padding: 10px 0px 10px 0;
}



}





/* //////////////////////////////////////////////////////////////////////////////////////////////  DROPKICK */

.dk_container {
    background: #e1141d;
    border: 1px solid #202020;
    line-height: 40px;
    color: #ffffff;
    width:100%;
    display: block;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
         box-sizing: border-box;         /* Opera/IE 8+ */
}
.dk_container.error{
    border: 1px solid #e1141d;
}
.dk_container:focus {
    outline: 0
}

.dk_container a {
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.dk_toggle {
    padding: 0px 10px 0px 50px;
    position: relative;
    width:100%;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
         box-sizing: border-box;         /* Opera/IE 8+ */
}

.dk_toggle label{
    width: 100%;
}
.dk_toggle:hover {
    border-color: #8c8c8c;
}

.dk_toggle:after{
    content: '';
    background-image: url(https://97displaylive.blob.core.windows.net/aqua/Resources/members/droppy.png);
    background-color:#000;
    background-color: rgba(0,0,0,0.1);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; left: 0;
    width: 40px;
    height: 100%; 
}

.dk_focus .dk_toggle {
}

.dk_open {
    z-index: 10
}

.dk_open .dk_toggle {
}

.dk_options {
    background: #303030;
    border: 1px solid #202020;
}

.dk_options a {
    display: block;
    font-weight: bold;
    padding: 4px 10px;
    line-height: 30px;
    font-size: 13px;
    border-bottom: 1px solid #000000;
}

.dk_options a:hover, .dk_options .dk_option_current a {
    background: #820106;
}

.dk_options li:last-child a {
    border-bottom: none
}

.dk_options .disabled {
    cursor: default
}

.dk_options .disabled a {
}

.dk_options .disabled:hover, .dk_options .disabled:hover a {
    cursor: default;
    background-color: #232323;
    border-bottom-color: #202020;
    text-shadow: none
}

.dk_options_inner {
    max-height: 250px;
}

.dk_container {
    display: none;
    float: left
}

.dk_container a {
    outline: 0
}

.dk_toggle {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    zoom: 1;
    font-size: 14px;
    color:#ffffff !important;
    text-transform: uppercase;
}

.dk_open {
    position: relative
}

.dk_open .dk_options {
    display: block
}

.dk_open .dk_label {
    color: inherit;
    width: 100% !important;
}

.dk_options {
    display: none;
    position: absolute;
    left: 0%;
    width: 100%;
    margin: 1px auto 1px -1px;
}

.dk_options a, .dk_options a:link, .dk_options a:visited {
    display: block
}

.dk_options_inner {
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch
}

.dk_container select {
    position: absolute;
    top: -99999em;
    visibility: hidden
}

.dk_mobile {
    position: relative
}

.dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.dropp{
    /*display: none;*/
}



.mos_login{
    position: fixed;
    top: 0; left: 0; z-index: 500000;
    background: #f0f0f0;
    width: 100%; height: 100%;
}
.mos_login .mos_login_form{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 280px;
    width: 100%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}


.mos_login .mos_login_form a{ color: #a0a0a0; }
.mos_login .mos_login_form a:hover{ color: #303030; }

.mos_login .mos_login_form h1{
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
}

.mos_login .backButton{
    width: 40px;height: 40px;
    background: #b0b0b0 url(https://97displaylive.blob.core.windows.net/aqua/Resources/members/backButton.png) no-repeat 10px 10px;
    text-indent: -9999px;
    display: block;
    margin: 20px auto 0 auto;
    border-radius: 50%;
}
.mos_login .backButton:hover{
    background: #202020 url(https://97displaylive.blob.core.windows.net/aqua/Resources/members/backButton.png) no-repeat 10px 10px;
}

.mos_login .mos_logo {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  float: none;
}
.mos_login .mos_logo img {
  margin: 0 auto;
  text-align: center;
}

.mos_login .mos_login_form input{
    width: 100%;
    height: 36px;
    padding-left: 20px;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
         box-sizing: border-box;         /* Opera/IE 8+ */
}
.mos_login .mos_login_form label{
    margin-bottom: 5px;
    display: block;
}
.mos_login .mos_login_form p{
    margin-bottom: 10px;
}

.mos_login .mos_login_form .remember,
.mos_login .mos_login_form #RememberMe{
    display: inline-block !important;
    width: auto;
}

.mos_login .mos_login_form #go{
    background: #d12323 !important;
    border: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    margin:0 auto 10px auto;
    padding-left: 0px;
    width: 120px;
    display: block;
    clear: both;
    text-transform: uppercase;
    color: #fff;
    cursor:pointer;
      -webkit-transition: all 0.2s ease-in-out;  /* Saf3.2+, Chrome */
         -moz-transition: all 0.2s ease-in-out;  /* FF4+ */
           -o-transition: all 0.2s ease-in-out;  /* Opera 10.5+ */
              transition: all 0.2s ease-in-out;
}
.mos_login .mos_login_form #go:hover{
    background: #000 !important;
    color: #fff !important;
}


.cancellationForm .button{
    background: #e1141d;
    border:none;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold; 
}
.cancellationForm .button:hover{
    background: #202020;
}


.cancellationForm {
    padding: 20px 40px;
}
.cancellationForm *{
    box-sizing: border-box;
}

label{ display:block; font-weight: bold; margin-bottom: 8px; }
.signature-pad{
  width:400px;
  height:300px;
  display:block;
  border:1px solid #000;
}

.inv{ display:none; }
.clear{ clear:both; height:0px; }
.field, select{
    border-radius: 4px;
    border:1px solid #a0a0a0;
    color: #303030;
    display:block;
    height: 50px;
    padding: 0 20px;
    width:100%;
}
.field_desc{
    font-size: 13px;
    font-style: italic;
    color: #666;
}
.field.textarea{ height:150px; }
.checkboxField{ display: inline-block; vertical-align: middle; width: 5%; max-width: 32px; min-width: 32px; }
.checkLabel{ display: inline-block; vertical-align: middle; width: 85%; font-weight: normal; margin-bottom: 0px;}
.col{ display:block; margin-bottom: 20px; padding:10px; }
.one-full{ width:100%; }
.one-half{ width:50%;  float:left;}
.one-third{ width:33.333336%;  float:left;}



