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

.orange_color {
    color: #e75300;
}


.cropcircle{
    width: 138px;
    /*height: 138px;*/
    border-radius: 100%;
    background: #eee no-repeat center;
    background-size: cover;
}


#page_homepage {
    background-color: #FFF;
    position: relative;
    z-index: 10;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
    text-align: center;
    margin: auto;
}

#page_homepage h1 {
    font-size: 58px;
    line-height: 58px;
}

#page_homepage h2 {
    font-size: 28px;
}

#page_homepage span.line {
    display:inline-block;
    clear:both;
    border-bottom:2px solid black;
    padding-bottom:13px;
    width: 83px;
}

#page_homepage p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
}


#page_homepage .btn_more, .orange_button_more {
    text-shadow: 1px 1px 1px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    background: #f05f24;
    padding: 3px 30px 3px 30px;
    border: solid #f7a584 1px;
    text-decoration: none;
}

#page_homepage .btn_more:hover, .orange_button_more:hover {
    background: #e04304;
    text-decoration: none;
}



.begin_journey {
    width: 100%;
    max-width: 1150px;
    /*min-height: 800px;*/
    margin: 0 auto 0 auto;
    padding-top:95px;
}

.begin_journey_title {
    padding-bottom: 52px;
}

.begin_journey_one {
    text-align: left;
    max-width: /*520px*/ 560px;
    padding-right: 30px;
    padding-bottom: 104px;
    float: left;
    padding-left: 60px;
}

.begin_journey_one:nth-child(2n+3) {
    padding-right: 0px;
}

.begin_journey_one img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto !important;
    padding-bottom: 20px;

}
.begin_journey_one h2 {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: -7px;
}
.begin_journey_one p {
    text-align: left;
}





#fivesteps {
    clear: right;
    background-color: #F7F7F7;

    width: 100%;
    /*min-height: 800px;*/
    padding-top:63px;
    padding-bottom: 50px;
}

#fivesteps .fivesteps_title {
    padding-bottom: 15px;
}

#fivesteps .content {
    margin: 0 auto 0 auto;
    max-width: 1150px;
}

#fivesteps .fivesteps_one {
    max-width: /*180px*/198px;
    min-height: 400px;
    padding-right: 40px;
    float: left;
}
#fivesteps .fivesteps_one p {
    text-align: left;
}

#fivesteps .fivesteps_one img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto !important;
}

#fivesteps .fivesteps_one:last-child {
    padding-right: 0px;
    clear: right;
}



#sign_up_newsletter {
    background-color: #F7F7F7;
    min-height: 105px;
    text-align: center;
    clear: both;
}

#sign_up_newsletter .content {
    margin: 0 auto 0 auto;
    max-width: 1150px;
    line-height: 98px;
    clear: both;
}


#sign_up_newsletter .title {
    float:left;
    margin-right: 35px;
    width: 28%;
    text-align: right;
}

#sign_up_newsletter .email {
    float: left;
    width: 68%;
}
#sign_up_newsletter .email input {
    width: 100%;
    height: 27px;
    background-color: #E6E6E6;
    border: 0px;
}





#path_of_gtd {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto 0 auto;
    min-height: 490px;
    padding-top:61px;
    padding-bottom: 115px;
    clear: right;

}

#path_of_gtd .title {
    padding-bottom: 17px;
}

#path_of_gtd .content {
    /*margin: 0 auto 0 auto;*/
    /*max-width: 1150px;*/
}

#path_of_gtd .path_icons {
    margin: 0 auto 0 auto;
    max-width: 1150px;
    /*width: 100%;*/
    clear: right;
}

#path_of_gtd .path_icons .path_box {
    float: left;
    margin-left:80px;
    margin-right:77px;
    max-width: 220px;
    text-align: center;
}

#path_of_gtd .path_icons .path_box:last-child {
    margin-right:0px;
}

#path_of_gtd .path_icons .path_box:first-child {
    margin-left: 0px;
}


#path_of_gtd .path_icons .path_box h2 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 32px;
}


.path_l_arrow, .path_l1, .path_l2, .path_l3{
    background: url(/wp-content/themes/getting-things-done/images/path_sprites.png) no-repeat;
}

.path_l_arrow{
    background-position: -590px -5px;
    width: 88px;
    height: 46px;
    margin-top: 60px;
    /*margin-right: 50px;*/margin-right: 0px;
    float: left;

}

.path_l1{
    background-position: 0 0;
    width: 186px;
    height: 186px;
    margin-left: 17px;
}

.path_l2{
    background-position: -187px -1px;
    width: 186px;
    height: 186px;
    margin-left: 0px;
    margin-left: 17px;
}

