#loading-nook {    width: 150px;
    height: 55px;
    background: url(../img/loading.gif) center center no-repeat;
    opacity: .7;
    position: absolute;
    margin-top: 220px;
    left: 50%;
    z-index: 999;
    margin-left: -75px; text-align:center; font-size:9px; color:#ccc;}


@-webkit-keyframes blinker {
  0% { opacity: .3; }
  50% { opacity: 1; }
  100% {opacity: .3; }
}

.waitingForConnection {

  -webkit-animation-duration: 2s;
  -webkit-animation: blinker 2s linear infinite 0s;
		-ms-animation:blinker 2s linear infinite 0s;
		animation: blinker 2s linear infinite 0s;
}

.options input:checked +label .option-radio { border: 2px solid #00bbde; /*background: url(../img/selected.png) top left no-repeat #fff;*/}
.view { position: relative}
.e-image {
    position:absolute;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
   width: 84px;
  height: 84px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 58px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


.wrapperWhite{
padding-top:120px;
}
a.button {
margin: 0;
border: 0;
padding: 14px 25px;
}
.buttons {
float: left;
width: 100%;
margin-bottom: 20px;
}
.right .button{
float:right;
}
.left .button{
float:left}
header {
background: rgba(0,0,0,.85);
}
header { position:absolute;}
#banner { height: 725px;
background: url(../img/banner-bg2.jpg) top center no-repeat #0a0a0a;}
#store-links {position:relative; margin: 80px 0 0; height: auto;}

#breadcrumbs {position:absolute; top:0; left:0; list-style: none; padding: 0; margin: 0;}
#store-nav {list-style: none; position: absolute; top: 0; right:0;padding: 0; margin: 0;}
#breadcrumbs li, #store-nav li {float:left; padding: 5px 10px; margin: 0 5px;font-size: 14px;color: #393939;font-family:"proxima-nova", Helvetica, Arial, sans-serif;font-weight: 400;}
#breadcrumbs li.seperator {padding: 5px 0px; margin: 0px; color:#666;}
#breadcrumbs li:last-of-type, #store-nav li:last-of-type {padding-right: 0; margin-right: 0;}
#breadcrumbs li:first-of-type, #store-nav li:first-of-type {padding-left: 0;margin-left: 0;}
#breadcrumbs li a, #store-nav li a{color:#ccc; text-decoration: none;}
#breadcrumbs li a { border-bottom: 1px dotted #666;}
#breadcrumbs li a.selected {font-weight:600; color:#fff;}

#config-nav { position:relative;list-style: none; float:left; margin:0; padding:0; z-index: 9;width: 100%;}
#config-nav li{
	float: left;
	font-size: 16px;
	width: 25%;
	text-align: center;
	max-height: 45px;
	background: url(https://www.nookdesk.com/store/img/li-not-selected-right.png) no-repeat center right #2f2f33;
	background-size: auto 45px;
	line-height: 1em;-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#config-nav li:first-of-type {
	border-radius: 4px 0 0 4px;
}
#config-nav li:first-of-type a{-moz-border-radius: 4px 0 0 4px;-webkit-border-radius: 4px 0 0 4px;border-radius: 4px 0 0 4px;background: transparent !important;}
#config-nav li:last-of-type a{-moz-border-radius: 0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}
#config-nav li.selected {font-weight: 700;
background: url(https://www.nookdesk.com/store/img/li-selected-right.png) no-repeat center right;
background-size: auto 45px;}
#config-nav li.selected > a{/* display: block; */
color: #fff;
background: #4a4a4a;
/* background: url(https://www.nookdesk.com/img/selected-arrow.jpg) no-repeat center right; */
/* background-size: auto 45px; */
background: url(https://www.nookdesk.com/store/img/a-selected-left.png) no-repeat center left;
background-size: auto 45px;font-weight: 500;
/* border-bottom: 3px solid #00bbde; */}
#config-nav li a { display: block;
padding: 13px 0px;
text-decoration: none;
color: #ccc;
background: url(https://www.nookdesk.com/store/img/a-not-selected-left.png) no-repeat center left;
background-size: auto 45px;-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;}
#config-nav li:last-of-type a { border-right:none;}
#product-stage {height: 530px;width: 66%; float:left;}
#product-image {
	position: absolute;
	width: 95%;
	height: auto;
	padding: 6% 0 0 5%;
	top: 0px;
	margin: 0;
	-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}

.lower-product-stage { top: 20px !important;-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;}

.product-selected h3, .product-not-selected h3{margin: 0;
padding: 0 5%;
width: 90%;
list-style: none;
font-weight: 400;
font-size: 13px;
color: #666;
text-transform: uppercase;
letter-spacing: .15em;
margin-bottom: 10px;
display: block;}

.product-not-selected h3{margin-top: 20px;}

.shipping-section {padding-bottom: 10px;
border-bottom: 1px solid #ddd;
margin-bottom: 40px;}
#product-image img { width: 100%;
height: auto;}
#right-wrapper { width: 33%; }
#selection-box { width: 100%;background-color: #F1F1F1;height: 420px;-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;}
.switch { list-style: none; position: absolute; bottom: 0; right: 0;}

.option-title {
    padding: 2.5% 5%;
    width: 90%;
    position: relative;
    background-color: #FFF;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid #ddd;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    z-index: 9
}

.option-title h2{
    color: #393939;
    font-family:"proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
    float: left;
	padding: 6px 0 6px;
	font-size: 16px;
}
.option-title h2 span {font-weight: 700;}


.option-title .question-bubble {
  position: absolute;
  right: 18px;
  top: 9px;
  text-align: center;
  padding: 13px 9px 13px;
  line-height: 0;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background: #fff;
  text-decoration: none;
  color: #00bbde;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border: 3px solid #00bbde;
  font-size: 18px;
}

