html, body {
    font-family: 'Open Sans' !important;
    font-weight:300;
    color:#444;
}
.form {
    background-color: #fff;
    border-color:transparent;
}
.m-checkbox.m-checkbox--traning>input:checked ~ span {
    border: 1px solid #e75925;
}
.m-checkbox.m-checkbox--traning>span:after {
    border: solid #e75925;
}

.btn {
    height:40px;
}

.facebook-responsive {
    overflow:hidden;
    padding-bottom:54px;
    padding-top:15px;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.btn-traning {
    color: #fff;
    background-color: #e75925;
    border-color: #e75925;
}
.btn-traning:hover {
    color:#fff;
    background-color:#c94d20;
    border-color:#c94d20;
}
.btn-traning:focus,.btn-traning.focus {
    /*-webkit-box-shadow:0 0 0 .2rem rgba(201, 77, 32,0.5);
    box-shadow:0 0 0 .2rem rgba(201, 77, 32,0.5);*/
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    background-color:#fff !important;
    border-color:#c94d20 !important;
    color:#c94d20 !important;
}

input.form-control:focus {
  border-color: rgba(230, 89, 37, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(230, 89, 37, 0.6);
  outline: 0 none;
}

#trainings .work-img img { border-radius: 0;}
[class^="fa-"], [class*=" fa-"] {
    font-size: unset;
}
.revslide .h1 {
    display: inline;
    position: relative;
    padding: 12px 0;
    font-family: 'Open Sans' !important;
    text-transform: uppercase;
    text-align:center;
    letter-spacing: 0px;
    font-size: 90px;
    line-height: 150px;
    font-weight: 700;
    color: #fff;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    white-space: normal !important;
}
.revslide .p1 {
    display: block;
    font-family: 'Open Sans';
    text-transform: none;
    text-align:center;
    letter-spacing: 0px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    white-space: normal !important;
    width:fit-content;
    margin:0 auto;
}

.m-datatable__pager-info {
    float: right;
    margin-top: 10px;
}
.m-datatable__pager-nav.pagination {
    margin:0;
}
.m-datatable__pager-link {
    padding:10px;
}
.m-datatable__pager-link.m-datatable__pager-link--active {
    background: #e75925;
    color: #fff;
}
.m-datatable__pager-link.m-datatable__pager-link--disabled, .m-datatable__pager-link.m-datatable__pager-link--disabled:hover {
    color: #898b96;
    background: #ebe9f2;
    opacity: .3;
    filter: alpha(opacity=30);
}
.post-texts.separator {
    border-bottom: 1px solid #ebebeb;
}
.blog .header {
    font-family: 'Open Sans';
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    text-transform: none !important;
}
#updateAllBlogsIndex .post:first-of-type {
    margin-top:0 !important;
}
ul.post-month {
    display:none;
}
.sidebar ul li {
    background: none !important;
}
.sidebar ul li a:hover {
    color: #e75925;
}
.sidebar ul li a span:before {
    content:"> ";
}
.sidebar ul li ul.post-month li a {
    padding-left:30px;
    border:none !important;
}
.filters li a {
    border-radius:0 !important;
}
#trainings .header,
#trainers .header,
#traner .header,
#prices .header,
#reviews .header,
#blog .header {
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    margin-top: 40px;
    padding-bottom:40px;
    border-bottom: 1px solid #ebebeb;
}
.img-thumbnail {
    padding:0;
}

.work-img .zoom {
    left:45%;
}
.review-box {
    height:350px;
    max-width:400px;
    padding:35px;
    background: #e75925;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    color: #FFF;
    text-align:center;
    font-size:20px;
}
.review-box:hover {
    background: #444;
    cursor: pointer;
}
.review-divider {
    height:50px;
}
.review-sign {
    font-size:70%;
    font-weight: 400;
    margin-top:20px;
}
.mobile-drop {
    padding:0;
}
.mobile-drop ul.fullwidth {
    background:#FFF;
    z-index: 1000;
}
.mobile-drop .navbar-collapse {
    position:relative;
    top:100%;
}
#footer .footer-text {
    white-space: nowrap;
}

#blog .post img,
#traner .inner img,
#traning .inner img,
#staticPageContent img {
    max-width: 100%;
    height: auto;
}

.packages .package {
    /*min-height:550px;*/
}

.circle-divider {
    min-height:100px;
}

.price-note {
    width:100%;
    padding:10px;
    margin:20px auto;
}

@media only screen and (max-width: 1200px){
    .revslide .h1 {
        padding: 4px 0;
        font-size: 67px;
        line-height: 102px;
    }
    .revslide .p1 {
        font-size: 22px;
        line-height: 29px;
    }
    #trainings .header,
    #trainers .header,
    #traner .header,
    #prices .header,
    #reviews .header,
    #blog .header {
        font-size: 50px;
        line-height: 50px;
        margin-top: 30px;
        padding-bottom:30px;
    }
}

@media only screen and (max-width: 992px){
    .revslide .h1 {
        padding: 4px 0;
        font-size: 54px;
        line-height: 84px;
    }
    .revslide .p1 {
        font-size: 17px;
        line-height: 23px;
    }
    #trainings .header,
    #trainers .header,
    #traner .header,
    #prices .header,
    #reviews .header,
    #blog .header {
        font-size: 40px;
        line-height: 40px;
        margin-top: 24px;
        padding-bottom:24px;
    }
}

@media only screen and (max-width: 768px){
    .revslide .h1 {
        padding: 3px 0;
        font-size: 42px;
        line-height: 65px;
    }
    .revslide .p1 {
        font-size: 13px;
        line-height: 18px;
    }
    #trainings .header,
    #trainers .header,
    #traner .header,
    #prices .header,
    #reviews .header,
    #blog .header {
        font-size: 31px;
        line-height: 31px;
        margin-top: 18px;
        padding-bottom:18px;
    }
}

@media only screen and (max-width: 576px){
    .revslide .h1 {
        padding: 2px 0;
        font-size: 31px;
        line-height: 49px;
    }
    .revslide .p1 {
        font-size: 10px;
        line-height: 13px;
    }
    #trainings .header,
    #trainers .header,
    #traner .header,
    #prices .header,
    #reviews .header,
    #blog .header {
        font-size: 23px;
        line-height: 23px;
        margin-top: 14px;
        padding-bottom:14px;
    }
    .packages .package {
        min-height:auto;
    }
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier {
    width:auto;
}

.nav-menu ul li a.btn-traning {
    height: 30px;
    padding: 17px 10px;
    color: #FFF;
    margin-top: 25px;
    line-height: 2px;
}
.nav-menu ul li a.btn-traning:hover {
    color: #e75925;
}

.invalid-feedback {
    text-align: left;
}

#staticPageContent {
    height: -moz-calc(100vh - 413px);
    height: -webkit-calc(100vh - 413px);
    height: calc(100vh - 413px);
    overflow-y:auto;
}

#staticPageContent .content {
    height:100%;
    padding:30px 0;
}
