/**************************************************************
					CMS Pages Styles
***************************************************************/

#cms.cms-16 #center_column > .rte > .container {
max-width: 700px
}

#cms #center_column .block-cms {
    padding-bottom: 20px;
}
#cms #center_column h1 {
    margin-bottom: 25px;
}
#cms #center_column h3 {
    font-size: 16px;
    border-bottom: none;
    margin: 0;
    padding: 0 0 17px 0;
}
#cms #center_column p {
    line-height: 18px;
}
#cms #center_column .list-1 li {
    padding: 4px 0 6px 0;
    font-weight: bold;
    color: #46a74e;
    border-top: 1px solid #d6d4d4;
}
#cms #center_column .list-1 li:first-child {
    border: none;
}
#cms #center_column .list-1 li em {
    font-size: 20px;
    line-height: 20px;
    padding-right: 15px;
    vertical-align: -2px;
}
#cms #center_column img {
    margin: 4px 0 17px;
    /*max-width: 100%;*/
    /*height: auto;*/
}
#cms #center_column .testimonials {
    border: 1px solid;
    border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
    margin: 4px 0 13px 0;
    position: relative;
}
#cms #center_column .testimonials .inner {
    border: 1px solid #fff;
    padding: 19px 18px 11px 18px;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #fefefe 100%);
}
#cms #center_column .testimonials .inner span {
    text-indent: -5000px;
    display: inline-block;
    width: 20px;
    height: 15px;
}
#cms #center_column .testimonials .inner span.before {
    background: url(../img/bl-before-bg.png) no-repeat;
    margin-right: 8px;
}
#cms #center_column .testimonials .inner span.after {
    background: url(../img/bl-after-bg.png) no-repeat;
    margin-left: 8px;
}
#cms #center_column .testimonials:after {
    content: ".";
    display: block;
    text-indent: -5000px;
    position: absolute;
    bottom: -16px;
    left: 21px;
    width: 15px;
    height: 16px;
    background: url(../img/testimon-after.gif) no-repeat;
}
#cms #center_column .testimonials + p {
    padding-left: 45px;
    margin-bottom: 18px;
}
#cms #center_column p.bottom-indent {
    margin-bottom: 18px;
}
#cms #center_column #admin-action-cms {
    background: none repeat 0 0 #F6F6F6;
    border: 1px solid #d2d0d0;
    padding: 10px;
}
#cms #center_column #admin-action-cms p {
    margin: 0;
}
#cms #center_column #admin-action-cms p span {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
#cms #center_column #admin-action-cms p .button {
    padding: 0;
    border: 1px solid;
    padding: 10px 14px;
    display: inline-block;
}
#cms #center_column #admin-action-cms p .button.publish_button {
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #0079b6 #006fa8 #012740 #006fa8;
    background: #009ad0;
    background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0);
}
#cms #center_column #admin-action-cms p .button.publish_button:hover {
    border-color: #01314e #004b74 #0079b6 #004b74;
    filter: none;
    background: #0084bf;
}
#cms #center_column #admin-action-cms p .button.lnk_view {
    color: #333;
    text-shadow: 1px 1px white;
    border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0);
}
#cms #center_column #admin-action-cms p .button.lnk_view:hover {
    border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
    filter: none;
    background: #e7e7e7;
}
#cms #center_column .rte {
    /* padding: 60px 0 50px; */
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    color: #333;
}
#cms #center_column .rte h2 {
    color: #1A1A1A;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding-top: 20px;
}
#cms #center_column .rte h2:after {
    content: '';
    width: 53px;
    height: 5px;
    background: #0E80BF;
    display: block;
    margin: .8em auto 1.8em;
    border-radius: 17px;
}
#cms #center_column .rte h3 {
    color: #1a1a1a;
    font-size: 23px
}
#cms #center_column .cms_shelby {
    padding: 20px 0 60px
}
#cms #center_column .cms_shelby img {
    max-width: 250px;
    position: absolute;
    top: -100px;
    right: 20px
}
@media (max-width: 768px) {
    #cms #center_column .cms_shelby img {
        position: static;
        margin: 0 auto;
        display: block
    }
    #cms #center_column .cms_shelby {
        text-align: center
    }
    .contacts-bottom {
        text-align: center
    }
    .cont-map {
        max-width: 80%;
        margin: 15px auto
    }
    .cont-map iframe {
        position: static !important
    }
    .contacts-top a.i {
        margin-left: 0 !important
    }
    .contacts-top ul {
        margin-left: 0 !important
    }
}
#cms #center_column .cms_shelby h3 {
    color: #1A1A1A;
    font-size: 27px;
    padding-top: 50px
}
#cms #center_column .cms_shelby p {
    margin: 0
}
#cms #center_column .cms_shelby a {
    margin-top: 25px;
}
.bg_img_wrap {
    position: relative;
    height: 0;
    width: 100%;
    background-position: center;
}

