/*wordpress*/

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone, img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.gallery dl {
}

.gallery dt {
}

.gallery dd {
}

.gallery dl a {
}

.gallery dl img {
}

.gallery-caption {
}

.size-full {
}

.size-large {
}

.size-medium {
}

.size-thumbnail {
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: Helvetica, Arial, sans-serif;*/
    color: #212D38;
    font-size: 16px;
    line-height: 1.3em;
}

.sidebar-inner {
    margin-bottom: 20px;
}

/*styles*/
h1 {
    font-size: 2.1em;
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0;
}

h1,
body.page article h2,
body.page article h3,
h3.widget-title {
    padding-bottom: 12px; /*margin-bottom:20px;*/
    text-align: left;
}

h1.h1-header {
    border-bottom: 0;
    background: none;
    padding: 0;
    margin: 0;
}

h3.widget-title {
    margin: 1.7em 0 1em;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #6e9eb2;
    text-decoration: none;
    outline: 0;
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

/*bootstrap plus*/
.media > .pull-left {
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
}

img.media-object {
    max-width: 100%;
    height: auto;
}

/*general page*/
article .entry-content {
    padding-bottom: 20px;
}

.tags-links {
    clear: both;
    margin: 20px 0;
}

.tags-links a {
    background: none repeat scroll 0 0 #ececec;
    border: 1px solid #ececec;
    display: inline-block;
    font-size: 15px;
    font-style: italic;
    padding: 5px 10px;
    text-decoration: none;
}

.tags-links a:hover {
    background: #1f2b35;
    color: white;
}

.thumbnail {
    padding: 0px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    border: 0;
}

.publish-date {
    display: inline-block;
    background: url('../img/layout/ic-data.png') no-repeat left top;
    padding-left: 23px;
}

/*.container {width: 100% !important;}*/
.custom-container {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*general post*/
.single-meta {
    padding: 0 0 30px 0;
}

.nav-links {
    clear: both;
    padding: 10px 0;
    overflow: hidden;
}

.nav-links a, .nav-links a:active, .nav-links a:focus, .nav-links a:visited {
    display: inline-block;
    padding: 5px 10px;
    background: #E02852;
    color: white;
}

.nav-links a:hover {
    background: #EA314E;
}

.nav-links .prev-link {
    float: left;
}

.nav-links .next-link {
    float: right;
}

.nav-links .prev-link a span.meta-nav {
    display: inline-block;
    width: 14px;
    height: 18px;
    text-indent: -999999px;
    background: url('../img/layout/post-prev.png') no-repeat left 1px;
}

.nav-links .next-link a span.meta-nav {
    display: inline-block;
    width: 14px;
    height: 18px;
    text-indent: -999999px;
    background: url('../img/layout/post-next.png') no-repeat right 1px;
}

/*socials*/
.social-bookmarks {
    float: right;
    margin: 4px 0;
}

.social-bookmarks .facebook-like, .social-bookmarks .twitter-button, .social-bookmarks .google-plusone, .social-bookmarks .pinterest-button {
    float: left;
    margin-right: 5px;
}

.social-bookmarks .pinterest-button {
    margin-right: 15px;
}

.social-bookmarks a.share-email {
    background: url("../img/layout/icon_email.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 20px;
    margin-right: 20px;
    text-indent: -99999px;
    width: 60px;
}

/*search, category list, archive list*/
body.archive article {
    clear: both;
}

body.archive article .entry-thumbnail {
    float: left;
    margin: 0 10px 5px 0;
    border: 1px solid #CCCCCC;
    padding: 1px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*navbar top*/
#supra-navbar-top {
    background: #192127;
    border-bottom: 1px solid #36434E;
    display: none;
}

#supra-navbar-top ul#mstop {
    margin: 0;
    padding-left: 0;
    text-align: center;
}

#supra-navbar-top ul li {
    padding: 0;
    color: #6E9EB2;
    display: inline-block;
}

#supra-navbar-top ul li a, #supra-navbar-top ul li a:active, #supra-navbar-top ul li a:hover, #supra-navbar-top ul li a:focus, #supra-navbar-top ul li a:visited {
    color: #6E9EB2;
    text-decoration: none;
    display: block;
    padding: 10px 10px 10px 50px;
}

#supra-navbar-top #mstop_calendar {
    background: url('../img/layout/mstop_calendar.png') no-repeat 5px center;
}

#supra-navbar-top #mstop_phone {
    background: url('../img/layout/mstop_phone.png') no-repeat 5px center;
}

#supra-navbar-top #mstop_email {
    background: url('../img/layout/mstop_email.png') no-repeat 5px center;
}

#supra-navbar-top #mstop_facebook {
    background: url('../img/layout/mstop_facebook.png') no-repeat 5px center;
}

#supra-navbar-top #mstop_youtube {
    background: url('../img/layout/mstop_youtube.png') no-repeat 5px center;
}

.navbar-header {
    float: none;
}

.navbar-brand {
    float: none;
}

a.navbar-brand, a.navbar-brand:active, a.navbar-brand:hover, a.navbar-brand:focus, a.navbar-brand:visited {
    color: #FFFFFF;
    padding: 0;
    font-size: 24px;
    height: auto;
    outline: 0 none;
}

.navbar-brand h1 {
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
}

.navbar-right {
    float: none !important;
    text-align: center;
    margin: 16px 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
    margin-bottom: 0;
    border: none;
    background: #ffffff;
}

.navbar-toggle {
    border: 1px solid #000 !important;
    background: #3198ba;
}

.jumbotron {
    margin-bottom: 0;
    padding: 25px 0;
    background: url('../img/layout/jumbotron_bg.png') repeat center center;
    text-align: center;
}

.jumbotron h2 {
    margin-bottom: 25px;
    font-weight: bold;
}

.jumbotron p {
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 25px;
}

.jumbotron .btn-lg {
    font-weight: bold;
    font-size: 20px;
}

ul.colorscheeme {
    clear: both;
}

ul.colorscheeme li {
    width: 40px;
    height: 40px;
    float: left;
    margin-bottom: 10px;
}

/*general stuff*/
.screen-reader-text {
    display: none;
}

ul {
    list-style-type: none;
}

dl.gallery-item {
    float: left;
}

