#slides {
  position: relative;
  margin-top:-20px;
}
#slides .slides-container {
  display: none;
  width:100%;
  height:700px;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 200px;
  color:#fff;
}
.slides-navigation a.next {
  right: 200px;
  color:#fff;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #fff;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #fff;
}


/*Media Queries
===============================*/
@media (min-width: 1200px) {

}
@media (min-width: 980px) and (max-width: 1199px) {



}

@media (min-width: 768px) and (max-width: 979px) {

.slides-navigation a.prev {
  left: 100px;
  color:#fff;
}
.slides-navigation a.next {
  right: 100px;
  color:#fff;
}

}
	
@media (max-width: 767px) {

.slides-navigation a.prev {
  left: 0px;
  color:#fff;
}
.slides-navigation a.next {
  right: 0px;
  color:#fff;
}



}

		
@media (max-width: 479px) {


}
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}#navigation > ul > li:last-child a {
	margin-right: 0;
}

.sh-checkout {
	border: none;
}

.page-contents {
	padding-top: 35px;
}

.fullwidth, .fullwidth > a, .fullwidth > a > img {
	width: 100%;
}
/* 
  Override .container and .span sizes on 1200px media query to be like a 980 screen size for design purposes.
  
  This override is useful when changing the bootstrap files version instead of editing directly on the
  included bootstrap file.
*/

@media (min-width: 1200px) {

  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 980px;
  }
  .span12 {
    width: 940px;
  }
  .span11 {
    width: 860px;
  }
  .span10 {
    width: 780px;
  }
  .span9 {
    width: 700px;
  }
  .span8 {
    width: 620px;
  }
  .span7 {
    width: 540px;
  }
  .span6 {
    width: 460px;
  }
  .span5 {
    width: 380px;
  }
  .span4 {
    width: 300px;
  }
  .span3 {
    width: 220px;
  }
  .span2 {
    width: 140px;
  }
  .span1 {
    width: 60px;
  }
  .offset12 {
    margin-left: 980px;
  }
  .offset11 {
    margin-left: 900px;
  }
  .offset10 {
    margin-left: 820px;
  }
  .offset9 {
    margin-left: 740px;
  }
  .offset8 {
    margin-left: 660px;
  }
  .offset7 {
    margin-left: 580px;
  }
  .offset6 {
    margin-left: 500px;
  }
  .offset5 {
    margin-left: 420px;
  }
  .offset4 {
    margin-left: 340px;
  }
  .offset3 {
    margin-left: 260px;
  }
  .offset2 {
    margin-left: 180px;
  }
  .offset1 {
    margin-left: 100px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.127659574468085%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%;
  }
  .row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%;
  }
  .row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%;
  }
  .row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%;
  }
  .row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%;
  }
  .row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%;
  }
  .row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%;
  }
  .row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%;
  }
  .row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%;
  }
  .row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%;
  }
  .row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%;
  }
  .row-fluid .offset12 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%;
  }
  .row-fluid .offset11 {
    margin-left: 95.74468085106382%;
    *margin-left: 95.6382978723404%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 93.61702127659574%;
    *margin-left: 93.51063829787232%;
  }
  .row-fluid .offset10 {
    margin-left: 87.23404255319149%;
    *margin-left: 87.12765957446807%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.1063829787234%;
    *margin-left: 84.99999999999999%;
  }
  .row-fluid .offset9 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%;
  }
  .row-fluid .offset8 {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.08510638297872%;
    *margin-left: 67.9787234042553%;
  }
  .row-fluid .offset7 {
    margin-left: 61.70212765957446%;
    *margin-left: 61.59574468085106%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638297%;
  }
  .row-fluid .offset6 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.085106382978715%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.063829787234035%;
    *margin-left: 50.95744680851063%;
  }
  .row-fluid .offset5 {
    margin-left: 44.68085106382979%;
    *margin-left: 44.57446808510638%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.5531914893617%;
    *margin-left: 42.4468085106383%;
  }
  .row-fluid .offset4 {
    margin-left: 36.170212765957444%;
    *margin-left: 36.06382978723405%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%;
  }
  .row-fluid .offset3 {
    margin-left: 27.659574468085104%;
    *margin-left: 27.5531914893617%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%;
  }
  .row-fluid .offset2 {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.02127659574468%;
    *margin-left: 16.914893617021278%;
  }
  .row-fluid .offset1 {
    margin-left: 10.638297872340425%;
    *margin-left: 10.53191489361702%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%;
  }
}/* product details styles */

.product h3.type {
  color: #85cddb;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 21px;
  line-height: 23px;
}

.product .page-title > h1 {
  font-weight: 300;
  line-height: 30px;
}

#product-filter-bar .price-sort {
  padding-left:40px;
}

#product-filter-bar .sort-by-sort {
  padding-left:60px; 
}

#product-filter-bar .reset-sort {
  padding-left:30px; 
}

.share-box h3 {
  font-weight: 100;
  font-family: "proxima-nova";
  font-size: 16px;
  margin-bottom: 0;
}

.share-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.share-box ul > li {
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
}

.share-box ul > li img {
  max-width: 54px;
}

/* tab section */

.tab-section {
  background: #FBFAF8 url("//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/line.png") top left repeat-x;
  position: relative;
}

.tab-section-footer {
  background: #FBFAF8 url('//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/header-bg.png') bottom left repeat-x;
}

.tab-section .nav-tabs {
  border-bottom: none;
  text-align: right;
  margin-top: 2.5em;
}

.tab-section .nav-tabs.instructors {
  text-align: left;
}

.tab-section .nav-tabs > li, .nav-pills > li {
  display: inline-block;
  float: none;
}

.tab-section .tabbable .nav-tabs li a {
  color:#000000;
  font-size:1em;
  font-weight:200;
  padding-top:50px;
  padding-bottom:10px;
  padding-left:18px;
  padding-right:18px;
  border:none;
  font-family: "proxima-nova";
}

.tab-section .tabbable .nav-tabs li:last-child a {
  padding-right: 0;
}

.tabbable .nav-tabs li.active a, .tabbable .nav-tabs li.active a:hover, .tabbable .nav-tabs li.active a:focus, .tabbable .nav-tabs li.active a:visited {
  background:none;
  color: #85cddb;
  border:none;
}

.tabbable .nav-tabs li a:hover {
  background:none;
  color: #85cddb;
  border:none;
}

.tab-section h2 {
  color:#000000;
  font-weight: light;
  font-size: 36px;
  position: absolute;
  top: 1em;
  margin-bottom:20px;
}

.tab-section .tab-content {
  margin-bottom: 2em;
  margin-top: 2em;
}

.tab-section .tab-content .tab-pane p.instructor-info{
  margin-top:30px;
}

/* instructor tabs */

#instCurClasses, #instPrevClasses {
	margin: 0 1em;
}

.tab-content #instCurClasses, .tab-content #instPrevClasses {
  min-height:230px !important;
}

/* brief */
.brief-box {
  margin-top: 1em;
}

.brief-box h2 {
  color:#000000;
  font-weight: thin;
  font-size: 21px;
  line-height: 26px;
}

.brief-box h2 > strong {
	font-weight: normal;
}

.brief-box h2 > a {
  color: #ec7a08;
}

