/*css demo home*/
.section-yoga-trainers {
    position: relative;
    padding-top: 30px;
    padding-bottom: 19px;
    background-color: #fbfbfb;
}
.section-yoga-trainers:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 463px;
    background: url(../images/bg-yoga-trainers.png) top no-repeat;
    background-size: cover;
    content: '';
}
.section-yoga-trainers .heading p{
    display: block;
    margin-top: 20px;
    font-weight: 200;
    font-size: 20px;
}
/*end css home*/


/*css contact*/

.section-contact .title{
    position: relative;
    margin-bottom: 60px;
    font-weight: 200;
    font-size: 35px;
    line-height: 1.1;
}
.section-contact .title:before {
    position: absolute;
    bottom: -6px;
    display: block;
    width: 65px;
    height: 1px;
    background: #48BD33;
    content: '';
}
.section-contact .contact-methods {
    position: relative;
}
.section-contact .contact-method {
    position: relative;
    margin-bottom: 57px;
    padding-left: 60px;
}
.section-contact .contact-method.email{
    margin-bottom: 0;
}
.section-contact .contact-method .icon {
    position: absolute;
    top: -8px;
    left: 0;
}
.section-contact .icon_contact_method {
    display: inline-block;
    width: 44px;
    height: 44px;
}
.icon-nav-dropdown, .icon-rounded-marker {
    background-image: url(../images/sprite.png);
}
.icon-rounded-marker {
    background-position: 39.66942148760331% 0;
    background-size: 375% 327.2727272727273%;
}
.icon-rounded-envelop, .icon-rounded-phone {
    background-image: url(../images/sprite.png);
    background-size: 375% 327.2727272727273%;
}
.icon-rounded-envelop {
    background-position: 36.36363636363637% 48%;
}
.section-contact .contact-method-title {
    font-weight: 200;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.section-contact .button,
.section-contact input,
.section-contact textarea,
.section-contact select,
.section-contact fieldset{
    margin-bottom: 0;
}

/*end css contact*/