.option-title .question-bubble:hover {  background: #00bbde;
  color: #fff;}

.options {
width: 99.5%;
  height: 315px;
background-color: #F1F1F1;
padding-top: 15px;
overflow-y: scroll;
}

.options:hover {cursor:pointer;}
.option-radio { width: 89%; padding:2.5%; margin: 0 0 12px 15px;
background-color: #FFF;
border: 2px solid transparent;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
    -webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s; position:relative;overflow: hidden;cursor: pointer;}

.option-radio.active { border: 2px solid #00bbde; background: url(../img/selected.png) top left no-repeat #fff;}
.option-radio .status {display:none;}
.option-radio.active .status {display:block; position: absolute; top: 5px; left:35px;color: #0BD;font-family:"proxima-nova", Helvetica, Arial, sans-serif;font-size: 14px;font-weight: 700;}
.option-radio h3 { margin: 28px 5px 25px;color: #505050;font-family:"proxima-nova", Helvetica, Arial, sans-serif;font-size: 14px;font-weight: 400; width: 50%; display:block; max-height:25px;}
.option-radio h3 span {
font-size: .8em;
line-height: 0;
color: #666;
}

.option-radio .option-image {width: 50%; position: absolute; right: 0; top: 0;}
.option-radio .option-image img {width: 100%; height:auto;}

.option-check { width: 89%; padding: 2.5%; margin: 0 0 12px 15px;
background-color: #FFF;
border: 2px solid transparent;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
    -webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s; position:relative;overflow: hidden;}

.option-check.active { border: 2px solid #00bbde; background: url(../img/selected.png) top left no-repeat #fff;}
.option-check .status {display:none;}
.option-check.active .status {display:block; position: absolute; top: 5px; left:35px;color: #0BD;font-family:"proxima-nova", Helvetica, Arial, sans-serif;font-size: 14px;font-weight: 700;}
.option-check h3 { margin: 28px 5px 25px;color: #505050;font-family:"proxima-nova", Helvetica, Arial, sans-serif;font-size: 14px;font-weight: 400; width: 50%;}

.option-check .option-image {width: 50%; position: absolute; right: 0; top: 0; margin-top: 5%;}
.option-check .option-image img {width: 100%; height:auto;}

#save-share { position:absolute; bottom:0; z-index:10;}
#view-selection { position: absolute; bottom:0; right: 0;z-index:10;}
.button.next span { font-weight: 700;}
.previous {
color: #666;
font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
    background:none;
    text-decoration: none;
}
.previous span {font-weight: 700;}

.option-nav {
position: absolute;
bottom:0; /* Style for Rectangle 27 */
background-color: #FFF;
-moz-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.12);
width: 100%;
-moz-border-radius:0 0 4px 4px;
-webkit-border-radius:0 0 4px 4px;
border-radius: 0 0 4px 4px;
z-index: 9;
}
.option-nav .next { float: right; margin: 13px}
.option-nav .previous { float:left; margin: 19px; padding-left:0;}
#view-selection { width:350px; }
#view-selection h4 { float:left; margin: 0 0 5px; color:#ccc;font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight: 300; line-height: 1em;}
#view-selection .switch { float:right;}
.switch {
background-color: rgba(225,225,225,.12);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
list-style: none;
width: 255px;
padding: 0;margin: 0;
}

.switch li {float:left; text-align: center; width:85px;text-transform: uppercase;
font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: 300;}
.switch li.selected { /* Style for Rounded Rectangle 3 copy */
background-color: #ccc;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 1px 0 3px rgba(0,0,0,.5);
-webkit-box-shadow: 1px 0 3px rgba(0,0,0,.5);
box-shadow: 1px 0 3px rgba(0,0,0,.5); font-weight: 700}
.switch li.selected a {color:#333;}
.switch li a { display:block; padding: 5px 0;text-decoration:none;color: #969696;}
.small-button {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; padding: 5px 15px;font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: 300;text-decoration: none; color:#ccc;
}

#save-share .share-facebook {padding:6px 15px 5px 22px; background: url(../img/facebook-header.png) left center no-repeat; background-size: 15px 15px; margin:0 0 0 10px}

.outline { border:1px solid #606060;}

#config-bar {
	height:105px;
	width:100%;
	background: #f2f2f2;
}

#money, #config-actions { height: 75px; padding: 15px 0;}

#money h3{
color: #393939;
font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 26px;
font-weight: 700;
margin: 0;
padding: 0;
}

#money h4 {
color: #636363;
font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: 300;
margin: 0;
padding: 0;
}
#money #financed h3 span { font-size: 18px;}

#money .text-link {
font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 300;
margin: 0;
padding: 0;
text-transform: none;
}

#money #price, #money #financed {border-right:1px solid #ddd; padding: 0 5% 0 0;margin: 0 5% 0 0;}
#money #price {width: 37%;}
#money #financed {width: 42%;}

#config-actions .full30 { width: 20%; padding-left: 9%; padding-right:1%; margin: 0 2%;}

#config-actions #questions-link {padding-right:0; margin: 0 0 0 2%;}

#config-actions h4{
color: #636363;
font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 300;
margin: 10px 0 0 0;
padding: 0;
}

#config-actions h3 {
color: #393939;
font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 19px;
font-weight: 700;
margin: 0 0 10px 0;
padding: 0;
}

#config-actions #current-link, #config-actions #media-link { border-right:1px solid #ddd;}

#config-actions a { text-decoration:none;}

#config-actions #current-link { background: url(../img/config-icon.jpg) no-repeat left center;}
#config-actions #media-link { background: url(../img/media-icon.jpg) no-repeat left center;}
#config-actions #questions-link { background: url(../img/contact-us.jpg) no-repeat left center;}

#progress-bar {
list-style: none;
font-size: 0px;
position: absolute;
width: 35%;
margin: 29px 32.5%;
text-align: center;
padding: 0;
}

#progress-bar li {
display: inline-block;
width: 10px;
height: 10px;
margin: 0px 2px 3px;
}

#progress-bar li a { display: block; width: 100%; height: 100%; background: #ddd;}
#progress-bar li a.selected {background:#00bbde;}

#main { padding: 40px 0;background: #e5e5e5;}

#main #tabs a { display:inline-block; padding:15px 0px; background:#fff; margin:0 5px 0 0; border-top:1px solid #ddd; border-left: 1px solid #ddd; border-right:1px solid #ddd; text-decoration:none; font-family:"proxima-nova", Helvetica, Arial, sans-serif; color: #333; font-size:20px;
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top,  #f3f3f3 79%, #ebe8e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(79%,#f3f3f3), color-stop(100%,#ebe8e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f3f3f3 79%,#ebe8e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f3f3f3 79%,#ebe8e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f3f3f3 79%,#ebe8e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f3f3f3 79%,#ebe8e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ebe8e8',GradientType=0 ); /* IE6-9 */
margin-bottom: -1px; width: 18%; text-align:center;
}
#main #tabs a.selected {
padding-bottom: 16px;
background:#fff !important;}
#main #tabs

#main .tab-body { width:90%; padding:2% 5%; border:1px solid #ddd;}
#main section { padding:80px 0;}
#right-wrapper {-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;margin-top: 10px;}
#pricing-details {padding: 15px 5%;
margin-bottom: 10px;
background: #fff;
border-radius: 4px;
max-height: 60px;}
#pricing-details h3 {
font-size: 14px;
margin: 0;
font-weight: 400;
margin-bottom: 0;
}
#configured-price {
	float: left;
	border-right: 1px solid #ddd;
	padding: 0 10px 0 0;
}
#configured-price h3{
	font-size: 25px;
	/* margin: 0; */
	line-height: .55em;
	padding: 9px 0 0 0;
	font-weight: 600;
}
#financed-price { float:left; padding:0 10px; border-right:1px solid #ddd;height: 44px;}
#financed-price span, #shipping-date span {font-size: 12px;
margin: 0;
font-weight: 400;}
#shipping-date {float:left; padding:0 0 0 10px;}
#shipping-date h3, #financed-price h3 { font-weight: 600;
font-size: 16px;
line-height: 0.8em;
}
#shipping-date h3 span {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #00bbde;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    margin: 0 6px 0 0;
    font-size: 12px;
    line-height: 1.7em;
}

