/*  zclassroom. css
//  2015 Melissa Sedlmayr for Pixologic

//Updated 2021 M. Sedlmayr

1. PAGE LAYOUT          LN. 19
2. BOOSTRAP CLASSES     LN. 139
3. CAROUSELS            LN. 193





/*  //  PAGE LAYOUT   //  */

body {
  width:100%; 
  overflow-x:hidden; 
  font-size:14px;
  background: none;
  background-color: #ebebeb !important;
}
a { color:#F60; }
p {font-size:16px; text-align:justify; color:#222222;}

a.white p {color:#ffffff; font-size:0.9em;}

.header .navbar, .subfooter p {color:#777777; font-size:12px;}

h1, h2, h4, h5, h6 {text-transform:uppercase; font-weight:900; color:#777777;}
h3 {font-size:1.1em;}
h3, h4, h5, h6 {letter-spacing:1px; font-weight:600; color:#444444; padding-bottom:11px; margin-bottom:30px; }
.alert h4 {border:0;}

footer h3 {margin:23px 0 0;}

ol {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    margin-left: 3em;
    padding: 0;
    counter-reset: li-counter;
}

ol > li {
  font-size:16px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 0.5em;
  min-height: 3em;
  border-left: 2px solid #CCCCCC;
  color:#777777;
}

ol > li:before {
  position: absolute;
  top: 0;
  left: -1em;
  width: 0.8em;
  font-size: 3em;
  line-height: 1;
  font-weight: bold;
  text-align: right;
  color: #cccccc;
  content: counter(li-counter);
  counter-increment: li-counter;
}

ol.carousel-indicators > li {padding-left:0; border:0; min-height:0;}
ol.carousel-indicators > li:before {content:none;}

ol > li > ol > li {
  margin-top:20px;
  border-left:none;
}

ol > li > ol > li:before {
  background-color:#cccccc;
  color: #ebebeb;
  padding:15px;
  margin-left:-.5em;
  font-size: 1.5em;
  font-weight:400;
}

ul.list {
  list-style-type: none;
  margin:0;
  margin-left: -2em;
}

ul.list > li {
  font-size:16px;
  display:block;
  padding:10px;
  color:#777777;
  border-bottom:rgba(0, 0, 0, 0.1) 1px solid;
}

ul.list >li > ul {list-style-type: none;}
ul.list > li > ul > li {display:block; padding:10px;}

blockquote {
  display:block;
  margin:0 60px;
  font-size:1.5em;
  font-style:italic;
  color:#444444;
  border-left:#ff6600 8px solid;
  padding:30px;
}

cite {
  display:block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size:0.6em;
  font-style:normal;
  color:#777777;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  opacity:0.33;
}

legend {text-transform: uppercase; font-weight: 300; color:#777777;}

hr {border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3);  }

section {
  clear:both;
  background-color:transparent;
  color:#666666;
  margin:5px 0;
  overflow:auto;
  padding:30px 0 0 0;
  border: none;
}

section p {text-align: justify; margin:20px 0; font-size:1.1em;}

section h3 {margin-top:0;}

footer h6 {border:0;} /* fix */



.breadcrumb {background-color: transparent; text-transform:uppercase; font-size:0.8em; margin-top:10px; margin-left:30px; padding:8px 0; clear:both;}
.breadcrumb li a {color:#aaa;}
.breadcrumb li a:hover, .breadcrumb li a:active, .breadcrumb li a:focus {color:#ff9900;}
.breadcrumb li.active a {color:#ff9900;}







/*  //  BOOTSTRAP CLASSES //  */

.container {max-width:1600px;}

.progress {height:10px; margin:3px 0;}
.text-warning {color:#ff9900;}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {color:#ff9900;}
.has-warning input.form-control {border-color:#ff9900 !important;}
.progress-bar-warning {background-color:#ff9900;}
.text-danger {color:#ed1c24;}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {color:#ed1c24;}
.has-error input.form-control {border-color:#ed1c24 !important;}
.progress-bar-danger {background-color: #ed1c24}
.text-success {color:#39b54a;}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {color:#39b54a;}
.has-success input.form-control {border-color:#39b54a !important;}
.progress-bar-success {background-color:#39b54a; }
.progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}


.pagination {text-align:center; clear:both; width:100%;}
.infscr-loading {width:100%;clear:both;}
.pagination > li > a, .pagination > li > span {color:#ff6600;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background-color:#ff6600; border-color:#ff6600;}
.pagination > li > a:hover {background-color:#ff9900; border-color:#ff9900; color:#ffffff;}
.pager li > a, .pager li > span {border-radius:0;}
.pager li >a:hover {background-color:#ff9900; border-color:#ff9900; color:#ffffff;}

.jumbotron {
  margin-bottom:0;
  border-radius:0;
  padding-top:90px;
  padding-bottom:90px;
  text-align:left;
}

.jumbotron p {padding:0 20px; font-weight: 400;}

.panel {border-radius:0; box-shadow:none;}
.panel-body {font-size:1.1em;}

.panel-default > .panel-heading {
  background-color: #222222;
  color:#dedede;
  font-size:1.3em;
  text-transform: uppercase;
  font-weight:200;
  border-radius:0;
}

.panel-footer {
  background-color: #cccccc;
  color:#222222;
  font-size:1em;
  text-transform: uppercase;
  font-weight:200;
  border-radius:0;
}

.tab-content > .active {
  background-color:#ffffff;
  padding:30px;
  border-left:#dedede 1px solid;
  border-bottom:#dedede 1px solid;
  border-right:#dedede 1px solid;
}








/*  //  CAROUSELS //  */

.carousel {
  margin:0 auto;
  background-color: #222222;
/*  margin-top:60px;*/
}

#largeCarousel .carousel-control {top:45%; width:6%; font-size:36px; opacity:0.6; font-style:normal !important;}

.carousel-control.left {background-image:none;}
.carousel-control.right{background-image:none;} 

/* changed the behavior from slide to fade with this bit */
.carousel .item {
  -webkit-transition: opacity 3s; 
  -moz-transition: opacity 3s; 
  -ms-transition: opacity 3s; 
  -o-transition: opacity 3s; 
  transition: opacity 3s;
}

.carousel .active.left {left:0; opacity:0; z-index:2;}
.carousel .next {left:0; opacity:1; z-index:1;}
/* end fade */

.carousel img {opacity:0.7;}
.carousel a:hover img, .carousel a:active img, .carousel a:focus img {opacity:1;}

div.carousel-caption > h1 {color:#ffffff !important; font-family: 'Roboto Condensed', sans-serif; font-weight:400; font-size:3.1em; letter-spacing:1px; text-shadow:none;}
div.carousel-caption > h4 {text-shadow:none; color:#ffffff; font-family: 'Lato', sans-serif; font-weight: 400; line-height:1.5;}

#smallCarousel {border-top:#222222 0px solid;}
#relatedCarousel.noborder {border-top:0;}
#smallCarousel.carousel {max-width:100%;}

#largeCarousel .carousel-indicators, #smallCarousel .carousel-indicators {display:none;}

#smallCarousel .carousel-control {padding:1% 0; width:2%;}

.carousel-caption {
  top:20%;
  left:10%;
  right:10%;
  height:75%;
  text-align:left;
  padding:5%;
  position: absolute;
  width: 50%;
}

.carousel-caption-footer {
  width:100%;
  height:15%;
  position:absolute;
  bottom:0;
  padding:30px 0;
  font-weight:200;
  text-transform: uppercase;
  text-shadow:none;
}

#relatedCarousel .carousel-control {width:5%; padding:3% 0;}

.carousel-thumb {
    position:relative;
    overflow:hidden;
    width:100%;
    display:block;
}

.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(34, 34, 34, 0.75);
    width:100%;
    height:100%;
    padding:7%;
    opacity:0;
    text-align:left;
    color:#fff !important;
    z-index:4;
            transition:all 0.3s ease-out;
         -o-transition:all 0.3s ease-out;
       -moz-transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;

}

a.carousel-thumb:hover .caption {
  opacity:1;
}

.h-smCarousel {color:#ffffff; font-size:1em; margin-bottom:0px; padding-bottom:3px;}
.p-smCarousel {color:#cccccc; font-size:0.9em; font-style:italic; margin-top:0px;}


/*  //  BUTTONS //  */

.btn.btn-hero {
  background-color: transparent;
  outline: none;
  margin:0;
  color: #ffffff;
  border: #ffffff 1px solid;
}
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  background-color: #ff6600;
  border:#ff6600 1px solid;
}

.btn.btn-flat {
  background-color: transparent;
  border:#999999 1px solid;
  border-radius:0;
  color:#666666;
}

.btn.btn-flat:hover, .btn.btn-flat:active, .btn.btn-flat:focus {
  background-color: #999999;
  border:#eeeeee 1px solid;
  color:#ffffff;
}

.btn.btn-primary {
  background-color: #ff6600;
  border:#ff9900 1px solid;
  color:#ffffff;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background-color:#ffffff;
  border:#eeeeee 1px solid;
  color:#ff6600;
}

.whitebtn {background-color:rgba(255, 255, 255, 0.2); color:#ffffff; border:#cccccc 1px solid; min-width:0; padding:6px 9px; font-size:13px;}
.whitebtn:hover{background-color:#ffffff; color:#ff6600;}

.btn-4 {
  font-family: 'Roboto Condensed', sans-serif !important;
}





/*  ////  UTILITY */
.noborder {border:none;}
.caps {text-transform:uppercase;}
.collapse-all {margin:0; padding:0;}
.orange {color:#ff6600;}
.detail {color:#ffffff; font-size:14px !important; text-transform: uppercase; letter-spacing:1px; padding:0 !important;}
.black {color:#212121;}
.white {color:#fafafa;}
.grey {color:#888888;}
.thin {font-weight:100;}
.thick {font-weight:600;}
.clear {min-height:10px;}
.clear-none {clear:both; min-height:0;}
.clear-lg {clear:both; min-height:30px;}
.clear-md {clear:both; min-height:20px;}
.bg-ltorange {background-color:#efe2ce;}
.bg-transparent {background-color:transparent !important;}
.bg-white {background-color:#ffffff;}
.border-left { border-left:#dedede 1px solid;}

.bg-bluegradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ddfa+0,0885bf+100 */
background: #00ddfa; /* Old browsers */
background: -moz-linear-gradient(-45deg, #00ddfa 0%, #0885bf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #00ddfa 0%,#0885bf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #00ddfa 0%,#0885bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ddfa', endColorstr='#0885bf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bg-orangegradient {
  background-image: -webkit-linear-gradient(135deg, #f35656 30%, #ff6b53 70%);
  background-image: -moz-linear-gradient(135deg, #f35656 30%, #ff6b53 70%);
  background-image: -ms-linear-gradient(135deg, #f35656 30%, #ff6b53 70%);
  background-image: -o-linear-gradient(135deg, #f35656 30%, #ff6b53 70%);
  background-image: linear-gradient(135deg, #f35656 30%, #ff6b53 70%);   
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f35656', endColorstr='#ff6b53',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  
}

.shadow-box {  
  -webkit-box-shadow: 3px 3px 23px 2px rgba(51,51,51,0.23);
  -moz-box-shadow: 3px 3px 23px 2px rgba(51,51,51,0.23);
  box-shadow: 3px 3px 23px 2px rgba(51,51,51,0.23);
}





/*  //  SEARCH & SORT & SECONDARY NAV BAR   //  */

.searchbox {
  background-color:#333333;
  color:#ff6600;
  text-align:center;
  height:43px;
}

.sortbar .btn-primary {font-size:0.8em; background-color:#333333;}
.sortbar .sort { background-color:#555555;}
.sortbar .btn-primary:hover {background-color:#222222; border-color:#555555;}

.nav > li.doing-search {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}


.nav > li.do-search, .nav > li.do-sort {
  position:absolute;
  top:4px; left:0;
  color:#c4c4c4;
}

.nav > li.doing-sort, .nav > li.doing-search {
  height:50px;
  position:absolute; 
  top:0; 
  left:110px;
  background-color:transparent;
  border-left:#333333 2px solid;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; 
}

/* toggle with JS */
.noshow {
  opacity:0;   
}
.goshow {
  opacity:1;
  z-index:5;
}

/*  hacky fix for the navbar collapse state inherited from main nav - we don't want it to apply to this nav */
.navbar-sort {
  transform:none;
  margin-top:inherit;
  margin-bottom:inherit;
  padding-top:5px;
}

.fixed-header-on .navbar-sort {
  transform:none;
  margin-top:inherit;
  margin-bottom:inherit;
  padding-top:3px;
}

.fixed-header-on .navbar-nav {transform:none;margin-top:0;}
/*  end fix */


a.btn-user:hover, a.btn-user:active, a.btn-user:focus, a.btn-home:hover, a.btn-home:active, a.btn-home:focus {
  background-color: #ffffff !important;
  color:#ff9923;
}

.btn-home {padding-top:17px;}
.btn-user { padding-top: 11px;}

.user-menu {
  font-size:1.2em;
  text-transform: uppercase;
  min-width:200px;
  padding:0;
  z-index: 10;
}

.user-menu > li > a {
  display:block;
  padding:20px;
  color:#c4c4c4;
}

.user-menu > li.user-header > a > img {max-width:90px; }
.user-menu > li.user-header > p {font-size:1.6em; line-height:.8; color:#ffffff; font-weight:200; margin:10px auto 0;}
.user-menu > li.user-header > small {font-size:1em; color:#ffffff; line-height:.8;}
.img-circle {border-radius:50%; border:#ff9923 3px solid; }

.sort-dropdown {
  background-color:#ffffff !important;
}

ul.sort-dropdown > li {
  display:block;
}

ul.sort-dropdown > li > a > i {
  padding-right:10px;
  margin-right:5px;
  border-right:#dedede 1px solid;
}

.sort-dropdown > li > a {
    width: 100%;
    color:#222222;
    font-size:1em;
    text-transform: uppercase;
}

nav.zclass-nav {
  background-color:#121212;
  border:0;
  border-radius:0;
  height:50px;
  overflow:visible;
  font-size:0.8em;
}

.navbar-nav.navbar-sort button {
  background:transparent;
  padding: 4px 10px;
  border:none;
  color:#c4c4c4;
}


.button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 3px 6px 0px;
  padding: 20px;
  border: 2px solid #222222;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}
.button:after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #222222;
}

.button:hover {
  cursor: pointer;
}
.button:hover:after {
  width: 100%;
  left: 0;
}



.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }

.navbar-sort li {display:inline-block;}
.navbar-nav > li > a > i {font-size:1.7em; color:#c4c4c4;}
.navbar-nav > li > a:hover {background-color:transparent !important;}
.navbar-nav li {padding:0px;}
.searchbox .form-group {margin:8px;}

input[type="search"] {
  background-color:transparent; 
  border:none;
  border-radius: 0;
  box-shadow:none;
  border-bottom:#ff9923 3px solid; 
  padding:6px; 
  margin:8px 0;
  font-size:1.7em;
  padding:10px;
  height:40px;
  color:#c4c4c4;
}

input[type="search"]:focus {
  box-shadow:none;
  border-color:#39B54A;
}

.input-group-addon {
  padding:3px; 
  margin:8px; 
  padding-right:8px;
  font-size:1em !important;
  color:#888888;
  background-color:transparent;
  border:0;
  border-radius:0;
}

.navbar-form {
  padding:0;
  margin:0;
}

.navbar-search .input-group {
  height:55px;
  background-color: transparent;
  width:450px;
  padding-right:16px;
}

.navbar-sort .dropdown, .dropdown {padding:0px;}

li.filterbar {
  max-width:550px;
  margin:0 auto;
}

button.btn {
  min-width:110px;
  background-color:#ffffff;
  color:#666666;
  font-size:1.1em;
  border-bottom:#ffffff 2px solid;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;  
}

button.btn:hover, button.btn:focus, button.btn:active {
  border-color:#ffffff;
  border-bottom:#ff6600 2px solid;
}

button.btn.is-checked {
  border-bottom:#ff6600 2px solid;
}


/*collapsed state */
.zclass-nav-collapsed ul {
  list-style-type: none; 
  background-color:#ffffff;
  padding-left:0;
  margin-top:0;
}

.zclass-nav-collapsed ul li a {
  display:inline-block;
  padding:5px 10px;
  border-bottom:rgba(0, 0, 0, 0.1) 1px solid;
  font-size:1.1em;
  text-transform: uppercase;
  color:#666666;
}

.zclass-nav-collapsed ul li a.btn {min-width:0px;}

.zclass-nav-collapsed ul li button {
  border-bottom:rgba(0, 0, 0, 0.1) 1px solid;
  padding:5px 10px;
}

.zclass-nav-collapsed ul li a i, .zclass-nav-collapsed ul li button i {
  border-right:rgba(0, 0, 0, 0.1) 1px solid;
  padding:10px 5px;
  margin-right:10px;
}

.zclass-nav-collapsed ul li.dropdown > a, .zclass-nav-collapsed ul li.dropdown > a > i {border:0; font-size:3.7vw; cursor:pointer;}
/* end collapsed state */

.zclass-nav-collapsed {display:none;}

.float-left {float:left;}






/*  ////  CUSTOM ELEMENTS //// */

.isotope-item {margin-top:60px;}

.isotope-item img {width:100%;}

.huge-header {padding:15px;}

.huge-header > span.levelline { display:none;} /* for large header bg lines */ 

.huge-header span.text {
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:3;
  text-transform: uppercase;
  font-weight: 900;
  color:#444444;
  background-color: transparent;
  padding-right:20px;
  clear:both;
  line-height:1;
  margin-bottom:10px;
}

.dropdown-menu .title { font-weight: bold;
  font-size:15px;
  display:block;
  padding:5px 10px;
  color:#F60;
}

.jumbotron .huge-header span.text {position:relative;}

.bloodyhuge{font-size:5em; min-height:80px; max-height:200px; line-height:1; font-family:'Roboto Condensed', sans-serif;}
.prettyhuge {font-size:4em; min-height:70px;}
.hugeish {font-size:3em; min-height:45px;}

.block {
  background-color:#ffffff;
  border:#dedede 1px solid;
  min-height:325px;
}

.smallBlock {
  min-height:0px;
}

.block img {
  border-bottom:#ffffff 9px solid;
  opacity:1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.block a:hover img {
  border:#ffffff 9px solid;
  opacity:0.8;
}

.playbutton {
  display:block;
  padding:13% 20px;
  text-align: center;
  width:100%;
  height:70%;
  position:absolute;
  font-size:5em;
  top:0;
  left:0; 
  color:#ffffff;
  z-index:10;
  opacity:0;
}

.block a:hover .playbutton {opacity:.9;}

.subfooter {clear:both;}

.triangle {
  position: absolute;
  left:15px;
  z-index:3;
  width:0px;
  height:0px;
  border-top:60px solid #ff9900;
  border-right:60px solid transparent;
}

.triangle i {
  position:absolute;
  top:-50px;
  left:10px;
  color:#ffffff;
  font-size:1.2em;
}


.inforow {padding:10px;}

.runtime { 
  position:absolute;
  top:18px;
  right:32px;
  z-index:10;
  display:inline-block;
  background-color:#222222;
  border-radius:4px;
  color:#ffffff;
  padding:2px 6px;
  letter-spacing: 1px;
}

.blocklevel { /* level descriptive text 'difficulty' */
  font-size:12px; 
  line-height:2; 
  color:#666666; 
  min-height:50px;
  text-transform: uppercase; 
  display:block; 
  margin-bottom:9px; 
  margin-top:-6px; 
  padding-bottom:10px;
}

.levelline { /* the background line */
  position:absolute;
  top:30%; left:0;
  border-bottom:#dedede 1px solid; 
  display:inline-block; 
  width:93%; 
  margin:0 10px;
}

.levelind { /* the colored blocks */
  position:absolute;
  top:0px;
  left:5px;
  display:inline-block;
  padding:5px 10px;
  z-index:3;
  width:auto;
  background-color:#ffffff;
}

.blocktitle {
  font-weight:bold; 
  font-size:1.1em; 
  text-transform: uppercase;
  line-height:1.1;
}

.blocktitle .sub {
  display:block; 
  font-size:0.7em; 
  color:#888888; 
  font-style:italic; 
  font-weight:normal;
  text-transform:capitalize;
  margin-bottom:3px;
}

.beginner {color:#39b54a;}
.intermediate {color:#ff9900;}
.advanced {color:#ed1c24;}

.blockadd {text-align: right; font-size:3em; /*line-height:1;*/ }
.blockadd a {color:#cccccc;}
.blockadd a:hover {color:#ff9900;}

a.playlist-add {color:#cccccc;}
a.playlist-add:hover {color:#ff9900;}







/*  //  VIDEO PLAYLIST  //   */

.list-box {
  background-color: #ffffff;
  border:#dedede 1px solid;
  width:100%;
  overflow:auto;
  overflow-x:hidden;
}

.list-box h4,.list-box h3,.list-box h2,.list-box h1 { color:#AAA; }

.promo { padding:20px; }
.promo span {
  color:#ffffff;
  font-size:1.5em;
}

h4.list-banner, .list-banner {
  background-color: #222222;
  color:#ffffff;
  padding:16px 20px 20px;
  margin:0;
  font-size:1.1em;
  font-weight:200;
  text-transform: uppercase;
  letter-spacing:1px;
  text-align: left;
}

.list-banner > span{
  display:block;
  text-transform: capitalize;
  font-style:italic;
  color:#999999;
  font-size:0.8em;
  font-weight: 200;
}

.list-banner > span.pull-right > a { 
  display:block;
  min-width:40px;
  text-align: center;
  font-size:1.5em;
  border:#666666 1px solid; 
  border-radius:6px; 
  padding:6px 10px;
  color:#dedede;
  cursor:pointer;
}

#list-save a {
  background-color:#ff6600;
  border:#ff9900 1px solid;
  color:#ffffff;
}

.list-banner > span.pull-right > a:hover {
  background-color:#333333;
}

.list-video {
  padding:0px;
  clear:both;
  background-color:#ffffff;
  overflow:auto;
  overflow-x:hidden;
  border-bottom:rgba(0, 0, 0, 0.1) 1px solid;
}

.list-video:hover {background-color:#efefef;}

.list-video-thumb {margin:0; padding:5px;}

.list-video-data {
  padding:15px;
  margin:0;
}

.list-video-title, .list-video-title a {
  display: block;
  color:#222222;
  font-size:1.1em;
  font-weight:700;
  line-height:1;
  text-transform: uppercase;
  padding:0;
}

.list-video-description {
  color:#999999;
  font-size:0.9em;
  line-height:.6em;
  padding:10px 0;  
}

#bookmark-wrapper .summary {
  padding:9px;
  background-color:#f1f1f1;
  font-style:italic;
  text-align: right;
}

#bookmark-wrapper .empty {
  padding:20px;
  font-size:1.1em;
  font-style:italic;
}

.list-video > .beginner {border-left:#39B54A 6px solid;}
.list-video > .intermediate {border-left:#f90 6px solid;}
.list-video > .advanced {border-left:#ED1C24 6px solid;}

.playbutton-sm {
  position:absolute;
  top:20%;
  left:40%;
  display:block;
  font-size:2em;
  color:#ffffff;
  opacity:0;
}

.list-video a:hover .playbutton-sm {opacity:.9;}

.dragger {
  background-color: #fcfcfc;
  border-left:#efefef 1px solid;
  text-align: center;
  font-size:1.3em;
  padding:8% 0;
  width:0;
  cursor:pointer;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; 
}

.dragger a {color:#666666;}
.dragger a:hover, .dragger a:active, .dragger a:focus { color:#ed1c24;} 

.dragger:hover, .dragger:active, .dragger:focus {
  background-color:#efefef;
  color:#ed1c24;
}

.expand {width:40px;}

.collapse-all h2.list-h {margin-top:0;}

.hidethis {display:none !important;}
.showthis {display:block !important;}

div.related-video {
  border-bottom:#dedede 1px solid;
  padding:20px 0 10px;
  min-height:75px;
}

div.related-video:hover {
  background-color:#f2f2f2;
}

div.related-video .playlist-add {font-size:2em;}



a.video-list-tags {
  display:inline-block;
  font-size:0.75em;
  text-transform:uppercase;
  background-color:#bcbcbc;
  padding:2px 4px;
  margin:3px 0;
  color:#ffffff;
  border-radius:3px;
}

a.video-list-tags:hover, a.video-list-tags:active, a.video-list-tags:focus {background-color:#999999;}

.main-video-container {
    position: relative;
    padding-top: 0; height: 0; overflow: hidden;
    margin:0;
}

div.wistia_embed {
  width: 100% !important;
  clear:both;
}

.main-video-container iframe,
.main-video-container object,
.main-video-container,
.main-video-container embed {
  width: 100% !important;
}

.add-to-playlist {padding:10px 0;}

.video-info-container {
  overflow-y:auto; 
  min-height:200px;
  background-color:#ffffff;
}
.video-info {
  padding:30px; 
  color:#666666; 
  text-align:justify; 
  border-right:rgba(0, 0, 0, 0.1) 1px solid;
}

.video-info p {  font-size:1em;}
.video-assets {padding:30px 0 0 0;}

.video-info-container > .collapse-all > .list-banner > span.pull-right > a {
  display:inline-block;
  border:0;
}

.landing-sign-in {padding:20px; overflow:auto;}
.landing-sign-in section {padding:23px 0;}
.landing-sign-in section.border-left {padding-left:46px;}

.triangle-down {
    width: 76px;
    height: 0;
    padding-left:10%;
    padding-top: 10%;
    overflow: hidden;
    position:absolute;
    z-index: 10;
    margin-top:-1px;
    margin-left:35%;
    margin-right:35%;
}
.triangle-down:after {
    content: "";
    display: block;
    width: 0; 
    height: 0;
    margin-left:-500px;
    margin-top:-500px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-top: 500px solid #ffffff;
}

.lesson-drop-down {
  background-color:#e3e3e3;
  margin:-1px 15px;
  border-top:#dddddd 1px solid;
  border-bottom:#efefef 1px solid;
  border-left:#efefef 1px solid;
  padding-top:20px;
  height:300px;
  overflow-y:scroll;
  clear:both;
}

a.lesson-title {color:#222222;}
a.lesson-title:hover {color:#666666;}

.tt-menu {
  padding:5px;
  background-color: #ffffff;
  border:#dddddd 1px solid;
  color:#666666;
  font-size:1.4em;
  font-weight:100;
  line-height:2;
  width:100%;
}

.tt-selectable {width:100%; padding:10px; border-bottom:#dedede 1px solid; text-align: left;}
.tt-selectable:hover {background-color: #efefef; color:#222222; cursor:pointer;}


/*  feedback form modal */
#feedback-modal .modal-body {color:#222222;}
#feedback-modal h4 {border-bottom:none;}
#feedback-modal button.btn {border-bottom:#cccccc 1px solid;}
#feedback-results {display:none;}


/*  SHARE FLYOUT  */


.mobile-social-share {
    display: inline-block !important;
    min-height: 35px !important;
}

.mobile-social-share .btn {min-width:0px;}

.mobile-social-share ul {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.share {
    min-width: 17px;
}

.mobile-social-share li {
    display: block;
    font-size: 18px;
    list-style: none outside none;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-top: 3px;
}

.btn-share {
    background-color: #BEBEBE;
    border-color: #CCCCCC;
    color: #333333;
}

.btn-twitter {
    background-color: #3399CC !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-facebook {
    background-color: #3D5B96 !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-facebook {
    background-color: #3D5B96 !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-google {
    background-color: #DD3F34 !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-linkedin {
    background-color: #1884BB !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-pinterest {
    background-color: #CC1E2D !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-mail {
    background-color: #FFC90E !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-player {
  background-color: transparent;
  color:#cccccc;
  font-size:1.1em;
}

.btn-player:hover {color:#ff9900;}

#socialShare {
    max-width:35px;
}

#socialShare .btn {
  padding:6px 12px;
  margin:0px;
}

#socialShare > .dropdown-menu {
  position: absolute;
  z-index:99;
  min-width:59px;
  left:-10px;

}


.product-title {
  display:block;
  margin-top:24px;
  padding:12px 0;
}


.selectbox {
  width:150px;
  margin:0;
  display:inline-block !important;
  position:absolute;
  top:12px;
  right:12px;
  background-color:#999999;
}



.selectbox select {
   background: transparent;
   width: 140px;
   padding: 3px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
}


/*  //  @MEDIA  //  */

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-bottom:12px;
    padding-top:12px;
  }
}



@media(max-width:1024px){
  nav.zclass-nav {font-size:0.7em; height:52px;}
  button.btn {min-width:100px; padding:6px 10px; text-align:center; font-size:1em;}
  .nav > li.doing-sort, .nav > li.doing-search {left:90px;}
  li.filterbar {max-width:500px;}
  .block {margin:20px 0;}
  .runtime { top:33px; right:30px;}
  .navbar-search .input-group {height:45px;}
  input[type="search"] {
    background-color:transparent; 
    border:none;
    border-radius: 0;
    box-shadow:none;
    border-bottom:#ff6600 3px solid; 
    padding:6px; 
    margin:6px 0;
    font-size:1.5em;
    height:37px;
  }
  h4.h-smCarousel {font-size:.8em;}
  p.p-smCarousel {font-size:.8em;}
  div.carousel-caption > h1{font-size:3.5em;}

}

@media (max-width:991px) {
  .isotope-item {margin-top:20px;}
  .border-left {border-left:none; border-top:#dedede 1px solid;}
  .h-smCarousel {font-size:14px; border-bottom:none;}
  .p-smCarousel {display:none;}
  .btn-4, .btn {padding:25px !important;}
  .product-title img {max-width:90%;}
  .landing-sign-in {padding:0;}
  .landing-sign-in section.border-left {padding-left:20px;}
  .footcenter p {text-align:center !important;}
  div.carousel-caption > h4 {font-size:1em; font-weight:400;}
}

@media(max-width:800px) {
  .zclass-nav-extended {display:none;}
  .zclass-nav-collapsed {display: block;}
  nav.zclass-nav {height:54px;}
  .carousel-caption-footer {height:30%; padding:5px; font-size:2vw;}
  .carousel-caption-footer .btn {padding:5px 8px; min-width:0; font-size:2vw;}
  #smallCarousel {display:none;}
}

@media (max-width:768px) {
  #largeCarousel {border-top:#222222 0px solid;}
  .landing-sign-in section {padding:20px;}
  .carousel-caption {top:10%;}
  div.carousel-caption > h1{font-size:1.8em;}
}

@media (max-width:320px) {
  #socialHolder{
      padding-left:5px;
      padding-right:5px;
  }
    
  .mobile-social-share h3 {
      margin-left: 0;
      margin-right: 0;
  }
  
  #socialShare{
      margin-left:5px;
      margin-right:5px;
  }
  
  .mobile-social-share h3 {
      font-size: 15px;
  }
}

@media (max-width : 238px) {
  .mobile-social-share h3 {
      font-size: 12px;
  }
}



footer p.att-footer {
  text-align: center;
}

footer .py-5 .list-unstyled li a {
  font-size: 0.8em !important;
}