/*
===============================================================================

==  WARNING! DO NOT EDIT THIS FILE! (PLEASE)  =================================

    If you wish to make CSS changes to this theme, DO NOT EDIT THIS FILE.

    Instead, use the custom-style.css file to define custom styles. Adding your

    custom CSS there will make it much easier to upgrade to a newer version

    of this theme without losing any of your customizations.

===============================================================================*/

/*************************************************************************************

IMPORTING EXTERNAL STYLES

*************************************************************************************/
/*************************************************************************************

COMMOM STYLES 

*************************************************************************************/

/* === Constant Classes ====*/

.clear, .clr { 
    display: block; 
    clear: both !important; 
}

.clearfix:after { 
    content: "."; 
    display: block; 
    clear: both; 
    visibility: hidden; 
    line-height: 0; 
    height: 0; 
}

html[xmlns] .clearfix { 
    display: block; 
}

* html .clearfix { 
    height: 1%; 
}

img.alignright {
    float:right; 
    margin:0 0 1em 1em;
}

img.alignleft {
    float:left; 
    margin:0 1.5em 1em 0;
}

img.aligncenter {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}

.margin-top-none{
    margin-top: 0;
}

.margin-bottom-none{
    margin-bottom: 0;
}

.margin-none{
    margin: 0;
}

img,
.prol-content-panel img,
.img-responsive { 
    max-width: 100%; 
    width: auto\9; 
    height: auto; 
    vertical-align: middle;
    border: 0; 
    -ms-interpolation-mode: bicubic; 
}

hr{
    border-top: 1px solid #D8D5D5;
}

/* === Typography ==== */

body{
    margin:0;
    padding: 0; 
    font-size: 16px;
    background: #fff;
    color: #000000;
    line-height: 1.5;
    font-family: 'montserrat_regular',Georgia, Arial, sans-serif;
}


body.home{
    color: #fff; 
    background: #001e55;
}

body, html{
    height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ 
    font-family: 'oswaldbold';
    line-height: 120%;
}

h1, .h1{
    font-family: 'oswaldbold', Arial, sans-serif;
    font-size: 48px;
    color: #003169
}

h2, .h2{
    font-family: 'oswaldbold', Arial, sans-serif;
    font-size: 42px;
    color: #003169
}

h3, .h3{
    font-size: 32px;
    margin: 10px 0;
}

h4, .h4{
    font-size: 26px;
    margin: 10px 0;
}

h5, .h5{
    font-size: 24px;
    margin: 10px 0;
}

h6, .h6{
    font-size: 20px;
    margin: 10px 0;
}

p, .p{
    display: block;
    margin-bottom: 20px;
}

strong{
    font-family: 'montserrat_regular',Georgia, Arial, sans-serif;
}


a, a:link, a:visited { 
    color: #d5a456; 
    text-decoration: none;
}

a:hover, a:focus{
    color: #d5a456;
    outline: none !important;
    text-decoration: none !important;
}

