/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/




.ds-logo-mwidht{
	  max-width: 120px !important;
}






.slick-slide img {
    display: block;
    text-align: center;
    margin: 0 auto !important;
}


.hide { display: none !important;}

.sp-italic-home em {
    font-size: 26px !important;
}



/* Ovo je dio koda za single ansambl hover img*/
@media (max-width: 999px) {
    .image-container {
        width: 100% !important;


    }

    .image {
        width: 100% !important;
        position: relative !important;
    }

    .image.hover {
        width: 100% !important;
        position: absolute !important;
        left: 0 !important;
    }


#video-popup-container {
	display: none;
	position: fixed;
	z-index: 996;
	width: 94% !important;
	left: 3% !important;
	margin-left: 0% !important;
	top: 16% !important;
	background-color: #fff;
}

div#biografija {
    margin-bottom: 30px !important;
}

div#autorski-tim {
    padding-bottom: 0px;
}


}



.image-container {
    position: relative;
    width: 500px;
	padding-bottom: 30px;
    justify-content: right;
}

.image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.image.hover {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.image-container:hover .image.hover {
    opacity: 1;
}










.ds-schedule-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}


#search-outer .ui-widget-content li .desc {
    display: none;
}



div#header-secondary-outer {
    z-index: 10;
}



.content-nav ul a {
   letter-spacing: 0.1px;
}


.col.span_6.event-title{
	justify-content: flex-start !important;
}



.col.span_1.event-time{
	justify-content: flex-start !important;
}



@media screen and (min-width: 1000px) {
.col.span_3.event-buy-ticket {
    width: 15%;
}

.timetable-rows a{
    margin-bottom: -20px !important;
}


}

.timetable-rows .event-title a:hover {
   text-decoration: underline !important;
}




.timetable-rows .row > div{
    padding: 16px 0 !important;
}




.tabbed>ul li a {
    color: #fff !important;
    background-color: #000;
}

.tabbed>ul li a:hover {
    background: #f41d28 !important;

}



.d-flex.flex-column.flex-md-row-reverse.justify-content-between {
   align-items: flex-start;
}

.span_5 img {
   object-fit: contain;
   padding-bottom: 1px;
}


.event-canclled{
    color: #f41d28;
    font-weight: bold;
}


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

.post-area.featured_img_left article .grav-wrap .text span {
    text-transform: uppercase;
}

.post-area.featured_img_left .post-content-wrap .grav-wrap {
    margin-bottom: 30px;
}

.notification-bar .editor > *:last-child {
    padding-bottom: 0px !important;
    font-weight: bold;
}


.notification-bar {
    z-index: 9999999 !important;
}



.cmplz-show-banner:hover {
	cursor: pointer;
}



.ds-footer-heading-lg {
	line-height: 20px;
}

.ds-footer-mm-lg {
	line-height: 30px;
}


.container.main-content {
	padding-bottom: 2%;
}


.flex-control-nav li {
	margin: 0 6px;
	display: inline-block !important;
	zoom: 1;
}

ol.flex-control-nav.flex-control-paging {
	margin: 0;
}


.flex-control-nav {
	width: 100% !important;
	text-align: center;
	position: absolute;
	display: inline-block;
	margin-top: 0 !important;
	bottom: 80px !important;
	z-index: 999 !important;
}

.flex-control-paging li a {
	width: 20px;
	height: 20px;
	font-size: 20px;
	display: block;
	background: #ddd;
	cursor: pointer;
}

.flex-control-paging li a:hover {
	background: #000;
	color: #000;
}

.flex-control-paging li a.flex-active {
	background: #000;
	color: #000;
	cursor: default;
}


.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}




.icon-salient-down-arrow:before {
	content: "" !important;
	background: url(img/zkm-arrow-down.png) no-repeat !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 28px !important;
	height: 28px !important;
	display: inline-block !important;
	cursor: hand !important;
}




body .fa.fa-angle-left:before {
	content: "" !important;
	background: url(img/arrow-left.png) no-repeat !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 20px !important;
	height: 20px !important;
	display: inline-block !important;
}

body .fa.fa-angle-right:before {
	content: "" !important;
	background: url(img/arrow-right.png) no-repeat !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 20px !important;
	height: 20px !important;
	display: inline-block !important;
}






.bw-footer-links a {
	color: #fff !important;
	opacity: 1 !important;
}


.hover-underline-animation {
	display: inline-block;
	position: relative;
	color: #fff;
}

.hover-underline-animation::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}



.bw-news-title-section {
	font-weight: 400 !important;
}

.bw-date-published {
	font-weight: 500;
	color: #000 !important;
}



.bw-news h2 {
	color: #000 !important;
	margin-top: 36px;
	font-weight: 400 !important;
	font-family: 'Rubik';
	text-transform: uppercase;
}


.ultsl-arrow-left4:before {
	content: "" !important;
	background: url("img/arrow-left.png") no-repeat !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 24px !important;
	height: 24px !important;
	display: inline-block !important;
	margin-right: 10px !important;
}

.ultsl-arrow-right4:before {
	content: "" !important;
	background: url("img/arrow-right.png") no-repeat !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 24px !important;
	height: 24px !important;
	display: inline-block !important;
	margin-left: -16px !important;
}


.bw-news-carusel .slick-prev {
	right: 20px !important;
}

.slick-prev {
	left: auto !important;
	right: 7% !important;
}




.slick-next,
.slick-prev {
	top: -7rem !important;
}



#header-outer .row .col.span_3 {
	visibility: hidden !important;
}


.nectar-global-section.after-nav {
	display: none;
}


.wpcf7 form.sent .wpcf7-response-output {
	color: #000;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}


.cn-button.bootstrap {
	color: #fff;
	background: #ed242a !important;
	border-radius: 0px !important;
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	color: #f00;
}


.wpcf7 form.failed .wpcf7-response-output {
	color: #f00;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0px !important;
}


.nectar-post-grid-wrap:not([data-style="content_overlaid"]) .nectar-post-grid-item .content .meta-excerpt {
	max-width: 100%;
}

.page-id-5671 .container-wrap {
	padding-bottom: 0px !important;
}

.xt-start {
	position: absolute;
	bottom: 30px;
	transform: translateX(-50%);
	left: 50%;
	color: #fff !important;
	z-index: 20;
}

.xt-start i {
	font-size: 42px !important;
	color: #fff !important;
}

/* Rounded images on predstave page
.page-id-7948 .nectar-post-grid-item {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    overflow: hidden;
}
*/
.nectar-post-grid-wrap[data-style="content_under_image"] .nectar-post-grid[data-card="yes"][data-text-align="center"] .nectar-post-grid-item .content {
	padding: 15px 40px 60px 40px;
}

.tab-pane {
	margin-top: 30px;
}

.row.main-slider-wrap {
	background: #fff;
}

.xt-iznad {
	font-size: 12px;
	display: inline-block;
	padding: 5px 8px;
	line-height: 10px !important;
	margin-bottom: 8px;
}

.xt-premijera {
	background: #a6236f;
	color: #fff !important;
}

.xt-rasprodano {
	background: #eb1e4c;
	color: #fff !important;
}

.xt-gostujuca {
	background: #f06939;
	color: #fff !important;
}

.xt-gostovanja {
	background: #f7db51;
	color: #000 !important;
}


.homepage-news-wrap ul li a {
	color: #fff;
}

.homepage-news-wrap ul li a:hover {
	color: #fff;
}

.homepage-news-wrap ul li a:hover p {
	color: #fff;
}

body[data-bg-header="true"].home .container-wrap {
	padding: 0 !important;
}

body .meta-author {
	display: none !important;
}

body .meta-category {
	display: none !important;
}

body .meta-comment-count {
	display: none !important;
}

/* hide date and love on masonry blog */
body #post-area.masonry article.post .post-meta {
	display: none !important;
}

article.post .content-inner {
	border-bottom: none;
}

.single #single-below-header>span {
	border-left: none;
}


.wpcf7-form-control.wpcf7-submit {
	margin-top: 10px;
	border: 1px solid white;
	margin-bottom: 5px;
	font-family: 'Rubik';
}


body[data-form-submit="regular"] .container-wrap input[type="submit"] {
	padding: 10px 20px !important;
	font-family: 'Rubik';
}


span.wpcf7-list-item {
	margin: 0;
	font-family: 'Rubik';
}

.wpcf7 .wpcf7-response-output {
	margin-top: 25px;
	color: #000 !important;
}

div.wpcf7-response-output {
	color: #000 !important;
}

.wpcf7-form-control-wrap.checkbox-716 {
	margin-top: 5px;
}

#fp-nav.tooltip ul li a,
.tooltip .fp-slidesNav ul li a {
	display: none;
}



.post-area.masonry.classic_enhanced article.post .post-meta,
.blog-recent[data-style*="classic_enhanced"] .post-meta {
	display: none !important;
}

.container .row:last-child,
.wpb_wrapper .clear {
	margin-bottom: -1px;
}

.menu.menuopen {
	display: none;
}

#slide-out-widget-area .widget h4 {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Rubik';
}


div[data-style="default"] .toggle h3 a,
div[data-style="default"] .toggle h3 {
	font-size: 16px !important;
	font-weight: bold !important;
}

body #search-outer #search input[type=text] {
	padding: 10px !important;
	font-family: 'Rubik';
}

.row .col.section-title span {
	letter-spacing: 0.2px !important;
	font-family: 'Rubik';

}

body {
	font-family: 'Rubik';
}