.swatch .option-image {
	width: 38%;
	height: 55%;
	right: 4.5%;
	top: 20%;
	border-radius: 4px;
}

.swatch .option-image img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border:1px solid #ddd;
}

.mat .option-image {
  width: auto !important;
  height: 96%;
  border-radius: 4px;
  right: 30px !important;
}

.mat .option-image img{
  width: auto !important;
  height: 100% !important;
  border-radius: 0;
  border: none;
}

.hk-yes .option-image {
	width: auto;
	height: 100%;
	right: 0;
	top: 0;
}

.hk-yes .option-image img {
	width: 100%;
	height: 100%;
}


.dimension-radio { width: 29.5%;
float: left;
text-align: center;}

.dimension-radio-center { margin: 0 3%;}

.dimension-radio .option-radio {
width: 95%;}

.dimension-radio .option-radio h3 {
margin: 30px auto;
font-size: 20px;
padding: 0;
text-align: center;
width: 80%;
line-height: 1em;
min-height: 45px;
margin: 30px auto 20px;
}


.desktop-style .option-image {
	width: 33%;
height: auto;
position: absolute;
right: 5%;
top: 14%;
}

/* Let's get this party started */
.options::-webkit-scrollbar {
    width: 12px;
}

.options::-webkit-scrollbar-button {color:#333; height:15px; background:#333; padding:5px 0;}

.options::-webkit-scrollbar-button:start { background: url(../img/scroll-arrow-up.png) no-repeat center center #f1f1f1;}
.options::-webkit-scrollbar-button:end { background: url(../img/scroll-arrow-down.png) no-repeat center center #f1f1f1;}

/* Track */
.options::-webkit-scrollbar-track {
    background:#ccc;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	margin:7px 0;
}

/* Handle */
.options::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #666;
	    -webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
}
.options::-webkit-scrollbar-thumb:window-inactive {
	background: #666;
}

.controller-thumb .option-image {width: 45%;
position: absolute;
right: 5%;
top: 20%;}


   #review-box ul, #review-box .product-selected span, #review-box .product-not-selected span {margin: 0;
padding: 0 5%;
width: 90%;
list-style: none;}
#review-box .product-selected span, #review-box .product-not-selected span {
text-align: right;
float: right;
width: auto;
}


#review-box ul li {font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-weight: 700;
font-size: 17px;
padding: 15px 0;
border-bottom: 1px solid #ccc;}
#review-box ul li:first-of-type { padding-top:5px;}
#review-box ul li span { font-weight:300;}

#store-revolutionary-features {right:48%; bottom:0; height:100%; width:auto;}

.mfp-content > div{
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  margin: 20px auto;
}
#quest-box .wrapper {min-width: 855px;}
#quest-box {max-width: 1500px; padding:0;}
#quest-box section {padding-left:5%; padding-right:5%;}

#login-content { padding: 75px 0;}

#login-content .full75 h3 {margin-bottom: 15px;font-size:33px;
line-height: 1em;
letter-spacing: .045em;font-weight: 300;
color: #252525;
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
text-transform: uppercase; margin-bottom:8px;}
#login-content .full75 h3 span {color:#00bbde}
#login-content .full75 { margin-bottom:30px;}
#login-content .full75 h2 {
letter-spacing: .15em;
padding-bottom: 13px;
color: #666;
font-size: 20px;
text-transform: uppercase;
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-weight: 300;
margin: 0;
padding: 0;
}

#login-content .fa { color:#ccc; padding-right:10px;}
#login-text { width: 520px;}
#login-text { padding-top:175px;}
#login-text h1 { color: #ccc;
font-size: 20px; text-transform:uppercase;font-family:"proxima-nova", Helvetica, Arial, sans-serif; font-weight:300; letter-spacing:.10em; margin:0; padding:0}
#login-text h3 { font-weight:300; color:#fff;font-size:35px; letter-spacing:.09em; margin:0; padding:0; text-transform:uppercase;}
#login-text p { color:#fff; margin-bottom:1.75em;}

#login-box {width: 40%;
float: right;
background: rgba(255,255,255,0.10);
padding:2.5%;
border-radius: 6px;
margin-top: 150px;}

.cart-info .name a {
	font-size: 32px;
	text-decoration: none;
	color: #252525;
	text-transform: uppercase;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: .08em;
}

.product-cart-image {max-width: 300px;
overflow: hidden;}
.product-cart-image img{width: 100%;
height: auto;
margin-top: -7%;
margin-bottom: 5%;}

.breadcrumb a {color:#666; text-decoration:none;}

#store-title {color:#fff; font-weight:400; font-size:22px;}
#store-title span { font-size: 12px;
font-weight: 300;
text-transform: uppercase;
color: #ccc;
margin-left: 3px;
letter-spacing: .08em;}

#notification {}

#notification .success, #notification .alert, #notification .warning {font-size: 18px;position: fixed;
z-index: 999999;
width: 100%;
height: 25px;
background: #00bbde;
padding: 18px;
color: #fff;
font-weight: 400;}

#notification .success a, #notification .alert a, #notification .warning a{color:#fff; font-weight:600; }

.success .right {float: right;
position: absolute;
right: 3%;
top: 29%;}

#configured-price span{color: #00bbde;font-size: 13px;font-weight: 600; margin: 0;line-height: 0;
text-align: center;
width: 100%;
display: inline-block;}

.sub-share .fa { font-size: 16px; margin-right:3px;}
#save-share .small-button {padding: 5px 10px;font-size: 13px; }
#save-share .small-button span {line-height:1.4em; }

#financed-price { display:none;}
button:active,button:focus,button{border:0;outline:0px;box-shadow:0px;}

.switch li button {
  background: none;
  border: 0px;
  text-transform: uppercase;
  padding: 5px 0;
  text-decoration: none;
  color: #969696;
}

.switch li.selected button {color:#333;}
#view-selection h4 {display:none;}
#logo-store {
  position: absolute;
  width: 250px;
  height: 29px;
  top: 25px;
  left: 2.5%;
  background: url(https://www.nookdesk.com/store/img/nookdesk-logo-white.png) left center no-repeat;
  background-size: 188px 28px;
}

#logo-store h3 {
	padding: 10px 0 0 195px;
	margin: 0;
	color: #ccc;
	font-weight: 200;
	font-size: 15px;}

  nav ul {
  left: 245px;
  }


#starting-at {
position: absolute;
top: 20px;
right: 0;
width: 135px;
height: auto;
z-index: 999;
}

#store-title h2 {  color: #fff;
  font-weight: 400;
  font-size: 22px; display:inline;}
