/* Imports */
/* Break points */
/* Mixins */
@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSans_500-webfont.eot');
    src: url('../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSans_500-webfont.otf') format('opentype'),
         url('../fonts/MuseoSans_500-webfont.svg#MuseoSans500Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.a-left {
  text-align: left !important;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right !important;
}

.f-italic {
  font-style: italic !important;
}

.fs-14 {
  font-size: 14px !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.box-shadow, body.layout_home #content, #header {
  -webkit-box-shadow: 4px 4px 8px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px -2px rgba(0, 0, 0, 0.4);
}

.border-radius {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* Buttons */
.button.legacy-1 {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  min-width: 100px;
  padding: 8px 4px;
  text-align: center;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* Import layouts */
/* Layout variables */
body.layout_home {
  /* Responsive tools */
}
@media screen and (min-width: 800px) {
  body.layout_home .hide-on-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home .hide-on-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home .hide-on-small {
    display: none !important;
  }
}
@media screen and (min-width: 993px) {
  body.layout_home .hide-on-large {
    display: none !important;
  }
}
body.layout_home #container {
  margin-top: 110px;
  width: 993px;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #container {
    margin-top: 108px;
    width: 800px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #container {
    margin-top: 70px;
    width: 500px;
  }
  
  body{
      width: 500px;
      margin: 0 auto;
  }
  
}
body.layout_home #header {
  position: relative;
  margin: 0;
  width: 993px;
  height: 391px;
  box-shadow: none;
  z-index: 2;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #header {
    margin: auto;
    width: 780px;
    height: 313px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #header {
    margin: 10px auto;
    width: 480px;
    height: 180px;
  }
}
body.layout_home #header .facebook-holder {
  position: absolute;
  right: 10px;
  top: 50px;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #header .facebook-holder {
    top: 33px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #fixed-header {
    position: absolute;
    min-width: 500px;
  }
}
body.layout_home #fixed-header .options-mid {
  width: 993px;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #fixed-header .options-mid {
    width: 800px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #fixed-header .options-mid {
    min-width: 500px;
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #fixed-header .options-mid a {
    padding: 16px;
    font-size: 20px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #fixed-header .options-mid .options-reg, body.layout_home #fixed-header .options-mid .options-login, body.layout_home #fixed-header .options-mid .options-settings {
    width: 100%;
  }
}
body.layout_home #fixed-header .options-mid .options-reg li, body.layout_home #fixed-header .options-mid .options-login li, body.layout_home #fixed-header .options-mid .options-settings li {
  list-style-type: none;
}
body.layout_home #fixed-header .options-mid .options-reg .top-menu, body.layout_home #fixed-header .options-mid .options-login .top-menu, body.layout_home #fixed-header .options-mid .options-settings .top-menu {
  border-bottom: 4px solid #CCC;
}
body.layout_home #fixed-header .options-mid .options-reg .half, body.layout_home #fixed-header .options-mid .options-login .half, body.layout_home #fixed-header .options-mid .options-settings .half {
  float: left;
  width: 50%;
}
body.layout_home #fixed-header .options-mid .options-reg .half-title, body.layout_home #fixed-header .options-mid .options-login .half-title, body.layout_home #fixed-header .options-mid .options-settings .half-title {
  width: 100%;
  padding: 8px 16px;
  font-size: 20px;
  background-color: #DDD;
}
@media screen and (max-width: 799px) {
  body.layout_home #fixed-header .top .left.logo {
    margin: 0;
    padding: 0;
  }
}
body.layout_home #fixed-header .top .mid {
  width: 993px;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #fixed-header .top .mid {
    width: 800px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #fixed-header .top .mid {
    min-width: 500px;
    width: 100%;
    max-width: 800px;
    height: 57px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #fixed-header .top .mid:before {
    height: 57px;
  }
}
@media screen and (min-width: 800px) {
  body.layout_home #fixed-header .top .right {
    position: relative;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #fixed-header .top .right {
    height: 57px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #fixed-header .top .right a {
    font-size: 14px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #fixed-header .top .right .wrap {
    height: 57px;
  }
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #fixed-header .bottom .left {
    width: 180px;
    background-image: url(../img/fixed-header-small.png);
  }
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #fixed-header .bottom .right {
    width: 240px;
    background-image: url(../img/fixed-header-small.png);
  }
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #fixed-header .bottom .menu {
    margin: 0 240px 0 180px;
  }
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #fixed-header .bottom .menu a {
    font-size: 13px;
  }
}
body.layout_home #fixed-header .bottom .mid {
  width: 993px;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #fixed-header .bottom .mid {
    width: 800px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #fixed-header .bottom .mid {
    min-width: 500px;
    width: 100%;
    max-width: 800px;
  }
}
body.layout_home #content {
  position: relative;
  margin: -361px 0 0 43px;
  font-size: 0;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #content {
    margin: auto;
    width: 780px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #content {
    margin: auto;
    width: 480px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
body.layout_home #sidebar-left {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 360px;
  padding-top: 342px;
  font-size: 12px;
  background-color: #EDE6E7;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #sidebar-left {
    width: 340px;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #sidebar-left {
    width: 480px;
    padding-top: 0;
    background-color: transparent;
  }
}
body.layout_home #sidebar-left:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 360px;
  background-color: #EDE6E7;
  z-index: -1;
}
@media screen and (max-width: 799px) {
  body.layout_home #sidebar-left:after {
    background-color: transparent;
  }
}
body.layout_home #sidebar-left .content {
  position: relative;
  padding: 13px 19px 20px 23px;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #sidebar-left .content {
    padding: 11px;
  }
}
body.layout_home #sidebar-left a.banner {
  display: block;
  margin: 25px auto;
  width: 315px;
  height: 153px;
  box-shadow: 3px 3px 5px #777;
  background-position: top center;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #sidebar-left a.banner {
    margin: 10px auto;
  }
}
body.layout_home #sidebar-left .youtube-frame {
  width: 315px;
  height: 177px;
}
body.layout_home #sidebar-left .youtube-frame iframe {
  width: 100%;
  height: 100%;
}
body.layout_home #sidebar-left .facebook-frame {
  margin: auto;
  width: 315px;
  height: 271px;
  background-color: #FFF;
  box-shadow: 3px 3px 5px #777;
}
body.layout_home #sidebar-left .facebook-frame iframe {
  width: 100% !important;
  height: 100% !important;
}
body.layout_home #main {
  display: inline-block;
  vertical-align: top;
  width: 590px;
  padding-top: 289px;
  font-size: 12px;
  background-color: #FFF;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #main {
    width: 440px;
    padding: 0;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #main {
    width: 480px;
    padding: 0;
    background-color: transparent;
  }
}
body.layout_home #main:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 590px;
  height: 59px;
  background-color: #EEE;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #main:before {
    top: -229px;
    width: 440px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #main:before {
    background-color: transparent;
  }
}
body.layout_home #main:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 590px;
  background-color: #FFF;
  z-index: -1;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #main:after {
    width: 440px;
  }
  
  body.layout_home #sidebar-left:after{
      width: 340px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #main:after {
    background-color: transparent;
  }
}
body.layout_home #main h1 {
  margin: 20px 0 11px 0;
  text-align: center;
  font-size: 30px;
  font-family: Garamond;
  font-weight: normal;
  color: #A93621;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #main h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #main h1 {
    margin: 0;
    padding: 10px 0;
    font-size: 22px;
    background-color: #FFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
  }
}
body.layout_home #main .freereg {
  margin: 0 auto 30px auto;
  width: 546px;
  padding-top: 1px;
  padding-bottom: 15px;
  text-align: center;
  box-shadow: 3px 3px 5px #777;
  background-position: center center;
  position: relative;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #main .freereg {
    width: 420px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #main .freereg {
    margin: 0 auto 10px auto;
    width: 480px;
  }
}
body.layout_home #main .freereg .title {
  text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 2px;
}
body.layout_home #main .freereg .a-center {
  margin: auto;
  margin-top: 8px !important;
  margin-bottom: 20px;
}
body.layout_home #main .freereg .social {
  display: inline-block;
  vertical-align: top;
  margin: 8px 0px;
  width: 33%;
  color: #FFF;
  text-align: center;
    padding: 0 20px;
}

body.layout_home #main .freereg .text-box {
    display: block;
    font-size: 12px;
}

body.layout_home #main .freereg.freereg-post .text-box{
    font-size: 18px;
    float: left;
    width: 50%;
}

body.layout_home #main .freereg .need-help-cnt {
    position: absolute;
    right: 15px;
    margin-top: 5px;

}
body.layout_home #main .freereg .need-help-link {
    display: inline-block;
    margin: 0 auto;
    background: #999999;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.3), inset 0 -2px 2px rgba(0,0,0,0.8), inset 0 2px 2px rgba(180,180,180,1);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #ffffff;
    padding: 4px 6px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    /*top: 10px;*/
}
@media screen and (max-width: 990px) and (min-width:800px)
{
    body.layout_home #main .freereg.freereg-post .social{
        padding: 0 15px;
    }

    body.layout_home #main .freereg.freereg-post .social .icon{
        margin-right: 0 !important;
    }

    body.layout_home #main .freereg .text-box,
    body.layout_home #main .freereg.freereg-post .text-box{
        font-size: 13px;
    }

    body.layout_home #main .freereg.freereg-post .text-box{
        width: 40%;
        padding-top: 15px;
    }


    body.layout_home #main .freereg .home-player .home-player-title {
        font-size: 13px;
    }

    body.layout_home #main .freereg .need-help-link{
        position: relative;
        top: 0px;
    }
}

@media screen and (max-width: 800px)
{
    body.layout_home #main .freereg .home-player .home-player-title{
        font-size: 14px;
    }
    body.layout_home #main .freereg .need-help-link{
        position: relative;
        top: 0px;
    }

    body.layout_home #main .freereg.freereg-post .social .icon{
        margin-right: 0 !important;
    }

}

body.layout_home #main .freereg.freereg-post .social {
    width: 50%;
}

