a:hover,
a:focus {
    text-decoration: none;
}

.padding-TB-0 {
    padding: 40px 0 15px;
}

.padding-bottom5 {
    padding-bottom: 5px;
}

.app .row.margin-top0 {
    margin-top: 0;
}

.member-content {
    text-align: left;
}

.member-content h3 {
    color: #fff;
}

.member-content h3>span {
    background: #003E76;
    padding: 0 10px;
}

.member-content h3>span>small {
    color: #fff;
    text-transform: none;
    vertical-align: middle;
    display: inline-block;
}

.member-content h3>i {
    font-size: 12px;
    color: #a1a1a1;
    font-style: normal;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
}

.member-content h4 span {
    color: #fff;
    font-size: 16px;
    width: 150px;
    display: inline-block;
}

.member-content h4 {
    font-weight: normal;
    color: #a1a1a1;
    font-size: 16px;
}

.member-content h4 small {
    font-size: 14px;
    display: block;
    padding-top: 10px;
}

.member-content .list-group-item {
    background: none;
    border: 0;
}

.facebook-icon {
    padding: 1px 10px;
    display: inline-block;
    border: 2px #fff solid;
}

.facebook-icon:hover {
    background: #fff;
}

.facebook-icon:hover i {
    color: #003E76;
}

.blue-text {
    color: #013A6F;
}

.white-text {
    color: #fff;
}


/*----------------- //OVERWRITE// --*/

a:focus {
    outline: none;
    text-decoration: none;
}

header {
    background: rgba(255, 255, 255, 0.7);
}

.logo {
    margin: 32px 0 0 10px;
    width: 215px;
    height: 41px;
}

.menu_img {
    opacity: 0.9;
}

.schedule_item {
    vertical-align: top;
    width: 1%;
    display: table-cell;
}

.schedule p {
    text-transform: none;
    padding: 5px 0;
    margin: 0;
    background: #003E76;
    color: #fff;
    margin-top: 10px;
}

footer {
    padding: 35px 0;
    color: #fff;
}

.main_menu {
    margin: 13px 0 0;
    padding: 12px 5px;
}