body .widget h4,
body #footer-outer .widget h4 {
	font-family: 'Rubik';
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.2px !important;
	color: #fff;
}

#footer-outer #footer-widgets {
	border-bottom: none !important;
	/*  border-top: 1px solid #ddd; */

}

.row.page-header-no-bg {
	background: #ffffff;
}

.ult_expheader {
	text-transform: none !important;
}

.tabbed>ul li a {
	color: #000;
}

.ult_exp_content.ult_active_section {
	background-color: #fff !important;
}

.tabbed>ul li a.active-tab {
	font-weight: normal !important;
}


.twentytwenty-wrapper {
	padding: 0px !important;
}

hr {
	border: none;
	height: 1px;
	/* Set the hr color */
	color: #333;
	/* old IE */
	background-color: #333;
	/* Modern Browsers */
}


.wpb_content_element .wpb_tabs_nav {
	padding-bottom: 10px !important;
}

body .toggle>div {
	padding-top: 25px !important;
}


.row.main-slider-wrap {
	padding-bottom: 0;
}

.row.main-slider-wrap .flex-gallery {
	margin-bottom: 0;
}

.newsletter-check input[type='checkbox'] {
	margin-top: 4px;
	vertical-align: top;
}

.type-predstave .post-featured-img {
	border-bottom: 1px solid #ccc;
}

.event-actors-title {
	margin: 20px 0 10px 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
}

.events-title {
	text-align: center;
	padding-top: 50px;
}

.events-wrapper {
	padding-top: 0px;
	padding-bottom: 20px;
}

.event-tabs {
	background: #ffffff;
	padding: 20px;
}

.event-tabs-title {
	/* background-color: rgba(0,0,0,0.045); */
	text-transform: uppercase;
}

.row .col .event-main-image img {
	margin-bottom: 0;
}

.event-director {
	padding-bottom: 20px;
}

.event-date.desktop-show {
	font-weight: 600;
	font-size: 20px;
}

.event-date.desktop-show b {
	font-size: 24px;
}

.event-time {
	font-weight: 600;
	font-size: 20px;
	width: 25% !important;
}

.tabbed>ul li a {
	cursor: pointer;
}

.tab-content {
	background: #ffffff;
	padding: 10px 20px 50px 20px;
}

.event-trailers .fluid-width-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.ime-dvorane {
	font-weight: 600;
	font-size: 14px;
}

.event-trailers iframe,
.event-trailers embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.event-trailers {
	margin-bottom: 24px;
}

.tab-pane#actors p {
	padding-bottom: 10px;
}

.post-area.masonry.classic_enhanced article.ansambl .post-featured-img img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: all .7s cubic-bezier(.2, 1, .22, 1);
	-webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
	width: auto;
	margin: 0 auto;
	max-height: 400px;
	display: block;
}

.post-area.masonry.classic_enhanced article.ansambl .post-featured-img,
.blog-recent[data-style*="classic_enhanced"] .post-featured-img {
	transition: all .7s cubic-bezier(.2, 1, .22, 1);
	-webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
	line-height: 0;
	display: block;
	position: relative;
}

.post-area.masonry article.ansambl .post-content,
.post-area.featured_img_left article.ansambl .post-content {
	padding-left: 0 !important;
}

.masonry.material .type-predstave.masonry-blog-item .article-content-wrap {
	padding: 10px 20px 30px 20px !important;
}

.masonry.material .type-predstave.masonry-blog-item .article-content-wrap h3 {
	font-size: 17px;
	line-height: 20px;
}

.archive-events-button {
	display: inline-block;
	background: #ec252a;
	color: #fff;
	padding: 10px;
	margin-top: 40px;
}

.ansambl-wrapper {
	background: #ffffff;
}

.ansambl-gallery {
	max-width: 300px;
	width: 100%;
	margin: 20px auto 50px auto;
	padding-right: 20px;
}

.row .col .ansambl-gallery img:not([srcset]) {
	width: 99.8%;
	margin: 0 auto;
}

.ansambl-tabs .event-tabs-title {
	background: #ffffff;
}

.timetable-icon {
	width: 48px;
	height: 48px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50%;
	color: #fff !important;
	margin-bottom: 5px;
}

.timetable-wrapper .napomena,
.timetable-wrapper .produkcija {
	font-size: 16px !important;
	font-weight: 300;
}

.timetable-wrapper .event-buy-ticket a {
	display: flex;
	color: #000 !important;
	border: 2px solid #000 !important;
	text-decoration: none !important;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	border-radius: 2px;
	padding: 4px 10px !important;
	font-size: 17px;

}

.timetable-wrapper .event-buy-ticket a:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.timetable-wrapper {
	background: #ffffff;
	padding-bottom: 1px !important;
}

.timetable-titles,
.timetable-rows {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

.timetable-titles span {
	letter-spacing: 2px;
	font-size: 13px;
	line-height: 16.8px;
	font-weight: 700;
	text-transform: uppercase;
}

.timetable-rows span {
	line-height: 28px;
}

.timetable-rows .event-title h3 {
font-size: 26px !important;
	line-height: 30px;
	margin-bottom: 0 !important;
	font-family: 'Rubik';
	font-weight: 500;
}

.timetable-rows .event-title a {
	color: #000 !important;
}

.timetable-main-title {
	margin-top: 70px;
	margin-bottom: 20px;
}

.timetable-main-title.first-title {
	margin-bottom: 20px;
}

.event-buy-ticket a {
	color: #fff;
	display: inline-block;
	padding: 0px !important;
	border: none !important;
	border-radius: 0px !important;
	text-transform: uppercase !important;
	text-decoration: underline;
	position: relative;
}

.event-buy-ticket a:hover {
	text-decoration: none !important;
	color: #fff !important;
}

.event-next-shows {
	background: #fff;
	padding: 20px 0;

}

.homepage-next-events .event-buy-ticket {
	font-family: Rubik !important;
	margin-bottom: 5px;
	display: block;
}

#homepageSlider .event-buy-ticket a {
	font-family: Rubik !important;
	margin-bottom: 5px;
	display: block;
}

#homepageSlider .event-buy-ticket a:hover {
	text-decoration: none !important;
	color: #fff !important;

}

#homepageSlider .event-buy-ticket a::after {
	content: '>';
	display: inline-block;
	margin-left: 5px;
}

.post-area.featured_img_left.span_12 .article-content-wrap .post-content-wrap {
	padding-right: 2% !important;
}

.row .col h3.event-next-title {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}

.event-show-single {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;

}

.event-main-image img {
	width: 100%;
}

.event-next-shows .event-date {
	line-height: 30px;
}

.event-next-shows .event-buy-ticket a {
	float: right;
}


.ult_ecpsub_cont {
	max-width: 100% !important;
	text-align: justify !important;
}

.owl-carousel .owl-stage-outer {
	margin-bottom: -80px !important;
}

.event-gallery-wrap.flex-gallery {
	margin: 0;
	overflow: hidden;
}

.post-type-archive-ansambl .flex-gallery {
	max-height: 520px;
	overflow: hidden;
	margin: 0;
}

.event-more-wrap .event-gallery-wrap.flex-gallery {
	margin-bottom: 24px;
}

.homepage-slider-wrap {
	overflow: hidden;
}