.brief-box p {
  color: #414042;
  font-weight: 16px;
  font-family: "proxima-nova";
}

.brief-box ul {
  text-align:right; 
  float: right;
  list-style: none;
}
.brief-box ul i {
  color: #fcd450;
  font-size: 21px;
}

.brief-box ul li {
  display: inline-block;
}

.brief-box ul li > span {
  font-size: 15px;
  background-color: #000000;
  border-radius: 20px;
  font-weight: 100;
  color: #FFF;
  padding: 0px 5px;
}

/* carousel */
.carousel-indicators {
  bottom: -25px !important;
  top: auto !important;
  left: 0;
  right: 0;
  text-align: center;
}

.carousel-control:hover
{
  color: #B5A7A2; 
}

.carousel-indicators li {
  background-color: rgba(109,81,70, 0.5) !important;
  border: 1px solid #000000;
  border-radius: 10px !important;
  display: inline-block;
  float: none;
}

.carousel-indicators li.active {
  background-color: rgba(109,81,70, 1) !important;
}

.carousel {
  margin-bottom: 50px !important;
}

.carousel-inner {
  background:url("//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/grey-texture.png");
	border-radius: 10px;
  text-align: center;
}

#myCarouselProduct .carousel-inner {
  background:none; 
}

.carousel-inner img {
  display: inline-block;
  margin: 0 auto;
  float: left;
  
}

.carousel-control{
  color:#000000;
  background:transparent;
  border:none;
  opacity:1;
  filter:alpha(opacity=100);
  font-size: 100px;
  top: 45%;
}

/* hide the carousel initially */
#myCarouselProduct {
  display: none;
}


@media (max-width: 1199px) and (min-width: 980px) {

  .share-box ul > li img {
    max-width: 51px;
  }

}

@media (max-width: 979px) and (min-width: 768px) {

  .share-box ul > li img {
    max-width: 38px;
  }

}

@media (max-width: 979px) {
  .tab-section h2 {
    font-size: 36px;
    position: static;
  }
}

@media (max-width: 767px) {
  #product-filter-bar .price-sort {
    padding-left:0px;
  }
  
  #product-filter-bar .sort-by-sort {
    padding-left:0px; 
  }
}/* blog styles */


/* post comment counts not currently working, so hidden for now */
.blog-post-comment-count
{
  display:none; 
}

.blog-contents {
	margin-top:60px;
}

.blog-contents h1 {
  font-weight:200;
  color:#6D5048;
  font-size:2.50em;
}

.blog-tags {
  margin-top:20px;
  margin-bottom:40px;
}

.blog-tags div{
  display:inline-block; 
  margin-left: 8px;
}

.blog-tags ul {
  margin: 0;
}

.blog-tags ul li {
  display:inline-block;
  text-transform:uppercase;
  padding-right:10px;
  font-size:1.0em;
  color:black;
}

.blog-tags ul li a {
  color:black; 
}

.blog-tags ul li.active a{
	color:#85CDDB;
  font-weight:bold;
}

.blog-tags ul li.active div{
	color:black;
}



article.blog-post {
  border:1px solid #D7D7D7;
  padding:5px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius:10px;
  -webkit-box-shadow: 1px 0px 6px 0px rgba(188, 188, 188, 0.5);
  -moz-box-shadow:    1px 0px 6px 0px rgba(188, 188, 188, 0.5);
  box-shadow:         1px 0px 6px 0px rgba(188, 188, 188, 0.5);
  position:relative;
  width: 210px;
}
.blog-post-type {
  position:absolute;
  padding:10px;
  background:rgba(256,256,256,.8);
  border-bottom-right-radius:10px;
}

