html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold.ttf');
    /* IE9 Compat Modes
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8
    url('webfont.woff') format('woff'), /* Modern Browsers
    url('webfont.ttf') format('truetype'), /* Safari, Android, iOS
    url('webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/Roboto-Light.ttf');
    /* IE9 Compat Modes
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8
    url('webfont.woff') format('woff'), /* Modern Browsers
    url('webfont.ttf') format('truetype'), /* Safari, Android, iOS
    url('webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto-Regular.ttf');
    /* IE9 Compat Modes
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8
    url('webfont.woff') format('woff'), /* Modern Browsers
    url('webfont.ttf') format('truetype'), /* Safari, Android, iOS
    url('webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'SourceSansProBlack';
    src: url('../fonts/SourceSansPro-Black.ttf');
    /* IE9 Compat Modes
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8
    url('webfont.woff') format('woff'), /* Modern Browsers
    url('webfont.ttf') format('truetype'), /* Safari, Android, iOS
    url('webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('../fonts/SourceSansPro-Semibold.ttf');
    /* IE9 Compat Modes
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8
    url('webfont.woff') format('woff'), /* Modern Browsers
    url('webfont.ttf') format('truetype'), /* Safari, Android, iOS
    url('webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'SourceSansProRegular';
    src: url('../fonts/SourceSansPro-Regular.ttf');
    /* IE9 Compat Modes
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8
    url('webfont.woff') format('woff'), /* Modern Browsers
    url('webfont.ttf') format('truetype'), /* Safari, Android, iOS
    url('webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'SourceSansProItalic';
    src: url('../fonts/SourceSansPro-Italic.ttf');
    /* IE9 Compat Modes
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8
    url('webfont.woff') format('woff'), /* Modern Browsers
    url('webfont.ttf') format('truetype'), /* Safari, Android, iOS
    url('webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

.roboto-light {
    font-family: 'RobotoLight';
}

body {
    /*font-family: 'SourceSansProRegular';*/
    font-family: 'RobotoRegular';
    font-size: 16px;
    line-height: 1.2;
    overflow-x: hidden;
    color: #000;
}

img {
    max-width: 100%;
}

video {
    max-width: 100%;
}


/* BOOTSTRAP OVVERRIDES */

a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer {
    cursor: pointer;
}
.line-height-default {
    line-height: 25.5px;
}

.form-control:focus {
    box-shadow: none;
}

.btn.active,
.btn:active {
    outline: 0;
    background: inherit;
    box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
select:focus,
button:focus,
.form-control:focus,
.btn:focus {
    outline: 0;
}
.nav>li>a {
    padding: 10px 10px;
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    color: #c1d947;
    background-color: transparent;
}

.navbar-custom {
    font-family: 'OpenSansBold';
    position: fixed;
    z-index: 1001;
    top: 0;
    width: 100%;
    height: 80px;
    border: 0;
    background: rgba(255, 255, 255, .7);
    font-size: 15px;
}

.navbar-height-block {
    height: 80px;
}

.dark-grey-block {
    height: 15px;
    background-color: #5d5d5d;
}

.dark-grey-block-xs {
    height: 5px;
    background-color: #5d5d5d;
}

.navbar-custom li>a {
    color: #696969;
}

.navbar-custom li.active>a {
    color: #c1d947;
}

.navbar-custom li>a:hover {
    transition: all .2s;
    color: #c1d947;
}

.navbar-custom .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-custom .navbar-nav>li:not(:last-child)>a::after {
    position: absolute;
    right: -5px;
    top: 9px;
    content: '\007c';
}

.navbar-custom .navbar-nav>li.nav-fb>a::after {
    content: '';
}

.navbar-brand {
    height: 60px;
    padding: 5px 15px;
}

.navbar-brand img {
    width: inherit;
    height: inherit;
}

.nav-cart {
    position: relative;
    margin-right: 40px;
}

.nav-cart-sum {
    margin-left: 8px;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    padding: 0 45px;
    border: none;
}

.navbar-custom.fixed {
    position: fixed;
    z-index: 1001;
    top: -120px;
    left: 0;
    width: 100%;
    height: 54px;
    transition: all .33s cubic-bezier(.694, .0482, .335, 1);
    background-color: rgba(255, 255, 255, .8) !important;
}

.navbar-custom.fixed.animate {
    top: 0;
    transition: all .33s cubic-bezier(.694, .0482, .335, 1);
}

.navbar-custom.fixed .navbar-brand {
    height: 40px;
}

.navbar-custom.fixed .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -ms-flex-align: center;
    align-items: center;
}

.nav-fb {
    font-size: 18px;
}

