body {
    background-color: #FFF;
    margin-bottom: 0 !important;
    padding-bottom: 30px;
}

body.layout_one_column{
    background: #FFF url(../img/background.jpg) repeat-x center top;
}

@media screen and (max-width: 799px) {
    body {
        width: auto;
    }
}

a { color: #0552c5; }

#fixed-header .options-mid a { color: #608397; }

a.btn{
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    background: #eb1646;
    display: inline-block;
    line-height: 22px;
    padding: 18px 27px 14px;
    font-weight: 500;
    font-family: "Museo Sans", sans-serif;

}

.col-full{
    padding: 0 15px;
}

.col-half{
    float: right;
    width: 50%;
    padding: 0 15px;
}

.col-third{
    float: left;
    width: 33.3333%;
    padding: 0 15px;
}

.push-half-third{
    margin-left: 16.6666%;
}

/* Fixed header - start */
#fixed-header {
    z-index: 999999;
}

#fixed-header .top .options a {
    color: #4f76bf;
}

#fixed-header .top .right a:hover {
    background-image: url("../img/menu-hover.png");
}

#fixed-header .bottom .menu li + li a {
    border-left: 2px solid #608397;
}

#fixed-header .bottom .menu a {
    color: #608397;
}


#fixed-header .bottom {
    box-shadow: 0px 3px 3px rgba(66, 66, 33, 0.3);
}
/* Fixed header - end */

/* Home - start */

body.layout_home #container{
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.layout_home header.header{
    height: 508px;
    width: 100%;
    background: url('../img/header.jpg') no-repeat center center;
    margin-top: 109px;
    position: relative;
}

