.login-page, .register-page{
    background: #eee;
}

/*Helper Classes*/
.padding{
    padding-bottom:90px;
    padding-top:90px;
}
.padding-top15{
    padding-top:15px;
}
.padding-top20{
    padding-top:15px;
}
.padding-top25{
    padding-top:15px;
}
.padding-bottom15{
    padding-bottom:90px;
}
.padding-bottom20{
    padding-bottom:90px;
}
.padding-bottom25{
    padding-bottom:90px;
}
.margin_top{
    margin-top:90px;
}
.padding-bottom-half{
    padding-bottom:45px;
}
.heading_space {
    margin-bottom: 45px;
}
.margin_tophalf{
    margin-top:45px;
}
.top30{
    margin-top:30px;
}
.bottom30{
    margin-bottom:30px;
}

.bottom25{
    margin-bottom:25px;
}
.top25{
    margin-top:25px;
}
.bottom20{
    margin-bottom:20px;
}
.top20{
    margin-top:20px;
}
.bottom15{
    margin-bottom:15px;
}

.margin10{
    margin-top:15px;
}
.bottom5{
    margin-bottom:5px;
}
.no_bottom{
    margin-bottom:0;
}
.bg_light{
    background:#f3f3f3;
}
.bg_grey{
    background-color:#ebeff2;
}
.color{
    color:#3e9fbe;
}
.whitecolor{
    color:#fff;
}
.bg_blue{
    background-color:#0798bc;
}
.border_radius{
    -webkit-border-radius:4px;
    border-radius:4px;
}
.heading{
    border-bottom:1px solid #dadada;
    display:inline-block;
}
.heading .divider-left,
.heading .divider-center{
    height:4px;
    width:70px;
    background:#73AE20;
    display: block;
}
.heading .divider-left {
    margin: 10px 0 -2px;
}
.heading .divider-center{
    margin:10px auto -2px;
}
.heading > span{
    font-weight:200;
}
.image, .image img{
    position:relative;
}
.image img{
    -moz-transition:all .8s linear;
    -ms-transition:all .8s linear;
    -o-transition:all .8s linear;
    -webkit-transition:all .8s linear;
    transition:all .8s linear;
    width:100%;
}
.image{
    overflow:hidden;
}
.image:hover img,
.events:hover .image img,
.course:hover .image img,
#expert_slider .item:hover img,
.team:hover .image img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}




/*** Buttons ***/
.btn_common{
    padding:10px 30px;
    display: inline-block;
    font-weight:bold;
    line-height:normal !important;
    font-size:13px;
    text-transform:uppercase;
    -webkit-border-radius:4px;
    border-radius:4px;
    position:relative;
    z-index:1;
}

.white_border{
    border:1px solid #fff;
}
.btn_border{
    border:1px solid #0f0f0f;
}
.btn-dark{
    border:1px solid #0f0f0f;
    background:#0f0f0f;
}
.blue{
    background:#3e9fbe;
}

.btn_common:before {
    background: #3e9fbe;
    border:1px solid #3e9fbe;
    border-radius:4px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;

    -moz-transform: scale(0.5, 1);
    -ms-transform: scale(0.5, 1);
    -o-transform: scale(0.5, 1);
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}

.btn_common:hover::before,
.btn_common:focus::before {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}



.yellow,
.btn_common.blue:hover:before,
.btn_common.blue:focus:before,
.btn_border:hover::before,
.btn_border:focus::before,
.btn_border:hover,
.btn-dark:hover::before,
.btn-dark:focus::before,
.btn-dark:hover,
.white_border:hover::before,
.white_border:focus::before{
    background: #73AE20;
    border-color: #73AE20;
}
.white_border:hover,
.white_border:focus{
    border:1px solid #73AE20;
}


.yellow, .yellow:hover, .yellow:focus,
.white_border, .white_border:hover, .white_border:focus,
.btn_border:hover, .btn_border:focus,
.blue, .blue:hover, .blue:focus{
    color:#fff;
}
.readmore{
    font-size:15px;
    color:#282828;
    font-weight:bold;
    text-decoration:underline;
    text-transform:uppercase;
    padding-bottom:2px;
}
.readmore:hover, .readmore:focus,
.commment li a:hover, .commment li a:focus{
    color:#73ae20;
}
small{
    color: #919191;
}
hr{
    margin-top: 5px !important;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #7ba7bb;
}
input[type=checkbox].form-error, input[type=email].form-error, input[type=number].form-error, input[type=password].form-error, input[type=text].form-error, input[type=tel].form-error, input[type=url].form-error {
    border: 1px solid #dd4b39;
}

.errormsg {
    margin: .5em 0 0;
    display: block;
    color: #dd4b39;
    line-height: 17px;
}
.modal.fade{
    opacity:1;
    top: -105px;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);

}