.featured-in .container .logos-header {
    background: url(images/header-featured-in-logos.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    height: 60px;
}

.featured-in .container .rotate {
    cursor: default;
}

.credit-box {
    position: absolute; 
    text-align: right;
    top:30px; 
    right: 0;
    cursor: default;
}

.credit-box h1 {
    font-family: 'Lato Black', sans-serif;
    font-size: 3.0em; 
    color: #cddb27;
    margin: 0;
    line-height:1em;
    font-weight: bold;
}

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

    .credit-box {
        text-align: center;
        padding: 20px;
    }

    .credit-box h1 {
        font-size: 1.8em;
    }
}

.credit-box h4 {
    font-family: sans-serif;
    color: #00afab;
    margin: 0;
    font-weight: normal;
}

.credit-box .credit-description {
    font-family: sans-serif;
    margin: 20px 0 50px 0;
}

.credit-box .unlock-code form input {
    display: inline-block;
    border: 1px solid #cddb27;
    color: #cddb27;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    line-height: 34px;
    width: 250px;
    padding: 0 1em;
    background: transparent;
    font-size: 1em;
}

.credit-box .unlock-code form input::-webkit-input-placeholder {
    color: #cddb27;
}

.credit-box .unlock-code form input:-moz-placeholder {
    color: #cddb27;
}

.credit-box .unlock-code form input::-moz-placeholder {
    color: #cddb27;
}

.credit-box .unlock-code form input:-ms-input-placeholder {
    color: #cddb27;
}

.credit-box .unlock-code .btn-link {
    background: #cddb27 !important;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.social-icons {
    margin: 10px 20px 10px 20px;
}

.signup-form form input {
    display: inline-block;
    border: 1px solid #00afab;
    color: #00afab;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    width: 320px;
    padding: 0 1em;
    background: transparent;
    font-size: 0.5em;
    font-style: italic;
}

.signup-form form button {
    font-family: sans-serif;
    display: inline-block;
    border: 1px solid #00afab;
    background: #00afab;
    font-size: 0.5em;
    padding: 5px;
    color: #000;
    height: 52px;
    width: 80px;
    line-height: 0px;
    background: #00afab;
    margin-left: -15px;
}

.barione-fieldset {
    border: 10px solid white;
    width: 60%;
    padding: 0.8em;
    color: #000;
    font-size: 1.5em;
    line-height: 1em;
    cursor: default;
    display: block;
    position: relative;
    margin: 0 auto;
}

.barione-legend {
    font-family: sans-serif;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.3em;
    color: #fff;
    font-weight: bolder;
    cursor: default;
}

#inputEmail::-webkit-input-placeholder { 
    font-style:italic; 
    font-weight: bold; 
}

#inputEmail::-moz-placeholder { 
    font-style:italic; 
    font-weight: bold;
}

#inputEmail { 
    width: 280px;
}

#inputSubmit { 
    width: 280px;
}

#creditMessage { 
    font-weight: bold; 
    font-style: italic;
}

#firstStep { 
    font-size: 2.5em; 
}

ul.three-columns > li.regular {
    width: 290px; 
    height: 620px !important;
}

ul.three-columns > li.popular {
    width: 360px; 
    margin-top: -25px; 
    height: 645px !important;
}

.most-popular { 
    margin-top: 15px; 
    height: 20px; 
    font-size: 1.5em;
    padding: 10px; 
    font-family: sans-serif; 
    width: 114.5%; 
    margin-left: -10.5% 
}

#sniff-code {
    display: none;
}

@media screen and (max-width: 568px) { 
    #sniff-code {
        width: 180px; 
        height: 48px;
        padding: 5px 0 5px 0;
        text-align: center; 
        background-color: #00afab;
        margin: 50px auto 10px auto;
        display: block;
        border-radius: 4px;
        webkit-border-radius: 4px;
        moz-web-radius: 4px;
        o-web-radius: 4px;
    }

    #sniff-code img {
        float: left;
        margin-left: 30px;
        margin-right: 10px;
    }

    .sniff-code-text {
        font-family: Lato; 
        color: #fff !important;
        font-size: 1.0em;
        font-weight: bold;
        float: left;
        text-align: left;
        padding-top: 5px;
    }
}