#store-title span a {font-size: 12px;
  font-weight: 300;
  color: #ccc;
  margin-left: 3px;display:inline; margin-left:10px;border-bottom:1px dotted #666; text-transform:none; letter-spacing:0;}
  #store-title a { text-decoration:none; }

  #options-note {  font-size: 13px;
  font-weight: 300;
  color: #ccc;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 20px;
  line-height: 1.4em; width:100%; text-align: center; border:1px solid #333; border-radius:5px; padding:13px 0;}

  #options-note a {border-bottom:1px dotted #666;color: #ccc;}


  #store-links {height:auto;  margin: 80px 0 0;}

#options-store {/* background:#0a0a0a; */ padding:0px 0 30px;}
#options-store .wrapper {  width: 97%;
   max-width: 1475px;
   padding: 15px 1.5%;}
.single-option {  width: 31.333%;min-height: 415px;background:#fff; border-radius: 5px; float:left; margin:1%; position:relative;    overflow:hidden;}

.single-option h2 {    font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;    margin: 15px 0 10px;}

.option-info { width:87%; margin:0 6%; border-top:1px solid #ddd;   padding: 15px 0 20px; position:absolute; bottom:0; left:0;}
.single-option .wrapit {width:87%; margin:0 6%;}
.option-info h4 { float:left;  margin: 9px 0;
  font-size: 20px;
  font-weight: 600;
  color: #666;}
.option-info a { float:right; margin-right:-5px;}
.single-option img { width:100%; height:auto;}
.option-info .button {  padding: 12px 16px !important;}
.wrapit select{  width: 100%;
  padding: 6px;
  border: none;
  background: #f2f2f2;
  font-size: 15px;
  font-weight: 400;
  font-family: 'proxima-nova';
  letter-spacing: 0em;
  margin-bottom: 7px;}

  @media (min-width: 1200px) {.single-option {   width: 23%;
  min-height: 405px;
}}
@media (min-width: 1180px) {#financed-price { display:inline-block;}}
@media (min-width: 1300px) {
    /*#product-image { top:-40px;}   */
    .option-radio h3 { margin: 30px 5px;font-size: 15px;}
    .option-image { margin-top: 0%;}

	#banner {     height: 855px;}
	#product-stage {height: 688px;}
	#right-wrapper {margin-top: 20px;}
	#selection-box {height: 580px;}
	.options {height: 380px;}
	#configured-price h3{font-size: 28px;padding: 7px 0 0 0; line-height:.65em}
	#financed-price, #shipping-date {padding: 1px 12px; height:45px;}
	#configured-price {padding:0 20px 0 0;}
	#progress-bar li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px 2px 4px;
	}
	.option-title h2{
    padding:10px 0 6px;
    font-size: 19px;
	}
	#configured-price span{font-size: 14px;}
	.option-title .question-bubble {
	position: absolute;
	right: 18px;
	top: 13px;
	text-align: center;
	padding: 16px 13px 16px;
	line-height: 0;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px; background: #ccc; text-decoration:none; color:#fff; font-family:"proxima-nova", Helvetica, Arial, sans-serif;
	font-weight: 700; font-size: 17px;
	}

	#product-image {
	position: absolute;
	width: 95%;
	height: auto;
	padding: 1% 0 0 5%;
	}

	.product-image-lower {padding: 4% 0 0 5% !important;}
}


#vid img{width:100%; height:auto;}

  #oos-box {max-width: 1075px;padding: 5% 0;}

		#out-of-stock h2 {
		color: #00bbde;
		font-size: 55px;
		text-transform: none;
		font-weight: 300;
		letter-spacing: 0;
		line-height: 1em;
		margin: 0;
		padding: 0;
		}

		#out-of-stock { width:85%;}

		#out-of-stock h3 { font-size:24px; font-weight:400; text-transform:none;}

		#out-of-stock p { font-size:18px;}

		#out-signuevop-form input[type="email"]{/* Style for Rounded Rectangle 3 */
		width: 620px;
		background-color: #2C2C2C;
		-moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		border-radius: 40px;
		border:none;color:#fff;font-family: "proxima-nova", Helvetica, Arial, sans-serif; font-size:22px; font-weight:400; padding:20px 25px}

		#out-signuevop-form input[type="email"]:focus {outline:none !important;}
		#out-signuevop-form { margin-top:22px;}
		#out-signuevop-form .button{
		border: none;
		padding: 10px 18px;
		right: 20px;
		bottom: 15px;}

		#review-box .fa-exclamation-circle {color:#00bbde;}

		.disabled_button { background:#ABABAB !important;}

		#mc_embed_signup form { position: relative;width: 670px; margin:0 auto; padding:0;}

		#out-signuevop-form input::-webkit-input-placeholder {
		   color:  #abb3ba;font-weight:300;
		}

		#out-signuevop-form input:-moz-placeholder { /* Firefox 18- */
		   color: #abb3ba;  font-weight:300;
		}

		#out-signuevop-form input::-moz-placeholder {  /* Firefox 19+ */
		   color:  #abb3ba;  font-weight:300;
		}

		#out-signuevop-form input:-ms-input-placeholder {
		   color:  #abb3ba;  font-weight:300;
		}

		#oos-box { padding: 40px 0 20px !important;}

		#no-thanks-link { font-size:22px;font-family: "proxima-nova", Helvetica, Arial, sans-serif; font-weight:400; text-decoration:underline; color:#333; margin-top:25px; display:block;-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;}
		#no-thanks-link:hover {color: #00bbde;}