.homepage-slider-wrap .slash {
    position: absolute;
    width: 7%;
    height: 150%;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 10;
    opacity: .4;
    transform: translate(-50%, -50%) rotate(20deg);
    animation-name: my-animation;
  animation-duration: 7s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes my-animation {
    from {
        width: 30%;
    }
    to {
        width: 7%;
    }
}

/*
.homepage-slider-wrap .slash {
	position: absolute;
	width: 7%;
	height: 120%;
	top: -10%;
	background-color: #fff;
	z-index: 10;
	opacity: .4;
	transform: rotate(20deg);
	animation: move 90s linear infinite;
}

@keyframes move {
	0% {
		left: 0;
	}

	50% {
		left: calc(100% - 50px);
	}

	100% {
		left: 0;
	}
}

 */














.homepage-gallery {
	z-index: auto !important;
}

.homepage-slider-wrap .homepage-next-events {
	z-index: 999 !important;
}

.homepage-gallery li {
	z-index: auto !important;
}

.homepage-slider-wrap.flex-gallery ul.flex-direction-nav {
	margin: 0 !important;
	position: absolute !important;
	top: 50%;
	width: 100%;
}

.homepage-slider-wrap.flex-gallery .slides img {
	width: 100%;
}

.homepage-slider-wrap .flex-direction-nav a {
	height: 50px;
	width: 50px;
	line-height: 45px;
}

.homepage-slider-wrap .flex-direction-nav a i {
	line-height: 35px;
	font-size: 30px;
	margin-left: 5px;
}


.homepage-slider-wrap .flex-direction-nav a.flex-prev {
	position: absolute;
	left: 0;
}

.homepage-slider-wrap .flex-direction-nav a.flex-next {
	position: absolute;
	right: 0;
}

.homepage-next-events {
	background: rgba(255, 255, 255, 0.6);
	color: #000000;
	padding: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.homepage-next-events a {
	color: #fff !important;
}

.homepage-next-events a:hover {
	color: #fef34f !important;
}



.homepage-next-events p {
	padding-bottom: 10px;
}

.homepage-next-events h3 {
	color: #ec252a;
}

.homepage-next-events .event-buy-ticket {
	color: #ffffff;
	border: none !important;
	font-size: 20px !important;
	font-weight: 600;
}

.homepage-next-events .event-date-ticket {
	display: inline-block;
	min-width: 340px;
}

.grav-wrap a {
	display: none;
}

.homepage-news-wrap .flex-direction-nav {
	display: none;
}

.homepage-news-wrap .flex-control-nav {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.homepage-news-wrap {
	background: #000;
	margin: 20px auto 0 auto;
	max-width: 1024px;
	width: 100%;
	text-align: center;
}

.homepage-news-wrap ul,
.homepage-news-wrap ol,
.homepage-news-wrap ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.homepage-news-wrap ul {
	width: 100%;
	display: inline-block;
	padding: 0 20px;
}

.home-news-bg {
	background: #000;
}

.home-news-bg .row {
	padding-bottom: 0;
}

.homepage-news-wrap ol {
	width: 100%;
	display: inline-block;
}

.homepage-news-wrap ol li {
	margin: 5px;
	display: inline-block;
}

.homepage-news-wrap ol li a {
	background: #ffffff;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	text-indent: 9999px;
	cursor: pointer;
	color: #ffffff;
}

.homepage-news-wrap ul li a p {
	color: #ffffff;
}

.homepage-news-wrap ol li a.flex-active {
	background: #ec252a;
	color: #ec252a;
}

.blue-title {
	color: #093E66;
}

.green-title {
	color: #008F2E;
}

.masonry.material .masonry-blog-item .grav-wrap .text a {
	display: none;
}

.desktop-show {
	display: block;
}

.mobile-show {
	display: none;
}

.flex-gallery .slides img.desktop-size-img {
	display: block;
}

.flex-gallery .slides img.mobile-size-img {
	display: none;
}

.mobile-buttons {
	display: none;
}
#slide-out-widget-area .inner .off-canvas-menu-container li a {
	font-size: 18px!important;
	line-height: 24px!important;
	font-family: 'Rubik'!important;
	font-weight: 400 !important;
}
/** RESPONSIVE **/
@media screen and (max-width: 1500px) {
	.masonry.material .type-predstave.masonry-blog-item .article-content-wrap h3 {
		font-size: 15px;
		line-height: 20px;
	}
}

@media screen and (max-width: 1150px) {
	.masonry.material .type-predstave.masonry-blog-item .article-content-wrap h3 {
		font-size: 12px;
		line-height: 20px;
	}

	.masonry.material .type-predstave.masonry-blog-item .article-content-wrap {
		padding: 10px 10px 30px 10px !important;
	}

	#footer-widgets .container {
		padding: 0 15px;
	}

	.page-submenu[data-alignment="left"],
	.page-submenu[data-alignment="right"] {
		text-align: center;
		transform: none !important;
	}
}

@media screen and (max-width: 800px) {
	.flex-control-nav {
		width: 100% !important;
		text-align: center;
		position: absolute;
		display: inline-block;
		top: 150px !important;
		height: 15px;
		z-index: 800 !important;
	}
	
	.flex-control-nav li:nth-child(n+14) {
    display: none !important;
}
	
	
}

@media screen and (max-width: 1000px) {

a {
    word-break: break-word;
}

.event-time {
	width: 100% !important;
}



	.bw-footer-mobile .span_12 .vc_col-sm-2:not(:last-child):not([class*="vc_col-xs-"]) {
		width: 100% !important;
	}

	.menu.menuopen {
		display: block;
	}

	.tabbed .wpb_tab {
		margin-left: 0px;
		margin-top: 10px;
	}

	.desktop-show {
		display: none;
	}

	.mobile-show {
		display: block;
		position: relative;
		float: left;
	}

	.timetable-wrapper .mobile-event-time .aligned {
		display: block;
	}

	.timetable-wrapper .mobile-event-time {
		width: 20%;
	}

	.timetable-wrapper .span_4 {
		width: 42%;
	}

	.timetable-wrapper .span_2 {
		width: 15%;
	}

	.timetable-wrapper .span_1 {
		width: 15%;
	}

	.main-slider-wrap .col {
		margin-bottom: 0;
	}

	.icon-salient-search:before {
		content: "";
		background: url("img/zkm-search.png") no-repeat;
		background-repeat: no-repeat;
		background-size: contain;
		width: 40px;
		height: 40px;
		display: inline-block;
		margin-left: -6px;

	}

	span.icon-salient-search {
		color: #000;
		font-size: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px !important;
		margin-left: -20px !important;
	}

	.mobile-buttons {
		display: block !important;
	}

	#top {
		display: none;
	}

	.preheader .row_col_wrap_12 {
		display: flex !important;
		justify-content: space-between !important;
	}

	.mobile-nav-buttons {
		width: 40%!important;
	}

	.mobile-buttons .wpb_wrapper {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		grid-gap: 20px;
	}

	.mobile-buttons .icon-salient-search {
		transform: none !important;
		position: static !important;
	}

	.mobile-buttons .icon-salient-search:before {
		width: 25px;
			height: 34px;
	}
	.preheader .img-with-aniamtion-wrap{
		text-align: left!important;
		padding-left: 30px !important;
	}
}

@media only screen and (min-width: 1000px) {

	.vc_col-sm-2.bw-footer-vijesti.wpb_column.column_container.vc_column_container.col.child_column.no-extra-padding.inherit_tablet.inherit_phone {
		width: 12% !important;
	}

	.vc_col-sm-2.bw-footer-mm.wpb_column.column_container.vc_column_container.col.child_column.no-extra-padding.inherit_tablet.inherit_phone {
		width: 25.5% !important;
	}

	.vc_col-sm-2.bw-footer-kontakti.wpb_column.column_container.vc_column_container.col.child_column.no-extra-padding.inherit_tablet.inherit_phone {
		width: 12% !important;
	}

	.sub-menu {
		top: 70px !important;
	}
}

@media screen and (max-width: 690px) {
	.timetable-titles {
		display: none;
	}

	.timetable-wrapper .mobile-event-time .aligned {
		display: inline;
	}

	.timetable-rows {
		text-align: center;
		border-bottom: none !important;

	}

	.timetable-rows .row {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.timetable-rows .row::before {
		display: none;
	}

	.timetable-rows .event-date {
		justify-content: center;
	}

	.timetable-wrapper .col {
		margin-bottom: 0px;
		width: 100%;
		margin: 0 auto 10px;
	}

	.timetable-wrapper .event-buy-ticket a {
		padding: 14px 20px !important;
		display: inline-flex;
		margin-top: 2px;
		width: 100%;
	}

	.timetable-wrapper .mobile-event-time,
	.timetable-wrapper .span_4,
	.timetable-wrapper .span_2,
	.timetable-wrapper .span_1 {
		width: 100%;
	}

	.homepage-next-events {
		position: inherit;
		top: 0;
		right: 0;
		text-align: center;
		background: #ffffff;
		border: none;
	}

	.homepage-next-events .event-date-ticket {
		display: inline-block;
	}

	.flex-gallery .slides img.desktop-size-img {
		display: none;
	}

	.flex-gallery .slides img.mobile-size-img {
		display: block;
	}

	.homepage-slider-wrap.flex-gallery {
		overflow: hidden;
	}

	.content-nav ul {
		display: block !important;
		columns: 2;

	}

	.content-nav ul li {
		padding: 10px 0px !important;
	}
}

@media screen and (max-width: 450px) {

	.homepage-next-events .event-buy-ticket {
		display: block;
		margin-left: 0px;
		margin-top: 10px;
		margin-bottom: 0px;
	}
}



@media screen and (max-width: 480px) {

.ds-schedule-icon{
	display: flex;
	align-items: left;
	justify-content: left;
	margin-top: 10px;
}


.hero--inner h1 {
	margin-top: 20px !important;
	font-size: 30px;
    line-height: 36px;
}


 .sp-italic-home em {
        font-size: 18px !important;
    }



.col.span_1.event-time{
	margin-top: -125px;
}

.homepage-slider-wrap .flex-direction-nav a.flex-next{
	display: none;
}

.homepage-slider-wrap .flex-direction-nav a.flex-prev{
	display: none;
}



}



.knap-button-home-sve-izlozbe {
	float: right;
	margin-right: 20px;
	z-index: 999 !important;
}

a.full-slide-link {
	font-size: 1.4em;
}

.knap-zindex {
	z-index: 999 !important;
}



@media only screen and (min-width: 1000px) {
	.nectar-post-grid-wrap[data-style="content_overlaid"] .nectar-post-grid[data-grid-item-height*="vh"][data-masonry="yes"] .nectar-post-grid-item {
		min-height: 70vh;
	}

	.icon-salient-search:before {
		content: "";
		background: url("img/zkm-search.png") no-repeat;
		background-repeat: no-repeat;
		background-size: contain;
		width: 50px;
		height: 50px;
		display: inline-block;
		margin-right: 20px;
	}

	span.icon-salient-search {
		color: #000;
		font-size: 20px;
		display: flex;
		align-items: center;
		justify-content: normal;
	}

	div#search-btn {
		
	}
}



@media only screen and (max-width: 600px) {
	a.nectar-button.large.see-through.extra-color-2.has-icon {
		margin-left: 8px !important;
	}

h1.entry-title {
    line-height: 44px;
    font-size: 40px !important;
}

}

.cq-accordion2 dd>.accordion-content {
	padding: 20px 10px 10px 10px !important;
}



.czk-button-right {
	float: right;
}


.knap-special-event-no-padding .wpb_wrapper>div {
	margin-bottom: 0px !important;
}

.nectar-recent-posts-single_featured.multiple_featured .controls li .title {
	opacity: 1;
}