.error-page .breadcrumb a:hover {
    color: #81d742;
}

textarea {
    resize: none;
}


/* BOOTSTRAP OVVERRIDES END */


/*DEFAULT STYLES*/

.wrapper {
    position: relative;
    z-index: 1000;
    left: 0;
    min-height: 100vh;
    transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    background-color: #fff;
}

.display-ib {
    display: inline-block;
}

.container-m {
    max-width: 730px;
}

.container-l {
    max-width: 1100px;
}

.container-xl {
    max-width: 1130px;
}

.container-xxl {
    max-width: 1150px;
}

.bg-black {
    background-color: #000;
}

.bg-white {
    background-color: #fff;
}

.bg-facebook {
    background-color: #3b5998;
}

.bg-blue-dark {
    background-color: #164e71;
}

.bg-turquoise {
    background-color: #0ab2a1;
}

.bg-pink-light {
    background-color: #ebae86;
}

.bg-pink-dark {
    background-color: #ca226f;
}

.bg-green {
    background-color: #c1d947;
}

.bg-green-dark {
    background-color: #2ecc71;
}

.bg-pink-image {
    width: 100%;
    height: 100%;
    background-image: url('../images/back.jpg');
    background-size: cover;
}

.bg-grey-light {
    background-color: #f6f6f6;
}

.bg-grey {
    background-color: #d1d1d1;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-bold {
    font-family: 'OpenSansBold';
}