/* O NAS */


/* O NAS */


/* O NAS */

.o-nas-p-f {
    max-width: 85%;
    margin: 0 auto 50px;
    text-align: center;
}
.o-nas-top-bg {
    background: url(../img/o-nas-top-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 68%;
    padding: 0 0 100px;
    position: relative;
}
.o-nas-top-bg:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
.o-nas-top {
    margin-top: 20px;
    margin-bottom: 30px
}
.o-nas-top > div {
    padding: 0
}
.o-nas-top .bg_img_wrap {
    padding-bottom: 60%;
}
#cms #center_column .rte .o-nas-bottom h2 {
    padding-top: 80px
}
.o-nas-bottom .bg_img_wrap {
    padding-bottom: 50%;
    max-width: 550px;
    margin: 0 auto;
}
.o-nas-bottom .row {
    margin-bottom: 60px;
}
.text-col {
    padding: 50px;
}
.firms {
    text-align: center;
    padding-top: 50px
}
.firms .after_line {
    margin-bottom: 85px;
}
.firms .after_line:after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 40px;
    left: 0;
    right: 0;
    top: 110%;
    bottom: auto;
    margin: auto;
    background: #414141;
}
.firms .after_line:first-child:after {
    top: 130%
}
#cms #center_column .firm_logo img {
    margin-bottom: 0;
    max-width: 150px
}
.firms .bottom_row + .bottom_row:before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    width: 1px;
    height: 75px;
    /* -webkit-box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.1); */
}
@media(max-width: 992px) {
    .firms > div + div {
        padding-top: 10px
    }
    .firms .bottom_row + .bottom_row:after {
        content: none
    }
}
.firm_box {
    background: #fff;
    padding: 15px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
@media(max-width: 991px) {
    .o-nas-bottom .row {
        margin-bottom: 0
    }
    .text-col {
        padding: 35px 0px 0;
    }
}

/* KVALITA */


/* KVALITA */


/* KVALITA */

.kvalita-bg {
    background: url(../img/kvalita-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    padding: 0 0 100px;
    position: relative
}
.kvalita-bg:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
.kvalita-bg h2 {
    text-align: left !important
}
.kvalita-bg h2:after {
    margin: .8em 0 1.8em !important;
}
.kvalita-bg .row > div {
    padding: 40px
}

/* PÅ˜ÃBÄšH SHELBYHO */


/* PÅ˜ÃBÄšH SHELBYHO */


/* PÅ˜ÃBÄšH SHELBYHO */

.pribeh-bg {
    background: url(../img/main_pattern.jpg);
    position: relative;
    padding: 130px 0;
}
.pribeh-bg:after {
    content: '';
    background-image: url(../img/shelbyho-pribeh.png);
    background-position: 50% 50%;
    background-size: contain;
    display: block;
    bottom: 20px;
    right: -20px;
    width: 450px;
    height: 577px;
    position: absolute;
}
.cms-7.lang_de .pribeh-bg:after {
    width: 360px;
    height: 461px;
}
@media (max-width: 1340px) {
    .pribeh-bg:after {
        display: block;
        bottom: 20px;
        right: -20px;
        width: 400px;
        height: 513px;
        position: absolute;
    }
    .pribeh-bg {
        padding: 90px 0
    }
    .cms-7.lang_de .pribeh-bg:after {
        width: 340px;
        height: 436px;
    }
}
@media (max-width: 991px) {
    .pribeh-bg:after {
        display: block;
        margin: 25px auto 0;
        width: 320px;
        height: 410px;
        position: static;
    }
}
@media (max-width: 768px) {
    .pribeh-bg .auto_col_2 {
        -moz-column-count: 1;
        -moz-column-gap: 27px;
        -webkit-column-count: 1;
        -webkit-column-gap: 27px;
        column-count: 1;
    }
}
.auto_col_2 a {
    margin: 15px auto 0;
}
.pribeh-produkty {
    padding: 60px 0;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative
}
.pribeh-produkty:after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    background: #fff;
}
.pribeh-produkty a {
    margin-top: 20px
}
.pribeh-produkty .row {
    margin-bottom: 45px
}
#cms #center_column .pribeh-produkty img {
    margin: 0 auto;
    display: block
}
.pribeh-produkty .container {
    max-width: 1200px;
}