.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.btn-danger {
    background: #E02852;
    border: #E02852;
    padding: 8px 30px 8px 30px;
    font-size: 26px;
    border-radius: 5px;
}

.btn-danger:hover {
    background: #3198ba;
}

.btn-lg {
    padding: 8px 25px 8px 25px;
}

#loginform {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

#loginform label {
    width: 100%;
}

#loginform input {
    width: 100%;
}

#loginform input[type=checkbox] {
    width: initial;
}

#homepage_slider .metaslider {
    width: 100%;
}

#homepage_slider .flexslider {
    margin-bottom: 0;
}

#homepage_slider .caption-wrap, #homepage_slider .nivo-caption {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    opacity: 1;
}

#homepage_slider .caption-wrap .caption {
    position: absolute;
    bottom: 30px;
    right: 0;
    min-width: 450px;
    text-align: center;
    font-size: 22px;
}

#homepage_slider .caption-wrap .caption p {
    padding: 5px 15px;
    margin: 5px 0;
    line-height: 1.2em;
}

#homepage_slider .caption-wrap .caption .text1 {
    background: #E02852;
    color: #FFFFFF;
    font-size: 1.7em;
    font-weight: bold;
}

#homepage_slider .caption-wrap .caption .text2 {
    background: #394349;
    color: #E02852;
    font-size: 1em;
    font-weight: normal;
    padding: 10px 15px;
}

#homepage_slider .caption-wrap .caption .text3 {
    background: #E02852;
    color: #FFFFFF;
    font-size: 1.15em;
    font-weight: bold;
    padding: 10px 15px;
}

#homepage_slider .flex-direction-nav .flex-next {
    right: 0;
}

#homepage_slider .flex-direction-nav .flex-prev {
    left: 0;
}

#homepage_slider .slider_text h2 {
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    width: max-content;
    margin: 30px auto;
    padding: 7px 50px;
    border-radius: 5px;
    font-size: 28px;
    font-weight: 400;
}

ul.gallery.thumbnails {
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.gallery.thumbnails:before, ul.gallery.thumbnails:after {
    content: " ";
    display: table;
}

ul.gallery.thumbnails:after {
    clear: both;
}

ul.gallery.thumbnails li {
    margin: 0 5px 5px 0;
    display: inline-block;
}

ul.mainnav-menu {
    margin: 0;
    padding: 0;
}

ul.mainnav-menu li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.mainnav-menu li.current-menu-item, ul.mainnav-menu li:hover {
    background: #3198ba;
    border-radius: 4px;
}

ul.mainnav-menu li a {
    color: #979797;
    text-decoration: none;
    position: relative;
    font-size: 17px;
    display: block;
    padding: 0 20px;
    letter-spacing: 0.8px;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    outline: 0 none;
}

ul.mainnav-menu li a:active, ul.mainnav-menu li a:hover, ul.mainnav-menu li a:focus, .current-menu-item a {
    color: #FFFFFF !important;
}

.flex-control-paging li a {
    border-radius: 0 !important;
    background: #ffffff !important;
    width: 30px !important;
    height: 30px !important;
}

.flex-control-nav li a.flex-active {
    background: #ffffff;
    border: 1px solid #EA314E;
}

.flex-control-paging li a:hover {
    border: 1px solid #EA314E;
}

.flex-control-nav {
    bottom: 30px !important;
    z-index: 100 !important;
}

.metaslider {
    width: 100% !important;
}

.flexslider {
    margin-bottom: 0 !important;
}

.flex-direction-nav .flex-next {
    right: 0 !important;
    display: none !important;
}

.flex-direction-nav .flex-prev {
    left: 0 !important;
    display: none !important;
}

/*homepage*/
#home-beneficii {
    padding: 25px 0;
}

#home-beneficii h2 {
}

#home-beneficii .separator {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    height: 4px;
    margin-bottom: 20px;
    position: relative;
}

#home-beneficii .separator .color {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 4px;
    background: #00ACB8;
}

#home-beneficii .beneficii {
    padding: 30px 0;
}

#home-beneficii .item {
    padding: 15px 0 15px 70px;
    min-height: 130px;
}

#home-beneficii .item ul {
    margin: 0 0 0 10px;
}

#home-beneficii .item ul li {
    background: url('../img/homepage/ok.png') no-repeat left 3px;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.2em;
}

#wheel-bg {
    background: url('../img/homepage/bicycle-bg.png') no-repeat;
    /* width: 100%; */
    background-position: 32% 0%;
    height: auto;
}

#wheel-bg .smaller-container {
    margin: 270px auto;
    width: 80%;
}

#wheel-bg .smaller-container p {
    color: #333333;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 40px;
}

#wheel-bg .smaller-container p span {
    color: #d1255a;
    font-weight: 400;
}

#wheel-bg .smaller-container h2 {
    color: #3198ba;
    font-weight: 600;
    font-size: 50px;
}

.trainers {
    margin-top: 100px;
    margin-bottom: 100px;
}

.trainers .info-trainers {
    text-align: center;
    width: 80%;
    margin: 100px auto;
    color: #aaaaaa;
}

.trainers .info-trainers h2.blue-text {
    font-size: 50px;
    font-weight: 600;
    margin-top: 150px;
    color: #3198ba;
}

.news h2.blue-text {
    color: #3198ba;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 90px;
}

.trainers .info-trainers p span {
    font-weight: 600;
    color: #3198ba;
}

.trainers .info-trainers p span.name_pink {
    font-weight: 600;
    color: #d1255a;
}

.trainers .info-trainers p {
    font-size: 20px;
    line-height: 1.4;
}

.trainers .name {
    font-size: 30px;
    margin: 10px 0;
    color: #3198ba;
}

.trainers .comments {
    color: #979797;
    font-size: 14px;
}

.trainers .grey-fb {
    background: url('../img/social/facebook.svg') no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-top: 7px;
    float: right;
}

.trainers .grey-fb:hover {
    background: url('../img/social/facebook-hover.svg') no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-top: 7px;
    float: right;
}

.home-pics {
    margin: 50px 0;
}

.home-pics .h-bottom {
    text-align: right;
    font-size: 30px;
    margin: 10px 0;
    font-weight: 600;
}

.home-pics .h-top {
    font-size: 30px;
    color: #3198ba;
    font-weight: 600;
    margin: 10px 0;
}