.blog-post-picture {
  margin-bottom:5px;
}
.blog-post-picture img{
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}
.blog-post-class {
	background:#6D5048;
  padding:20px;
  color:#fff;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

.blog-post-details {
 font-size:10pt; 
}

.blog-post-title h4 a {
  color:#fff;
  font-weight:200;
  line-height:0px;
}
.blog-post-title h4 a:hover {
  text-decoration:none;
}
.blog-post-class .read-more{
	margin:15px 0px;
}
.blog-post-class .read-more a {
  background:#fff; 
  color:#000;
  box-shadow:none;
  text-shadow:none;
  border:none;
  padding:3px 10px;
  letter-spacing:1px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  margin-top:10px;
}
.blog-post-class .read-more a:hover {
	text-decoration:none;
}

.blog-post-date, .blog-post-date a {
  color:#fff; 
  font-size:8pt;
  font-weight:100;
}

.blog-post-comment-count {
  position:absolute;
  bottom:20px;
  right:30px;
}

.blog-post-comment-count a{
  color:#fff; 
  font-size:10pt;
  font-weight:100;
  padding-left:4px;
}


/* blog post styles */

.blog-post-single {
  margin-bottom:100px;
}

.blog-post-social-media li {
  display:inline-block;
  border-left:1px solid #d7d7d7;
  margin:0px 10px 0px 0px;
  padding-left:10px;

}

.blog-post-social-media li:first-child {
  border-left:none;
  margin:0px 8px 0px -25px;
  padding-left:0px;
}

.blog-post-social-media li:last-child {
  margin-left:-30px;
}

.individual-social-media{
  position:relative;
  top:5px;
}

/* blog post sidebar */
.blog-sidebar h4 {
 margin-top:30px; 
}

.blog-post-sidebar-tags {
  margin-left:0px;
}

.social-feed {
  margin-left:0px;
}

.sponsor-link {
	margin-top:50px;
  margin-left:30px;
}
.ad-placeholder {
  background:#d7d7d7;
  width:100%;
  min-height:220px;
}

.sidebar {
  margin-top:100px;
  margin-left:30px;
}

.twitter-feed {
  margin-top:50px;
  margin-left:30px;
}
.twitter-feed i {
  color:#7FCCDC;
}

.blog-social-icons img {
  width: 47px;
  height: 47px;
}



/* shopping-cart-top */

.shopping-cart {color:#6D5047;}

.shopping-cart-top {
	margin-bottom:80px;
}
.shopping-cart-top table thead, .shopping-cart-top table tfoot {
  background-image:url(//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/grey-texture.png);
}
table thead tr{
  padding:10px;
  border-radius:15px;
}
.shopping-cart-top .table tr td {
  border:none;
  padding-top:12px;
  padding-bottom:12px;
  vertical-align:middle;
}
.shopping-cart-top .table tr td ul li {
	display:inline-block;
}

.grey-paper {
}
.promo{
	text-align:right;
}
.text-right {
  text-align:right;
}
.margin-right {
	margin-right:40px;
}

.top-down {
  margin-top:23px;
}

.promo ul li {
  display:block;
}
.payment-selection{
	background:#FBF9F8;
}
.promo button.btn-blue {
  background:#80CDDC;
  color:#fff;
  box-shadow:none;
  text-shadow:none;
  border:none;
  border-top-right-radius:10px;
   border-top-left-radius:0px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:0px;
}

.promo button.btn-green {
  background:#C2E800;
  color:#fff;
  font-size:22px;
  padding:10px 18px;
  box-shadow:none;
  text-shadow:none;
  border:none;
  border-top-right-radius:10px;
   border-top-left-radius:0px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:0px;
}

/* shopping-cart-bottom */
.payment {
	background: url('//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/line.png') repeat-x scroll left top #FBFAF8;
position: relative;
  padding:40px 20px;
  
}
.billing-info ul {
  margin-left:0px;
}
.billing-info ul li {
  display:inline-block;
  margin-right:20px;
}

/* payment method form */

.payment-method-form input, .payment-method-form select {
  border:1px solid #999; 
  height:28px; 
  border-radius:10px;}

.payment-method-form input.span1, .payment-method-form input.span2, .payment-method-form input.span3, .payment-method-form input.span4, .payment-method-form input.span5, .payment-method-form input.span6, .payment-method-form input.span7, .payment-method-form input.span8, .payment-method-form input.span9, .payment-method-form input.span10, .payment-method-form input.span11, .payment-method-form input.span12,.payment-method-form select.span2, .payment-method-form select.span4 {
  height:40px;
}

.payment-method-form .checkboxes {
  margin-left:180px;
}

hr.dark {
  border-top:2px; 
  background-color:#bbb;
  margin-top:30px;
  margin-bottom:30px;
}



ul.instructor-connect li {
	display:inline-block;
}

.carousel-caption {
	background: rgba(255,255,255,0.3);
  /*display: none;*/
}

.page-contents h1 {
  color: #6d5047;
}

.page-contents h3 {
  color: #6d5047;
}


.carousel-caption h4,.carousel-caption a,.carousel-caption a:visited { color: #EF7B00; }
.carousel-caption h4:hover, .carousel-caption a:hover { color: #EF7B00; text-decoration: underline; }
.carousel-caption h4:focus, .carousel-caption a:focus { color: #CD6C06; }

.inst-radius, .inst-radius img {
  border-radius: 10px;
  margin-top: 15px;
}.gallery-type {
  padding:5px;
  border:1px solid #ddd;
  border-radius: 5px;
  border: 1px solid #CCC;
  box-shadow: 0px 3px 4px 0px rgba(23, 23, 23, 0.15);
  margin-bottom: 1.5em;
}
.gallery-type img {
  border-top-right-radius:5px;
  border-top-left-radius:5px;
  width: 100%;
}

.gallery-detail img {
  border-top-right-radius:5px;
  border-top-left-radius:5px;
  width: 90%;
}

.gallery-preview img {
  width: 10%;
  margin:5px;
}

.gallery-type-label {
  background:#C4E76F;
  margin-top:5px;
  padding:20px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  
}

.gallery-search input[type="text"]
{
    font-size:18px;
    font-family:'bree', sans-serif;
}

.gallery-index-links {
  margin-top:5px;
}

.gallery-index-links a {
  margin-right:20px;
}

.gallery-item2 {
  text-align: center;
  margin-bottom: 1.5em;
}

.gallery-item2 img {
  width: 100%;
}

.gallery-item2 h4 {
  color: #000;
  font-family: 'proxima-nova';
  font-size: 1em;
}

.gallery-preview {
  margin-left:50px; 
}

.gallery-preview .gallery-control {
  color:#6D5146;
  background:transparent;
  border:none;
  opacity:1;
  filter:alpha(opacity=100);
  font-size: 100px;
  top: 75%;

}

.gallery-control{
  color:#6D5146;
  background:transparent;
  border:none;
  opacity:1;
  filter:alpha(opacity=100);
  font-size: 100px;
  top: 50%;

}

.gallery-lists ul li {
 display:inline-block; 
  line-height: 5px;
}


.gallery-main {
  width:90%; 
}

/* gallery pagination */

.gallery-pagination {float:right;}

.gallery-pagination ul li {
  display:inline-block;
}

 .gallery-pagination ul li a {
 	font-size:.75em;
 	font-weight:bold;
 	color:#EC7A08;
 	background:#F1EDEE;
 	padding:3px 7px;
 }

.gallery-pagination ul li.active a {
  color:#000;
  background:transparent;
  border:none;
}


.gallery-pagination ul li.pagination-next a {
  background:transparent;
  border:none;
}

.gallery-pagination li.pagination-next a {
  background:transparent;
}

li.pagination-next a i {
  background-color:#EC7A08;
  padding:0px 10px;
  color:#fff;
  font-size:1.5em;
  border-radius:5px;
}
.gallery-pagination form.form-search input {
  width:20px;
  padding:5px;
  border-radius:3px;
  margin-top:0px;
}

 .gallery-search form input, .update-account-form form select {
  border:1px solid #999; 
  height:28px; 
  border-radius:10px;}

.gallery-search form input.span1, .update-account-form form input.span2, .update-account-form form input.span3, .update-account-form form input.span4, .update-account-form form input.span5, .update-account-form form input.span6, .update-account-form form input.span7, .update-account-form form input.span8, .update-account-form form input.span9, .update-account-form form input.span10, .update-account-form form input.span11, .update-account-form form input.span12,.update-account-form form select.span2, .update-account-form form select.span4 {
  height:25px;
}

.gallery-search form .checkboxes {
  margin-left:180px;
}.orange, .orange a {
	color:#EC7A08;
}
.blue, .blue a {
	color:#85CDDB;
}


.forum-intro {
	margin-top:0px;
}

.forum-contents {
	background-image:url(//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/line.png);
	background-repeat:repeat-x;
	background-position:left top;
}

.forum-contents ul.filters-list {
  margin: 5px 0 5px 0;
}

.forum-contents ul.filters-list > li {
	display:inline-block;
	margin-right:30px;
}

.forum-contents ul.filters-list > li:last-child {
	margin-right: 0;
}

.forum-contents ul.filters-list > li ul li {
 	text-align:center;
 	padding:5px;
 }
.forum-contents-filters ul li a.btn {
	background:transparent;
	padding:5px 40px;
}
.forum-contents-filters ul li a.btn ul li {
}
.forum-contents table td ul li  {
	display:inline-block;
}

.forum-contents table thead {
	background-image:url(//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/grey-texture.png);
	padding:5px;
	border-radius:10px;
}
.forum-contents table thead th {
	text-align:center;
}
.forum-contents table tfoot {
	background-image:url(//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/grey-texture.png);
	height:40px;
	border-radius:10px;
}
.forum-contents table td {
	vertical-align:middle;
	border-right:1px solid #ddd;
	padding:10px;
	text-align:center;
}
.forum-contents table thead th:first-child, .forum-contents table td:first-child {
	text-align:left;
}
.forum-contents table td:last-child {
	border-right:none;
}
 .forum-contents table tfoot td {
 	border:none;
 }

 /* forum topic logout */

 .forum-category h2 {
 	margin-top:60px;
 	color:#85cddb;
 }

 .pagination-bg {
 	background-image:url(//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/grey-texture.png);
 }

 .pagination ul li a {
 	font-size:18px;
 	font-weight:bold;
 	background:#c2c2c2;
 	padding:3px 7px;
 }
  .pagination ul li.active a {
  	color:#000;
  	background:transparent;
  
  }
    li.pagination-next a {background:transparent;}

    .pagination ul li.pagination-next a {
    	background:transparent;
   
    }

  li.pagination-next a i {
  	background-color:#EC7A08;
  	padding:2px 10px;
  	color:#fff;
  	font-size:1.5em;
  	border-radius:5px;
  }
  .pagination form.form-search input {
  	width:20px;
  	padding:5px;
  	border-radius:0px;
  	margin-top:-20px;
  }

   /* forum topic logged in */

   button.new-topic {
   	background:#80C5D0;
   	color:#fff;
   	font-size:1em;
   	border:none;
   	box-shadow:none;
   	text-shadow:none;
   	padding:5px 10px;
   	border-radius:0px 10px 0px 10px;

   }

   /* forum topic page logout */

   .forum-breadcrumb ul {
	 margin-top: 10px;
  	 margin-left: 0;
     margin-bottom: 0;
   }
   .forum-breadcrumb ul li {
   		display:inline-block;
   }

   .table-topic-page thead tr th {
   	text-align:left;
   }
   .table-topic-page tbody tr td {
   	text-align:left;
   	padding:25px;
   }
     .table-topic-page tbody tr td:first-child {
     	padding-right:100px;
     }
.account-contents {
	margin-top:80px;
}

.account-contents form input.span8 {
	height:60px;
	border-radius:8px;
	-webkit-box-shadow: inset 1px 1px 1px -1px rgba(196, 196, 196, 0.4), inset -1px -1px 1px rgba(196, 196, 196, 0.4);
-moz-box-shadow: inset 1px 1px 1px -1px rgba(196, 196, 196, 0.4), inset -1px -1px 1px rgba(196, 196, 196, 0.4);
box-shadow: inset 1px 1px 1px -1px rgba(196, 196, 196, 0.4), inset -1px -1px 1px rgba(196, 196, 196, 0.4);


}
.account-contents form {
	margin-bottom:80px;
}

.account-contents form input[type="text"]
{
    font-size:18px;
    font-family:'bree', sans-serif;
}

.create-account-form button {
	margin-top:25px;
	background:#EC7A08;
	color:#fff;
	font-size:1.5em;
	font-weight:200;
	text-shadow:none;
    font-family: 'bree', sans-serif;
    padding:15px 40px;
    box-shadow:none;
    border:none;
    border-radius:0px 10px 0px 10px;

}

.create-account-form button:hover {
	background:#EC7A08;
	color:#fff;
	font-size:1.5em;
	font-weight:200;
	text-shadow:none;
    font-family: 'bree', sans-serif;
    padding:15px 40px;
    box-shadow:none;
}

/* TEMP - HIDE SHOPPING CART FOR NOW */

.class-info-top
{
  display:none;
  
}


/* shopping-cart-top */

.shopping-cart {
  color:#6D5047;
  margin-top:80px;
}

.shopping-cart-top {
	margin-bottom:80px;
}
.shopping-cart-top table thead, .shopping-cart-top table tfoot {
  background-image:url(//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/grey-texture.png);
}
table thead tr{
  padding:10px;
  border-radius:15px;
}
.shopping-cart-top .table tr td {
  border:none;
  padding-top:12px;
  padding-bottom:12px;
  vertical-align:middle;
}
.shopping-cart-top .table tr td ul li {
	display:inline-block;
}

.grey-paper {
}
.promo{
	text-align:right;
}
.text-right {
  text-align:right;
}
.margin-right {
	margin-right:40px;
}

.top-down {
  margin-top:23px;
}

.promo ul li {
  display:block;
}
.payment-selection{
	background:#FBF9F8;
}
.promo button.btn-blue {
  background:#80CDDC;
  color:#fff;
  box-shadow:none;
  text-shadow:none;
  border:none;
  border-top-right-radius:10px;
   border-top-left-radius:0px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:0px;
}

button.btn-green {
  background:#C2E800;
  color:#fff;
  font-size:22px;
  padding:10px 18px;
  box-shadow:none;
  text-shadow:none;
  border:none;
  border-top-right-radius:10px;
   border-top-left-radius:0px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:0px;
}

/* shopping-cart-bottom */
.payment {
	background: url(//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/line.png) repeat-x scroll left top #FBFAF8;
position: relative;
  padding:40px 20px;
  
}
.billing-info ul {
  margin-left:0px;
}
.billing-info ul li {
  display:inline-block;
  margin-right:20px;
}

/* payment method form */

.payment-method-form input, .payment-method-form select {
  border:1px solid #999; 
  height:28px; 
  border-radius:10px;}

.payment-method-form input.span1, .payment-method-form input.span2, .payment-method-form input.span3, .payment-method-form input.span4, .payment-method-form input.span5, .payment-method-form input.span6, .payment-method-form input.span7, .payment-method-form input.span8, .payment-method-form input.span9, .payment-method-form input.span10, .payment-method-form input.span11, .payment-method-form input.span12,.payment-method-form select.span2, .payment-method-form select.span4 {
  height:30px;
}

.payment-method-form .checkboxes {
  margin-left:180px;
}

hr.dark {
  border-top:2px; 
  background-color:#bbb;
  margin-top:30px;
  margin-bottom:30px;
}
.checkout {margin-left:180px;}

.checkout ul li {display:inline-block;}body {
  font-family: "proxima-nova";
  font-size: 1em;
  line-height: 1.25em;
}

body#main {
  background-color: #fff;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'bree', sans-serif;
  color: #000000;
}

header {
  height:109px;
  background-image:none;
  background-repeat:none;
  position:relative;
  z-index:300;
  -webkit-box-shadow: 1px 0px 6px 0px rgba(188, 188, 188, 0.85);
  -moz-box-shadow:    1px 0px 6px 0px rgba(188, 188, 188, 0.85);
  box-shadow:         1px 0px 6px 0px rgba(188, 188, 188, 0.85);
}

.thin {
  font-weight:200;
}

.orange {
  color:#EC7A06;
}

.dcwv-button
{
 color:#000000;
  background-image:none;
  background-color:white;
}

button.dcwv-button:hover
{
  background-color: #85CDDB;
}

.blue {
  color:#85CDDB;
}

.white {
  color:#ffffff;
}

.small-text {font-size:.85em;}


.header-container {  position:relative; }

a {
 color:#85CDDB; 
}

#header-left ul li {display:inline-block;}

#header-left ul { margin-left: 0; }

#logo {
	margin-top:15px;
}

#navigation {
	margin-top:-100px;
	margin-right:0px;
	margin-left:5px;
}
#navigation ul li {
	display:inline-block;
	margin-right:5px;
}

#navigation ul li.blue-bg {
  display:inline-block;
  background-image:url("//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/menu-item-bg.png");
  background-repeat:no-repeat;
  width:120px;
  height:48px;
  padding:10px;
}


#navigation ul li a#explore {
  color:#fff;
  font-size:1.5em;
  padding:12px 0px 0px 24px;
  font-family:'bree', sans-serif;
  font-weight:200;
}
#navigation ul li a#learn {
  color:#fff;
  font-size:1.5em;
  padding:12px 0px 0px 34px;
  font-family:'bree', sans-serif;
  font-weight:200;
}
#navigation ul li a#connect {
  color:#fff;
  font-size:1.5em;
  padding:12px 0px 0px 20px;
  font-family:'bree', sans-serif;
  font-weight:200;
}

#navigation ul li a {
  color:#000000;
  /*margin-right:10px;*/
  font-family: "proxima-nova";
  font-size: 0.875em;
  display:inline-block;
}

#navigation .hidden-phone {
  margin-left:10px;
}

#navigation .join-signin {
 display:none; 
}

#navigation .signed-in-profile-top .orange{
  color:#EC7A06;
  font-size:.75em;
}