.classes .classes_item::before {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.coaches .over {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.gray .coaches .owl-page,
.gray .classes .owl-page {
    background: #fff;
}

.gray .coaches .owl-page.active,
.gray .classes .owl-page.active {
    background: #003e76;
}

.panel-heading {
    min-height: 112px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.075);
}

.panel-heading h4 {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    color: #6e6e6e;
}

.panel {
    min-height: 325px;
}

h3::after {
    margin: 10px 0;
}

.list-group-item {
    line-height: 20px;
    padding: 7px 15px;
}

.list-group-item span {
    width: 130px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.list-group-item i {
    color: #6e6e6e;
    text-align: left;
    width: 130px;
    display: inline-block;
}

.panel-grey {
    background: none;
}

.panel-grey .panel-heading {
    background: #ccc;
}

.panel-grey .list-group {
    border-bottom: 3px #ccc solid;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.075);
}

.panel-red {
    background: none;
}

.panel-red .panel-heading {
    background: #003E76;
}

.panel-red .list-group {
    border-bottom: 3px #003E76 solid;
    min-height: 180px;
    background: #fff;
}

.schedule_wrapper {
    width: 73%;
}

.contact_item {
    padding: 0 10px;
    display: table-cell;
    width: 1%;
}

.app_item {
    margin: 0 0 40px;
}

.schedule .container {
    padding: 70px 15px 43px 15px;
}

.intro_sq span {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}

.intro_red_btn b {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
}

.intro_txt {
    padding-top: 150px;
    margin: 0 auto;
}

.hightlight-text {
    background: #073f72;
    color: #fff;
    left: 16%;
    position: absolute;
    right: 16%;
    text-align: center;
    top: 16px;
    z-index: 3;
}

.hightlight-text p {
    padding: 7px;
    margin: 0;
}


/*-- //SIDE GAPS // --*/

.page {
    padding: 0;
}

.passpartu_left {
    background: none;
}

.passpartu_right {
    background: none;
}

.passpartu_top {
    background: none;
}

.logo {
    margin: 20px 0 0 10px;
}


/*-- //SOCIAL LINK// --*/

.social {
    position: relative;
    height: 4em;
    width: 114px;
    margin: 30px auto;
}

.social li {
    display: block;
    position: absolute;
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    -ms-transition: -ms-transform .7s;
    -o-transition: -o-transform .7s;
    transition: transform .7s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    width: 4em;
}

.social a {
    color: #fffdf0;
    display: block;
    height: 4em;
    line-height: 4em;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 4em;
}

.social li:hover {
    -webkit-transform: scale(1.3, 1.3) rotate(45deg);
    -moz-transform: scale(1.3, 1.3) rotate(45deg);
    -ms-transform: scale(1.3, 1.3) rotate(45deg);
    -o-transform: scale(1.3, 1.3) rotate(45deg);
    transform: scale(1.3, 1.3) rotate(45deg);
    z-index: 99;
}

.social .facebook {
    background: #155b9d;
    left: 0;
    top: 0%;
}

.social .twitter {
    background: #1a9ec4;
    left: 50%;
    top: 0%;
}


/*-- // APP ICON // --*/

.app-footer-block {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 125px;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
}

.app-footer-block li {
    display: inline-block;
    margin: 0 7px;
    max-width: 130px;
}


/*-- //DISCOUNT// --*/

.discount-block {
    background: url(../images/20-discount.png) no-repeat;
    width: 48px;
    height: 61px;
    position: absolute;
    top: -7px;
    left: 11px;
    padding: 3px 4px 12px 0;
}

.discount-block h1 {
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    padding: 15px 0;
}

.discount-block h1 span {
    display: block;
    line-height: 12px;
    font-size: 11px;
    text-transform: none;
}

.discount-block h1 span.large {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.discount-block h1 span.large i {
    font-size: 10px;
}

.intro_red_btn b {
    top: 43px;
    font: 400 14px/20px Oswald;
}

.offer-br {
    border-color: #4f4f4f;
    clear: both;
}

.app .member-content.offer-block .row {
    margin-top: 0;
}


/*-- //AUTO RUN POPUP// --*/

.crossfit {
    background: #003E76;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.crossfit a {
    color: #f96a1b;
}

.crossfit a:hover {
    opacity: 0.7;
}

.latest-event .mfp-counter,
.latest-event .mfp-title {
    font-size: 0;
}

.latest-event .mfp-arrow {
    display: none;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
    margin: 0;
    padding: 0;
    right: 0;
    width: 15px;
}

.member-content ul,
.member-content ol {
    padding: 0;
    margin: 0;
}

.member-content ul {
    margin-bottom: 10px;
}

.member-content ul li {
    color: #fff;
    font-size: 16px;
}

.member-content ol {
    padding-left: 15px;
}

.member-content ol li {
    font-size: 14px;
}

h4.tag-line {
    color: #fff;
    text-align: center;
}

.headline {
    background: #fff;
    color: #003E76;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 600;
}

.monsoon-block a {
    background: rgba(0, 62, 118, 0.9);
    bottom: 20px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    left: 0;
    padding: 10px 24px 10px 90px;
    position: fixed;
    text-transform: uppercase;
    z-index: 10;
    min-width: 330px;
    height: 50px;
}

.monsoon-block a span {
    position: absolute;
    left: 29px;
    font: 700 27px Oswald;
    top: 3px;
}

.square {
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    bottom: 22px;
    left: 5px
}

.square:after {
    content: '';
    position: absolute;
    left: -40px;
    top: 40px;
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
}

.friend-block a {
    background: rgba(0, 62, 118, 0.9);
    bottom: 78px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    left: 0;
    padding: 5px 24px 10px 90px;
    position: fixed;
    text-transform: uppercase;
    z-index: 10;
    min-width: 330px;
    height: 50px;
}

.friend-block a span {
    position: absolute;
    left: 31px;
    font: 700 27px Oswald;
    top: 7px;
}

.friend-block a i,
.monsoon-block a i {
    font-size: 11px;
    display: block;
    position: absolute;
    bottom: -2px;
}

.full-view {
    display: block;
}

.mobile-view {
    display: none;
}

@media screen and (max-width: 1366px) {
    .hightlight-text {
        background: #073f72;
        color: #fff;
        left: 0;
        position: absolute;
        right: 0;
        top: 75px;
        z-index: 2;
    }
}

@media screen and (max-width: 1280px) {
    .panel-heading {
        min-height: 128px;
    }
}

@media screen and (max-width: 1024px) {
    .schedule_wrapper {
        width: 100%;
    }
    .list-group-item i {
        width: 65px;
    }
    .list-group-item span {
        width: 100px;
    }
    .panel-heading {
        min-height: 148px;
    }
    .member-content h4 span {
        font-size: 14px;
    }
    .member-content h4 {
        font-size: 14px;
    }
    .member-content {
        padding: 0 10px;
    }
    .app-footer-block {
        opacity: 1;
        left: auto;
        bottom: 75px;
    }
}

@media screen and (max-width: 980px) {
    .class_txt_item {
        width: 65%;
        margin: 0 auto;
    }
    .panel-heading {
        min-height: 115px;
    }
}

@media screen and (max-width: 767px) {
    .intro_txt {
        padding-top: 80px;
    }
    .great_title {
        font-size: 34px;
        line-height: 50px;
    }
    .intro_down {
        bottom: 10px;
    }
    .schedule .container.media-padding-top {
        padding-top: 0;
    }
    .contact_item {
        display: block;
        width: auto;
        margin-bottom: 10px;
    }
    .schedule_item {
        display: block;
        width: auto;
        margin-bottom: 10px;
    }
    .member-content {
        margin-bottom: 15px;
    }
    .panel-heading {
        min-height: auto;
    }
    .full-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .member-content.offer-block h4 span {
        width: 40%;
    }
    .friend-block a,
    .monsoon-block a {
        font-size: 18px;
    }
    .mobile-view .monsoon-block a {
        bottom: 64px;
    }
    .mobile-view .friend-block a {
        bottom: 70px;
    }
    .app-footer-block {
        left: 0;
        bottom: 125px;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        margin: 22px 0 0 10px;
    }
    .member-content.offer-block h4 {
        padding-bottom: 5px;
    }
    .member-content.offer-block h4 span {
        width: 40%;
        padding-bottom: 3px;
    }
}