

.bose-foot {
    width: 100px;
    opacity: .2;
}

.lity {
    z-index: 9999999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(18, 35, 49, 0.92);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.drawer__close button {
    position: relative;
    right: -20px;
    height: 100%;
    padding: 0 20px;
    color: inherit;
    background: transparent !important;
    outline: none;
}

.site-nav__link {
    outline: none;
}

.s2 .swiper-pagination {
    display: none !important;
}

.images-alternate {
    position: relative;
    z-index: 9999999999999;
    margin-top: -4%;
    margin-bottom: 20px;
}

.banner {
    padding-top: 2em !importan;
    padding-bottom: 2em !important;
    border-bottom: 1px solid #ccc !importan;
}

.lity-close, .lity-close:active {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 20px;
    top: 20px;
    border: 2px solid #ffc300;
    border-radius: 100px;
    padding: 2px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    /* padding: 5px; */
    color: #ffc300;
    font-style: normal;
    font-size: 32px;
    font-family: Arial,Baskerville,monospace;
    line-height: 20px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close:hover {
  z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 20px;
    top: 20px;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 2px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    /* padding: 5px; */
    color: #fff;
    font-style: normal;
    font-size: 32px;
    font-family: Arial,Baskerville,monospace;
    line-height: 20px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.white-fall {
    max-width: 840px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}

.site-footer p {
  color:#fff;
  opacity:.3;
}

.site-footer hr {
    clear: both;
    border-top: solid rgba(255, 255, 255, 0.12);
    border-width: 1px 0 0;
    margin: 30px 0;
    height: 0;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


.wrapper.non-core {
    margin-top: 40px !important;
    margin-bottom: 60px !important;
}

body {
    font-family: 'Ubuntu', sans-serif;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    display: block;
   font-family: 'Ubuntu', sans-serif;
  font-weight: 100;
    text-transform: uppercase;
    margin: 0 0 0.5em;
   line-height: normal;
    /* color: #0E3569; */
}

.template-index .foot-call, .template-product .foot-call {
  display:none;
}

.js-qty input, .ajaxcart__qty input {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 5px 25px;
    margin: 0;
    background: rgba(255, 255, 255, 0.64);
}

.no-show {
    display: none !important;
}
ul.blog {
    margin: 0px;
}

.site-footer {
    padding: 10px 0;
}

.main-content {
    display: block;
    margin-top: 30px;
    padding-bottom: 0px;
}


.blue-link a{
      color: #0051BA !important;
}
.blue-link {
      color: #0051BA !important;
}

.tags li {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
}


li.article:nth-child(even) .righty {
    float:right;
}

li.article:first-child .righty, li.article:first-child .lefty{
  width:100% !important;
  
}

li.article {list-style-type: none;}

.bg-title {
    height: 100%;
    background: rgba(255, 255, 255, 0.66);
    text-align: center;
    color: #19a1d9;
    padding: 40px 30px;
    padding-top: 150px;
}

.bg-title ul li {
    display: inline-block;
    width: auto;
}

@media only screen and (max-width: 480px){
  .bg-title ul li {
      margin-bottom:16px;
  }	
}

.bg-title ul li a{
    padding: 4px 8px;
    border: 2px solid;
    margin: 4px;
}




.template-product .addthis_toolbox {
  padding:20px;
}

#PageContainer {
    overflow: hidden;
    position: relative;
    z-index: 888888;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.42);
}

.overlay-block{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 999999;
    width: 100%;
    height: 100%;
    display:none;
}

.drawer--right {
    width: 360px;
    right: 0px;
    border-left: none;
    background: #17212D;
}

.js-drawer-open-right .drawer--right {
    display: block;
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.drawer--left {
    width: 360px;
    left: 0px;
    border-right: none;
    background: #17212D;
}

.js-drawer-open-left .drawer--left {
    display: block;
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.js-drawer-open-left .is-moved-by-drawer {
    -ms-transform: translateX(360px);
    -webkit-transform: translateX(360px);
    transform: translateX(360px);
}

.js-drawer-open-right .is-moved-by-drawer {
    -ms-transform: translateX(-360px);
    -webkit-transform: translateX(-360px);
    transform: translateX(-360px);
}







.mobile-nav>.mobile-nav__item {
    background-color: rgba(0, 0, 0, 0.14);
    margin-bottom: 1px;
}

.drawer__close {
    color: #fff;
}

.drawer__header {
    display: table;
    height: 70px;
    width: 100%;
    margin-bottom: 0px;
    border-bottom: none;
}

.drawer__title {
    width: 100%;
    color: rgba(255, 255, 255, 0.21);
    margin-top: 24px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.mobile-nav__item:after {
    border-bottom: none;
}

.mobile-nav__item--active {
    font-weight: bold;
    background: rgba(0, 0, 0, 0.33) !important;
}


.drawer a:hover {
    color: rgb(252, 181, 20);
  background: rgba(0, 0, 0, 0.33) !important;
}

.drawer a {
    color: rgb(252, 181, 20);
    font-size: 16px;
}

.drawer__title {
    width: 100%;
    color: rgba(255, 255, 255, 0.21);
}

.ajaxcart__qty {
    margin: 0;
    background: rgba(255, 255, 255, 0.57);
}

.ajaxcart__row {
    padding: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
    margin-top: 1px;
    margin-left: -15px;
    background: rgba(0, 0, 0, 0.18);
    margin-right: -15px;
    border-bottom: none;
}

.grey {
    background: rgb(250, 250, 252);
}

.mobile-nav {
    margin: -0px -15px 0 -15px;
}

.drawer input, .drawer textarea {
    border-color: #e9e9e9;
    background: rgba(255, 255, 255, 0.36);
}


.drawer a {
    color: rgb(252, 181, 20);
    font-size: 18px;
}



.intro-section {
    padding: 60px 40px;
    position: relative;
    z-index: 99;
    text-shadow: 0px 0px 40px #FFF !important;
}

.faq-intro-section{
	padding: 60px 40px;
}


.site-header__logo {
    text-align: left;
    position: absolute;
    width: 180px;
    z-index: 999;
    margin-top: 10px;
}
.nav-bar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}



.main-content {
    margin-top: 0px;
}

.site-header.show-fixed {
    position: absolute !important;
    width: 100%;
    padding: 0px;
    z-index: 999;
}




.site-header.no-show {
  visibility:hidden;
  padding:0px;
}

.site-nav__link {
    color: #1aa1d9;
    font-size: 16px;
    text-transform: uppercase;
}


.white {
  background:#fff; 
}

.marg-bottom {
  margin-bottom:-150px;
}

.screen-vid {
    max-width: 700px;
    margin: 0 auto;
  background: blue;
  border-radius: 10px;
  padding:10px;
}

.video-wrapper {
    padding-bottom: 54%;
}

.flo-r {
  float:right;
}

.flo-l {
  float:left;
}

.desk-pad {
  margin:20px 0px;
}

.box, .box2, .box3 {
  visibility:hidden;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: rgba(255, 255, 255, 0) !important;
    border-radius: 5px;
    border: none !important;
    height: 36px !important;
}

.doubly-wrapper {
    margin-top: -4px;
    margin-bottom: -25px;
    float: right;
}
.flags {
    display: none !important;
}
.stitch-top {
    background-image: url(stich-top.jpg);
    width: 100%;
    height: 29px;
}

.stitch-bottom {
    background-image: url(stich-bottom.jpg);
    width: 100%;
    height: 29px;
}

.bg-img {
  background-image: url(http://i.imgur.com/RRUe0Mo.png);
  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  color:#fff;
}


.site-nav__link .buy-btn {
    background: #fac831;
    padding: 6px 8px;
    color: #fff;
    border-radius: 5px;
}







.utility {
    color: #fff;
  width:100%;
  background: #124486;
}



.utility-news {
    width: 100%;
    display: none;
    padding: 20px 0px;
    background: #0E3569;
    color: #fff;
}


.utility-news .input-group .input-group-field {
    border: 2px solid #124486;
    border-radius: 0px;
/*     padding: 18px; */
    padding: 6px 7px 8px 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
  height:auto;
}

*::-ms-backdrop,
.utility-news .input-group .input-group-field {
   height:39px;
}


.breadcrumb {
    margin-bottom: 30px;
    display: none;
}

 /* 
.template-index .nav-bar {
    background: #0051BA;
  background:transparent;
}

.template-index .site-header.show-fixed {
    position:absolute !important;
    width: 100%;
    padding: 0px;
    z-index: 999;
}

.template-index .top {
    padding-top: 180px !important;
}
.template-index .utility {
    color: #fff;
  width:100%;
  background: #124486;
  background:transparent;
}
*/


input[type="radio"] {
    display: inline;
    margin: 0 2px 0 10px;
    padding: 0;
    width: auto;
}

.utility-news.news-on {
  display:block;
}

.news-icon {
    float: left;
    padding: 2px;
  opacity:.7;
  cursor:pointer;
}

.news-icon:hover {
 opacity:1;
}

.text-max {
    max-width: 700px;
}

.social-right {
    float: right;
}

.social-right i {
    padding: 6px 8px;
}
















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

.swiper-container-2 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}





#video-background {
    width: 100%;
  position:relative;
  height:auto;
      background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}







.hov.contrast {
                width: 25%;
            }
            .hov.expand {
                width:50%;
            }





#video {
    width: 100%;
  position: relative;
}

.video-background-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(25, 45, 70, 0.58);
    text-align: center;
    color: #fff;
}

.bg-image {
  background-image: url(http://build.bose.com/wp-content/uploads/2014/04/bluebox_pretty.png);
}

.bg-callout {
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.47);
    text-align: center;
    color: #777f82;
    padding: 80px 30px;
    padding-top: 200px;
}


.spec .bg-callout {
    background: transparent;
}

.text-bg{
    background: rgba(12, 33, 62, 0.8);
    padding: 30px;
}

.bg-callout.side {
    height: 100%;
    width: 100%;
    background: #fff;
    text-align: center;
    color: #0051BA;
    border: 3px solid;
    padding: 50px 30px;
    margin-top: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.side:hover {
  
background:#0051BA;
  color:#fff;

}









    #videosList {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
      background:#124486;
}

.video {
    background-image: url('http://img.youtube.com/vi/nZcejtAwxz4/maxresdefault.jpg');
    height: auto;
    width: 33.3%;
    margin-bottom: 50px;
    position: relative;
    float: left;
    -webkit-transition: all .6s ease;
-moz-transition: all .6s ease;
-ms-transition: all .6s ease;
-o-transition: all .6s ease;
transition: all .6s ease;
  overflow:hidden;
      background-attachment: scroll !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
    
    .thevideo {
    height: 100%;
    width: 80vw;
    min-width: 100%;
          margin-left: -40vw;
  -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .6s ease;
    }

 .btn-on .thevideo {
          margin-left: 0vw;
   width: 80vw;
}
    
    
    .close {
    right: 30px;
    color: #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    top: 30px;
    position: absolute;
    z-index: 99999999999;
    font-size: 36px;
    border: none;
    font-weight: 900;
    font-family: 'nexa_boldregular';
    -webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    opacity: 0;
}
            
            .close.erp {
                opacity:1;
}


/* Hide Play button + controls on iOS */
video::-webkit-media-controls {
    display:none !important;
}
    
    
    .off {
        width:10%;
    }
    
    .btn-on {
        width:80%;
    }

.vid-overlay {
    position: absolute;
    text-align: center;
    color: #FFF;
    background: rgba(1, 35, 80, 0.64);
    width: 100%;
    height: 100%;
    padding: 30px;
    padding-top: 100px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
}

.play {
    font-weight: normal;
    color: #FCB514;
  padding:15%;
  font-size:80px;
}

.expand {
    width: auto !important;
    border: none !important;
    font-size: 16px !important;
}

.vid-overlay-2 {
    position: absolute;
    text-align: center;
    color: #FFF;
    background: rgba(1, 35, 80, 0.74);
    width: 100%;
    height: 100%;
    padding: 30px;
    padding-top: 100px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 0;
}


.title-only {-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
  text-align:left;
  padding-left:10px;
}

.video:hover .vid-overlay {
  background: rgba(12, 40, 76, 0.3);
}

.video:hover .vid-overlay.in {
   opacity:0;
}

.vid-overlay.out {
  opacity:0;
}

.vid-overlay-2.out {
    opacity: 1;
}



.vid-overlay-extra {
    opacity: 0;
    position: absolute;
    text-align: center;
    color: #FFF;
    background: rgba(12, 40, 76, 0.6);
    width: 300px;
    text-align: left;
    height: auto;
    margin: 30px;
  	left:-300px;
    padding: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.vid-overlay-extra.in {
  opacity:1;
  left:0px;
}


.info-snipet {
    max-width: 300px;
    margin: 0 auto;
}

.info-snipet h3 {
    font-size: 32px;
    text-transform: uppercase;
}

.info-snipet h6 {
    text-transform: uppercase;
  letter-spacing:2px;
}

.info-snipet p {
    font-size: 18px;
}

.video-pop-up {
    background: rgba(19, 40, 58, 0.81);
    display: none;
    position: fixed;
    z-index: 99999999;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
}
.pop-up-inner {
    /* padding: 10px; */
    position: relative;
    height: 100vh;
}

.video-pop-up .video-wrapper {
    position: absolute;
    overflow: hidden;
    /* padding: 10px; */
    width: 100%;
    /* padding-bottom: 56.25%; */
    height: 0;
    height: 100%;
}


.video-pop-up .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    padding: 60px;
}




/* GENERAL BUTTON STYLING */
.button,
.button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

.button {
    background: none;
    border: 3px solid #FCB514;
    /* border-radius: 5px; */
    color: #FCB514;
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 1em auto;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    width: 200px;
  -moz-transform: scale(.8);
-webkit-transform: scale(.8);
-o-transform: scale(.8);
-ms-transform: scale(.8);
transform: scale(.8);
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
   -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
     -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
        transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

.button:hover {
  -moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.sml {
    text-align: center;
    width: 100px;
    font-size: 12px;
    position: absolute;
    right: 50px;
    color: #4395FF;
    border-color: #4395FF;
    padding: 6px;
    top: 4px;
}

.button::before, .button::after {
  background: #FCB514;
  content: '';
  position: absolute;
  z-index: -1;
}

.sml:hover {
  color: #fff !important;
}
.sml::before, .sml::after {
  background: #4395FF;
  content: '';
  position: absolute;
  z-index: -1;
}

article {
  max-width:700px;
  margin:0 auto;
}

.news-full .input-group .input-group-field {
    border: 2px solid #FFC300;
    border-radius: 0px;
/*     padding: 18px; */
  padding: 6px 7px 8px 10px;
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  outline:none;
	height:auto;
}

*::-ms-backdrop,
.news-full .input-group .input-group-field {
   height:39px;
  padding: 6px 7px 8px 10px;
}



.news-full{
    background: #315263;
    /* color: #fff; */
-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/* .news-full:hover  .input-group .input-group-field {
    border: 2px solid #FFB600;
    border-radius: 0px;
    padding: 18px;
} */

.newsletter-signup-btn {
    background: #0051BA;
}




.input-group .input-group-field:last-child, .input-group .input-group-btn:last-child>.btn, .input-group .input-group-btn:last-child>.btn--secondary {
    border-radius: 0px;
}


.site-nav--mobile {
  position:relative;
}


.who {
  padding:40px;
}
.testimonial {
    padding: 0% 10%;
    width: 80% !important;
    text-align: left;
}
blockquote {
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    margin: 0 0 30px;
    padding: 40px 0px;
    border-left: none;
    margin-bottom: 0px;
    padding-right: 40px;
}

@media screen and (min-width: 320px) and (max-width:500px){
  blockquote{
  	padding-right:0;
  }	
  .template-product .swiper-slide.testimonial{
  	min-height:440px;
  }
}



cite {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    font-size: 12px;
    color: #949494;
}

cite::before {
    content: '- ';
}





.v-blank-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.blank {
    position: relative;
}

.blank img{
  opacity:0;
  float:left;
}


.eighty {
  width:80%;
}

.ten {
  width:10%;
}

#videosList {
    width: 100%;
    height: auto !important;
    overflow: hidden;
    position: relative;
}

blockquote::before {
    content: '"';
    position: absolute;
    font-size: 200px;
    margin-top: -40px;
    /* left: 0px; */
    color: rgba(33, 150, 243, 0.14);
    text-align: left;
    line-height: 200px;
    margin-left: -50px;
    /* color: #333; */
    z-index: 3;
    /* font-family: georgia; */
}






.button:hover {
  color:  #fff;
}

/* BUTTON 1 */
.btn-1::after {
  height: 0%;
  left: 0;
  top: 0;
  width: 100%;
}

.btn-1:hover:after {
  height: 100%;
}


/* BUTTON 1 */
.btn-2::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.side:hover .btn-2::after {
  height: 0%;
}

.side { -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.side:hover {
  
background:rgb(18, 68, 134);

}
.button.btn-2 {
    color: #fff;
   -moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.side:hover .button.btn-2 {
  color: #FCB514;
  -moz-transform: scale(.8);
-webkit-transform: scale(.8);
-o-transform: scale(.8);
-ms-transform: scale(.8);
transform: scale(.8);
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
      max-width: 540px;
}

.fade-in.one {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-size: 38px;
}

h6, .h6 {
}

.fade-in.two {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
    font-size: 18px;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}



.build {
  text-transform:lowercase !important;
}

.fl-right {float: right;}

.vid-thumb { 
    border-radius: 3px;
}




.tres {
    width: 50% !important;
    float: left;
}

.pad-new {
    padding: 30px 0px 20px 0px !important;
}

.site-footer {
  background: url();
    background-color: #24344A;
}


.junk-droor h3 {
    color: #fff !important;
  opacity:.3;
}

.show {
    position: relative;
    overflow: hidden;
    clip: auto;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0;
    border: 0;
}

.icon-fallback-text .fa {
    height: 22px;
    width: 22px;
    font-size: 16px;
    text-align: center;
    border: 1px solid;
    line-height: 22px;
    border-radius: 100px;
}

.utility .icon-fallback-text .fa {
    height: 18px;
    width: 18px;
    font-size: 16px;
    text-align: center;
    border: none;
    line-height: 18px;
    border-radius: 100px;
    color: #fff;
    opacity: .4;
}
.utility .icon-fallback-text .fa:hover {
    opacity: 1;
}

.utility .inline-list {
    margin-left: 0;
    margin-bottom: 0px;
}
.utility .inline-list li {
    margin: 3px;
    margin-bottom: 0px;
}


.junk-droor a {
    color: #fff !important;
    opacity: .7;
}
.junk-droor a:hover {
    color: #fff !important;
    opacity: 1;
}


.news h3 {
    opacity: 1;
}{
    opacity: 1;
}


.radio, .inputs {
    width: 100%;
    float: left;
    position: absolute;
    bottom: -30px;
    left: 0px;
}

.pad-bot {
    padding-bottom: 20px;
}


.swiper-pagination {
    display: block !important;
}

.swiper-container-2 .swiper-pagination {
  display: none !important;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -50px;
    background: rgb(0, 51, 117);
    padding: 40PX;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
    -o-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
  opacity:.4;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
   -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
     -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
        transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

.swiper-button-next:hover, .swiper-button-prev:hover {

    
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
  opacity:.8;
}

.swiper-button-next {
  right:-60px;
}
.swiper-container-2:hover .swiper-button-next, .swiper-container:hover .swiper-button-next {
  right:10px;
}

.swiper-button-prev {
  left:-60px;
}
.swiper-container-2:hover .swiper-button-prev, .swiper-container:hover .swiper-button-prev {
  left:10px;
}



.images-alternate {
    position: relative;
    z-index: 9999999999999;
    margin-top: -4%;
}

.img-alternate {
/*     width: 9.5%; */
    width:11.9%;
    float: left;
    font-size: 0px;
    margin: .25%;
    border: 1px solid #124486;
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 200px;
}




.the-side {
  
    float: left;
    max-width: 400px;
    padding: 40px;
    text-align: left;

}

#accordion {
  text-align:left;
}

.accordion-toggle {
    background: rgb(227, 234, 243);
    padding: 12px;
    cursor: pointer;
    margin-top: 1px;
    margin-bottom: 0px;
    padding-right: 50px;
    text-transform: none;
    position: relative;
    font-size: 16px;
}
.accordion-toggle:hover, .open {
    background: rgb(211, 222, 236);
    cursor: pointer;
}
  .accordion-content {
	display: none;
    background: rgba(250, 250, 252, 0.59);
    padding: 15px;
/*     padding-left:15px;
    padding-right:15px;
    height:0;
    padding-top:0;
    padding-bottom:0;
    -webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-ms-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out; */
}

/* .accordion-content.isopen{
	height:auto;
  	padding-top:15px;
    padding-bottom:15px;
} */

  .accordion-content.default {
    display: block;
  }


.accordion-toggle .icon {
    /* float: right; */
    border: 2px solid;
    width: 25px;
    height: 25px;
    top: 12px;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
    position: absolute;
    right: 12px;
    font-size: 14px;
    opacity: .3;
}
.accordion-toggle .icon-minus {
  opacity:0;
}

.accordion-toggle.open .icon-minus {
  opacity:.5;
}

.accordion-toggle.open .icon-plus {
  opacity:0;
}



.text-section {
    max-width: 960px;
}





.template-product .swiper-slide img {
    width: 100%;
}

.template-product .swiper-slide {
    max-height:1200px;
}


#at-expanded-menu-v2 .at-expanded-menu-mask {
    background-color: #000;
    background-color: rgba(0,0,0,.75) !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 16777270;
}

.full {
  width:100%;
  padding:50px 0px;
}

.up {
  opacity:1;
}

.down {
  opacity:0;
}

.js-qty, .ajaxcart__qty {
    position: relative;
    margin-bottom: 1em;
    max-width: 100px;
    min-width: 75px;
    overflow: visible;
    margin: 0 auto;
    margin-bottom: 1em;
}

.anchors a {
    margin: 10px;
    color: #0051BA;
    text-transform: uppercase;
    border-bottom: 2px solid;
    font-size: 14px;
    letter-spacing: 1px;
}

.bg-1 {
  background: url(https://cdn.shopify.com/s/files/1/1194/9804/t/3/assets/Chomitz1116_JCP3057Prelim-magnet.jpg?11560408962522384518);
}

.bg-2 {
  background: url(//cdn.shopify.com/s/files/1/1194/9804/t/3/assets/Chomitz1116_JCP4002Prelim-circuit.jpg?4547743266181306648);
}

.bg-3 {
  background: url(//cdn.shopify.com/s/files/1/1194/9804/t/3/assets/Chomitz1116_JCP4802Prelim-dance.jpg?3935128831612630497);
}

.bg-4 {
  background: url(//cdn.shopify.com/s/files/1/1194/9804/products/Flap_Exterior_1024x1024.jpg?v=1458058430);
}


.bg-5 {
  background: url(//cdn.shopify.com/s/files/1/1194/9804/products/1_grande.jpg?v=1459436547);
}


.bg-6 {
  background: url(//cdn.shopify.com/s/files/1/1194/9804/t/3/assets/Chomitz1116_JCP3057Prelim-magnet.jpg?1359607384937819324);

    }

.bg-8 {
  background: url(//cdn.shopify.com/s/files/1/1194/9804/t/3/assets/Chomitz1116_JCP4383Prelim-top.jpg?4565272405715381743);

    }

.bg-9 {
  background: url(//cdn.shopify.com/s/files/1/1194/9804/t/3/assets/Chomitz1116_JCP4220Prelim-app.jpg?1837935730586072609);

    }

.bg-10 {
  background: url(//cdn.shopify.com/s/files/1/1194/9804/t/3/assets/Chomitz1116_JCP4023Prelim-decorate.jpg?4376867153755982799);

    }


.bg-11 {
  background: url(//cdn.shopify.com/s/files/1/1194/9804/t/3/assets/Chomitz1116_JCP4129Prelim-build.jpg?17477257248617741107);

    }
.bg-12 {
  background: url(//cdn.shopify.com/s/files/1/1194/9804/t/3/assets/Chomitz1116_JCP3797Prelim-panels.jpg?18376903680087773798);

    }


.card {
    padding: 20px;
    background: #fff;
    margin: 40px auto;
    max-width: 960px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}

.btn, .btn--secondary, .rte .btn--secondary, .rte .btn, .rte .btn--secondary {
 
    border-radius: 0px;
}


.get-up {
    position: relative;
    z-index: 9;
}


.bg-7 {
    background-attachment: fixed;
    background: url(//cdn.shopify.com/s/files/1/1194/9804/t/3/assets/circuit.jpg?46934047902026743);
    background: url(//cdn.shopify.com/s/files/1/1194/9804/t/3/assets/large-circuit.jpg?15661762903565806069);
  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  position:relative;
}

.bg-white-over {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 1;
    top: 0px;
    left: 0px;
    opacity: .63;
}




.play-btn {
    border: 2px solid;
    height: 86px;
    color: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.44);
    background: #000;
    width: 86px;
    font-size: 80px !important;
    border-radius: 100px;
    text-align: center;
    line-height: 83px !important;
    background: rgba(0, 0, 0, 0.23);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.play {
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.play:hover .play-btn{
  -moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}



.drawer {
    color: #fff;
}

.scroll-stay {
    background-attachment: scroll !important;
}

.mob-vid {
  display:none;
}


.subscribe-done {
    font-size: 1.5em;
    color: #fff;
    background: rgba(0, 0, 0, 0.08);
    padding: 10px 20px;
}

/***********************
This is a fix for iPad, 
Fixed background caused errors
*********************************/
@media only screen and (max-width: 1024px){
  #video-background{
    width: 100%;
    position: relative;
    height: auto;
    background-attachment: scroll;
    background-position: 70% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 400px){
  .buy {
      display:none;
  }
}


@media only screen and (max-width: 768px) {
 
.buy .button{
  margin-top:0;
}
  
.site-header__logo {
    margin-left: -50px;
    margin-top: 6px;
    width: 100px;
    left: 50%;
}
  
  .mob-vid {
  display:block;
}
  
  .v-blank-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
}
  
  .blank {
    display:none;
  }
  
  .thevideo {
    display: none;
}
  
  .vid-overlay-2 {
    display: none;
}
  
  .vid-overlay {
    display: none;
}
  
  .video {
    height: auto;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
}
  
  .info-snipet {
    max-width: none;
    margin: 0 auto;
}
  
  .vid-overlay-extra {
    opacity: 1;
    position: relative;
    text-align: center;
    color: #FFF;
    background: rgba(12, 40, 76, 0.6);
    width: auto;
    max-width: 700px;
    text-align: left;
    height: auto;
    margin: 60px;
    left: 0px;
    padding: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
  
  


#videosList {
    height: auto;
    position: relative;
}
  
.the-side {
    float: left;
    max-width: 100%;
    padding: 40px;
    padding-left: 60px;
    text-align: left;
}
  
  .eighty {
  width:100%;
}

.ten {
  width:100%;
}
  
}


/*
BLOG
*/

.template-blog h1{
  display:inline;
}

.template-blog .tag-list{
  padding-top:20px;
}


/*
Cart
*/

a.cart__remove{
	display:inline-block;
	padding: 3px 10px;
	border: 1px solid;
	text-transform: uppercase;
	font-size: 10px;
}
  
.input-error {border:2px solid red !important;}
div[for="mce-NAME"] {display:none !important;}
div[for="mce-EMAIL"] {display:none !important;}
#mce-error-response a {color:#0051BA;display:none !important}

td[data-label="Price"],
td[data-label="Total"]{
  white-space: nowrap;
}

iframe#optimonk-shopify-connector{
	display:none;
}

/*
Remove Buy Button
*/
.template-product .buy {
	display:none !important;
}


/*
IE Edge background image fix
*/
@supports (-ms-accelerator:true) { 
  .bg-image{
    background-attachment: scroll !important;  
  }  
}


/*
Fix on home video
*/

.video.off .fa{
	display:block;
}

@media screen and (min-width: 1500px){
  .video.off .button.expand{
      top:3%;
  }
}

/*
Remove arrows under desktop for testimonials
*/
@media only screen and (max-width: 1025px){
	
  .swiper-button-next,
  .swiper-button-prev{
  	display:none;
  }
}

/*
Hide video section
*/

.custom-show-section{
  visibility: hidden;
}

.custom-show-section .video,
.custom-show-section .vid-overlay-extra,
.custom-show-section .vid-overlay-2,
.custom-show-section .vid-overlay
{
 transition:none;
}

@media only screen and (max-width: 768px){
  .custom-hide-section{
  	display:none !important;
  }
  
  .custom-show-section{
    visibility: visible;
  }
  
 .video,
 .vid-overlay-extra,
 .vid-overlay-2,
 .vid-overlay
{
 transition:none;
}  
  
}


.addthis_sharing_toolbox{
	margin-bottom:14px;
}