#navigation .signed-in-profile-top ul {
  margin-left:0px; 
}

#navigation .signed-in-profile-top ul li{
  display:inline-block;
}

#navigation .signed-in-profile-top ul li ul li{
 display:block;
  white-space: nowrap ;
}

#navigation .signed-in-profile-top .displayname {
  font-size:.75em; 
  width:50px;
}

#navigation .signed-in-profile-top .profile-pic {
  height:auto;
  width:40px;
  border-radius:3px;
  overflow:hidden;
  margin-top:-20px;
}

#navigation ul li a:hover {
  text-decoration:none;
}
#navigation ul li a i {
  color:#EC7A08;
}

#navigation .shopping-cart-icon a {
  background-color:#EC7A06;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding:5px 10px 5px 10px;
  margin-left:10px;
  margin-bottom:15px;
  border:10px, #EC7A06;
  -webkit-box-shadow: 1px 0px 6px 0px rgba(188, 188, 188, 0.85);
  -moz-box-shadow:    1px 0px 6px 0px rgba(188, 188, 188, 0.85);
  box-shadow:         1px 0px 6px 0px rgba(188, 188, 188, 0.85);
}

#navigation .shopping-cart-icon a i {
	color:#fff;
    padding-left:3px;
  /*display:inline-block;*/
}