.path_l3{
    background-position: -377px 0;
    width: 186px;
    height: 186px;
    margin-left: 0px;
    margin-left: 17px;
}


#homepage_bottom {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto 0 auto;
    min-height: 600px;
    padding-top:98px;
    padding-bottom: 50px;
    clear: right;
}
#homepage_bottom .title {

}

#homepage_bottom .product_pic {
    float: left;
    width: 400px;
    padding-right: 130px;
}

#homepage_bottom .product_descr {
    text-align: left;
    margin-top: 120px;
}

#homepage_bottom .product_descr  h2 {
    font-size: 36px;
    line-height: 36px;
}







/**
 * Coaching Services the top section
 */
#coaching_services_form {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto 0 auto;
    min-height: 750px;
    padding-top:40px;
    padding-bottom: 50px;
    clear: right;
}

#coaching_services_form h1.pageTitle, #page_homepage .pageTitle {
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #2A2A2A;
    text-align: left;
    font-size: 44px;
    font-weight: bold;
    color: #2A2A2A;
    letter-spacing: 1px;
}



#coaching_services_form h3 {
    color: #2A2A2A;
}
.coaching_services_left h3 {
    margin-bottom: 0px;
    color: #2A2A2A;
}
.coaching_services_left p {
    margin-top: 3px;
    margin-bottom: 35px;
    color: #2A2A2A;
}


#coaching_services_form p {
    text-align: left;
}

#coaching_services_form .coaching_services_left {
    float: left;
    min-width: 550px;
    width: 550px;
    padding-right: 30px;
    padding-top: 53px;
}

#coaching_services_form .coaching_services_left .product_pic {
    text-align: left;
}

#coaching_services_form .coaching_services_left .key_results {
    with: 100%;
    min-height: 30px;
    background-color: #E1E1E1;
    text-transform: uppercase;
    margin-top:6px;
    margin-bottom: 32px;
}

#coaching_services_form .coaching_services_left .key_results {
    font-family: 'Chalet Comprime Cologne Sixty';
    color: #2A2A2A;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 30px;

}

#coaching_services_form .coaching_services_left ul {
    list-style-type: none;
    text-align: left;
    padding-left: 0px;
    width: 470px;
    color: #2A2A2A;
}

#coaching_services_form .coaching_services_right {
    float: left;
    clear: right;
    min-width: 551px;
    width: 551px;
    padding-top: 53px;
}

#coaching_services_form .coaching_services_right form {
    padding-top: 20px;
}


#coaching_services_form .coaching_services_right h2 {
    font-size: 50px;
    text-align: left;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-top:-2px;
}

#coaching_services_form .coaching_services_right h3 {
    font-size: 28px;
    text-align: left;
    text-transform: none;
    color: black;
    padding-top:15px;
    color: #2A2A2A;
}
#coaching_services_form .coaching_services_right h3 a {
    color: #EF5E30;
}

.coaching_services_right form {text-align: left}
.coaching_services_right form label { display: block; padding-bottom: 5px }
.coaching_services_right form input[type=text] {
    width: 100%;
    border: 1px solid #D6D8D8;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.coaching_services_right form textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #D6D8D8;
    margin-bottom: 7px;
}




/***
 * Coaching Services - Client Expirence
 */
#client_exp {
    clear: both;
    background-color: #F7F7F7;

    width: 100%;
    /*min-height: 800px;*/
    padding-top:63px;
    padding-bottom: 50px;
}

#client_exp .content {
    margin: 0 auto 0 auto;
    max-width: 1150px;
}

#client_exp .quote {
    padding-top: 55px;
}

#client_exp .quote h3 {
    padding-top: 10px;
    font-size: 23px;
    color: #EF5E30;
    text-transform: none;
    letter-spacing: 0px;
}



/***
 * Coaching Services - Choose Your Format
 */
.choose_format {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto 0 auto;
    padding-top:95px;
}

.choose_format_title {
    padding-bottom: 52px;
}

.choose_format_one {
    text-align: left;
    max-width: 545px;
    padding-right: 30px;
    padding-bottom: 70px;
    float: left;
}

.choose_format_one img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto !important;
    padding-bottom: 25px;

}

.choose_format_one .icon {
    width: 98px;
    display: inline;
    float: left;
    padding-right: 25px;
    min-height: 130px;
}

.choose_format_one .description {
    padding-top: 20px;
}

.choose_format_one h2 {
    text-align: left;
    text-transform: uppercase;
}
.choose_format_one p {
    text-align: left;
}

.assessment, .coaching, .onsite, .virtual{
    background: url(/wp-content/themes/getting-things-done/images/choose_format_sprites.png) no-repeat;
}