a{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

ul{
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.block{
    display: block;
}

.u-case{
    text-transform: uppercase;
}

.c-case{
    text-transform: capitalize;
}

.l-case{
    text-transform: lowercase;
}

.strong{
    font-weight: bold;
}

.em{
    font-style: italic;
}

.right{
    text-align: right;
}

.center{
    text-align: center;
}

.c-d5a456{
    color: #d5a456;
}

.bg-002f5b {
    background-color: #002f5b ;
}

.f-20{
    font-size: 20px;
}

.f-16{
    font-size: 16px;
}

.custom_btn{
    text-transform: uppercase;
    padding: 14px 30px;
    color: #fff !important;
    background: #d5a456;
    border-radius: 0;
    font-size: 15px;
    font-family: 'montserrat_regular',Georgia, Arial, sans-serif;
    font-weight: 300;
    margin:10px 0;
    display: inline-block;
    box-shadow: 3px 9px 17px -5px rgba(0,0,0,.4);
    border: 1px solid #d5a456;
}

.custom_btn:hover{
    color: #fff;
    background: #004c79;
}

.custom_btn--blue{
    background: #004c79;
}

.custom_btn--blue.border{
    border-color: #0d354c !important;
}

.custom_btn--blue:hover,
.custom_btn--blue.border:hover{
    background: #d5a456;
    border-color: #b2925f !important;
}


.o-section__title{
    color: #d5a456;
    font-size: 86px;
    margin-bottom: 0px;
    line-height: 1.4;
    font-family: 'oswaldbold', Arial, sans-serif;
}

.o-section__sub-title{
    font-family: 'oswaldbold', Arial, sans-serif;
    font-size: 47px;
    margin-bottom: 16px;
    margin-top: 0px;
    color: #fff;
    padding-right: 20px;
}

.no-padding{
    padding: 0;
}

.o-wrapper--1140,
.o-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
}

.o-panel{
    padding: 0 10px;
}

.o-panel--header{
    background:#212121 url(../images/header-bg.jpg) top left repeat-x;
}


.o-panel--header .o-wrapper{
    padding: 21px 0 23px;
    position: relative;
}

.is-sticky .o-panel--header{
    width: 100%;
    z-index: 100;
    background: rgba(0,0,0,.7);
    position: fixed;
    border-bottom: 2px solid #174978;
}

.is-sticky .o-panel--header .o-wrapper{
    padding: 12px 0 18px;transition: all 0.4s ease;
}

.is-sticky .o-panel--header{
    box-shadow:0 2px 6px rgba(0,0,0,0.2);  
    padding:4px 10px;
    animation:slide-down 0.7s;
    opacity:0.9; 
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.website-logo{
    display: inline-block;
}

.o-panel--header__menu{
    position: absolute;
    top: 24px;
    right:0;
}

.is-sticky .o-panel--header__menu{
    top: 12px;
}
.o-panel--header__menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.o-panel--header__menu ul li{
    display: inline-block;
    margin: 0 10px;
}

.o-panel--header__menu ul li:first-child{
    margin-left: 0;
}

.o-panel--header__menu ul li:last-child{
    margin-right: 0;
}

.o-panel--header__menu ul li a{
    font-size: 16px;
    color: #fff;
}


body.single-post .menu-item-62 a,
body.single-podcast .menu-item-42 a,
.o-panel--header__menu ul li.active a,
.o-panel--header__menu ul li.current-menu-item a,
.o-panel--header__menu ul li a:hover{
    color: #d5a456;
}


.o-panel--header__menu ul li.current-menu-item.menu-item-17679 a,
.o-panel--header__menu ul li.contact-item.active a{
    color: #fff;
}

.o-panel-banner{
    background:#002f5b url(../images/book-solid_bg.jpg) bottom center repeat-x;
    background-size: cover;
    border-top:1px solid #174978;
    padding: 0 20px;
}


.o-panel-banner .o-wrapper{
    padding:4% 0 40px;
    position: relative;
}

.o-paner--client-logo-section{
   background: #031b41;
   padding:18px 10px;
}

.o-paner--client-logo-section .o-wrapper{
    padding:0;
    background: #031b41 url(../images/clients-logo.jpg) top center no-repeat;
    background-size: 100%;
    max-width: 1135px;
}

.o-paner--client-logo-section img{
    visibility: hidden;
}

.c-panel-banner__slogan{
    line-height: 130%;
    margin-top:45px;
    margin-bottom: 50px;
}

.c-panel__down-arrow{
    display: inline-block;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
.c-header__bottom-arrow {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 20px;
    z-index: 99;
    animation: bounce 1.5s infinite alternate;
    -webkit-animation: bounce 1.5s infinite alternate;
    -moz-animation: bounce 1.5s infinite alternate;
    -ms-animation: bounce 1.5s infinite alternate;
    -o-animation: bounce 1.5s infinite alternate;
}

.c-header__page-scroll {
  width: 60px;
  height: 60px;
  color: #fff;
  background: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  font-size: 84px;
}

.blank_space{
    padding: 20px 0;
}

.o-panel-banner .blank_space{
    padding: 20px 0;
}

/**/

.o-panel--school-section{
    background:#06369c url(../images/bys-banner2.jpg)  top center no-repeat;
    padding:4% 10px;
    background-size: cover;
}

#school-of-coach-s_traning {
    position: relative;
}

.c-work-section__contnet{
    font-size: 18px;
    padding: 0 10px;
    background: url(../images/BYS_e-book3.png) bottom right  no-repeat;
}

.works--summery{
    padding-right: 40px;
}

.e-books{
    visibility: hidden;
}

.o-panel--school-section .o-wrapper{
    max-width: 1200px;
}

.right--text-block{
    margin-top: 150px;
}

.right--text-block h3{
    color: #d5a456;
    margin-bottom: 8px;
    font-size: 36px;
    font-family: 'oswaldlight', Arial, sans-serif;
}

.o-panel--the-books{
    padding: 0;
    background: #001e55;
}

.o-panel--the-books .o-wrapper{
    padding-top: 60px;
}

.o-our-clients__logo{
    margin: 40px 0 5px 0px;
    max-width: 1150px;
}

.o-our-clients__logo ul li{
    display: inline-block;
    padding: 0;
    margin-bottom: 5px;
    margin-left: 0px;
}

.o-our-clients__logo ul li.c-logo--01 a{
    background: url(../images/clinet_logo_01.png) top center no-repeat;
}

.o-our-clients__logo ul li.c-logo--01 a:hover{
    background: url(../images/clinet_logo_01_hover.png) top center no-repeat;
}

.o-our-clients__logo ul li.c-logo--02 a{
    background: url(../images/clinet_logo_02.png) top center no-repeat;
}

.o-our-clients__logo ul li.c-logo--02 a:hover{
    background: url(../images/clinet_logo_02_hover.png) top center no-repeat;
}

.o-our-clients__logo ul li.c-logo--03 a{
    background: url(../images/clinet_logo_03.png) top center no-repeat;
}

.o-our-clients__logo ul li.c-logo--03 a:hover{
    background: url(../images/clinet_logo_03_hover.png) top center no-repeat;
}

.o-our-clients__logo ul li.c-logo--04 a{
    background: url(../images/clinet_logo_04.png) top center no-repeat;
}

.o-our-clients__logo ul li.c-logo--04 a:hover{
    background: url(../images/clinet_logo_04_hover.png) top center no-repeat;
}

.o-our-clients__logo ul li.c-logo--05 a{
    background: url(../images/clinet_logo_05.png) top center no-repeat;
}

.o-our-clients__logo ul li.c-logo--05 a:hover{
    background: url(../images/clinet_logo_05_hover.png) top center no-repeat;
}

.o-our-clients__logo ul li.c-logo--06 a{
    background: url(../images/clinet_logo_06.png) top center no-repeat;
}

.o-our-clients__logo ul li.c-logo--06 a:hover{
    background: url(../images/clinet_logo_06_hover.png) top center no-repeat;
}

.o-our-clients__logo ul li a{
    display: block;
    background: url(../images/clinet_logo_01.png) top center no-repeat;
    background-size: 100% !important;
}

.books--page-contnet .o-our-clients__logo ul li a{
    padding-bottom: 10px;
}

.o-our-clients__logo ul li a:hover{
    background: url(../images/clinet_logo_01_hover.png) top center no-repeat;
    background-size: 100% !important;
}


.o-our-clients__logo ul li a img{
    visibility: hidden;
}
.widgettitle{
    font-size: 32px;
    font-family: 'bebas_neueregular', Arial, sans-serif;
    color: #003169;
}
/************** Podcast Page Style **********************/
.o-wrapper--1140{
    max-width: 1140px;
}

body.single-podcast,
body.post-type-archive-podcast{
    background: #eaeaea;
    color: #000000;
}

body.podcast .o-panel--header .o-wrapper {
    padding: 25px 0 20px;
    position: relative;
}

body.podcast .o-panel--header__menu{
    top: 28px; 
}

body.podcast .is-sticky .o-panel--header .o-wrapper {
    padding: 10px 0 4px;
    position: relative;
}

body.podcast .is-sticky .o-panel--header__menu {
    top: 15px;
}

.podcast .o-panel--header {
    /*background-image:url(../images/podcast/header-left.jpg), url(../images/podcast/header-right.jpg);
    background-position: left top, right top;
    background-size: 50% auto, 50% auto;
    background-color: #002f5f;*//*
    background: #002f5f url(../images/podcast/header.jpg) bottom center no-repeat;
    background-size: 100% auto !important;*/

    background: #00305b; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg, #001751, #00315e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, #001751, #00315e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, #001751, #00315e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, #001751, #00315e); /* Standard syntax (must be last) */
}

.o-panel--podcast-area{
    background-color: #eaeaea;
    padding: 0 5px 0 0;
}

.o-panel--podcast__post-banner{
    padding:55px 70px 30px;
    background: rgb(255, 255, 255) url(../images/podcast/bottom-shadow.jpg) bottom left repeat-x ;
}


#podcast-contnet .podcast--post__featured_image{
    margin: 20px auto;
}


body.post-type-archive-podcast .o-panel--podcast__post-banner{
    padding:55px 70px 30px;
    background: rgb(255, 255, 255) url(../images/podcast/bottom-shadow2.jpg) bottom left repeat-x ;
}


.o-paenl-podcast__post-content{
    padding:40px 70px 30px;
    background-color: rgb(255, 255, 255);
}


.podcast--post_audio_player{
    margin-top: 20px;
}

.o-podcast--post__meta{
    padding:25px 0 0;
    position: relative;
    display: table;
    height: 60px;
    width: 100%;
    padding-right: 180px;
}

.powerpress_links a,
.o-podcast--post__meta label{
    font-weight: normal;
    padding-right: 0px;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}

.powerpress_links,
.o-podcast--post__meta label.post__category{
    margin-bottom: 0;
    font-family: 'bebas_neueregular', Arial;
    font-size: 28px;
    color: #d5a456;
    padding-right: 20px;
}

.powerpress_links{
    margin-top: 25px;
    margin-bottom: 5px;
    padding-right: 0;
}

.powerpress_links a,
.o-podcast--post__meta label a{
    color: #002f68;
    display: inline-block;
    font-family:'montserrat_regular', Arial, sans-serif;
}

.powerpress_links a.powerpress_link_pinw{
    background: url(../images/powerpress_link_pinw.png) left center no-repeat;
    padding-left:30px;
    margin:0 5% 0 5%;

}

.powerpress_links a.powerpress_link_d{
    background: url(../images/powerpress_link_d.png) left center no-repeat;
    padding-left:30px;
    margin:0 5% 0 5%;
}

.powerpress_links a{/*
    max-width: 100px;
    width: 100%;*/
}

.post-content__text-block{
    position: relative;
}

.post-content__text-block .no-break {
    display: block;
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    top: -113px;
    right: -2px;
}

.powerpress_links a:hover,
.o-podcast--post__meta label a:hover{
    color:#d5a456;
}

.o-podcast--post__meta label a i{
    color:#d5a456;
    margin-right:10px;
}

.podcast--post__featured_image img{
    width: 100%;
}

.o-podcast--post__meta label.social-icons{
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 30px;
}

.o-paenl-podcast__footer-banner a{
    display: block;
}

.podcast--post_audio_player img,
.o-paenl-podcast__footer-banner img,
.o-paenl-podcast__footer-banner a img{
    width: 100%;
}

.o-paenl-podcast__footer-banner{
    margin-bottom: 25px;
}

.o-paenl-podcast__full-transcript .panel-heading{
    padding: 0;
}

.o-paenl-podcast__full-transcript .panel-title{
    text-align: center;
}

.o-paenl-podcast__full-transcript .panel-default{
    border-color:#f4f0f0;
}

.custom-collapse{
    background-color: #f4f0f0;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    padding: 16px 20px;
    display: block;
    position: relative;
    font-family: 'bebas_neueregular', Arial, sans-serif;
}

.custom-collapse i{
    color: #d5a456;
    margin-top: -5px;
}


.custom-collapse:hover{
    background-color: rgba(24, 50, 99, 0.95);
}

.custom-collapse label{
    display: inline-block;
    padding: 5px 5px 5px 5px;
    letter-spacing: 2px;
    font-size: 28px;
    color: #d5a456;
    font-weight: normal;
    margin-bottom: 0;

}

.custom-collapse span{
    position: absolute;
    top: 20px;
}

.custom-collapse.open label{
    color: #fff;

}

.custom-collapse.open i.c-plus,
.c-minus{
    display: none;
}

.custom-collapse.open i{
    color: #fff;
}

.custom-collapse i.c-plus,
.custom-collapse.open i.c-minus{
    display: inline-block;
}

.custom-collapse.open{
    background-color: #d5a456;
    color: rgba(24, 50, 99, 0.95);
}

.collapse-well{
    padding: 10px 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.panel-body p:last-child{
    margin-bottom: 0;
}

.widget__subscribe-itunes{
    padding: 0 7.5px;
    max-width: 275px;
    margin: 0 5px 0 auto ;
    padding: 0;
}

.o-blog--sidebar__widget,
.o-podcast--sidebar__widget{
    margin-right: -7.5px;
}

.widget__subscribe-itunes img{
    width: 100%;
    position: relative;
    z-index: 2;
}

.subscribe-btn a{
    font-size: 30px;
    color: #fff;
    display: block;
    padding:10px 60px 8px 15px;;
    line-height: 100%;
    position: relative;
    z-index: 1;
    font-family: 'bebas_neueregular', Arial, sans-serif;
    background: #d5a456 url(../images/podcast/music-icon.png) right center no-repeat;
}

.subscribe-btn{
    max-width: 285px;
    margin: 0 0 0 auto ;
    position: relative;
}

.subscribe-btn:before {
    content: '';
    position: absolute;
    left: -0px;
    top: -21px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #80591b;
    border-bottom: 20px solid transparent;
    z-index: 0;
}

.subscribe-btn a:hover{
    background-color: #fff;
    color: #001d55;
}

.subscribe-btn:hover:before{
    border-right: 20px solid rgba(146, 144, 144, 0.8);
}

.widget--text-content{
    background-color: #fff;
    padding: 25px 20px;
    max-width: 263px;
    margin: 0 10px 0 auto;
}

.widget__bys{
    padding:15px 0px 25px;
}

#sidebar .widget h3{
    color: #d5a456;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 8px;
    font-family: 'bebas_neueregular', Arial, sans-serif;

}

.post-title,
.post-title a,
#sidebar .widget ul li a{
    color: #003169;
    font-size: 16px;
    line-height: 140%;
}