.icon-circular {
    line-height: 15px;
}

.icon-circular small {
    font-size: 0.5em;
}

.atwo-elements ul {
    height: 100px;
}

ul.circles > li {
    display: block;
    position: relative;
    float: left;
    width: 30%;
}

@media screen and (max-width: 1090px) {
    ul.circles > li {
        display: block;
        position: relative;
        width: 100%;
        clear: both;
    }

    ul.circles > li + li {
        margin-left: 0px;
    }
}

select.barione {
    background: #000 url('images/dropdown_arrow.png') no-repeat 90% center;
    background-size: 16px 16px;
    text-align: center;
    width: 250px;
    height: auto;
    padding-left: 0.2em;
    padding-right: 24px;
    font-size: 0.7em;
    outline: none !important;
    color: #fff;
    border: 0 !important;  /*Removes border*/
    appearance: none !important;
    -webkit-appearance: none !important;  /*Removes default chrome and safari style*/
    -moz-appearance: none !important;  /*Removes default style Firefox*/
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

select.barione:active {
    border: 0 !important;  /*Removes border*/
}

ul.three-columns.box-with-shadows.barione > li.popular {
    background: url(images/head-triangle.png) top center no-repeat #f8f8f9;
    background: url(images/head-triangle.svg) top center no-repeat #f8f8f9, none;
    -webkit-background-size: 100% 100px;
    -moz-background-size: 100% 100px;
    -ms-background-size: 100% 100px;
    -o-background-size: 100% 100px;
    background-size: 100% 100px;
    padding: 0 2em 2em 2em;
}

ul.three-columns.box-with-shadows.barione > li.popular h2 {
    line-height: 32px;
    height: 80px;
}

ul.three-columns.box-with-shadows.barione > li.popular h2 > span.popular-title {
    font-family: Arial;
    font-size: 100%;
    font-weight: bolder;
}

.prices-block {
    position: relative;
    bottom: 0;
}

.book-this {
    width: 160px;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important; 
    top: 20px; 
    text-align:center; 
    cursor:pointer; 
    font-size: 1.4em;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

@media (max-width: 768px) {
    h1.stunning, h1.big-stunning {
        font-size: 1.8em;
    }
}

@media (max-width: 1112px) {
    .container.three-columns > li, .three-columns.small-container > li, .three-columns.sub-container > li, h1.three-columns.dashed-subtitle > li, h2.three-columns.dashed-subtitle > li, h3.three-columns.dashed-subtitle > li, h4.three-columns.dashed-subtitle > li, h5.three-columns.dashed-subtitle > li, h6.three-columns.dashed-subtitle > li, .roadmap .three-columns.special-container > li {
        width: 100% !important;
        top: 0 !important;
        margin: 0px auto 0px auto !important;
        clear: both;
    }
}

.rates-button {
    margin: 5px auto !important; 
    width: 180px;
}

li.book-online-menu {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    height: 40px !important;
    line-height: 38px;
    position: relative;
    top: -5px;
    width: 180px !important;
}

@media (min-width: 668px) {
    li.right-space {
        margin-right: 30px;
    }
}

header nav ul.menu > li ul.book-online {
    top: 30px !important;
}

/*** fail proof ***/

.common-title.bari-rx {
    bottom: 30px !important;
}

h1.big-stunning small.bari-rx {
    margin-top: 4px;
    font-style: normal;
}

span.bari-rx {
    font-weight: bold;
}

span.bari-rx.black:after {
    content: "\00a0\00a0";
    position: relative;
    top: 6px;
    background-image: url(images/bari-rx-black.png);
    background-repeat: no-repeat;
    background-size: contain;
}

span.bari-rx.white:after {
    content: "\00a0\00a0";
    position: relative;
    top: 6px;
    background-image: url(images/bari-rx-white.png);
    background-repeat: no-repeat;
    background-size: contain;
}

span.failproof {
    font-size: 0.8em;
    font-family: 'Lato', sans-serif;
}

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

.failproof h2 {
    margin: 0px !important;
}

.failproof .paragraph {
    padding-top: 10px !important;
}

.failproof .program {
    background-color: #cddb27 !important; 
    color: #000 !important; 
    padding: 40px 10px !important;
}

.failproof .program .program-title {
    font-family: 'Lato Black'; 
    font-size: 2.0em;
}

.arrow-box {
    height: 180px;
    position: relative;
    background: #FFF;
    border: 1px solid #000;
}

.arrow-box:after, .arrow-box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #FFF;
    border-width: 10px;
    margin-top: -10px;
}

.arrow-box:before {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000;
    border-width: 11px;
    margin-top: -11px;
}

.arrow-box > div {
    border: none; 
    height: 140px; 
    padding: 20px;
    position: relative;
    background: #FFF;
}

.arrow-box > div:after, .arrow-box > div:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box > div:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 10px;
    margin-top: -10px;
}