.options input:checked +label .option-radio { border: 2px solid #00bbde; /*background: url(../img/selected.png) top left no-repeat #fff;*/}
.view { position: relative}
.e-image {
    position:absolute;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
   width: 84px;
  height: 84px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


.wrapperWhite{
padding-top:120px;
}
a.button {
margin: 0;
border: 0;
padding: 14px 25px;
}
.buttons {
float: left;
width: 100%;
margin-bottom: 20px;
}
.right .button{
float:right;
}
.left .button{
float:left}
header {
background: rgba(0,0,0,.85);
}
header { position:absolute;}
#banner { height: 725px;
background: url(../img/banner-bg2.jpg) top center no-repeat #0a0a0a;}

#breadcrumbs {position:absolute; top:0; left:0; list-style: none; padding: 0; margin: 0;}
#store-nav {list-style: none; position: relative; float:right; top: 0; right:0;padding: 0;     margin: 0 10px;}

#mobile-store-nav{display:none;}

#breadcrumbs li, #store-nav li {float:left; padding: 5px 10px; margin: 0 5px;font-size: 14px;color: #393939;font-family:"proxima-nova", Helvetica, Arial, sans-serif;font-weight: 400;}
#breadcrumbs li.seperator {padding: 5px 0px; margin: 0px; color:#666;}
#breadcrumbs li:last-of-type, #store-nav li:last-of-type, #mobile-store-nav li:last-of-type {padding-right: 0; margin-right: 0;}
#breadcrumbs li:first-of-type, #store-nav li:first-of-type, #mobile-store-nav li:first-of-type {padding-left: 0;margin-left: 0;}
#breadcrumbs li a, #store-nav li a, #mobile-store-nav li a{color:#ccc; text-decoration: none;}
#breadcrumbs li a { border-bottom: 1px dotted #666;}
#breadcrumbs li a.selected {font-weight:600; color:#fff;}

#cart-link {border: 1px solid #666;
    padding: 6px 10px !important;
    border-radius: 5px;}

#config-nav { position:relative;list-style: none; float:left; margin:0; padding:0; z-index: 9;width: 100%;}
#config-nav li{
	float: left;
	font-size: 16px;
	width: 33.333%;
	text-align: center;
	max-height: 45px;
	background: url(https://www.nookdesk.com/store/img/li-not-selected-right.png) no-repeat center right #2f2f33;
	background-size: auto 45px;
	line-height: 1em;-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#config-nav li:first-of-type {
	border-radius: 4px 0 0 4px;
}
#config-nav li:first-of-type a{-moz-border-radius: 4px 0 0 4px;-webkit-border-radius: 4px 0 0 4px;border-radius: 4px 0 0 4px;background: transparent !important;}
#config-nav li:last-of-type a{-moz-border-radius: 0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}
#config-nav li.selected {font-weight: 700;
background: url(https://www.nookdesk.com/store/img/li-selected-right.png) no-repeat center right;
background-size: auto 45px;}
#config-nav li.selected > a{/* display: block; */
color: #fff;
background: #4a4a4a;
/* background: url(https://www.nookdesk.com/img/selected-arrow.jpg) no-repeat center right; */
/* background-size: auto 45px; */
background: url(https://www.nookdesk.com/store/img/a-selected-left.png) no-repeat center left;
background-size: auto 45px;font-weight: 600;
/* border-bottom: 3px solid #00bbde; */}
#config-nav li a { display: block;
padding: 13px 0px;
text-decoration: none;
color: #ccc;
background: url(https://www.nookdesk.com/store/img/a-not-selected-left.png) no-repeat center left;
background-size: auto 45px;-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;}
#config-nav li:last-of-type a { border-right:none;}
#product-stage {height: 558px;width: 66%; float:left;}
#product-image {
	position: absolute;
	width: 95%;
	height: auto;
	padding: 0 0 0 5%;
	top: 0px;
	margin: 0;
	-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}

.lower-product-stage { top: 20px !important;-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;}

.product-selected h3, .product-not-selected h3{margin: 0;
padding: 0 5%;
width: 90%;
list-style: none;
font-weight: 400;
font-size: 13px;
color: #666;
text-transform: uppercase;
letter-spacing: .15em;
margin-bottom: 10px;
display: block;}

.product-not-selected h3{margin-top: 20px;}

.shipping-section {padding-bottom: 10px;
border-bottom: 1px solid #ddd;
margin-bottom: 40px;}
#product-image img { width: 100%;
height: auto;padding-top: 2.5%;}
#right-wrapper { width: 33%; }
#selection-box { width: 100%;background-color: #F1F1F1;height: 460px;-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;}
.switch { list-style: none; position: absolute; bottom: 0; right: 0;}

.option-title {
    padding: 2.5% 5%;
    width: 90%;
    position: relative;
    background-color: #FFF;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid #ddd;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    z-index: 9
}

.option-title h2{
    color: #393939;
    font-family:"proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
    float: left;
	padding: 6px 0 6px;
	font-size: 16px;
}
.option-title h2 span {font-weight: 700;}


.option-title .question-bubble {
position: absolute;
right: 13px;
top: 9px;
text-align: center;
padding: 13px 10px 13px;
line-height: 0;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
text-decoration: none;
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-weight: 700;
font-size: 16px;
}

.options {
width: 99.5%;
height: 275px;
background-color: #F1F1F1;
padding-top: 15px;
overflow-y: scroll;
}

.options:hover {cursor:pointer;}
.option-radio {
    width: 89%;
    padding: 2.5%;
    margin: 0 0 2% 2.5%;
background-color: #FFF;
border: 2px solid transparent;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
    -webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s; position:relative;overflow: hidden;cursor: pointer;}

.option-radio.active { border: 2px solid #00bbde; background: url(../img/selected.png) top left no-repeat #fff;}
.option-radio .status {display:none;}
.option-radio.active .status {display:block; position: absolute; top: 5px; left:35px;color: #0BD;font-family:"proxima-nova", Helvetica, Arial, sans-serif;font-size: 14px;font-weight: 700;}
.option-radio h3 { margin: 28px 5px 25px;color: #505050;font-family:"proxima-nova", Helvetica, Arial, sans-serif;font-size: 14px;font-weight: 400; width: 50%; display:block; max-height:25px; line-height:15px;}
.option-radio h3 span {
font-size: .8em;
line-height: 0;
color: #666;
}

.option-radio .option-image {width: 44%; position: absolute; right: 0; top: 0;}
.option-radio .option-image img {width: 100%; height:auto;}

.option-check { width: 89%; padding: 2.5%; margin: 0 0 12px 15px;
background-color: #FFF;
border: 2px solid transparent;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
    -webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s; position:relative;overflow: hidden;}

.option-check.active { border: 2px solid #00bbde; background: url(../img/selected.png) top left no-repeat #fff;}
.option-check .status {display:none;}
.option-check.active .status {display:block; position: absolute; top: 5px; left:35px;color: #0BD;font-family:"proxima-nova", Helvetica, Arial, sans-serif;font-size: 14px;font-weight: 700;}
.option-check h3 { margin: 28px 5px 25px;color: #505050;font-family:"proxima-nova", Helvetica, Arial, sans-serif;font-size: 14px;font-weight: 400; width: 50%;}

.option-check .option-image {width: 50%; position: absolute; right: 0; top: 0; margin-top: 5%;}
.option-check .option-image img {width: 100%; height:auto;}

#save-share { position:absolute;     bottom: 4px; z-index:10;}
#view-selection { position: absolute; bottom:0; right: 0;z-index:10;}
.button.next span { font-weight: 700;}
.previous {
color: #666;
font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
    background:none;
    text-decoration: none;
}
.previous span {font-weight: 700;}

.option-nav {
position: absolute;
bottom:0; /* Style for Rectangle 27 */
background-color: #FFF;
-moz-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.12);
width: 100%;
-moz-border-radius:0 0 4px 4px;
-webkit-border-radius:0 0 4px 4px;
border-radius: 0 0 4px 4px;
z-index: 9;
}
.option-nav .next { float: right; margin: 13px}
.option-nav .previous { float:left; margin: 19px; padding-left:0;}
#view-selection { width:350px; }
#view-selection h4 { float:left; margin: 0 0 5px; color:#ccc;font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight: 300; line-height: 1em;}
#view-selection .switch { float:right;}
.switch {
background-color: rgba(225,225,225,.12);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
list-style: none;
width: 255px;
padding: 0;margin: 0;
}

.switch li {float:left; text-align: center; width:85px;text-transform: uppercase;
font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: 300;}
.switch li.selected { /* Style for Rounded Rectangle 3 copy */
background-color: #ccc;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 1px 0 3px rgba(0,0,0,.5);
-webkit-box-shadow: 1px 0 3px rgba(0,0,0,.5);
box-shadow: 1px 0 3px rgba(0,0,0,.5); font-weight: 700}
.switch li.selected a {color:#333;}
.switch li a { display:block; padding: 5px 0;text-decoration:none;color: #969696;}
.small-button {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; padding: 5px 15px;font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: 300;text-decoration: none; color:#ccc;
}

#save-share .share-facebook {padding:6px 15px 5px 22px; background: url(../img/facebook-header.png) left center no-repeat; background-size: 15px 15px; margin:0 0 0 10px}

.outline { border:1px solid #606060;}

#config-bar {
	height:105px;
	width:100%;
	background: #f2f2f2;
}

#money, #config-actions { height: 75px; padding: 15px 0;}

#money h3{
color: #393939;
font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 26px;
font-weight: 700;
margin: 0;
padding: 0;
}

#money h4 {
color: #636363;
font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: 300;
margin: 0;
padding: 0;
}
#money #financed h3 span { font-size: 18px;}

#money .text-link {
font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 300;
margin: 0;
padding: 0;
text-transform: none;
}

#money #price, #money #financed {border-right:1px solid #ddd; padding: 0 5% 0 0;margin: 0 5% 0 0;}
#money #price {width: 37%;}
#money #financed {width: 42%;}

#config-actions .full30 { width: 20%; padding-left: 9%; padding-right:1%; margin: 0 2%;}

#config-actions #questions-link {padding-right:0; margin: 0 0 0 2%;}

#config-actions h4{
color: #636363;
font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 300;
margin: 10px 0 0 0;
padding: 0;
}

#config-actions h3 {
color: #393939;
font-family:"proxima-nova", Helvetica, Arial, sans-serif;
font-size: 19px;
font-weight: 700;
margin: 0 0 10px 0;
padding: 0;
}

#config-actions #current-link, #config-actions #media-link { border-right:1px solid #ddd;}

#config-actions a { text-decoration:none;}

#config-actions #current-link { background: url(../img/config-icon.jpg) no-repeat left center;}
#config-actions #media-link { background: url(../img/media-icon.jpg) no-repeat left center;}
#config-actions #questions-link { background: url(../img/contact-us.jpg) no-repeat left center;}

#progress-bar {
list-style: none;
font-size: 0px;
position: absolute;
width: 35%;
margin: 29px 32.5%;
text-align: center;
padding: 0;
}

#progress-bar li {
display: inline-block;
width: 10px;
height: 10px;
margin: 0px 2px 3px;
}
#progress-bar li a { display: block; width: 100%; height: 100%; background: #ddd;}
#progress-bar li a.selected {background:#00bbde;}