.post-title{
    font-size: 42px;
    margin-top: 0;
    line-height: 100%;
}


.post-title a{
    font-size: 42px;
    line-height: 100%;
    font-family: 'bebas_neueregular', Arial, sans-serif;
}

.post-title a:hover{
    color: #d5a456;
}

.o-panel--blog__post:first-child{
    margin-top: 0;
}

.o-panel--blog__post:last-child{
    border: 0;
}

.o-panel--content .o-panel--content__blog{
    padding: 60px 0;
    min-height: 3830px;
}

.o-panel--blog__post{
    line-height: 140%;
    padding-bottom:50px;
    margin-top: 40px;
    border-bottom: 1px solid #d9d9d9;
    max-width: 800px;
}

.o-panel--blog{
    position: relative;
}

.blog__post-content{
    position: relative;
    padding-bottom: 95px;
}

.btn--read-more{
    position: absolute;
    right: 0;
    bottom: 0;
}
.share_btns{
    margin-top: -50px !important;
}

.page-template-tpl-blog .share_btns{
    position: absolute;
    bottom: -8px;
    left: 0;
    margin-top: 0px !important;
}

.single-post .share_btns{
    margin-top: 30px !important;
}

.post-footer__baner{
    padding-top: 20px;
}

.post-footer__baner-section{
    position: relative;
}