.home-pics .left-pic {
    padding: 0 10px 0 0;
}

.home-pics .right-pic {
    padding: 0 0 0 10px;
}

.pink-text {
    color: #d1255a;
}

.home-contact .contact-info h2.blue-text {
    font-size: 50px;
    color: #3198ba;
    font-weight: 600;
}

.home-contact .contact-info p.address {
    font-size: 24px;
    color: #b5b5b5;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 70px;
    line-height: 1.2;
}

.transformUP {
    text-transform: uppercase;
}

.news {
    padding: 70px 0;
    background: #eeeeee;
    border-bottom: 3px solid #EA314E;
}

.news h2 {
    text-align: center;
}

.news #ja22_cp_wrapper article {
    background: #eeeeee;
    padding: 0;
    margin-bottom: 30px;
    width: 30%;
    display: inline-block;
    margin: 18px;
}

.news #ja22_cp_wrapper article .entry-meta, .news .pagination_press.next {
    display: none
}

.news .all-btn {
    text-align: center;
    margin-top: 50px;
}

.news .all-btn a {
    text-transform: uppercase;
    border: 1px solid #3198ba;
    padding: 5px 40px;
    font-size: 24px;
    border-radius: 3px;
}

.news .all-btn a:hover {
    background: #3198ba;
    color: #ffffff;
}

.schwinn-pics {
    text-align: center;
}

.contact-info h2 {
    font-weight: 600;
    font-size: 30px;
    margin: 0;
}

.contact-info .address {
    text-transform: uppercase;
    font-size: 20px;
    color: #979797;
    margin-bottom: 30px;
}

.contact-info a {
    display: block;
    max-width: fit-content;
}

.contact-info .telephone {
    margin-left: 25px;
    color: #3f9fbf;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 400;
}

.contact-info .telephone:hover {
    color: #EA314E;
}

.contact-info .telephone:before {
    content: "";
    width: 17px;
    height: 17px;
    background: url('../img/social/phone.svg') no-repeat;
    background-size: cover;
    left: 16px;
    margin-top: 3px;
    position: absolute;
}

.contact-info .email {
    margin-left: 25px;
    color: #d1255a;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-info .email:hover {
    color: #3198ba;
}

.contact-info .email:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url('../img/social/mail.svg') no-repeat;
    background-size: cover;
    left: 16px;
    margin-top: 3px;
    position: absolute;
}

.contact-info .contact-btn {
    margin-top: 30px;
    font-size: 24px;
    border: 1px solid #3198ba;
    color: #cccccc;
    border-radius: 3px;
    padding: 10px 50px;
    cursor: pointer;
}

.contact-info .contact-btn:hover {
    color: #ffffff;
    background: #3198ba;
}

/*pagini*/
.custom-page-header {
    background: url("../img/layout/jumbotron_bg.png") repeat scroll center center rgba(0, 0, 0, 0);
    text-align: center;
}

.custom-page-header img.fullheight {
    height: 100%;
    width: auto;
}

.custom-page-header img.fullwidth {
    width: 100%;
    height: auto;
}

/*despre-cycling-sibiu*/
body.page.despre-cycling-sibiu .item {
    max-width: 250px;
    margin: 0 auto;
}

body.page.despre-cycling-sibiu .item .thumbnail {
    padding: 0;
    box-shadow: none;
    border: 0;
    border: none;
    width: 250px;
    height: 220px;
    overflow: hidden;
    margin-bottom: 5px;
}

body.page.despre-cycling-sibiu .item .thumbnail img {
    width: 100%;
    height: auto;
}

body.page.despre-cycling-sibiu .item .info {
    border: 1px solid #DDDDDD;
    padding: 5px 10px 42px 10px;
    min-height: 260px;
}

body.page.despre-cycling-sibiu .item .info h4 {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1em;
    margin: 0.5em 0 0.3em;
}

body.page.despre-cycling-sibiu .item .info h5 {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1em;
    margin: 0.3em 0 0.5em;
    color: #EA314D;
}

body.page.despre-cycling-sibiu .item .info p {
    font-size: 14px;
    line-height: 1.2em;
}

body.page.despre-cycling-sibiu .item .socials {
    height: 0;
    position: relative;
    top: -40px;
    overflow: visible;
}

body.page.despre-cycling-sibiu p.note {
    font-size: 14px;
    margin: 20px 0 20px 10px;
}

.socials .facebook, .socials .twitter, .socials .linkedin, .socials .youtube {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    margin-right: 10px;
    outline: 0 none;
}

.socials .facebook {
    background: url('../img/layout/social-fb.png') no-repeat 0 0;
    margin-left: 12px;
}

.socials .twitter {
    background: url('../img/layout/social-tweeter.png') no-repeat 0 0;
}

.socials .linkedin {
    background: url('../img/layout/social-linkedin.png') no-repeat 0 0;
}

.socials .youtube {
    background: url('../img/layout/social-youtube.png') no-repeat 0 0;
}

/*orar*/
body.page.orar .item {
    max-width: 350px;
    margin: 0 auto 25px;
}

body.page.orar .item img {
    width: 100%;
    height: auto;
}

body.page.orar .item .info {
    border: 1px solid #DDDDDD;
    padding: 5px 10px;
    min-height: 200px;
}

body.page.orar .item .info h4 {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1em;
    margin: 0.5em 0 0.3em;
}

body.page.orar .item .info h5 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1em;
    margin: 0.3em 0 0.5em;
    color: #EA314D;
}

body.page.orar .item .info p {
    font-size: 14px;
    line-height: 1.2em;
}

table.orar2 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

table.orar2 th {
    background: #333;
    color: white;
    font-weight: bold;
}

table.orar2 td, table.orar2 th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
    min-height: 20px;
}

table.orar2 td.ora {
    white-space: nowrap;
}

table.orar2 td.closed {
    background: #eeeeee;
}

table.orar2 td.fartlek {
    background: #FCF8E3;
}

table.orar2 td.extended {
    background: #DFF0D8;
}

table.orar2 td.hill {
    background: #F2DEDE;
}

#single-posts .description_events p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

#single-posts .description_events p span {
    color: #aaaaaa;
}

#single-posts .description_events {
    margin-top: 100px;
    margin-bottom: 100px;
}

#single-posts .description_events h3 {
    color: #3198ba;
    font-weight: 600;
    font-size: 50px;
}