.assessment {
    background-position: 0 -3px;
    width: 98px;
    height: 98px;
}
.coaching {
    background-position: -311px -3px;
    width: 98px;
    height: 98px;
}
.onsite{
    background-position: -207px 0;
    width: 102px;
    height: 103px;
}
.virtual{
    background-position: -105px -3px;
    width: 99px;
    height: 98px;
}



/***
 * Meet our coaches
 */
.meet_our_coaches {
    width: 100%;
    background-color: #F7F7F7;
    clear: both;
}
.meet_our_coaches .content{
    clear: both;
    margin: 0 auto 0 auto;
    max-width: 1150px;
    min-height: 700px;
}

.meet_our_coaches_title {
    padding-top: 50px;
    padding-bottom: 53px;
    clear: both;
}
.meet_our_coaches_left {
    min-width: 550px;
    width: 550px;
    min-height: 570px;
    float: left;
    padding-right: 30px;
}
.meet_our_coaches_left .title, .meet_our_coaches_right .title {
    text-align: left;
    min-height: 110px;
}
.meet_our_coaches_left .title h3, .meet_our_coaches_right .title h3 {
    color: black;
    letter-spacing: 0px;
    margin-bottom: 8px;
}
.meet_our_coaches_left .title h4, .meet_our_coaches_right .title h4 {
    color: #e75300;
    letter-spacing: 0px;
    font-size: 25px;
    font-family: 'Chalet Comprime Cologne Sixty';
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

.meet_our_coaches_img {
    float:left;
    padding-right: 21px;
}

.meeting_out_coaches_title_content {
    min-height: 103px;
    padding-top: 33px;
}

.meet_our_coaches span.line2 {
    display:inline-block;
    border-bottom:1px solid black;
    padding-bottom:1px;
    min-width: 75%;
    max-width: 100%;
}


.meet_our_coaches_left_content {
    text-align: left;
}
.meet_our_coaches_left_content h3, .meet_our_coaches_right_content h3 {
    font-size: 23px;
    letter-spacing: 0px;
    margin-top: 25px;
    margin-bottom: -15px;
}


.meet_our_coaches_right {
    min-width: 550px;
    width: 550px;
    float: left;
    min-height: 570px;
}
.meet_our_coaches_right_content {
    text-align: left;
}








#coaching_services_newsletter {
    background-color: #FFF;
    min-height: 77px;
    text-align: center;
    clear: both;
}

#coaching_services_newsletter .content {
    margin: 0 auto 0 auto;
    max-width: 1150px;
    line-height: 98px;
    clear: both;
}


#coaching_services_newsletter .title {
    float:left;
    margin-right: 35px;
    width: 28%;
    text-align: right;
}

#coaching_services_newsletter .title {
    font-size: 31px;
}

#coaching_services_newsletter .email {
    float: left;
    width: 68%;
}
#coaching_services_newsletter .email input {
    width: 100%;
    height: 35px;
    background-color: #E6E6E6;
    border: 0px;
}



.js-video.vimeo {
    padding-top: 0;
}

.js-video {
    padding-bottom: 20px;
}

.js-video.widescreen {
    padding-bottom: 56.34%;
    /*padding-bottom: 33.33%;*/
}




@media all and (max-device-width: 1100px) {
    .begin_journey_one {
        text-align: start;
        max-width: none;
        padding-right: 0px;
        padding-left: 0px;
        float: none;
        margin: 0 auto 0 auto;

    }

    #fivesteps .fivesteps_one {
        padding-right: 30px;
    }


    #path_of_gtd .path_icons .path_box {
        margin-right: 20px;
    }

    .path_l_arrow {
        margin-right: 20px;
    }

    #sign_up_newsletter .title {
        width: 31%;
    }
    #sign_up_newsletter .email {
        width: 64%;
    }
}


@media all and (max-device-width: 415px) {
    #fivesteps .fivesteps_one {
        max-width: 100%;
        text-align: left;
    }

    #fivesteps .fivesteps_one p {
        padding-left:2px;
    }


    .path_icons > div {
        text-align: start;
        max-width: none;
        padding-right: 0px;
        float: none;
        margin: 0 auto 0 auto;
    }

    #path_of_gtd .path_icons .path_box {
        width:100%;
        margin: 0 auto 0 auto;
    }

    .path_l1, .path_l2, .path_l3 { margin-left:20px}
    .path_l_arrow {
        /*padding: 20px 0px 20px 0px;*/
    }


    .path_l_arrow, #path_of_gtd .path_icons .path_box { float: none}

    .path_l_arrow {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 3px 0px 0px 0px !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }


    #sign_up_newsletter {
        min-height: 120px;
    }

    #sign_up_newsletter .title {
        float: none;
        margin-right: 0px;
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }

    #sign_up_newsletter .email {
        float: none;
        width: 100%;
    }

    #sign_up_newsletter .content {
        line-height: normal;
        padding-top: 20px;
    }


    #coaching_services_newsletter .title {
        margin:0px;
        width: 100%;
        float: none
    }
    #coaching_services_newsletter .email {
        width:100%;
        float: none;
    }

}