.share_btns .st_facebook_hcount,
.share_btns .st_twitter_hcount,
.share_btns .st_email_hcount,
.share_btns .st_googleplus_hcount,
.share_btns .st_sharethis_hcount{
    border: 0px solid #d5a456;
    display: inline-block;
    height: 30px;
    margin-right: 2px;
}

.post-banner{
    width: 100%;
}

.o-panel--blog__post .alignleft{
    margin-right: 2em;
    margin-top: 6px;
}

.blog--post__featured_image {
    margin-bottom: 40px;
    display: none;
}

.single-post .size-full.aligncenter,
.page-template-tpl-blog .size-full.aligncenter,
.blog--post__featured_image img{
    width: 100%;
}

.o-panel--blog__post .post-title a,
.o-panel--blog__post .post-title{
    font-size: 34px;
    font-family: 'oswaldbold', Arial, sans-serif;
    text-transform: capitalize;
    color: #d5a456;
    margin-bottom: 30px;
}

.single-post .o-panel--blog__post{
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.o-panel--blog__post .post-title a:hover{
    color: #003169;

}

.more-link{
    display: none;
}

.custom_btn.more-link{
    display: inline-block;
}

.custom_btn.border,
.more-link{
    font-size: 22px;
    border:0;
    border-bottom: 4px solid #b2925f;
    max-width: 225px;
    width:100%;
    font-family: "montserrat_bold", Arial, sans-serif;
}

.submit-comment{
    font-size: 18px !important;
    padding: 8px 20px 6px !important;
}

.more-link:hover,
.custom_btn.border:hover{
    border-color: #0d354c;
}

#sidebar .widget ul li a:hover{
    color: #d5a456;
}

#sidebar .widget ul li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dbdada;
    line-height: 140%;
}

#sidebar .widget ul li:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.o-blog--sidebar{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    max-width: 335px;
    width: 100%;
}

.o-blog--sidebar .banner-box{
    padding-right: 29px;
    position: relative;
}

.o-blog--sidebar .download-3chapters-btn{
    position: absolute;
    top: 295px;
    left: 0px;
    width: 100%;
    padding: 0 29px 0 20px;
}

.download-3chapters-btn a{
    text-align: center;
    display: block;
    padding: 40px 30px;
    background: transparent;
    text-indent: -99999px;
}

.o-panel--blog-content-area{
    width: 100%;
    padding-left: 0;
    min-height: 3300px;
    padding-bottom: 60px;
    padding-right: 360px;
}

.o-blog--sidebar .widget{
    margin-bottom: 23px;
}

.widget__BYS-ipad-app{
    max-width: 335px;
    margin: 0 auto;
    background:url(../images/ipad-app-bg.png) center top repeat-y;
}

.ipad-app{
    display:block;
    margin: 0 auto;
}

.widget__BYS-ipad-app--info{
    padding:10px 25px 15px 25px;
    color: #fff;
    max-width:300px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 140%;
}

.widget__BYS-ipad-app--info .custom_btn{
    display: block;
    width: 100%;
    max-width: 240px;
    font-size: 20px;
    padding: 14px 10px;
    text-transform: none;
    margin: 0;
    letter-spacing: 1px;
}

.widget__BYS-ipad-app--info .custom_btn:hover{
    background-color: #fff;
    color: #0d354c !important;
    border-bottom: 4px solid #b2925f;
}

.widget__BYS-ipad-app--info .btn-holder{
    padding: 5px 0 16px;
}

#sidebar .e-books-holder{
    background: #e9e9e9;
    max-width: 292px;
    margin: 0 auto;
    padding:40px 15px 20px;
}

.widget__bys--books{
    padding-right: 10px;
}

#sidebar .e-books-holder ul li{
    border-color: transparent;
    padding: 0;
    margin-bottom: 25px;
}

.e-books-holder .custom_btn{
    display: block;
    font-size: 16px;
    padding: 14px 10px 11px;
    width: auto;
    max-width: 400px;
}

.e-books-holder .btn-holder{
    margin-top:40px;
}

.e-books-holder .custom_btn i{
    font-size: 32px;
    margin-left: 3px;
}

.full-width-template h1{
        font-size: 32px;
}

.full-width-template h2{
    font-size: 28px;
}

.full-width-template h3{
    font-size: 24px;
}

.full-width-template h4{
    font-size: 20px;
}

.full-width-template strong,
.full-width-template h1, 
.full-width-template h2, 
.full-width-template h3, 
.full-width-template h4, 
.full-width-template h5, 
.full-width-template h6{
    font-family: 'montserrat_regular', Arial, sans-serif;
    line-height: 130%;
}

.wp-pagenavi span.current{
    font-weight: normal! important;
}
/************** End Podcast Page Style **********************/
/************** Start Contact Page *************************/
.contact-info {
    margin-bottom: 30px;
    max-width:500px;
}
.contact-info h1 {
    margin-top: 0;
    line-height: 1.1;
    margin-bottom: 20px;
}
.contact-info p {
    line-height: 140%;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.contact-info .coll-info {
    font-size: 48px;
    line-height: 1.3;
    font-family: 'oswaldbold', Arial, sans-serif;
    margin-bottom: 10px;
    margin-top: -15px;
}
.contact-info .c-link {
    font-size: 28px;
    color: #fff;
    line-height: 1.4;
    font-family: 'oswaldlight', Arial, sans-serif;
    text-decoration: underline;
}
.contact-panel .contact-form {
    max-width: 480px;
    background: #e5e5e5;
    padding:26px 40px 32px;
    margin-left: auto;
    margin-right:0;
}
.contact-panel .form-group {
    margin-bottom: 20px;
}

.subscribe-content input[type="email"],
.subscribe-content input[type="text"],
.contact-panel .contact-form form input[type="email"],
.contact-panel .contact-form form input[type="text"]{
    height: 49px;
    width: 100% !important;
    padding: 12px 15px 15px;
    text-align: center;
    border-radius: 0;
    border: none;
    border-top: 4px solid #c3bebe;
    font-size: 18px;
    font-weight: normal;
    color: #b3b3b3;
    font-family: 'roboto_condensedbold', Arial, sans-serif;
}

.contact-panel .contact-form .gform_wrapper div.validation_error,
.contact-panel .contact-form .gfield_label{
    display: none !important;
}

.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
    padding: 0! important;
    margin-top: 0 !important;
}

.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
    margin-top: 0!important;
}