@media only screen and (max-width: 640px) {
    table.orar2, table.orar2 thead, table.orar2 tbody, table.orar2 th, table.orar2 td, table.orar2 tr {
        display: block;
        min-height: 30px;
    }

    table.orar2 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.orar2 tr {
        border: 1px solid #ccc;
    }

    table.orar2 td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    table.orar2 td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    table.orar2 td:nth-of-type(1):before {
        content: "Ora";
    }

    table.orar2 td:nth-of-type(2):before {
        content: "Luni";
    }

    table.orar2 td:nth-of-type(3):before {
        content: "Marti";
    }

    table.orar2 td:nth-of-type(4):before {
        content: "Miercuri";
    }

    table.orar2 td:nth-of-type(5):before {
        content: "Joi";
    }

    table.orar2 td:nth-of-type(6):before {
        content: "Vineri";
    }

    table.orar2 td:nth-of-type(7):before {
        content: "Sambata";
    }

    table.orar2 td:nth-of-type(8):before {
        content: "Duminica";
    }
}

table.orar {
    width: 100%;
    border-collapse: collapse;
}

table.orar tr:nth-of-type(odd) {
    background: #eee;
}

table.orar th {
    background: #333;
    color: white;
    font-weight: bold;
}

table.orar td, table.orar th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}

@media only screen and (max-width: 760px) {
    table.orar, table.orar thead, table.orar tbody, table.orar th, table.orar td, table.orar tr {
        display: block;
    }

    table.orar thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.orar tr {
        border: 1px solid #ccc;
    }

    table.orar td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    table.orar td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    table.orar td:nth-of-type(1):before {
        content: "Zi";
    }

    table.orar td:nth-of-type(2):before {
        content: "Ora";
    }

    table.orar td:nth-of-type(3):before {
        content: "Design clasa";
    }

    table.orar td:nth-of-type(4):before {
        content: "Instructor";
    }
}

/*--despre noi--*/
body.page.despre-noi .item {
    max-width: 310px;
    margin: 0 auto;
    text-align: center;
}

body.page.despre-noi .item .thumbnail {
    max-height: 200px;
    overflow: hidden;
}

body.page.despre-noi .item img {
    width: 100%;
    height: auto;
}

/*--contact--*/
.contact-info {
    padding-top: 190px;
}

.ctp.address {
    margin-left: 25px;
    color: #414141;
    font-size: 19px;
    margin-bottom: 60px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
}

.ctp.address:before {
    content: "";
    width: 22px;
    height: 22px;
    background: url('../img/social/location-pin.svg') no-repeat;
    background-size: cover;
    left: 16px;
    margin-top: 6px;
    position: absolute;
}

.m100 {
    margin-bottom: 100px;
    margin-top: 100px;
}

.google-maps-wrapper {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin-bottom: 20px;
}

.home-contact .google-maps-wrapper {
    height: 810px;
}

.home-contact .google-maps {
    height: 800px;
}

.home-contact .col-md-6 {
    width: 51%;
}

.google-maps {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

body.page.contact .c-adresa {
    background: url('../img/pages/contact-address.png') no-repeat left top;
    padding: 5px 0 25px 40px;
    min-height: 40px;
}

body.page.contact .c-rezervari {
    background: url('../img/pages/contact-rezervari.png') no-repeat left top;
    padding: 5px 0 25px 40px;
    min-height: 40px;
}

body.page.contact .c-telefon {
    background: url('../img/pages/contact-phone.png') no-repeat left top;
    padding: 5px 0 25px 40px;
    min-height: 40px;
}

/*istoric*/

.history-title {
    color: #3198ba;
    font-size: 50px;
    text-align: center !important;
    margin-top: 190px;
    font-weight: 600;
}

.dvreserve-reservations-list h3 {
    font-size: 16px;
    color: #EA314D;
}

#ws-plugin--s2member-profile {
    margin-bottom: 80px;
}

/*faq*/

blockquote {
    padding: 10px 0;
    margin: 0 0 20px;
    font-size: 17px;
    border-left: none !important;
}

.page-id-467 blockquote {
    padding: 10px 0;
    margin: 0 0 70px;
    font-size: 17px;
    border-left: none !important;
}

.entry-content h4 {
    color: #3198ba;
    margin-bottom: 0;
    font-weight: 400;
}

/*rezerva*/
.dvreserve-schedule-title {
    display: none;
}

.book {
    margin: 70px auto;
}

.book p {
    color: #333333;
}

/*gallery*/

.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
    opacity: 0.9 !important;
}

/*lista categorii*/
#ja22_cp_wrapper article {
    background: #ffffff;
    padding: 0;
    margin-bottom: 30px;
}

#ja22_cp_wrapper article .entry-thumbnail {
    max-height: 300px;
    overflow: hidden;
}

#ja22_cp_wrapper article .entry-thumbnail img {
    width: 50%;
}

#ja22_cp_wrapper article h2.entry-title {
    color: #3198ba;
    margin: 0;
    padding: 10px 10px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
}

#ja22_cp_wrapper article .entry-summary {
    padding: 10px;
    height: 130px;
    overflow: hidden;
    color: #979797;
    line-height: 1.3;
    font-size: 14px;
}

#ja22_cp_wrapper article .entry-meta {
    height: 30px;
    padding: 0 10px 10px 10px;
}

a.excerpt-more-link,
a.excerpt-more-link:active,
a.excerpt-more-link:visited,
a.excerpt-more-link:hover,
a.excerpt-more-link:focus {
    display: block;
    float: left;
    color: #D80B36;
    background: url('../img/layout/r-arrow.png') no-repeat right 5px;
    padding-right: 18px;
    text-decoration: none;
}

.ja22-pagination {
    margin: 0;
    width: 100%;
    text-align: center;
    color: #777777;
    text-transform: uppercase;
    background: #ececec;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0px;
}

.ja22-pagination a, .ja22-pagination a:active, .ja22-pagination a:visited, .ja22-pagination a:hover {
    color: #777777;
    text-decoration: none;
    display: block;
    outline: none;
    padding: 10px;
}

article.item {
    max-width: 350px;
    margin: 0 auto 10px auto;
}

article.item .thumbnail {
    padding: 0;
    box-shadow: none;
    border: 0;
    border: none;
    width: 100%;
    max-height: 110px;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 0;
}