.nectar-recent-posts-single_featured.multiple_featured .controls li.active .title,
.nectar-recent-posts-single_featured.multiple_featured .controls li:hover .title {
	font-weight: 600;
}


.nectar-post-grid-wrap[data-style="content_under_image"] .nectar-post-grid[data-card="yes"] .nectar-post-grid-item .content {
	padding: 15px 25px 15px 25px;
}




span.meta-date {
	font-size: 14px !important;
}


.page-submenu ul {
	font-weight: 600;
}

.page-submenu ul li a {
	color: #fff !important;
}

body .page-submenu li a {
	opacity: 1 !important;
}

body .page-submenu li:hover a {
	text-decoration: underline;
}

.blog-recent .post-header .meta,
.blog-recent[data-style="minimal"] .col span {
	display: none !important;
}

.blog-recent[data-style="minimal"] .col {
	padding: 0 20px 20px 20px;
}


.partner-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}

.footer-logo {
	width: 100% !important;
	max-width: 140px !important;
}

#footer-widgets i {
	width: 30px !important;
	color: #ec252a;
	text-align: left !important;
}

body .widget .nectar_widget[class*="nectar_blog_posts_"]>li .post-date {
	display: none !important;
}

.nectar_blog_posts_recent_extra li {
	margin-bottom: 10px !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#slide-out-widget-area {
	background-color: #000000 !important;
}

#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li {
	margin-bottom: 15px !important;
}

#sidebar .nectar_blog_posts_recent_extra a .post-title {
	color: #222 !important;
}

#sidebar .nectar_blog_posts_recent_extra a:hover .post-title {
	color: #ec252a !important;
}

.archive.category .row .col.section-title span {
	display: none !important;
}

.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:after {
	content: '' !important;
	background: url(img/logo-w.svg)no-repeat;
	width: 100px;
	height: 80px;
}

.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap:before {
	background: #8e0e00;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #8e0e00, #1f1c18);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #8e0e00, #1f1c18);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.screen-reader-text {
	display: none;
}

#page-header-bg .subheader,
.nectar-box-roll .overlaid-content .subheader {
	display: none !important;
}

.homepage-next-events {
	background: transparent !important;
	color: #000000;
	padding: 20px;
	position: absolute;
	top: -200px;
	right: auto;
	left: -50px;
	width: 1400px;
	height: 800px;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	align-items: flex-start;
	padding: 100px;
}

.homepage-next-events .inner {
	width: 100%;
	margin-left: 5rem;
}

#homepageSlider li {
	overflow: hidden;
}

#homepageSlider img {
	margin-bottom: 0 !important;
	max-height: 900px !important;
}

#homepageSlider h4,
#homepageSlider h2 {
	color: #fff !important;
}

#homepageSlider h2 {
	font-size: 52px;
	line-height: 60px;
	text-transform: uppercase;
	font-family: 'Rubik' !important;
	font-weight: 900 !important;
}


#homepageSlider h3 {
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: 700 !important;
	color: #fff !important;
}




.next-events-date {
	margin-top: 30px;
}

.next-events-date p {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.flex-direction-nav a {
	background: rgba(255, 255, 255, 0.6) !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

.homepage-slider-wrap .flex-direction-nav a.flex-prev {
	left: 10px !important;
}

.homepage-slider-wrap .flex-direction-nav a.flex-next {
	right: 10px !important;
}

.xt-title h2 {
	position: relative;
	color: #000;
	letter-spacing: .5px;
	font-size: 36px;
}

.xt-title h2::before {
	content: "/";
	margin-right: 10px;
}

.xt-title h1 {
	font-size: 3.2rem;
	display: flex;
	position: relative;
	padding-bottom: 10px;
	padding-top: 50px;
	margin-bottom: 20px !important;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: .5px;
}

.xt-title h1::before {
	content: "/";
	margin-right: 10px;
}

.ansambl-list .post-heading a span {
	word-spacing: 100vw;
	color: #000;
	font-weight: 300 !important;
}

.hero--innner {
	height: 400px;
	position: relative;
}

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

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

.content-nav ul {
	list-style: none;
	display: flex;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
}

.content-nav ul li {
	list-style: none;
	padding: 10px 80px 10px 0;
}

.content-nav ul a {
	color: #fff;
}

.post-navigation {
	grid-gap: 50px;
}

.ansambl-title {
	border-bottom: 1px solid #000;
}

.ansambl-title h1 {
	font-weight: normal;
	color: #000;
	letter-spacing: .5px;
	margin-bottom: 0;
}


.page-header-no-bg {
	z-index: 999;
}

#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover {
	background-color: transparent !important;
}

#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a {
	background-color: transparent !important;
	position: relative;
	display: flex;
}

#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a::before {
	content: '/';
	margin-right: 8px;
}

#header-outer #top .sf-menu li ul li a {
	color: #fff !important;
	font-size: 18px !important;
	line-height: 32px !important;
}


@media screen and (max-width: 999px) {
	.ds-hideonmobile{
		display: none !important;
	}
	

#header-outer:not([data-permanent-transparent="1"]), #page-header-wrap, #top, .full-page-inner-wrap[data-content-pos=full_height] .full-page-inner>.span_12, .vc_text_separator, body:not(.single-post) #page-header-bg:not(.fullscreen-header), body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header), body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) {
    height: 70px !important;
}
	
	
	
}




@media screen and (max-width: 767px) {
	.homepage-next-events {
		position: relative;
		top: 0;
		left: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		width: 100%;
		padding: 20px;
		align-items: flex-start;
		height: auto;
		background: #000 !important;
	}

	.homepage-next-events .inner {
		width: 100%;
		padding: 5px 30px;
	}

	#homepageSlider h2 {
		font-size: 22px;
		line-height: 24px;
	}

	#homepageSlider h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.homepage-next-events .event-buy-ticket {
		font-size: 15px !important;
		line-height: 6px !important;
	}

	.event-buy-ticket a {
			font-size: 15px !important;
		line-height: 6px !important;
	}

	.homepage-next-events .inner {
		margin: 0 auto !important;
		text-align: center;
	}


	.homepage-next-events .event-buy-ticket {
		display: inline-block !important;
	}

	.next-events-date {
		margin-top: 10px !important;
	}

	#homepageSlider h4 {
		margin-bottom: 0 !important;
	}

	.hero--innner {
		height: 280px;
	}
}

.predstave-list .content {
	position: relative;
	padding: 10px 0 0 20px !important;
}

.predstave-list .content::before {
	content: "";
	height: 20px;
	width: 4px;
	background: #000;
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
}

.predstave-list .item-meta-extra {
	margin-top: 0px !important;
	font-size: 14px;
}

.predstave-list .meta-excerpt {
	margin-top: 0px !important;
}


#video-popup-container {
	display: none;
	position: fixed;
	z-index: 996;
	width: 60%;
	left: 50%;
	margin-left: -30%;
	top: 20%;
	background-color: #fff;
}

#video-popup-close {
	cursor: pointer;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 998;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	text-align: center;
	font-size: 12px;
	background-color: #000;
	line-height: 25px;
	color: #fff;
}

#video-popup-iframe-container {
	position: absolute;
	z-index: 997;
	width: 100%;
	padding-bottom: 56.25%;
	border: 2px solid #000;
	border-radius: 2px;
	background-color: #000;
}

#video-popup-iframe {
	z-index: 999;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
}

#video-popup-overlay {
	display: none;
	position: fixed;
	z-index: 995;
	top: 0;
	background-color: #000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
}

#video-popup-close:hover {
	color: #DE0023;
}

.vpop {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	width: 100px;
	cursor: pointer;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.vpop:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

.single-predstave .event-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	padding-top: 14px;
}


.single-predstave .event-gallery>* {
	max-height: 12vw;
	overflow: hidden;
}


.single-predstave .entry-title {
	margin-top: -8px;
	margin-bottom: 30px;
	color: #231F20;
	font-size: 44px;
	text-transform: none !important;
}

.predstava-info {
	font-size: 15px;
}

.predstave-content {
	font-size: 20px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	height: auto;
	color: #231F20;
}

.predstave-content.collapsed {
	height: 260px;
}
.toggle-content{
	overflow: hidden;
	display: none;
}

.timetable-titles,
.timetable-rows {
	border-bottom: 2px solid #231F20;
	border-top: 2px solid #231F20;
	margin-bottom: -2px;
	padding: 15px 0;
	color: #231F20;
}

.timetable-rows .event-date {
	text-align: center;
	display: flex;
	font-size: 24px;
}

.timetable-rows .row {
	display: flex;
	align-items: center
}

.event-dvorana {
	font-size: 14px;

}

.event-dvorana>* {
	line-height: 1.2 !important;
}

.event-dvorana .aligned {
	display: block;
	text-align: left;
}

.single-predstave a {
	color: #000;
}

.single-predstave .ds-glumci p {
	padding-bottom: 0px;
	line-height: 32px;
}