#main { padding: 40px 0;background: #ededed;}

#main #tabs a {display: inline-block;
    padding: 15px 0px;
    background: #fff;
    margin: 0 5px 0 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-decoration: none;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 14px;
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #f3f3f3 79%, #ebe8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(79%,#f3f3f3), color-stop(100%,#ebe8e8));
    background: -webkit-linear-gradient(top, #f3f3f3 79%,#ebe8e8 100%);
    background: -o-linear-gradient(top, #f3f3f3 79%,#ebe8e8 100%);
    background: -ms-linear-gradient(top, #f3f3f3 79%,#ebe8e8 100%);
    background: linear-gradient(to bottom, #f3f3f3 79%,#ebe8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ebe8e8',GradientType=0 );
    margin-bottom: -1px;
    width: 15%;
    text-align: center;
}
#main #tabs a.selected {
padding-bottom: 16px;
background:#fff !important;}
#main #tabs

#main .tab-body { width:90%; padding:2% 5%; border:1px solid #ddd;}
#main section { padding:80px 0;}
#right-wrapper {-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;margin-top: 10px;}
#pricing-details {padding: 15px 5%;
margin-bottom: 10px;
background: #fff;
border-radius: 4px;
max-height: 60px;}
#pricing-details h3 {
font-size: 14px;
margin: 0;
font-weight: 400;
margin-bottom: 0;
    line-height: 1em;
}
#configured-price {
	float: left;
	border-right: 1px solid #ddd;
	padding: 0 10px 0 0;
}
#configured-price h3{
	font-size: 25px;
	/* margin: 0; */
	line-height: .55em;
	    padding: 4px 0 8px 0;
	font-weight: 600;
}
#financed-price { float:left; padding:0 10px; border-right:1px solid #ddd;height: 44px;}
#financed-price span, #shipping-date span {font-size: 12px;
margin: 0;
font-weight: 400;    line-height: 2em;}
#shipping-date {float:left; padding:0 0 0 10px;}
#shipping-date h3, #financed-price h3 {     font-size: 17px;
    letter-spacing: -0.025em;
    color: #222;
}

.swatch .option-image {
	width: 38%;
	height: 55%;
	right: 4.5%;
	top: 20%;
	border-radius: 4px;
}

.swatch .option-image img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border:1px solid #ddd;
}

.hk-yes .option-image {
	width: auto;
	height: 100%;
	right: 0;
	top: 0;
}

.hk-yes .option-image img {
	width: 100%;
	height: 100%;
}

.dimension-radio {
    width: 29.75%;
    float: left;
    text-align: center;
    margin: 0 1%;
}

.dimension-radio-center {
    margin: 0 2%;
}

.dimension-radio .option-radio {
width: 95%;}

.dimension-radio .option-radio h3 {
margin: 30px auto;
font-size: 20px;
padding: 0;
text-align: center;
width: 80%;
line-height: 1em;
min-height: 45px;
margin: 30px auto 20px;
}

.desktop-style .option-image {
	       width: 30%;
height: auto;
position: absolute;
right: 5%;
top: 14%;
}

/* Let's get this party started */
.options::-webkit-scrollbar {
    width: 12px;
}

.options::-webkit-scrollbar-button {color:#333; height:15px; background:#333; padding:5px 0;}

.options::-webkit-scrollbar-button:start { background: url(../img/scroll-arrow-up.png) no-repeat center center #f1f1f1;}
.options::-webkit-scrollbar-button:end { background: url(../img/scroll-arrow-down.png) no-repeat center center #f1f1f1;}

/* Track */
.options::-webkit-scrollbar-track {
    background:#ccc;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	margin:7px 0;
}

/* Handle */
.options::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #666;
	    -webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
}
.options::-webkit-scrollbar-thumb:window-inactive {
	background: #666;
}

.controller-thumb .option-image {    width: 40%;
position: absolute;
right: 5%;
top: 20%;}


   #review-box ul, #review-box .product-selected span, #review-box .product-not-selected span {margin: 0;
    padding: 0 0 0 5%;
width: 90%;
list-style: none;}
#review-box .product-selected span, #review-box .product-not-selected span {
text-align: left;
float: right;
width: auto;
    display: inline;
}


#review-box ul li {font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-weight: 700;
    font-size: 14px;
    padding: 10px 0;