#navigation .shopping-cart-icon a i div{
	color:#fff;
  margin-left:10px;
  padding-right:5px;
  display:inline-block;
}

#navigation ul li .toggle-menu {
 margin-left:10px; 
}

#tagline{
  font-family: 'bree', sans-serif;
  margin-top:40px;
  margin-left:0px;
  font-weight: 200;
}

#tagline p {
  color:#000000;
  font-size:1.05em;
  margin-left:2px;
}

section#search {
  position:relative;
  z-index:299;
  margin-top: -12px;
}


#searchbar {
  background: url("//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/searchbar_03.png") repeat-x;
  height:65px;
  width:214px;
  position:absolute;
  bottom:-66px;
  right:0px;
  z-index:400;
  -webkit-box-shadow: 1px 0px 6px 0px rgba(188, 188, 188, 0.85);
  -moz-box-shadow:    1px 0px 6px 0px rgba(188, 188, 188, 0.85);
  box-shadow:         1px 0px 6px 0px rgba(188, 188, 188, 0.85);
  padding-left: 0px;
  padding-right: 0px;
}


#searchbar input {
  margin-top: 23px;
  margin-left: 10px;
  margin-right: 10px;
  width:180px;
}

#searchbar i {
  position:absolute;
  color:#82c9d3;
  left:15px;
  top:28px;
  z-index: 280;
  font-size: 1.1em;
}

#smaller-navigation {
  margin-top:-75px;
  display:inline-block; 
  margin-right:5px;
}

#smaller-navigation ul li {
   	display:inline-block;
}

#smaller-navigation ul li a {
  color:#000000;
  /*margin-right:10px;*/
  font-family: "proxima-nova";
  font-size: 0.875em;
  display:inline-block;
}

#smaller-navigation ul li div a {
  background-color:#EC7A06;
  display:inline-block;
  border-radius: 3px;
  margin-left:0px;
  margin-right:0px;
  border:10px, #EC7A06;
  /*width:35px;*/
}

#smaller-navigation ul li div a i {
	color:#fff;
    padding-left:3px;
    display:inline-block;
}

#smaller-navigation ul li div a i div{
  color:#fff;
  padding-left:3px;
  padding-right:5px;
  display:inline-block;
}

#smaller-navigation .search-small-nav i {
  position:relative;
  color:#9B9B9B;
  left:100px;
  z-index: 280;
  font-size: 1.1em; 
}


footer {
	background: none;
	height:76px;
  margin-top: -6px;

}

footer p {	
  font-family: 'bree', sans-serif;
  color:#000000;
  font-size:1.05em;  
  font-weight: 100;
  text-align: center;  
  display: inline;
  margin-right:40px;
  margin-left:40px;
}

footer p > strong {
  font-weight: 500;
  font-size: 0.875em;
  color: #6D5048;
}

footer #quote {

	margin-top:12px;
  	color: #000000;
}

footer #quote img {
  margin-left:50px;
  margin-right: 10px;
}

#side-menu {
  position:fixed;
  top:0;
  right:0;
  bottom: 0;
  width:208px;
  background:#000000;
  color:#fff;
  padding:25px;
  z-index: 1000;
  display: none;
  font-family: 'proxima-nova';
  font-size: 0.875em;
  overflow: scroll;
}

#side-menu .signed-in{
  margin-top:15px; 
}

#side-menu .bottom {
  margin-bottom: 25px;
}

#side-menu ul  {
	list-style-type:none;
	margin:0;
}
#side-menu .exit a i, #side-menu .exit a i:hover {
  color:#fff;
  font-size: 1.5em;
}

#side-menu .social-media ul li {
  display:inline-block;
}

#side-menu ul.sub-nav li {
	margin-left:15px;
}
#side-menu ul.sub-nav li:last-child {
	margin-bottom:15px;
}

#side-menu a {
	color: #FFF;
}

#side-menu .signed-in-profile .orange{
  color:#EC7A06;
  font-size:.85em;
}

#side-menu .signed-in-profile ul li{
  display:inline-block;
}

#side-menu .signed-in-profile ul li ul li{
 display:block;
}

#side-menu .signed-in-profile .profile-pic {
  height:auto;
  width:50px;
  border-radius:3px;
  overflow:hidden;
  margin-top:-20px;
}

#side-menu .shop-tour i {
  background-color:#EC7A06;
  display:inline-block;
  border-radius: 3px;
  margin-left:10px;
  padding:3px 5px 3px 5px;
  border:10px, #EC7A06;
}

#side-menu .shop-tour i .shopping-cart-num {
  color:#fff;
  padding-left:3px;
}

#side-menu .shop-tour i div{
  color:#fff;
  display:inline-block;
}

.body-container {margin-top:40px;}

.update-account-form form input, .update-account-form form select {
  border:1px solid #999; 
  height:28px; 
  border-radius:10px;}

.update-account-form form input.span1, .update-account-form form input.span2, .update-account-form form input.span3, .update-account-form form input.span4, .update-account-form form input.span5, .update-account-form form input.span6, .update-account-form form input.span7, .update-account-form form input.span8, .update-account-form form input.span9, .update-account-form form input.span10, .update-account-form form input.span11, .update-account-form form input.span12,.update-account-form form select.span2, .update-account-form form select.span4 {
  height:25px;
}

.update-account-form form .checkboxes {
  margin-left:180px;
}

.forgot-contents {
 margin-top:80px; 
}

.forgot-password form input {
  border:1px solid #999; 
  height:28px; 
  border-radius:10px;
}