.single-predstave .event-buy-ticket a {
	border: 1px solid #000 !important;
	font-size: 13px !important;
	color: #231F20 !important;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}

.single-predstave .event-buy-ticket a:hover {
	background-color: #231F20 !important;
	color: #fff !important;
}

.all-predstave {
	font-size: 13px;
	color: #231F20;
	padding-top: 15px;
	display: flex;
	overflow: hidden;
	clear: both;
	align-items: center;
}

.all-predstave svg {
	width: 6px;
	margin-right: 5px;
}

.content-toggle {
	display: flex;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
	margin: 30px 0!important;
}

.content-toggle svg {
	width: 12px;
	margin-left: 5px;
}

.content-toggle.expanded svg {
	transform: rotate(180deg);
}

.xt-title.separator {
	padding: 20px 0;
	margin: 0px 0;
	border-bottom: 1px solid #000;
	margin-bottom:20px;
}

.xt-title.separator.raspored {
	margin-bottom: 0px !important;
	border-bottom: none !important;
	padding-bottom: 0px !important;
}

.xt-title.separator h2 {
	text-transform: uppercase;
	font-size: 32px;
}

.hero--inner {
	height: 400px;
}

.hero--inner h1 {
	margin-top: 40px;
}

body {
	color: #231F20;
}

.bw-news {
	margin-bottom: 0px !important;
}

.bw-news .slick-arrow {
	margin-top: -25px;
}

.bw-news .blog-recent .col {
	
}

.font-large .wpb_wrapper>* {
	font-size: 26px;
	font-weight: 300;
	line-height: 1.3;
}

.more-link a {
	color: #000;
	text-decoration: none;
	position: relative;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
}

.more-link a::after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 111 111' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg%3E%3Cg transform='matrix(-8.33333,0,0,8.33333,1489.09,-35324.2)'%3E%3Crect x='165.434' y='4238.9' width='13.257' height='13.257'%3E%3C/rect%3E%3C/g%3E%3Cg transform='matrix(8.33333,0,0,8.33333,17.2367,78.6983)'%3E%3Cpath d='M0,-5.631C0,-5.722 0.028,-5.801 0.085,-5.869C0.142,-5.938 0.227,-5.971 0.34,-5.971L0.63,-5.971C0.743,-5.971 0.836,-5.946 0.91,-5.895C0.984,-5.844 1.066,-5.75 1.157,-5.614L4.56,-0.697L7.963,-5.614C8.053,-5.75 8.135,-5.844 8.209,-5.895C8.282,-5.946 8.376,-5.971 8.49,-5.971L8.779,-5.971C8.892,-5.971 8.977,-5.938 9.034,-5.869C9.091,-5.801 9.119,-5.722 9.119,-5.631C9.119,-5.552 9.094,-5.467 9.043,-5.376C8.992,-5.285 8.949,-5.217 8.915,-5.172L5.444,-0.153C5.319,0.028 5.198,0.156 5.078,0.23C4.959,0.304 4.82,0.34 4.662,0.34L4.457,0.34C4.31,0.34 4.174,0.304 4.049,0.23C3.924,0.156 3.8,0.028 3.675,-0.153L0.204,-5.172C0.17,-5.217 0.128,-5.285 0.077,-5.376C0.025,-5.467 0,-5.552 0,-5.631' style='fill:white;fill-rule:nonzero;'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 12px;
	height: 12px;
	transform: rotate(-90deg);
	display: inline-block;
	margin-left: 8px;
}

.text-link a {
	color: #000;
	text-decoration: underline;
	font-size: 15px;
}

.inline-buttons .vc_column-inner>.wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 30px;
}

.nectar-post-grid-item .nectar-post-grid-item-bg .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.nectar-post-grid-item:hover .nectar-post-grid-item-bg .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 1;
}

div#header-outer {
	z-index: 1000 !important;
}

.timetable-titles,
.timetable-rows {
	border: none;
	margin: 0px !important;
	padding: 0px;
}

.timetable-rows .row::before {
	display: none;
}

.timetable-rows .row {
	align-items: unset;
}

.timetable-rows .row>div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start !important;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 10px 0;
	margin-top: -1px;
	margin-bottom: 0px !important;
}






.event-gallery div img {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.event-gallery div:hover img {
	transform: scale(1.1);
}

@media only screen and (max-width: 690px) {
	.timetable-rows .row>div {
		border: none;
	}

	.timetable-rows .row {
		border-bottom: 2px solid #000;
		margin-bottom: 10px !important;
		padding-bottom: 10px !important;
	}
}

@media only screen and (min-width: 1000px) {
	#top .sub-menu {
		top: calc(100% - 1px) !important;
		height: 401px;
		background: rgba(0, 0, 0, 0.6) !important;
	}
		.ds-hideondesktop{
		display: none !important;
	}
	.single-predstave .timetable-rows .row>div {
	display: flex;
	flex-direction: column;
	justify-content: center !important;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 10px 0;
	margin-top: -1px;
	margin-bottom: 0px !important;
	align-items: center !important;
}
}

@media only screen and (max-width: 1000px) {
	.radno-vrijeme-row .row_col_wrap_12_inner {
		display: flex;
	}

	.radno-vrijeme-row .row_col_wrap_12_inner>* {
		width: 50%;
		margin-bottom: 0;
	}

	.page .hero--inner {
		height: 200px;
		padding: 20px 0 0 !important;
	}

	.xt-title h1 {
		margin-bottom: 0px !important;
	}
}


.m-0 {
    margin: 0 !important
}

.fc-reset .wpb_wrapper>:first-child,
.fc-reset>:first-child,
.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.lc-reset .wpb_wrapper>:last-child,
.lc-reset>:last-child,
.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 1rem !important
}

.mt-1,
.my-1 {
    margin-top: 1rem !important
}

.mr-1,
.mx-1 {
    margin-right: 1rem !important
}

.mb-1,
.my-1 {
    margin-bottom: 1rem !important
}

.ml-1,
.mx-1 {
    margin-left: 1rem !important
}

.m-2 {
    margin: 2rem !important
}

.mt-2,
.my-2 {
    margin-top: 2rem !important
}

.mr-2,
.mx-2 {
    margin-right: 2rem !important
}

.mb-2,
.my-2 {
    margin-bottom: 2rem !important
}

.ml-2,
.mx-2 {
    margin-left: 2rem !important
}

.m-3 {
    margin: 3rem !important
}

.mt-3,
.my-3 {
    margin-top: 3rem !important
}

.mr-3,
.mx-3 {
    margin-right: 3rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 3rem !important
}

.ml-3,
.mx-3 {
    margin-left: 3rem !important
}

.m-4 {
    margin: 4rem !important
}

.mt-4,
.my-4 {
    margin-top: 2rem !important
}

.mr-4,
.mx-4 {
    margin-right: 4rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 4rem !important
}

.ml-4,
.mx-4 {
    margin-left: 4rem !important
}

.m-5 {
    margin: 5rem !important
}

.mt-5,
.my-5 {
    margin-top: 5rem !important
}

.mr-5,
.mx-5 {
    margin-right: 5rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 0.2rem !important
}

.ml-5,
.mx-5 {
    margin-left: 5rem !important
}

.m-6 {
    margin: 6rem !important
}

.mt-6,
.my-6 {
    margin-top: 6rem !important
}

.mr-6,
.mx-6 {
    margin-right: 6rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 6rem !important
}

.ml-6,
.mx-6 {
    margin-left: 6rem !important
}

.m-7 {
    margin: 7rem !important
}

.mt-7,
.my-7 {
    margin-top: 7rem !important
}

.mr-7,
.mx-7 {
    margin-right: 7rem !important
}

.mb-7,
.my-7 {
    margin-bottom: 7rem !important
}

.ml-7,
.mx-7 {
    margin-left: 7rem !important
}

.m-8 {
    margin: 8rem !important
}

.mt-8,
.my-8 {
    margin-top: 8rem !important
}

.mr-8,
.mx-8 {
    margin-right: 8rem !important
}

.mb-8,
.my-8 {
    margin-bottom: 8rem !important
}

.ml-8,
.mx-8 {
    margin-left: 8rem !important
}

.m-9 {
    margin: 9rem !important
}

.mt-9,
.my-9 {
    margin-top: 9rem !important
}

.mr-9,
.mx-9 {
    margin-right: 9rem !important
}

.mb-9,
.my-9 {
    margin-bottom: 9rem !important
}

.ml-9,
.mx-9 {
    margin-left: 9rem !important
}

.m-10 {
    margin: 10rem !important
}

.mt-10,
.my-10 {
    margin-top: 10rem !important
}

.mr-10,
.mx-10 {
    margin-right: 10rem !important
}

.mb-10,
.my-10 {
    margin-bottom: 10rem !important
}

.ml-10,
.mx-10 {
    margin-left: 10rem !important
}

.m-12 {
    margin: 12rem !important
}

.mt-12,
.my-12 {
    margin-top: 12rem !important
}

.mr-12,
.mx-12 {
    margin-right: 12rem !important
}

.mb-12,
.my-12 {
    margin-bottom: 12rem !important
}

.ml-12,
.mx-12 {
    margin-left: 12rem !important
}

.m-13 {
    margin: 13rem !important
}

.mt-13,
.my-13 {
    margin-top: 13rem !important
}

.mr-13,
.mx-13 {
    margin-right: 13rem !important
}

.mb-13,
.my-13 {
    margin-bottom: 13rem !important
}

.ml-13,
.mx-13 {
    margin-left: 13rem !important
}

.m-16 {
    margin: 16rem !important
}

.mt-16,
.my-16 {
    margin-top: 16rem !important
}

.mr-16,
.mx-16 {
    margin-right: 16rem !important
}

.mb-16,
.my-16 {
    margin-bottom: 16rem !important
}

.ml-16,
.mx-16 {
    margin-left: 16rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 1rem !important
}

.pt-1,
.py-1 {
    padding-top: 1rem !important
}

.pr-1,
.px-1 {
    padding-right: 1rem !important
}