border-bottom: 1px solid #ccc;    display: inline-block;
    width: 100%;    letter-spacing: -.025em;}
#review-box ul li:first-of-type { padding-top:5px;}
#review-box ul li span { font-weight:300;}

#review-box ul li .fa {
	font-size: .8em;
    color: #666;
	margin-left:5px;
	    opacity:0;
			    -webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;
}

#review-box ul li:hover .fa {color:#00bbde;    opacity: 1;}

#store-revolutionary-features {right:48%; bottom:0; height:100%; width:auto;}

.mfp-content > div{
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  margin: 20px auto;
}
#quest-box .wrapper {min-width: 855px;}
#quest-box {max-width: 1500px; padding:0;}
#quest-box section {padding-left:5%; padding-right:5%;}

#login-content { padding: 75px 0;}

#login-content .full75 h3 {margin-bottom: 15px;font-size:33px;
line-height: 1em;
letter-spacing: .045em;font-weight: 300;
color: #252525;
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
text-transform: uppercase; margin-bottom:8px;}
#login-content .full75 h3 span {color:#00bbde}
#login-content .full75 { margin-bottom:30px;}
#login-content .full75 h2 {
letter-spacing: .15em;
padding-bottom: 13px;
color: #666;
font-size: 20px;
text-transform: uppercase;
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-weight: 300;
margin: 0;
padding: 0;
}

#login-content .fa { color:#ccc; padding-right:10px;}
#login-text { width: 520px;}
#login-text { padding-top:175px;}
#login-text h1 { color: #ccc;
font-size: 20px; text-transform:uppercase;font-family:"proxima-nova", Helvetica, Arial, sans-serif; font-weight:300; letter-spacing:.10em; margin:0; padding:0}
#login-text h3 { font-weight:300; color:#fff;font-size:35px; letter-spacing:.09em; margin:0; padding:0; text-transform:uppercase;}
#login-text p { color:#fff; margin-bottom:1.75em;}

#login-box {width: 40%;
float: right;
background: rgba(255,255,255,0.10);
padding:2.5%;
border-radius: 6px;
margin-top: 150px;}

.cart-info .name a {
	font-size: 32px;
	text-decoration: none;
	color: #252525;
	text-transform: uppercase;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: .08em;
}

.product-cart-image {max-width: 300px;
overflow: hidden;}
.product-cart-image img{width: 100%;
height: auto;
margin-top: -7%;
margin-bottom: 5%;}

.breadcrumb a {color:#666; text-decoration:none;}

#store-title {color:#fff; font-weight:400; font-size:22px;}
#store-title span { font-size: 12px;
font-weight: 300;
text-transform: uppercase;
color: #ccc;
margin-left: 3px;
letter-spacing: .08em;}

#notification {}

#notification .success, #notification .alert, #notification .warning {
    font-size: 15px;
    position: fixed;
    z-index: 999999;
    width: 90%;
    height: auto;
    background: #00bbde;
    padding: 18px 5%;
    color: #fff;
    font-weight: 400;
}

#notification .success a, #notification .alert a, #notification .warning a{color:#fff; font-weight:600; }

.success .right {float: right;
position: absolute;
right: 3%;
top: 29%;}

#configured-price span{    color: #222;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    line-height: 0;
    text-align: center;
    width: 100%;
    display: inline;
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 0em;}

.sub-share .fa { font-size: 16px; margin-right:3px;}
#save-share .small-button {padding: 5px 10px;font-size: 13px; }
#save-share .small-button span {line-height:1.4em; }

#financed-price { display:none;}

#vid img{width:100%; height:auto;}

  #oos-box {max-width: 1075px;padding: 5% 0;}

		#out-of-stock h2 {
		color: #00bbde;
		font-size: 55px;
		text-transform: none;
		font-weight: 300;
		letter-spacing: 0;
		line-height: 1em;
		margin: 0;
		padding: 0;
		}

		#out-of-stock { width:85%;}

		#out-of-stock h3 { font-size:24px; font-weight:400; text-transform:none;}

		#out-of-stock p { font-size:18px;}

		#out-signuevop-form input[type="email"]{/* Style for Rounded Rectangle 3 */
		width: 620px;
		background-color: #2C2C2C;
		-moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		border-radius: 40px;
		border:none;color:#fff;font-family: "proxima-nova", Helvetica, Arial, sans-serif; font-size:22px; font-weight:400; padding:20px 25px}

		#out-signuevop-form input[type="email"]:focus {outline:none !important;}
		#out-signuevop-form { margin-top:22px;}
		#out-signuevop-form .button{
		border: none;
		padding: 10px 18px;
		right: 20px;
		bottom: 15px;}

		#review-box .fa-exclamation-circle {color:#00bbde;}

		.disabled_button { background:#ABABAB !important;}

		#mc_embed_signup form { position: relative;width: 670px; margin:0 auto; padding:0;}

		#out-signuevop-form input::-webkit-input-placeholder {
		   color:  #abb3ba;font-weight:300;
		}

		#out-signuevop-form input:-moz-placeholder { /* Firefox 18- */
		   color: #abb3ba;  font-weight:300;
		}

		#out-signuevop-form input::-moz-placeholder {  /* Firefox 19+ */
		   color:  #abb3ba;  font-weight:300;
		}

		#out-signuevop-form input:-ms-input-placeholder {
		   color:  #abb3ba;  font-weight:300;
		}

		#oos-box { padding: 40px 0 20px !important;}

		#no-thanks-link { font-size:22px;font-family: "proxima-nova", Helvetica, Arial, sans-serif; font-weight:400; text-decoration:underline; color:#333; margin-top:25px; display:block;-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;}
		#no-thanks-link:hover {color: #00bbde;}

		.switch li.selected button {color:#333;}
.switch li button{background:none;border:0px;text-transform:uppercase; padding: 5px 0;text-decoration:none;color: #969696;}

#controller-popup, .popup-thing  { padding:50px 5%;}
.popup-title h3 {
color: #777 !important;
font-size: 18px !important;
font-weight: 300 !important;
}

.mfp-bg {
  z-index: 99999 !important;
}

.mfp-wrap {
  z-index: 99999 !important;
}

 #quest-box {
  min-width: 855px;
 }
.popup-title h2 {
color: #000 !important;
font-size: 30px !important;
font-weight: 300 !important; text-transform:none !important; letter-spacing:0em !important;}

.popup-title h2 span{
color: #000 !important;
font-size: 35px !important;
font-weight: 700 !important;}

.option-description h2{
color: #000 !important;
font-size: 26px !important;
font-weight: 600 !important; text-transform:none !important; letter-spacing:0em !important;  padding-bottom: 0 !important; }

.option-description { margin-bottom:20px;}


.option-description p {
/* Style for "The standard h" */
color: #000 !important;
font-size: 17px !important;  line-height: 1.3em !important;
font-weight: 300 !important;  margin-top: 10px !important;padding-bottom: 0 !important; }

.fa-check-circle {
  color: #00bbde;
  font-size: 40px;
}

.option-description img { width:90%; height:auto;}

.fa-times-circle-o {
  color: #999;
  font-size: 40px;
}

#option-keyboard-image {width: 39%;
  height: auto;
  float: left;
  position: relative;
  right: auto;
  top: auto;
  padding-top: 50px;
  max-width: 430px;
  padding-left: 8%;}

  .specsList {  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  }

  .specTitle {  font-weight: 200;
  font-size: 23px;
  padding-bottom: 10px;}

  .specsList li { padding-bottom:15px;}