article.item .thumbnail img {
    width: 100%;
    height: auto;
}

article.item .info {
    border: 1px solid #DDDDDD;
    padding: 5px 10px 5px 10px;
    min-height: 100px;
    overflow: hidden;
}

article.item .info .entry-summary {
    min-height: 150px;
}

article.item .info h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    margin: 0.5em 0 0.3em;
    color: #EA314D;
    height: 36px;
    overflow: hidden;
}

article.item .info p {
    font-size: 14px;
    line-height: 1.2em;
}

/*sidebar*/
.widget_recent_entries ul {
    padding-left: 0;
}

.widget_recent_entries ul li {
    background: url('../img/layout/ic-disk.png') no-repeat left 5px;
    padding: 2px 2px 2px 20px;
}

.widget_recent_entries ul li a,
.widget_recent_entries ul li a:active,
.widget_recent_entries ul li a:visited,
.widget_recent_entries ul li a:hover,
.widget_recent_entries ul li a:focus {
    color: #777777;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

/*footer*/
#footer-widgets-wrapper {
    background: #ffffff;
    color: white;
    padding: 25px 0;
    font-size: 17px;
    font-weight: 200;
    text-align: center;
    margin-top: 50px;
}

#footer-widgets-wrapper h3 {
    color: #809CAF;
    font-size: 28px;
}

#footer-widgets-wrapper .footer-widget {
    margin: 30px 0 10px 0;
}

#footer-widgets-wrapper .footer-widget.contact ul {
    margin: 0;
    padding: 0;
}

#footer-widgets-wrapper .footer-widget.contact ul li {
    padding-left: 40px;
    min-height: 36px;
    margin-bottom: 4px;
}

#footer-widgets-wrapper .footer-widget.contact ul li.pin {
    min-height: 36px;
    background: url('../img/layout/contact-pin.png') no-repeat 4px 3px;
}

#footer-widgets-wrapper .footer-widget.contact ul li.phone {
    min-height: 36px;
    padding-top: 5px;
    background: url('../img/layout/contact-phone.png') no-repeat left top;
}

#footer-widgets-wrapper .footer-widget.contact ul li.mobile {
    min-height: 36px;
    padding-top: 5px;
    margin-bottom: 10px;
    background: url('../img/layout/contact-mobile.png') no-repeat left top;
}

#footer-widgets-wrapper .footer-widget.contact ul li.email {
    min-height: 36px;
    background: url('../img/layout/contact-email.png') no-repeat left top;
}

#footer-widgets-wrapper .footer-widget.youtube p {
    margin-bottom: 20px;
}

#footer-widgets-wrapper .elipse {
    background: url('../img/layout/elipse-sep.png');
    width: 100%;
    height: 2px;
    background-size: cover;
    background-repeat: no-repeat;
}

#footer-widgets-wrapper .follow {
    color: #3198ba;
    border: none;
    font-weight: 600;
    background: none;
    display: inline-block;
    margin-right: 30px;
    font-size: 50px;
}

#footer-widgets-wrapper .fbook {
    background: url('../img/social/facebook.svg');
    width: 35px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

#footer-widgets-wrapper .fbook:hover {
    background: url('../img/social/facebook-hover.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

#footer-widgets-wrapper .insta {
    background: url('../img/social/instagram.svg');
    width: 38px;
    height: 36px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
}

#footer-widgets-wrapper .insta:hover {
    background: url('../img/social/instagram-hover.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-first.row {
    text-align: center;
}

.footer-first.row p {
    width: 20%;
    display: inline-block;
}

#footer-full-wrapper {
    background: #ffffff;
}

#footer-full-wrapper footer {
    padding: 10px 0 20px 0;
}

#footer-full-wrapper a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 18px;
}

#footer-full-wrapper a:active, #footer-full-wrapper a:hover, #footer-full-wrapper:visited, #footer-full-wrapper a:focus {
    color: #3198ba;
    text-decoration: none;
}

#footer-full-wrapper p {
    color: #b0b0b0;
    font-size: 18px;
}

#footer-full-wrapper p.credentials, #footer-full-wrapper p.credentials a {
    color: #3198ba;
    font-weight: 400;
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
}

#footer-full-wrapper p.credentials a:hover {
    color: #d1255a;
}

@media only screen and (max-width: 1200px) {
    .navbar-brand h1 {
        font-size: 19px;
    }

    ul.mainnav-menu li a {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 992px) {
    .navbar-brand h1 span {
        display: none;
    }

    #supra-navbar-top #mstop_calendar {
        background-position: center center;
        width: 50px;
        height: 40px;
        text-indent: -9999px;
    }

    #supra-navbar-top #mstop_phone {
        background-position: center center;
        width: 50px;
        height: 40px;
        text-indent: -9999px;
    }

    #supra-navbar-top #mstop_email {
        background-position: center center;
        width: 50px;
        height: 40px;
        text-indent: -9999px;
    }

    #supra-navbar-top #mstop_facebook {
        background-position: center center;
        width: 50px;
        height: 40px;
        text-indent: -9999px;
    }

    #supra-navbar-top #mstop_youtube {
        background-position: center center;
        width: 50px;
        height: 40px;
        text-indent: -9999px;
    }

    #homepage_slider .caption-wrap .caption {
        font-size: 15px;
        min-width: 330px;
    }

    #footer-full-wrapper p.copy {
        text-align: center;
    }

    #footer-full-wrapper p.credentials {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-brand h1 {
        float: left;
    }

    ul.mainnav-menu li {
        float: none;
        display: block;
        text-align: center;
    }

    ul.mainnav-menu li a {
        height: 40px;
        line-height: 40px;
    }

    #homepage_slider .caption-wrap .caption {
        font-size: 14px;
        min-width: 300px;
    }

    .navbar-collapse {
        max-height: 100%;
    }
}

@media only screen and (max-width: 480px) {
    #homepage_slider .flexslider {
        margin-bottom: 0;
    }

    #homepage_slider .caption-wrap .caption {
        bottom: -140px;
        width: 100%;
        height: auto;
    }
}

/******************/

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {

}

.page-id-1259 #homepage_slider .slider_text {
    display: none;
}

.page-id-1259 .envira-gallery-wrap .envira-gallery-public.envira-clear {
    margin-top: 200px;
}