.pb-1,
.py-1 {
    padding-bottom: 1rem !important
}

.pl-1,
.px-1 {
    padding-left: 1rem !important
}

.p-2 {
    padding: 2rem !important
}

.pt-2,
.py-2 {
    padding-top: 2rem !important
}

.pr-2,
.px-2 {
    padding-right: 2rem !important
}

.pb-2,
.py-2 {
    padding-bottom: 2rem !important
}

.pl-2,
.px-2 {
    padding-left: 2rem !important
}

.p-3 {
    padding: 3rem !important
}

.pt-3,
.py-3 {
    padding-top: 3rem !important
}

.pr-3,
.px-3 {
    padding-right: 3rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 0.2rem !important
}

.pl-3,
.px-3 {
    padding-left: 3rem !important
}

.p-4 {
    padding: 4rem !important
}

.pt-4,
.py-4 {
    padding-top: 4rem !important
}

.pr-4,
.px-4 {
    padding-right: 4rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 4rem !important
}

.pl-4,
.px-4 {
    padding-left: 4rem !important
}

.p-5 {
    padding: 5rem !important
}

.pt-5,
.py-5 {
    padding-top: 0px !important
}

.pr-5,
.px-5 {
    padding-right: 5rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 5rem !important
}

.pl-5,
.px-5 {
    padding-left: 5rem !important
}

.p-6 {
    padding: 6rem !important
}

.pt-6,
.py-6 {
    padding-top: 6rem !important
}

.pr-6,
.px-6 {
    padding-right: 6rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 6rem !important
}

.pl-6,
.px-6 {
    padding-left: 6rem !important
}

.p-7 {
    padding: 7rem !important
}

.pt-7,
.py-7 {
    padding-top: 7rem !important
}

.pr-7,
.px-7 {
    padding-right: 7rem !important
}

.pb-7,
.py-7 {
    padding-bottom: 7rem !important
}

.pl-7,
.px-7 {
    padding-left: 7rem !important
}

.p-8 {
    padding: 8rem !important
}

.pt-8,
.py-8 {
    padding-top: 8rem !important
}

.pr-8,
.px-8 {
    padding-right: 8rem !important
}

.pb-8,
.py-8 {
    padding-bottom: 8rem !important
}

.pl-8,
.px-8 {
    padding-left: 8rem !important
}

.p-9 {
    padding: 9rem !important
}

.pt-9,
.py-9 {
    padding-top: 9rem !important
}

.pr-9,
.px-9 {
    padding-right: 9rem !important
}

.pb-9,
.py-9 {
    padding-bottom: 9rem !important
}

.pl-9,
.px-9 {
    padding-left: 9rem !important
}

.p-10 {
    padding: 10rem !important
}

.pt-10,
.py-10 {
    padding-top: 10rem !important
}

.pr-10,
.px-10 {
    padding-right: 10rem !important
}

.pb-10,
.py-10 {
    padding-bottom: 10rem !important
}

.pl-10,
.px-10 {
    padding-left: 10rem !important
}

.p-12 {
    padding: 12rem !important
}

.pt-12,
.py-12 {
    padding-top: 12rem !important
}

.pr-12,
.px-12 {
    padding-right: 12rem !important
}

.pb-12,
.py-12 {
    padding-bottom: 12rem !important
}

.pl-12,
.px-12 {
    padding-left: 12rem !important
}

.p-13 {
    padding: 13rem !important
}

.pt-13,
.py-13 {
    padding-top: 13rem !important
}

.pr-13,
.px-13 {
    padding-right: 13rem !important
}

.pb-13,
.py-13 {
    padding-bottom: 13rem !important
}

.pl-13,
.px-13 {
    padding-left: 13rem !important
}

.p-16 {
    padding: 16rem !important
}

.pt-16,
.py-16 {
    padding-top: 16rem !important
}

.pr-16,
.px-16 {
    padding-right: 16rem !important
}

.pb-16,
.py-16 {
    padding-bottom: 16rem !important
}

.pl-16,
.px-16 {
    padding-left: 16rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.link-stretched {
    position: static
}

.link-stretched::after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0)
}

.breakout-bg {
    position: relative
}

.breakout-bg::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 50%;
    left: 50%;
    display: block;
    width: 100vw;
    height: 100%;
    margin-right: -50vw;
    margin-left: -50vw;
    content: "";
    background-color: inherit;
    background-size: cover;
    background-repeat: no-repeat
}

.p-static {
    position: static !important
}

.p-relative {
    position: relative !important
}

.p-absolute {
    position: absolute !important
}

.p-fixed {
    position: fixed !important
}

.ta-left,
.ta-left .wpb_wrapper>* {
    text-align: left !important
}

.ta-right,
.ta-right .wpb_wrapper>* {
    text-align: right !important
}