/*body.layout_home #main .freereg .social:first-child {
    padding-left: 17px;
}*/
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #main .freereg .social {
    /*margin: 8px 0px;
    width: 210px;*/
  }
}
body.layout_home #main .freereg .social .icon {
    display: block;
    width: 95px;
    height: 95px;
    margin: 0 auto 8px auto;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(225, 207, 111, 1), inset 0px -2px 2px 0px rgba(168, 141, 5, 1), 0px 5px 5px 1px rgba(1,57,73,0.2);
    -moz-box-shadow:    inset 0px 2px 2px 0px rgba(225, 207, 111, 1), inset 0px -2px 2px 0px rgba(168, 141, 5, 1), 0px 5px 5px 1px rgba(1,57,73,0.2);
    box-shadow:         inset 0px 2px 2px 0px rgba(225, 207, 111, 1), inset 0px -2px 2px 0px rgba(168, 141, 5, 1), 0px 5px 5px 1px rgba(1,57,73,0.2);
}

body.layout_home #main .freereg.freereg-post .social .icon {
    float: right;
    margin-right: 10px;
}

body.layout_home #main .freereg .social .icon.reg {
  background-position: 0 0;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(225, 226, 226, 1), inset 0px -2px 2px 0px rgba(168, 168, 168, 1), 0px 5px 5px 1px rgba(1,57,73,0.2);
    -moz-box-shadow:    inset 0px 2px 2px 0px rgba(225, 226, 226, 1), inset 0px -2px 2px 0px rgba(168, 168, 168, 1), 0px 5px 5px 1px rgba(1,57,73,0.2);
    box-shadow:         inset 0px 2px 2px 0px rgba(225, 226, 226, 1), inset 0px -2px 2px 0px rgba(168, 168, 168, 1), 0px 5px 5px 1px rgba(1,57,73,0.2);  
  
}
body.layout_home #main .freereg .social .icon.lib {
  background-position: -135px 0;
}
body.layout_home #main .freereg .social .icon.shop {
  background-position: -270px 0;
}
@media screen and (max-width: 799px) {
  body.layout_home #main .text {
    padding: 10px;
    background-color: #FFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #main .text p {
    margin: 10px 0;
    font-size: 14px;
  }
}
body.layout_home #main p {
  margin: 0 22px 20px 22px;
  font-size: 17px;
  color: #404040;
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #footer-inner {
    width: 800px;
  }
}
@media screen and (max-width: 799px) {
  body.layout_home #footer-inner {
    min-width: 500px;
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  body.layout_home #footer-inner li {
    font-size: 16px;
  }
}

body.layout_one_column {
  /* Responsive tools */
  /* Pages */
}
@media screen and (min-width: 960px) {
  body.layout_one_column .hide-on-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .hide-on-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .hide-on-small {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  body.layout_one_column .hide-on-large {
    display: none !important;
  }
}
body.layout_one_column h1, body.layout_one_column h2, body.layout_one_column h3 {
  color: #333;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column #header {
    width: 960px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column #header {
    min-width: 360px;
    width: 100%;
    max-width: 960px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column #fixed-header {
    position: absolute;
  }
}
body.layout_one_column #fixed-header .options-mid {
  width: 1200px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column #fixed-header .options-mid {
    width: 960px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column #fixed-header .options-mid {
    min-width: 360px;
    width: 100%;
    max-width: 960px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column #fixed-header .options-mid a {
    padding: 10px 16px;
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column #fixed-header .options-mid .options-reg, body.layout_one_column #fixed-header .options-mid .options-login, body.layout_one_column #fixed-header .options-mid .options-settings {
    width: 100%;
  }
}
body.layout_one_column #fixed-header .options-mid .options-reg li, body.layout_one_column #fixed-header .options-mid .options-login li, body.layout_one_column #fixed-header .options-mid .options-settings li {
  list-style-type: none;
}
body.layout_one_column #fixed-header .options-mid .options-reg .top-menu, body.layout_one_column #fixed-header .options-mid .options-login .top-menu, body.layout_one_column #fixed-header .options-mid .options-settings .top-menu {
  border-bottom: 4px solid #CCC;
}
body.layout_one_column #fixed-header .options-mid .options-reg .half, body.layout_one_column #fixed-header .options-mid .options-login .half, body.layout_one_column #fixed-header .options-mid .options-settings .half {
  float: left;
  width: 50%;
}
body.layout_one_column #fixed-header .options-mid .options-reg .half-title, body.layout_one_column #fixed-header .options-mid .options-login .half-title, body.layout_one_column #fixed-header .options-mid .options-settings .half-title {
  width: 100%;
  padding: 8px 16px;
  font-size: 20px;
  background-color: #DDD;
}
@media screen and (max-width: 959px) {
  body.layout_one_column #fixed-header .top .left.logo {
    margin: 0;
    padding: 0;
  }
}
body.layout_one_column #fixed-header .top .mid {
  width: 1200px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column #fixed-header .top .mid {
    width: 960px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column #fixed-header .top .mid {
    min-width: 360px;
    width: 100%;
    max-width: 960px;
    height: 57px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column #fixed-header .top .mid:before {
    height: 57px;
  }
}
@media screen and (min-width: 960px) {
  body.layout_one_column #fixed-header .top .right {
    position: relative;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column #fixed-header .top .right {
    height: 57px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column #fixed-header .top .right a {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column #fixed-header .top .right .wrap {
    height: 57px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column #fixed-header .bottom .menu a {
    font-size: 13px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column #fixed-header .bottom .left {
    width: 180px;
    background-image: url(../img/fixed-header-small.png);
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column #fixed-header .bottom .right {
    width: 240px;
    background-image: url(../img/fixed-header-small.png);
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column #fixed-header .bottom .menu {
    margin: 0 240px 0 180px;
  }
}
body.layout_one_column #fixed-header .bottom .mid {
  width: 1200px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column #fixed-header .bottom .mid {
    width: 960px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column #fixed-header .bottom .mid {
    min-width: 360px;
    width: 100%;
    max-width: 960px;
  }
}
body.layout_one_column #container {
  margin-top: 128px;
}
body.layout_one_column.plain_template #container {
    margin-top: 10px;
}

body.layout_one_column.plain_template{
    margin-bottom: 10px;
    background: #ffffff;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column #container {
    width: 960px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column #container {
    margin-top: 57px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column #container {
    min-width: 360px;
    width: 100%;
    max-width: 960px;
  }
}
body.layout_one_column #one-column-wrap {
  background-color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column #one-column-wrap {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
body.layout_one_column #one-column-wrap.padding {
  padding: 20px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_1 {
    height: auto;
    padding: 20px;
    background-image: none;
    background-color: #EEE;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_1 h1 {
    line-height: 1;
  }
}
body.layout_one_column .main-top.style_1 .buttons-container,
body.layout_one_column .main-top.style_2 .buttons-container {
  position: absolute;
  right: 20px;
  top: 20px;
}

body.layout_one_column .main-top.style_1 .buttons-container .button2-2rows,
body.layout_one_column .main-top.style_1 .buttons-container .go-shopping,
body.layout_one_column .main-top.style_2 .buttons-container .button2-2rows,
body.layout_one_column .main-top.style_2 .buttons-container .go-shopping
{
    font-size: 12px;
    font-weight: normal;
}

body.layout_one_column .main-top.style_1 .buttons-container a,
body.layout_one_column .main-top.style_2 .buttons-container a{
    vertical-align: middle;
    display: inline-block;
}

body.layout_one_column .main-top.style_1 .activate-gift,
body.layout_one_column .main-top.style_2 .activate-gift{
    right: 160px;
}

body.layout_one_column .main-top.style_1 .button1,
body.layout_one_column .main-top.style_2 .button1{
    padding-top: 12px;
    padding-bottom: 12px;
}

body.layout_one_column .main-top.style_1 .go-shopping,
body.layout_one_column .main-top.style_2 .go-shopping{
}