.contact-form .gform_wrapper li.gfield.gfield_error, 
.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background: none!important;
    border:0 !important;
}

.contact-panel .contact-form .gform_wrapper .gform_footer{
    padding: 0!important;
    margin: 0!important;
}

.subscribe-content input[type="text"]{
    height: 52px;
    font-family: 'montserrat_light', Arial, sans-serif;
    text-align: left;
    color: #b5b5b5;
}

.subscribe-content input[type="text"]:active{
    color: #000! important;
}

input:focus, textarea:focus, keygen:focus, select:focus {
    outline: none;
}

.contact-panel .contact-form form textarea{
    text-align: center;
    padding: 15px 15px;
    width: 100% !important;
    border-radius: 0;
    border: 0;
    font-size: 18px;
    color: #b3b3b3;
    border-top: 4px solid #c3bebe;
    font-weight: normal;
    font-family: 'roboto_condensedbold', Arial, sans-serif;
    min-height: 140px;
}

.subscribe-content input[type="submit"],
.contact-panel .contact-form input[type="submit"]{
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    background: #d5a456;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-family: 'roboto_condensedbold', Arial, sans-serif;
    box-shadow: 0px 5px 1px 0 #b29462;
    webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.subscribe-content input[type="submit"]{
    font-size: 22px;
    padding: 12px 20px 10px;
    font-family: 'montserrat_bold', Arial, sans-serif;
}

.smform-description,
.smform-title{
    display: none !important;
}

button, html input[type="button"], 
input[type="reset"], 
input[type="submit"]{
    background: #d5a456;
    color: #fff;
    padding: 4px 20px 3px;
    border: 1px solid #d5a456;
    color: #fff;

}

input, button, select, textarea{
    padding: 2px 8px;
}

button, html input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover,
.contact-panel .contact-form input[type="submit"]:hover{
    background: #031b41;
    color: #fff;
}

.contact-info .coll-info span{
    font-family: 'oswaldlight', Arial, sans-serif;
}

.contact-form .infusion-field{
    margin-bottom: 18px;
}

.infusion-submit{
    margin-top: -5px;
}

.popup-contact-form{
    max-width: 1140px;
    width: 100%;
    padding: 0 10px;
    margin-top: 60px;
}

.popup-contact-form .modal-content{
    background: #002e5f;
    padding: 0 40px;
    border-radius: 0;
}

.popup-contact-form .close{
    color: #002e5f;
    opacity: 1;
    position: absolute;
    right: 0;
    background: #d5a456;
    padding: 2px 6px 2px 8px;
    outline: none;
}


/************ One Page template *************/

.o-panel--onepage-tmp .o-panel--workbook{
    max-width: 100%;
}

.o-panel--onepage-tmp h6 strong,
.o-panel--onepage-tmp h4 strong,
.o-panel--onepage-tmp h5 strong,
.o-panel--onepage-tmp h3 strong,
.o-panel--onepage-tmp h2 strong,
.o-panel--onepage-tmp h1 strong,
.o-panel--onepage-tmp h1 strong,
.o-panel--onepage-tmp h1,
.o-panel--onepage-tmp h2,
.o-panel--onepage-tmp h3,
.o-panel--onepage-tmp h4,
.o-panel--onepage-tmp h5,
.o-panel--onepage-tmp h6{
    font-family: 'oswaldbold', Arial, sans-serif;
}

.o-panel--onepage-tmp .o-panel--workbook h1{
    margin-bottom: 20px;
    font-size: 42px;
    text-transform: none;
    color: #00497a;
}


.o-panel--onepage-tmp h2{
    font-size: 38px;
    color: #d5a456;
}

.o-panel--onepage-tmp h3{
    font-size: 34px;
    color: #00497a;
}

.o-panel--onepage-tmp h4{
    font-size: 30px;
    color: #d5a456;
}

.o-panel--onepage-tmp h5{
    font-size: 24px;
    color: #00497a;
}

.o-panel--onepage-tmp h6{
    font-size: 20px;
    color: #d5a456;
}
.o-panel--onepage-tmp ul li {
    font-weight: normal;
    font-size: 18px;
    display: block;
    margin: 0px;
    background: url(../images/bullet.png) 1px 9px no-repeat;
    padding: 0px 0px 8px 15px;
    background-size: 6px auto;
}

.photo_frame,
.photo{
    border: 5px solid #fff;
    -moz-box-shadow: 0px 3px 7px 4px #b1b1b1;
    -webkit-box-shadow: 0px 3px 7px 4px #b1b1b1;
    box-shadow: 0px 3px 7px 4px #b1b1b1;
}
/************ End One Page template Style *************/
/************ WorkBook Style *************/

.o-panel--workbook{
    max-width: 1070px;
    margin: 0 auto;
    font-size: 20px;
}

.workbook-content h1,
.o-panel--workbook h1{
    font-size: 76px;
    color: #00497a;
    font-family: 'oswaldbold', Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.o-panel--onepage-tmp h1 strong,
.workbook-content h1 strong,
.workbook-content h1 span,
.o-panel--workbook h1 strong,
.o-panel--workbook h1 span{
    color: #d5a456;
    font-family: 'oswaldbold', Arial, sans-serif;
}

.subscribe-content{
    padding: 40px 30px 60px;
    background: #004979;
    position: relative;
    color: #fff;
    margin-top:70px;
}

.cover-page{
    position: absolute;
    left: 75px;
    top: 45px;
    max-width: 135px;
}


.note{
    position: absolute;
    left: 30px;
    bottom: 25px;
}

.infusion-box{
    margin-left: 300px;
    max-width: 670px;
}

.infusion-box .infusion-field{
    width: 50%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 35px;
    margin-top: 32px
}

.infusion-box .infusion-form{
    margin: 0 -15px;
}

.infusion-submit{
    padding: 0 15px;
}

.subscribe-content h2{
    color: #fff;
    margin-top: 0;
    font-size: 44px;
    padding-left: 12px;
    text-transform: uppercase;
    font-family: 'oswaldbold', sans-serif, Arial;
}

.e-newsletter{
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    color: #343333;
    line-height: 130%;
    font-size: 18px;
    max-width: 1024px;
    margin: 55px auto 25px;
}

.e-newsletter span{
    color: #00497a;
    font-size: 54px;
    position: absolute;
    left:5px;
    top: -3px;
    line-height: 100%;
}

/************ End WorkBook Style *************/

/********** Start Option Popup ******************/

/*.widget__subscribe-widget .submitbox{
    top: 0 !important;
    left: 20px!important;
}*/


#submitbox{
    position:absolute;
    display:none;
    margin:0;
    width: 100%;
    z-index: 10;
}

.o-blog--sidebar #submitbox{
    background: #c99043;
    max-width: 294px;
    margin: 0 auto;
    padding: 22px;
}

