.box-header.animation-slide::after
{
visibility: hidden;
}
.box-header.slide::after
{
animation-name: slide;
-webkit-animation-name: slide;
animation-timing-function: cubic-bezier(.75, 0, .25, 1);	
-webkit-animation-timing-function: cubic-bezier(.75, 0, .25, 1);
animation-duration: 0.6s;	
-webkit-animation-duration: 0.6s;
visibility: visible;
}
@keyframes slide 
{
0% 
{
width: 0;	
}
100% 
{
width: 50px;	
}		
}
@-webkit-keyframes slide 
{
0% 
{
width: 0;
}
100% 
{
width: 50px;
}		
} .animated-element
{
visibility: hidden;
position: relative;
}
.comment-box .animated-element.date .arrow-date,
.comment-box.animated-element .arrow-comments
{
visibility: hidden;
}
.fadeIn, .scale, .slideRight, .slideRight200, .slideRight25, .slideLeft, .slideLeft50, .slideDown, .slideDown200, .slideUp, .height,
.comment-box .fadeIn.date .arrow-date, .comment-box .scale.date .arrow-date, .comment-box .slideRight.date .arrow-date, .comment-box .slideRight200.date .arrow-date, .comment-box .slideLeft.date .arrow-date, .comment-box .slideLeft50.date .arrow-date, .comment-box .slideDown.date .arrow-date, .comment-box .slideDown200.date .arrow-date, .comment-box .slideUp.date .arrow-date,
.comment-box.fadeIn .arrow-comments, .comment-box.scale .arrow-comments, .comment-box.slideRight .arrow-comments, .comment-box.slideRight200 .arrow-comments, .comment-box.slideLeft .arrow-comments, .comment-box.slideLeft50 .arrow-comments, .comment-box.slideDown .arrow-comments, .comment-box.slideDown200 .arrow-comments, .comment-box.slideUp .arrow-comments
{
animation-timing-function: cubic-bezier(.75, 0, .25, 1);	
-webkit-animation-timing-function: cubic-bezier(.75, 0, .25, 1);		
visibility: visible !important;
} .fadeIn
{	
animation-name: fadeIn;
-webkit-animation-name: fadeIn;	
}
@keyframes fadeIn 
{
0% 
{
opacity: 0;
}
100% 
{
opacity: 1;
}
}
@-webkit-keyframes fadeIn 
{
0% 
{
opacity: 0;
}
100% 
{
opacity: 1;
}
} .scale
{
animation-name: scale;
-webkit-animation-name: scale;
}
@keyframes scale 
{
0% 
{
transform: scale(0.2);	
}
100% 
{
transform: scale(1);	
}		
}
@-webkit-keyframes scale 
{
0% 
{
-webkit-transform: scale(0.2);	
}
100% 
{
-webkit-transform: scale(1);
}		
} .slideRight
{
animation-name: slideRight;
-webkit-animation-name: slideRight;	
}
@keyframes slideRight 
{
0% 
{
opacity: 0;
transform: translateX(-100%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}
}
@-webkit-keyframes slideRight 
{
0% 
{
opacity: 0;
-webkit-transform: translateX(-100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideRight200
{
animation-name: slideRight200;
-webkit-animation-name: slideRight200;	
}
@keyframes slideRight200 
{
0%
{
opacity: 0;
transform: translateX(-200%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}
}
@-webkit-keyframes slideRight200 
{
0%
{
opacity: 0;
-webkit-transform: translateX(-200%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideRight25
{
animation-name: slideRight25;
-webkit-animation-name: slideRight25;	
}
@keyframes slideRight25
{
0% 
{
opacity: 0;
transform: translateX(-25%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}
}
@-webkit-keyframes slideRight25
{
0% 
{
opacity: 0;
-webkit-transform: translateX(-25%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideLeft
{
animation-name: slideLeft;
-webkit-animation-name: slideLeft;
}
@keyframes slideLeft 
{
0% 
{
opacity: 0;
transform: translateX(100%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}	
}
@-webkit-keyframes slideLeft 
{
0% 
{
opacity: 0;
-webkit-transform: translateX(100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideLeft50
{
animation-name: slideLeft50;
-webkit-animation-name: slideLeft50;
}
@keyframes slideLeft50 
{
0% 
{
opacity: 0;
transform: translateX(50%);
}
100% 
{
opacity: 1;
transform: translateX(0%);
}	
}
@-webkit-keyframes slideLeft50 
{
0% 
{
opacity: 0;
-webkit-transform: translateX(50%);
}
100% 
{
opacity: 1;
-webkit-transform: translateX(0%);
}
} .slideDown
{
animation-name: slideDown;
-webkit-animation-name: slideDown;				
}
@keyframes slideDown 
{
0% 
{
opacity: 0;
transform: translateY(-100%);
}
100% 
{
opacity: 1;
transform: translateY(0%);
}		
}
@-webkit-keyframes slideDown 
{
0% 
{
opacity: 0;
-webkit-transform: translateY(-100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateY(0%);
}	
} .slideDown200
{
animation-name: slideDown200;
-webkit-animation-name: slideDown200;				
}
@keyframes slideDown200
{
0% 
{
opacity: 0;
transform: translateY(-100%);
}
100% 
{
opacity: 1;
transform: translateY(0%);
}		
}
@-webkit-keyframes slideDown200
{
0% 
{
opacity: 0;
-webkit-transform: translateY(-100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateY(0%);
}	
} .slideUp
{
animation-name: slideUp;
-webkit-animation-name: slideUp;
}
@keyframes slideUp 
{
0% 
{
opacity: 0;
transform: translateY(100%);
}
100%
{
opacity: 1;
transform: translateY(0%);
}	
}
@-webkit-keyframes slideUp 
{
0% 
{
opacity: 0;
-webkit-transform: translateY(100%);
}
100% 
{
opacity: 1;
-webkit-transform: translateY(0%);
}	
} .height
{
animation-name: height;
-webkit-animation-name: height;
}
@keyframes height 
{
0% 
{
height: 0%;
}
100%
{
height: 100%;
}	
}
@-webkit-keyframes height 
{
0% 
{
height: 0%;
}
100% 
{
height: 100%;
}	
}.header-container {
padding: 12px 0 !important; }
@media only screen and (min-width: 992px) {
div.logo-container > a > img {
max-width: 165px;
}
}
@media only screen and (max-width: 991px) {
div.logo-container > a > img {
max-width: 145px;
}
}
.home-box-container:nth-child(3n+2),
.footer-banner-box:nth-child(3n+2) {
background: #436a4d;
}
.home-box-container:nth-child(3n+3),
.footer-banner-box:nth-child(3n+3) {
background: #273f2d;
}
.cost-calculator-datepicker .ui-datepicker-current-day, .cost-calculator-box input[type="checkbox"]:checked+.cost-calculator-checkbox-label, .cost-calculator-box input[type="checkbox"]:checked+.cost-calculator-checkbox-label .checkbox-box, .cost-calculator-box .ui-slider .ui-slider-handle::after, .cost-calculator-box .ui-slider-range-min, input[type='checkbox']:checked + span.cost-calculator-switch-slider, .cost-calculator-container .cost-calculator-more, .cost-calculator-container .cost-calculator-more[type="submit"], body .cost-calculator-container .cost-calculator-more.cost-calculator-gray:hover,
.cost-calculator-box .ui-slider-range-min
{
background: #436a4d;
}
.cost-calculator-box .ui-slider .ui-slider-handle,
.cost-calculator-box input[type="checkbox"]:checked+.cost-calculator-checkbox-label, .cost-calculator-box input[type="checkbox"]:checked+.cost-calculator-checkbox-label .checkbox-box, .cost-calculator-box .ui-slider-handle .cost-slider-tooltip .cost-calculator-value, .cost-calculator-container .cost-calculator-more, .cost-calculator-container .cost-calculator-more[type="submit"], body .cost-calculator-container .cost-calculator-more.cost-calculator-gray:hover {
border-color: #436a4d;
}
.cost-calculator-box input[type="checkbox"]:checked+.cost-calculator-checkbox-label::before, .cost-calculator-datepicker .ui-datepicker-prev:hover span::before, .cost-calculator-datepicker .ui-datepicker-next:hover span::before, .cost-calculator-summary-price, .cost-calculator-box .ui-selectmenu-button.ui-corner-top .ui-icon, .cost-calculator-box .ui-selectmenu-button:hover .ui-icon, .cost-calculator-box .cost-calculator-datepicker-container:hover .ui-icon, .cost-calculator-dropdown.cost-calculator-dropdown.ui-selectmenu-menu .ui-menu li.ui-state-focus, div.cost-calculator-summary-box::before {
color: #436a4d;
}
.cost-calculator-box .ui-slider-handle .cost-slider-tooltip .cost-calculator-arrow::before {
border-color: #436a4d transparent;
}  ::-webkit-scrollbar {
width: 10px;
} ::-webkit-scrollbar-button {
background: #222;
} ::-webkit-scrollbar-thumb {
background: #28282a;
} ::-webkit-scrollbar-thumb:hover {
background: #666;
} ::-webkit-scrollbar-track {
background: #000;
} ::-webkit-scrollbar-corner {
background: #999;
} ::-webkit-resizer {
background: #111;
} .scroll-top:hover,
.scroll-top:focus {
background: #436a4d;
}
.page-header-right {
display: none;
}
div.footer {
padding-top: 5px;
}
.post-footer {
display: none;
}
.timetable td div.tip {
background: #436a4d;
}
.items-list li {
padding: 11px 0 0px;
}
.align-left>.wpb_wrapper>blockquote label::before {
background: #436a4d;
}
.comments-number {
display: none;
}
.feature-item.feature-item-number.active {
background: #436a4d;
}
.feature-item span.list-number.number {
color: #436a4d;
}
.timeline-item .label-container label {
background: #436a4d;
}
#cookie-notice {
border-top: 2px solid rgba(31, 31, 33, .75);
}
#cn-accept-cookie {
background: #436a4d;
}
.features-play:hover,
.features-play:focus {
background: #436a4d;
border-color: #436a4d;
}
a.comments-number {
display: none !important;
} .slider-navigation-container {
display: none;
}
.tabs-box-navigation.sf-menu {
display: none;
}
.copyright-area-container {
background: #28282a;
} .menu-footer {
margin-top: 20px;
}
.menu-footer a {
color: #C5C5C5 !important;
}
.tip-row {
display: none;
}
a.more.gb-button {
margin-bottom: 25px;
}
p {
font-size: 18px;
}
li.reservation {
border-radius: 1px;
background: #436a4d;
}
@media only screen and (min-width: 768px) {
li.reservation {
margin-left: 25px;
}
}
li.reservation:hover,
li.reservation:active {
background: #436a4d;
opacity: .9;
}
li.reservation a {
padding: 13px;
color: white !important;
}
.class-trainers {
display: none;
}
#active-adults,
#active-kids, 
#yoga-pilates, 
#cardio-fitness {
display: none;
}
.items-list li {
padding: 12px 0 0px !important;
}
html {
scroll-behavior: smooth;
}
.row_6, .row_7, .row_8, .row_9 {
display: none;
}
#cn-accept-cookie {
background: #436a4d !important;
}
.feature-item a {
color: #C5C5C5;
}
.footer a {
color: #C5C5C5;
}
.footer-span {
font-size: 14px;
}
.copyright-text{
font-size: 13.5px;
}
.copyright-text a {
text-decoration: underline;
}
.timetable tr .event {
padding: 0;
}
.timetable tr .event .single-cell {
padding: 8px 15px;
border-bottom: 2px solid #222224;
background-color: #436a4d;
}
.single-cell br {
display: none;
}
.timetable tr .event {
background-color: #343436 !important;
}
.timetable tr.row-gray .event {
background-color: #222224 !important;
}
.timetable .event:hover, .timetable .event.tooltip:hover,
.timetable .event:hover a, .timetable .event.tooltip:hover a {
cursor:default;
color: #FFF !important;	
text-decoration: none;
}
@media screen and (max-width: 1249px) {
.timetable tr .event .single-cell {
padding: 8px 15px;
}
}@media screen and (max-width:1249px)
{ body
{
font-size: 15px;
}
.alternate,
.wpb_text_column.alternate p
{
font-size: 14px;
}
.header-top-sidebar,
.header,
.footer,
body .vc_row,
.copyright-area,
body .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row
{
width: 750px;
}
blockquote
{
width: 72%;
font-size: 20px;
}
blockquote::after
{
margin-top: 8px;
}
.align-left>.wpb_wrapper>blockquote label::before
{
width: 50px;
}
.margin-top-100
{
margin-top: 70px;
}
.padding-left-70,
.vc_row-fluid [class*="vc_col-sm-"].padding-left-70
{
padding-left: 50px;
}
.padding-left-100,
.vc_row-fluid [class*="vc_col-sm-"].padding-left-100
{
padding-left: 70px;
}
.padding-right-70,
body .theme-page .padding-right-70
{
padding-right: 50px;
}
body .theme-page .vc_row .padding-box>.vc_column-inner
{
padding: 26px 15px;
} h3
{
font-size: 18px;
}
h4
{
word-wrap: break-word;
} .header
{
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
flex-wrap: wrap;
}
.header-container
{
padding: 18px 0 0;
}
.header-container.sticky.transition
{
padding: 10px 0 0;
}
.logo-container
{
width: 100%;
padding-bottom: 5px;
-ms-flex-order: 1;
-webkit-order: 1;
-moz-order: 1;
order: 1;
text-align: left;
}
.logo-container a
{
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
} .menu-container
{
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
-moz-flex: 0 1 auto;
flex: 0 1 auto;
-ms-flex-order: 2;
-webkit-order: 2;
-moz-order: 2;
order: 2;
} .theme-page
{
padding-bottom: 70px;
}
body .page-margin-top,
.page_margin_top,
.ui-tabs-panel ul.page-margin-top
{
margin-top: 35px;
}
body .page-margin-top-section,
.page_margin_top_section,
.ui-tabs-panel ul.page-margin-top-section
{
margin-top: 50px;
} .header-top-right-sidebar
{
width: auto;
max-width: none;
-ms-flex-order: 3;
-webkit-order: 3;
-moz-order: 3;
order: 3;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
-moz-flex: 1 1 auto;
flex: 1 1 auto;
} .search .search-input
{
width: 190px;
}
.search .search-input:focus
{
width: 210px;
} .social-icons li a
{
padding: 10px;
} .home-box-container
{
padding: 13px 12px 23px;
}
.home-box-container-list.margin-minus
{
margin-top: -197px;
}
.home-box,
.home-box-container-list.for-home-slider .home-box
{
width: 226px;
}
.home-box h4
{
font-size: 20px;
}
.home-box .icon
{
margin-right: 20px;
}
.home-box .news
{
margin-top: 15px;
}
.home-box .more
{
margin-top: 21px;
}
.home-box .scrolling-list-wrapper
{
margin-top: 4px;
}
.vc_col-sm-4 .upcoming-classes-container.controls-active .scrolling-controls
{
margin-top: 0;
height: 29px;
} .scrolling-list-control-left, .scrolling-list-control-right
{
width: 28px;
height: 28px;
line-height: 20px;
} .tparrows.custom,
.sr7-arrows.custom
{
margin-top: -90px;
} .more,
.pagination li a.more
{
padding-left: 20px;
padding-right: 20px;
} .accordion .ui-accordion-content
{
padding-bottom: 20px;
}
.accordion .ui-accordion-content .item-footer
{
margin-top: 27px;
} .ui-tabs-nav
{
width: 90px;
} .gallery-item-details-list.list-with-details .details-box
{
margin-left: 0;
}
.gallery-item-details-list .image-box.fixed-height
{
min-height: 240px;
}
.gb-gallery li .description
{
padding: 20px 15px;
} .gb-gallery.horizontal-carousel.gallery-3-columns.layout-type-separate .gallery-box
{
width: 230px;
} .caroufredsel-wrapper-testimonials
{
width: 600px !important;
}
.testimonials li
{
width: 600px;
}
.testimonials li blockquote
{
padding: 0 20px;
} .vc_row .our-clients-list-container>.vc_col-sm-2
{
width: 140px;
margin-right: 10px;
}
.our-clients-list-container .caroufredsel_wrapper
{
width: 600px !important;
} .side-items .wpb_single_image a
{
width: 210px;
}
.side-table,
.side-image-bottom
{
width: 250px;
margin-left: 50px;
margin-top: -110px;
}
.side-image-bottom
{
margin-top: -40px;
}
.side-table .table-container
{
padding: 10px 20px 20px;
}
.side-image+.side-table
{
margin-left: 180px;
}
.vc_row .vc_col-sm-6 .side-image+.side-table
{
float: right;
margin-left: 0;
} .comment-box
{
width: 90px;
}
.comment-box .first-row
{
height: 90px;
font-size: 24px;
}
.comment-box .comments-number
{
font-size: 11px;
}
.post-content
{
padding-left: 120px;
}
.post-content a.post-image
{
margin-bottom: 27px;
}
.post-content h3
{
margin-bottom: 0px;
}
.post-footer
{
margin-top: 10px;
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.post-footer .gb-button
{
margin-top: 30px;
}
.post-footer-details
{
margin-left: 0;
}
.post-footer-details li
{
padding-left: 15px;
padding-right: 15px;
} #comments-list li.comment
{
margin-top: 27px;
}
#comments-list .children
{
margin-top: 27px;
padding-left: 0;
}
.comment .comment-author-avatar img
{
width: 80px;
} .recaptcha-container
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.gb-contact-form .recaptcha-container .g-recaptcha-wrapper
{
float: none;
margin: 0;
}
.gb-contact-form .recaptcha-container .button-with-recaptcha
{
float: none;
margin-top: 30px;
margin-right: 0;
} .pagination li a, .pagination li>span
{
padding-left: 15px;
padding-right: 15px;
}
.pagination li.gb-first-page a.more,
.pagination li.gb-last-page a.more
{
padding-left: 10px;
padding-right: 10px;
}
.pagination li.gb-prev-page
{
margin-right: 10px;
}
.pagination li.gb-next-page
{
margin-left: 15px;
}
.pagination li.gb-prev-page a::before,
.pagination li.gb-next-page a::after
{
display: none;
} .feature-item.feature-item-number
{
padding: 27px 10px 29px 20px;
}
.feature-item.feature-item-number.feature-item-clone
{
padding: 14px 20px 29px;
}
.feature-item.feature-item-number.feature-item-clone span.list-number.number
{
font-size: 38px;
}
.feature-item.feature-item-number.feature-item-clone .icon
{
margin-top: 26px;
}
.feature-item.feature-item-number.active
{
visibility: visible;
background: #409915;
}
.feature-item.feature-item-number.active p
{
color: #000;
}
.feature-item.feature-item-number.active .icon::before
{
color: #222224;
}
.feature-item.feature-item-number.active .icon::after
{
content: "";
position: absolute;
width: 40px;
height: 40px;
right: 0;
bottom: -7px;
background: #FFF;
-moz-border-radius: 999px;
-webkit-border-radius: 999px;
border-radius: 999px;
z-index: 1;
}
.feature-item.feature-item-number.active span.list-number.number
{
color: #FFF;
}
.feature-item.feature-item-number.feature-item-clone
{
left: -9999px;
}
.feature-item.feature-item-number.feature-item-clone,
.feature-item.feature-item-number.feature-item-clone span.list-number.number
{
visibility: hidden;
}
.feature-item.feature-item-number h4,
.feature-item.feature-item-number p
{
margin-left: 68px;
}
.feature-item.feature-item-number .icon
{
margin-right: 18px;
}
.theme-page .vc_row.feature-columns .vc_col-sm-6
{
width: 100%;
}
.theme-page .vc_row.feature-columns .wpb_column
{
margin-left: 0;
margin-top: 10px;
}
.theme-page .vc_row.feature-columns .wpb_column:first-child
{
margin-top: 0;
} .timeline-carousel .timeline-item
{
width: 375px;
}
.timeline-item .timeline-content
{
padding: 0 30px;
}
.timeline-carousel .timeline-item .timeline-content
{
padding: 0 50px;
} .counter-box p
{
padding: 13px 5px;
}
.counter-box .number-container
{
left: 10px;
} .timetable,
table.timetable th,
.timetable td:first-child
{
font-size: 13px;
}
table.timetable th, table.timetable td
{
padding: 8px;
}
.timetable .class-trainers
{
font-size: 12px;
} .border-columns .feature-item h4
{
padding-right: 0;
}
.border-columns .feature-item.feature-item-hover-background h4::after
{
content: none;
} .footer-banner-box
{
padding: 22px 20px 24px;
}
.footer-box
{
width: 210px;
}
.footer-box h3
{
line-height: 24px;
}
.footer-box h4
{
font-size: 18px;
line-height: 24px;
}
.footer-box .icon
{
margin-right: 20px;
} .wpb_single_image .vc_figure .vc_figure-caption
{
padding-left: 50px;
}
.wpb_single_image .vc_figure .vc_figure-caption::before
{
width: 35px;
margin-left: -50px;
margin-right: 15px;
}
.vc_row .vc_col-sm-6
{
width: 360px;
}
.vc_row .vc_col-sm-4,
.vc_row .vc_col-sm-8 .vc_col-sm-6
{
width: 230px;
}
.vc_row .vc_col-sm-8 .cost-calculator-box .vc_col-sm-6
{
width: 200px;
}
.vc_row .vc_col-sm-8
{
width: 490px;
}
.vc_col-sm-4 .vc_col-sm-6
{
width: 100%;
margin-left: 0;
}
.vc_row .vc_col-sm-8 .vc_col-sm-4
{
width: 143px;
}
.vc_row .vc_col-sm-3,
.vc_row .vc_col-sm-6 .vc_col-sm-6,
.vc_row .vc_col-sm-9 .vc_col-sm-4
{
width: 165px;
}
.vc_row .vc_col-sm-1\/5 
{
width: 126px;
}
.vc_row .vc_col-sm-9
{
width: 555px;
}
.vc_row .vc_col-sm-9 .vc_col-sm-6
{
width: 262px;
}
.vc_row .vc_col-sm-9 .vc_col-sm-8
{
width: 360px;
}
.vc_row .vc_col-sm-2,
.our-clients-list .vc_row ul .vc_col-sm-2 
{
width: 100px;
}
.vc_row .vc_col-sm-11
{
width: 620px;
}
.vc_col-sm-8 .post-content .vc_col-sm-8,
.vc_col-sm-8 .accordion .tabs .vc_col-sm-8,
.vc_col-sm-8 .post-content .vc_col-sm-6,
.vc_col-sm-8 .accordion .tabs .vc_col-sm-6,
.vc_col-sm-8 .post-content .vc_col-sm-4,
.vc_col-sm-8 .accordion .tabs .vc_col-sm-4,
.vc_col-sm-8 .post-content .vc_col-sm-8 .vc_col-sm-6,
.vc_col-sm-8 .accordion .tabs .vc_col-sm-8 .vc_col-sm-6,
.vc_row .vc_col-sm-6 .vc_col-sm-4,
.vc_row .vc_col-sm-6.padding-left-70 .vc_col-sm-4
{
width: 100%;
margin-left: 0;
margin-top: 30px;
}
.vc_col-sm-8 .post-content .vc_col-sm-6,
.vc_col-sm-8 .accordion .tabs .vc_col-sm-6,
.vc_col-sm-8 .post-content .vc_col-sm-8 .vc_col-sm-6,
.vc_col-sm-8 .accordion .tabs .vc_col-sm-8 .vc_col-sm-6
{
margin-top: 50px;
}
.vc_col-sm-8 .post-content .vc_col-sm-8:first-child,
.vc_col-sm-8 .accordion .tabs .vc_col-sm-8:first-child,
.vc_col-sm-8 .post-content .vc_col-sm-6:first-child,
.vc_col-sm-8 .accordion .tabs .vc_col-sm-6:first-child,
.vc_col-sm-8 .post-content .vc_col-sm-4:first-child,
.vc_col-sm-8 .accordion .tabs .vc_col-sm-4:first-child,
.vc_row .vc_col-sm-6 .vc_col-sm-4:first-child
{
margin-top: 0;
}
.row-4-4
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-moz-flex-wrap: wrap;
flex-wrap: wrap;
}
.row-4-4.vc_row .vc_col-sm-3
{
width: 359.5px;
}
.row-4-4.vc_row .vc_col-sm-3:nth-child(odd)
{
margin-left: 0;
}
.row-4-4.vc_row .vc_col-sm-3:nth-child(n+3)
{
margin-top: 35px;
}
.vc_row .vc_col-sm-6 .vc_col-sm-6,
.vc_row .gallery-item-details-list .vc_col-sm-6 .details-box .vc_col-sm-6
{
width: 165px;
}
body .vc_row.full-width>.vc_col-sm-8.column-limited .vc_row
{
width: 490px;
}
.vc_row.full-width>.vc_col-sm-8.column-limited
{
padding-left: calc((66.66666% - 460px)/2 - 30px);
}
.vc_row.full-width>.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row
{
width: 375px;
} .slider_content_box
{
width: 750px;
}
.slider li
{
height: 420px;
background-size: auto 420px;
-moz-background-size: auto 420px;
-webkit-background-size: auto 420px;
-o-background-size: auto 420px;
}
.slider_content_box + .home-box-container-list
{
margin-top: 30px;
}
.slider_content_box
{
margin-top: -175px;
min-height: 89px;
}
.controls.slider_navigation
{
margin-top: 50px;
}
.top-hint
{
margin-top: -225px;
} .contact_details_about,
.contact_details_map
{
width: 100%;		
} .clearfix.has-gutenberg-blocks>*
{
width: 750px;
}
.has-gutenberg-blocks .alignleft
{
width: auto;
margin-left: calc((100% - 750px) / 2);
}
.has-gutenberg-blocks .alignright
{
width: auto;
margin-right: calc((100% - 750px) / 2);
}
.has-gutenberg-blocks .alignwide
{
width: 850px;
}
.wp-block-columns
{
-ms-flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
-moz-flex-wrap: nowrap;
flex-wrap: nowrap;
}
body .clearfix.has-gutenberg-blocks blockquote.wp-block-quote
{
width: 540px;
}
body .clearfix.has-gutenberg-blocks blockquote.is-large
{
margin-left: calc((100% - 750px) / 2);
width: 525px;
}
}
@media screen and (max-width:767px)
{ body .hide-on-mobiles
{
display: none;
}
.show-on-mobiles
{
display: block;
}
.header-top-right-sidebar a.show-on-mobiles
{
display: inline-block;
}
.show-on-desktop,
.header-top-right-sidebar a.show-on-desktop
{
display: none;
}
.padding-left-70,
.vc_row-fluid [class*="vc_col-sm-"].padding-left-70
{
padding-left: 0;
}
.padding-right-70
{
padding-right: 0;
} h1
{
font-size: 32px;
} .header-top-sidebar,
.header,
.mobile-menu,
.footer,
body .vc_row,
.copyright-area,
body .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row,
body .vc_row.full-width>.wpb_column.column-limited>.wpb_wrapper>.vc_row
{
width: 462px;
}
.header-top-right-sidebar
{
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
-moz-flex: 0 1 auto;
flex: 0 1 auto;
-ms-flex-order: 2;
-webkit-order: 2;
-moz-order: 2;
order: 2;
}
.header-container,
.header-container.sticky.transition
{
padding: 18px 0;
}
.logo-container
{
-webkit-flex: 1 1 0;
-ms-flex: 1 1 0;
-moz-flex: 1 1 0;
flex: 1 1 0;
padding-bottom: 0;
}
.logo-container a
{
-ms-flex-pack: unset;
-webkit-box-pack: unset;
-webkit-justify-content: unset;
-moz-justify-content: unset;
justify-content: unset;
} .sf-menu
{
display: none;
}
.mobile-menu
{
margin-left: auto;
margin-right: auto;
}
.mobile-menu-switch
{
position: relative;
width: 30px;
height: 30px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
-moz-flex: 0 1 auto;
flex: 0 1 auto;
-ms-flex-order: 3;
-webkit-order: 3;
-moz-order: 3;
order: 3;
margin-left: 30px;
}
.mobile-menu-switch .line
{
position: absolute;
display: block;
width: 30px;
height: 2px;
background: #000;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.mobile-menu-switch:hover .line
{ }
.mobile-menu-switch .line:nth-child(1)
{
top: 6px;
}
.mobile-menu-switch .line:nth-child(2),
.mobile-menu-switch .line:nth-child(3)
{
top: 14px;
}
.mobile-menu-switch .line:nth-child(4)
{
top: 22px;
}
.mobile-menu-switch.mm-opened .line:nth-child(1)
{
top: 14px;
width: 0px;
left: 50%;
}
.mobile-menu-switch.mm-opened .line:nth-child(2)
{
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.mobile-menu-switch.mm-opened .line:nth-child(3)
{
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mobile-menu-switch.mm-opened .line:nth-child(4)
{
top: 14px;
width: 0px;
left: 50%;
}
.mobile-menu-container
{
width: 100%;
display: block;
margin: 0 auto;
-ms-flex-order: 4;
-webkit-order: 4;
-moz-order: 4;
order: 4;
z-index: 99999;
}
.mobile-menu-switch
{
display: block;
}
.menu-item-has-children
{
position: relative;
}
.mobile-menu.collapsible-mobile-submenus .menu-item-has-children a.template-arrow-menu
{
position: absolute;
width: 40px;
height: 40px;
top: 0;
right: 0;
margin: 0;
padding: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.mobile-menu.collapsible-mobile-submenus .menu-item-has-children a.template-arrow-menu::before
{
position: absolute;
left: 14px;
top: 14px;
font-family: 'template';
content: "\68";
}
.menu-item-has-children a.template-arrow-menu:hover
{
text-decoration: none;
}
.collapsible-mobile-submenus .menu-item-has-children ul
{
display: none;
}
.collapsible-mobile-submenus .menu-item-has-children .menu-item-has-children ul
{
display: block;
} .flex-box
{
display: block;
} .page-header > .vc_inner:first-child
{
-ms-flex-direction: column;
-webkit-flex-direction: column;
-moz-flex-direction: column;
flex-direction: column;
}
.page-header-right
{
margin-bottom: 36px;
}
.page-header-right .search
{
float: left;
}
.page-header .page-title::after
{
-webkit-flex: 1 1 0;
-ms-flex: 1 1 0;
-moz-flex: 1 1 0;
flex: 1 1 0;
}
.top-hint
{
margin-top: -85px;
} .slider_content_box
{
width: 462px;
}
.slider li
{
height: 243px;
background-size: auto 243px;
-moz-background-size: auto 243px;
-webkit-background-size: auto 243px;
-o-background-size: auto 243px;
}
.slider_content_box
{
margin-top: -138px;
min-height: 80px;
}
.slider_navigation a
{
width: 46px;
height: 46px;
padding: 10px;
}
.controls.slider_navigation
{
margin-top: 40px;
} .for-home-slider .slider-navigation-container
{
top: -50px;
} .home-box-container-list,
.home-box-container-list.for-home-slider>.wpb_wrapper>ul
{
display: block;
}
.home-box-container-list.margin-minus
{
margin-top: -50px;
}
.home-box-container,
.home-box,
.home-box-container-list.for-home-slider .home-box
{
width: 100%;
}
.home-box-container
{
padding: 13px 20px 23px;
}
.vc_col-sm-4 .upcoming-classes-container.controls-active .scrolling-controls
{
margin-top: -64px;
height: 64px;
} .post-footer-details li
{
padding-left: 10px;
padding-right: 10px;
} .comment .comment-author-avatar
{
margin-right: 20px;
} form.gb-comment-form .flex-box fieldset.vc_col-sm-6.wpb_column,
form.gb-contact-form .flex-box fieldset.vc_col-sm-6.wpb_column
{
width: 100%;
}
body form.gb-comment-form .flex-box fieldset.wpb_column.wpb_column,
body form.gb-contact-form .flex-box fieldset.wpb_column.wpb_column
{
margin-top: 0;
margin-left: 0;
}
.fieldset-with-recaptcha
{
display: -ms-flexbox;
display: -webkit-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.gb-contact-form .g-recaptcha-wrapper
{
float: none;
margin: 0;
}
.gb-contact-form .button-with-recaptcha
{
float: none;
margin-top: 30px;
}
.fieldset-with-recaptcha .terms-container
{
-ms-flex-order: 1;
-webkit-order: 1;
-moz-order: 1;
order: 1;
height: auto;
padding-bottom: 30px;
}
.gb-comment-form .fieldset-with-recaptcha .terms-container
{
padding-bottom: 0;
}
.gb-contact-form .recaptcha-container .button-with-recaptcha
{
margin-right: auto;
} .pagination li.gb-prev-page
{
margin-right: 0;
}
.pagination li.gb-next-page
{
margin-left: 5px;
} .gb-parallax
{
background-attachment: scroll;
background-position: center !important;
} .timeline-carousel .timeline-item
{
width: 462px;
}
.timeline-item .timeline-content
{
padding: 0 50px;
} .timetable
{
display: none;
}
.timetable.small
{
display: block;
} body .feature-columns
{
margin-top: 0;
} .border-columns .feature-item
{
padding-left: 12px;
padding-right: 12px;
}
.border-columns .feature-item .icon::before
{
font-size: 42px;
}
.border-columns .feature-item h4
{
font-size: 16px;
line-height: 24px;
}
.theme-page .vc_row.border-columns:not(.counters-group) div.wpb_column:first-child
{
margin-top: 10px;
} body div.pp_default .pp_content_container .pp_details
{
position: relative;
top: 0;
right: 0;
}
body div.pp_default .pp_close
{
display: none;
} .theme-page ul.gb-gallery li
{
width: 50%;
margin-bottom: 30px;
}
.theme-page ul.gb-gallery.layout-type-separate li
{
width: calc(50% - 15px);
}
.gallery-item-details-list .image-box.fixed-height
{
min-height: 308px;
} .gb-gallery.horizontal-carousel.gallery-3-columns.layout-type-separate .gallery-box
{
width: 216px;
} .caroufredsel-wrapper-testimonials
{
width: 462px !important;
}
.testimonials li
{
width: 462px;
}
.testimonials li blockquote
{
padding: 0 10px;
} .vc_row .our-clients-list-container>.vc_col-sm-2
{
width: 142px;
margin-right: 10px;
}
.our-clients-list .vc_row ul .vc_col-sm-2.wpb_column.vc_column_container
{
width: 134px;
margin-right: 30px;
}
.our-clients-list .vc_row ul .vc_col-sm-2.wpb_column.vc_column_container:nth-child(3)
{
margin-right: 0;
}
.our-clients-list .vc_row ul .vc_col-sm-2.wpb_column.vc_column_container:nth-child(n+4)
{
margin-top: 30px;
}
.our-clients-list-container .caroufredsel_wrapper
{
width: 310px !important;
}
.our-clients-list li.wpb_column.vc_column_container
{
width: 150px;
margin-right: 10px;
margin-top: 0;
} .side-items .wpb_single_image a
{
width: 220px;
}
.side-table,
.side-image-bottom
{
margin-left: 65px;
} .tabs-horizontal .ui-tabs-nav li a
{
padding-left: 10px;
padding-right: 10px
} .footer-banner-box-container
{
display: block;
}
.footer-banner-box
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 27px 30px 34px;
}
.footer-banner-box,
.footer-box
{
width: 100%;
} .menu-footer-menu-container
{
clear: both;
float: left;
margin-top: 19px;
} .flex-box
{
display: block;
}
.flex-hide
{
display: inline;
}
.flex-hide img,
.flex-hide.wpb_single_image .vc_single_image-wrapper
{
width: 100%;
}
.vc_row .wpb_column
{
width: 100%;
margin-top: 50px;
}
.vc_row .wpb_column:first-child
{
margin-top: 0;
}
.vc_row .vc_grid-item[class*="vc_col-sm"],
.vc_row .vc_col-sm-6 .vc_col-sm-6,
.vc_row .gallery-item-details-list .vc_col-sm-6 .details-box .vc_col-sm-6,
.vc_row .vc_col-sm-8 .vc_col-sm-6,
.vc_row .vc_col-sm-8 .vc_col-sm-4,
.vc_row.full-width>.vc_col-sm-8,
.vc_row.full-width>.vc_col-sm-6,
.vc_row.full-width>.vc_col-sm-4,
body .vc_row.full-width>div.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row,
.vc_row.no-column-margins>.vc_col-sm-4
{
width: 100%;
}
.row-4-4.vc_row .vc_col-sm-3:nth-child(n+2)
{
margin-top: 35px;
}
.row-4-4.vc_row .vc_col-sm-3
{
width: 100%;
}
.vc_row [class*="vc_col-sm"]
{
margin-left: 0;
}
.vc_row.full-width > .vc_col-sm-8.column-limited
{
padding-left: 0;
}
body .vc_row.full-width>.wpb_column.column-limited:first-child>.wpb_wrapper>.vc_row
{
margin-right: auto;
}
.vc_row.full-width>.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row
{
padding: 0 50px;
}
.column-limited.vc_col-has-fill
{
background: none !important;
} .clearfix.has-gutenberg-blocks>*
{
width: 462px;
}
.has-gutenberg-blocks .alignleft
{
width: auto;
margin-left: calc((100% - 462px) / 2);
}
.has-gutenberg-blocks .alignright
{
width: auto;
margin-right: calc((100% - 462px) / 2);
}
.has-gutenberg-blocks .alignwide
{
width: 562px;
}
.wp-block-columns
{
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
flex-wrap: wrap;
}
.wp-block-columns .wp-block-column
{
flex-basis: 100%;
margin-left: 0;
margin-right: 0;
}
.wp-block-latest-posts.is-grid li
{
width: 100%;
}
body .clearfix.has-gutenberg-blocks blockquote.wp-block-quote
{
width: 332px;
}
body .clearfix.has-gutenberg-blocks blockquote.is-large
{
margin-left: calc((100% - 462px) / 2);
width: 324px;
}
}
@media screen and (max-width:479px)
{ .align-left>.wpb_wrapper>blockquote
{
width: 100%;
} .header-top-sidebar,
.header,
.mobile-menu,
.footer,
body .vc_row,
.copyright-area,
body .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row,
body .vc_row.full-width>.wpb_column.column-limited>.wpb_wrapper>.vc_row
{
width: 300px;
} .top-hint
{
display: none;
} .slider_content_box
{
width: 300px;
}
.slider li
{
height: 202px;
background-size: auto 202px;
-moz-background-size: auto 202px;
-webkit-background-size: auto 202px;
-o-background-size: auto 202px;
}
.slider_content_box
{
margin-top: -137px;
min-height: 71px;
}
.slider_content_box h1
{
letter-spacing: normal;
font-size: 24px;
line-height: 24px;
}
.slider_content_box h3
{
font-size: 14px;
line-height: 14px;
}
.slider_navigation a
{
width: 30px;
height: 30px;
padding: 5px;
line-height: 16px;
}
.slider_navigation a::before
{
font-size: 18px;
}
.controls.slider_navigation
{
margin-top: 46px;
} .for-home-slider .slider-navigation-container
{
top: -30px;
} .home-box-container-list.margin-minus
{
margin-top: -30px;
} .post-content
{
padding-left: 0;
}
.comment-box
{
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
.comment-box .first-row
{
display: block;
height: auto;
float: left;
padding: 8px 10px;
font-size: 12px;
}
.comment-box .second-row
{
display: inline;
margin-top: 0;
margin-left: 2px;
}
.comment-box .comments-number
{
float: right;
padding: 9px 0 7px;
line-height: 1;
}
.categories
{
float: left;
width: 236px;
}
.categories li
{
clear: both;
margin-right: 0;
} .comment-author-avatar
{
display: none;
} .pagination li
{
margin-left: 4px;
}
.pagination li.gb-first-page,
.pagination li.gb-last-page
{
display: none;
}
.pagination li.gb-prev-page
{
margin-left: 0;
}
.pagination li a.more,
.pagination li a, .pagination li > span
{
padding-left: 12px;
padding-right: 12px;
} .ui-tabs-nav
{
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
.ui-tabs-nav li
{
float: left;
margin-right: 10px;
margin-top: 0;
}
.ui-tabs-nav li:last-child
{
margin-right: 0;
}
.ui-tabs-nav li a
{
padding-left: 10px;
padding-right: 10px
} .controls li a
{
width: 44px;
height: 44px;
}
.caroufredsel_wrapper+.controls a
{
width: 59px;
height: 59px;
} .theme-page ul.gb-gallery li,
.theme-page ul.gb-gallery.layout-type-separate li
{
width: 100%;
}
.gallery-item-details-list .image-box.fixed-height
{
min-height: 200px;
} .gb-gallery.horizontal-carousel.gallery-3-columns.layout-type-separate .gallery-box
{
width: 300px;
} .caroufredsel-wrapper-testimonials
{
width: 300px !important;
}
.testimonials li,
.border-container,
.caroufredsel-wrapper-testimonials+.controls
{
width: 300px;
} .vc_row .our-clients-list-container>.vc_col-sm-2
{
width: 140px;
}
.our-clients-list-container .caroufredsel_wrapper
{
width: 150px !important;
}
.our-clients-list .vc_row ul .vc_col-sm-2.wpb_column.vc_column_container
{
width: 135px;
}
.our-clients-list .vc_row ul .vc_col-sm-2.wpb_column.vc_column_container:nth-child(3)
{
margin-right: 30px;
}
.our-clients-list .vc_row ul .vc_col-sm-2.wpb_column.vc_column_container:nth-child(even)
{
margin-right: 0;
}
.our-clients-list .vc_row ul .vc_col-sm-2.wpb_column.vc_column_container:nth-child(n+3)
{
margin-top: 30px;
} .theme-page .border-columns:not(.counters-group)
{
display: block;
}
.theme-page .vc_row.border-columns:not(.counters-group) .wpb_column
{
width: 100%;
margin-top: 0;
border-right: 1px solid #515151;
}
.border-columns .feature-item
{
padding-left: 30px;
padding-right: 30px;
}
.border-columns .feature-item.feature-item-hover-background::after
{
height: calc(100% + 2px);
}
.border-columns .wpb_column:last-child .feature-item.feature-item-hover-background::after
{
height: calc(100% + 12px);
} .side-items .wpb_single_image a
{
width: 140px;
}
.side-items .wpb_single_image.margin-top-100
{
margin-top: 0;
}
.side-table,
.side-image-bottom
{
width: 100%;
margin-top: 20px;
margin-left: 0;
}
.side-table .table-container
{
padding: 20px 30px 30px;
}
.side-items .wpb_single_image.side-image-bottom
{
text-align: center;
}
.vc_row .vc_col-sm-6 .side-image+.side-table
{
float: none;
margin-bottom: 20px;
}
.side-items-mobile-static .side-image
{
position: static;
}
.side-items-mobile-static .wpb_single_image a
{
width: 100%;
} .copyright-area-container .social-icons
{
clear: both;
float: left;
margin-left: 0;
margin-top: 20px;
} .icon-circle
{
padding: 26px 22px 25px 29px;
} .timeline-carousel .timeline-item
{
width: 300px;
}
.timeline-carousel .timeline-item .timeline-content,
.timeline-item .timeline-content
{
padding: 0 30px;
} .footer-banner-box
{
padding: 22px 20px 24px;
} .vc_responsive .vc_row .vc_col-sm-8 .vc_col-sm-6
{
clear: both;
width: 100%;
margin-left: 0;
}
.vc_row.full-width>.vc_col-sm-6.column-limited>.wpb_wrapper>.vc_row
{
padding: 0 30px;
} .clearfix.has-gutenberg-blocks>*
{
width: 300px;
}
.has-gutenberg-blocks .alignleft
{
width: auto;
margin-left: calc((100% - 300px) / 2);
}
.has-gutenberg-blocks .alignright
{
width: auto;
margin-right: calc((100% - 300px) / 2);
}
.has-gutenberg-blocks .alignwide
{
width: 400px;
}
body .clearfix.has-gutenberg-blocks blockquote.wp-block-quote
{
width: 216px;
}
body .clearfix.has-gutenberg-blocks blockquote.is-large
{
margin-left: auto;
width: 300px;
}
}
@media screen and (max-width: 782px)
{
.admin-bar .header-container.sticky.move#gb-sticky-clone
{
top: 46px;
}
}
@media screen and (max-device-width: 480px)
{
body
{
-webkit-text-size-adjust: none;
}
}@font-face {
font-family: 'template';
src:  url(//carbonfitness.sk/wp-content/themes/gymbase/fonts/template/fonts/template.eot);
src:  url(//carbonfitness.sk/wp-content/themes/gymbase/fonts/template/fonts/template.eot#iefix) format('embedded-opentype'),
url(//carbonfitness.sk/wp-content/themes/gymbase/fonts/template/fonts/template.ttf) format('truetype'),
url(//carbonfitness.sk/wp-content/themes/gymbase/fonts/template/fonts/template.woff) format('woff'),
url(//carbonfitness.sk/wp-content/themes/gymbase/fonts/template/fonts/template.svg#template-gb) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="template-"]::before, [class*=" template-"]::before,
[class^="template-"]::after, [class*=" template-"]::after { font-family: 'template';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
direction: ltr; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.template-arrow-vertical-7::before {
content: "\49";
}
.template-arrow-horizontal-7::before,
.template-clock_green::before {
content: "\48";
}
.template-arrow-horizontal-7-after::after {
content: "\48";
}
.template-arrow-horizontal-6::before {
content: "\46";
}
.template-arrow-vertical-6::before {
content: "\47";
}
.template-quote-2::before {
content: "\45";
}
.template-tick-1::before {
content: "\43";
}
.template-tick-2::before {
content: "\44";
}
.template-arrow-circle::before {
content: "\7a";
}
.template-cart::before {
content: "\79";
}
.template-search::before {
content: "\78";
}
.template-email::before {
content: "\77";
}
.template-mobile::before {
content: "\76";
}
.template-location::before {
content: "\75";
}
.template-plus-2::before {
content: "\6d";
}
.template-plus-2-after::after {
content: "\6d";
}
.template-remove-2::before {
content: "\6f";
}
.template-minus-2::before {
content: "\6e";
}
.template-arrow-horizontal-2::before {
content: "\63";
}
.template-arrow-vertical-1::before {
content: "\62";
}
.template-arrow-horizontal-1::before {
content: "\61";
}
.template-arrow-horizontal-1-after::after {
content: "\61";
}
.template-minus-1::before {
content: "\6b";
}
.template-plus-1::before {
content: "\6a";
}
.template-remove-1::before {
content: "\6c";
}
.template-menu-1::before {
content: "\70";
}
.template-menu-2::before {
content: "\71";
}
.template-comment-1::before {
content: "\73";
}
.template-comment-2::before {
content: "\74";
}
.template-quote::before {
content: "\72";
}
.template-arrow-horizontal-3::before {
content: "\64";
}
.template-arrow-vertical-3::before {
content: "\65";
}
.template-arrow-horizontal-5::before {
content: "\68";
}
.template-arrow-vertical-5::before {
content: "\69";
}
.template-arrow-horizontal-4::before {
content: "\66";
}
.template-arrow-vertical-4::before {
content: "\67";
}
.template-arrow-vertical-4-after::after {
content: "\67";
}
.template-check::before {
content: "\42";
}
.template-chevron::before {
content: "\41";
}@font-face {
font-family: 'features';
src:  url(//carbonfitness.sk/wp-content/themes/gymbase/fonts/features/fonts/features.eot);
src:  url(//carbonfitness.sk/wp-content/themes/gymbase/fonts/features/fonts/features.eot#iefix) format('embedded-opentype'),
url(//carbonfitness.sk/wp-content/themes/gymbase/fonts/features/fonts/features.ttf) format('truetype'),
url(//carbonfitness.sk/wp-content/themes/gymbase/fonts/features/fonts/features.woff) format('woff'),
url(//carbonfitness.sk/wp-content/themes/gymbase/fonts/features/fonts/features.svg#features) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="features-"]::before, [class*=" features-"]::before, .template-card_white::before, .template-card_green::before { font-family: 'features';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
direction: ltr; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.features-youtube::before {
content: "\f040";
}
.features-arrows::before {
content: "\f047";
}
.features-calendar-plus::before {
content: "\f042";
}
.features-calendar-tick::before {
content: "\f041";
}
.features-calendar-info::before,
.features-calendar::before {
content: "\f043";
}
.features-stopwatch::before {
content: "\f013";
}
.features-group-1::before {
content: "\f021";
}
.features-group-2::before {
content: "\f009";
}
.features-id-2::before,
.template-card_white::before,
.template-card_green::before {
content: "\f097";
}
.features-id-3::before,
.features-hand::before {
content: "\f098";
}
.features-coupon::before {
content: "\f053";
}
.features-chart-2::before {
content: "\f059";
}
.features-percent::before {
content: "\f110";
}
.features-presentation::before {
content: "\f109";
}
.features-shower::before {
content: "\f107";
}
.features-bicycle::before {
content: "\f108";
}
.features-lockers::before {
content: "\f106";
}
.features-scale::before {
content: "\f093";
}
.features-apple::before {
content: "\f008";
}
.features-sneakers::before {
content: "\f104";
}
.features-bar-graph::before {
content: "\f063";
}
.features-soccer::before {
content: "\f016";
}
.features-boxing::before {
content: "\f020";
}
.features-cycling::before {
content: "\f029";
}
.features-dumbbell-1::before {
content: "\f027";
}
.features-dumbbell-2::before {
content: "\f035";
}
.features-hand-grip::before {
content: "\f025";
}
.features-hand-squeezer::before {
content: "\f019";
}
.features-martial-art::before {
content: "\f036";
}
.features-muscle::before {
content: "\f028";
}
.features-pingpong::before {
content: "\f062";
}
.features-drink::before {
content: "\f015";
}
.features-protein::before {
content: "\f034";
}
.features-gym-2::before {
content: "\f049";
}
.features-squash::before {
content: "\f037";
}
.features-tennis::before {
content: "\f031";
}
.features-weightlifting::before {
content: "\f076";
}
.features-play::before {
content: "\f105";
}
.features-facebook::before {
content: "\f000";
}
.features-paypal::before {
content: "\f001";
}
.features-twitter::before {
content: "\f002";
}
.features-list::before,
.features-note::before {
content: "\f003";
}
.features-document-missing::before {
content: "\f004";
}
.features-document::before {
content: "\f005";
}
.features-science::before {
content: "\f006";
}
.features-brain::before {
content: "\f007";
}
.features-lab::before {
content: "\f010";
}
.features-dna::before {
content: "\f011";
}
.features-test-tube::before {
content: "\f012";
}
.features-glasses::before {
content: "\f017";
}
.features-heart-beat::before {
content: "\f022";
}
.features-medical-bed::before {
content: "\f023";
}
.features-first-aid::before {
content: "\f024";
}
.features-medical-document::before {
content: "\f026";
}
.features-pill::before {
content: "\f030";
}
.features-medical-results::before {
content: "\f032";
}
.features-pulse::before {
content: "\f033";
}
.features-burns::before {
content: "\f038";
}
.features-config::before {
content: "\f039";
}
.features-leaf::before {
content: "\f018";
}
.features-spa::before {
content: "\f044";
}
.features-spa-bamboo::before {
content: "\f045";
}
.features-spa-lotion::before {
content: "\f046";
}
.features-gym-1::before {
content: "\f048";
}
.features-signpost::before {
content: "\f095";
}
.features-home::before {
content: "\f050";
}
.features-location::before {
content: "\f051";
}
.features-map::before {
content: "\f052";
}
.features-app::before {
content: "\f054";
}
.features-money::before {
content: "\f055";
}
.features-credit-card::before {
content: "\f056";
}
.features-wallet::before {
content: "\f057";
}
.features-chart-1::before {
content: "\f058";
}
.features-briefcase::before {
content: "\f060";
}
.features-cart::before {
content: "\f061";
}
.features-video::before {
content: "\f064";
}
.features-speaker::before {
content: "\f066";
}
.features-movie::before {
content: "\f067";
}
.features-image::before {
content: "\f068";
}
.features-gallery::before {
content: "\f069";
}
.features-graph::before {
content: "\f070";
}
.features-tags::before {
content: "\f071";
}
.features-plus::before {
content: "\f072";
}
.features-cross::before {
content: "\f073";
}
.features-minus::before {
content: "\f074";
}
.features-network::before {
content: "\f075";
}
.features-time::before {
content: "\f077";
}
.features-lock::before {
content: "\f078";
}
.features-certificate::before {
content: "\f079";
}
.features-heart::before {
content: "\f080";
}
.features-address::before {
content: "\f081";
}
.features-book::before {
content: "\f082";
}
.features-box::before {
content: "\f083";
}
.features-diary::before {
content: "\f084";
}
.features-tablet::before {
content: "\f085";
}
.features-battery::before {
content: "\f086";
}
.features-mobile::before {
content: "\f087";
}
.features-phone::before {
content: "\f088";
}
.features-laptop::before {
content: "\f089";
}
.features-screen::before {
content: "\f090";
}
.features-keyboard::before {
content: "\f091";
}
.features-chat::before {
content: "\f092";
}
.features-people::before {
content: "\f094";
}
.features-id-1::before {
content: "\f096";
}
.features-email::before {
content: "\f014";
}
.features-clock::before {
content: "\f065";
}
.features-lifeline::before {
content: "\f099";
}
.features-tick::before {
content: "\f100";
}
.features-pen::before {
content: "\f101";
}
.features-pin::before {
content: "\f102";
}
.features-printer::before {
content: "\f103";
}@font-face {
font-family: 'social';
src:    url(//carbonfitness.sk/wp-content/themes/gymbase/fonts/social/fonts/social.eot);
src:    url(//carbonfitness.sk/wp-content/themes/gymbase/fonts/social/fonts/social.eot#iefix) format('embedded-opentype'),
url(//carbonfitness.sk/wp-content/themes/gymbase/fonts/social/fonts/social.ttf) format('truetype'),
url(//carbonfitness.sk/wp-content/themes/gymbase/fonts/social/fonts/social.woff) format('woff'),
url(//carbonfitness.sk/wp-content/themes/gymbase/fonts/social/fonts/social.svg#social) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="social-"]::before, [class*=" social-"]::before, .template-facebook::before, .template-twitter::before, .template-google::before, .template-skype::before, .template-instagram::before, .template-linkedin::before, .template-mail::before, .template-pinterest::before, .template-reddit::before, .template-stumbleupon::before, .template-tumblr::before { font-family: 'social';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: middle;
line-height: 1;
direction: ltr; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-google-plus::before,
.template-google::before  {
content: "\66";
}
.social-instagram::before,
.template-instagram::before {
content: "\6a";
}
.social-twitter::before,
.template-twitter::before {
content: "\61";
}
.social-facebook::before,
.template-facebook::before {
content: "\62";
}
.social-github::before {
content: "\63";
}
.social-rss::before {
content: "\64";
}
.social-pinterest::before,
.template-pinterest::before {
content: "\65";
}
.social-linkedin::before,
.template-linkedin::before {
content: "\67";
}
.social-xing::before {
content: "\68";
}
.social-youtube::before {
content: "\69";
}
.social-flickr::before {
content: "\6b";
}
.social-tumblr::before,
.template-tumblr::before {
content: "\6c";
}
.social-dribbble::before {
content: "\6d";
}
.social-skype::before,
.template-skype::before {
content: "\6e";
}
.social-foursquare::before {
content: "\6f";
}
.social-vk::before {
content: "\70";
}
.social-weibo::before {
content: "\71";
}
.social-reddit::before,
.template-reddit::before {
content: "\72";
}
.social-stumbleupon::before,
.template-stumbleupon::before {
content: "\73";
}
.social-behance::before {
content: "\74";
}
.social-spotify::before {
content: "\75";
}
.social-deviantart::before {
content: "\76";
}
.social-soundcloud::before {
content: "\77";
}
.social-vine::before {
content: "\78";
}
.social-yelp::before {
content: "\79";
}
.social-paypal::before {
content: "\7a";
}
.social-houzz::before {
content: "\41";
}
.social-vimeo::before {
content: "\42";
}
.social-email::before,
.template-mail::before {
content: "\47";
}
.social-location::before {
content: "\45";
}
.social-mobile::before {
content: "\46";
}
.social-envato::before {
content: "\43";
}
.social-angies-list::before {
content: "\44";
}
.social-whatsapp::before {
content: "\ea93";
}