/**
 * Podcasts
 */
.podcastPicture {
    width: 140px;
    padding-right:20px;
    min-height: 140px;
    float: left;
}

.podcastEntry {
    text-align: left;
}

#coaching_services_form .podcastEntry h2 {
    color: #2B2B2B;
    font-weight: 500;
}

#coaching_services_form .podcastEntry h3 {
    color: #EE6030;
}


#sidebar_podcast {
    float: right;
    max-width: 285px;
    width: 285px;
    padding-top: 20px;
}

.socialnetwork_icons a {
    padding-right: 4px;
}
.socialnetwork_icons a div {
    display: inline-block;
}

.ss_1, .ss_2, .ss_3, .ss_4, .ss_5, .ss_6, .ss_7{
    background: url(/wp-content/themes/getting-things-done/images/social_sprites.png) no-repeat;
}

.ss_1{
    background-position: 0 0;
    width: 33px;
    height: 33px;
}

.ss_2{
    background-position: -35px 0;
    width: 34px;
    height: 33px;
}

.ss_3{
    background-position: -71px 0;
    width: 33px;
    height: 33px;
}

.ss_4{
    background-position: -107px 0;
    width: 33px;
    height: 33px;
}

.ss_5{
    background-position: -143px 0;
    width: 34px;
    height: 33px;
}

.ss_6{
    background-position: -179px -1px ;
    width: 33px;
    height: 33px;
}

.ss_7{
    background-position: -215px 0;
    width: 33px;
    height: 33px;
}


#podcasts_journey {
    text-align: center;
    padding-top: 100px;
}

#podcasts_journey h2 {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: -6px;

}

#podcasts_journey span.line {
    display:inline-block;
    clear:both;
    border-bottom:2px solid black;
    padding-bottom: 13px;
    width: 43px;
    margin-bottom: 30px;
}

#podcasts_journey div.side_one {
    background-color: #ED5F30;
    min-height: 136px;
    max-width: 281px;
    text-align: center;
    margin-bottom: 30px;
}

#podcasts_journey div.side_one:last-child {
    /*margin-bottom: 70px;*/
}

#podcasts_journey div.side_one .more {
    color: white;
    font-weight: normal;
}


.side_one .image {
    position:relative;
    width:281px;
    height:146px;
}
.side_one .image h2 {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    font-size: 26px;
    z-index: 100;
}

#podcasts_journey .side_one .image h2 {
    font-size: 26px;
}

.side_one .image img {
    width:100%;
    vertical-align:top;
}
.side_one .image:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0.4;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side_one .image:hover:after {
    opacity:0;
}




/*
 * iPAD and smaller
 */
@media all and (max-width: 1100px) {
    .begin_journey_one {
        text-align: left;
        max-width: none;
        padding-right: 0px;
        float: none;
        margin: 0 auto 0 auto;

    }

    .begin_journey_one .content {
        margin: 0 auto 0 auto;
        max-width: 550px;
    }

    #path_of_gtd .path_icons .path_box {
        margin-left: 40px;
        margin-right: 33px;
    }

    .choose_format_one {
        max-width: 470px;
    }

    .meet_our_coaches_left, .meet_our_coaches_right {min-width: 490px;width: 490px}
    #coaching_services_newsletter .title {min-width: 400px;text-align: center;}
    #coaching_services_newsletter h3 {margin-bottom: 0px}

    #coaching_services_form .coaching_services_left {width: 500px; min-width: 500px;}
    #coaching_services_form .coaching_services_right {width: 480px; min-width: 480px;}
    #coaching_services_form .coaching_services_left .product_pic  img {max-width: 500px }
}





/*
 * Small than iPad
 */
@media all and (max-width: 1000px) {

    #coaching_services_form .coaching_services_left {
        width: 100%;
        min-width: 100%;
    }

    #coaching_services_form  .coaching_services_right {
        width: 90%;
        min-width: 90%;
    }

    #coaching_services_form .coaching_services_right form {
        padding-bottom: 50px;
    }

    .choose_format_one {
        width: 100%;
        max-width: 100%;
    }
    .meet_our_coaches_left, .meet_our_coaches_right {
        width: 90%;
        min-width: 90%;
    }
    .meet_our_coaches_left_content {
        padding-left: 10px;
    }

    #coaching_services_newsletter .title {
        width: 100%;
    }
    #coaching_services_newsletter .email {
        width: 100%;
        float: none;
    }


}