.o-blog--sidebar #submitbox h1{
    margin-top: 5px;
    margin-bottom: 20px;
}

#submitbox {
    width: 100%;
    background:#d5a456;
}

.o-blog--sidebar__widget .widget{
    position: relative;
}

.home #submitbox{
    max-width: 292px;
    width: 100%;
    top: auto !important;
    bottom: 0 !important;
    background:#c99043;
    background-size: 100% auto !important;
}

.blog-sidebar #submitbox{
    max-width: 260px;
    width: 100%;
    background:#c99043 url(css/images/blog-sb-nwl-bg.png)! important;
    background-size: 100% auto !important;
}

.home #submitbox p{
    color: #fff;
}

#submitbox p{
    color: #fff;
}

.blog-nwl-block input[type="submit"]:hover, 
.submitbutton:hover{
  background: #163B78;
}

.inf_newsletter .infusion-field{
    margin-bottom: 12px;
    border-top: 4px solid #cfcfcf;
}

.inf_newsletter input[type="email"],
.inf_newsletter input[type="text"]{
    width: 100%;
    padding: 10px 12px;
    border:0;
    border-radius: 0;
}


.inf_newsletter  form,
.subscribe-newsletter form{
    width: 100%;
}

.inf_newsletter form label,
.subscribe-newsletter form label{
    display: none;
}

.infusion-field{
    margin:10px 0 20px;
}

.inf_newsletter  input[type='text']:hover,
.inf_newsletter  input[type='email']:hover,
.subscribe-newsletter input[type='text']:hover,
.subscribe-newsletter input[type='email']:hover {
    background: #F8F8D1;
}

.inf_newsletter input[type='text']::valid,
.inf_newsletter input[type='email']::valid,
.subscribe-newsletter input[type='text']::valid,
.subscribe-newsletter input[type='email']::valid {
    background: #fff;
}

.inf_newsletter input::-webkit-input-placeholder,
.subscribe-newsletter input::-webkit-input-placeholder { /* WebKit browsers */
    color: #b4b4b4;
    font-size: 18px;
    font-family: 'montserrat_regular';
}

.inf_newsletter input:-moz-placeholder,
.subscribe-newsletter input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b4b4b4;
    font-size: 18px;
    font-family: 'montserrat_regular';
}

.inf_newsletter input:-moz-placeholder,
.subscribe-newsletter input:-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b4b4b4;
    font-size: 18px;
    font-family: 'montserrat_regular';
}

.inf_newsletter input:-ms-input-placeholder,
.subscribe-newsletter input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #b4b4b4;
    font-size: 18px;
    font-family: 'montserrat_regular';
}

.inf_newsletter input[type='text']:focus,
.inf_newsletter input[type='email']:focus
.subscribe-newsletter input[type='text']:focus,
.subscribe-newsletter input[type='email']:focus{
    background: #F8F8D1;
}

.inf_newsletter input[type='text']::active,
.inf_newsletter input[type='email']::active
.subscribe-newsletter input[type='text']::active,
.subscribe-newsletter input[type='email']::active{
    color: #000;
}

.inf_newsletter .infusion-submit{
    padding: 0;
    margin: 0;
}


.subscribe-newsletter input[type='submit']:hover{
    opacity: .8;
}


.inf_newsletter input[type='submit']:active,
.subscribe-newsletter input[type='submit']:active {
    position: relative;
    top: 2px;
}


.inf_newsletter input[type='submit']{
    width: 100%;
    max-width: 400px;
    padding: 10px 20px;
    font-size: 24px;
    border-color: #907e61 !important;
    margin: 5px auto 22px;
    background: #00497a;
    opacity: 1;
    color: #fff;
    box-shadow:none !important;
}

.inf_newsletter input[type='submit']:hover{
    background:#784908 ;
    opacity: 1;
    border-color: #907e61 !important;
    color: #fff !important;
}

.guarantee-note{
    font-size: 12px;
    padding-left: 30px;
    line-height: 140%;
    margin: 22px 0 10px;
    text-align: left;
    background:url(../images/lock.png)  top left no-repeat;
}

.blog_banner.inf_newsletter input[type="email"], 
.blog_banner.inf_newsletter input[type="text"]{
    padding: 7px 10px;
}

.blog_banner.inf_newsletter input[type='submit']{
    margin:0 0 10px;
}

.blog_banner .guarantee-note{
    margin: 6px 0 0;
}
#submitbox.blog_banner h1{
    margin-bottom: 10px;
    margin-top: 0! important;
}
/********** End Option Popup ******************/

/********** Start Blog Post style ****************/

.blog__post-content h2,
.blog__post-content h2 strong{
        font-size: 34px;
        color: #d5a456;
        text-transform: uppercase;
        font-family: 'oswaldbold', Arial, sans-serif;
}

.wp-pagenavi{
 margin-top: 30px;
}

/********** End Blog Post style ****************/
/********** Start Book page style ****************/
.books--page-contnet{
    padding-bottom:40px;
}
.books--page-contnet .book_info{
    font-size: 16px;
    padding: 0 8px;
}

.books--page-contnet .o-our-clients__logo{
    margin-top: 30px;
}

.books--page-contnet .blank-space{
    padding: 0;
}

.books--page-contnet .content-box{
    padding: 32px 20px 25px;
}

.books--page-contnet h1 span {
    color: #d5a456;
}

.books--page-contnet .book-title{
    margin-bottom: 6px;
    font-size: 42px;
    color: #d5a456;
    margin-top: 5px;
    font-family:'oswaldbold', Arial, sans-serif;
}

.books--page-contnet .book-title sup{
    font-size: 20px;
    top: -28px;
}
/*
.books--page-contnet .book-title span{
    color: #e80806;
    font-family: 'hand_of_sean', Arial, sans-serif;
    font-weight: normal;
}
*/
.books--page-contnet .img-area{
    max-width: 300px;
    margin: 13px auto !important;
}

.books--page-contnet .content-box{
    margin: 0 auto;
}

#BBS_book,
#BYS_Translated,
#Contrarian_Effect,
#Think_Big_Manifesto,
#Steal_Tha_Show,
#BYS_Illustrated{
    padding: 0px 0 80px
}

#BYS_Illustrated{
    padding-bottom: 60px;
}

.books--page-contnet .BYS_Ilustrated_cover{
    max-width: 318px;
    width: 100%;
    margin: 15px auto !important;
}

/********** End Book page style ******************/