#harman-mounted-image {  height: 97%;
  top: 2%;
  right: 57%;
  width: auto;}

@media (min-width: 1180px) {#financed-price { display:inline-block;}#view-selection h4 {display:inline-block;}}
@media (min-width: 1300px) {
    /*#product-image { top:-40px;}   */
    .option-radio h3 { margin: 25px 5px;font-size: 15px;}
    .option-image { margin-top: 0%;}

	#banner { height: 855px;}
	#product-stage {height: 708px;}
	#right-wrapper {margin-top: 10px;}
	#selection-box {    height: 610px;}
	.options {    height: 450px;}
	#configured-price h3{    font-size: 24px;   padding: 2px 0 0 0;    line-height: .75em;}
	#financed-price, #shipping-date {padding: 1px 12px; height:45px;}
	#configured-price {padding:0 20px 4px 0;}
	#progress-bar li {
	display: inline-block;
	width: 10px;
	height:10px;
	margin: 0px 2px 4px;
	}
	.option-title h2{
    padding:10px 0 6px;
    font-size: 19px;
	}

	#option-638 .new-option-s .option-radio span {font-size:12px;}

	.option-title .question-bubble {
	  position: absolute;
  right: 18px;
  top: 13px;
  text-align: center;
  padding: 17px 13px 17px;
  line-height: 0;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background: #fff;
  text-decoration: none;
  color: #00bbde;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border: 3px solid #00bbde;
  font-size: 20px;
	}

	.option-title .question-bubble:hover {}

	#product-image {
	position: absolute;
	width: 95%;
	height: auto;
	padding: 3% 0 0 5%;
	}

	.product-image-lower {padding: 4% 0 0 5% !important;}
}



#starting-at {
position: absolute;
top: 20px;
right: 0;
width: 135px;
height: auto;
z-index: 999;
}


		#out-of-stock h2 {
		color: #00bbde;
		font-size: 55px;
		text-transform: none;
		font-weight: 300;
		letter-spacing: 0;
		line-height: 1em;
		margin-bottom: 0;
		padding: 0;
		}

		#out-of-stock h3 { font-size:28px; font-weight:400; text-transform:none;letter-spacing: 0em;}

		#out-of-stock p { font-size: 15px;line-height: 1.4em;}

		#out-signuevop-form input[type="email"]{/* Style for Rounded Rectangle 3 */
		width: 86%;
		background-color: #2C2C2C;
		-moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		border-radius: 40px;
		border:none;color:#fff;font-family: "proxima-nova", Helvetica, Arial, sans-serif; font-size:18px; font-weight:400; padding: 14px 25px;
}

		#out-signuevop-form input[type="email"]:focus {outline:none !important;}

		#out-signuevop-form input[type="submit"]{
		border: none;
		padding: 8px 15px;
		position: absolute;
		right: 13px;
		bottom: 14px;}

		#mc_embed_signup form { position: relative;width: 100%;}
		#out-signuevop-form input::-webkit-input-placeholder {
		   color:  #abb3ba;font-weight:300;
		}

		#out-signuevop-form input:-moz-placeholder { /* Firefox 18- */
		   color: #abb3ba;  font-weight:300;
		}

		#out-signuevop-form input::-moz-placeholder {  /* Firefox 19+ */
		   color:  #abb3ba;  font-weight:300;
		}

		#out-signuevop-form input:-ms-input-placeholder {
		   color:  #abb3ba;  font-weight:300;
		}

		#continue-shopping a { font-size:22px;font-family: 'proxima-nova', Helvetica, Arial, sans-serif; font-weight:400; text-decoration:underline; color:#333; margin-top:25px; display:block;-webkit-transition: all .74s;
-moz-transition: all .74s;
-ms-transition: all .74s;
-o-transition: all .74s;
transition: all .74s;}
		#continue-shopping a:hover {color: #00bbde;}



			#out-of-stock-options {list-style:none; margin:0; padding:0; margin-bottom:20px;}
			#out-of-stock-options li { padding:5px 0; font-size:20px;}
			/* Hidding the radiobuttons & checkboxes */
        input[type="radio"], input[type="checkbox"] {
        display: none;
        }
        /* Hidding the "check" status of inputs */
        input[type="radio"] + label .fa-circle,
        input[type="checkbox"] + label .fa-check  {
        display: none;
        }
        .fa-circle:hover, .fa-stack:hover { cursor:pointer;}
        /* Styling the "check" status */
        input[type="radio"]:checked + label .fa-circle,
        input[type="checkbox"]:checked + label .fa-check {
        display: block;
        color: #21bdf1;
        cursor:pointer;
		font-size:24px;
        }
        /* Styling checkboxes */
        input[type="checkbox"]:checked + label .fa-check {
        position: relative;
        left: .125em;
        bottom: .125em;
        }
        /* Styling radiobuttons */
        input[type="radio"]:checked + label .fa-circle-o {
        display: none;
        }

		.fsHidden {
		padding: 0!important;
		margin: 0!important;
		display: none;
		}

		.fa-stack {font-size: 24px;position: relative;
		display: inline-block;
		width: 30px;
		margin-right: 10px;
		height: 2em;
		line-height: 2em;
		vertical-align: middle;}

		#new-oos-popup .full45 { width:34%; padding:3%; border: 3px solid #ddd; min-width:0; width: 42%;min-height: 240px;}
		#continue-shopping { padding:20px 0;}

		#new-oos-popup { padding:0;}
		#oos-box {padding: 40px 0;}

					#validation-error { width:98%; border:1px solid #CB5656; background:#FFDBDB; color:#000;font-size: 18px; padding:.85%; border-radius: 4px; margin:0 auto; margin-bottom:2%;}
			#validation-error .fa-exclamation-circle { color:#CB5656; font-size:1.3em;}
			#checkbox-invalid { color:#CB5656; }

						#agree_proceed + label > .fa-check{display:none; }
			#agree_proceed:checked + label > .fa-check{display:block; }
			#validation-error { width:98%; border:1px solid #CB5656; background:#FFDBDB; color:#000;font-size: 18px; padding:.85%; border-radius: 4px; margin:0 auto; margin-bottom:2%;}
			#validation-error .fa-exclamation-circle { color:#CB5656; font-size:1.3em;}
			#checkbox-invalid { color:#CB5656; }


			#agree_proceed + label > .fa-check{display:none; }
			#agree_proceed:checked + label > .fa-check{display:block; }