@media (max-width: 767px) {

	#navigation {
  		margin-right: 20px;
	}
	
	#logo {
		margin-left: 20px;
	}

	header {
 		margin-left: -20px;
  		margin-right: -20px;
	}

	footer {
 		margin-left: -20px;
  		margin-right: -20px;
  		padding-left: 20px;
  		padding-right: 20px;
	}

	#slides { 
 		margin-left: -20px;
  		padding-right: 40px;
	}

}

@media (min-width:568px) and (max-width:639px){

	#slides { 
 		margin-left: 0px;
  		padding-right: 0px;
	}
}
  

@media (max-height: 400px) {
  	#slides .slides-pagination {
      display:none;
	}




}




/* Product Page Styles */

h1.page-title  {
  color:#000000; 
  font-weight:100;
  font-size: 2.25em;
} 

#product-filter-bar {
  background-image:url("//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/grey-texture.png");
  border-radius:8px;
  padding:10px 20px;
  font-family: 'proxima-nova';
  font-size: 1em;
}

#product-filter-bar p {
}


#products {
	margin-top: 50px;
}

#products .dropdown .dropdown-menu {
  background:#fff;
  padding:15px;
  left: -20px;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(23, 23, 23, 0.25);
  -moz-box-shadow:    0px 3px 4px 0px rgba(23, 23, 23, 0.25);
  box-shadow:         0px 3px 4px 0px rgba(23, 23, 23, 0.25);
  border:none;
}

#products .dropdown a.dropdown-toggle, #products .dropdown a.dropdown-toggle:hover {
  color:#414141;
  text-decoration:none;
}
#products .dropdown a.dropdown-toggle i {
  color:#ec7a08;
  font-size:1.125em;
}
#products .dropdown .dropdown-menu li {
  padding-bottom:10px;
}

#products .dropdown .dropdown-menu li > a {
  padding-left: 5px;
  color:#ec7a08;
  font-family: 'proxima-nova';
}

#products .dropdown .dropdown-menu li > a:hover, 
#products .dropdown .dropdown-menu li > a:focus, 
#products .dropdown .dropdown-menu li > a.active {
  background-color: #F3EFED;
  background-image:url("//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/grey-texture.png");
}

#products .dropdown .dropdown-menu>.active>a {
  background-color: #F3EFED;
  background-image: linear-gradient(to bottom, #F3EFED, #F3EFED);
}



#product-filter-bar .filter-btn {
  background:#85cddb;
  padding:10px 25px;
  margin-top: 5px;
  color:#fff;
  font-size:1.3em;
  font-family: 'bree';
  font-weight: 200;
  text-shadow:none;
  border:1px solid #fff;
  border-top-left-radius:0px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:0px;
  
}


#products .image-wrapper {
  background:#fff;
  padding:0px;
  padding:5px;
  margin:5px;
  width: 308px;
  display:inline-block;
  border-radius:3px;
  border:1px solid #ccc;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(23, 23, 23, 0.15);
  -moz-box-shadow:    0px 3px 4px 0px rgba(23, 23, 23, 0.15);
  box-shadow:         0px 3px 4px 0px rgba(23, 23, 23, 0.15);
}

#products .image-wrapper:hover {
	text-decoration: none;
}

#products .image-wrapper .bottom-wrapper {
  background:#000000;
  position:relative;
  color:#fff;
  font-family: 'proxima-nova';
  line-height:.85em;
  padding: 11px 15px;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
}

#products .image-wrapper .bottom-wrapper h4,
#products .image-wrapper .bottom-wrapper h3 {
  font-weight: 300;
  margin: 0;

}

#products .image-wrapper .bottom-wrapper h4 {
  font-size: 0.7em;
  margin-top: 3px;
    width:225px;
}

#products .image-wrapper .bottom-wrapper h3 {
  font-size: 0.875em;
  line-height: 0.875em;
    width:225px;
  color:#fff;
}

#products #instCurClasses .image-wrapper .bottom-wrapper h3 {
  font-size: 0.875em;
  line-height: 0.875em;
  width:185px;
  color:#fff;
}

#products #instCurClasses .image-wrapper .bottom-wrapper h4 {
  font-size: 0.7em;
  margin-top: 3px;
  width:185px;
}

#products .image-wrapper p.price {
  font-size: 1em;
  font-weight: 500;
}

#products .image-wrapper .top-label {
  color: #FFF;
  position:absolute;
  padding:5px 10px;
  padding-bottom:0px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  font-family: 'proxima-nova';
  font-size: 0.875em;
}

#products .image-wrapper .top-label-eBook {
  background:#fcd450;
}


#products .image-wrapper .top-label-Guided {
  background:#85cddb;
}

#products .image-wrapper .top-label-How-To {
  background:#c3e76f;
}

#products .image-wrapper .top-label-Self-Paced {
  background:#ec7a08;
}

#products .image-wrapper .top-label-Event {
  background:#F7403A;
}

#products .image-wrapper .top-label-Communities {
  background:#FCD450;
}

#products .image-wrapper img {
  width:100%;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  margin-bottom: 5px;
}
#products .image-wrapper .bottom-wrapper .right {
  position:absolute;
  right:15px;
  top:10px;
  text-align:right; 
}
#products .image-wrapper .bottom-wrapper .right i {
  color: #fcd450;
  font-size: 0.75em;
}
#products .image-wrapper .bottom-wrapper .right p {
  margin-top:15px; 
  font-weight:bold;
}

#classes {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
}


@media (max-width: 420px) {
	#products .item {
	  width: 93%;
	}
	#products .image-wrapper {
	  width: 100%;
	}
	
}


/*
===============================
Classes Page Styles
===============================
*/

.page-contents {
  margin-top:20px;
}

.page-title h1, .page-title h3 {
  color:#000000;
}
.page-title ul {
  margin-left:0px;
}

.page-title ul li {
  display:inline-block;
  
}
.page-title ul li i{
  color:#FCD451;
  font-weight: 100;
}

.video-container img {
  width:100%;
}

.class-info {
  border:1px solid #D3C9C7;
  border-radius:10px;
  padding:15px;
   -webkit-box-shadow: 0px 3px 4px 0px rgba(23, 23, 23, 0.25);
-moz-box-shadow:    0px 3px 4px 0px rgba(23, 23, 23, 0.25);
box-shadow:         0px 3px 4px 0px rgba(23, 23, 23, 0.25);
}

.class-info .class-info-top {
  background:#c3e76f;
  box-shadow:none;
  color:#414141;
  border:none;
  padding-left:5px;
  padding-right:5px;
  margin-right:0px;
  text-align: center;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
}

.class-info button .thin {
	font-weight: 300;
}

.class-info button > h3 {
	font-weight: 400;
}

.class-info > hr {
  color:#D3C9C7;
}

#instructorLink div {
 display:inline
}

.class-info-mid ul{
  margin:0px;
}
.class-info-mid ul li {
  list-style-type: none;
  background-image:url("//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/gift.PNG");
  background-repeat:no-repeat;
}

.class-info-mid ul li:last-child {  
  background-image:url("//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/heart.PNG");
  background-repeat:no-repeat;
}
.class-info-mid ul li h4 {
  margin-left:50px;
  font-weight:200;
}
.class-info-bottom ul{
  margin:0px;
}
.class-info-bottom ul li {
  list-style-type: none;
  background-image:url("//cdn-west.sqhk.co/52c1f5209fffd80768a3d52d/quote.PNG");
  background-repeat:no-repeat;
}
.class-info-bottom ul li h4 {
  margin-left:50px;
  font-weight:200;
}