/************ Commentlist Style *************/
#comments-title{
    font-size: 38px;
    text-align: center;
    margin-top: 50px;
    font-size: 34px;
    text-transform: capitalize;
    font-family: 'oswaldbold', Arial, sans-serif;
}

.widget-container, .commentlist #comment-form, .commentlist .comment {
    margin: 5px 0 2.5em 0;
    padding: 0 1.5em 1.5em;
    background-color: #f6f6f6;
    border-top: 0px solid #d5a457;
    border-right: 1px solid #d5a457;
    border-bottom: 1px solid #d5a457;
    border-left: 1px solid #d5a457;
    -webkit-box-shadow: #ccc 0px -5px 0px;
    -moz-box-shadow: #ccc 0px -5px 0px;
    box-shadow: #d5a457 0px -5px 0px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.commentlist .comment{
    font-family:"montserrat_light", Arial, sans-serif;
    color:#666;
}

.commentlist .comment .comment-from{margin:0}
.commentlist .comment .comment-post-date{text-transform:none;font-size:0.65em;padding:0 0 0 0.5em;float:none; color:#495b67;}
.commentlist .comment .comment-post-date a{float:none}
.commentlist .comment .comment-body p{word-wrap:break-word}

.commentlist .comment{margin:3em 0;padding:1em 2em}
.commentlist .comment h3{float:none;margin:0.5em 0;display:block;text-transform:capitalize;width:100%; font-family:"oswaldbold", Arial, sans-serif; font-size: 24px}
.commentlist .comment h3 a{float:none; text-decoration:none; color:#002157; font-family:"oswaldbold",Arial,sans-serif;}
.commentlist .comment .comment-body p{word-wrap:break-word}
.commentlist .comment .comment-from{margin:0}
.commentlist .comment .comment-post-date{text-transform:none;font-size:0.65em;padding:0 0 0 0.5em;float:none; font-family: "montserrat_light", Arial, sans-serif}
.commentlist .comment .comment-post-date a{float:none}
.commentlist .comment p{
    font-size:16px !important;
    line-height:1.7em;
    word-wrap: break-word;
    font-size: 1em;
    margin-bottom: 1.5em;
    color: #666;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-family:"montserrat_light",Arial,sans-serif;
}

.commentlist .reply a{
    font-family:"montserrat_bold",Arial,sans-serif;
}

.comment-from h3{
    color: #003169;
    font-size: 24px;
    font-family:"montserrat_light",Arial,sans-serif;
}


/************ Footer Style *************/
/************ Footer Style *************/

.o-panel--footer{
    background:#212121 url(../images/footer.jpg)  top left no-repeat;
    background-size: 100% auto;
    color: #fff;
}

.o-panel--footer .o-wrapper{
    padding: 30px 0;
    background: transparent;
}

.c-footer__widget{
    padding: 15px 0 10px;
    font-size: 16px;
}

.c-footer__widget p{
    line-height: 120%;
}

.c-footer__widget h3{
    margin-bottom: 16px;
    font-size: 24px;
    color: #d5a456;
    letter-spacing: 3px;
    font-family: 'oswaldlight', Arial, sans-serif;
    text-transform: uppercase;
}

.c-footer__widget  .c-link{
    color: #fff;
    text-decoration: underline;
}
.c-footer__widget  .c-link:hover{
    color: #d5a456;
}

.coll-info{
    color: #fff;
    font-size: 32px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'oswaldlight', Arial, sans-serif;
}

.coll-info label{
    color: #d5a456;
    margin-bottom: 0;
}

.c-footer__widge--michael-info label{
    font-weight: normal;
    display: block;
    margin-bottom: 0;
    line-height: 120%;
    width: 100%;
}

.c-footer__widget--office-info ul li a,
.c-link.c-d5a456{
    color: #d5a456 !important;
}

.c-footer__widge--michael-info ul li{
    margin-bottom: 20px;
    font-size: 16px;
}

.c-footer__widget--office-info ul li{
    margin-bottom: 15px;
}

.c-footer__widget--office-info ul li:last-child,
.c-footer__widge--michael-info ul li:last-child{
    margin-bottom: 0;
}

.c-footer__widget--office-info ul li a{
    font-size: 16px;
    text-decoration: underline;
}

.c-footer__widget--office-info{
    font-size: 16px;
}

.c-footer__copyright{
    margin-top: 30px;
    max-width: 250px;
}


/*************** Thank You ********************/

.o-wrapper--1140{
    max-width: 1140px;
}

body.free-chapter,
body.thank-you {
    background: #fff;
    color: #000000;
}

body.free-chapter .o-panel--header .o-wrapper {
    padding: 25px 0 20px;
    position: relative;
}

body.free-chapter .o-panel--header__menu{
    top: 28px; 
}

body.free-chapter .is-sticky .o-panel--header .o-wrapper {
    padding: 10px 0 4px;
    position: relative;
}

body.free-chapter .is-sticky .o-panel--header__menu{
    top: 15px;
}

.free-chapter .o-panel--header {
    /*background-image:url(../images/podcast/header-left.jpg), url(../images/podcast/header-right.jpg);
    background-position: left top, right top;
    background-size: 50% auto, 50% auto;
    background-color: #002f5f;*//*
    background: #002f5f url(../images/podcast/header.jpg) bottom center no-repeat;
    background-size: 100% auto !important;*/

    background: #00305b; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg, #001751, #00315e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, #001751, #00315e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, #001751, #00315e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, #001751, #00315e); /* Standard syntax (must be last) */
}

.thank-you-content{
    background-color: #fff;
    padding: 0 5px 30px 0;
    max-width: 980px;
    margin: 0 auto;
}

.thank-you .body-content .o-panel--podcast {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.thankyou-text-area {
    padding: 30px 0 35px;
}

.thankyou-text-area h3 {
    text-align: center;
    font-size: 28px;
    line-height: 1.3;
    color: #004a79;
    text-transform: uppercase;
    font-family: 'montserrat_bold', Arial, sans-serif;
    margin-bottom: 25px;
}

.thankyou-text-area p {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    color: #333333;
    font-family: 'montserrat_regular', Arial, sans-serif;
    margin-bottom: 30px;
}

.thankyou-text-area .c-link {
    color: #d5a456;
    text-decoration: underline;
}

.thankyou-text-area .c-link:hover {
    color: #004a79;
    text-decoration: underline! important;
}

.o-panel--thankyou-area .start-btn {
    margin-bottom: 30px;
}

.free-chapter-content .content-box .start-btn a,
.o-panel--thankyou-area .start-btn a{
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    background: #d5a456;
    border-radius: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    color: #fff;
    font-family: 'roboto_condensedbold', Arial, sans-serif;
    box-shadow: 0px 5px 1px 0 #b29462;
    webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.free-chapter-content .content-box .start-btn a:hover,
.o-panel--thankyou-area .start-btn a:hover{
    background: #031b41;
    color: #fff;
}

.o-panel--thankyou-area .articel-post {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

.o-panel--thankyou-area .articel-post a {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

/*************** Free Chapter *********************/
.o-wrapper--1100{
    max-width: 1100px;
}
.o-chapter-content h1{
    color: #00497a;
    font-size: 75px;
    font-family: 'oswaldbold', Arial, sans-serif;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.o-chapter-content,
.o-chapter-content p{
    color: #343333;
    font-size: 20px;
    font-family: 'montserrat_regular', Arial, sans-serif;
    line-height: 150%;
    margin-bottom: 0px;
}

.content-box {
    border: 6px solid #e5e5e5;
    margin-top: 9%;
    position: relative;
    padding: 26px 20px 15px;
    margin-bottom: 60px;
}

.img-area {
    margin-top: -80px;
    margin-bottom: 20px;
}   

.download-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
} 

.download-content ul li {
    font-size: 20px;
    background: url(../images/download-icon.png) left 5px no-repeat;
    padding: 5px 40px;
    color: #00497a;
    text-transform: uppercase;
    font-family: 'montserrat_bold', Arial, sans-serif;
    margin-bottom: 25px;
    
}

.download-content ul li span{
    font-family: 'montserrat_regular', Arial, sans-serif;   
    color: #343333;
    text-transform: none;

}

.o-chapter-content a{
    color: #d5a456;
}

.o-chapter-content a:hover{
    color: #00497a;
}

.download-content ul li a {
    color: #d5a456;
    text-decoration: underline;
    text-transform: none;
}

.devider {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    margin-bottom: 20px;
}

.sub-title h2 {
    font-size: 34px;
    color: #343333;
    line-height: 1.4;
    font-family: 'oswaldbold', Arial, sans-serif;
    text-transform: uppercase;
    background: url(../images/arrow.png) left 20px no-repeat;
    padding-left: 55px;
    padding-bottom: 20px;
}

.sub-title h2 a.book-link {
    color: #d5a456;
    text-decoration: underline;
}

.bys-free-book-2 {
    margin-top: 10px;
}

.bys-free-book-2 .img-area{
    margin-top: -100px;
}

.bys-free-book-2 .download-content ul li {
    padding: 5px 0px 5px 40px;
}

.sub-title2 h2 {
    background: none;
    text-transform: uppercase;
    padding-left: 380px;
}

.mobile-app {
    margin-bottom: 30px;
    margin-top: 10px;
}

.mobile-app .img-area {
    margin-top: -130px;
}

/*========= TY WorkBook =============*/


.workbook-content{
    background-color: #fff;
    padding: 0 5px 0px 0;
}

.workbook-text-area {
    padding: 30px 0 0px;
}

.workbook-text-area p {
    text-align: left;
    font-size: 20px;
    line-height: 1.3;
    color: #333333;
    font-family: 'montserrat_regular', Arial, sans-serif;
    margin-bottom: 30px;
}

.download-box-holder {
    background: #00497a;
    padding: 60px;
    margin-bottom: 40px;
}

.download-content {
    max-width: 630px;
    margin: 10px auto;
}

.download-box-holder h2 {
    background: url(../images/workbook/pdf-icon.png) left 10px no-repeat;
    padding-left: 80px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
    font-size: 33px;
    text-transform: uppercase;
    font-family: 'oswaldbold', Arial, sans-serif;
}

.workbook-text-area .c-link {
    color: #d5a456;
    text-decoration: underline;
}

.workbook-text-area .c-link:hover {
    color: #004a79;
    text-decoration: underline! important;
}

.start-btn,
.o-panel--the-workbook .start-btn {
    margin-bottom: 0px;
}

.start-btn a,
.o-panel--the-workbook .start-btn a{
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    color: #fff;
    background: #d5a456;
    border-radius: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-family: 'roboto_condensedbold', Arial, sans-serif;
    box-shadow: 0px 5px 1px 0 #b29462;
    webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.o-panel--the-workbook .start-btn a:hover{
    background: #031b41;
    color: #fff;
}

.shareicons{
    margin: 30px 0;
}

.st_email_hcount .stButton .st-email-counter, .st_facebook_hcount .stButton .st-facebook-counter, 
.st_pinterest_hcount .stButton .st-pinterest-counter, .st_sharethis_hcount .stButton .st-sharethis-counter, 
.st_twitter_hcount .stButton .st-twitter-counter,
.shareicons .stButton .stFb, 
.shareicons .stButton .stTwbutton, 
.shareicons .stButton .stMainServices {
    height: 23px! important;
    min-height: 23px! important;
    margin-bottom: 5px;
    box-sizing: border-box! important;
}

.shareicons .stButton .stButton_gradient {
    height: 22px! important;
    box-sizing: border-box! important;
}


.contact-form .infusion-submit{
    padding: 0 0px;
}
.stButton .st-twitter-counter, .stButton .st-facebook-counter {
    width: 64px !important;
}

.stButton .st-sharethis-counter2 {
    width: 66px!important;
}

.vimeo-embed-container iframe{
  width:100% !important;
}

.vimeo-embed-container{
    margin:15px auto 40px;
    max-width: 670px;
    padding:0px 15px;
}


.privacy-policy--form{
    max-width: 900px;
    padding: 20px 0 40px;
}

.privacy-policy--form .infusion-field {
    margin-bottom: 25px;
    margin-top: 0;
}

.privacy-policy--form .infusion--option{
    margin-bottom: 10px;
}

.privacy-policy--form .infusion-field label {
    display: none;
}

.privacy-policy--form .infusion-option label {
    display: block !important;
    color: #000;
    font-weight: normal;
    margin: 0;
    line-height: 140%;
}
.privacy-policy--form textarea, 
.privacy-policy--form input[type="email"],
.privacy-policy--form input[type="text"] {
    width: 100%;
    margin: 0;
    color: #000;
    font-family:'montserrat_regular',Georgia, Arial, sans-serif;
    padding: 16px 10px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    font-size: 18px;
    line-height: 20px;
    border: 1px solid #c2c2c2;
    font-style: italic;
    box-shadow: 1px 1px 2px #c2c2c2;
}

.privacy-policy--form .infusion-submit{
    padding: 0;
}

.privacy-policy--form input[type="submit"]{
    margin: 0;
    padding: 13px 25px;
    max-width: 200px;
    width: 100%;
    font-size: 20px;
}