@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_1 .button-cart, body.layout_one_column .main-top.style_1 .button2,
  body.layout_one_column .main-top.style_2 .button-cart, body.layout_one_column .main-top.style_2 .button2{
    display: inline-block;
    position: static;
    margin-top: 16px;
  }
  body.layout_one_column .main-top.style_1 .buttons-container,
  body.layout_one_column .main-top.style_2 .buttons-container{
      position: static;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_2 {
    height: auto;
    padding: 6px 20px 20px 20px;
    background-image: none;
    background-color: #EEE;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_2 .link-style-1 {
    position: relative;
    display: block;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    font-size: 26px;
    font-weight: lighter;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_2 .link-style-1 .link-icon {
    position: absolute;
    left: 0;
    top: 12px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_2 .button-cart {
    display: inline-block;
    position: static;
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_3 {
    height: auto;
    padding: 6px 20px 6px 20px;
    background-image: none;
    background-color: #EEE;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_3.white {
    background-color: #FFF;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_3 .link-style-1 {
    position: relative;
    display: block;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    font-size: 26px;
    font-weight: lighter;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_3 .link-style-1 .link-icon {
    position: absolute;
    left: 0;
    top: 12px;
  }
}
body.layout_one_column .main-top.style_3 h2,
body.layout_one_column .main-top.style_6 h2 {
  margin: 5px 0;
  text-align: center;
  font-weight: normal;
}
body.layout_one_column .main-top.style_3 .back-link {
  position: absolute;
  left: 20px;
  top: 28px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .main-top.style_3 .back-link {
    top: 28px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_3 .breadcrumbs {
    display: block;
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
    background: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_3 .breadcrumbs ul {
    margin: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .main-top.style_3 .breadcrumbs li {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_3 .breadcrumbs li {
    margin: 0 46px 0 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_3 .breadcrumbs li.last {
    margin: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_3 .breadcrumbs li + li:before {
    content: "";
    position: absolute;
    left: -46px;
    top: 13px;
    width: 40px;
    height: 14px;
    background-image: url("../img/cart-arrow.png");
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .main-top.style_3 .breadcrumbs ul li.first a {
    padding-left: 12px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .main-top.style_3 .breadcrumbs ul li a {
    padding: 7px 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_3 .breadcrumbs ul li a {
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    font-size: 24px;
    color: #CCC;
    background-image: none;
    background-color: transparent;
    border: 2px solid #CCC;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_3 .breadcrumbs ul li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 40px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-top.style_3 .breadcrumbs ul li a.active {
    color: #FFF;
    background-color: #3CF;
    border: 2px solid #3CF;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .section-wrap {
    border-top: 1px solid #CCC;
    padding: 0;
  }
}
body.layout_one_column .section-wrap .section-dropdown {
  display: inline-block;
  padding: 20px 0;
  font-size: 24px;
  color: #333;
}
body.layout_one_column .section-wrap .section-dropdown span {
  display: inline-block;
  vertical-align: middle;
}
body.layout_one_column .section-wrap .section-dropdown i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .section-wrap .section-content {
    display: none;
    padding-bottom: 20px;
  }
}
body.layout_one_column .header-blue-box {
  padding: 20px;
  background-color: #3CF;
}
body.layout_one_column .header-blue-box p, body.layout_one_column .header-blue-box h1, body.layout_one_column .header-blue-box h2 {
  margin: 0;
  font-weight: normal;
  color: #FFF;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-bottom {
    background-image: none;
    background-color: #F2F2F2;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-bottom li {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .main-bottom li a {
    display: block;
    padding: 8px 0;
  }
}
body.layout_one_column #one-column-wrap.static-page {
  position: relative;
}
@media screen and (min-width: 960px) {
  body.layout_one_column #one-column-wrap.static-page.two:before {
    content: "";
    position: absolute;
    right: 0;
    top: 80px;
    bottom: 0;
    width: 30%;
    background-color: #F4F4F4;
    border-left: 1px solid #CCC;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}
body.layout_one_column #one-column-wrap.static-page img {
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  body.layout_one_column #one-column-wrap.static-page .main-top.style_1.white h2 {
    margin: 5px 0;
  }
}
body.layout_one_column #one-column-wrap.static-page #page-body {
  width: 70%;
  padding: 30px 60px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column #one-column-wrap.static-page #page-body {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column #one-column-wrap.static-page #page-body {
    width: 100%;
    padding: 20px;
  }
}
body.layout_one_column #one-column-wrap.static-page #page-body.full {
  width: 100%;
}
body.layout_one_column #one-column-wrap.static-page #sidebar {
  position: relative;
  float: right;
  width: 30%;
  padding: 20px;
  background-color: #F4F4F4;
  border-left: 1px solid #CCC;
}
@media screen and (max-width: 959px) {
  body.layout_one_column #one-column-wrap.static-page #sidebar {
    float: none;
    display: block;
    width: 100%;
    background-color: #FFF;
    border: 0;
    border-top: 1px solid #CCC;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column #one-column-wrap.static-page #sidebar div, body.layout_one_column #one-column-wrap.static-page #sidebar p, body.layout_one_column #one-column-wrap.static-page #sidebar li {
    font-size: 14px;
  }
}
body.layout_one_column #one-column-wrap.static-page #sidebar ul {
  margin-left: 16px;
  list-style-position: outside;
}
body.layout_one_column #one-column-wrap.static-page #sidebar ul li {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column #one-column-wrap.static-page #sidebar ul li {
    line-height: 1.3;
  }
}
body.layout_one_column #one-column-wrap.static-page .main-bottom {
  position: relative;
}
body.layout_one_column .challenge-intro {
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .challenge-intro {
    margin: auto;
    width: 440px;
    padding: 20px 0;
  }
}
body.layout_one_column .post-challenge {
  text-align: center;
}
body.layout_one_column .post-challenge h1 {
  margin: 20px 0;
  text-align: left;
  color: #FFF;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .post-challenge h1 {
    margin: 20px;
  }
}
body.layout_one_column .post-challenge .left-content {
  display: inline-block;
  vertical-align: top;
  margin: auto;
  width: 786px;
  height: 400px;
  padding: 20px;
  text-align: left;
  background-color: #FFF;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .post-challenge .left-content {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .post-challenge .left-content {
    width: 100%;
  }
}
body.layout_one_column .post-challenge .left-content .btn-social {
  display: inline-block;
  vertical-align: top;
  max-width: 270px;
  height: 53px;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  background: #be8601;
  background-color: #be8601;
  background-image: -moz-linear-gradient(#be8601, #ffcb40);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#be8601), to(#ffcb40));
  background-image: -webkit-linear-gradient(#be8601, #ffcb40);
  background-image: -o-linear-gradient(#be8601, #ffcb40);
}
body.layout_one_column .post-challenge .left-content .btn-social span {
  display: inline-block;
  vertical-align: middle;
}
body.layout_one_column .post-challenge .right-content {
  display: inline-block;
  vertical-align: top;
  margin: auto;
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .post-challenge .right-content {
    margin: 20px 0;
  }
}
body.layout_one_column #journal-fixed-calendar {
  position: relative;
  float: right;
  -webkit-transform: translateZ(0);
}
@media screen and (max-width: 959px) {
  body.layout_one_column #journal-fixed-calendar {
    float: none;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .journal {
    text-align: center;
  }
}
body.layout_one_column .journal .chosen-container {
  width: 100% !important;
}
body.layout_one_column .journal > .column {
  padding: 10px;
  background-color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

body.layout_one_column .journal > .column .column-top{
    margin: -10px -10px 10px -10px;
    padding: 10px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-top-left-radius: 7px;
  -moz-border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  text-align: right;
    
}

body.layout_one_column .journal > .column-right .column-top{
    margin: -10px -7px 10px -8px;
}

body.layout_one_column .journal > .column .column-top a.button.legacy-1{
    margin-bottom: 0;
}

body.layout_one_column .journal > .column-main {
  display: inline-block;
  vertical-align: top;
  width: 833px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .journal > .column-main {
    width: 638px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .journal > .column-main {
    display: block;
    margin: auto;
    width: 440px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .journal > .column-main .entry {
    text-align: left;
  }
}
body.layout_one_column .journal > .column-main .entry + .entry {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #B3B3B3;
}
body.layout_one_column .journal > .column-main .head {
  margin-bottom: 20px;
}
body.layout_one_column .journal > .column-main .entry .head > .left {
  display: inline-block;
  vertical-align: top;
  width: 416px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .journal > .column-main .entry .head > .left {
    width: 350px;
  }
}
body.layout_one_column .journal > .column-main .entry .head > .right {
  display: inline-block;
  vertical-align: top;
  width: 392px;
  text-align: right;
  position: relative;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .journal > .column-main .entry .head > .right {
    width: 264px;
  }
}
body.layout_one_column .journal > .column-main .left > .title {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .journal > .column-main .left > .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .journal > .column-main .button {
    margin: 0;
    min-width: 60px;
    font-size: 12px;
  }
}
body.layout_one_column .journal > .column-main .content > .title {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .journal > .column-main .content {
    text-align: left;
  }
}
body.layout_one_column .journal > .column-right {
  display: inline-block;
  vertical-align: top;
  width: 343px;
  padding: 10px 7px 10px 8px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .journal > .column-right {
    width: 300px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .journal > .column-right {
    float: none;
    margin-bottom: 20px;
    width: 440px;
  }
}
body.layout_one_column .journal > .column-right .day-box {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 5px;
  width: 72px;
  height: 72px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .journal > .column-right .day-box {
    width: 61px;
    height: 61px;
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .journal > .column-right .day-box {
    width: 96px;
    height: 96px;
  }
}
body.layout_one_column .journal > .column-right .day-box span {
  display: inline-block;
  vertical-align: middle;
}
body.layout_one_column .journal > .column-right .day-box:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 72px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .journal > .column-right .day-box:before {
    height: 61px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .journal > .column-right .day-box:before {
    height: 96px;
  }
}
body.layout_one_column .journal > .column-right .day-box.disabled {
  background: #e4e4e4;
  background-color: #e4e4e4;
  background-image: -moz-linear-gradient(#e4e4e4, #b3b3b3);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e4e4e4), to(#b3b3b3));
  background-image: -webkit-linear-gradient(#e4e4e4, #b3b3b3);
  background-image: -o-linear-gradient(#e4e4e4, #b3b3b3);
}
@media screen and (max-width: 959px) {
  body.layout_one_column .program {
    text-align: center;
  }
}
body.layout_one_column .program > #free-wrapper {
    width: 343px;
    float: left;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    body.layout_one_column .program > #free-wrapper {
        width: 300px;
        float: left;
    }
}
@media screen and (max-width: 959px) {
    body.layout_one_column .program > #free-wrapper {
        width: auto;
        float: none;
    }
}
body.layout_one_column .program > .column, body.layout_one_column .program > #free-wrapper > .column {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 343px;
  padding: 10px 7px 10px 8px;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .program > .column, body.layout_one_column .program > #free-wrapper > .column {
    width: 300px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .program > .column, body.layout_one_column .program > #free-wrapper > .column {
    float: none;
    margin: auto;
    margin-bottom: 20px;
    width: 440px;
  }
}
body.layout_one_column .program > .column .days, body.layout_one_column .program > #free-wrapper > .column .days {
  position: relative;
}
body.layout_one_column .program > .column .day-box, body.layout_one_column .program > #free-wrapper > .column .day-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 5px;
  width: 72px;
  height: 72px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .program > .column .day-box, body.layout_one_column .program > #free-wrapper > .column .day-box {
    width: 61px;
    height: 61px;
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .program > .column .day-box, body.layout_one_column .program > #free-wrapper > .column .day-box {
    width: 96px;
    height: 96px;
    font-size: 18px;
  }
}
body.layout_one_column .program > .column .day-box span, body.layout_one_column .program > #free-wrapper > .column .day-box span {
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 4px;
    width: 100%;
    height: 100%;
}
body.layout_one_column .program > .column .day-box span:after, body.layout_one_column .program > #free-wrapper > .column .day-box span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
    margin: 0 0 1px 0;
}