.class-info-mid ul li i {
  color:#85CDDB;
}

.blue-box {
  background:#85CDDB;
  margin-top:20px;
  padding:20px;
  color:#fff;
  border-radius:10px;
}
.blue-box ul{margin-left:0px;}
.blue-box ul li {
  list-style-type:none;
  font-size:1.125em;
  line-height:1.25em;
  font-weight: 100;
  padding-left: 20px;
  text-indent: -20px;
}


/*Media Queries
===============================*/
@media (min-width: 1200px) {
  
  footer p{
	margin-top:12px;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
 /* *{padding-left:1px;}*/

  #tagline {display:none;}

  #smaller-navigation {
    margin-top:-45px;
    display:inline-block; 
    margin-right:5px;
  }

  footer #quote p {
  	margin-top:12px;
	margin-right:10px;
  }

  footer #quote img {
    margin-left:0px;

  }

}

@media (min-width: 768px) and (max-width: 959px) {
 /* *{padding-left:1px;}*/

  #tagline {display:none;}

 /* #navigation {
    margin-top:-55px;
    display:inline-block; 
    margin-right:5px;
  }*/

  #navigation .nav-item {
    display:none;
  }

  .mobile-only-icon{
    display:none; 
  }

  #smaller-navigation {
    margin-top:-65px;
    display:inline-block; 
    margin-right:5px;
  }

  footer #quote p {
    margin-top:12px;
    margin-right:0px;
    margin-left:0px;
  }

  footer #quote img {
    margin-left:0px; 
  }

  .tab-section h2 {
    margin-top:35px;
    margin-left:10px;
    margin-bottom:0px;
  }

  .tab-section .nav-tabs {
    margin-top:0px;
    margin-bottom:0px;

  }

  .tab-section .tabbable .nav-tabs li a{
    padding:10px;
  }

  .tab-section .tab-content {
    margin-top:10px;
    padding-left:10px;
    padding-right:5px;
  }

}
	
@media (min-width: 640px) and (max-width: 767px) {
 /* *{padding-left:1px;}*/

  #tagline {display:none;}

  #navigation {
    display:none;
  }
  
  .mobile-only-icon{
   display:none; 
  }
  
  #logo {
    height:53px;
    width:143px;
  }
  #smaller-navigation {
    margin-top:-65px;
    display:inline-block; 
    margin-right:5px;
  }

  footer #quote {
   display:none; 
  }

  .tab-section h2 {
    margin-top:35px;
    margin-left:10px;
    margin-bottom:0px;
  }

  .tab-section .nav-tabs {
    margin-top:0px;
    margin-bottom:0px;

  }

  .tab-section .tabbable .nav-tabs li a{
    padding:10px;
  }

  .tab-section .tab-content {
    margin-top:10px;
    padding-left:10px;
    padding-right:5px;
  }
}

@media (min-width: 568px) and (max-width: 639px) {
  /**{padding-left:1px;}*/
  
  #tagline {display:none;}

  #navigation {
    display:none;
  }

  .mobile-only-icon{
    display:none; 
  }

  #logo {
    height:53px;
    width:143px;
  }
  
  body {
      padding-left:1px;
      padding-right:0px;  
  }

 /* .page-contents {
  	padding-left: 20px;
    padding-right: 20px;
  }*/

  #smaller-navigation {
    margin-top:-65px;
    display:inline-block; 
    margin-right:5px;
  }

  footer #quote {
   display:none; 
  }

  .tab-section h2 {
    margin-top:35px;
    margin-left:10px;
    margin-bottom:0px;
  }

  .tab-section .nav-tabs {
    margin-top:0px;
    margin-bottom:0px;

  }

  .tab-section .tabbable .nav-tabs li a{
    padding:10px;
  }

  .tab-section .tab-content {
    margin-top:10px;
    padding-left:10px;
    padding-right:5px;
  }

}

@media (min-width:480px) and (max-width:568px) {
  /**{padding-left:1px;}*/
  
  #tagline {display:none;}
  
  #navigation{
    display:none;
  }
  
  .search-small-nav {
 	display:none; 
  }

  .mobile-only-icon {
    display:none;
  }

  #logo {
    height:53px;
    width:143px;
  }

  #smaller-navigation {
    margin-top:-55px;
    display:inline-block; 
    margin-right:5px;
  }

  footer #quote {
   display:none; 
  }

  .tab-section h2 {
    margin-top:35px;
    margin-left:10px;
    margin-bottom:10px;
  }

  .tab-section .nav-tabs {
    margin-top:10px;
    margin-bottom:0px;

  }

  .tab-section .tabbable .nav-tabs li a{
    padding:10px;
  }

  .tab-section .tab-content {
    padding-left:10px;
    padding-right:5px;
  }

}
		
@media (max-width: 479px) {
  /**{padding-left:1px;}*/
  
  #tagline {display:none;}
  
  #navigation{
    display:none;
  }

  #smaller-navigation {
    margin-top:-55px;
    display:inline-block; 
    margin-right:5px;
  }
  
  #smaller-navigation .search-small-nav {
 	display:none; 
  }
  
  #smaller-navigation .join-small-nav {
   	display:none; 
  }

  .mobile-only-icon{
   display:none; 
  }
  
  #logo {
    height:53px;
    width:143px;
  }

  footer #quote {
   display:none; 
  }

  .tab-section h2 {
    margin-top:35px;
    margin-left:10px;
    margin-bottom:10px;
  }

  .tab-section .nav-tabs {
    margin-top:10px;
    margin-bottom:0px;
    display:inline;
  }

  .tab-section .tabbable .nav-tabs li a{
    padding:10px;
  }

  .tab-section .tab-content {
    padding-left:10px;
    padding-right:5px;
  }

}

/* menu slide */
body.menu {
  overflow-x: hidden; 
}



#slides {
  position: relative;
  margin-top:-20px;
}
#slides .slides-container {
  display: none;
  width:100%;
  height:700px;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 200px;
  color:#fff;
}
.slides-navigation a.next {
  right: 200px;
  color:#fff;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #fff;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
  color:transparent;
}
.slides-pagination a.current {
  background: #fff;
}


/*Media Queries
===============================*/
@media (min-width: 1200px) {

}
@media (min-width: 980px) and (max-width: 1199px) {



}

@media (min-width: 768px) and (max-width: 979px) {

.slides-navigation a.prev {
  left: 100px;
  color:#fff;
}
.slides-navigation a.next {
  right: 100px;
  color:#fff;
}

}
	
@media (max-width: 767px) {

.slides-navigation a.prev {
  left: 0px;
  color:#fff;
}
.slides-navigation a.next {
  right: 0px;
  color:#fff;
}

body {
  padding-left:0px;
  padding-right:0px;
}

div#wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

}

		
@media (max-width: 479px) {


}


.sh-checkout {
	border: none;
}

.page-contents {
	padding-top: 35px;
}

h2 {
  color: #ec7a08;
  font-weight: 100;
  font-size: 1.7em;
}

.fullwidth, .fullwidth > a, .fullwidth > a > img {
	width: 100%;
}