/* KONTAKTY */


/* KONTAKTY */


/* KONTAKTY */

.contacts-top {
    line-height: 120px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 3;
}
.contacts-top ul li {
    display: inline
}
.contacts-top .i {
    font-weight: 400;
    color: #4D4D4D;
    font-size: 18px
}
.contacts-top .i:before {
    background: #0E80BF;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    position: relative;
    top: 2px
}
.contacts-top ul {
    margin-left: 45px
}
.contacts-top a span {
    display: none
}
.contacts-top a.i {
    margin-left: 45px
}
.contacts-top a.con_facebook:before,
.contacts-top a.con_youtube:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #556080;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    position: relative;
    top: 2px
}
.contacts-top a.con_facebook:before {
    content: "\f09a";
}
.contacts-top a.con_youtube:before {
    content: "\f167";
}
@media(max-width: 992px) {
    .contacts-top {
        text-align: center
    }
}
.contacts-middle {
    background: url(../img/main_pattern.jpg);
    position: relative;
    padding: 60px 0 40px;
    color: #4D4D4D;
}
.contacts-middle .cont-logo {
    margin-right: 35px !important;
    margin-top: 0 !important;
    position: relative;
    top: -8px
}
.cont-tax-info p,
.cont-bank-info p {
    margin-bottom: 0;
    padding-bottom: 0
}
.contacts-bottom {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.cont-tax-info p {
    padding-left: 35px
}
.parlor-name,
.adr,
.parlor-cont {
    font-weight: 400
}
.parlor-name {
    font-size: 18px
}
.adr {
    margin-bottom: 15px
}
.adr p {
    margin-bottom: 0
}
.parlor-cont a {
    display: block;
    color: #303030
}
.parlor-cont a:before {
    color: #0E80C3;
    margin-right: 15px
}
.cont-map {
    min-height: 300px
}
.cont-map iframe {
    position: absolute;
    width: 95%;
    min-height: 250px;
}
.contacts-bottom {
    padding: 60px 0 0
}
.contacts-bottom .row {
    margin-bottom: 50px
}
#cms p a {
    color: #0e80bf;
    font-weight: 400;
}
#cms p a:hover {
    color: #1a1a1a
}
#cms a.btn {
    background: #0e80bf;
    color: #fff
}
#cms a.btn:hover {
    background: #0070B8;
    color: #fff
}

/*# sourceMappingURL=cms.css.map */


/* KONTAKT FORM */