.ta-center,
.ta-center .wpb_wrapper>* {
    text-align: center !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.tt-lower,
.tt-lower .wpb_wrapper>* {
    text-transform: lowercase !important
}

.tt-upper,
.tt-upper .wpb_wrapper>* {
    text-transform: uppercase !important
}

.tt-cap,
.tt-cap .wpb_wrapper>* {
    text-transform: capitalize !important
}

.tt-none,
.tt-none .wpb_wrapper>* {
    text-transform: none !important
}

.fw-normal,
.fw-normal>.wpb_wrapper>* {
    font-weight: 400 !important
}

.fw-light,
.fw-light>.wpb_wrapper>* {
    font-weight: 300 !important
}

.fw-bold,
.fw-bold>.wpb_wrapper>* {
    font-weight: 700 !important
}

.fw-heavy,
.fw-heavy>.wpb_wrapper>* {
    font-weight: 900 !important
}

.fw-medium,
.fw-medium>.wpb_wrapper>* {
    font-weight: 500 !important
}

.fw-semi,
.fw-semi>.wpb_wrapper>* {
    font-weight: 600 !important
}

.fs-normal {
    font-style: normal !important
}

.fs-italic {
    font-style: italic !important;
    font-weight: 400 !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: 1rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 1rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 1rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 1rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 1rem !important
    }
    .m-sm-2 {
        margin: 2rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 2rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 2rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 2rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 2rem !important
    }
    .m-sm-3 {
        margin: 3rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 3rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 3rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 3rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 3rem !important
    }
    .m-sm-4 {
        margin: 4rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 4rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 4rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 4rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 4rem !important
    }
    .m-sm-5 {
        margin: 5rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 5rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 5rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 5rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 5rem !important
    }
    .m-sm-6 {
        margin: 6rem !important
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 6rem !important
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 6rem !important
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 6rem !important
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 6rem !important
    }
    .m-sm-7 {
        margin: 7rem !important
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 7rem !important
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 7rem !important
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 7rem !important
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 7rem !important
    }
    .m-sm-8 {
        margin: 8rem !important
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 8rem !important
    }
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 8rem !important
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 8rem !important
    }
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 8rem !important
    }
    .m-sm-9 {
        margin: 9rem !important
    }
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 9rem !important
    }
    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 9rem !important
    }
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 9rem !important
    }
    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 9rem !important
    }
    .m-sm-10 {
        margin: 10rem !important
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 10rem !important
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 10rem !important
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 10rem !important
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 10rem !important
    }
    .m-sm-12 {
        margin: 12rem !important
    }
    .mt-sm-12,
    .my-sm-12 {
        margin-top: 12rem !important
    }
    .mr-sm-12,
    .mx-sm-12 {
        margin-right: 12rem !important
    }
    .mb-sm-12,
    .my-sm-12 {
        margin-bottom: 12rem !important
    }
    .ml-sm-12,
    .mx-sm-12 {
        margin-left: 12rem !important
    }
    .m-sm-13 {
        margin: 13rem !important
    }
    .mt-sm-13,
    .my-sm-13 {
        margin-top: 13rem !important
    }
    .mr-sm-13,
    .mx-sm-13 {
        margin-right: 13rem !important
    }
    .mb-sm-13,
    .my-sm-13 {
        margin-bottom: 13rem !important
    }
    .ml-sm-13,
    .mx-sm-13 {
        margin-left: 13rem !important
    }
    .m-sm-16 {
        margin: 16rem !important
    }
    .mt-sm-16,
    .my-sm-16 {
        margin-top: 16rem !important
    }
    .mr-sm-16,
    .mx-sm-16 {
        margin-right: 16rem !important
    }
    .mb-sm-16,
    .my-sm-16 {
        margin-bottom: 16rem !important
    }
    .ml-sm-16,
    .mx-sm-16 {
        margin-left: 16rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: 1rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 1rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 1rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 1rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 1rem !important
    }
    .p-sm-2 {
        padding: 2rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 2rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 2rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 2rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 2rem !important
    }
    .p-sm-3 {
        padding: 3rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 3rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 3rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 3rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 3rem !important
    }
    .p-sm-4 {
        padding: 4rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 4rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 4rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 4rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 4rem !important
    }
    .p-sm-5 {
        padding: 5rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 5rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 5rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 5rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 5rem !important
    }
    .p-sm-6 {
        padding: 6rem !important
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 6rem !important
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 6rem !important
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 6rem !important
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 6rem !important
    }
    .p-sm-7 {
        padding: 7rem !important
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 7rem !important
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 7rem !important
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 7rem !important
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 7rem !important
    }
    .p-sm-8 {
        padding: 8rem !important
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 8rem !important
    }
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 8rem !important
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 8rem !important
    }
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 8rem !important
    }
    .p-sm-9 {
        padding: 9rem !important
    }
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 9rem !important
    }
    .pr-sm-9,
    .px-sm-9 {
        padding-right: 9rem !important
    }
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 9rem !important
    }
    .pl-sm-9,
    .px-sm-9 {
        padding-left: 9rem !important
    }
    .p-sm-10 {
        padding: 10rem !important
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 10rem !important
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: 10rem !important
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 10rem !important
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: 10rem !important
    }
    .p-sm-12 {
        padding: 12rem !important
    }
    .pt-sm-12,
    .py-sm-12 {
        padding-top: 12rem !important
    }
    .pr-sm-12,
    .px-sm-12 {
        padding-right: 12rem !important
    }
    .pb-sm-12,
    .py-sm-12 {
        padding-bottom: 12rem !important
    }
    .pl-sm-12,
    .px-sm-12 {
        padding-left: 12rem !important
    }
    .p-sm-13 {
        padding: 13rem !important
    }
    .pt-sm-13,
    .py-sm-13 {
        padding-top: 13rem !important
    }
    .pr-sm-13,
    .px-sm-13 {
        padding-right: 13rem !important
    }
    .pb-sm-13,
    .py-sm-13 {
        padding-bottom: 13rem !important
    }
    .pl-sm-13,
    .px-sm-13 {
        padding-left: 13rem !important
    }
    .p-sm-16 {
        padding: 16rem !important
    }
    .pt-sm-16,
    .py-sm-16 {
        padding-top: 16rem !important
    }
    .pr-sm-16,
    .px-sm-16 {
        padding-right: 16rem !important
    }
    .pb-sm-16,
    .py-sm-16 {
        padding-bottom: 16rem !important
    }
    .pl-sm-16,
    .px-sm-16 {
        padding-left: 16rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
    .ta-sm-left,
    .ta-sm-left .wpb_wrapper>* {
        text-align: left !important
    }
    .ta-sm-right,
    .ta-sm-right .wpb_wrapper>* {
        text-align: right !important
    }
    .ta-sm-center,
    .ta-sm-center .wpb_wrapper>* {
        text-align: center !important
    }
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: 1rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 1rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 1rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 1rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 1rem !important
    }
    .m-md-2 {
        margin: 2rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 2rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 2rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 2rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 2rem !important
    }
    .m-md-3 {
        margin: 3rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 3rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 3rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 3rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 3rem !important
    }
    .m-md-4 {
        margin: 4rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 4rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 4rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 4rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 4rem !important
    }
    .m-md-5 {
        margin: 5rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 5rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 5rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 5rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 5rem !important
    }
    .m-md-6 {
        margin: 6rem !important
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 6rem !important
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 6rem !important
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 6rem !important
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 6rem !important
    }
    .m-md-7 {
        margin: 7rem !important
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 7rem !important
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 7rem !important
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 7rem !important
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 7rem !important
    }
    .m-md-8 {
        margin: 8rem !important
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 8rem !important
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 8rem !important
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 5rem !important
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 8rem !important
    }
    .m-md-9 {
        margin: 9rem !important
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 9rem !important
    }
    .mr-md-9,
    .mx-md-9 {
        margin-right: 9rem !important
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 9rem !important
    }
    .ml-md-9,
    .mx-md-9 {
        margin-left: 9rem !important
    }
    .m-md-10 {
        margin: 10rem !important
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 10rem !important
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: 10rem !important
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 10rem !important
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: 10rem !important
    }
    .m-md-12 {
        margin: 12rem !important
    }
    .mt-md-12,
    .my-md-12 {
        margin-top: 12rem !important
    }
    .mr-md-12,
    .mx-md-12 {
        margin-right: 12rem !important
    }
    .mb-md-12,
    .my-md-12 {
        margin-bottom: 12rem !important
    }
    .ml-md-12,
    .mx-md-12 {
        margin-left: 12rem !important
    }
    .m-md-13 {
        margin: 13rem !important
    }
    .mt-md-13,
    .my-md-13 {
        margin-top: 13rem !important
    }
    .mr-md-13,
    .mx-md-13 {
        margin-right: 13rem !important
    }
    .mb-md-13,
    .my-md-13 {
        margin-bottom: 13rem !important
    }
    .ml-md-13,
    .mx-md-13 {
        margin-left: 13rem !important
    }
    .m-md-16 {
        margin: 16rem !important
    }
    .mt-md-16,
    .my-md-16 {
        margin-top: 16rem !important
    }
    .mr-md-16,
    .mx-md-16 {
        margin-right: 16rem !important
    }
    .mb-md-16,
    .my-md-16 {
        margin-bottom: 16rem !important
    }
    .ml-md-16,
    .mx-md-16 {
        margin-left: 16rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: 1rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 1rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 1rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 1rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 1rem !important
    }
    .p-md-2 {
        padding: 2rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 2rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 2rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 2rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 2rem !important
    }
    .p-md-3 {
        padding: 3rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 3rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 3rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 3rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 3rem !important
    }
    .p-md-4 {
        padding: 4rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 4rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 4rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 4rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 4rem !important
    }
    .p-md-5 {
        padding: 5rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 5rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 5rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 5rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 5rem !important
    }
    .p-md-6 {
        padding: 6rem !important
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 6rem !important
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 6rem !important
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 6rem !important
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 6rem !important
    }
    .p-md-7 {
        padding: 7rem !important
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 7rem !important
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 7rem !important
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 7rem !important
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 7rem !important
    }
    .p-md-8 {
        padding: 8rem !important
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 0px !important
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 8rem !important
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 8rem !important
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 8rem !important
    }
    .p-md-9 {
        padding: 9rem !important
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 9rem !important
    }
    .pr-md-9,
    .px-md-9 {
        padding-right: 9rem !important
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 9rem !important
    }
    .pl-md-9,
    .px-md-9 {
        padding-left: 9rem !important
    }
    .p-md-10 {
        padding: 10rem !important
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 10rem !important
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: 10rem !important
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 10rem !important
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: 10rem !important
    }
    .p-md-12 {
        padding: 12rem !important
    }
    .pt-md-12,
    .py-md-12 {
        padding-top: 12rem !important
    }
    .pr-md-12,
    .px-md-12 {
        padding-right: 12rem !important
    }
    .pb-md-12,
    .py-md-12 {
        padding-bottom: 12rem !important
    }
    .pl-md-12,
    .px-md-12 {
        padding-left: 12rem !important
    }
    .p-md-13 {
        padding: 13rem !important
    }
    .pt-md-13,
    .py-md-13 {
        padding-top: 13rem !important
    }
    .pr-md-13,
    .px-md-13 {
        padding-right: 13rem !important
    }
    .pb-md-13,
    .py-md-13 {
        padding-bottom: 13rem !important
    }
    .pl-md-13,
    .px-md-13 {
        padding-left: 13rem !important
    }
    .p-md-16 {
        padding: 16rem !important
    }
    .pt-md-16,
    .py-md-16 {
        padding-top: 16rem !important
    }
    .pr-md-16,
    .px-md-16 {
        padding-right: 16rem !important
    }
    .pb-md-16,
    .py-md-16 {
        padding-bottom: 16rem !important
    }
    .pl-md-16,
    .px-md-16 {
        padding-left: 16rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
    .ta-md-left,
    .ta-md-left .wpb_wrapper>* {
        text-align: left !important
    }
    .ta-md-right,
    .ta-md-right .wpb_wrapper>* {
        text-align: right !important
    }
    .ta-md-center,
    .ta-md-center .wpb_wrapper>* {
        text-align: center !important
    }
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1024px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: 1rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 1rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 1rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 1rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 1rem !important
    }
    .m-lg-2 {
        margin: 2rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 2rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 2rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 2rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 2rem !important
    }
    .m-lg-3 {
        margin: 3rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 3rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 3rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 3rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 3rem !important
    }
    .m-lg-4 {
        margin: 4rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 4rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 4rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 4rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 4rem !important
    }
    .m-lg-5 {
        margin: 5rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 5rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 5rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 5rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 5rem !important
    }
    .m-lg-6 {
        margin: 6rem !important
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 6rem !important
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 6rem !important
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 6rem !important
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 6rem !important
    }
    .m-lg-7 {
        margin: 7rem !important
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 7rem !important
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 7rem !important
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 7rem !important
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 7rem !important
    }
    .m-lg-8 {
        margin: 8rem !important
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 8rem !important
    }
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 8rem !important
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 8rem !important
    }
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 8rem !important
    }
    .m-lg-9 {
        margin: 9rem !important
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 9rem !important
    }
    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 9rem !important
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 9rem !important
    }
    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 9rem !important
    }
    .m-lg-10 {
        margin: 10rem !important
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 10rem !important
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 10rem !important
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 10rem !important
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 10rem !important
    }
    .m-lg-12 {
        margin: 12rem !important
    }
    .mt-lg-12,
    .my-lg-12 {
        margin-top: 12rem !important
    }
    .mr-lg-12,
    .mx-lg-12 {
        margin-right: 12rem !important
    }
    .mb-lg-12,
    .my-lg-12 {
        margin-bottom: 12rem !important
    }
    .ml-lg-12,
    .mx-lg-12 {
        margin-left: 12rem !important
    }
    .m-lg-13 {
        margin: 13rem !important
    }
    .mt-lg-13,
    .my-lg-13 {
        margin-top: 13rem !important
    }
    .mr-lg-13,
    .mx-lg-13 {
        margin-right: 13rem !important
    }
    .mb-lg-13,
    .my-lg-13 {
        margin-bottom: 13rem !important
    }
    .ml-lg-13,
    .mx-lg-13 {
        margin-left: 13rem !important
    }
    .m-lg-16 {
        margin: 16rem !important
    }
    .mt-lg-16,
    .my-lg-16 {
        margin-top: 16rem !important
    }
    .mr-lg-16,
    .mx-lg-16 {
        margin-right: 16rem !important
    }
    .mb-lg-16,
    .my-lg-16 {
        margin-bottom: 16rem !important
    }
    .ml-lg-16,
    .mx-lg-16 {
        margin-left: 16rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: 1rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 1rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 1rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 1rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 1rem !important
    }
    .p-lg-2 {
        padding: 2rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 2rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 2rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 2rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 2rem !important
    }
    .p-lg-3 {
        padding: 3rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 3rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 3rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 3rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 3rem !important
    }
    .p-lg-4 {
        padding: 4rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 4rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 4rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 4rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 4rem !important
    }
    .p-lg-5 {
        padding: 5rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 5rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 5rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 5rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 5rem !important
    }
    .p-lg-6 {
        padding: 6rem !important
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 6rem !important
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 6rem !important
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 6rem !important
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 6rem !important
    }
    .p-lg-7 {
        padding: 7rem !important
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 7rem !important
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 7rem !important
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 7rem !important
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 7rem !important
    }
    .p-lg-8 {
        padding: 8rem !important
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 8rem !important
    }
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 8rem !important
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 8rem !important
    }
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 8rem !important
    }
    .p-lg-9 {
        padding: 9rem !important
    }
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 9rem !important
    }
    .pr-lg-9,
    .px-lg-9 {
        padding-right: 9rem !important
    }
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 9rem !important
    }
    .pl-lg-9,
    .px-lg-9 {
        padding-left: 9rem !important
    }
    .p-lg-10 {
        padding: 10rem !important
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 10rem !important
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 10rem !important
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 10rem !important
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 10rem !important
    }
    .p-lg-12 {
        padding: 12rem !important
    }
    .pt-lg-12,
    .py-lg-12 {
        padding-top: 12rem !important
    }
    .pr-lg-12,
    .px-lg-12 {
        padding-right: 12rem !important
    }
    .pb-lg-12,
    .py-lg-12 {
        padding-bottom: 12rem !important
    }
    .pl-lg-12,
    .px-lg-12 {
        padding-left: 12rem !important
    }
    .p-lg-13 {
        padding: 13rem !important
    }
    .pt-lg-13,
    .py-lg-13 {
        padding-top: 13rem !important
    }
    .pr-lg-13,
    .px-lg-13 {
        padding-right: 13rem !important
    }
    .pb-lg-13,
    .py-lg-13 {
        padding-bottom: 13rem !important
    }
    .pl-lg-13,
    .px-lg-13 {
        padding-left: 13rem !important
    }
    .p-lg-16 {
        padding: 16rem !important
    }
    .pt-lg-16,
    .py-lg-16 {
        padding-top: 16rem !important
    }
    .pr-lg-16,
    .px-lg-16 {
        padding-right: 16rem !important
    }
    .pb-lg-16,
    .py-lg-16 {
        padding-bottom: 16rem !important
    }
    .pl-lg-16,
    .px-lg-16 {
        padding-left: 16rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
    .ta-lg-left,
    .ta-lg-left .wpb_wrapper>* {
        text-align: left !important
    }
    .ta-lg-right,
    .ta-lg-right .wpb_wrapper>* {
        text-align: right !important
    }
    .ta-lg-center,
    .ta-lg-center .wpb_wrapper>* {
        text-align: center !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1240px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: 1rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 1rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 1rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 1rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 1rem !important
    }
    .m-xl-2 {
        margin: 2rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 2rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 2rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 2rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 2rem !important
    }
    .m-xl-3 {
        margin: 3rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 3rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 3rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 3rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 3rem !important
    }
    .m-xl-4 {
        margin: 4rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 4rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 4rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 4rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 4rem !important
    }
    .m-xl-5 {
        margin: 5rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 5rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 5rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 5rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 5rem !important
    }
    .m-xl-6 {
        margin: 6rem !important
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 6rem !important
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 6rem !important
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 6rem !important
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 6rem !important
    }
    .m-xl-7 {
        margin: 7rem !important
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 7rem !important
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 7rem !important
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 7rem !important
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 7rem !important
    }
    .m-xl-8 {
        margin: 8rem !important
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 8rem !important
    }
    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 8rem !important
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 8rem !important
    }
    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 8rem !important
    }
    .m-xl-9 {
        margin: 9rem !important
    }
    .mt-xl-9,
    .my-xl-9 {
        margin-top: 9rem !important
    }
    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 9rem !important
    }
    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 9rem !important
    }
    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 9rem !important
    }
    .m-xl-10 {
        margin: 10rem !important
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 10rem !important
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 10rem !important
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 10rem !important
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 10rem !important
    }
    .m-xl-12 {
        margin: 12rem !important
    }
    .mt-xl-12,
    .my-xl-12 {
        margin-top: 12rem !important
    }
    .mr-xl-12,
    .mx-xl-12 {
        margin-right: 12rem !important
    }
    .mb-xl-12,
    .my-xl-12 {
        margin-bottom: 12rem !important
    }
    .ml-xl-12,
    .mx-xl-12 {
        margin-left: 12rem !important
    }
    .m-xl-13 {
        margin: 13rem !important
    }
    .mt-xl-13,
    .my-xl-13 {
        margin-top: 13rem !important
    }
    .mr-xl-13,
    .mx-xl-13 {
        margin-right: 13rem !important
    }
    .mb-xl-13,
    .my-xl-13 {
        margin-bottom: 13rem !important
    }
    .ml-xl-13,
    .mx-xl-13 {
        margin-left: 13rem !important
    }
    .m-xl-16 {
        margin: 16rem !important
    }
    .mt-xl-16,
    .my-xl-16 {
        margin-top: 16rem !important
    }
    .mr-xl-16,
    .mx-xl-16 {
        margin-right: 16rem !important
    }
    .mb-xl-16,
    .my-xl-16 {
        margin-bottom: 16rem !important
    }
    .ml-xl-16,
    .mx-xl-16 {
        margin-left: 16rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: 1rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 1rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 1rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 1rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 1rem !important
    }
    .p-xl-2 {
        padding: 2rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 2rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 2rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 2rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 2rem !important
    }
    .p-xl-3 {
        padding: 3rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 3rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 3rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 3rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 3rem !important
    }
    .p-xl-4 {
        padding: 4rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 4rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 4rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 4rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 4rem !important
    }
    .p-xl-5 {
        padding: 5rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 5rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 5rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 5rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 5rem !important
    }
    .p-xl-6 {
        padding: 6rem !important
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 6rem !important
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 6rem !important
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 6rem !important
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 6rem !important
    }
    .p-xl-7 {
        padding: 7rem !important
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 7rem !important
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 7rem !important
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 7rem !important
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 7rem !important
    }
    .p-xl-8 {
        padding: 8rem !important
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 8rem !important
    }
    .pr-xl-8,
    .px-xl-8 {
        padding-right: 8rem !important
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 8rem !important
    }
    .pl-xl-8,
    .px-xl-8 {
        padding-left: 8rem !important
    }
    .p-xl-9 {
        padding: 9rem !important
    }
    .pt-xl-9,
    .py-xl-9 {
        padding-top: 9rem !important
    }
    .pr-xl-9,
    .px-xl-9 {
        padding-right: 9rem !important
    }
    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 9rem !important
    }
    .pl-xl-9,
    .px-xl-9 {
        padding-left: 9rem !important
    }
    .p-xl-10 {
        padding: 10rem !important
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 10rem !important
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: 10rem !important
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 10rem !important
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: 10rem !important
    }
    .p-xl-12 {
        padding: 12rem !important
    }
    .pt-xl-12,
    .py-xl-12 {
        padding-top: 12rem !important
    }
    .pr-xl-12,
    .px-xl-12 {
        padding-right: 12rem !important
    }
    .pb-xl-12,
    .py-xl-12 {
        padding-bottom: 12rem !important
    }
    .pl-xl-12,
    .px-xl-12 {
        padding-left: 12rem !important
    }
    .p-xl-13 {
        padding: 13rem !important
    }
    .pt-xl-13,
    .py-xl-13 {
        padding-top: 13rem !important
    }
    .pr-xl-13,
    .px-xl-13 {
        padding-right: 13rem !important
    }
    .pb-xl-13,
    .py-xl-13 {
        padding-bottom: 13rem !important
    }
    .pl-xl-13,
    .px-xl-13 {
        padding-left: 13rem !important
    }
    .p-xl-16 {
        padding: 16rem !important
    }
    .pt-xl-16,
    .py-xl-16 {
        padding-top: 16rem !important
    }
    .pr-xl-16,
    .px-xl-16 {
        padding-right: 16rem !important
    }
    .pb-xl-16,
    .py-xl-16 {
        padding-bottom: 16rem !important
    }
    .pl-xl-16,
    .px-xl-16 {
        padding-left: 16rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
    .ta-xl-left,
    .ta-xl-left .wpb_wrapper>* {
        text-align: left !important
    }
    .ta-xl-right,
    .ta-xl-right .wpb_wrapper>* {
        text-align: right !important
    }
    .ta-xl-center,
    .ta-xl-center .wpb_wrapper>* {
        text-align: center !important
    }
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

.ml-auto {
    flex-direction: row-reverse;
}

