@import url("css/core.css?v=1.4");
@import url("css/colors.css");
@import url("css/space.css");
@import url("css/typography.css");
@import url("css/main.css");
@import url("css/feed.css");
@import url("css/class.css");
@import url("css/account.css");
@import url("css/modules.css");
@import url("css/admin.css");

.infopanel {
  background: #FCECBF;
  padding: 20px;
}

.navbar-toggle {
  background: #e74c3c;
  color: #ffffff;
  padding: 5px 10px;
}

span.small {
  font-size:14px;
  vertical-align: middle;
}

.right {
  float: right;
}

.normal {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal !important;
}

.left {
  float: right;
}

.alertpanel {
  padding:20px;
  background: #FCF0A8;
  margin:5px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.infopanel {
  padding:20px;
  background: #FFFFFF;
  margin:5px;
  margin-bottom: 20px;
  border-radius: 4px;
}

/* NAVIGATION */

.nav li a .fa {

}

.dropdown-menu>li>a {
  padding: 8px 20px;
}

.classmargin {
  margin-left: 20px;
}

/* HOMEPAGE CLASSES */

.closed {
  display: none;
}

.homepagenavigation {
  text-align: right;
}

.homepagenavigation a.link {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background: #F2572F;
}

.homepagenavigation a.link:hover {
  background-color: #F2572F;
  color: #fff;
}

.buttonPadding {
  padding:12px;
}

.line {
  border-top:1px solid #e5e5e5;
}

.dashed-line {
  border-top:1px dashed #e5e5e5;
}

.homesection {
  text-rendering: optimizeLegibility;
  padding:50px 10px 80px 10px;
}

.homepagestep {
  padding: 30px
}

.homepagestep img {
  max-width: 100%;
}

.homepagestep .header {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.homepageLoginBar {
  padding:30px 0px;
  font-weight: 300;
  /*background: #efefef;*/
  /*border-top: 1px solid #e2e2e2;*/
}

.studyBar {
  position: absolute;
  width:100%;
  height:50px;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

.studynav {
  float: right;

}

.studynav a {
  display: inline-block;
  border: 1px solid #5C5B60;
  border-radius: 4px;
  padding:5px 10px;
  font-size: 12px;
  color: #5C5B60;
  text-decoration: none;
  margin-left: 5px;
  margin-top: 10px;
}

.studynav a:hover {
  color: #fff;
  background: #5C5B60;
}

.getStartedContainer {
  margin-top: 20px;
  margin-bottom:70px;
}

.loginModule {

}

.block {
  display: block !important;
}

.inlineblock {
  display: inline !important;
}

.mixpanelfooter img {
  max-width: 50px;
  opacity: 0.3;
}

.checkbox {
  width: 20px;
}

.metronic {
  font-family: 'Metronic', 'Metronic Air Bold', Arial, Helvetica, sans-serif !important;
}

.largeheader {
  font-family: 'Metronic', 'Metronic Air Bold', Arial, Helvetica, sans-serif !important;
  font-size: 32px;
}

.homepageheading {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 5px;

}

.homepagesection {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.featurelisting {
  font-size: 13px;
  padding: 40px 20px;
  font-weight: 300;
}

.featurelisting .header {
  font-size:20px;
}

.featurelisting .text {
  margin-top: 10px;
}

.featurelisting .image {
  text-align: center;
}

.featurelisting span {
  display: block;
  text-align: center;
  font-size: 42px;
  margin-bottom: 15px;
}

.mr5 { margin-right:5px !important;}

.oauthButton {
  display: inline-block;
  background: #fff;
  color: #00ACF2;
  min-width:40px;
  height: 46px;
  line-height: 36px;
  border-radius: 4px !important;
  text-align: center !important;
  font-size: 16px;
  border: 2px solid #00ACF2;
  padding-left: 15px;
  padding-right: 15px;
  padding-top:3px; padding-bottom: 3px;
  margin-left: 5px;
  text-decoration: none;
  cursor: pointer;;
}

.oauthButton span {
  font-size:18px;
  margin-right: 5px;
}

.oauthButton:hover {
  background: #00ACF2;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}

.oauthButton.facebook {
  background: #3B5998;
  border: 2px solid #3B5998;
}


.oauthButton.facebook:hover {
  color:#3B5998;
  background: #ffffff;
}


.oauthButton.nav {
  background: #F2572F;
  color:#fff;
  border: 2px solid #F2572F;
}

.oauthButton.nav:hover {
  color:#F2572F;
  background: #fff;
  border: 2px solid #F2572F;
}


.editclass, .editclass:visited {
  color: #ffffff;
  border-radius:5px;
  display: inline-block;
  padding:5px 10px;
  border:1px solid #ffffff;
  margin-top: 20px;
  font-size:12px;
  text-decoration: none !important;
}

.editclass:hover {
  background: #fff;
  color:#000000;
  text-decoration: none;
}

.discussioncontainer {
}

.discussioncontainer .discussionpanel {

}

.discussioncontainer .discussionpanel a {
  display: inline-block;
  border: 1px solid #5C5B60;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  color: #5C5B60;
  text-decoration: none;
  }

.discussioncontainer .discussionpanel a:hover {
  color: #fff;
  background: #5C5B60;
}

.discussioncontainer .discussionpanel a span {
margin-right: 5px;
}

.discussioncontainer .threads {

}

.discussioncontainer .thread {
  font-size: 16px;
  border-top: 1px solid #f8f8f8;
  position: relative;
  height: 100%;
}

.discussioncontainer .thread .threadinfo {
  padding:25px 10px 25px 75px;
}

.discussioncontainer .thread .threadstats {
  height: 100%;
  padding-right:30px;
  text-align: right;
  color: #5C5B60;
}

.discussioncontainer .thread .threadstat {
  display: inline-block;
  margin-left:15px;
}

.discussioncontainer .thread .icon {
  position: absolute;
  left:15px;
  top:50%;
  margin-top:-26px;
  font-size: 32px;
  color:#e8e8e8;

}

.discussioncontainer .thread .icon img {
  border-radius: 25px;
  background: #f8f8f8;
}

.discussioncontainer .thread:hover {
  background: #f9f9f9;
}

.discussioncontainer .thread:hover .icon {
  color: #F46652;
}

.discussioncontainer .thread .meta {
  font-size:10px;
  color: #ccc;
}

.discussioncontainer .threads .thread .timestamp {
  font-size:10px;;
  color:#ccc;;
}

.editclasscontainer {

}

.editclasswindow {
}

.classSections {
  border-top: 1px solid #efefef;
}

.sectionHeader {
  font-family: 'Metronic', 'Metronic Air Bold', Arial, Helvetica, sans-serif;
  padding:5px 10px;
  margin-left: 25px;
  border-bottom:2px solid #cc0000;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.classmodule {
}

.classmodule.item:hover {
  background: #f9f9f9;
}

.classmodule.item {
  padding: 20px;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
}

.classmodule .header:hover {

}

.classmodule .header .title a {
  text-decoration: none;
}

.classmodule .header .title a:hover {
  text-decoration: none;
}

.classmodule .header .description {
  font-weight: normal;
  font-size: 14px;
}

.durationdisplay {
  background: #fff;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 10px;
  border-radius: 5px;
  font-size:12px;
  border: 1px solid #e2e2e2;
}

.durationdisplay .fa {
  margin-right: 5px;
}

.classmodule.intro {
  padding: 40px 30px;
}

.classmodule.headunit {
  padding: 40px 30px 20px 30px;
}

.headline {
  font-weight: bold;
  font-size: 26px;
  font-family: 'Metronic', 'Metronic Air Bold', Arial, Helvetica, sans-serif;
}

.read {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
}

.classmodule .header {
  color: #5C5B60;
  padding:10px 20px;
}

.classmodule .header .title {
  font-size:20px;
}

.singlemodule.modulecontrols {
  float: right;
  font-size: 13px;
  position: absolute;
  font-size: 13px;
  right: 0px;
  top: -30px;
}

.modulecontrols {
  float: right;
}

.modulecontrols a, .modulecontrols .modulepart {
  display: inline-block;
  border-radius: 4px;
  padding:10px 10px;
  font-size: 12px;
  color: #5C5B60;
  text-decoration: none;
  margin-left: 5px;
  vertical-align: middle;
  background: #f9f9f9;
}

.modulecontrols a:hover {
  color: #fff;
  background: #5C5B60;
}

.viewmodule {
  background: #f9f9f9;
  font-size:32px !important;
  padding:3px 20px !important;
}

.viewmodule:hover {
  background: #93BA2C !important;
}



.classmodule .modulecontrols a span {
}

.classmodule .content {
  padding: 35px 30px;
}

.classmodule .content.text {
  font-size:18px;
  font-weight: 300;
  line-height: 1.8;
}

.classmodule .content.video {
  font-size:18px;
  font-weight: 300;
  line-height: 1.8;
}

/* FOOTER MODULE*/

.footerContainer {
  background: #fff;
  font-size:10px;
  /*border-top: 1px solid #e5e5e5;*/
  padding:20px 0px;
}

.footerLinks a {
  font-size:10px;
  display: block;
}

.footerSocial a.footer-icon {
  font-size: 18px;
  margin-right:5px;
  margin-top: 5px;
}
/* END FOOTER MODULE*/

.newgroup {
  display: none;
}
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion > p {
  display: block;
  padding: 3px 20px;
  margin-bottom: 0px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
span.twitter-typeahead .tt-suggestion.tt-cursor {
  color: #ffffff;
  background-color: #428bca;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 28px !important;
}



/*LOGIN PAGE */

.loginWindow {
  padding: 0px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  margin-bottom:100px;;
  border-top: 1px solid #e0e0e0;
}

.windowHeader{

  padding: 20px;
}

.windowFooter{
  background: #fff;
  border-top: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.sociallogincontainer {
  padding:10px 20px;
}

.homepagesignup {
  margin-top: 30px;
}

.homepagesignup .loginWindow{
  border:1px solid #e5e5e5;
  background: #f9f9f9;
}

.loginWindow .social a{
    padding:15px 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
    vertical-align: middle;

}

.loginWindow .social a span.icon{
    font-size: 32px;
}

.loginWindow .social a span.text {
    vertical-align: middle;
    line-height:32px;
    font-size: 16px;
}


.loginWindow .social span.fa {
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  width:40px;
  text-align: center;
}

.loginWindow .facebook a{
  background: #4B72C7;
}

.loginWindow .facebook a:hover {
  background: #3B5998;
}

.loginWindow .google a {
  background: #3367D6;
}

.loginWindow .google a:hover {
  background: #274EB5;
}

.loginWindow.email {
  background: #fff;
  margin-top: 30px;
}

.signupWindow {
  background: #fff;
}

/*END LOGIN PAGE*/

.dashboardcontent {
  min-height: 800px;
}

.classwrapper {
  background: #fff;
  padding:20px;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  margin-bottom: 20px;
}



/* CLASS PAGE */

.modal-dialog.classAdminModal {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
}

.modalFooter {
  padding:10px 10px 20px 10px;
  background: #f9f9f9;
}

.draftclass {
  background: #F5FAB4;
  text-align: center;
  padding:20px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.addsection {

  border-top: 1px solid #f0f0f0;
}

.addsection .placeholder {
  padding:30px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
}

.addsection .placeholder:hover {
  background: #f9f9f9;
}

.addsection .addsectionform {
  padding:30px;
}

.editsection {
  padding: 15px 5px;
  display: none;
  border-top:1px solid #e5e5e5;
  margin-top: 10px;
}

.deletesection  {
  text-align: center;
  padding:15px 15px 0px 15px;
}

.deletesection a {
  display: inline-block;
}

.emptyplaceholder {
  padding:60px;
  text-align: center;
  border-top: 1px solid #f0f0f0;
}


div.durationinput {
  float: left;
}

.captionholder {
  display: none;
}

.addcaption {
  float: left;
  border-radius: 4px;
  padding: 15px 5px;
  font-size: 12px;
  color: #5C5B60;
  text-decoration: none;
  margin-left: 10px;
  vertical-align: middle;
  background: #f9f9f9;
}

.durationinput a {
  display: inline-block;
  padding: 2px 7px;
  text-decoration: none;
  border-radius: 4px;
}

.durationinput a:hover {
  text-decoration: none;
  background: #E73E44 !important;
  color: #ffffff !important;
}

.durationinput input {
  width:40px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-align: center;
}


.classAdmin {

  padding:0px 10px;
  margin-bottom: 10px;
}

.classAdmin .buttons  {
  padding:5px;
}

.classAdminButtons {
  background: #fff;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  width:100%;
}

.adminButton span {
  text-align: center;
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.classAdmin a.adminButton {
  display: block;
  padding:10px 10px 10px 10px;
  margin-left: 1px;
  margin-top: 1px;
  background: #00ACF2;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0px;
  text-decoration: none;
}

.classAdmin .adminButtonLabel {
  display: block;
  padding:10px 10px 10px 10px;
  margin-left: 1px;
  margin-top: 1px;
  background: #ccc;
  color: #4a4a4a;
  font-size: 14px;
  letter-spacing: 0px;
  text-decoration: none;
}

.adminButtonLabel span {
  text-align: center;
  font-size: 18px;
  color: #4a4a4a;
  vertical-align: middle;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

a.adminButton:first-child {
  border-left:none;
}

.adminButton.active, .adminButton.active span {
  color:#00ACF2 !important;
  background: #f9f9f9 !important;
}

.classAdmin a:hover {
  text-decoration: none;
  background: #f9f9f9;
  color: #00ACF2;
  /*border-left: 1px solid #00ACF2;*/
}

.classAdmin a:hover span {
  color: #00ACF2;
}

.addmodule {
  background: #f9f9f9;
  display: none;
}

.addmodule .content {
    padding:15px 10px 0px 10px;
}

.addmodule .header {
  font-size: 12px;
  padding-top: 15px;
  padding-left: 15px;
  font-size: 16px;
}

.addmodule #htmlinput {
  min-height: 300px;
}

.addmodule_error {
  padding:15px;
  background: #F0A2A5;
  color: #fff;
  display: none;
}

.mce-panel {
  border: 0px !important;
}

.tinycontainer {
  border:1px solid #ccc !important;
  border-radius: 5px;
  overflow: hidden;
}

.mce-content-body {
  background: #fff;
  font-size: 14px;
}

 /*END CLASS PAGE */

/* END GENERIC STYLE ATTRIBUTES */

.homeNavigationBar {
  margin-top:30px;
  margin-bottom:20px;
}
.logoContainer {

}

.homemast {
  text-rendering: optimizeLegibility;
  padding:50px 0px;
  min-height: 500px;
  margin-top: 30px;
  /*background: url('images/homepage/contentnetwork.png') no-repeat right bottom;*/
}


.homepageMast  {
  background: #fff;
}
.homepageMastColumn {
}

.visualDivider {
  background: url('images/divider.png') no-repeat right bottom;
}

.visualDividerItem {
  background: url('images/divider.png') no-repeat left bottom;
}

.visualDividerItem .header {
  margin:0px 30px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  margin-top: 60px;
}

.visualDividerItem .image {
  text-align: center;
  padding:30px 30px 60px 30px;
}

.MastText {
  font-size: 36px;
}

.logoBig {

}

.logoBig .image {
  vertical-align:middle;
  margin-top: -10px;
}

.logoBig .logoText{
  display: inline-block;
  font-size: 26px;
  padding: 10px;
  font-family: 'Metronic', 'Metronic Air Bold', Arial, Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  color: #817F7B;
}

.MastIcon {
  position:absolute;
  padding:10px;

}

.MastContent {
  float:left;
  padding-left:110px;
}

.homepageList {

}

.alertbar {
  padding:15px;
  background: #FFC1B7;
  text-align: center;
  border-top: 1px solid #e74c3c;
}

.successbar {
  padding:15px;
  background: #E1F3CF;
  text-align: center;
  border-top: 1px solid #e74c3c;
}

.gridTable {
  border:0px;
}

.gridTable tr { border: none;}

.gridTable td {
  padding:20px !important;
  border:none !important;
}



/* FRONT END ACCENT */

.accent { color: #1592FC; }
.muller { color:#55595C; }
.white { color:#ffffff; }
.red { color:#F2572F; }
.green { color: #47BE3A; }
.grey { color: #ccc; }

.bgMuller { background-color:#55595C; }
.standardBg { background-color: #ffffff; }
.blueBg { background: #1994FC; }
.whiteBg { background: #fff; }

.noborder { border:  none;}
.border { border-style: solid; border-width: 1px !important; }
.whiteborder { border-style: solid; border-width: 1px !important; border-color: #ffffff;}
.borderBottom { border-bottom: 1px solid !important;}
.blueBorder { border-color: #1994FC !important;}
.greyBorder { border-color: #e2e2e2 !important;}



.bfull { border: 1px solid #e5e5e5;}
.bleft { border-left: 1px solid #e5e5e5; }
.bright { border-right: 1px solid #e5e5e5; }
.btop { border-top: 1px solid #e5e5e5; }
.bbottom { border-bottom: 1px solid #e5e5e5; }
.blr {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.bfulldark { border: 1px solid #e2e2e2;}
.bleftdark { border-left: 1px solid #e2e2e2; }
.brightdark { border-right: 1px solid #e2e2e2; }
.btopdark { border-top: 1px solid #e2e2e2; }
.bbottomdark { border-bottom: 1px solid #e2e2e2; }

/* FRONT END ACCENT */

.btn-trigger, .btn-trigger:active, .btn-trigger:focus {
  background: #E73E44;
  color:#ffffff;
  border-radius: 5px;
  outline: 0px !important;
}

.btn-trigger:hover {
  background: #fff;
  color: #E73E44;
  border: 1px solid #E73E44;
}


.form-group {
  position: relative;
  color:#999;
}

.form-group .error {
  position: absolute;
  right:-3px;
  top:-3px;
  background:#E73E44;
  color: #fff;
  font-size:11px;
  padding:3px 5px;
  border-radius:4px;
}


.staticNavigation .links {
  float:right;
}

.staticNavigation .links a {
  font-weight: bold;
  color:#fff;
}


.homepageSearchBar {
  padding:20px 0px;
}

.segmentPadding {
  padding:30px 0px;
}

.homepageSearchInput {
  padding:10px;
  width:100%;
  border-radius:4px;
  border:1px solid #e2e2e2;
}


.textleft {
  text-align: left;
}
.textcenter {
  text-align: center;
}

.mastertext {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

/* CORE LAYOUT */

.siteheader {

}

.siteHeaderTitle {
  font-size:34px;
  font-family: 'Metronic', 'Metronic Air Bold', Arial, Helvetica, sans-serif;
}

.siteHeaderTitle.inactive {
  font-size:24px;
  font-family: 'Metronic', 'Metronic Air Bold', Arial, Helvetica, sans-serif;
}

.navHeaderTitle {
  display: inline-block;
  padding: 5px 2px;
  font-size:18px;
  font-family: 'Metronic', 'Metronic Air Bold', Arial, Helvetica, sans-serif;
  display: inline-block;
  line-height: 35px;
}

.navHeaderTitle {}

.navHeaderTitle a:hover, .navHeaderTitle a:active, .navHeaderTitle a:focus {
  text-decoration: none;
  color: #F2572F !important;
}

.greyBox {
  border-radius: 8px;
  background:#F8F8F8;
}

.panelTitle {
  font-size:11px;
  text-transform: uppercase;
  font-weight: bold;
  padding:20px;

}


.yourClasses {
  border-radius: 8px;
  background: #ffffff;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}


.typeHeading {
  font-family: 'Metronic', 'Metronic Air Bold', Arial, Helvetica, sans-serif;
}

/*END CORE LAYOUT */

.createclasscontainer {
  padding:25px 10px;
}

.feedContainer {
}

/* CLASS UNIT */

.classListUnit {
  border-radius:6px;
  /*border-left:4px solid #F46652;*/
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 2px 2px 2px #e2e2e2;
  position: relative;
  overflow: hidden;
  background:  no-repeat;
}

.classListUnit .image {
  position: absolute;
}

.classListUnit .details {
  background: rgba(0,0,0,0.5);
}

.classListUnit .details:hover {
  background: rgba(0,0,0,0.8);
}

.classListUnit .details .title {
  padding:15px;
  min-height: 150px;
  font-family: 'Metronic', 'Metronic Air Bold', Arial, Helvetica, sans-serif;
 text-decoration: none;
}

.classListUnit .details .title a:hover {
  text-decoration: none;
}

.classListUnit .category {
  color:#9ea1a4;
  font-size: 12px;
}

.classListUnit .title a{
  font-size: 24px;
  display: block;
  color:#fff;
  /*text-shadow:1px 1px 1px #000;*/
}

.classListUnit .metaHolder {
}

.classListUnit .metaData {
  padding:0px 15px 15px 15px;
  background:#fff;
  color: #9ea1a4;
  font-size:11px;
}

.classListUnit .metaHolder .meta {
  display: inline-block;
}
.classListUnit .metaHolder .meta span {
  margin-left:5px;
}

.classListUnit .description {
  font-size:14px;
  overflow: hidden;
  color: #9ea1a4;
  padding:20px;
  border-top:1px solid #f1f1f1;
  background:#fff;
}

/*HORIZONTAL*/



.Design { color: #1abc9c; }
.Business { color: #2ecc71; }
.Engineering { color: #3498db; }
.Law { color: #9b59b6; }
.Computers { color: #e74c3c; }
.Health { color: #f39c12; }
.Mathematics { color: ; }
.Science { color: #34495e; }
.DIY { color: #8e44ad; }
.Language { color: #7f8c8d; }

/* END CLASS UNIT*/

/* FEED */

.feedUnit {
  position: relative;
    margin-bottom: 20px;
}

.feedUnit img {

}

.feedUnit .feedIcon {
  display: inline-block;
  margin-right:5px;
}
.feedUnit .feedIcon img {
  border-radius: 15px;
}

.feedUnit .feedBox {
  background:#fff;
  border-radius:6px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  /*border-left:5px solid #3498db;*/
}

.feedUnit .feedBox .feedHeader {
  padding:15px 15px 5px 15px;
  font-size:12px;
  color:#9ea1a4;
  font-weight: 300;
}

.feedUnit .feedBox .feedBody {
  padding:5px 15px 20px 15px;
}

.feedUnit .createdclass .mast {
  margin: 3px;
  background: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.feedUnit .createdclass .description {
  padding: 10px
}
/* END FEED */

/* CLASS */

.classHeader {
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  margin-bottom: 20px;

}

.sharebox {
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 10px;
  padding:8px 8px 4px 8px;
  margin-right: 20px;
  background: #f8f8f8;
  float: right;
  height: 47px;
}

.sharetext {
  display: inline-block;
  margin-right: 7px;
  margin-top: 6px;
  vertical-align: top;
}

.classHeader .classHeaderContents {
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(0,0,0,0.4);
}
.classHeader .header {
  padding: 25px 20px 20px 20px;
  color: #ffffff;
  min-height: 250px;
}

.classHeader .description {
  margin-top:10px;
}

.classHeader .teacher {
  position: relative;
  margin-left: 20px;
  margin-top: 70px;
}

.classHeader .teacher a {
  color: #fff;
}

.classHeader .teacher .avatar {
  position: absolute;
  background: #fff;
  border-radius: 25px;
}

.classHeader .teacher .avatar img {
  border-radius: 25px;
}

.classHeader .teacher .details {
  margin-top:40px;
  margin-bottom:20px;
  padding-left:60px;
  padding-top:5px;
  padding-right: 20px;
}

.classHeader .teacher .details .name {
  font-size:14px;
  color: #fff;
}

.classHeader .teacher .details .name span {
  font-weight: bold;
}

.classHeader .teacher .details .bio {
  font-size:12px;
  color:#f8f8f8;
}


.classHeader .footer {
  background: #fff;
}

.classHeader .footer .section {
  height:80px;
  padding:10px 0px;
}

.classHeader .footer .section .title {
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.classHeader .footer .section .value {
  font-size:20px;
}

.classHeader .classStats .joinClassButton {
  /*text-align: center;*/
  margin-left: 15px;
}

.classHeader .classStats .classStatNumbers {
  text-align: center;
}

.classHeader .header .title {
  font-size:32px;
  line-height: 1.1;
  font-family: 'Metronic', 'Metronic Air Bold', Arial, Helvetica, sans-serif;
}




/* END CLASS */

/* MODULE */

.moduleBox {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  margin-bottom:50px;
}
.moduleBox .moduleContainer {
  /*border-top: 1px solid #e2e2e2;*/
}

.moduleUnit {
  padding:30px;
  position: relative;
  border-top:1px solid #e5e5e5;
}

.moduleUnit:hover {
  background:#f8f8f8;
}

.moduleUnit .moduleDetails {
  padding-left:50px;
}

.moduleUnit .moduleDetails .title {
  font-size:18px;
  font-weight: bold;
}

.moduleUnit .moduleDetails .description {
  color:#9ea1a4;
  font-size:13px;
}

.moduleUnit .moduleDetails .stats {
  color: #9ea1a4;
  font-size: 12px;
  margin-top:10px;
  text-align: right;
}

.moduleUnit .moduleIcon {
  position: absolute;
  background:#9ea1a4;
  width:40px;
  height:40px;
  line-height: 38px;
  text-align: center;
  color:#fff;
  border-radius: 20px;
  font-size: 16px;
}

.moduleUnit .moduleIcon span {
  margin-left:2px;
}

.moduleunit .items {

}

.moduleitem {
  background: #fff;
  position: relative;
  padding:20px 20px 20px 60px;
  border-top: 1px solid #f1f1f1;
  overflow: hidden;;
}

.moduleitem:hover {
  /*background: #f9f9f9;*/
}

.moduleitem.completed {
  background: #EBFAD4;
}

.moduleitem .completion {
  position: absolute;
  top:5px;
  right:5px;
  text-align: center;

}

.moduleitem .completion a {
  text-decoration: none;
  padding:5px 10px;
  display: inline-block;
  border-radius: 5px;
}

.moduleitem .completion a:hover {
  background: #f8f8f8;
}

.moduleitem .completion a.completed{
  color: #2ecc71;
}

.moduleitem .completion a.completed:hover{
  background: #fff;
}

.moduleitem.completed .object {
  display: none;
}

.moduleitem.completed .edit {
  display: block;
}

.moduleitem .edit {
  display: none;
}

.moduleitem .modify {
  display: none;
  padding-bottom: 20px;
}

.moduleitem.modifying {

}


.moduleitem.link {

}

.moduleitem.video {
  vertical-align: middle;
}

.moduleitem.header {
  padding: 0px;
  border-bottom: 1px solid #ccc;
}

.moduleitem.header .object {
  padding: 30px 20px 20px 20px;
}

.moduleitem.header .title {
  font-size:20px;
  font-weight: 300;
}

.moduleitem.header .edit {
  padding: 20px;
}

.moduleitem.video .caption {
  margin-top: 20px;
  margin-left: 10px;
}
.moduleitem.video .videoclip.inactive {
  height: 300px;
  overflow: hidden;
  border-radius: 6px !important;
  position: relative;
}

.moduleitem.video .videoclip.inactive .activate{
  background: rgba(255,255,255,0.8);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 999;
  line-height: 130px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

.moduleitem.video .videoclip.inactive iframe {
  margin-top:-5%;
}


.moduleitem.video .title{
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: bold;
}

.moduleitem .controls {
  position: absolute;
  right:15px;
  top:15px;
  display: none;
}

.moduleitem .controls a {
  float: right;
  padding:5px 10px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  text-align: center;
  margin-left: 10px;
  background: #fff;
  font-style: 15px;
}



.moduleitem.text .object .description {
    font-size: 16px;
    padding:20px 5px 10px 5px;
}

.moduleitem.image .object .image {
  text-align:center;
}

.moduleitem.image .image img {
  max-width: 100%;
}

.moduleitem.image .caption {
  margin-top: 20px;
  margin-left: 10px;
}

.moduleitem .icon {
  position: absolute;
  left: 0px;
  font-size: 14px;
  top:5px;
  padding:10px;
  color: #ccc;
  height: 100%;
  width:40px;
  text-align: center;
}

.editing .moduleitem .icon {
  height: 100%
}

.moduleitem .duration {
  position: absolute;
  left: 0px;
  font-size: 20px;
  top:40px;
  text-align: center;
  color: #999;
  width:40px;
  text-align: center;
}

.moduleitem .duration .minutes {
  font-size:12px;
}

.classNavigation {
  border-radius: 6px 6px 0px 0px;
  text-align: center;
  overflow: hidden;
}

.classNavigation a {
  font-weight: bold;
  display: block;
  padding:20px;
  font-size:18px;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  color:#999;
}

.classNavigation a:hover {
  background:#fff;
  color:#F46652;
  text-decoration: none;
}


.classNavigation a span {
  font-size:12px;
  margin-right:5px;
}

.classNavigation a.active {
  background:#fff;
  border-bottom: 1px solid #fff;
  color:#F46652;
}

.centerBorders {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.leftBorders {
  border-left: 1px solid #eee;
}



/* END MODULE */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-3by2,
.col-sm-3by2,
.col-md-3by2,
.col-lg-3by2 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.col-xs-5ths {
    width: 20%;
    float: left;
}

.col-xs-3by2 {
    width: 12.5%;
    float: left;
}

.verticalSpacerLarge
{
  margin-top:50px;
  margin-bottom: 40px;
}

.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.ui-sortable-helper {
  background: #f8f8f8;
}

.ui-sortable-placeholder {
  background: #89D6DB;
  min-height: 70px;
  visibility: visible !important;
}

.newform {
  padding:30px;
}

.newform.discussion {
  border-top:1px solid #f0f0f0;
}

.newform .encapsulate {
  border: 1px solid #ccc;
  border-radius:4px;
  overflow: hidden;
}

.buttonstyle, .buttonstyle:focus {
  display: inline-block;
  border: 2px solid #E73E44;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff !important; /*#5C5B60;*/
  text-decoration: none;
  background: #E73E44;;
  text-align: center;
  outline: 0;
}

.buttonstyle.deactive {
  background: #f5f5f5;
  border: 2px solid #ccc;
  color: #E73E44 !important;
}

.buttonstyle:hover {
  background: #f9f9f9;
  color: #E73E44 !important;
  text-decoration: none;
}

.buttonpadding {
  padding-left:20px;
  padding-right:20px;
}

.threadtitle {
  position: relative;
  padding-left:70px;
  margin-top: 20px;
}

.threadtitle .icon {
  position: absolute;
  left:5px;
  top:50%;
  margin-top:-26px;
  font-size: 32px;
  color:#e8e8e8;
}

.threadtitle .icon img {
  border-radius: 25px;
}

.threadcontent {
  margin-top: 10px;
  padding-left:70px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: normal;
}

.discussionreplies {

}

.discussionreply {
  padding:20px 15px;
  position: relative;
  border-top: 1px solid #f0f0f0;
}

.discussionreply .user {
  font-weight: bold;
}

.discussionreply .user .small {
  font-weight: normal;
}

.discussionreply .icon {
  position: absolute;
  left:20px;
  top:30px;
}

.discussionreply .icon img {
  border-radius: 25px;
}

.discussionreply .content {
  padding:15px 30px 15px 70px;
}

.loginproviders {
  text-align: right;
  display: inline-block;
  border-radius: 8px;
}

.loginproviders .prelabel {
  margin-right: 5px;
  margin-left: 10px;
  font-weight: 300;
  display: inline-block;
  height: 38px;
  line-height: 40px;
  padding-right: 10px;
  text-transform: uppercase;
}

.madeinlondon {
  text-align: right;
}

.madeinlondon span {
    line-height: 30px !important;
    display: inline-block;
}

.madeinlondon img {
  vertical-align: top !important;
  margin-right: 5px;
}

.mce-content-body {
  padding-bottom: 0 !important;
  min-height: 150px;
}

.interestchoice {
  display: block;
  border:1px solid #e2e2e2;
  border-radius: 4px;
  text-decoration: none;
  padding:15px 5px 15px 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6B6A6F;
}

.interestchoice .fa {
  color: #fff;
}



.interestchoice:hover {
  text-decoration: none;
  background-color: #B8E546;
  color: #fff;
}

.interestchoice:hover .fa {
  color: #fff;
}


.interestchoice.active {
  border:1px solid #93BA2C;
  background: #93BA2C;
  color: #fff;
  text-decoration: none;
}

.interestchoice.active .fa {
  color: #fff;
}

/* PROFILE PAGE */

.profilebar {
  background: #fff;
  padding:30px 0px;
  border-bottom: 1px solid #e5e5e5;
  color: #4a4a4a;
}

.profilebar .avatar {
  float: left;
  margin-right: 10px;
  background: #fff;
  border-radius: 40px;
  border:6px solid #f8f8f8;
  margin-top: 5px;
}

.profilebar .name {
  font-size:32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
}

.profilebar .meta {
  margin: 5px;
  padding: 5px;
  color: #ccc;
}

.profilesidebar {
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}

.profilesidebar .head {
  text-align: center;
  padding:20px;
}

.profilesidebar .head .avatar{
  border-radius: 50px;
}

.profilesidebar .head .name{
  font-size: 18px;
  margin-top: 10px;
}

.profilestats {
  border-top: 1px solid #e5e5e5;
  text-align: center;
  padding:20px;
}

/* BLOG */

.blogunit {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
  padding-top: 40px;
  margin-bottom: 20px;
}

.blogcontent {
  line-height: 2;
  font-size: 16px;
  margin-top: 20px;
}

.blogcontent p {
  margin-bottom: 25px;
}

.blogwrapper, .pulsewrapper, .rightwrapper {
  min-height: 800px;
}

.blogsharing {
  padding:20px;
  margin-bottom: 40px;
  text-align: center;
}

/* END BLOG */

/* HELP */

.helpmenu {
  margin-top: 30px;
}

.helpmenu ul {
  padding-left:10px;
  list-style: none;
}

.helpmenu ul li {
  font-weight: bold;
  margin-top: 20px;
}

.helpmenu ul ul li {
  margin-top: 0;
  font-weight: normal !important;
}

.helpmenu li {
  list-style: none;
  padding:5px 3px;
  border-bottom: 1px dashed #e5e5e5;
}

.helpcontent {
  background: #fff;
  box-shadow: 1px 1px 1px #e2e2e2;
  border-radius: 5px;
}

.helpunit {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px
}

.helpsection {
  font-size: 14px;
  font-weight:700;
}


.helpheader {
  font-size: 24px;
  margin-top:20px;
  padding-bottom: 1px;
  font-weight:300;
}

.helptext {
  font-size: 14px;
}

/* END HELP */

/* ADMIN */

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.dashbox {
  color: #5FA2DD;
  text-align: center;
  padding:40px 40px 0px 40px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.dashbox .number {
  font-size: 48px;
}

.dashbox .title {
  text-transform: uppercase;
  font-size:11px;
/*  position: absolute;
  top:10px;
  left:10px;*/
  color: #000;
  background: #D9E5F3;
  margin-top: -4px;
  padding:10px;
}

.adminbox {
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.boxheading {
  display: block;
  clear: both;
}

.homepagesection .quote {
  padding:40px;
  font-size:16px;
  font-weight: 300;
}

.displaylarge {
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
}

.hiw {
  padding: 5px;
  background: #f8f8f8;

  display: inline-block;
}

.closed {
  display: none;
}

.pull-right-mobile-center {
  float: right;
}

.adminbox {
  display: none;
}

.audiojs {
 background: #404040;
  text-align: center;
  display: inline-block;
  box-shadow: none;
  margin: 20px 5px;
 }
 .audiojs .duration {
  left:inherit;
  font-size: inherit;
  position: static;
}
.audiojs .play-pause { width: 40px; }
.audiojs p { }
.audiojs .scrubber { }
.audiojs .progress { }
.audiojs .loaded { }
.audiojs .time { }
.audiojs .error-message { }

.track-details { }
.track-details:before { content: '♬ '; }
.track-details em { font-style: normal; color: #999; }

/* END ADMIN */


/* PULSE */
.pulselogo {
  font-size:48px;
}

.newpulse {
  background: #fff;
  padding:20px;
  border-radius: 6px;
}

.pulsebanner {
  border-radius: 6px;
  width: 100%;
  min-height: 550px;
  padding-top:40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  background: #fff url('images/pulse/banner.png') bottom right no-repeat;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
  margin-bottom: 30px;
}

.pulsebanner .head {
  font-size: 42px;
  font-family: 'Metronic', 'Metronic Air Bold', Arial, Helvetica, sans-serif;
}

.pulseunit {
  padding:20px 20px 20px 70px;
  position: relative;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
}

.pulseunit .icon {
  position: absolute;
  left:25px;
  top:25px;
  font-size:28px;
  color: #ccc;
}

.pulseunit .title {
  font-size: 20px;
  margin-bottom: 5px;
}

.pulseunit .meta {
  font-size: 12px;
  color: #999;

}

.pulseunit .meta div {
  display: inline-block;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
}

.pulseunit .meta div:first-child {
  padding-left: 0px !important;
}

.classtype {
  display: block;
  border: 1px solid #e9e9e9;
  background: #f8f8f8;
  padding:10px 5px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  color: #999;
}

.classtype:hover, .classtype:visited, .classtype:link, .classtype:active{
  text-decoration: none;
}

.classtype.active {
  border:1px solid #40ABF7;
  background: #EEF7F7;
  color: #40ABF7;
}

a.classtype:hover {
  text-decoration: none;
  border:1px solid #40ABF7;
  color: #40ABF7;
}

.classtype .icon {
  font-size: 24px;
}

.classtype .text {
  margin-top: 5px;
  font-size: 12px;
}


@media (min-width: 768px) {
  .col-sm-5ths {
        width: 20%;
        float: left;
    }

    .homemast {
      padding-top: 10px;
      text-align: center;
    }


}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }

    .homemast {
      /*background: url('images/homepage/contentnetwork.png') no-repeat right bottom;*/
      text-align: left;
    }


}
@media (min-width: 1200px) {
    .container {
      max-width: 1120px;
    }
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
@media (max-width: 768px) {

  .mobile-mt30 {
    margin-top: 30px;
  }

  .withNavigation {
    padding-top: 0;
  }

  .navbar-fixed-top {
    position: relative;
  }

  .loginWindow {
    background: #fff;
  }

  .classListHorizontal {
    padding: 40px 0px;
  }

  .classListHorizontal .col-xs-6 {

  }


  .displaylarge {
    padding:0px;
    font-weight: 300;
    text-transform: capitalize;;
    line-height: 1.2;
  }

  .loginproviders {

  }

  .mobilecenter {
    text-align: center;
  }

  .container {
    padding:5px;
    overflow-x: hidden;;
  }

  .pull-right-mobile-center {
    float: none !important;
    text-align: center;
  }

  .homemast {
    background: #fff;
    text-align: center;
    padding-top: 10px;
  }

  .pulsebanner {
    min-height: inherit;
    background: #fff;
    padding-bottom: 40px;
  }

  .classmargin {
    margin-left: 0;
  }

}



/* PLUGINS : SWITCHERY */

/* Switchery defaults. */

.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;

  -webkit-background-clip: content-box;
  background-clip: content-box;
}

.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

/* Switchery sizes. */

.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

.switchery-small > small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

.switchery-large > small {
  height: 40px;
  width: 40px;
}


.donate {
//float:right;
//margin: 20px auto;
}