.text-extrabold {
    font-family: 'OpenSansExtraBold';
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.text-red {
    color: #d32227;
}

.text-green {
    color: #c1d947;
}

.text-grey {
    color: #acacac;
}

.text-grey-dark {
    color: #696969;
}

.text-facebook {
    color: #3b5998;
}

.text-l {
    font-size: 24px;
}

.line-height-s {
    line-height: 25px;
}

.no-padding {
    padding: 0!important;
}

.no-margin p,
.no-margin {
    margin: 0!important;
}

.no-border {
    border: none;
}

.padding-l-s {
    padding-top: 50px;
    padding-bottom: 20px;
}

.padding-xxl-l {
    padding-top: 155px;
    padding-bottom: 65px;
}

.padding-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-s {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-xxs-xxl {
    padding-top: 10px;
    padding-bottom: 135px;
}

.padding-s-l {
    padding-top: 20px;
    padding-bottom: 65px;
}

.padding-s-m {
    padding-top: 20px;
    padding-bottom: 40px;
}

.padding-m {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-l {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-xl {
    padding-top: 65px;
    padding-bottom: 65px;
}

.padding-top-s {
    padding-top: 20px;
}
.padding-top-m {
    padding-top: 40px;
}

.padding-top-xl {
    padding-top: 60px;
}

.padding-bottom-xs {
    padding-bottom: 10px;
}

.padding-bottom-s {
    padding-bottom: 20px;
}

.padding-bottom-m {
    padding-bottom: 40px;
}

.padding-bottom-l {
    padding-bottom: 50px;
}

.padding-bottom-xl {
    padding-bottom: 65px;
}

.padding-sides-s {
    padding: 0 20px;
}

.padding-sides-m {
    padding-right: 80px;
    padding-left: 80px;
}

.padding-sides-xs {
    padding-right: 5px;
    padding-left: 5px;
}


/*.swiper-slide {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}*/

.margin-bottom-s {
    margin-bottom: 20px;
}

.section-title-wrapper {
    position: relative;
}

.section-title-wrapper .section-title {
    line-height: 36px;
    position: absolute;
    top: 63px;
    left: 50%;
    padding: 0 35px;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    color: #fff;
    border-radius: 2px;
    background-color: #c1d947;
    -o-border-radius: 2px;
}

.section-title-wrapper .section-title.blue {
    background-color: #0ab2a1;
}

.section-title-wrapper .section-title p {
    margin: 0;
}


/*.swiper-button-prev {
    background-image: url('../images/angle-left.png');
}

.swiper-button-next {
    background-image: url('../images/angle-right.png');
}*/

.object-fit-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.object-fit-contain img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flex-container {
    display: -ms-flexbox;
    display: flex;
}

.flexcol {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
}

.flexrow {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
}

.flex-start {
    display: flex;;
    justify-content: flex-start;
}

.flex-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
}

.flex-center-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-space-between {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-custom {
    font-family: 'OpenSansBold';
    font-weight: bold;
    padding: 10px 35px;
    transition: all .2s;
    letter-spacing: 2px;
    color: #fff;
    border: 2px solid #c1d947;
    border-radius: 0;
    background-color: #c1d947;
}

.btn-submit-coupon {
    width: 100%;
}

.btn-send-quatation {
    color: #fff;
    border: 1px solid #ca226f;
    background-color: #ca226f;
}

.btn-send-quatation:hover {
    color: #c1d947;
    border: 1px solid #164e71;
    background-color: #164e71!important;
}

.width-100 {
    width: 100%;
}

.btn-cart {
    padding: 10px 15px;
}

.btn-custom:hover {
    transition: all .2s;
    color: #c1d947;
    background-color: #fff;
}

.btn-credit-pay {
    border: 1px solid #ebae86;
    background-color: #ebae86;
}

.btn-credit-pay:hover {
    color: #ebae86;
}

.btn-payment-error {
    background-color: #F04845;
    border: 1px solid #F04845;
}

.btn-payment-error:hover {
    color: #F04845;
}

.posr {
    position: relative;
}

.scrollup {
    position: fixed;
    z-index: 10000;
    right: 25px;
    bottom: 65px;
    height: auto;
    margin: 0;
    cursor: pointer;
    transition: all .3s ease 0s;
    color: #cdcdcd;
    background-color: rgba(255, 255, 255, .3);
}

.scrollup:hover {
    background-color: #c1d947;
}

.scrollup:hover .fa {
    color: #fff;
    border: 0;
}

.scrollup .fa {
    line-height: 51px;
    width: 51px;
    height: 51px;
    transition: all .2s ease 0s;
    text-align: center;
    text-decoration: none;
    opacity: .5;
    border: 2px solid #9d9d9d;
    background: transparent;
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.vh-100 {
    min-height: 100vh;
}

.form-control-custom {
    height: 45px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
}
.form-control-custom.grey {
    background-color: #f6f6f6;
}
.form-control-custom::-webkit-input-placeholder {
    color: #000;
}


/* Firefox < 19 */

.form-control-custom:-moz-placeholder {
    color: #000;
}


/* Firefox > 19 */

.form-control-custom::-moz-placeholder {
    color: #000;
}


/* Internet Explorer 10 */

.form-control-custom:-ms-input-placeholder {
    color: #000;
}

.minus.disabled,
.plus.disabled {
    pointer-events: none;
    opacity: .5;
}

::-moz-selection {
    color: #fff;
    background: #81d742;
}

::selection {
    color: #fff;
    background: #81d742;
}


/* NAVBAR STYLES */


/* NAVBAR STYLES END */


/* CUSTOM CHECKBOX, RADIO*/

.custom-cb label {
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding-left: 25px!important;
    cursor: pointer;
}

.custom-cb label:before {
    position: absolute;
    bottom: 1px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    content: '';
    border: 1px solid #c1d947;
    background-color: #fff;
}

form .custom-cb .form-control {
    height: 40px;
}

form .custom-cb input[type=checkbox] {
    opacity: 0;
}

form .custom-cb.checkbox label:before {
    border-radius: 0;
}

form .custom-cb input[type=checkbox]:checked+label:before {
    font-size: 15px;
    line-height: 15px;
    content: '\2713';
    text-align: center;
    color: #c1d947;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.radio-hidden {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}


/* CUSTOM CHECKBOX END */


/* CUSTOM COUNTER STYLES */

.counter-wrapper {
    position: relative;
    width: 100%;
}

.counter-wrapper .tickets-number {
    line-height: 2.8;
    display: inline-block;
    max-width: 125px;
    height: 40px;
    text-align: center;
}

.counter-wrapper .plus,
.counter-wrapper .minus {
    font-size: 22px;
    position: absolute;
    /* Non-prefixed version, currently
                                  not supported by any browser */
    top: 50%;
    /*width: 17px;
	height: 17px;*/
    width: 30px;
    height: 30px;
    cursor: pointer;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    /*display: inline-block;*/
    text-align: center;
    /*vertical-align: middle;*/
    vertical-align: bottom;
    color: #696969;
    border: 2px solid #696969;
    border-radius: 50%;
    background-color: #f2f2f2;
    -webkit-touch-callout: none;
}

.counter-wrapper .plus {
    bottom: 0;
}

.counter-wrapper .minus {
    bottom: 0;
}

.hidden-tooltip {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: center;
    vertical-align: bottom;
    color: #696969;
    border-radius: 50%;
    background-color: transparent;
}


/*.counter-wrapper .plus,
.counter-wrapper .minus {
    display: inline-block;
    /*top: 0;
    font-size: 18px;

    top: 50%;
    transform: translate(0%,
    -50%);
    font-size: 23px;
    position: absolute;

}*/

.counter-wrapper .plus:hover,
.counter-wrapper .minus:hover {
    transition: all .2s;
    color: #fff;
    background-color: #c1d947;
}

.counter-wrapper .minus {
    left: 20px;
}

.counter-wrapper .plus {
    right: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}


/* CUSTOM COUNTER STYLES END */


/* ABOUT US STYLES */

.about-us-text {
    font-size: 16px;
    line-height: 25px;
}

.icon-image {
    font-size: 40px;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    transition: all .2s;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.icon-image-2 {
    width: 60px;
    height: auto;
    /*text-align: center;*/
}

.icon-image:hover {
    background-color: #c1d947;
}


/* ABOUT US STYLES END */


/* HOW IT WORKS STYLES */

.his-icon {
    font-size: 40px;
    padding: 20px;
    color: #696969;
}

.his-icon:hover {
    transition: all .2s;
    color: #c1d947;
}

.his-text {
    line-height: 25px;
}

.parallax {
    overflow: hidden;
    /* Set a specific height */
    height: 300px;
    /* The image used */
    background-image: url('../images/paintbg.jpg');
    background-repeat: no-repeat;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center 0;
    background-size: cover;
}


/* HOW IT WORKS STYLES END */

.reservation-image,
.swiper-events .swiper-slide {
    position: relative;
    max-width: 248px;
    /*max-width: 238px;*/
    /* height: 275px; */
    /*height: 305px;*/
    height: 345px;
    text-align: center;
}

.reservation-image .event-cover,
.reservation-image {
    height: 150px;
    /*height: 135px;*/
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #9d9d9d;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c1d947;
}

.swiper-events .event-date {
    font-family: 'SourceSansProBlack';
    font-size: 24px;
    height: 60px;
}

.swiper-events .event-name {
    height: 40px;
}

.swiper-events .event-time {
    font-size: 24px;
}

.swiper-events .event-cover {
    position: absolute;
    bottom: 0;
    /*height: 160px;*/
    height: 190px;
    z-index: 10;
}

.reservation-image .event-place,
.swiper-events .event-place {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 35px;
    background-color: white;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .5);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-referencies .reference-image {
    max-width: 240px;
}

.custom-prev,
.custom-next {
    color: #c1d947;
    background-image: none;
}

.table-header {
    font-family: 'SourceSansProSemibold';
    padding: 5px 0 5px 0;
    color: #495468;
    border-top: 6px solid #2ecc71 !important;
    background-color: #d1d1d1;
    position: relative;
}

.month-navigation-prev {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 20px;
}

.month-navigation-next {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 20px;
}

.table-header h2 {
    margin-top: 10px;
}

.table-header-borderless {
    font-family: 'SourceSansProSemibold';
    padding: 5px 0 5px 0;
    color: #495468;
    background-color: #d1d1d1;
}

.table-custom {
    margin-bottom: 0;
}

.table-custom tbody td {
    /*width: 150px !important;
    height: 150px !important;*/
    width: 14.2857143%;
    height: 100%;
    padding: 0!important;
}

.table-custom tbody td img {
    width: 150px !important;
    height: 150px !important;
}

.table-custom .calendar-day {
    font-family: SourceSansProBlack;
    font-size: 26px;
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    z-index: 1;
    text-shadow: 2px 2px 2px #000;;
}

.table-custom .day-wrapper {
    position: relative;
}

.table-custom .day-wrapper .object-fit-cover {
    border-bottom: 2px solid white;
}


/*
.table-custom .day-wrapper .object-fit-cover {
    height: 150px;
}*/

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .2s;
    opacity: 0;
    background-color: rgba(255, 255, 255, .9);
}

.gallery-overlay:hover {
    transition: all .2s;
    opacity: 1;
}

.gallery-overlay .fa {
    margin-right: 10px;
    padding: 15px;
    color: #fff;
    border-radius: 50%;
    background-color: #c1d947;
}

.gallery-overlay .fa:hover {
    transition: all .2s;
    background-color: #5d5d5d;
}

.rotate-mirrored {
    transform: rotateY(180deg);
}

.faq-items h4 {
    margin-top: 0;
}

.faq-items .fa {
    color: #81d742;
}

.faq-items .fa:hover {
    color: #c1d947;
}


/* CALENDAR EVENTS ENDPAGE STYLES */

.free-space {
    font-size: 24px;
    color: #c7dc58;
}

.bordered-wrapper>div:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}


/*.counter-wrapper .plus,
.counter-wrapper .minus {
    width: 40px;
    height: 40px;
    top: 0;
    font-size: 24px;
    padding-top: 5px;
    border-radius: 50%;
    background-color: #5d5d5d;
}*/


/* CALENDAR EVENTS ENDPAGE STYLES END */


/* SHOP STYLES */

.shop-subtitle {
    color: #fff;
    background-color: #ebae86;
}

.shop-item {
    position: relative;
    width: 100%;
    min-height: 360px;
}

.shop-item-image {
    overflow: hidden;
    width: 100%;
    max-height: 260px;
}

.shop-item-name {
    font-family: 'SourceSansProBlack';
    font-size: 25px;
    line-height: 30px;
    /*height: 65px;*/
    height: 75px;
    padding: 5px 0;
    color: #000;
}

.shop-item-price {
    font-family: 'SourceSansProBlack';
    font-size: 16px;
    line-height: 22px;
    height: 35px;
    padding: 5px 0;
    color: #c7dc58;
}


/* SHOP STYLES END */


/* PRODUCT STYLES */

.product-details {
    color: #9d9d9d;
    /*color:#000;*/
    line-height: 25.5px;
}

.p-margin-bottom-s p {
    margin-bottom: 20px;
}


/* PRODUCT STYLES END */


/* CART STYLES */


/*.table-custom-cart td:not(:first-child) {
    min-width: 20%;
}*/

.table-custom-cart img {
    width: 100px;
}

.cart-item-head {
    font-family: 'SourceSansProBlack';
    font-size: 17px;
    color: #495468;
    background-color: #d1d1d1;
}

.cart-item-head p {
    margin-bottom: 0;
}

.cart-item-head>div,
.cart-item-wrapper>div {
    border: .5px solid rgba(0, 0, 0, .2);
}

.cart-item-head {
    min-height: 50px;
}

.cart-item-wrapper {
    font-family: 'RobotoRegular';
    /*max-height: 100px;*/
    max-height: 190px;
    color: #888;
}

.cart-item-head,
.cart-item-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-item-delete-head {
    display: -ms-flexbox;
    display: flex;
    /*width: 10%;*/
    width: 5%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-order: -5;
    order: -5;
}

.cart-item-delete {
    font-size: 20px;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    /*width: 10%;*/
    width: 5%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-order: -5;
    order: -5;
}

.cart-item-delete a {
    padding: 25px;
}

.cart-item-image-head,
.cart-item-image {
    /*width: 10%;*/
    width: 15%;
}

.cart-item-image img {
    height: 100px;
}


/*.cart-item-name-head,
.cart-item-price-head,
.cart-item-name,
.cart-item-price,*/

.cart-item-count-head,
.cart-item-sum-head,
.cart-item-count,
.cart-item-sum {
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-item-name-head,
.cart-item-name {
    width: 27%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-item-price-head,
.cart-item-price {
    width: 13%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-footer-wrapper {
    /*padding: 10px 20px;*/
    padding: 15px 20px 0 20px;
    border-right: .5px solid rgba(0, 0, 0, .2);
    border-bottom: .5px solid rgba(0, 0, 0, .2);
    border-left: .5px solid rgba(0, 0, 0, .2);
}

.cart-sum-wrapper {
    padding: 10px 15px;
    border: .5px solid rgba(0, 0, 0, .2);
}

.order-comments,
.input-coupon {
    height: 44px;
    margin-right: 30px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.input-coupon::-webkit-input-placeholder {
    color: #888;
}

.input-coupon:focus::-webkit-input-placeholder {
    color: #fff;
}


/* Firefox < 19 */

.input-coupon:-moz-placeholder {
    color: #888;
}

.input-coupon:focus:-moz-placeholder {
    color: #fff;
}


/* Firefox > 19 */

.input-coupon::-moz-placeholder {
    color: #888;
}

.input-coupon:focus::-moz-placeholder {
    color: #fff;
}


/* Internet Explorer 10 */

.input-coupon:-ms-input-placeholder {
    color: #888;
}

.input-coupon:focus:-ms-input-placeholder {
    color: #fff;
}

.order-comments:focus,
.input-coupon:focus {
    transition: all .3s;
    color: #fff;
    background-color: #c1d947;
}


/*#deliveryPrice */

.select2-container .select2-selection--single,

/*#deliveryPrice */

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}


/*#deliveryPrice */

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}


/* CART STYLES END */


/* CALENDAR PAGE STYLES */

.calendar-header {
    font-family: 'SourceSansProSemibold';
    padding: 5px 0 5px 0;
    color: #495468;
    border-top: 6px solid #2ecc71 !important;
    background-color: #fff;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .2);
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
}

.header-select-wrapper .dropdown {
    top: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

.header-select-wrapper .btn-select-place {
    border: 0;
    border-radius: 0;
    background-color: #efeff1;
}

.calendar-days-wrapper p {
    -ms-flex-preferred-size: calc(100% / 7);
    flex-basis: calc(100% / 7);
    /*text-align: center;*/
}

.swiper-day-event {
    position: relative;
    min-width: 150px;
    min-height: 150px;
    background-color: #efeff1;
}

.event-overlay-infos,
.swiper-day-event .swiper-event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

.swiper-day-event .swiper-event-overlay .time,
.swiper-day-event .swiper-event-overlay .free-spaces,
.swiper-day-event .swiper-event-overlay .more-details {
    padding: 10px;
}

.swiper-day-wrapper {
    /*width: 150px;
    height: 150px;*/
    width: 155px;
    height: 155px;
    margin-bottom: 5px;
    background-color: #efeff1;
}

.day-event {
    position: relative;
}

.event-overlay-infos {
    padding: 10px;
}

.event-overlay-infos:hover {
    color: #fff!important;
}


/* CALENDAR PAGE STYLES END */


/* PROFILE PAGE STYLES */

.form-section-title {
    font-family: 'OpenSansBold';
    font-size: 18px;
    text-transform: uppercase;
}

.form-section-title .profile-email {
    font-family: 'SourceSansProItalic';
    font-size: 16px;
    font-style: italic;
    text-transform: none;
    color: #a2a4aa;
}

.credits {
    font-family: 'OpenSansBold';
    font-size: 30px;
    color: #c1d947;
}

.reservation .cart-item-head {
    font-size: 14px;
    color: #000;
}

.reservation .cart-item-wrapper {
    font-size: 20px;
    min-height: 102px;
}

.reservation .cart-item-name-head,
.reservation .cart-item-name {
    width: 30%;
    max-width: 200px;
}

.reservation .cart-item-count,
.reservation .cart-item-count-head {
    width: 28%;
}

.reservation .cart-item-sum,
.reservation .cart-item-sum-head,
.reservation .cart-item-price,
.reservation .cart-item-price-head {
    width: 22.1%;
}

.payed .reservation .cart-item-head {
    background-color: #f1d6c5;
}

#reservations .btn-custom {
    color: #fff;
    border: 1px solid #dedee0;
    background-color: #dedee0;
}

#reservations .payed .btn-custom {
    border: 1px solid #f1d6c5;
    background-color: #f1d6c5;
}

#reservations .payed .btn-custom:hover {
    color: #f1d6c5;
    background-color: #fff;
}

.reservation .cart-item-head>div,
.reservation .cart-item-wrapper>div {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.reservation .cart-item-head>div:last-child {
    border-right: 0;
}

.reservation .cart-item-head>div:first-child {
    border-left: 0;
}

.reservation .cart-item-head>div {
    border-top: 0;
    border-bottom: 0;
}

.reservation .cart-item-wrapper>div {
    border-top: 0;
    border-bottom: .5px solid rgba(0, 0, 0, .2);
}

.reservation .cart-item-wrapper>div:nth-child(2) {
    border-left: .5px solid rgba(0, 0, 0, .2);
}

.reservation .cart-item-wrapper>div:last-child {
    border-right: .5px solid rgba(0, 0, 0, .2);
}

.reservation .cart-item-name {
    padding: 10px;
}

.reservation .cart-item-name p:first-child {
    font-size: 14px;
}

.reservation .cart-item-name p:last-child {
    font-size: 20px;
}

.reservation .tickets-number {
    line-height: 2;
}

.reservation .cart-item-sum i {
    color: #a4a8b0;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    box-shadow: none;
}

#editProfileForm .input-group>.input-group-addon {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
}

#editProfileForm .input-group>.input-group-addon>i {
    opacity: 0;
}

#editProfileForm .input-group:hover>.input-group-addon>i {
    opacity: 1;
}


/* PEOFILE PAGE STYLES END */


/* CHECKOUT PAGE STYLES */

.loginbox {
    position: relative;
    margin: 0 70px;
}

.loginbox .close {
    position: absolute;
    right: 0;
    padding: 30px;
}

.loginbox-inner {
    padding-top: 140px;
    padding-bottom: 140px;
}

.calendar-faq-item {
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.calendar-faq-item>div:first-child {
    margin-right: 15px;
}

.calendar-faq-item:after {
    position: absolute;
    top: 20px;
    right: 0;
    width: 2px;
    height: 40px;
    content: '';
    opacity: .3;
    background: #696969;
}

#calendar .faq-items {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.table-checkout th {
    text-align: center;
}

.table-checkout-head {
    background-color: #d1d1d1;
    font-family: 'OpenSansBold';
}

.table-checkout-item {
    color: #888;
    /*font-family: 'RobotoLight';*/
}

.table-checkout-part-sum {
    color: #888;
    font-family: 'OpenSansBold';
}

.table-checkout-sum {
    color: #fff;
    font-family: 'OpenSansBold';
    background-color: #2ecc71;
}


/* CHECKOUT PAGE STYLES END */


/* TEAM PAGE STYLES END */

.members-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.member-image {
    max-width: 260px;
    max-height: 260px;
    border-radius: 50%;
    background-color: #bfd759;
}

.member-image img {
    border-radius: 50%;
}

.member-name {
    font-family: 'OpenSansBold';
    font-size: 24px;
}

.member {
    position: relative;
    min-width: 300px;
    max-width: 430px;
}

.member-1 {
    right: -15%;
}

.member-2 {
    left: 5%;
    margin-top: 10%;
}

.member-3 {
    right: -10%;
}

.member-4 {
    margin-top: 10%;
}

.member-5 {
    right: -20%;
}

.member-6 {
    left: 10%;
    margin-top: 15%;
}

.member-7 {
    left: 20%;
}

.member-8 {
    left: 60%;
    margin-top: -5%;
}


/* TEAM PAGE STYLES END */

#paintingsFilter {
    /*max-width: 645px;*/
    max-width: 795px;
}

#paintingsFilter .custom-cb {
    margin-top: -5px;
}

.iso-gallery .gallery-wrapper {
    max-width: 356px;
    max-height: 267px;
}


/* .header-image,
.header-image .swiper-slide,
.header-image .swiper-slide img {
    max-height: 495px;
} */

.csi-modal .modal-header {
    border-bottom: 0;
}

.csi-modal .modal-dialog {
    width: auto;
    max-width: 1050px;
}

.csi-modal .modal-body {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: 460px;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.csi-modal .modal-content {
    border-radius: 0;
}

.csi-modal label {
    display: inline;
}

.reference-list-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reference-list-wrapper .reference-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 20px;
}

.reference-list-wrapper .reference-list-item img {
    max-width: 60%;
}

.border-top-bottom {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.company-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reference-featured-content,
.company-text {
    font-style: italic;
}

.how-it-works {
    line-height: 25.5px;
}

.how-it-works .head h4 {
    margin-left: auto;
    margin-right: auto;
    /* max-width: 340px; */
    font-weight: bold;
}

.how-it-works .head i {
    /* width: 120px; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.two-columns-text {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -moz-column-fill: auto;
    column-fill: auto;
}

.painting-content {
    overflow-y: scroll;
    padding: 0 25px;
}

.btn-rounded {
    border-radius: 10px;
}

#addbasketModal .btn-login {
    margin-bottom: 15px;
}

#cart .cart-footer-wrapper .flex-container {
    flex-wrap: wrap;
    flex: 0 0 48%;
}
#cart .cart-footer-wrapper .alert {
    flex: 1;
}
.cart-item-name select,
.cart-item-name .select2-container {
    max-width: 170px!important;
}
.cart-item-name {
    flex-direction: column;
}
/* FOOTER STYLES */

footer {
    font-family: 'SourceSansProRegular';
}

footer.uncover {
    font-size: 15px;
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
    transition: left .33s cubic-bezier(.694, .0482, .335, 1);
}

.footer-logo {
    margin-top: 30px;
}

.footer-top {
    padding: 90px 25px;
    background-color: #5d5d5d;
    padding-bottom: 30px;
}

.footer-logo img {
    width: 280px;
}

.border-sides {
    border-right: 1px solid #777;
    border-left: 1px solid #777;
}

.contact-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.contact-wrapper p {
    margin: 0;
}

.contact-wrapper .icon {
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
    transition: all .3s;
    text-align: center;
    border: 1px solid #777;
    border-radius: 50%;
    background-color: transparent;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-wrapper .icon:hover {
    transition: all .3s;
    background-color: #c1d947;
}

.contact-wrapper .contact-text {
    padding: 0 20px;
}

.contact-text a:hover {
    color: #fff;
}

#map,
#map2 {
    width: 100%;
    height: 210px;
    margin-bottom: 10px;
}

.footer-bottom {
    font-family: 'RobotoLight';
    font-size: 16px;
    /*display: -ms-flexbox;
    display: flex;*/
    height: 83px;
    text-align: center;
    background-color: #444;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-bottom p {
    margin: 0;
}


/* FOOTER STYLES END*/

.banks {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

#secret {
    background: #000;
    color: #fff;
}

#secret .event-name {
    color: #000;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap::before,
.flex-wrap::after {
  content: normal;
}

.flex-center-align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-container {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 80px;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1001;
}

.cookie-container p {
  margin: 0;
}

.cookie-container a {
  color: #fff;
  text-decoration: underline;
}

#colourGame .section-title-wrapper .section-title {
    top: 50%;
    transform: translate(-50%, -50%);
}
#colourGame .section-title h1 {
    margin: 0;
    font-size: 24px;
    line-height: 48px;
}
#colourGame .gallery-wrapper {
    height: 220px;
    width: 100%;
}
#colourGame .gallery-cover {
    height: inherit;
    width: inherit;
}
.event-image-big.slick-slider img {
    max-width: 100%;
}
.event-image-big.slick-slider * {
    outline: none !important;
}
.event-image-big.slick-slider .slick-dots {
    list-style: none;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
    height: 14px;
}
.event-image-big.slick-slider .slick-dots li {
    display: inline-block;
    height: 14px;
    padding: 0 5px;
}
.event-image-big.slick-slider .slick-dots li:only-child {
    display: none;
}
.event-image-big.slick-slider .slick-dots li button {
    height: 14px;
    width: 14px;
    border: 0;
    border-radius: 100%;
    padding: 0;
    font-size: 0;
    background: #696969;
}
.event-image-big.slick-slider .slick-dots li.slick-active button {
    background: #c1d947;
}
.blog-entry {
    margin-bottom: 60px;
}
.mini-post-cat {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 5px;
    margin-bottom: 10px;
    background: #c2d946;
}
.blog-index .blog-entry-title {
    margin-top: -5px;
}
.mini-post-cat h6 {
    line-height: 18px;
    font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.1500em;
    color: #222;
    margin: 0;
}
.index-post-content h2 {
    line-height: 32px;
    margin: 0;
}
.post-element ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-element ul li {
    display: inline;
    margin-right: 20px;
}
.author-by {
    font-family: 'PT Serif', Serif;
    color: #777;
    font-size: 9px;
    text-transform: lowercase;
}