.page-id-1259 .envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
    margin-top: 8px;
    width: 98%;
}

.page-id-1259 {
    position: relative;
}

.page-id-1259 .btn_gallery {
    background: #d43465;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px;
    width: 130px;
    margin: 0 auto;
    right: 0;
    left: 0;
    margin-top: 50px;
    position: absolute;
}

.page-id-1259 .btn_gallery:hover {
    background: #3198ba;
}

.page-id-1259 #footer-widgets-wrapper {
    margin-top: 170px;
}

.page-id-469 article .entry-content p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    padding: 0 110px;
}

.page-id-469 article .entry-content {
    margin-top: 200px;
}

.page-id-467 article .entry-content p, h4 {
    padding: 0 35px;
    font-size: 18px;
    line-height: 1.6;
    color: #696969;

}

.page-id-467 article .entry-content h4 {
    padding: 0 35px;
    font-size: 30px;
    line-height: 1.6;
    color: #3198ba;
    font-weight: 600;

}

.page-id-467 article .entry-content {
    padding-top: 190px;
}

.page-id-437 .entry-content .book {
    padding-top: 180px;
}

.page-id-437 .entry-content .book p {
    color: #5c5c5c;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.page-id-432 .entry-content h4 {
    padding-top: 190px;
    padding-bottom: 50px;
    color: #333333;
    font-size: 28px;
}

.page-id-432 .entry-content a h4 span {
    text-transform: uppercase;
}

.page-id-432 .entry-content p {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.page-id-432 article .entry-content {
    padding-bottom: 30px;
}

.page-id-432 .entry-content p.blue-text {
    color: #3198ba;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.page-id-432 .entry-content p span {
    font-weight: 600;
}

.page-id-432 .entry-content h3 {
    font-size: 20px;
    color: #d74270;
    font-weight: 400;
}

.page-id-9 .col-md-7 {
    padding-top: 90px;
    padding-bottom: 180px;
}

.page-id-9 .col-md-5 {
    width: 31.666667%;
    margin-left: 7%;
}

.page-id-154 .cont {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}

.page-id-154 .cont .image_events {
    width: 35%;
    float: left;
}

.page-id-154 .cont .description_events {
    width: 65%;
    font-size: 14px;
    padding: 15px 0 0 25px;
    display: inline-block;
}

.page-id-154 .cont .description_events p {
    display: inline-block;
}

.page-id-154 .cont .description_events h3 {
    color: #5aadc8;
    font-size: 28px;

}

.page-id-154 .cont .description_events h2 {
    color: #414141;
    font-size: 18px;

}

.page-id-154 .cont .description_events .date {
    color: #aaaaaa;
    font-size: 18px;
    line-height: 1.7;
    float: right;
}

.page-id-154 .cont .description_events .link_post {
    width: 22%;
    float: left;
}

.page-id-154 .post_events {
    height: 360px;
}

.home.page .post_events {
    padding: 10px;
    width: 32.33%;
    vertical-align: top;
    display: inline-block;
}

.home.page .image_events {
    margin-bottom: 20px;
}

.home.page .description_events h2 {
    color: #414141;
    font-size: 16px;
    text-align: left;
    line-height: 1.3;
    font-weight: 400;

}

.home.page .description_events h3 {
    color: #5aadc8;
    font-size: 18px;
    text-align: left;
    font-weight: 600;

}

.page-id-154 .btn_news {
    background: #d43465;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px;
    width: 130px;
}

.page-id-154 .btn_news:hover {
    background: #3198ba;
}

.page-id-154 .show_more {
    background: #3198ba;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px;
    width: 140px;
    margin: 0 auto;
    right: 0;
    left: 0;
    margin-top: 50px;
    position: absolute;
}

.page-id-1408 .section1 h1, .page-id-1408 .section2 h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
}

.page-id-1408 .section1 p, .page-id-1408 .section2 p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 25px;
}

.page-id-1408 .section1 {
    background: #7b1a38;
    padding-bottom: 60px;
    width: 102%;

}

.page-id-1408 .section2 {
    background: #0a4e65;
    width: 102%;
    padding-bottom: 60px;

}

.page-id-1408 .section2 h1 span {
    margin-left: 200px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 100;
}

.page-id-1408 .section3 {
    background: #dddddd;
    width: 102%;
    padding-bottom: 60px;

}

.page-id-1408 .section3 h1 {
    font-weight: 600;
    color: #3e3e3e;
    font-size: 50px;
}

.page-id-1408 .section3 p {
    color: #3e3e3e;
    line-height: 1.4;
    font-size: 16px;
}

.page-id-1408 .section3 p span {
    font-weight: 900;
    color: #333333;

}

.page-id-1408 .section4 .container {
    width: 1000px;

}

.page-id-1408 .section4 h2 {
    font-size: 20px;
    color: #d1255a;
    font-weight: 600;

}

.page-id-1408 .section4 p {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    font-weight: 400;
    height: 200px;

}

.page-id-1408 .section4 h1 {
    font-size: 50px;
    color: #3198ba;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.page-id-1408 .section4 {
    background: #eeeeee;
    padding-top: 150px;
    padding-bottom: 90px;

}

.page-id-1408 .section4 .left {
    float: left;
    width: 45%;

}

.page-id-1408 .section4 .right {
    display: inline-block;
    width: 45%

}

.page-id-1408 .tarife {
    margin-bottom: 190px;
    margin-top: 170px;
}

.page-id-1408 .tarife h1 {
    font-size: 50px;
    font-weight: 600;
    color: #3198ba;
}

.page-id-1408 .orar h1 {
    font-size: 50px;
    font-weight: 600;
    color: #3198ba;
}

.page-id-1408 .tarife h2 {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
}

.page-id-14087 .tarife h2 span {
    color: #d1255a;
}

.page-id-1408 .tarife h5 {
    font-size: 16px;
    font-weight: 400;
    color: #aaaaaa;
}

.page-id-1408 .tarife .time {
    margin-top: 50px;
}

.page-id-1408 .tarife .time p {
    font-size: 20px;
    border: 1px solid #e1e1e1;
    padding: 10px 30px;
    background: #f8f8f8;
    border-radius: 5px;
    font-weight: 100;
    margin-right: 65px;
    color: #aaaaaa;
    display: inline-block;

}

