* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding:0;}
html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;font-family: 'Montserrat Alternates', sans-serif; font-size: 13px; color: #fff; background-color: #fff;}
html, body {width: 100%; height: 100%;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
    display: block;
}
a, a:link, a:visited {
    color: #17a4e0;
    text-decoration: none;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/*PAY OK*/
#mask {
    background-color:rgba(0,0,0,.7);
    height:100%;
    position:fixed;
    width:100%;
    top:0;
    left:0;
    display: none;
    z-index: 99999999;
}
.mask-inner {
    position:absolute;
    width:100%;
    top:35%;
    text-align:center;
}
#mask a.close_button {
    z-index: 99999;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    height: auto;
    text-align: center;
}
#mask a.close_button::after {
    content: '\ea0f';
    font-family: 'IcoMoon';
    font-size: 30px;
    margin: 10px;
    display: inline-block;
    min-width: 1.1em;
    text-align: center;
}
/**/
img {max-width: 100%; height: auto;}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body #wrapper {
    margin-top: 127px;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
}
.container-inner {
  padding: 0;
}
#content {
  max-width: 1140px;
  margin: auto;
  width: 100%;
  color: black;
}

.paycont > #content {
  color:white!important;
}
/* HEADER */
.header_top {
  height: 32px;
  background: #17a4e0;
}
.header_top_content {
    max-width: 1140px;
    margin: auto;
    width: 100%;
}
.header-inner {
    max-width: 1140px;
    width: 100%;
    margin: auto;
    padding: 10px 0;
}
/*ASIDE FULL*/
.sticky-container [class^="icon-"]:before, .sticky-container [class*=" icon-"]:before {
    line-height: 44px;
    font-size: 30px;
    color: #fff;
}
.sticky-container .icon-vk:before {
    font-size: 45px;
}
.sticky-container {
    display: block;
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: 0px;
    top: 230px;
    width: 65px;
    z-index: 99;
}
.sticky-container__li {
    list-style-type: none;
    width: 43px;
    padding: 0px;
    cursor: pointer;
    height: auto;
}
.sticky-container__a {
    float: left;
    margin: 5px 5px;
    margin-right: 10px;
    border-radius: 50%;
    height: 43px;
    width: 43px;
    background-size: cover;
}
/*ASIDE MOBILE*/
.social-mobile [class^="icon-"]:before, .sticky-container [class*=" icon-"]:before {
    line-height: 45px;
    font-size: 30px;
    color: #fff;
}
.social-mobile .icon-vk:before {
    font-size: 43px;
}
.social-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #1a2c45;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-height: 100vh;
    overflow-x: hidden;
}
.social-mobile_title {
    text-align: center;
    padding: 15px 0;
    margin: 0;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 1px solid white;
    color: white;
    line-height: 16px;
    font-size: 16px;
}
.social-mobile-ul {
    display: none;
    position: relative;
    width: 100%;
    padding: 20px 20px 20px;
    line-height: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: -10px;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.social-mobile-li {
    list-style-type: none;
    padding: 4px 0;
    position: relative;
}
.social-mobile-a {
    display: inline-block;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    background-size: cover;
}
.social-mobile-a2 {
    position: absolute;
    top: 50%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 18px;
}
.social-mobile-a2:link, .social-mobile-a2:visited {
    color: #fff;
    text-decoration: none;
}
/* LOGO */
.logo-container {
    width: 20%;
    float: left;
}
.logo-top {width: 120px;}
.primary-navigation {
    position: relative;
    width: 80%;
    float: right;
    padding-top: 10px;
}
.primary-navigation a.red-button, .primary-navigation a.blue-button {
    display: inline-block;
    padding: 11px 30px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Montserrat Alternates', sans-serif;
    border-radius: 4px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 8px;
    float: right;
    text-align: center;
}
.primary-navigation a.red-button, .primary-navigation a.blue-button {width: 220px; margin-right: 0; margin-left: 5px;}
.primary-navigation a.red-button {background: #d62734;}
.primary-navigation a.blue-button {background: #17a4e0;}

/*SLIDER*/
.slick-dots {bottom: 20px !important;}
.slick-dots li button {
    color: #17a4e0 !important;
    background: #17a4e0 !important;
}
.slick-dots li button:before {
  content: '' !important;
}
.slick-slide {
  position: relative;
}
.slider .item {
    background-size: cover;
    height: 580px;
    position: relative;
    background-position: center;
}
.slick-slide .itemintro {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    background-color: rgba(23, 164, 224, 0.5);
}
.slick-list .itemintro h1 {
    color: #fff;
    margin: auto;
    font-size: 57px;
    letter-spacing: 0.5px;
    padding-bottom: 22px;
    line-height: 60px;
}
.slick-slide .itemintro p {
    margin: auto;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
}
.slick-slide .itemintro a {
    border-radius: 4px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 30px;
    background: #17a4e0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*TILE*/
.tile-container {
    padding: 20px 0;
}
.title-header-container {
    color: #17a4e0;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 35px;
    margin-bottom: 5px;
    padding: 20px 0;
}
.single-banner {
    width: 25%;
    float: left;
    padding: 10px;
}
.single-banner-img {
    position: relative;
    font-size: 0;
}
.single-banner-img-overflow {
    font-size: 0;
    overflow: hidden;
}
.single-banner-title {
    padding: 0 20px;
    text-align: center;
    border: 1px solid #eeeeee;
    height: 140px;
    display: table;
    width: 100%;
}
.tile-title-container .tile-title-container-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin: auto;
}
.tile-title-container-inner  p {
    font-size: 11px;
    color: #383737;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    text-align: center;
}
.tile-title-container-inner h1 {
    color: #17a4e0;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 21px;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
}
/*PROMO*/
.blue-promo-banner {
    height: 385px;
    background-color: #17a4e0;
    background-image: url("../images/blue.png");
    background-size: cover;
    background-position: center center;
    position: relative;
}
.single-promo-banner {
    width: 50%;
    float: left;
    padding-top: 50px;
}
.single-banner-in {
    max-width: 385px;
    margin: auto;
}
.single-promo-banner .single-banner-in-img {
    background-color: transparent;
    text-align: center;
}
.tile-title-container{
    padding: 0 20px;
    text-align: center;
    border: 1px solid #eeeeee;
    height: 140px;
    display: table;
    width: 100%;
}
.single-promo-banner .tile-title-container {
    border: 0;
    padding: 10px;
}
.tile-title-container span {
    font-size: 11px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.tile-title-container h2 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 21px;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
}
.single-promo-banner .tile-title-container p {
    color: #fff;
    font-size: 13px;
    padding-bottom: 25px;
}
a.white-border-button {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 15px 25px;
    line-height: 11px;
    border: 2px solid #fff;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a.white-border-button:hover {
    background-color: #fff;
    color: #17a4e0;
}
.rounded-arrow {
    position: absolute;
    left: 0;
    right: 0;
    height: 25px;
    text-align: center;
    bottom: 0;
    background-image: url(../images/rounded-arrow.png);
    background-position: top center;
    overflow: hidden;
}
.rounded-arrow::before {
    content: '';
    height: 25px;
    display: block;
    position: absolute;
    left: 0;
    width: 50%;
    margin-left: -55px;
    background: #fff;
}
.rounded-arrow::after {
    content: '';
    height: 25px;
    display: block;
    position: absolute;
    right: 0;
    width: 50%;
    margin-right: -55px;
    background: #fff;
}
/*GRAY*/
.gray {
    background: #f9f9f9;
}
/*left*/
.tile-left {
    width: 25%;
    float: left;
    padding-right: 10px;
    color: #000;
}
.tile-left-in {
    background: #ededed;
}
.tile-cont {
    position: relative;
    text-align: center;
    padding: 20px;
    margin-top: 10px;
}
.tile-icon-cont {
    width: 80px;
    height: 60px;
    background-image: url(../images/fok.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 30px 0;
    display: inline-block;
}
.tile-cont h2 {
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.5px;
}
.tile-cont p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 21px;
}
/*right*/
.tile-right {
    width: 75%;
    float: right;
    padding-left: 8px;
}
.tile-right .tile-cont-margin {
    margin: 0 -10px;
}
.tile-right .single-banner {
    width: 33.33%;
    padding: 10px;
}
.tile-right .banner-in {
    height: 199px;
    font-size: 0;
    position: relative;
}
.tile-right .banner-img {
    position: relative;
    font-size: 0;
    overflow: hidden;
}
.tile-right .banner-img img {
    max-width: 120%
}
.tile-right .banner-title-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border: 0;
}
.banner-title-cont {
    padding: 0 20px;
    text-align: center;
    border: 1px solid #eeeeee;
    height: 140px;
    display: table;
    width: 100%;
}
.tile-right .banner-title-in {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin: auto;
}
.tile-right .banner-title-cont .white-border-button {
    display: inline-block;
    border-radius: 3px;
    margin-top: 10px;
}
.tile-right .banner-title-cont .banner-title-header {
    padding-bottom: 30px;
}
.tile-right .banner-title-cont span {
    color: #fff;
}
.tile-right .banner-title-cont h2 {
    color: #fff;
    margin-top: 5px;
}
.banner-title-cont h2 {
    color: #17a4e0;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 21px;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
}
/*FOO*/
#footer {
    clear: both;
    font-size: 80%;
    width: 100%;
    margin: auto;
}
.footer-main-container {
    position: relative;
    background-image: url(../images/foo.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
}
.footer-main-container .rounded-arrow::after, .footer-main-container .rounded-arrow::before {
    display: none;
}
.footer-main-container .rounded-arrow {
    background: none;
    top: -1px;
    bottom: auto;
}
.footer-main-container .rounded-arrow svg {
    width: 118px;
    height: 25px;
    fill: #fff;
}
.footer-navigation-container {
    padding-bottom: 50px;
}
.col-25 {
    width: 25%;
    float: left;
}
.col-75 {
    width: 75%;
    float: left;
}
.footer-logo img {
    width: 130px;
}
.footer-navigation-container .col-25 p {
    color: #fff;
    max-width: 250px;
    font-size: 14px;
}
.footer-navigation-container .col-25 p span {
    padding-bottom: 10px;
    display: inline-block;
    padding-top: 20px;
}
.footer-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-navigation ul li {
    padding: 7px 0;
}
.footer-navigation>ul>li {
    width: 33%;
    float: left;
    display: block;
}
.footer-navigation a {
    color: #fff;
    font-size: 13px;
}
.footer-navigation>ul>li>a {
    color: #fff;
    font-size: 13px;
}
.footer-navigation>ul>li>span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.footer-navigation ul.nav-child {
    padding-top: 7px;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.11);
    padding: 9px 0 15px 0;
}
.footer-copyright {
    float: left;
    color: #fff;
}
.footer-it {
    float: right;
    position: relative;
    z-index: 9;
    margin-top: 7px;
}
.footer-copyright div {
    opacity: 0.5;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 20px;
}
.footer-it .gerb img {
    height: 34px;
    width: 40px;
}
/*PAY*/
.paycont {
    position: relative;
    background-image: url(../images/foo.jpg);
    background-size: cover;
    background-position: center center;
    padding: 50px 0 50px 0;
    margin: 15px 0;
    color: #fff;
}
.paycont .paycont-inner {
    width: 100%;
}
.paycont .banner-title h2 {
    color: #fff;
    margin-top: 5px;
    border: none;
    text-align: left;
    padding: 25px 0;
    text-transform: uppercase;
    font-size: 1.5em;
}
.paycont .icon-calendar {
    font-size: 30px;
    text-align: left;
    float: left;
    width: 30px;
    margin: 0 15px;
}
.paycont .icon-calendar:before {
    font-size: 30px;
    text-align: left;
    float: left;
    width: 30px;
}
.paycont span {
    font-size: 18px;
    float: left;
    line-height: 30px;
}
.aboncont input {

    border: 1px solid #fff;
    border-radius: 4px;
    outline: none;
    margin: 0 10px;
    line-height: 44px;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    float: left;
}
.aboncont .abonyear {

    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 4px;
    outline: none;
    margin: 0 10px;
    line-height: 44px;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    float: left;
}
.paycont .styled-select  {
   background: transparent;
   padding: 5px;
   font-size: 16px;
   border: 1px solid #ccc;
   height: 34px;
   color: #fff;
   margin: 0 15px;
   font-family: 'Montserrat Alternates' !important;
}
.paycont .styled-select option {
    color: #17a4e0;
}
.btn-minus, .btn-plus {
    background: rgba(255,255,255,0.6);
    border: none;
    border-radius: 4px;
    outline: none;
    width: 34px;
    height: 34px;
    cursor: pointer;
    font-size: 18px;
    line-height: 34px;
    float: left;
}
.icon-minus, .icon-plus {
    color: #243a50 !important;
    line-height: 34px;
}
.paycont input.input-count-hour, .paycont input.input-count-guest  {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    outline: none;
    margin: 0 15px;
    line-height: 44px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    float: left;
}
.paycont .datepic {
    background: transparent;
    border: none;
    color: #fff;
    display: block;
    border: 1px solid #ccc;
    position: relative;
    font-size: 16px;
    height: 34px;
    font-family: 'Montserrat Alternates' !important;
    width: 150px;
    padding: 5px;
}
#ui-datepicker-div {
    background: #fff;
    color: #243a50;
}
.ui-datepicker-header {
    background-color: #17a4e0;
    color: #fff;
}
.ui-datepicker-title {
    padding: 5px
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    font-size: 0;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span {
    border: 8px solid transparent; border-right: 8px solid white;
    float: left;
    margin: 5px 10px 5px 0;
}
.ui-datepicker .ui-datepicker-next span {
    border: 8px solid transparent; border-left: 8px solid white;
    float: right;
    margin: 5px 0 5px 10px;
}
td.ui-datepicker-unselectable {
    opacity: 0.2;
}
.ui-datepicker-calendar tbody td a {
    display: block;
    width: 25px;
    height: 25px;
    margin: 2px;
    text-align: center;
    line-height: 25px;
}
.ui-datepicker-calendar tbody td span {
    display: block;
    width: 25px;
    height: 25px;
    margin: 2px;
    text-align: center;
    line-height: 25px;
}
.ui-datepicker-calendar tbody td a:hover {
    background-color: #17a4e0;
    border-radius: 50%;
    color: #fff;
}
a.ui-state-active{
    background-color: #17a4e0;
    border-radius: 50%;
    color: #fff;
}
.paycont hr {
    margin: 15px 0;
    background: #fff;
    width: 100%;
    height: 1px;
}
.paycont .zakaz_cont .zakaz_title {
    float: left;
}
.paycont .zakaz_cont .zakaz_rub {
    float: right;
}
.paycont .about_zakaz p {
    line-height: 18px;
}
.paycont .about_zakaz span {
    float: none;
}
.not-active {
    opacity: 0.3 !important;
    cursor: not-allowed;
}
.not-active:hover, .not-active:active, .not-active:focus {
    cursor: not-allowed;
}
.order__check-btn {
    display: block;
    float: right;
    max-width: 200px;
    height: 49px;
    margin: 2em 0;
    font-size: 14px;
    color: #2a415a;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}
/*PRICE*/
.page-banner {
    position: relative;
    height: 230px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}
.page-banner .page-banner-inner .page-header {
    display: table-cell;
    vertical-align: middle;
}
.page-banner .page-banner-inner {
    display: table;
    height: 210px;
    width: 100%;
    text-align: center;
}
.page-banner .page-banner-inner .entry-title {
    font-size: 50px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    font-weight: 800;
}
.cennik_buttons_container {
    padding-top: 20px;
}
div.cennik-button {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
    padding: 20px 15px;
    padding-bottom: 22px;
    background: #17a4e0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 2px solid #17a4e0;
    border-bottom: 0;
    margin-bottom: 10px;
    width: 16%;
    text-align: center;
    cursor: pointer;
}
.cennik-button.green {
    background: #a0a926;
    border: 2px solid #a0a926;
}
.cennik-button.dark_blue {
    background: #015DA8;
    border: 2px solid #015DA8;
}
.cennik-button.orange {
    background: #E75130;
    border: 2px solid #E75130;
}
.cennik-button.red {
    background: #D62734;
    border: 2px solid #D62734;
}
.hentry {
    padding-bottom: 20px;
}
.pricecont .entry-title {
    color: #17a4e0;
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 35px;
}
.mceContentBody {
    width: 100%;
    font-size: 100%;
    font-weight: normal;
    margin: auto;
    color: #383737;
}
.table_overflow {
    max-width: 100%;
    overflow-x: scroll;
}
.mceContentBody table {
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
    margin-bottom: 24px;
    line-height: 16px;
    font-size: 0.833em;
    text-align: center;
}
.mceContentBody table th {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    background: #17a4e0;
    border-bottom: 1px solid #fff;
    border-radius: 2px;
    border-right: 2px solid #fff;
    font-weight: normal;
}
.mceContentBody table th, .mceContentBody table td {
    padding: 5px;
}
.mceContentBody .budni, .mceContentBody .weekend {
    width: 260px;
}
.table_usluga h2 {
    font-size: 13px;
}
.mceContentBody table td {
    border-top: 2px solid #17a4e0;
    margin: 2px 0;
    border-right: 2px solid #d3d3d3;
}
/*TIMETABLE*/
.shed-container .mceContentBody table, .shed-container .mceContentBody table tbody {

    width: 100%;
}
.shed-container .mceContentBody table tr {
    width: 100%;
}
/*BEADCRUMBS*/
.breadcrumbs {
    padding: 10px 0px;
    padding-bottom: 20px;
}
.breadcrumb, ul.breadcrumb  li a, ul.breadcrumb  li span {
    font-size: 14px;
    color: #383737;
}
ul.breadcrumb  {
    list-style: none;
}
ul.breadcrumb  li {
    display: inline-block;
}
.breadcrumb, ul.breadcrumb  li a:hover {
    color: #17a4e0;
}
.timetablecont .sheddate {
    background: #17a4e0;
    border: none;
    color: #fff;
    display: block;
    border: 1px solid #ccc;
    position: relative;
    font-size: 16px;
    height: 34px;
    font-family: 'Montserrat Alternates' !important;
    width: 150px;
    padding: 5px;
    margin: 25px;
}
.timetablecont .icon-calendar {
    font-size: 30px;
    text-align: left;
    float: left;
    width: 30px;
    margin: 15px ;
}
.timetablecont .icon-calendar:before {
    font-size: 30px;
    text-align: left;
    width: 30px;
    color: #17a4e0;
}
.timetablecont h1 {
    line-height: 60px;
    color: #17a4e0;
    float: left;
}
.mceContentBody table.smallbass th {
    background: #a0a926;
}
.mceContentBody table.smallbass td {
    border-top: 2px solid #a0a926;
}
.mceContentBody table.bigbass th {
    background: #015DA8;
}
.mceContentBody table.bigbass td {
    border-top: 2px solid #015DA8;
}
.mceContentBody table.gym th {
    background: #D62734;
}
.mceContentBody table.gym td {
    border-top: 2px solid #D62734;
}
.mceContentBody table.zal th {
    background: #E75130;
}
.mceContentBody table.zal td {
    border-top: 2px solid #E75130;
}
.timetablecont .icon-calendar.table1:before {
    color: #a0a926;
}
.timetablecont .comment {margin-bottom: 30px; height: 100%;}
.timetablecont .comment span {
    line-height: 20px;
    float: left;
}
.timetablecont .comment i {
    display: block;
    height: 20px;
    width: 30px;
    float: left;
    margin: 0 15px;
}
.timetablecont .comment i.basgreen {background-color: #64ce8a;}
.timetablecont .comment i.basyellow {background-color: #eae883;}
.timetablecont .comment i.basred {background-color: #D62734;}
.timetablecont .comment i.basgray {background-color: #bdbdbd;}

.timetablecont .bigbass td.basgreen, .timetablecont .smallbass td.basgreen  {background-color: #64ce8a;}
.timetablecont .bigbass td.basyellow, .timetablecont .smallbass td.basyellow {background-color: #eae883;}
.timetablecont .bigbass td.basred, .timetablecont .smallbass td.basred {background-color: #D62734;}
.timetablecont .bigbass td.basgray, .timetablecont .bigbass td.basgray {background-color: #bdbdbd; color: transparent;}