.post-element ul li a {
    font-size: 10px;
    color: #555;
    outline: 0 none !important;
    text-decoration: none !important;
    text-transform: uppercase;
}
.post-element ul li:after {
    position: absolute;
    background: #444;
    width: 3px;
    height: 3px;
    margin-left: 10px;
    margin-top: 11px;
    content: "";
    border-radius: 50%;
}
.post-index-text {
    text-align: left;
    padding-top: 15px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    color: #444;
    font-size: 14px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pos-center {
    text-align: center;
    margin: 0 auto;
}
.pagination ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
.pagination ul li {
    float: left;
    margin: 0 7px;
    border: solid 1px #ccc;
    text-align: center;
    height: 30px;
    line-height: 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    padding-bottom: 32px;
    list-style: none;
}
.pagination ul li:first-child {
    margin-left: 0;
}
.pagination ul li.active {
    -webkit-box-shadow: 2px 2px 0px 0px rgb(194 217 70) !important;
    -moz-box-shadow: 2px 2px 0px 0px rgba(194,217,70,1) !important;
    box-shadow: 2px 2px 0px 0px rgb(194 217 70) !important;
}
.pagination ul li a, .pagination ul li p {
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    padding: 0 13px;
}
.pagination ul li:hover {
    border: solid 1px #888;
}
.sidebar-widget {
    margin-bottom: 60px;
    font-size: 13px;
    line-height: 22px;
    color: #555;
    position: relative;
}
.sidebar-widget hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.sidebar-widget h6 {
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.sidebar-widget ul {
    padding: 0;
}
.sidebar-widget ul li {
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-widget a {
    font-size: 13px;
    color: #555;
}
.blog-entry-title h1 {
    max-width: 60%;
    margin: 0 auto;
}
.post-element ul li:last-child {
    margin-right: 0;
}
.post-element ul {
    font-size: 10px;
    letter-spacing: 0.1500em;
    text-transform: uppercase;
}
.marginb20 {
    margin-bottom: 20px !important;
}
.rsp-img-center {
    margin: 0 auto;
    text-align: center;
}
.post-text p {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    padding: 20px 0;
    margin: 0;
    font-size: 10pt;
    letter-spacing: 0.1500em;
    color: #222;
    text-align: justify;
}
.blog-post-tag a {
    font-size: 12px;
    text-decoration: underline;
    color: #555;
}
img[class*="wp-image-"], img[class*="attachment-"], .post img, .post {
    max-width: 100%;
    height: auto;
}
.post-element a {
    font-size: 10px;
    text-transform: uppercase;
}
.article {
    padding-bottom: 40px;
}
.camp-appointment {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