.page-id-1408 .tarife p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.page-id-1408 .tarife p span {
    color: #d1255a;
}

/*.page-id-7 .slick-track {*/
/*width: 1100px !important;*/
/*}*/

/*.page-id-7 .dvreserve-schedule {*/
/*max-width: 1100px !important;*/
/*}*/

.misha_loadmore {
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.misha_loadmore:hover {
    background-color: #767676;
    color: #fff;
}

.navbar-header {
    display: none;
}

.image_events #mainPhoto {
    width: 530px;
    height: 220px;
}

.navbar-header img {
    height: 40px;
    margin: 5px 0 0 10px;
}

#home-about-us .home-pics .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.wpape_gallery_button .apebtn-primary, .wpape_gallery_button .apebtn-primary-flat {
    display: none !important;
}

.mfp-title {
    display: none;
}

.wpape_gallery_button {
    margin-top: 200px;
}

/*#homepage_slider{*/
/*height:100vh;*/
/*}*/
#homepage_slider .slider_text {
    text-align: center;
    position: absolute;
    top: 0;
    margin-top: 30%;
    transform: translate(0, -50%);
    width: 100%;
    /*height: 100vh;*/
    text-transform: uppercase;
}

.page-id-154 .pagination a.page-numbers {
    text-align: center;
    color: #414141;
    font-size: 18px;
    margin: 0 10px;
}

.page-id-154 .pagination a.page-numbers:hover {
    text-align: center;
    color: #3198ba;
    font-size: 18px;

}

.page-numbers.current {
    font-size: 18px !important;
    color: #aaa;
}

.page-id-154 .pagination a.next, .page-id-154 .pagination a.prev {
    background: #d43465;
    border: none;
    font-size: 14px;
    outline: none;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px;
    width: 130px;
}

.page-id-154 .pagination a.next:hover, .page-id-154 .pagination a.prev:hover {
    background: #3198ba;
    border: none;
    font-size: 14px;
    outline: none;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px;
    width: 130px;
}

.page-id-154 .pagination {
    display: block;
    padding-left: 0;
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
}

@media (min-width: 992px) {
    .home.page .home-contact .col-md-3 {
        width: 31% !important;
    }
}

@media (max-width: 900px) {
    #footer-widgets-wrapper {
        position: relative;
    }
}

@media (max-width: 1024px) {
    .page-id-1259 .container {
        padding-left: 24px;
    }

    .wpape_gallery_button {
        margin-top: 50px;
    }

    #footer-full-wrapper p.credentials, #footer-full-wrapper p.credentials a {
        margin-top: 0;
    }

    #single-posts .description_events {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #single-posts .description_events h3 {
        font-size: 30px;
    }

    .btn-danger {
        font-size: 20px;
    }

    .trainers .grey-fb {
        float: none;
    }

    .trainers .grey-fb:hover {
        float: none;
    }

    .trainers .info-trainers h2.blue-text {
        font-size: 30px;
        margin-top: 0;
    }

    .trainers .comments {
        text-align: center;
        margin: 0 18px 55px 18px;
    }

    .trainers .name {
        text-align: center;
        margin: 10px;
    }

    .trainers .info-trainers {
        width: 94%;
        margin: 100px auto;
        color: #aaaaaa;
    }

    .home-pics .left-pic {
        padding: 0 0 0 0;

    }

    .home-pics .right-pic {
        padding: 0 0 0 0;
        left: 5%;
    }

    .home-pics .h-top {
        text-align: center;
    }

    .home-pics .h-bottom {
        text-align: center;
        font-size: 20px;
        margin: 20px 0;

    }

    .col-md-6 .right-pic {
        left: 50%;
        transform: translate(-50%);
    }

    .image_events #mainPhoto {
        width: 100% !important;
        height: 400px !important;
    }

    .page-id-154 .image_events #mainPhoto {
        width: 100% !important;
        margin-top: 90px;
    }

    .home.page .post_events {
        padding: 0;
        width: 100%;
        display: inline-block;
    }

    .home.page .description_events h2 {
        text-align: center;
    }

    .home.page .description_events h3 {
        text-align: center;
    }

    .contact-info .contact-btn {
        margin-bottom: 60px;
    }

    .news .all-btn {
        margin: 30px;
    }

    .home-contact .contact-info h2.blue-text {
        font-size: 30px;
        margin-top: 40px;
    }

    .home.page .home-contact .col-md-3 {
        text-align: center;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .home-contact .contact-info p.address {
        font-size: 17px;
        margin-bottom: 0;
    }

    .contact-info .telephone {
        margin-top: 20px;
    }

    .contact-info .email:before {
        left: -21px;

    }

    .contact-info .telephone:before {
        left: -21px;

    }

    .contact-info a {
        display: block;
        margin-left: 50% !important;
        max-width: fit-content;
        transform: translate(-50%);
    }

    .contact-info .telephone {
        margin-left: 50%;
    }

    .home-contact .col-md-6 {
        width: 100%;
    }

    .contact-info {
        padding-top: 0;
    }

    #footer-widgets-wrapper .follow {
        font-size: 27px !important;
    }

    .footer-first.row p {
        width: 100%;
    }

    #wheel-bg {
        background: none;
    }

    #wheel-bg .smaller-container {
        margin: 0;
        width: 100%;
    }

    #wheel-bg .smaller-container h2 {
        font-size: 30px;
        text-align: center;
    }

    #wheel-bg .smaller-container p {
        font-size: 17px;
        margin-top: 0;
        text-align: center;
    }

    .home.page #homepage_slider .slider_text h2 {
        padding: 7px 7px;
    }

    .flex-control-paging li a {
        width: 20px !important;
        height: 20px !important;
    }

    #homepage_slider .slider_text {
        position: relative;
        top: 0;
        margin-top: 50px;
        transform: translate(0, -50%);
        width: 100%;
        height: auto;
        text-transform: uppercase;
    }

    #homepage_slider .slider_text h2 {
        font-size: 20px;
    }

    .home.page #home-about-us .col-md-3 img {
        left: 50%;
        position: relative;
        transform: translate(-50%);
    }

    .page-id-1408 .section2 h1 span {
        margin-left: 0;
        font-size: 20px;
        line-height: 1.7;
    }

    .page-id-1408 .section4 .container {
        width: 97%;
    }

    .page-id-1408 .section4 h1 {
        font-size: 40px;
    }

    .page-id-1408 .section4 .left {
        width: 100%;
    }

    .page-id-1408 .section4 .right {
        width: 100%;
    }

    .page-id-1408 .section4 p {
        height: auto;
    }

    .page-id-1408 .section4 {
        padding-top: 50px;
    }

    .page-id-1408 h1 {
        font-size: 30px !important;

    }

    .page-id-1408 h2 {
        font-size: 19px !important;
    }

    .page-id-1408 .tarife {
        margin-bottom: 50px;
    }

    .page-id-1408 .tarife .time {
        margin-bottom: 50px;
    }

    .page-id-1408 .tarife .time p {
        margin: 20px auto;
        font-size: 20px;
        border: 1px solid #e1e1e1;
        padding: 10px 30px;
        background: #f8f8f8;
        border-radius: 5px;
        font-weight: 100;
        text-align: center;
        color: #aaaaaa;
        display: block;
    }

    .page-id-1408 .tarife {
        text-align: center;

    }

    .page-id-1408 .tarife p, h1, h2, h5 {
        line-height: 1.3;
    }

    .page-id-1408 .section4 {
        text-align: center;
    }

    .page-id-154 .cont .description_events .link_post {
        width: 50%;
        margin-bottom: 30px;
    }

    .page-id-154 .cont .description_events .date {
        float: right;
        font-size: 16px;
    }

    .page-id-154 .show_more {
        margin-top: 60px;
    }

    .page-id-154 .cont .description_events h2, h3 {
        text-align: center;
    }

    .page-id-154 .cont .image_events {
        width: 100%;
        float: none;
    }

    .page-id-154 .cont .description_events {
        display: block;
        width: 100%;
        padding: 0;
    }

    .page-id-154 .post_events {
        height: auto;
    }

    .page-id-154 .cont {
        margin-top: 0;
    }

    .page-id-1259 .envira-gallery-wrap .envira-gallery-public.envira-clear {
        margin-top: 50px;
    }

    .page-id-9 .col-md-5 {
        width: 100%;
        margin-left: 0;
    }

    .page-id-9 .col-md-7 {
        padding-bottom: 0;
    }

    .page-id-9 .google-maps-wrapper {
        height: 400px;
    }

    .page-id-9 .google-maps {
        height: 388px;
    }

    .ctp.address:before {
        left: 117px;
        margin-top: 0;
    }

    .ctp.address {
        text-align: center;
        margin-bottom: 0;
    }

    .m100 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .page-id-437 .entry-content .book {
        padding-top: 0;
    }

    .page-id-469 article .entry-content {
        margin-top: 0;
    }

    .page-id-469 article .entry-content p {
        padding: 0;
        font-size: 16px;
    }

    .page-id-469 #homepage_slider .slider_text h2 {
        font-size: 16px;
    }

    .page-id-467 article .entry-content {
        padding-top: 0;
    }

    .page-id-467 article .entry-content p {
        padding: 0;
        line-height: 1.3;
        font-size: 16px;
    }

    .page-id-467 article .entry-content h4 {
        padding: 0;
        line-height: 1.3;
        font-size: 25px;
    }

    .page-id-432 .entry-content h4 {
        padding-top: 0;
    }

    .trainers {
        margin-bottom: 50px;
    }
    .home.page #homepage_slider .slider_text{
        margin-top: 90px ;
    }

}