body.layout_home .header .container{
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.layout_home header.header .logo{
    width: 634px;
    max-width: 100%;
    /*background: url('../img/logo.png') no-repeat center top;*/
    text-align: center;
    position: relative;
    left: 100%;
    top: 35px;
    margin-left: -634px;
}

.layout_home header.header .logo .btn{
    margin-top: 45px;
}

.layout_home header.header .logo p.logo-text{
    text-align: center;
    color: #4d4d4f;
    font-family: "Museo Sans", sans-serif;
    font-size: 22px;
    line-height: 25px;
    margin: 0 auto;
    padding: 240px 0 0;
    letter-spacing: 0.03em;
    display: block;
    width: 360px;
}

.layout_home .post-header-bar{
    font-size: 25px;
    line-height: 30px;
    background: #f6f6f6;
    color: #a3a2a2;
    text-align: center;
    padding: 22px 0 16px;
}

.layout_home .content{ margin: 60px 0; }

.layout_home .content .col-full{
    padding: 0 15px;
}

.layout_home .content .col-half{
    width: 50%;
    float: right;
    padding: 0 15px;
}

.layout_home .content .description h1{
    font-weight: bold;
    font-size: 25px;
    color: #4d4d4f;
    font-style: italic;
}

.layout_home .content .description p,
.layout_home .content .description li{
    font-size: 19px;
    line-height: 21px;
    color: #4d4d4f;
    font-weight: lighter;
    letter-spacing: 0.02em;
}

.layout_home .content .description a{
    text-decoration: underline;
}

.layout_home .content .description ul{
    margin-left: 30px;
    list-style-position: outside;
}

.layout_home .content .actions{
    text-align: center;
    margin-top: 50px;
}

.layout_home .content .video{
    padding: 0;
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}
.layout_home .content .video iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (max-width: 1100px) {
    .layout_home header.header{
        background: url('../img/header_medium.jpg') no-repeat center center;
        height: 480px;
        background-size: cover;
    }

    .layout_home header.header .logo{
        width: 100%;
        max-width: 470px;
        height:250px;
        background: none;
        background-size: contain;
        position: relative;
        margin: auto;
        left: 0;
        top: 120px;
    }

    .layout_home header.header .logo p.logo-text{
        display: none;
        padding-top: 90px;
        font-size: 16px;
        line-height: 19px;
    }

    .layout_home header.header .logo .btn{
        margin-top: 220px;
        font-size: 18px;
        line-height: 18px;
        padding: 16px 19px 12px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 799px) {
    .layout_home header.header{
        margin-top: 57px;
    }

    .layout_home .content .col-half{
        width: 100%;
    }

    .layout_home .content{
        margin-top: 30px;
    }
}

@media screen and (max-width: 755px) {
    .layout_home .post-header-bar{
        text-align: left;
        padding-left: 10px;
    }

    .layout_home .actions .btn{
        width: 100%;
    }
}

/* Home - end */

/* Challenge page - start */
body.challenge{
    background: #fff;
    font-family: "Museo Sans", sans-serif;
}

body.challenge #container{
    width: 100%;
}

body.challenge .container{
    width: 1200px;
    margin: auto;
    padding: 0 15px;
}

body.challenge h2{
    color: #4d4d4f;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0.03em;
    margin-top: 0;
    margin-bottom: 15px;
}

body.challenge p{
    color: #4d4d4f;
    font-size: 20px;
    line-height: 25px;
    margin: 15px 0;
}

body.challenge p a{
    color: #4d4d4f;
    text-decoration: underline;
}

.challenge section{
     padding: 75px 0;
}

.challenge section.intro{ padding-top: 20px; padding-bottom: 20px }

.challenge section.actions,
.challenge section.comments{
    background: #f6f6f6;
}

.challenge section.actions h2,
.challenge section.actions p{
    text-align: center;
}

.challenge section.actions .clearfix{
    /*margin: 0 -15px;*/
}

.challenge section.actions .col-third{
    text-align: center;
    /*margin: 50px 0 40px;*/
    margin-top:50px;
    margin-bottom: 40px;
}

.challenge section.actions .col-third a,
.challenge section.actions .col-third .addthisevent-drop{
    color: #4d4d4f;
    font-family: "Museo Sans", sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.challenge section.actions .col-third a .ci,
.challenge section.actions .col-third .calendar-icon .ci{
    margin-top: 35px;
}
.challenge section.actions .col-third a:hover .ci,
.challenge section.actions .col-third .calendar-icon:hover .ci{ background-color: #476fab; }

.challenge section.actions .col-third a span{
    display: block;
    min-height: 45px;
}

.challenge section.actions .col-third .addthisevent-drop{
    min-height: 45px;
    z-index: 100;
}

.ci{
    width: 183px;
    height: 183px;
    margin: auto;
    background-color: #304f7e;
    border-radius: 50%;
    display: block;
    position: relative;
    cursor: pointer;
}
.ci:after{
    content: "";
    display: block;
    position: absolute;
    width: 112px;
    height: 112px;
    top: 50%;
    left: 50%;
    margin: -56px 0 0 -56px;
    background: url(../img/challenge_icons.png) no-repeat;
}

.ci.ci-download:after{ background-position: 0 0; }
.ci.ci-calendar:after{ background-position: -112px 0; }
.ci.ci-friends:after{ background-position: -224px 0; }
.ci.ci-meditation:after{ background-position: -336px 0; }
.ci.ci-library:after{ background-position: 0 -112px; }
.ci.ci-shop:after{ background-position: -112px -112px; }
.ci.ci-stream:after{ background-position: -224px -112px; }
.ci.ci-book:after{ background-position: -336px -112px }

.challenge section.videos .clearfix{
    margin: 40px 0 0;
}

.challenge .video{
    padding: 0;
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}
.challenge .video iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (max-width: 1199px) {
    body.challenge .container {
        width: 960px;
    }
}
@media screen and (max-width: 959px) {
    body.challenge .container {
        min-width: 360px;
        width: 100%;
        max-width: 959px;
    }
}

@media screen and (max-width: 800px) {
    .challenge section.videos .col-half{
        width: 100%;
        margin-bottom: 15px;
    }

    .challenge section.actions .col-third{
        width: 50%;
        min-height: 240px;
    }

    .challenge section.actions .push-half-third{
        margin-left: 0;
    }

    .challenge.post-challenge section.actions .col-third:last-child{
        margin-left: 25%;
    }

    .ci{
        width: 150px;
        height: 150px;
    }
}

/* Journal and Program day selector buttons - start */
body.layout_one_column .journal > .column-right .day-box,
body.layout_one_column .program > .column .day-box,
body.layout_one_column .program > #free-wrapper > .column .day-box {
    background: #2f4e7c;
    background-color: #2f4e7c;
    background-image: -moz-linear-gradient(#2f4e7c, #152337);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2f4e7c), to(#152337));
    background-image: -webkit-linear-gradient(#2f4e7c, #152337);
    background-image: -o-linear-gradient(#2f4e7c, #152337);
    border: 1px #304f7e solid;
    color: #fff;
}

/*body.layout_one_column .journal > .column-right .day-box:hover:before {*/
    /*height: 66px;*/
/*}*/

body.layout_one_column .journal > .column-right .day-box:hover,
body.layout_one_column .program > .column .day-box:hover,
body.layout_one_column .program > #free-wrapper > .column .day-box:hover {
    background: #B7C5CB !important;
    /*border: 2px #304F7E solid !important;*/
    border-color: #304F7E !important;
    color: #000 !important;
}


body.layout_one_column .program > .column .day-box:before,
body.layout_one_column .program > #free-wrapper > .column .day-box.active:before {
    content: none;
}

body.layout_one_column .journal > .column .day-box.active,
body.layout_one_column .journal > #free-wrapper > .column .day-box.active,
body.layout_one_column .journal > .column .day-box.disabled,
body.layout_one_column .journal > #free-wrapper > .column .day-box.disabled,
body.layout_one_column .program > .column .day-box.active,
body.layout_one_column .program > #free-wrapper > .column .day-box.active,
body.layout_one_column .program > .column .day-box.disabled,
body.layout_one_column .program > #free-wrapper > .column .day-box.disabled {
    color: #304f7e;
    background: #C6CED1;
    background-image: -moz-linear-gradient(#ffffff, #C6CED1);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#C6CED1));
    background-image: -webkit-linear-gradient(#ffffff, #C6CED1);
    background-image: -o-linear-gradient(#ffffff, #C6CED1);
    border: 2px #304F7E solid;
}

body.layout_one_column .journal > .column .day-box.active,
body.layout_one_column .journal > #free-wrapper > .column .day-box.active,
body.layout_one_column .program > .column .day-box.active,
body.layout_one_column .program > #free-wrapper > .column .day-box.active {
    color: #304f7e;
    background: #C6CED1;
    background-image: -moz-linear-gradient(#ffffff, #C6CED1);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#C6CED1));
    background-image: -webkit-linear-gradient(#ffffff, #C6CED1);
    background-image: -o-linear-gradient(#ffffff, #C6CED1);
    border: 4px #304F7E solid;
}

#journal-form a.button.legacy-1 {
    background-color: #365f71;
    background-image: -moz-linear-gradient(#365f71, #1f3656);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#365f71), to(#1f3656));
    background-image: -webkit-linear-gradient(#365f71, #1f3656);
    background-image: -o-linear-gradient(#365f71, #1f3656);
    color: #fff;
    padding-bottom: 3px;
}
/* Journal and Program day selector buttons - end */

/* Journal - start */
body.layout_one_column .journal > .column .column-top {
    background: #ededed;
}

body.layout_one_column .journal > .column-main .left > .title {
    color: #304f7e;
}

body.layout_one_column .journal .button {
    background-color: #587196;
    background-image: -moz-linear-gradient(#587196, #21395b);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#587196), to(#21395b));
    background-image: -webkit-linear-gradient(#587196, #21395b);
    background-image: -o-linear-gradient(#587196, #21395b);
    border: 2px #0d323c solid;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
}

body.layout_one_column .journal .button span{
    margin: 0 5px;
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
    body.layout_one_column .journal > .column-main .entry .head > .right {
        text-align: left;
    }

    body.layout_one_column .journal > .column .column-top {
        display: none;
    }
}

@media screen and (max-width: 959px) {
    body.layout_one_column .journal > .column-main .entry .head > .right {
        text-align: left;
    }

    body.layout_one_column .journal > .column .column-top {
        display: none;
    }
}
/* Journal - end */

/* Program Player - start */
body.layout_one_column .program > .column-right > .player-wrap,
body.layout_one_column .program > .column, body.layout_one_column .program > #free-wrapper > .column {
    background: rgba(255, 255, 255, 0.7);
    /*background: #fff;*/
}

body.layout_one_column .program > .column-right > .player-wrap .player {
    background-color: #476089;
    background-image: -moz-linear-gradient(#476089, #202c3f);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#476089), to(#202c3f));
    background-image: -webkit-linear-gradient(#476089, #202c3f);
    background-image: -o-linear-gradient(#476089, #202c3f);
    border: 1px #91b5eb solid;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

body.layout_one_column .program > .column-right > .player-wrap .player .controls {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -1px;
}

body.layout_one_column .program > .column-right > .player-wrap .player .play-button,
body.layout_one_column .program > .column-right > .player-wrap .player .pause-button {
    width: 20px;
}

body.layout_one_column .program > .column-right > .player-wrap .player .play-button {
    padding-left: 5px;
    margin-right: 4px;
}

body.layout_one_column .program > .column-right > .player-wrap .button {
    background-color: #476089;
    background-image: -moz-linear-gradient(#476089, #202c3f);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#476089), to(#202c3f));
    background-image: -webkit-linear-gradient(#476089, #202c3f);
    background-image: -o-linear-gradient(#476089, #202c3f);
    border: 1px #91b5eb solid;
    /*border: 1px #91b5eb solid;*/
}

body.layout_one_column .program > .column-right > .player-wrap .button i {
    display: none;
}
/* Program Player - end */

.challenge-intro {
    background: #FFF;
    border-radius: 7px;
    /*box-shadow: 6px 4px 7px 0 rgba(50, 50, 50, 0.1);*/
    padding: 17px 17px 10px 17px;
    margin-bottom: 15px;
    color: #fff;
    margin-right: 23px;
    font-size: 17px;
}

.challenge-intro-title {
    margin: 5px 0;
    font-size: 24px;
    color: #304f7e;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.challenge-intro-text p {
    margin-top: 5px;
    font-size: 16px;
    margin-bottom: 8px;
    color: #0d323c;
}

.challenge-intro.journal-intro {
    background: #fff;
    box-shadow: 6px 4px 7px 0 rgba(50, 50, 50, 0.1);
    padding: 5px 15px;
    margin-right: 0;
    font-size: 17px;
    color: #0d323c;;
}

.challenge-intro.journal-intro .challenge-intro-title{
    color: #304f7e;
}

@media screen and (max-width: 959px) {
    body.layout_one_column .challenge-intro {
        margin-top: 72px;
        margin-bottom: 15px;
        padding: 5px 15px;
    }

    body.layout_one_column .challenge-intro .challenge-intro-title {
        font-size: 24px;
    }

    .challenge-intro-text p {
        font-size: 16px;
    }

    /*body.layout_one_column .fb_iframe_widget {*/
        /*width: 75% !important;*/
        /*margin: 0 auto;*/
    /*}*/
}

@media screen and (max-width: 1199px) {
    .challenge-intro {
        margin-right: 39px;
    }
}

.box-left {
    float: left;
    max-width: 480px;
}

.fb-boxes .fb-left {
    width: 480px;
}

body.layout_one_column .fb-right {
    width: 56%;
}

@media screen and (max-width: 1199px) {
    .box-left {
        max-width: none;
    }
}

@media screen and (max-width: 959px) {
    body.layout_one_column .fb-right {
        float: none;
        width: 100%;
        clear:both;
        text-align: center;
    }
}
/** Challenge page - end **/

/* About - start */
.about-top-left {
    background: url(../img/about-top-left.jpg) no-repeat 0 0 #ffffff;
    width: 752px;
    font-size: 18px;
    line-height: 25px;
    box-shadow: none;
}

@media screen and (max-width: 799px) {
    .about-top-left {
        background: url(../img/about-top-left-small.jpg) no-repeat 0 0 #ffffff;
        width: 480px;
        padding-top: 270px;
    }
}

body.about .about-bottom-left {
    background: #fff;
    height: auto;
    padding: 20px;
    box-shadow: none;
}

body.about .about-bottom-left h1 {
    color: #0f336a;
    padding: 35px 0 5px;
    margin: 0;
    font-weight: lighter;
    background: url(../img/about-separator.png) no-repeat center bottom transparent;
    text-align: center;
}

body.layout_one_column .about-bottom-left h2 {
    color: #1857b7;
    padding: 14px 0 0;
    margin: 0;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
}

.about-bottom-left .col-third{
    padding: 0 7px;
}

.about-bottom-left .mini-boxes {
    margin: 20px -7px 0;
    width: auto !important;
}

.about-bottom-left .mini-box {
    background: #eee;
    display: block;;
    float: left;
    height: auto;
    width: 100% !important;
    padding: 20px 0;
}

.about-minibox-title {
    color: #0f336a;
    font-size: 30px;
    line-height: 30px;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.03em;
}

.about-minibox-text {
    color: #404040;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    margin: 30px 0;
    letter-spacing: 0.03em;
}

.about-minibox-button {
    background: #0f336a;
    color: #ffffff;
    border: 2px solid #FFF;
    /*padding: 9px 0 3px;*/
    padding: 0.5em 0;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 19px;
}

.about-get-involved {
    background-color: #f8fafc;
    background-image: -moz-linear-gradient(#f8fafc, #e9eff7);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8fafc), to(#e9eff7));
    background-image: -webkit-linear-gradient(#f8fafc, #e9eff7);
    background-image: -o-linear-gradient(#f8fafc, #e9eff7);
    box-shadow: none;
}

.about-get-involved h3 {
    color: #696969 !important;
    font-weight: lighter;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.about-get-involved h4 {
    color: #0d323c;
    font-weight: lighter;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.about-get-involved .involved-facebook,
.about-get-involved .involved-twitter,
.about-get-involved .involved-pinterest {
    background-image: url(../img/about-involved.png);
}

.about-whois-dipek {
    background: #fff;
    box-shadow: none;
}

.about-whois-dipek h3 {
    color: #0f336a !important;
    font-weight: lighter;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.about-whois-dipek a {
    font-weight: lighter;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 800px) {
    .about-bottom-left .push-half-third {
        margin-left: 0;
    }

    .about-bottom-left .col-third{
        width: 50%;
    }

    .about-bottom-left .col-third:nth-child(3){
        margin-left: 25%;
    }
}
/* About - end */

/* Footer - start */
#footer-follow-us, #footer-inner, #footer-inner a {
    color: #0d344b;
}

body.layout_one_column #footer-follow-us,
body.layout_one_column #footer-inner,
body.layout_one_column #footer-inner a{
    color: #0d344b;
}

body.challenge #footer-follow-us,
body.challenge #footer-inner,
body.challenge #footer-inner a
{
    color: #4d4d4f;
    text-decoration: none;
}
/* Footer - end */

.layout_one_column #notificationContainer{
    top: 115px;
}