/* product details styles */

.product h3.type {
  color: #85cddb;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 21px;
  line-height: 23px;
}

.product .page-title > h1 {
  font-weight: 300;
  line-height: 30px;
}

/*.tabbable {
  margin-top:50px;
  margin-bottom: 50px;
}

.tabbable .nav-tabs {
}
.tabbable .nav-tabs li {position:relative;}
.tabbable .nav-tabs li.active {border:none;}
.tabbable .nav-tabs li a {
  position:relative;
  color:#6D5146;
  font-size:1em;
  font-weight:200;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:18px;
  padding-right:18px;
  border:none;
}
.tabbable .nav-tabs li.active a, .tabbable .nav-tabs li.active a:hover, .tabbable .nav-tabs li.active a:focus, .tabbable .nav-tabs li.active a:visited {
  background:#E1F3B7;
  background-position:50px 150px;
  position:relative;
  border:none;
}

.tabbable .nav-tabs li a:hover {
  background:#C4E76F;
  border:none;
}

.tab-area h2 {color:#6D5146}

*/

#disqus_thread a {
 color:#85CDDB; 
}
/*=====================
Banner HTML Styles
==========================*/

/* buttons */

.banner-button-white, .banner-button-brown, .banner-button-green, .banner-button-blue, .banner-button-orange {
  padding: 5px 25px;
  border:none;
  box-shadow:none;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  font-size: 1.75em;
  font-weight: 100;
  font-family: 'bree';
}

.banner-button-white, .banner-button-white:hover {
  background-color:#fff;
  color:#6d5047;
}

.banner-button-brown {
  background-color:#6d5047;
  color:#fff;
}

.banner-button-green {
  background-color: rgb(160, 192, 77);;
  color:#fff;
}

.banner-button-blue {
  background-color: rgb(133, 205, 219);
  color:#fff;
}

.banner-button-orange {
  background-color: rgb(236, 122, 6);
  color:#fff;
}

.banner-button-brown:hover, .banner-button-green:hover, .banner-button-blue:hover, .banner-button-orange:hover {
  color: #fff;
}

/* titles */

.banner-title-white {
  color: #fff;
}

.banner-title-brown {
  color: #6d5047;
}

.banner-title-white, .banner-title-brown {
  margin-top:10%;
  font-size:5.1em;
  font-weight:100;
  line-height: 1em;
}


/* paragraphs */

.banner-paragraph-white, .banner-paragraph-brown {
  margin-top:20px;
}

.banner-paragraph-white {
  color:#fff;
}

.banner-paragraph-brown {
  color:#6d5047;
}

/* media queries */
@media (min-width: 768px) and (max-width: 979px) {
	.banner-title-white, .banner-title-brown {
        
    }
}

@media (max-width: 767px) {
	.banner-title-white, .banner-title-brown {
        margin-top:50px;
        font-size:40pt;
        line-height:40pt;
    }
}

@media (max-width: 480px) {
	.banner-title-white, .banner-title-brown {
        font-size:25pt;
        line-height:25pt;
    }
	.banner-paragraph-white, .banner-paragraph-brown {
  		display:none;
	}
}

/* old */

.banner1a {
	margin-top:10%;
  	color:#fff;
  	font-size:5.1em;
  	font-weight:100;
  	line-height: 1em;
}
.banner1b {
	color:#fff;
  	font-size:6em;
  	font-weight:300;
 	text-transform:uppercase;
  	line-height:1em;
}

.banner1button {
  padding: 5px 25px;
  background:#fff;
  color:#6d5047;
  border:none;
  box-shadow:none;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  font-size: 1.75em;
  font-weight: 100;
  font-family: 'bree';
}

.banner1p {
  color:#fff;
  margin-top:20px;
}


.banner2a {
  margin-top:80px;
	color:#6d5047;
  font-size:15pt;
  font-weight:bold;  
}

.banner2b {
  margin-top:325px;
	color:#6d5047;
  font-size:15pt;
}

.banner2play i{color:#6d5047;}

.banner2button {
  margin-top:20px;
	  padding-left:25px;
  padding-right:25px;
  padding-top:15px;
  padding-bottom:20px;
	background:#6d5047;
  color:#fff;
  font-size:28pt;
  border:none;
  box-shadow:none;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px
}

.banner2c {
	margin-top:20px;
  color:#6d5047;
}

@media (max-width: 767px) {
	.banner1a {
        margin-top:50px;
        font-size:40pt;
        line-height:40pt;
    }
    .banner1b {
        font-size:40pt;
        line-height:40pt;
    }
}

@media (max-width: 480px) {
	.banner1a {
        font-size:25pt;
        line-height:25pt;
    }
    .banner1b {
        font-size:25pt;
        line-height:25pt;
    }
}.btn-blue {
  background: #80CDDC;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-top-right-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0px;
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}#color-bar
{
 	background-color: #30D2F2;
  	height:20px;  
}

#navigation ul
{
  margin-top:40px;  
}

#navigation ul li.active
{ 
  font-weight:bold;
}

#navigation ul li a
{

 margin-left:10px;
}

#q
{
 width:100px; 
  height:14px;
  line-height:14px;
  font-size:14px;
  border:none;
  box-shadow:none;
}

.search-box input, .search-box i
{
 background-color: #F7F7F7;
 height:22px;
 width:20px; 
}

.search-box i
{
 color: #9B9B9B; 
}
.search-box
{
 margin-left:20px;
 background-color: #F7F7F7;
 height:24px;
}

#navigation .dropdown-menu>li> a:hover
{

  background-image:none;
  background-color:#85CDDB;
}

header{
 background-image: url("//cdn-west.sqhk.co/dcwv/2015/7/fhcTBX6/DCWV_website_banner_fixed.jpeg"); 
  background-color:#FFFFFF;
  margin-bottom:40px;
}

#color-bar
{
 	background-color: #85CDDB;
  	height:20px;  
}

#color-bar-lighter
{
  background-color: #D2FFFC;
  height:40px;
  
}footer
{
  margin-top:0px;
  background-image:url("//cdn-west.sqhk.co/dcwv/2015/7/fhcTBX6/DCWV_website_banner_fixed.jpeg");
}

footer div.blue
{
  padding:12px 0px 12px 0px;
  background-color:#D2FFFC; 
}

#social-links a
{
  margin-right:10px;
  font-size:30px;
  color:#FFFFFF;
}

.mailing-list
{
  color: #000000;;
  line-height:30px;
}

.email-address
{
  background-color:#F5F5F5;
  color:#000000;
  padding:5px 5px 5px 5px;
  margin-left:5px;
}

.email-address a
{
 text-decoration:none; 
  color:black;
  font-size:12px;
}

.bottom-links a
{
  color: #000000;; 
}
div.carousel-inner
{
  max-height:500px;
  overflow:hidden;
  
}

.pagination
{
  font-size: 20px;
  font-weight: bold;
  color:black;
  background: none;
  padding: 5px 10px;
}



.pagination ul li a
{
  background: none;  
  border-style: solid;
  border-color: #DDD;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  line-height:25px;

}


li.active
{
  color: #EC7A08;
  
}

#products .image-wrapper
{
	min-width:285px;
  	min-height:226px;
  
}