@media (max-width: 320px) {
    #homepage_slider .slider_text h2 {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .nav-links .prev-link{
        float: none;
    }
    .nav-links .next-link{
        float: none;
    }
    .nav-links a, .nav-links a:active, .nav-links a:focus, .nav-links a:visited{
        display: block;
        margin:20px;
        text-align: center;
    }
    .page-id-469 .row,.page-id-467 .row{
        margin-left: 0;
        margin-right: 0;

    }
    .page-id-469 .col-md-12, .page-id-467 .col-md-12{
        padding-left: 0;
        padding-right: 0;
    }
    .page-id-9 .ctp.address{
        margin-left: 35px;
    }
    .home-pics .h-top {
        font-size: 20px;
    }
    .home.page .post_events{
        margin-bottom: 55px;
    }
    .page-id-1408 .slick-prev ,.page-id-437 .slick-prev {
        display: none !important;
    }

    .page-id-1408 .slick-next , .page-id-437 .slick-next{
        display: none !important;
    }
    .page-id-1408 .section1{
        width:100%;
    }
    .page-id-1408 .section2{
        width:100%;
    }
    .page-id-1408 .section3{
        width:100%;
    }
    .page-id-1408 .section4{
        width:100%;
    }
    .page-id-154 .post_events{
        margin-bottom: 130px;
    }
    .page-id-1259 #footer-widgets-wrapper .follow{
        font-size: 24px !important;
    }
    .image_events #mainPhoto {
        width: 100% !important;
        height: 220px !important;
    }

    .ctp.address:before {
        left: 30px;
        margin-top: 0;
    }

    .navbar-header {
        display: block;
    }

    .home-pics .left-pic {
        padding: 0 0 0 0;
        left: 0;
    }

    .home-pics .right-pic {
        padding: 0 0 0 0;
        left: 0;
    }

    .page-id-432 .entry-content h4 {
        padding-top: 0;
    }

    .page-id-432 .entry-content p.blue-text {
        font-size: 17px;
    }

    .page-id-432 .entry-content h3 {
        font-size: 17px;
    }

    .page-id-432 #footer-widgets-wrapper {
        margin-top: 0;
    }

    .page-id-432 .entry-content h4 {
        font-size: 25px;
    }

    .history-title {
        margin-top: 0;
        font-size: 30px;
    }

    .schwinn-pics img {
        margin-left: 0 !important;
        margin-top: 60px;
    }

    .trainers {
        margin-top: 0;
    }

    .news {
        padding: 28px 0;
    }

    .news h2.blue-text {
        margin-bottom: 44px;
        font-size: 30px;
    }

    .page-id-7 .orar h1 {
        text-align: center;
        font-size: 30px;
    }

    .page-id-1408 .tarife h1 {
        text-align: center;
        font-size: 30px;
    }

    .page-id-1408 .tarife {
        margin-top: 0;
    }

}