body.layout_one_column .program > .column .day-box.get-access, body.layout_one_column .program > #free-wrapper > .column .day-box.get-access {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 154px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .program > .column .day-box.get-access, body.layout_one_column .program > #free-wrapper > .column .day-box.get-access {
    width: 132px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .program > .column .day-box.get-access, body.layout_one_column .program > #free-wrapper > .column .day-box.get-access {
    width: 202px;
  }
}
body.layout_one_column .program > .column .day-box.disabled, body.layout_one_column .program > #free-wrapper > .column .day-box.disabled {
  background: #e4e4e4;
  background-color: #e4e4e4;
  background-image: -moz-linear-gradient(#e4e4e4, #b3b3b3);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e4e4e4), to(#b3b3b3));
  background-image: -webkit-linear-gradient(#e4e4e4, #b3b3b3);
  background-image: -o-linear-gradient(#e4e4e4, #b3b3b3);
}
body.layout_one_column .program > .column .day-box.active, body.layout_one_column .program > #free-wrapper > .column .day-box.active {
  color: #000;
  /* Theme */
}
body.layout_one_column .program > .column .day-box.active:before, body.layout_one_column .program > #free-wrapper > .column .day-box.active:before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body.layout_one_column .program > .column-right {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-left: 20px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .program > .column-right {
    width: 602px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .program > .column-right {
    display: block;
    float: none;
    margin: auto;
    width: 440px;
  }
}
body.layout_one_column .program > .column-right > .desc {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  padding: 20px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .program > .column-right > .desc {
    text-align: left;
  }
}
body.layout_one_column .program > .column-right > .desc .title {
  font-size: 24px;
}
body.layout_one_column .program > .column-right > .desc h2, body.layout_one_column .program > .column-right > .desc h3 {
  margin: 0;
  color: #BFBFBF;
}
body.layout_one_column .program > .column-right > .desc h2 {
  margin-top: 8px;
}
body.layout_one_column .program > .column-right > .desc h3 {
  margin-top: 16px;
}
body.layout_one_column .program > .column-right > .desc p {
  margin: 0 0 8px 0;
}
body.layout_one_column .program > .column-right > .cover {
  width: 814px;
  height: 438px;
  background-position: center center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .program > .column-right > .cover {
    width: 602px;
    height: 324px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .program > .column-right > .cover {
    width: 440px;
    height: 236px;
  }
}
body.layout_one_column .program > .column-right > .cover .desc {
  display: inline-block;
  height: 438px;
  padding: 16px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}
body.layout_one_column .program > .column-right > .cover .desc:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 406px;
}
body.layout_one_column .program > .column-right > .cover .desc .wrap {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 259px;
}
body.layout_one_column .program > .column-right > .cover .desc .title {
  font-size: 24px;
}
body.layout_one_column .program > .column-right > .cover .desc h2, body.layout_one_column .program > .column-right > .cover .desc h3 {
  margin: 0;
  color: #BFBFBF;
}
body.layout_one_column .program > .column-right > .cover .desc h2 {
  margin-top: 8px;
}
body.layout_one_column .program > .column-right > .cover .desc h3 {
  margin-top: 16px;
}
body.layout_one_column .program > .column-right > .cover .desc p {
  margin: 0 0 8px 0;
}
body.layout_one_column .program > .column-right > .player-wrap {
  margin-top: 24px;
  width: 814px;
  height: 50px;
  padding: 8px;
  background-color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .program > .column-right > .player-wrap {
    width: 602px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .program > .column-right > .player-wrap {
    width: 440px;
    height: 100px;
  }
}
body.layout_one_column .program > .column-right > .player-wrap .player {
  display: inline-block;
  float: left;
  width: 380px;
  height: 35px;
  font-size: 14px;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .program > .column-right > .player-wrap .player {
    width: 376px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .program > .column-right > .player-wrap .player {
    float: none;
    width: 420px;
  }
}
body.layout_one_column .program > .column-right > .player-wrap .player .controls {
  width: 100%;
  height: 35px;
  padding: 0 6px;
}
body.layout_one_column .program > .column-right > .player-wrap .player .controls:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 35px;
}
body.layout_one_column .program > .column-right > .player-wrap .player a {
  color: #FFF;
}
body.layout_one_column .program > .column-right > .player-wrap .player .play-button, body.layout_one_column .program > .column-right > .player-wrap .player .pause-button {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  font-size: 22px;
}
body.layout_one_column .program > .column-right > .player-wrap .player .volume-button, body.layout_one_column .program > .column-right > .player-wrap .player .volume-button-off {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  text-align: right;
  font-size: 22px;
}
body.layout_one_column .program > .column-right > .player-wrap .player .music-next-button, body.layout_one_column .program > .column-right > .player-wrap .player .music-back-button {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  font-size: 22px;
}
body.layout_one_column .program > .column-right > .player-wrap .player .timer-elapsed, body.layout_one_column .program > .column-right > .player-wrap .player .timer-full {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  text-align: right;
}
body.layout_one_column .program > .column-right > .player-wrap .player .timer-full {
  text-align: left;
}
body.layout_one_column .program > .column-right > .player-wrap .player .timeline {
  display: inline-block;
  vertical-align: middle;
  min-width: 160px;
  max-width: 210px;
  padding: 0 6px;
}

body.layout_one_column .program > .column-right > .player-wrap .player.music .timeline {
    max-width: 156px;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .program > .column-right > .player-wrap .player .timeline {
    min-width: 156px;
    max-width: 156px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .program > .column-right > .player-wrap .player .timeline {
    min-width: 200px;
    max-width: 200px;
  }
}
body.layout_one_column .program > .column-right > .player-wrap .player .track {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}
body.layout_one_column .program > .column-right > .player-wrap .player .track > .state {
  position: absolute;
  width: 80%;
  height: 8px;
  background-color: #FFF;
}
body.layout_one_column .program > .column-right > .player-wrap .button {
  float: left;
  margin: 0 0 0 5px;
  width: 204px;
  height: 35px;
  font-size: 14px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .program > .column-right > .player-wrap .button {
    width: 100px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .program > .column-right > .player-wrap .button {
    margin: 14px 4px 0 4px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .program > .column-right > .player-wrap.page-type .player {
    width: 290px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .program > .column-right > .player-wrap.page-type .player .timeline {
    min-width: 126px;
    max-width: 126px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .program > .column-right > .player-wrap.page-type .button {
    width: 142px;
  }
}
body.layout_one_column .login h1 {
  font-size: 2.5em;
  font-weight: lighter;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .login h1 {
    margin-top: 0;
  }
}
body.layout_one_column .login form {
  margin: 50px auto 0 auto;
  text-align: center;
}

body.layout_one_column .login .left form {
    text-align: left;
    margin: 0 auto;
}

body.layout_one_column .login .left form input[type=text], body.layout_one_column .login .left form input[type=password] {
    width: 100%;
    margin: 0 0 15px 0;
}

body.layout_one_column .login .left form .remember-me label {
    display: inline-block;
    vertical-align: middle;
}

body.layout_one_column .login .left form .remember-me input {
    vertical-align: middle;
    margin-bottom: 5px;
}

body.layout_one_column .login .left form label {
    display: block;
    font-weight: bold;
    margin: 0 0 5px 0;
}

body.layout_one_column .login .left form .login-links {
    margin: 10px 0 20px;
}

body.layout_one_column .login .left form .login-links a {

}

body.layout_one_column .login .left form .login-submit {
    margin: 10px 0 0 0;
    text-align: center;
}

body.layout_one_column .login .left {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  padding: 0 80px 0 0;
  text-align: left;
  color: #404040;
  border-right: 2px solid #CCC;

}
@media screen and (max-width: 959px) {
  body.layout_one_column .login .left {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 0 20px 0 !important;
    border-right: 0;
  }
}
body.layout_one_column .login .right {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 360px;
  padding: 0 0 0 80px;
  text-align: left;
  color: #404040;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .login .right {
    display: block;
    width: 100%;
    padding: 20px 0 0 0 !important;
    text-align: center;
    border: 0;
    border-top: 1px solid #CCC;
  }
}
body.layout_one_column .login .right .separator {
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: auto;
  max-width: 76px;
  padding: 0 20px;
  font-size: 24px;
  font-weight: bold;
  background-color: #FFF;
}
body.layout_one_column .login .title {
  margin-bottom: 24px;
  text-align: left;
  font-weight: bold;
}
body.layout_one_column .login .btn-social {
  display: inline-block;
  vertical-align: top;
  width: 248px;
  height: 53px;
  padding: 7px 8px;
  text-align: left;
  text-decoration: none;
  color: #FFF;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .login .btn-social {
    display: block;
    text-align: left;
  }
}
body.layout_one_column .login .btn-social i {
  display: inline-block;
  vertical-align: middle;
}
body.layout_one_column .login .btn-social span {
  display: inline-block;
  vertical-align: middle;
}
body.layout_one_column .login .btn-facebook {
    width: 237px;
  height: 45px;
  background: url('../img/buttons_sprite.png');
  margin-bottom: 10px;
}
body.layout_one_column .login .btn-facebook:hover {
    background-position: -250px 0px;
}
body.layout_one_column .login .btn-facebook:active {
    background-position: -500px 0px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .login .btn-facebook {
    vertical-align: top;
    margin: 16px auto;
  }
}
body.layout_one_column .login .btn-facebook .fa-facebook {
  margin-right: 21px;
  font-size: 32px;
  margin-left: 4px;
}
body.layout_one_column .login .btn-google {
  width: 237px;
    height: 45px;
    background: url('../img/buttons_sprite.png');
    background-position: 0px -100px;
  margin-bottom: 10px;
}
body.layout_one_column .login .btn-google:hover {
  background-position: -250px -100px;
}

body.layout_one_column .login .btn-google:active {
  background-position: -500px -100px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .login .btn-google {
    vertical-align: top;
    margin: 16px auto;
  }
}
body.layout_one_column .login .btn-google .fa-google-plus {
  margin-right: 15px;
  font-size: 24px;
  margin-left: 0px;
  margin-top: 3px;
}
body.layout_one_column .login .btn-email {
    width: 237px;
  height: 45px;
  background: url('../img/buttons_sprite.png');
  margin-bottom: 10px;
  background-position: 0px -50px; 
}
body.layout_one_column .login .btn-email:hover {
    background-position: -250px -50px;
}
body.layout_one_column .login .btn-email:active {
    background-position: -500px -50px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .login .btn-email {
    vertical-align: top;
    margin: 16px auto;
  }
}
body.layout_one_column .login .btn-email .fa-envelope-o {
  margin-right: 15px;
  font-size: 28px;
}
body.layout_one_column .register h1 {
  font-size: 2.5em;
  font-weight: lighter;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .register h1 {
    margin-top: 0;
  }
}
body.layout_one_column .register form {
  margin: 50px auto 0 auto;
  text-align: center;
}
body.layout_one_column .register .left {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  padding: 0 80px 0 0;
  text-align: center;
  color: #404040;
  border-right: 2px solid #CCC;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .register .left {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 0 20px 0;
    border: 0;
    border-bottom: 1px solid #CCC;
  }
}
body.layout_one_column .register .right {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 360px;
  padding: 0 0 0 80px;
  text-align: left;
  color: #404040;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .register .right {
    display: block;
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
  }
}
body.layout_one_column .register .right .separator {
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: auto;
  max-width: 76px;
  padding: 0 20px;
  font-size: 24px;
  font-weight: bold;
  background-color: #FFF;
}
body.layout_one_column .register .title {
  margin-bottom: 24px;
  text-align: left;
}
body.layout_one_column .register label {
  display: block;
  margin-top: 20px;
  text-align: left;
  font-size: 18px;
  
}
body.layout_one_column .register input[type="text"],body.layout_one_column .register input[type="password"] {
  display: block;
  width: 100%;
}

body.layout_one_column .register .gender div{
    text-align: left;
    margin: 10px 0 0 0;
}

body.layout_one_column .register .gender input{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}


body.layout_one_column .reset-pass input.button2 {
  display: inline-block;
  width: auto;
}

body.layout_one_column .register .btn-sign-up {
  margin: 24px auto;
  width: 200px;
  height: 62px;
  font-size: 20px;
  color: #FFF;
  background: #526f7f;
  background-color: #526f7f;
  background-image: -moz-linear-gradient(#526f7f, #7da6bd);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#526f7f), to(#7da6bd));
  background-image: -webkit-linear-gradient(#526f7f, #7da6bd);
  background-image: -o-linear-gradient(#526f7f, #7da6bd);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 2px solid #526F7F;
}
body.layout_one_column .register .btn-social {
  display: inline-block;
  vertical-align: top;
  width: 248px;
  height: 53px;
  padding: 7px 8px;
  text-decoration: none;
  color: #FFF;
}
body.layout_one_column .register .btn-social i {
  display: inline-block;
  vertical-align: middle;
}
body.layout_one_column .register .btn-social span {
  display: inline-block;
  vertical-align: middle;
}
body.layout_one_column .register .btn-facebook {
  width: 237px;
  height: 45px;
  background: url('../img/buttons_sprite.png');
  margin-bottom: 10px;
}
body.layout_one_column .register .btn-facebook:hover {
    background-position: -250px 0px;
}
body.layout_one_column .register .btn-facebook:active {
    background-position: -500px 0px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .register .btn-facebook {
    vertical-align: top;
    margin: 16px;
  }
}
body.layout_one_column .register .btn-facebook .fa-facebook {
  margin-right: 15px;
  font-size: 32px;
}
body.layout_one_column .register .btn-google {
  width: 237px;
  height: 45px;
  background: url('../img/buttons_sprite.png');
    background-position: 0px -100px;
}
body.layout_one_column .register .btn-google:hover {
  background-position: -250px -100px;
}

body.layout_one_column .register .btn-google:active {
  background-position: -500px -100px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .register .btn-google {
    vertical-align: top;
    margin: 16px;
  }
}
body.layout_one_column .register .btn-google .fa-google-plus {
    margin-right: 28px;
    font-size: 28px;
    margin-left: 2px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .product-filter ul {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .product-filter ul li {
    margin-left: 15px;
  }
  
  body.layout_one_column .product-filter ul li:first-child {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-filter.hide-on-desktop {
    padding: 0 0 0 20px;
  }
}
body.layout_one_column .product-filter.hide-on-desktop > .show {
  display: inline-block;
  float: left;
  margin-top: 23px;
  width: 80px;
}
body.layout_one_column .product-filter.hide-on-desktop > a {
  display: block;
  margin-left: 80px;
  padding: 20px 20px 20px 0;
  color: #666;
}
body.layout_one_column .product-filter.hide-on-desktop > a span[class^="icon-"] {
  font-size: 24px;
  margin: -2px 12px 0 0;
}
body.layout_one_column .product-filter.hide-on-desktop > a span {
  display: inline-block;
  vertical-align: middle;
}
body.layout_one_column .product-filter.hide-on-desktop > a:hover .mc-icon-all-products {
  background-position: 0 -18px;
}
body.layout_one_column .product-filter.hide-on-desktop li {
  display: block;
  margin-left: 80px;
}
body.layout_one_column .product-filter.hide-on-desktop ul {
  padding-bottom: 20px;
}
body.layout_one_column .product-filter.hide-on-desktop ul a {
  display: block;
  padding: 8px 0;
}
body.layout_one_column .product-filter.hide-on-desktop .section-content {
  margin-top: 0;
  width: auto;
}
body.layout_one_column .products-container .product {
  padding: 10px 30px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .products-container .product {
    width: 25%;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .products-container .product {
    display: block;
    width: 100%;
    height: auto;
    min-height: 128px;
    padding: 20px;
    border-right: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .products-container .product.col-last {
    border-right: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .products-container .product.row-last {
    border-bottom: 1px solid #CCC;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .products-container .product .tooltip-buttons {
    left: 20px;
    right: 20px;
    margin: auto;
    max-width: 210px;
  }
}
body.layout_one_column .products-container .product .tooltip-buttons li {
  padding: 0;
}
body.layout_one_column .products-container .product .tooltip-buttons li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 14px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .products-container .product .image {
    float: left;
    vertical-align: top;
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .products-container .product .info {
    display: block;
    vertical-align: top;
    margin-left: 192px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .products-container .product .info .prices {
    position: relative;
    margin-top: 16px;
    bottom: auto;
  }
}

@media screen and (min-width: 960px) {
    body.layout_one_column .products-container .product .sale_desc {
      margin: 5px 0 0 30px;
    }
}

body.layout_one_column .product-page .two-column2-right-col {
  float: right;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .two-column2-right-col {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
    padding: 20px;
    background-color: #FFF;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .two-column2-right-col .hide-on-desktop.product-thumb {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .two-column2-right-col .hide-on-desktop.product-thumb.type-2 {
    float: left;
  }
}
body.layout_one_column .product-page .two-column2-right-col .product-info {
  margin-bottom: 25px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .two-column2-right-col .product-info {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .two-column2-right-col .product-info .sale-price {
    margin-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .two-column2-right-col .product-info.type-2 {
    display: block;
    padding-left: 117px;
    min-height: 115px;
  }
}
body.layout_one_column .product-page .two-column2-right-col .social-icons {
  height: 56px;
}
body.layout_one_column .product-page .two-column2-right-col .social-icons a {
  float: left;
  padding: 10px 0;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .two-column2-left-col {
    display: block;
    margin: 0;
    width: 100%;
    padding: 0 20px 20px 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .two-column2-left-col .description {
    padding-top: 1px;
  }
}
body.layout_one_column .product-page .two-column2-left-col .gallery {
  padding: 0;
  border-top: 0;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .two-column2-left-col .gallery {
    padding: 0;
    border-bottom: 0;
  }
}
body.layout_one_column .product-page .two-column2-left-col .gallery .section-content {
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .two-column2-left-col .gallery .section-content .main-image {
    width: 100%;
    max-width: 460px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .two-column2-left-col .gallery .section-content .main-image img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .two-column2-left-col .gallery .section-content .image-list {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .two-column2-left-col .gallery .section-content .image-list > div {
    position: relative;
    left: -4px;
    margin: 4px 0 4px 4px;
    width: 102px;
    height: 102px;
  }
}
body.layout_one_column .product-page .two-column2-left-col .social-icons a {
  width: 25%;
  padding: 10px 0;
  text-align: center;
  font-size: 28px;
  border-right: 0;
}
body.layout_one_column .product-page .two-column2-left-col .social-icons a:last-child {
  border-right: 1px #CCC solid;
}
body.layout_one_column .product-page .two-column2-left-col .social-icons a.button3 [class^="icon-"] {
  margin: 0;
}
body.layout_one_column .product-page .two-column2-left-col .products_in_bundle {
  border: 0;
}
body.layout_one_column .product-page .products_in_bundle h3 {
  cursor: default;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .products_in_bundle > div {
    position: relative;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .products_in_bundle > div .right {
  }

  body.layout_one_column .product-page .products_in_bundle > div .right .bundle-buttons {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .product-page .products_in_bundle > div .right .top {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .products_in_bundle > div .right .top {
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .product-page .testimonials > div {
    display: block;
    margin: 20px 0 0 0;
    width: 100%;
  }
}
body.layout_one_column .cart-page .cart-total.hide-on-desktop {
  padding: 20px;
  font-size: 20px;
  background-color: #FFF;
  border-bottom: 1px solid #CCC;
}
body.layout_one_column .cart-page .cart-total.hide-on-desktop .button4 {
  margin-top: 20px;
  width: 170px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .cart-page .two-column2-left-col {
    padding: 30px 40px 9999px 40px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .cart-page .two-column2-left-col {
    display: block;
    margin-bottom: 0;
    width: 100%;
    padding: 30px;
    border-right: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .cart-page .two-column2-right-col {
    padding: 20px 20px 9999px 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .cart-page .two-column2-right-col {
    display: block;
    margin-bottom: 0;
    width: 100%;
    padding-bottom: 0;
    background-color: #FFF;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .cart-sidebar-section {
    border-top: 1px #CCC solid;
    border-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .cart-sidebar-section .button2, body.layout_one_column .cart-sidebar-section .button4 {
    min-width: 140px;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .cart-sidebar-section .totals {
    display: inline-block;
  }
}
body.layout_one_column .cart-sidebar-section .checkout {
  text-align: right;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .cart-sidebar-section .checkout {
    margin-top: 20px;
    text-align: center;
  }
}
body.layout_one_column .cart-page .cart-box .cart-item {
  min-height: 101px;
}
body.layout_one_column .cart-page .cart-box .cart-item .image {
  float: left;
}
body.layout_one_column .cart-page .cart-box .cart-item .right {
  display: block;
  margin-left: 80px;
  width: 370px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .cart-page .cart-box .cart-item .right {
    width: 260px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .cart-page .cart-box .cart-item .right {
    padding-right: 200px;
    width: auto;
    
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .cart-page .cart-box .cart-item .right .top-right {
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .cart-sidebar-section.promo-box input, body.layout_one_column .cart-sidebar-section.promo-box a {
    width: 100% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .cart-sidebar-section.promo-box input {
    border-right: 1px solid #CCC;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .cart-sidebar-section.promo-box input {
    border-right: 1px solid #CCC;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .cart-sidebar-section.promo-box a {
    text-align: center;
    margin-top: 5px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .cart-sidebar-section.promo-box a {
    text-align: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .cart-sidebar-section.last .chosen-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .cart-sidebar-section.last .chosen-container {
    width: 100% !important;
  }
}
body.layout_one_column .library-container .library-product {
  float: left;
}
body.layout_one_column .library-container .library-product.row-last {
  border-bottom: 0;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .library-container .library-product.row-last {
    border-bottom: 1px solid #CCC;
  }
}
body.layout_one_column .library-container .library-product.col-last {
  border-right: 0;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .library-container .library-product {
    width: 25%;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .library-container .library-product {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 20px;
    border-right: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .library-container .library-product .image {
    float: left;
    height: 120px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .library-container .library-product .image img {
    vertical-align: top;
    max-width: 120px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .library-container .library-product .info {
    margin-left: 140px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .library-container .library-product .info .button-2, body.layout_one_column .library-container .library-product .info .button3, body.layout_one_column .library-container .library-product .info .button2 {
    padding: 10px;
    max-width: 162px;
    text-align: center;
  }
}
body.layout_one_column .library-container .library-product .info .button2 {
  width: 100%;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .library-container .library-product .info .button2 {
    text-align: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .checkout-page .two-column2-left-col {
    margin-bottom: 0;
    padding: 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page .two-column2-left-col {
    display: block;
    margin-bottom: 0;
    width: auto;
    padding-bottom: 0;
    background-color: #FFF;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page .two-column2-left-col .wrapper2 {
    width: auto;
  }
}
body.layout_one_column .checkout-page .two-column2-left-col .chosen-container {
  width: 100% !important;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page .two-column2-left-col .inline-block {
    display: block;
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page .two-column2-left-col .inline-block input {
    width: 100% !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .checkout-page .two-column2-right-col {
    padding: 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page .two-column2-right-col {
    display: block;
    margin-bottom: 0;
    width: auto;
    padding-bottom: 0;
    background-color: #FFF;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .checkout-page .gift-product-right {
    padding-top: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page .gift-product-right {
    margin-bottom: 30px;
  }
}
body.layout_one_column .checkout-page .gift-product-right .image {
  float: left;
}
body.layout_one_column .checkout-page .gift-product-right .name {
  display: block;
  margin-left: 110px;
  width: auto;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page .cart-sidebar-section.total {
    text-align: right;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .checkout-page .cart-sidebar-section.total .button4, body.layout_one_column .checkout-page .cart-sidebar-section.total .button5 {
    padding: 12px 12px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page .cart-sidebar-section.total .button4, body.layout_one_column .checkout-page .cart-sidebar-section.total .button5 {
    padding: 12px 12px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page .cart-sidebar-section.total .clearfix {
    text-align: left;
  }
}
body.layout_one_column .user-edit #user-edit-menu-wrapper {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .user-edit #user-edit-menu-wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit #user-edit-menu-wrapper {
    margin-bottom: 20px;
  }
}
body.layout_one_column .user-edit .top-menu-box {
  position: relative;
  color: #FFF;
  background-color: #3CF;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
}
body.layout_one_column .user-edit .top-menu-box .top-menu-active {
  padding: 20px;
}
body.layout_one_column .user-edit .top-menu-box .top-menu-active .name {
  font-weight: bold;
}
body.layout_one_column .user-edit .top-menu-box .top-menu-active span {
  display: inline-block;
  vertical-align: middle;
}
body.layout_one_column .user-edit .top-menu-box .top-menu-active .text {
  margin-right: 16px;
}
body.layout_one_column .user-edit .top-menu-box .top-menu-active .font-awesome {
  margin: 0;
  margin-right: 4px;
  font-size: 20px;
  font-weight: normal;
}
body.layout_one_column .user-edit .top-menu-box .top-menu-active .arrow {
  display: inline-block;
  float: right;
}
body.layout_one_column .user-edit .top-menu-box .top-menu-shadow-wrapper {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 61px;
  width: 100%;
  padding-bottom: 32px;
  z-index: 1;
}
body.layout_one_column .user-edit .top-menu-box .top-menu-shadow-wrapper .top-menu-wrapper {
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
}
body.layout_one_column .user-edit .top-menu-box .top-menu-shadow-wrapper .content-menu-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.layout_one_column .user-edit .top-menu-box .top-menu-shadow-wrapper a {
  color: #333;
}
body.layout_one_column .user-edit .top-menu-box .top-menu-shadow-wrapper a:hover {
  background-color: #F4F4F4;
}
body.layout_one_column .user-edit .top-title-box-with-border {
  position: relative;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .top-title-box-with-border {
    padding: 20px 30px;
    background-color: #EEE;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .top-title-box-with-border h2 {
    margin-top: 0;
  }
}
body.layout_one_column .user-edit .top-title-box-with-border .back-link {
  position: absolute;
  top: 34px;
  left: 0;
}
body.layout_one_column .user-edit .top-title-box-with-border .a-right {
  position: absolute;
  top: 22px;
  right: 0;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .user-edit .top-title-box-with-border .a-right {
    top: 16px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .top-title-box-with-border .a-right {
    position: static;
  }
}
body.layout_one_column .user-edit .top-title-box-with-border .link-style-1 {
  display: inline-block;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .user-edit .top-title-box-with-border .link-style-1 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .top-title-box-with-border .link-style-1 {
    position: relative;
    display: block;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    font-size: 26px;
    font-weight: lighter;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .top-title-box-with-border .link-style-1 .link-icon {
    position: absolute;
    left: 0;
    top: 12px;
  }
}
body.layout_one_column .user-edit .two-column-left-col {
  width: 30%;
  padding: 30px 30px 9999px 30px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .user-edit .two-column-left-col {
    padding: 20px 20px 9999px 20px;
  }
}
body.layout_one_column .user-edit .two-column-left-col h2 {
  margin-top: 0;
}
body.layout_one_column .user-edit .two-column-left-col .white-box-border {
  word-break: break-word;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .user-edit .two-column-left-col .white-box-border {
    padding: 16px;
    font-size: 12px;
  }
}
body.layout_one_column .user-edit .two-column-left-col #content-menu-wrapper .content-menu-item a {
  color: #333;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .user-edit .two-column-left-col #content-menu-wrapper .content-menu-item a {
    padding: 14px 10px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .user-edit .two-column-left-col #content-menu-wrapper .margin-right-20 {
    margin-right: 12px;
  }
}
body.layout_one_column .user-edit .two-column-right-col {
  width: 70%;
  padding: 0 30px 9999px 30px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .user-edit .two-column-right-col {
    padding: 0 20px 9999px 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col {
    display: block;
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .user-edit .two-column-right-col h2 {
    margin: 12px 0;
  }
}
body.layout_one_column .user-edit .two-column-right-col .chosen-container {
  width: 100% !important;
}
body.layout_one_column .user-edit .two-column-right-col .content-wrap {
  padding: 30px 0;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .user-edit .two-column-right-col .content-wrap {
    padding: 20px 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col .content-wrap {
    padding: 20px 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col .width-480 {
    max-width: 480px;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col .width-228 {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col .margin-right-20 {
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col .inline-block {
    display: block;
  }
}
body.layout_one_column .user-edit .two-column-right-col input[type="checkbox"] {
  float: left;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col input[type="checkbox"] {
    margin-top: 2px;
  }
}
body.layout_one_column .user-edit .two-column-right-col .checkbox-label {
  margin-left: 30px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col #email-preferences-form .text-align-right {
    text-align: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .user-edit .two-column-right-col .meditation-table {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .user-edit .two-column-right-col .meditation-table .width-330 {
    width: 190px;
  }
}
body.layout_one_column .user-edit .two-column-right-col .history-item {
  position: relative;
  padding: 20px;
}
body.layout_one_column .user-edit .two-column-right-col .history-item:nth-child(2n) {
  background-color: #F7F7F7;
}
body.layout_one_column .user-edit .two-column-right-col .history-item div {
  margin: 4px 0;
}
body.layout_one_column .user-edit .two-column-right-col .history-item .view {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
body.layout_one_column .user-edit .two-column-right-col .history-item .view a {
    color: #333333;
}
body.layout_one_column .user-edit .two-column-right-col .history-item .view a:hover {
    color: #3cf;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col .history-page .margin-30 {
    margin: 20px 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col .history-page .cart-box .cart-item .right {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col .history-page .cart-box .cart-item .item-top .top-right {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col .history-page .cart-box .cart-item .item-top .bottom-right {
    top: 0;
    bottom: auto;
  }
}
body.layout_one_column .user-edit .two-column-right-col .history-page .billing, body.layout_one_column .user-edit .two-column-right-col .history-page .shipping {
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col .history-page .billing, body.layout_one_column .user-edit .two-column-right-col .history-page .shipping {
    display: block;
    width: 100%;
    border-top: 1px solid #CCC;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col .history-page .billing h3, body.layout_one_column .user-edit .two-column-right-col .history-page .shipping h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col .history-page .billing .item, body.layout_one_column .user-edit .two-column-right-col .history-page .shipping .item {
    margin: 8px 0;
  }
}
body.layout_one_column .user-edit .two-column-right-col #edit-address-form .button5, body.layout_one_column .user-edit .two-column-right-col #create-address-form .button5 {
  margin: 0 16px 15px 0;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .user-edit .two-column-right-col #edit-address-form .button5, body.layout_one_column .user-edit .two-column-right-col #create-address-form .button5 {
    float: left;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-left-col {
    display: block;
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-left-col .section {
    padding-top: 1px;
    border-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-left-col .section:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-left-col .section.searchable {
    border-bottom: 1px #DDD solid;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-left-col .section.support-lady {
    padding: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .help .two-column3-left-col #support-form-section {
    /*padding: 140px 0px 0px 100px;*/
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-left-col #support-form-section {
    /*background: url(../img/mobile/support-lady.jpg) no-repeat;*/
    /*height: auto;*/
    /*padding: 232px 30px 0px 30px;*/
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-left-col #support-form-section .inline-block {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-left-col #support-form-section .blue-circle {
    float: left;
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-left-col #support-form-section .input-field > .inline-block > div {
    margin-left: 60px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-left-col #support-form-section .chosen-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .help .two-column3-left-col .search-input-left {
    margin-left: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-left-col .search-input-left {
    margin-left: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-left-col #help_search_input {
    width: 238px;
  }
}
body.layout_one_column .help .two-column3-left-col .help-article-title {
  position: relative;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-left-col .help-article-title {
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-left-col .help-article-title .font-awesome {
    position: absolute;
    right: 0;
    top: 14px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-right-col {
    display: block;
    margin: 0;
    width: 100%;
    padding: 0 30px;
    background-color: #FFF;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-right-col .section {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-right-col #help-common-menu-wrapper .content-menu-item {
    border: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-right-col #help-common-menu-wrapper .content-menu-item a {
    padding: 0;
  }
}
body.layout_one_column .help .two-column3-right-col .new-here h1, body.layout_one_column .help .two-column3-right-col .new-here h2 {
  color: #FFF;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .help .two-column3-right-col .chosen-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .help .two-column3-right-col .chosen-container {
    width: 100% !important;
  }
}
body.layout_one_column .invite .main-middle {
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .invite .wrapper {
    width: auto;
    max-width: 480px;
    padding: 50px 30px 1px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .welcome-box-left {
    float: none;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .welcome-box-left {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .welcome-box-right {
    float: none;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .welcome-box-right {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .welcome-box-right img {
    max-width: 100%;
  }
}

.welcome-box-left ul{
    padding-left: 20px;
    margin-top: 5px;
}

.welcome-box-left ul li{
    list-style-position: outside;
}

body.layout_one_column .download .two-column-left-col {
  width: 30%;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .download .two-column-left-col {
    display: block;
    margin-bottom: 0;
    width: 100%;
    padding-bottom: 0;
    background-color: #FFF;
  }
}
body.layout_one_column .download .two-column-right-col {
  width: 70%;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .download .two-column-right-col {
    display: block;
    margin-bottom: 0;
    width: 100%;
    padding-bottom: 0;
  }
}
body.layout_one_column .download .two-column-right-col h3 {
  margin: 0;
  padding: 20px 0;
  font-weight: normal;
  font-size: 26px;

}
@media screen and (max-width: 959px) {
  body.layout_one_column .download .two-column-right-col h3 {
    padding: 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .download .two-column-right-col .download-text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .download .two-column-right-col .margin-30 {
    margin: 0;
  }
}
body.layout_one_column .download .two-column-right-col .download-item {
  position: relative;
  padding: 20px 20px 30px 20px;
  font-size: 14px;
  border-top: 1px solid #CCC;
}
body.layout_one_column .download .two-column-right-col .download-item:nth-child(2n) {
  background-color: #F7F7F7;
}
body.layout_one_column .download .two-column-right-col .download-item div {
  margin: 4px 0;
}
body.layout_one_column .download .two-column-right-col .download-item .download-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #999;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page h2 {
    text-align: left;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page input[type=text] {
    width: 100% !important;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page form .inline-block {
    display: block;
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page #payment_type-card .chosen-container {
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page .wrapper {
    width: auto;
    padding: 30px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page .chosen-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .checkout-page .price {
    width: auto;
  }
}
body.layout_one_column .summary-page .two-column2-left-col {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.layout_one_column .summary-page .two-column2-left-col .cart-sidebar-section.on-bottom {
  bottom: 0;
  right: 0;
  width: 30%;
  padding: 30px;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .summary-page .two-column2-left-col .cart-sidebar-section.on-bottom {
    position: static;
    width: 100%;
    padding-top: 0;
    text-align: center;
    border-top: 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .summary-page .two-column2-left-col .cart-sidebar-section.on-bottom .totals {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .summary-page .two-column2-left-col .cart-sidebar-section.on-bottom .a-right {
    text-align: center !important;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .summary-page .two-column2-left-col .billing, body.layout_one_column .summary-page .two-column2-left-col .shipping {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .summary-page .two-column2-left-col .shipping {
    position: relative;
    padding-top: 20px;
    border-top: 1px solid #CCC;
  }
}
body.layout_one_column .summary-page .two-column2-left-col .payment-info .item {
  display: block;
  margin-bottom: 16px;
}
body.layout_one_column .summary-page .two-column2-right-col {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.layout_one_column .summary-page .two-column2-right-col .cart-sidebar-section {
  text-align: right;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .summary-page .two-column2-right-col .cart-sidebar-section .button4 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .summary-page .section {
    padding: 20px 0;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .summary-page .section h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .summary-page .section .back-modify {
    top: 24px;
  }
}
body.layout_one_column .summary-page .cart-info {
  padding: 0 20px 40px;
  border-top: 0;
}
@media screen and (max-width: 959px) {
  body.layout_one_column .summary-page .cart-info {
    padding: 20px 0;
    border-top: 1px solid #CCC;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .thankyou-page {
    padding: 1 30px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .thankyou-page .button2 {
    margin: 16px 8px;
    width: 200px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .thankyou-page .bought-box .items {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .thankyou-page .bought-box .items .item {
    display: block;
    margin: 0 auto 30px auto;
  }
}
body.layout_one_column .fb-right {
  width: 800px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column .fb-right {
    float: none;
    width: 100%;
    clear:both;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column .fb-right {
    float: none;
    width: 100%;
  }
}
body.layout_one_column .fb_iframe_widget {
  width: 100% !important;
}
body.layout_one_column .fb_iframe_widget > span {
  width: 100% !important;
}
body.layout_one_column .fb_iframe_widget iframe {
  width: 100% !important;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout_one_column #footer-inner {
    width: 960px;
  }
}
@media screen and (max-width: 959px) {
  body.layout_one_column #footer-inner {
    min-width: 360px;
    width: 100%;
    max-width: 960px;
  }
}

/* CSS */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 92px;
  font-family: HelveticaNeueLTCom55Roman;
  background-position: center top;
}

textarea {
  resize: none;
}

input[type=submit], input[type=button] {
  border: 0;
}

/* div, span{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } */
#header {
  position: relative;
  margin: 103px 0px 20px 0px;
  width: 1200px;
  height: 237px;
  padding: 1px;
}
#header #header .header-overlay {
  margin: 63px 0 0 408px;
  width: 748px;
  height: 120px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}

#fixed-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1011;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#fixed-header .top {
  position: relative;
  z-index: 2;
  width: 100%;
  background-image: url(../img/menubg.png);
}
#fixed-header .top .mid {
  margin: auto;
  height: 41px;
  padding: 0 6px;
}
#fixed-header .top .mid:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 41px;
}
#fixed-header .top .left {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  padding-left: 6px;
  font-size: 14px;
  color: #FFF;
}
#fixed-header .top .left.logo .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 26px;
  height: 25px;
  background-image: url(../img/fixed-header.png);
  background-repeat: no-repeat;
  background-position: -244px 0;
}
#fixed-header .top .left.logo .title {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
#fixed-header .top .left.menu {
  margin-left: 3px;
  padding-left: 8px;
  border-left: 1px solid #FFF;
}
#fixed-header .top .right {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #FFF;
  height: 41px;
}
#fixed-header .top .right .wrap {
  display: table-cell;
  vertical-align: middle;
  height: 41px;
}
#fixed-header .top .right .wrap .hide-on-mobile, #fixed-header .top .right .wrap .hide-on-desktop {
  display: inline-block;
}
#fixed-header .top .right a {
  display: inline-block;
  margin: 0 4px;
  height: 41px;
  padding: 12px 4px 0 4px;
  font-size: 14px;
  color: #FFF;
}
#fixed-header .top .right i.fa-gear {
  font-size: 18px;
}
#fixed-header .top .right i.fa-caret-down, #fixed-header .top .right i.fa-caret-up {
  display: inline-block;
  width: 8px;
  font-size: 12px;
}
#fixed-header .options-mid {
  position: relative;
  margin: auto;
}
#fixed-header .options-mid .options-reg, #fixed-header .options-mid .options-login, #fixed-header .options-mid .options-settings {
  display: none;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 200px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
}
#fixed-header .options-mid a {
  display: block;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: bold;
}
#fixed-header .options-mid a:hover {
  background-color: #F4F4F4;
}
#fixed-header .options-mid a span {
  vertical-align: middle;
}
#fixed-header .options-mid a .email, #fixed-header .options-mid a .fb, #fixed-header .options-mid a .google {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 19px;
  background-image: url("../img/menu-social-icons.png");
}
#fixed-header .options-mid a .fb {
  background-position: -20px 0;
}
#fixed-header .options-mid a .email {
  background-position: -40px 0;
}
#fixed-header .bottom {
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#fixed-header .bottom .mid {
  margin: auto;
  height: 67px;
  padding: 0 6px;
}
#fixed-header .bottom .left {
  display: inline-block;
  float: left;
  margin-top: 6px;
  width: 244px;
  height: 54px;
  background-image: url(../img/fixed-header.png);
}
#fixed-header .bottom .menu {
  display: block;
  margin: 0 281px 0 240px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
}
#fixed-header .bottom .menu ul {
  margin: 0;
  line-height: 0;
  padding: 0;
}
#fixed-header .bottom .menu li {
  display: inline-block;
  line-height: 67px;
}
#fixed-header .bottom .menu a {
  padding: 0 8px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
#fixed-header .bottom .menu i {
  font-size: 18px;
}
#fixed-header .bottom .right {
  display: inline-block;
  float: right;
  margin-top: 6px;
  width: 281px;
  height: 61px;
  background-image: url(../img/fixed-header.png);
  background-position: -272px 0;
}

#popup-login .left, #popup-login .right {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #popup-login .left, #popup-login .right {
    display: block;
    float: none;
    width: 100%;
  }
}
#popup-login .left h2, #popup-login .right h2 {
  margin: 0px;
  text-align: left;
}
#popup-login .left label, #popup-login .right label {
  display: block;
  margin: 16px 0 0 0;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #popup-login .left {
    padding: 0;
    border: 0;
  }
}
#popup-login .left a {
  display: block;
  margin: 20px 0;
  text-align: left;
  text-decoration: underline;
}
#popup-login .left input[type="text"], #popup-login .left input[type="password"] {
  width: 100%;
}

#popup-login .remember-me {
    text-align: left;
}
#popup-login .remember-me label{
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
    margin-bottom: 2px;
}
#popup-login .left .submitForm {
  margin: auto;
  width: 50%;
  min-width: 100px;
  max-width: 175px;
}
#popup-login .right {
  padding-left: 32px;
}
@media screen and (max-width: 959px) {
  #popup-login .right {
    margin-top: 16px;
    padding: 16px 0 0 0;
    border-top: 1px solid #CCC;
  }
}
#popup-login .right label {
  margin: 0;
}
#popup-login .right .purchase {
  display: inline-block;
  margin: auto;
  margin-top: 48px;
  width: 70%;
  min-width: 100px;
  max-width: 246px;
  height: 162px;
  padding: 0;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #FFF;
  border-bottom: 2px solid #34679A;
  background: #336699;
  background-color: #336699;
  background-image: -moz-linear-gradient(#336699, #7698bb);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#336699), to(#7698bb));
  background-image: -webkit-linear-gradient(#336699, #7698bb);
  background-image: -o-linear-gradient(#336699, #7698bb);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#popup-login .right .purchase i {
  text-shadow: none;
  font-size: 92px;
}

#popup-password form {
  text-align: center;
}
#popup-password form div {
  margin: 16px auto;
}
#popup-password .reset {
  margin: auto;
  width: 50%;
  min-width: 100px;
  max-width: 175px;
  height: 62px;
  padding: 0;
  font-size: 20px;
  color: #4E0610;
  border-bottom: 2px solid #A37200;
  background: #b88601;
  background-color: #b88601;
  background-image: -moz-linear-gradient(#b88601, #f8bc20);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b88601), to(#f8bc20));
  background-image: -webkit-linear-gradient(#b88601, #f8bc20);
  background-image: -o-linear-gradient(#b88601, #f8bc20);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#container {
  position: relative;
  margin: auto;
  width: 1200px;
}

ul {
  padding-left: 6px;
  line-height: 25px;
  list-style-position: inside;
}

p {
  line-height: 25px;
}

a {
  text-decoration: none;
}

a.button-1 {
  display: inline-block;
  margin: 0 auto;
  width: 120px;
  height: 30px;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a.button-2 {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 60px;
  padding: 18px 0;
  text-align: center;
  text-decoration: none !important;
  font-size: 20px;
  color: #FFF !important;
  border-bottom: 2px solid #526F7F;
}

a.button-3 {
  display: inline-block;
  margin-bottom: 20px;
  height: 51px;
  padding: 15px 25px;
  font-size: 18px;
  color: #802020;
}

#footer {
  position: relative;
  /*margin-top: 30px;*/
  bottom: 0;
  width: 100%;
  height: 60px;
}
#footer .menu a {
  font-size: 18px;
  color: #FFF;
}

#footer-inner {
  margin: auto;
  width: 993px;
  text-align: center;
}
#footer-inner li {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
#footer-inner li + li:before {
  content: "\2022";
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
  font-size: 20px;
  font-weight: normal;
}
#footer-inner .copyright {
  font-size: 12px;
}



.home-player .home-player-title{
    font-size: 16px;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    margin: 10px 0 2px;
    text-align: left;
}


.home-player .player {
  display: inline-block;
  width: 100%;
  height: 35px;
  font-size: 14px;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
}
/*@media screen and (min-width: 960px) and (max-width: 1199px) {
  .home-player .player {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .home-player .player {
    float: none;
    width: 100%;
  }
}*/
.home-player .player .controls {
  width: 100%;
  height: 35px;
  padding: 0 10px 0 0px;
}
.home-player .player .controls:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 35px;
}
.home-player .player a {
  color: #FFF;
}
.home-player .player .play-button, 
.home-player .player .pause-button {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  font-size: 22px;
}
.home-player .player .volume-button, 
.home-player .player .volume-button-off {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  text-align: right;
  font-size: 22px;
}
.home-player .player .music-next-button, 
.home-player .player .music-back-button {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  font-size: 22px;
}
.home-player .player .timer-elapsed, 
.home-player .player .timer-full {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  text-align: right;
}
.home-player .player .timer-full {
  text-align: left;
}
.home-player .player .timeline {
  display: inline-block;
  vertical-align: middle;
  min-width: 330px;
  max-width: 330px;
  padding: 0 6px;
}
/*
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .home-player .player .timeline {
    min-width: 156px;
    max-width: 156px;
  }
}
*/
@media screen and (max-width: 959px) {
  .home-player .player .timeline {
    min-width: 200px;
    max-width: 200px;
  }
}
.home-player .player .track {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-player .player .track > .state {
  position: absolute;
  width: 80%;
  height: 8px;
  background-color: #FFF;
}
/*
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .home-player .player {
    width: 290px;
  }
}
*/
/*
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .home-player .player .timeline {
    min-width: 126px;
    max-width: 126px;
  }
}
*/
.redeem {
   width:75%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 55px;
  padding-top: 55px;
    
 
}
.redeem_title{
     font-size: 36px;
    padding: 10px;
    text-transform: uppercase;
}
.redeem_subtitle{
    font-size: 24px;
    padding-top: 10px;
    text-transform: uppercase;
}

.reedem_product_title{
  text-align: left;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0px;
  font-size: 16px;
  margin-left: 10px;
}
.reedem_product_shortdesc{
  text-align: left;
  font-size: 12px;
  color: #666666;
  line-height: 1.5em;
  margin: 10px;
  
}
.redeem_mail{

  color: #3cf!important;
 font-size: 24px;
}
.reedem_box{
  margin: 0 auto;
  border: 2px solid #f2f2f2;
  padding: 1px;
  margin-bottom:20px;
  max-width: 560px;

  
 

}




.redeem .program-cover {
    background-size: contain;
    background-repeat: no-repeat;
    height: 193px;
    padding: 30px 40px;
    width: 555px;
   
}
.redeem .program-cover .image {
    display: inline-block;
    vertical-align: middle;
    vertical-align: middle;
    width: 124px!important;
    height: 124px!important;
    padding: 10px;
    background: #ffffff;
    border: 5px solid #e6e6e6;
    position: relative;
    text-align: left;
    margin-left:-360px;
}
.redeem .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    margin: auto;
}

.reedem_bg_img{
  background-size: cover!important;
}
.redeem_form{
  padding: 10px;
}

@media screen and (max-width: 600px) {
    .redeem {
  
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
    
 
}
.redeem_title{
     font-size: 24px;
    padding: 10px;
    text-transform: uppercase;
}
.redeem_subtitle{
    font-size: 16px;
    padding-top: 10px;
    text-transform: uppercase;
}

.reedem_product_title{
  text-align: left;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0px;
  font-size: 14px;
  margin-left: 10px;
}
.reedem_product_shortdesc{
  text-align: left;
  font-size: 12px;
  color: #666666;
  line-height: 1.5em;
  margin: 10px;
  
}
.redeem_mail{
  color: #21a1dc!important;
  font-size: 16px;
}
.reedem_box{
  margin: 0 auto;
  border: 2px solid #f2f2f2;
  padding: 1px;
  margin-bottom:20px;
  max-width: 560px;

  
 

}




.reedem_bg_img{
  background-size: cover;
}
.redeem_form{
  padding: 10px;
}

}

@media screen and (min-width: 600px) {
    .redeem {
   width:60%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 65px;
  padding-top: 65px;
    
 
}
.reedem_box{
  margin: 0 auto;
  border: 2px solid #f2f2f2;
  padding: 1px;
  margin-bottom:20px;
  max-width: 560px;

  
 

}}
.product-thumb.type-2 {
    float: left;
}
.product-info.type-2 {
    display: block;
    padding-left: 117px;
    min-height: 115px;
}


@media screen and (max-width: 1200px){
.reedem_box .image img, .reedem_box .program-cover .image img {
    width: auto; 
    height: auto;
}}
@media screen and (max-width: 1200px){

  .redeem .product-top .image, .redeem .program-cover .image {
    width: 124px !important;
    height: 124px !important;
  }
  .redeem_mail{
  color: #3cf!important;
  font-size: 15px;
}

}
@media screen and (max-width: 600px){
  
  .redeem_mail{
  color: #3cf!important;
  font-size: 14px;
}

}