.arrow-box > div:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000;
    border-width: 11px;
    margin-top: -11px;
}

.failproof-items {
    padding: 0px 10%;
}

.failproof .program-include {
    padding-bottom: 25px !important;
    padding-top: 25px !important; 
    border-top: 1px solid #000;
}

.failproof .program-include:first-child {
    border-top: none;
    padding-top: 15px;
}

.baripeel .peelcontent {
    border-top: 1px solid #000;
    padding-bottom: 20px !important;
    width: 75%;
    margin: 0 auto;
}

.baripeel .peelcontent:first-child {
    border-top: none;
}

.failproof .program-description {
    margin-top: 0px !important;
}

ul.four-columns {
    list-style: none;
    text-align: center;
    width: 875px !important;
}

.four-columns li {
    float: left;
    margin: 20px;
    width: 170px;
    display: inline;
}

@media (max-width: 890px) {
    ul.four-columns {
        width: 435px !important;
    }
}

.four-columns li {
    float: left;
    margin: 20px;
    width: 170px;
    display: inline;
}

@media (max-width: 570px) {
    ul.four-columns { 
        width: 100%;
    }
    .four-columns li {
        margin-left: 15%;
    }
}

.failproof-locations-menu ul {
    top: -50px; 
}

.failproof-locations-menu ul li a {
    width: 200px;
    height: 200px;
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    line-height: 200px;
    color: #fff;
    font-size: 1.125em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.failproof-locations-menu ul li a.ca {
    background: url(images/rates-menu-ca.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%; 
}

.failproof-locations-menu ul li a.nyc {
    background: url(images/rates-menu-nyc.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.failproof-locations-menu ul li a.online {
    background: url(images/rates-menu-default.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.failproof-locations-menu ul li a.nj {
    background: url(images/rates-menu-nj.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%; 
}

.failproof-locations-menu ul li a span.title {
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
    line-height: 24px;
    z-index: 2;
    left: 0;
    top: 85px;
}

.failproof-locations-menu ul li a span.circle {
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #cddb27;
    left: 100px;
    top: 100px;
    bottom: 100px;
    right: 100px;
    z-index: 1;
    opacity: 0;
}

.no-touch .failproof-locations-menu ul li a:hover span.circle, .failproof-locations-menu ul li a.on span.circle {
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0.8; 
}

.failproof-locations-menu ul li a.on {
    color: black !important;
    text-shadow: none !important;
}

.failproof-locations-menu ul li a.on span.circle {
    opacity: 1 !important; 
}

.arrow-bottom {
    position: relative;
    background: #FFF;
    z-index: 999;
}
.arrow-bottom:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFF;
    border-width: 30px;
    margin-left: -30px;
}

#attend-a-class {
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 9999;
}

#attend-a-class a {
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -o-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -o-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    background: #00AFAB;
}

.size-medium {
    font-size: 1.25em;
}

.triangle.press {
    position: absolute !important;
    top: 0px !important;
}

.press-room h2 {
    margin: 0px !important;
}

.peel-programs ul {
    text-align: center;
}

.peel-programs ul > li {
    display: inline-block;
    margin: 0px 15px;
}