#cms_contact {
    padding: 0px 20px 0;
}
.contact-form-wrap .h3 {
    color: #fff !important;
    margin-top: 90px !important;
    font-size: 27px !important;
    padding: 0 !important
}
.contact-form-wrap .h3:after {
    content: '';
    display: block;
    width: 53px;
    height: 5px;
    background: #0E80C1;
    margin: 25px auto 30px;
    border-radius: 17px;
}
#cms_contact p {
    margin-bottom: 0
}
#cms_contact input::-webkit-input-placeholder,
#cms_contact textarea::-webkit-input-placeholder {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 15px;
}
#cms_contact input::-moz-placeholder,
#cms_contact textarea::-moz-placeholder {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 15px;
}
#cms_contact input:-ms-input-placeholder,
#cms_contact textarea:-ms-input-placeholder {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 15px;
}
#cms_contact input:-moz-placeholder,
#cms_contact textarea:-moz-placeholder {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 15px;
}
#cms_contact input:-moz-placeholder,
#cms_contact textarea:-moz-placeholder {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 15px;
}
#cms_contact .form-control {
    border: 0;
    border-bottom: 1px solid #C2C2C2;
    height: 49px;
    line-height: 49px;
}
#cms_contact .required.text:last-child .form-control {
    border-bottom: none
}
#cms_contact textarea.form-control {
    min-height: 200px;
    line-height: 20px;
    padding-top: 15px
}
#cms_contact .submit2 {
    text-align: center;
    margin: 30px 0 90px;
    width: 100%;
}
#cms_contact .btn {
    background: #FF5023;
    border-color: #FF5023
}
#cms_contact .btn:hover {
    background: #DD3E1F;
    border-color: #DD3E1F;
}
#cms_contact input,
#cms_contact textarea {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 15px;
}
.q_continue {
    padding: 40px 0 80px
}
.q_continue a {
    background: #0E80BF;
    color: #fff;
    font-size: 17px;
    font-weight: 400
}
#cms_contact div.selector {
    height: 49px;
    line-height: 49px;
    border: 0;
    padding-left: 5px
}
#cms_contact div.selector span {
    height: 49px;
    line-height: 49px;
    color: #4D4D4D;
    font-weight: 300;
    font-size: 15px;
}
.cms-3 #center_column .rte > .container {
    padding: 90px 0 !important;
}
#cms.cms-3 #center_column .rte h2 {
    padding-top: 50px !important
}
#cms #center_column .o-nas-bottom img {
    width: 100%;
    height: auto%;
}
@media(max-width: 768px) {
    .contacts-middle .cont-logo {
        margin-right: 0 !important;
        position: static;
        float: none !important;
        margin: 0 auto !important
    }
    .contacts-middle {
        text-align: center;
        padding-top: 10px
    }
    .contacts-top {
        line-height: 60px;
    }
    #cms #center_column {
        padding-top: 0 !important
    }
    .contacts-bottom .row {
        margin-bottom: 45px
    }
}
@media(max-width: 991px) {
    .firms .after_line {
        margin-bottom: 43px
    }
    .firms .after_line:after {
        height: 20px
    }
    #cms #center_column .rte .o-nas-bottom h2 {
        padding-top: 0px;
        font-size: 22px
    }
    .o-nas-top-bg {
        padding-bottom: 30px
    }
    #cms #center_column .rte h3 {
        text-align: center
    }
    .pribeh-produkty .row {
        margin-bottom: 15px
    }
}
@media(max-width: 550px) {
    .cms-7 .slide_text_wrap {
        top: 45%
    }
}
#cms_contact .form-error::-webkit-input-placeholder {
    color: #FF3333;
}
#cms_contact .form-error::-moz-placeholder {
    color: #FF3333;
}
#cms_contact .form-error:-ms-input-placeholder {
    color: #FF3333;
}
#cms_contact .form-error:-moz-placeholder {
    color: #FF3333;
}
.club_icons {
    max-width: 620px;
    margin-top: 41px
}
.club_icons:before {
    content: '';
    display: block;
    position: relative;
    top: 51px;
    width: 80%;
    margin: 0 auto;
    height: 1px;
    background: #C2C2C2;
    z-index: 5;
}
.club_icon {
    width: 103px;
    height: 103px;
    text-align: center;
    line-height: 103px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    background: #fff;
    z-index: 7;
}
.club_icon img {
    margin: 0 !important
}
.button_wrap {
    text-align: center;
    margin-top: 62px;
}
.button_wrap a {
    font-size: 17px
}
.club_icon + span {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-weight: 400;
    font-size: 15px
}
.club_img p {
    text-align: right
}
.club_img img {
    margin: 0 auto !important
}
.club_img + div {
    padding-left: 65px
}
#cms.cms-14 #center_column .rte h2 {
    padding-top: 96px;
}
.club_content p:first-child {
    font-size: 21px
}
.club_content p:nth-child(2) {
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 15px
}
.cms_register_club {
    padding: 50px 60px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    margin-top: 35px
}
.after_blue:after {
    content: '';
    width: 53px;
    height: 5px;
    background: #0E80BF;
    display: block;
    margin: .8em auto 1.8em;
    border-radius: 17px;
}
.club_subheading {
    font-size: 29px;
    color: #1A1A1A;
    text-align: center;
    padding-top: 79px
}
.cms_register_club .page-subheading {
    font-size: 24px !important
}
.cms_register_club .page-subheading:after {
    margin-bottom: 18px
}
.cms_register_club input {
    max-width: 393px;
    width: 100%;
    margin: 0 auto
}
#cms .cms_register_club p.lost_password {
    margin-top: 15px
}
#cms .cms_register_club p.lost_password a {
    color: #6F7172;
    font-weight: 300;
    font-size: 13px;
}
.cms_register_club .box {
    margin-bottom: 0
}
@media(max-width: 767px) {
    .club_img img {
        max-width: 200px !important;
        padding-bottom: 45px
    }
    .club_img p {
        text-align: center
    }
    #cms.cms-14 #center_column .rte h2 {
        padding-top: 40px
    }
    .club_img + div {
        padding-left: 18px
    }
    .club_icons {
        max-width: 100%
    }
    .club_icons .row > div {
        margin-bottom: 45px
    }
    .button_wrap {
        margin-top: 0px
    }
    #newsletter_block_veterinari {
        margin-top: 35px !important
    }
    .cms_register_club {
        padding: 10px
    }
    .cms-14 span.slide_description {
        font-size: 14px !important
    }
}
.cms_register_club #email_create
{
    margin-top: 25px;
}
.club_content .button_wrap
{
    padding-bottom: 96px
}
.cms-13 h3 strong,
.cms-13 h4 strong
{
    font-weight: 400;
    line-height: 1.5
}
.cms-13 h3
{
    padding-bottom: 0 !important
}
.cms-13 h4
{
    padding-top: 25px;
    padding-bottom: 0px
}
.cms-13 h3
{
    margin: 1.2em 0 .6em !important
}
.cms-13 .rte.container
{
    margin-top: 45px
}
.cms-13 .table_box
{
	max-width: 100%; display: block; padding: 10px; margin-left: auto; margin-right: auto; min-height: 390px
}
.cms-13 .table_box table
{
	width: 100%
}
.cms-13 .table_box table td
{
	width: 50%
}
.table_box
{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    display: inline-block;
    max-width: 360px;
    margin: 0 15px 30px;
    padding: 20px
}
.table_box_wrap
{
    text-align: center;
    margin-top: 45px
}

.table_box_wrap .table_box:nth-child(1),
.table_box_wrap .table_box:nth-child(2),
.table_box_wrap .table_box:nth-child(3)
{
    min-height: 200px
}
.table_box table
{
    border-collapse: collapse;
}
/* ****** */

/*#cms.cms-13 #center_column img {
    width: null;
	height: null;
}*/