/*
Theme Name:     Flash - child
Template:       flash
*/

@import "../flash/style.css";
html{
	height: 100%;
}
h1, h2, h3, h4, h5, h6{
	color: #111E20;
}
h4{
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 10px;
}
.post .entry-content-block .entry-meta a:hover, .post .entry-content-block .entry-meta span:hover{
	color: #EB2C30;
}
.section-heading{
	padding-top: 40px;
}
.section-heading h2{
	font-size: 40px;
}
a{
	color: #616965;
}

.inner-content>.wpb_column>.vc_column-inner>.wpb_wrapper {
	background: #FFFFFF;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
	padding: 50px 67px;
}
body{
	background-color: #F8F7F7;
	color: #111E20;
	font-family:Cuprum, Helvetica, Arial, sans-serif;
	font-weight:400;
}
.site {
	background-color: #F8F7F7;
}
.entry-content, .entry-summary{
	color: #616965;
	margin-top: 0px;
}
.entry-content h1, .entry-summary h1{
	color: #111e20;
	font-size: 40px;
}
#primary{
	margin-top: 55px;
	margin-top: 0;
}
.single .entry-content-block .entry-content{
	border-bottom: none;
}
.home #primary{
	margin-top: 0;
}
.tg-container{
	max-width: 1134px;
}
p{
	margin-bottom: 10px;
}
.heading, .heading h1, .heading h2{
	font-size: 40px;
}

a.btn,
.btn a,
.gallery-show-more .btn,
.model-popup-btn,
input.btn,
.bwg_back{
	text-transform: uppercase;
	background: linear-gradient(74.66deg, #EE4549 0%, #EE9645 100%);
	box-shadow: 0px 5px 20px rgba(94, 1, 3, 0.15);
	border-radius: 27px;
	color: #ffffff;
	padding: 12px 48px;
	display: inline-block;
	position: relative;
	z-index: 0;
	overflow: hidden;
	letter-spacing: 0.5px;
	font-family: Cuprum, Helvetica, Arial, sans-serif;
	outline: none!important;
}
a.btn:after,
.btn a:after,
.gallery-show-more .btn:after,
.model-popup-btn:after,
.bwg_back:after{
	position: absolute;
	background-color: #EB2C30;
	opacity: 0;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: 0.4s all ease;
	position: absolute;
	z-index: -1;
}
a.btn:hover,
.btn a:hover,
.bwg_back:hover{
	color: #ffffff;
}
a.btn:hover:after,
.btn a:hover:after,
.gallery-show-more .btn:hover:after,
.model-popup-btn:hover:after,
.bwg_back:hover:after{
	opacity: 0.3;
}



@media (max-width: 767px){
	.entry-content h1, .entry-summary h1,
	.heading,.heading h1, .heading h2{
		font-size: 28px;
	}
	#primary{
		margin-top: 30px;
	}
	.section-heading h2{
		line-height: 1.2;
		font-size: 28px;
	}
}

@media (max-width: 767px){
	.inner-content>.wpb_column>.vc_column-inner>.wpb_wrapper{
		padding: 15px;
	}
}

/* Social icons Start */
.social-links{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.social-links li{
	margin: 0 3px 5px;
	display: inline-block;
}
.social-links a{
	width: 38px;
	height: 38px;
	border-radius: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	box-shadow: 0px 5px 20px rgba(94, 1, 3, 0.15);

}
.social-links a.social-twitter{
    background-color: #45BBEE;
}
.social-links a.social-youtube{
    background-color: #EA1C21;
}
.social-links a.social-facebook{
    background-color: #2F80ED;
}
.social-links a.social-instagram{
    background: linear-gradient(188.52deg, #7224C2 3.35%, #BE1A79 37.56%, #C5385D 66.06%, #DB8A41 90.77%);
}
/* Social icons End */

/* Success Popup Start */
.success-popup-content{
	max-width: 550px;
    margin: 60px auto 40px;
    position: relative;
    background: #fff;
}
.success-popup-content .gift-certificate-form h4{
	margin-bottom: 10px;
}
.success-popup-content .gift-certificate-form p{
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.3;
    font-size: 18px;
    color: #111E20;
}
.success-popup-content .gift-certificate-form{
    padding: 70px 80px 70px;
}
/* Success Popup End */

/* Preloader Start */
#preloader{
	width: 75px;
    height: 88px;
}
#preloader div{
	display: none;
}
#preloader img{
	position: absolute;
}
.preloader-wheel{
	top:0;
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
.preloader-stand{
	bottom: 0;
	max-width: 33px;
    left: 50%;
    transform: translateX(-50%);
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/* Preloader End */
/* Scroll Bar Start */
/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #E0E0E0;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #969696;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #969696;
}
.scrollable-content{
	max-height: 550px;
	margin: 0!important;
	overflow-y: scroll;
}
/* Scroll Bar End */
#scroll-up{
    background-color: #1A7A46;
    opacity: 0.7;
    bottom: 10px;
    right: 10px;
}

/* Header Start */
.header-bottom .tg-container:before,
.header-bottom .tg-container:after{
	display: none;
}
.header-bottom .tg-container{
	justify-content: space-between;
	align-items: unset;
}
.logo .logo-image{
	padding: 0;
	max-width: 55px;
}
.logo a{
	display: block;
}
.logo .logo-text{
	padding-bottom: 0;
}
.logo-text .site-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
    color: #111E20;
}
.logo-text .site-description{
	font-size: 12px;
	font-weight: 700;
	color: #111E20;
}
.logo img{
	padding: 0;
}
.header-info{
	display: flex;
}
.header-info-block{
	padding-left: 30px;
}
.header-info-block p,
.header-info-block-mobile p{
	margin-bottom: 5px;
	position: relative;
	color: #616965;
}

.header-info-phone p{
	margin-bottom: 0;
}

.header-info-block img{
	padding: 0;
	margin-right: 10px;
	height: 20px;
	width: auto;
}

.header-info-contacts img{
	position: absolute;
	left: 0;
}
.header-info-contacts>div,
.header-info-schedule{
	position: relative;
	padding-left: 30px;
}
.header-info-contacts>div:before,
.header-info-schedule:before{
	position: absolute;
	width: 20px;
	height: 20px;
	content: '';
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	top:0;
	left:0;
}
.header-info-schedule:before{
	background-image: url("assets/img/icons/clock-green.png");
	top:15px;
}
/*.header-info-address:before{
	background-image: url("assets/img/icons/map-placeholder-green.png");
}
.header-info-phone:before{
	background-image: url("assets/img/icons/phone-green.png");
}*/
.header-info-block-mobile{
	display: none;
}


.header-bottom{
	padding: 40px 0 30px;
}
.header-menu{
	background-color: #fff;
	/*position: relative;*/
	transition: 0.3s all;
}
.header-menu-scroll .header-bottom{
	margin-bottom: 44px;
}
.header-menu-scroll .header-menu{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);

}
#site-navigation{
	text-align: center;
}
#site-navigation ul.sub-menu{
	transition: unset;
	border-radius: 2px;
	min-width: 250px;
	/*overflow: hidden;*/
	background-color: transparent;

	-webkit-transform: unset;
	transform: unset;
	right: unset;
	left:-27px;
	padding: 25px 0 15px;
	box-shadow: unset;

}
#site-navigation ul.sub-menu:before{
	 width: 100%;
	 display: block;
	 background-color: #fff;
	 position: absolute;
	 content: '';
	 left: 0;
	 top: 10px;
	bottom: 0;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1)
 }
#site-navigation ul.sub-menu:after{
	width: 10px;
	height: 10px;
	display: block;
	background-color: #fff;
	position: absolute;
	content: '';
	left: 29px;
	top:5px;
	transform: rotate(45deg);
}
#site-navigation li:hover ul.sub-menu{
    -webkit-transition: all 0.3s ease!important;
    transition: all 0.3s ease!important;
}


#site-navigation ul li{
	margin: 0 10px;
	display: inline-block;
	z-index: 150;
}
#site-navigation ul li a{
	padding: 10px 12px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 2px;
	color: #111E20;
	display: inline-block;
}
#site-navigation ul.sub-menu li a{
	padding: 7px 17px;
}

#site-navigation ul li:hover > a{
	color: #111E20;
}
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li.current_page_item > a,
#site-navigation ul li.current_page_ancestor > a,
#site-navigation ul li.current-menu-parent > a
/*#site-navigation ul li.current-menu-ancestor > a*/ {
	color: #EB2C30!important;
}




.sub-toggle{
	color: #EB2C30!important;
	font-size: 20px;
	height: 15px;
	overflow: hidden;
	display: inline-block;
	line-height: 10px;
	position: relative;
	top:0;
}

#site-navigation ul.sub-menu li{
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}
#site-navigation ul.sub-menu li:hover{
	background-color: #F8F7F7;
}
#site-navigation ul.sub-menu li a{
	display: block;
	padding-left: 55px!important;
	background-repeat: no-repeat;
	background-position: left 25px center;
	background-size: 20px auto;
	font-size: 14px;
}
#site-navigation .menu-attractions a{
	background-image: url("assets/img/menu-icons/attractions-icon.png");
}
#site-navigation .menu-mini_attractions a{
	background-image: url("assets/img/menu-icons/mini_attractions-icon.png");
}
#site-navigation .menu-topic_zones a{
	background-image: url("assets/img/menu-icons/topic_zones-icon.png");
}
#site-navigation .menu-activity a{
	background-image: url("assets/img/menu-icons/activity-icon.png");
}
#site-navigation .menu-photo_gallery a{
	background-image: url("assets/img/menu-icons/photo_gallery-icon.png");
}
#site-navigation .menu-news a{
	background-image: url("assets/img/menu-icons/news-icon.png");
}
#site-navigation .menu-tickets a{
	background-image: url("assets/img/menu-icons/tickets-icon.png");
}
#site-navigation .menu-gift_certificates a{
	background-image: url("assets/img/menu-icons/gift_certificates-icon.png");
}
#site-navigation .menu-tours a{
	background-image: url("assets/img/menu-icons/tours-icon.png");
}
#site-navigation .menu-lazertag a{
	background-image: url("assets/img/menu-icons/lazertag-icon.png");
}
#site-navigation .menu-quest_rooms a{
	background-image: url("assets/img/menu-icons/quest_rooms-icon.png");
}
#site-navigation .menu-link a{
	background-image: url("assets/img/menu-icons/book.png");
}
#site-navigation .menu-preferential_skating a{
	background-image: url("assets/img/menu-icons/preferential_skating-icon.png");
}
#site-navigation .menu-all_entertainment a{
	background-image: url("assets/img/menu-icons/all_entertainment-icon.png");
}
#site-navigation .menu-game_machines a{
	background-image: url("assets/img/menu-icons/game_machines-icon.png");
}
#site-navigation .menu-7d_movie_theater a{
	background-image: url("assets/img/menu-icons/7d_movie_theater-icon.png");
}
#site-navigation .menu-children_holidays a{
	background-image: url("assets/img/menu-icons/children_holidays-icon.png");
}
#site-navigation .menu-street_food a{
	background-image: url("assets/img/menu-icons/street_food-icon.png");
}
#site-navigation .menu-restaurants_and_cafes a{
	background-image: url("assets/img/menu-icons/restaurants_and_cafes-icon.png");
}
#site-navigation .menu-action_land_tree-icon a{
	background-image: url("assets/img/menu-icons/action_land_tree-icon.png");
}
#site-navigation .menu-wedding_shoulder-icon a{
	background-image: url("assets/img/menu-icons/wedding_shoulder-icon.png");
}
#site-navigation .menu-employment-icon a{
	background-image: url("assets/img/menu-icons/employment-icon.png");
}
.main-navigation-mobile{
	display: none;
}
#site-navigation.main-navigation-mobile .menu{
	max-width: 200px;
	left:unset;
	right: 0;
	padding: 0;
}
#site-navigation.main-navigation-mobile .menu li{
	margin: 0;
	border: none!important;
	display: block;
}
#site-navigation.main-navigation-mobile .menu a{
	padding: 12px 0 12px 30px;
	line-height: 1.2;
	text-align: left;
	display: block;
	position: relative;
	font-size: 14px;
	color: #111E20;
	background-color: transparent;
}
#site-navigation.main-navigation-mobile .sub-menu{
	display: block;
	max-height: 0;
	transition: 0.3s all;
	border: none!important;
	overflow: hidden;
	padding: 0;
}
#site-navigation.main-navigation-mobile .focus .sub-menu{
	max-height: 700px;
	border:none!important;
}
#site-navigation.main-navigation-mobile ul li.menu-item-has-children .sub-toggle{
	margin-right: 0;
	color: #EB2C30;
	background-color: transparent;
	right: unset;
	left: 7px;
	top: 9px;
}
#site-navigation.main-navigation-mobile ul li.menu-item-has-children.focus .sub-toggle{
	top:10px;
	transform: scaleY(-1);
}
.menu-toggle{
	width: 24px;
	height: 20px;
	justify-content: space-between;
	flex-direction: column;
	position: relative;
	z-index: 50;
}
.menu-toggle span{
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #1A7A46;
	display: block;
}
.main-navigation.toggled .menu-toggle span{
	background-color: #EB2C30;

}

.main-navigation-desktop{
	position: relative;
}
.main-navigation-desktop .logo{
	position: absolute;
    transform: scale(0);
    left: 0;
    top: 0;
    transition: 0.3s all;
    height: 100%;
    max-width: 48px;
}
.main-navigation-desktop .logo a{
	padding: 7px;
}
.header-menu-scroll .main-navigation-desktop .logo{
	transform: scale(1);
}
.main-navigation-desktop .hl_search{
	display: none;
}
@media (min-width: 981px){
	#site-navigation ul li.current-menu-ancestor .sub-toggle .fa{
		/*transform: rotate(180deg)!important;*/
	}
	#site-navigation ul li.menu-item-has-children:hover > .sub-toggle,
	#site-navigation ul li.current-menu-parent > .sub-toggle{
		color: #EB2C30;
		transform: scaleY(-1);
		top:5px;
	}
	.header-info-address{
		margin-bottom: 15px;
	}
}
@media (max-width: 1400px){
	
	#site-navigation ul li{
		margin:  0 2px;
	}
}
@media (max-width: 1400px) and (min-width: 1070px){
	#site-navigation.main-navigation-desktop ul li a{
		
	}
}
@media (max-width: 1070px) and (min-width: 980px){
	#site-navigation.main-navigation-desktop ul li a{
		
	}
}
@media (max-width: 980px){
	
	.header-bottom{
		padding: 10px 0;
	}
	.header-bottom .tg-container{
		align-items: center;
	}
	.header-info-block-mobile,
	.main-navigation-mobile{
		display: block;
	}
	.header-action-container,
	.main-navigation-desktop{
		display: none!important;
	}
	.header-info-contacts>div{
		height: 26px;
		padding: 0;
		position: unset;
	}
	.header-info-block-mobile p{
		position: absolute;
		left: 5px;
		bottom: -40px;
		padding: 5px;
		background: #F8F7F7;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
		border-radius: 5px;
		visibility: hidden;
		opacity: 0;
		transition: 0.3s all ease;
		z-index: 10;
	}
	.header-contacts-visible p{
		opacity: 1;
		visibility: visible;
		bottom: -20px;
	}
	.header-info-contacts>div:before, .header-info-schedule:before{
		width: 100%;
		height: 100%;
	}
	.header-info-block-mobile{
		display: flex;
	}
	.header-info-phone{
		margin-left: 10px;
	}
	.header-info-block-mobile img{
		width: auto;
		height: 100%;
		position: relative;
		z-index: 15;
		padding: 0;
	}
	.header-bottom .logo{
		padding: 0!important;
	}
	.logo .logo-image{
		max-width: 35px;
		transform: unset!important;
	}
	.logo-text .site-title{
		font-size: 18px;
		line-height: 1!important;
	}
	.logo-text .site-description{
		font-size: 10px;
	}
	.logo .logo-text{
		padding: 0;
	}
	#site-navigation{
		/*padding: 10px 0!important;*/
		padding: 0!important;
	}
	.menu-toggle{
		display: flex!important;
	}
	.main-navigation-mobile{
		display: flex;
		align-items: center;
	}
	.mobile-language{
		display: flex;
		align-items: center;
	}
}

@media (max-width: 480px){
	.header-info-contacts>div{
		height: 20px;
	}
	.logo .logo-text{
		margin: 7px 0 0 6px;
	}
	.logo .site-title{
		font-size: 15px!important;
	}
	.logo-text .site-description{
		font-size: 9px;
	}
	.mobile-language .trp-language-switcher{
		/*margin-right: 7px!important;*/
	}
	.mobile-language .trp-language-switcher > div:before{
		left: 5px;
		display: none;
	}
	.menu-toggle{
		width: 20px;
		height: 16px;
	}
	.mobile-language .trp-ls-shortcode-current-language, .mobile-language .trp-ls-shortcode-language{
		width: 20px!important;
		font-size: 18px;
	}
	.mobile-language .trp-language-switcher > div{
		padding: 0;
	}
	.mobile-language{
		line-height: 1;
	}
}
/* Header End */



/* Footer Start */
.site-footer{
	margin-top: 20px;
}
.site-footer .tg-container{
	max-width: 900px;
}
#top-footer{
	background-color: transparent;
	border-top: 1px solid #969696;
	padding: 50px 0 0px;

}
#top-footer .textwidget{
	font-size: 13px;
	color: #616965;

	display: inline-block;
	text-align: left;
}
.footer-contacts div{
	margin-bottom: 13px;
}
.footer-contacts span{
	display: block;
}
#top-footer p{
	margin-bottom: 4px;
	line-height: 1.2;
}

#top-footer .widget ul li{
	padding: 0;
	margin-bottom: 12px;
}
#top-footer .widget ul li:after{
	display: none;
}
#top-footer .widget ul li a{
	color: #616965;
	font-size: 13px;
}

.footer-logo-block{
	text-align: center;
	margin-bottom: 25px;
	margin-top: -20px;
}
.footer-logo-block img{
	max-width: 55px;
	margin-bottom: 15px;
	padding: 0;
	transition: 0.3s all;
}
.footer-logo-block a span{
	position: relative;
	display: inline-block;
}
.footer-logo-block img.logo-color{
	opacity: 0;
	position: absolute;
	top:0;
	left: 0;
}
.footer-logo-block a{
	display: block;
	color: #616965;
}
 .footer-logo-block a:hover{
	color: #111E20;
 }
.footer-logo-block a:hover img.logo-color{
	opacity: 1;
}
.footer-logo-block h5{
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 7px;
	color: inherit;
}
.footer-logo-block p:last-child{
	font-size: 12px;
}

.footer-social{
	text-align: center;
}
.footer-social li{
	margin: 0 3px 5px!important;
	display: inline-block;
}
.footer-social a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	border: 1px solid #616965;
	position: relative;
	overflow: hidden;
	transition: 0.3s color ease-in-out;
	z-index: 1;
}
.footer-social a:hover{
	color: #fff!important;
	border: 0px solid transparent;
}
.footer-social a:before{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	content: '';
	display: block;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	z-index: -1;
}
.footer-social a:hover:before{
	opacity: 1;
}
.footer-social a.fs-instagram:before{
	background: linear-gradient(188.52deg, #7224C2 3.35%, #BE1A79 37.56%, #C5385D 66.06%, #DB8A41 90.77%);
}

.footer-social a.fs-facebook:before{
	background-color: #2F80ED;
}
.footer-social a.fs-twitter:before{
	background-color: #2D9CDB;
}
.footer-social a.fs-youtube:before{
	background-color: #EB2C30;
}

#top-footer .widget ul li a:hover{
	color: #EB2C30;
}


#top-footer .widget_text{
	text-align: center;
}
#top-footer .menu{
	display: inline-block;
	text-align: left;
}
#top-footer .widget_nav_menu{
	text-align: center;
}
#top-footer .tg-column-wrapper .tg-column-4{
	width: 20%;
}
#top-footer .tg-column-wrapper .tg-column-4:first-child{
	width: 28%;
}
#footer-mobile-menu{
	margin: 0 auto 30px;
	max-width: 500px;
	list-style: none;
	display: none;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer-mobile-menu li{
	width: 33%;
	font-size: 13px;
	margin-bottom: 10px;
}
@media (max-width: 768px){
	#top-footer{
		padding-bottom: 0;
	}
	#top-footer .tg-column-wrapper .tg-column-4{
		width: 47%!important;
	}
	#top-footer .footer-block:nth-child(2n+1){
		clear: both;
	}
	#top-footer .widget_text{
		text-align: center;
	}
	#top-footer .widget_custom_html{
		margin-bottom: 0;
	}
	#top-footer .menu{
		display: inline-block;
		text-align: left;
	}
	#top-footer .widget_nav_menu{
		text-align: center;
	}
	#top-footer .tg-column-wrapper{
		display: flex;
		flex-wrap: wrap;
	}
	#top-footer .tg-column-wrapper .tg-column-4:nth-child(1){
		order: 1;
		width: 100%!important;
	}
	#top-footer .tg-column-wrapper .tg-column-4:nth-child(2){
		order: 4;
		width: 100%!important;
	}
	#top-footer .tg-column-wrapper .tg-column-4:nth-child(3){
		order: 2;
		display: none;
	}
	#top-footer .tg-column-wrapper .tg-column-4:nth-child(4){
		order: 3;
		display: none;
	}
	#top-footer .textwidget{
		display: block;
	}

	.footer-contacts{
		display: flex;
		justify-content: space-between;
		max-width: 500px;
		margin: 0 auto;
	}
	.footer-contacts div{
		width: 33%;
	}

	#footer-mobile-menu{
		display: flex;

	}

}

@media (max-width: 600px){
	#top-footer{
		padding: 30px 0 0px;
	}
	#top-footer .tg-column-wrapper{
		margin: 0 !important;
	}
	#top-footer .tg-column-wrapper .footer-block{
		margin-bottom: 0!important;
	}

	#top-footer .widget_nav_menu{
		/*text-align: left;*/
	}
	#top-footer .widget ul li{
		margin-bottom: 7px;
	}
	.footer-social li{
		margin: 0 0px 5px!important;
	}

	#top-footer p{
		font-size: 13px;
		margin-bottom: 3px;
	}
	.footer-logo-block{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.footer-logo-block h5{
		margin-bottom: 3px;
	}
	.footer-logo-block p:last-child{
		font-size: 10px;
	}
	.footer-logo-block img{
		max-width: 45px;
	}
}


/* Footer End */


/* Smart Slider Start */
/*.home-slider>div:after{
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	display: block;
	position: absolute;
	background-image: url("assets/img/slider-bottom.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	z-index: 10;
}*/
.slider-photo img{
	/*border-top-left-radius: 20%!important;*/
	border-bottom-left-radius: 80%!important;
}
.n2-ss-slide-backgrounds:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -3px;
	background-image: url("assets/img/slider-bottom.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	z-index: 50;

}

.home-slider .btn a{
	text-transform: uppercase!important;
	background: linear-gradient(74.66deg, #EE4549 0%, #EE9645 100%)!important;
	box-shadow: 0px 5px 20px rgba(94, 1, 3, 0.15)!important;
	border-radius: 27px!important;
	color: #ffffff!important;
	padding: 12px 45px!important;
	display: inline-block!important;
	position: relative;
	z-index: 0;
	overflow: hidden;
	letter-spacing: 0.5px!important;
	font-family: Cuprum, Helvetica, Arial, sans-serif!important;
}
.home-slider .btn a:after {
	position: absolute!important;
	display: block!important;
	background-color: #EB2C30;
	opacity: 0;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ''!important;
	transition: 0.4s all ease;
	z-index: -1;
}
.home-slider .btn a a:hover{
	color: #ffffff!important;
}
.home-slider .btn a:hover:after{
	opacity: 0.3!important;
}

.home-slider .wpcf7-form-control-wrap{
	margin-bottom: 0;
}
.home-slider .form-control{
	box-sizing: border-box!important;
	padding-left: 20px!important;
}
.home-slider input.btn{
	box-sizing: border-box!important;
	height: 45px;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px rgba(94, 1, 3, 0.15);
	border-radius: 27px;
	color: #111E20;
}
.home-slider input.btn:hover{
	background: #F8F7F7;
}
.home-slider .wpcf7-response-output{
	display: none!important;
}


div#n2-ss-2 .n2-ss-control-bullet{
	bottom: 60px!important;
	left: 0!important;
	width: 100%;

}
div#n2-ss-2 .nextend-bullet-bar .n2-bullet{
	background: #fff;
	transition: 0.2s all!important;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	padding: 0;
}
div#n2-ss-2 .nextend-bullet-bar .n2-bullet:hover{
	background:#616965;
	transform: scale(1.5);
}
div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active{
	background: #EE4549!important;
	transform: scale(1.5);
}

@media (max-width: 767px){
	.n2-ss-slide-backgrounds:before{
		position: absolute;
		content: '';
		background-color: rgba(0,0,0,0.4);
		top:0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 15;
	}
	.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-image{
		background-size: cover!important;
		background-position: top left 100px!important;
	}
	div#n2-ss-2 .n2-ss-control-bullet{
		bottom: 20px!important;
	}

}
/* Smart Slider End */



/* Events Start */

.event-template-default .entry-thumbnail{
	padding-top: 15px;
	margin-top: 0;
}
.event-block{
	width: 32%;
	background: #fff;
	position: relative;
	margin-top: 50px;

	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;

}
.event-block p{
	margin-bottom: 0;
}
.event-date{
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
	left: 50%;
	border-radius: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 15px;
	z-index: 5;
}
.event-date p{
	margin-bottom: 0;
	text-align: center;
	font-size: 24px;
	color: #111E20;
	line-height: 1.2;
}
.event-date p:last-child{
	font-size: 14px;
}
.event-image{
	position: relative;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 290px;
}
.event-image:after{
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	background-image: url("assets/img/event-bottom.png");
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}
.event-image img{
	padding: 0;
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.event-category{
	width: 100px;
	height: 100px;
	position: relative;
	top: -55px;
	left: 50%;
	border-radius: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	display: inline-block;
	padding: 25px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.event-category img{
	padding: 0;
	/*width: auto;
	height: 100%;*/
	max-height: 100%;
}
.event-name{
	text-align: center;
	font-size: 24px;
	color: #111E20;
	margin-bottom: 18px;
	margin-top: -35px;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 40px;
	line-height: 1;
}
.event-button{
	text-align: center;
	padding-bottom: 40px;
}

.event-content-block{
	background: #FFFFFF;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
	padding: 50px 15px;
	margin: 50px 0;
	position: relative;
}
.event-content-inner{
	margin: 0 auto;
	max-width: 650px;
}
.event_page-date{
	font-size: 24px;
	color: #111E20;
	width: 50%;
	float: left;
}
.event_page-date i{
	margin-left: 10px;
	font-style: normal;
}
.event-content-inner .ssba{
	width: auto;
	position: absolute;
	top: 50px;
	right: 55px;
}
.event-content-inner .ssba>div{
	text-align: right!important;
	justify-content: flex-end;
}
.event_page-before-content{
	margin-bottom: 20px;
}
.event-content-block .entry-title{
	color: #111E20;
	font-size: 40px!important;
	margin-bottom: 30px;
	margin-top: 15px;
	line-height: 1.1;
}
.event-content-inner h3{
	font-weight: 400;
	line-height: 1.1;
}
.event-content-inner p{
	color: #111E20;
	line-height: 1.8;
}
.event-content-inner img{
	height: 40px!important;
	width: auto;
}
.event-content-inner .wpb_single_image {
	margin-bottom: 12px;
}
.event-content-inner .wpb_text_column{
	margin-bottom: 12px;
}

.event-content-subscribe{
	margin-bottom: 50px;
}

.event-content-inner .model-popup-btn{
	text-transform: unset!important;
	background: transparent!important;
	box-shadow: none;
	color: #616965;
	padding: 0!important;
	text-decoration: underline;
	border-radius: 0!important;
	outline: none;
	margin-bottom: 15px;
	font-size: 13px!important;
	letter-spacing: normal;
}
.event-content-inner .model-popup-btn:after{
	display: none;
}
.event-template-default .model-popup-container span{
	padding: 0!important;
}
.event-template-default .model-popup-container p{
	margin: 0;
}
.event-template-default .model-popup-container img{
	padding: 0!important;
	margin: 0;
}
.ssba .printomatictext{
	background-color: #EB2C30;
	background-image: url("assets/img/download.png");
	background-position: center;
	background-repeat: no-repeat;

	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	border-radius: 50%;
	box-shadow: 0px 5px 20px rgba(94, 1, 3, 0.15)!important;
	position: relative;
	width: 37px;
	height: 37px;
	cursor: pointer;
	color: transparent;
	font-size: 1px;
}
.no-events{
	text-align: center;
}
@media (min-width: 992px){
	.event-block:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width: 991px){
	.event-block{
		width: 49%;
	}
	.event-block:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 767px){
	.event-block{
	}
	.event-image{
		height: 190px;
	}
	.event-category{
		width: 70px;
		height: 70px;
		padding: 15px;
		top:-40px;
	}
	.event-name{
		font-size: 18px;
		margin-top: -25px;
		min-height: 36px;
	}
	.event_page-date{
		font-size: 14px;
	}
	.event-content-block{
		padding: 20px 15px;
		margin: 20px 0;
	}
	.event-content-inner .ssba{
		position: unset;
		width: 50%;
		float: right;
	}
	.ssba .printomatictext{
		width: 25px;
		height: 25px;
		margin: 0 3px;
		background-size: 50%;
	}
}
@media (max-width: 500px){
	.event-block{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
/* Events End */


/* Gallery Start */
.bwg_container{
	margin-bottom: 70px!important;
}
.spider_popup_wrap{
	background-color: rgba(0,0,0,0.6)!important;
}
.spider_popup_overlay{
	display: none!important;
}
.bwg_gal_title{
	font-family: inherit;
	font-size: 28px;
	color: #111e20;
	font-weight: 400;
	max-width: 550px;
	text-align: center;
}
.gallery-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 15px!important;
}
.bwg_back{
	cursor: pointer;
	padding: 5px 25px!important;
	width: 100px!important;
	text-align: center!important;
	color: #fff!important;
	font-size: 14px!important;
	font-weight: 400!important;
	font-family: inherit!important;
	margin:0!important;
	line-height: 1.5!important;
}
.bwg_gal_description{
	font-size: 18px;
	color: #111e20;
	width: 100px;
	text-align: right
}
.bwg-thumbnails{
	width: 100%!important;
	max-width: unset!important;
	padding: 0!important;
	/*margin: 0 -15px!important;*/
}
.bwg-thumbnails.bwg-standard-thumbnails{
	margin-top: 30px!important;
}
.bwg-item{
	max-width: unset!important;
	padding: 0 15px;
	margin-bottom: 30px!important;
}
.bwg-item0:hover{
	z-index: 20!important;
}
.bwg-item .lazy_loader{
	position: relative;
	overflow: visible;
	z-index: 15;
}
.bwg-item .lazy_loader .bwg-item2{
	height: 100%!important;
	margin: 0!important;
}
.bwg-item .lazy_loader img{
	-ms-transform: unset!important;
	-webkit-transform: unset!important;
	transform: unset!important;

	height: 100%!important;
	width: 100%;
	position: absolute;
	object-fit: cover;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item1 img{
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bwg_container.bwg_thumbnail .bwg-background .bwg-thumbnails.bwg-container .bwg-item .bwg-a{
	margin: 0!important;
	background-color: #fff;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1)!important;
	border-radius: 3px;
	overflow: hidden;
}
.bwg-item>a:hover .lazy_loader img{
	-ms-transform: scale(1.08)!important;
	-webkit-transform: scale(1.08)!important;
	transform: scale(1.08)!important;
}
.bwg-item .lazy_loader:after{
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	background-image: url(assets/img/event-bottom.png);
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}
.bwg-item .bwg-title1{
	display: flex;
	width: 100%;
	min-height: 65px;
	align-items: center;
	padding: 0 25px;
	margin: 60px 0 30px;
}
.bwg-title2{
	text-align: center;
	font-size: 24px!important;
	color: #111E20!important;
	line-height: 1;
	font-family: inherit!important;
	font-weight: 400!important;
	text-shadow: none!important;
}
.gallery-date{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #111E20;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -50px!important;
	z-index: 10;
}
.gallery-show-more{
	text-align: center;
	padding-bottom: 35px;
}
.gallery-show-more .btn{
	font-size: 14px;
}
.bwg-background{
	margin: 0 -15px!important;
	width: unset!important;
}

.bwg_popup_image-inner{
	max-width: 1134px;
	margin: 50px auto;
	padding: 50px 90px;
	background: #fff;
}
.bwg_popup_image-inner .bwg_popup_image{
	max-width: 100%!important;
}
.bwg_popup_image-controls{
	position: relative;
}
#spider_popup_left,
#spider_popup_right{
	width: 20px;
	height: 20px;
}
#spider_popup_left-ico, #spider_popup_right-ico{
	background: transparent;
}
.paging-input_0{
	margin:0 5px!important;
}


@media(max-width: 991px){
	.bwg_gal_title{
		max-width: 400px;
		line-height: 1;
	}
	.bwg-item{
		width: 50%!important;
	}
}
@media(max-width: 767px){
	.bwg-item .bwg-title1{
		min-height: 36px;
		margin: 55px 0 15px;
	}
	.bwg-title2{
		font-size: 18px!important;
	}
	.gallery-header{
		flex-wrap: wrap;
	}
	.bwg_back{
		order: 1;
	}
	.bwg_gal_title{
		order: 3;
		width: 100%;
		max-width: 100%;
		margin-top: 15px!important;
	}
	.bwg_gal_description{
		order: 2;
	}
}
@media(max-width: 600px){
	.bwg-item{
		width: 100%!important;
	}
}
/* Gallery End */


/* Post Start */

.news-header{
/*	display: flex;
	justify-content: space-between;
	align-items: center;*/
}
.searchform{
	margin-bottom: 30px;
	position: relative;
}
.searchform .search-submit{
	margin-bottom: 0;
	outline: none;
	position: absolute;
	top:0;
	right: 0;
	height: 36px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	color: #000;
}
.searchform .search-submit .fa{
	color: inherit;
}
.searchform .search-submit:hover{
	background-color:#F8F7F7!important;
}
.searchform  .search-field{
	outline: none;
	font-family: Cuprum, Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: 400;
	width: 100% !important;
	border-radius: 30px;
	padding: 0 45px 0 20px;
	border:none!important;
}
.page-title{
	text-align: center;
	margin-bottom:30px;
	font-size: 40px;
}
.search .entry-thumbnail,
.blog .entry-thumbnail,
.related-post .entry-thumbnail{
	height: 260px;
	position: relative;
	margin: 0;
	float: none;
	width: 100%;
}
.search .entry-thumbnail img,
.blog .entry-thumbnail img,
.related-post .entry-thumbnail img{
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.entry-meta{
	margin: 0 0 10px;
}
.entry-meta a{
	font-size: 13px;
	color: #616965;
}

.entry-content-block .entry-title a{
	font-size: 24px;
	color: #111E20;
	line-height: 1;
	display: block;
}
.entry-content-block .entry-title a:hover{
	color: #EB2C30!important;
}

.search #primary .post,
.search #primary article,
.grid-view #primary .post{
	margin-right: 2%;
	margin-bottom: 2%;
	width: 49%;
	float: left;
	overflow: hidden;
	border-radius: 3px;
	background-color: #ffffff;
}
.search #primary .post:nth-child(2n),
.search #primary article:nth-child(2n),
.grid-view #primary .post:nth-child(2n){
	margin-right: 0;
}
.search .entry-content,
.blog .entry-content{
	display: none;
	margin-top: 10px;
}
.search .entry-content-block,
.blog .entry-content-block{
	padding: 15px 25px 25px;
}
.search .entry-content-block p,
.blog .entry-content-block p{
	margin-bottom: 10px;
}

.post-show-more{
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.post-show-more-top{
	display: none;
	margin-bottom: 7px;
}
.post-show-more:before{
	width: 12px;
	height: 12px;
	border-bottom: 2px solid #EB2C30;
	border-right: 2px solid #EB2C30;
	content: '';
	position: absolute;
	top: 7px;
	left: 9px;
	transform: rotate(45deg);
}
.post-show-more-top:before{
	transform: rotate(-135deg);
	top: 13px;
}

.more-link-block{
	margin-top: 15px;
	margin-bottom: 30px;
}
.more-link{
	border-bottom: 1px solid #616965;
}
.post-entry-content{
	background: #FFFFFF;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
	padding: 50px 100px 30px;
}
.post-entry-content .entry-header{
	margin: 0 0 50px!important;
	display: flex;
	justify-content: space-between;
}
.post-entry-content .entry-title{
	font-size: 32px!important;
	font-weight: 400;
	text-align: center;
	line-height: 1.1;
	max-width: 500px;
}
.post-entry-content .entry-meta,
.post-entry-content .post-share-buttons{
	width: 100px;
}
.post-entry-content .post-share-buttons .ssba>div{
	justify-content: flex-end;
}
.post-entry-content .entry-meta a{
	font-size: 18px!important;
}


.related-post{
	overflow: hidden;
	border-radius: 3px;
	background-color: #ffffff;
	margin-bottom: 30px;
}
.related-post .entry-content-block{
	padding: 15px 25px 25px;
}
.related-post .entry-content{
	display: none;
	margin-top: 10px;
}
.related-post .entry-content p{
	margin-bottom: 10px;
}
.related-post .entry-meta{
	margin-bottom: 10px!important;
}
.related-post .entry-meta a{
	font-size: 13px!important;
	color: #616965!important;
}
.related-post .entry-meta a:hover{
	color: #EB2C30!important;
}
.related-post .entry-thumbnail{
	margin-top: 0;
}
@media (max-width: 767px){
	.search #primary article{
		margin-bottom: 15px!important;
		margin-right: 0!important;
		width: 100%!important;
	}
	.entry-content-block .entry-title a{
		font-size: 18px;
	}
	.post-entry-content .entry-header{
		flex-wrap: wrap;
	}
	.post-entry-content .entry-meta{
		order: 1;
		width: 50%;
		margin-top: 5px!important;
		margin-bottom: 0!important;
	}
	.post-entry-content .post-share-buttons{
		order: 2;
		width: 50%;
	}
	.post-entry-content .entry-title{
		order: 3;
		max-width: 100%;
		font-size: 22px!important;
		margin-top: 20px;
		width: 100%;
	}
	.post-entry-content{
		padding: 30px 20px;
	}

	.related-posts{
		margin-left: 0;
	}
	.related-posts .tg-column-2{
		margin: 0;
		width: 100%;
	}
	.search .entry-content-block,
	.blog .entry-content-block{
		padding: 10px;
	}
}
/* Post End */

/* Show Map Start */
.show_map{
	text-decoration: underline;
}
.map-popup{
	position: fixed;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99999;
	display: none;
	overflow-y: scroll;
}
.map-overlay{
	position: fixed;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	cursor: pointer;
}
.map-popup-content{
	max-width: 1134px;
	margin: 60px auto 40px;
	position: relative;
}
/* Show Map End */



/* Rides Pages Start */
.rides-description-wrapp{
	display: flex;
	max-height: 550px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.rides-thumbnail .entry-thumbnail{
	height: 100%;
	position: relative;

	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	overflow: hidden;
}
.rides-thumbnail .entry-thumbnail img,
.rides-slider img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rides-slider{
	height: 100%;
}
.rides-slider .swiper-slide{
	border-radius: 3px;
	overflow: hidden;
}

.rides-thumbnail,
.rides-description{
	width: 49%;
	float: left;
	margin-right: 2%;
}
.rides-description{
	margin-right: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.rides-content-wrapp{
	padding-bottom: 35px!important;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.rides-content-wrapp h1{
	margin-bottom: 15px;
	line-height: 1;
}
.rides-content p{
	margin-bottom: 5px;
}
.rides-content-scroll{
	overflow-y: scroll;
}
.rides-description-block{
	background-color: #fff;
	padding: 25px;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-bottom: 30px;
}
.rides-options{
	padding: 15px;
	margin-bottom: 0;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.rides-options img{
	width: auto;
	height: 36px;
	margin-bottom: 10px;
}
.rides-option{
	width: 33%;
	float: left;
	padding: 10px;
	margin-bottom: 15px;
}
.rides-option:nth-child(3n+1){
	clear: both;
}
.rides-option ul{
	margin: 0;
	list-style: none;
}
.rides-option p{
	color: #111E20;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.2;
}
.rides-option a{
	color: #111E20;
}
.zone-link{
	text-decoration: underline;
}




.also-like-section{
	padding: 25px 0;
}
.also-like-section h3{
	text-align: center;
	color: #111E20;
	font-size: 40px;
	margin-bottom: 30px;
}
.also-like .event-block{
	margin-top: 0;
}



#primary.all-rides-page{
	margin-top: 40px;
}
.all-rides-page .also-like-section{
	padding-bottom: 10px;
}
@media (max-width: 991px){
	.rides-description-wrapp{
		flex-direction: column;
		max-height: unset;
	}
	.rides-thumbnail, .rides-description{
		width: 100%;
		margin-right: 0;
	}
	.rides-thumbnail .entry-thumbnail,
	.rides-slider{
		height: 300px;
		margin-bottom: 15px;
	}
	.rides-content-wrapp{
		margin-bottom: 15px;
	}
}
/* Rides Pages End */

/* Topic Zones page Start */
.topic-zones-section .mega-testimonial{
	background: #FFFFFF;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-bottom: 40px;
}
.topic-zones-section .tm-quotes{
	padding: 0!important;
	overflow: hidden;
	border-radius: 3px!important;
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
}
.topic-zones-section .tm-quotes img{
	width: 100%;
}
.topic-zones-section .mega-testimonial a{
	display: block;
}
.topic-zones-section .mega-testimonial img{
	padding: 0;
}
.topic-zones-section .tm-arrow{
	display: none;
}
.topic-zones-section .tm-details{
	margin-top: 0!important;
	display: flex;
	align-items: center;
}
.topic-zones-section .tm-profile{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 25px;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	margin: -10px 20px -10px 15px!important;
	z-index: 10;
	position: relative;
	text-align: center;

	display: flex;
	align-items: center;
	justify-content: center;
}
.topic-zones-section .tm-profile img{
	width: auto!important;
	max-height: 100%;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-o-box-shadow: none!important;
	border: none!important;
}
.topic-zones-section .tm-name span{
	font-style: normal;
	font-weight: 500!important;
}

@media (max-width: 767px){
	.topic-zones-section .tm-name span{
		font-size: 22px!important;
	}
	.topic-zones-section .tm-profile{
		width: 70px;
		height: 70px;
		padding: 15px;
		margin: -10px 10px -10px 5px!important;
	}
}

/* Topic Zones page End */

/* Bottom Content Start */
.bottom-content{
	margin: 25px 0 35px;
}
.bottom-content .heading{
	margin-bottom: 30px;
}

.bottom-content-text{
	max-height: 145px;
	overflow: hidden;
	margin:70px 0 20px;
	transition: 0.3s all;
}
.bottom-content-text-open{
	max-height: 1000px;
}
.bottom-content-text-more{
	    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin:0 auto;
    transition: 0.3s all;
}
.bottom-content-text-more-open{
	transform: scaleY(-1);
}
.bottom-content-text-more:before {
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #EB2C30;
    border-right: 2px solid #EB2C30;
    content: '';
    position: absolute;
    top: 7px;
    left: 9px;
    transform: rotate(45deg);
}
/* Bottom Content End */


/* Tickets Start */
.tickets-table-wrapp{
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	position: relative;
}
.tickets-table-header{
	padding-right: 5px;
}
.tickets-table-body{
	max-height: 900px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.table-header-scroll .tickets-table-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
.table-header-scroll .tickets-table-header .tablepress{
	max-width: 1129px;
	margin: 0 auto;
}

.tablepress{
	background-color: #fff;
	table-layout: fixed;
}

.tablepress thead th{
	background-color: transparent!important;
	color: #000;
	vertical-align: top!important;
	border-bottom: 2px solid #F8F7F7!important;
	padding: 35px 15px 20px;
	line-height: 1;
}

.tablepress td, .tablepress th{
	border: none!important;
	border-right: 1px solid #F8F7F7!important;
	word-break: normal;
	background-color: #fff;
}

.table-filter-icon{
	height: 40px;
	margin-bottom: 10px!important;
}
.tablepress thead img{
	width: auto;
	height: 100%;
}

.tablepress tbody td{
	color: #000;
	vertical-align: middle!important;
	padding: 20px 15px;
}
.tablepress tbody td a{
	font-size: 18px;
	text-decoration: underline;
	color: #111E20;
	line-height: 1.2;
	word-break: normal;
}

.tablepress thead{

}
.tablepress tbody{

}
.tablepress .column-1{
	padding-left: 50px;
	width: 12% !important;
}
.tablepress .column-2{
	width: 18% !important;
}
.tablepress .column-3{
	width: 20% !important;
}
.tablepress .column-4{
	width: 20% !important;
}
.tablepress .column-5{
	width: 20% !important;
}
.tablepress .column-6{
	width: 20% !important;
	border-right: none!important;
}
.tablepress .column-7{
	display: none;
}
.tablepress tbody img{
	max-width: 35px;
}

.table-filter-label{
	display: block;
	cursor: pointer;
}
.table-filter-label .table-filter-icon{
	padding-left: 25px;
}
.table-filter-text{
	position: relative;
	padding-left: 25px;
}
.table-filter-checkbox{
	display: inline-block;
	background: #FFFFFF;
	width: 15px;
	height: 15px;
	border: 1px solid #969696;
	border-radius: 2px;
	position: absolute;
	top:0;
	left: 0;
}
.table-filter-checkbox:before{
	position: absolute;
	width: 6px;
	height: 10px;
	border-width: 2px;
	border-color: #EB2C30;
	border-bottom-style: solid;
	border-right-style: solid;
	content: '';
	transform: rotate(45deg);
	top:0px;
	left: 4px;
	opacity: 0;
	transition: 0.2s all;
}
.table-filter-inp{
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.table-filter-inp:checked+.table-filter-label .table-filter-checkbox:before{
	opacity: 1;
}

.ticket-ride-modal{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9998;
	display: none;
	overflow-y: scroll;
}
.tickets-table-zone{
	position: relative;
	display: inline-block;
}
.tickets-table-zone img{
	padding: 0;
	transition: 0.3s all;
	top:0;
	left:0;
}
.zone-icon-green{
	position: relative;
	opacity: 1;
}
.zone-icon-red{
	position: absolute;
	opacity: 0;
}
.tickets-table-zone:hover .zone-icon-green{
	opacity: 0;
}
.tickets-table-zone:hover .zone-icon-red{
	opacity: 1;
}
@media (max-width: 991px){
	.tablepress .column-1{
		padding-left: 15px;
	}
}
@media (max-width: 767px){
	.tablepress .column-1{
		display: none;
	}
	.tablepress thead th{
		padding: 10px 5px;
		font-size: 12px;
	}
	.table-filter-icon{
		height: 25px;
		margin-bottom: 5px!important;
	}
	.tablepress tbody td{
		padding: 10px 5px;
	}
	.tablepress tbody td a{
		font-size: 14px;
	}
}
@media (max-width: 600px){
	.table-filter-text{
		padding-left: 0
	}
	.table-filter-checkbox{
		top:-20px;
	}
	.tablepress thead th{
		font-size: 9px;
	}
	.tablepress tbody td{
		font-size: 9px;
	}
	.tablepress tbody td a{
		font-size: 10px;
	}
}
/* Tickets End */



/* News Slider Start */
.news-slider{

}
.news-slide{
	display: flex;
	padding: 0 100px;
}
.news-slider-image{
	width: 50%;
	position: relative;
	margin-right: 15px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
}
.news-slider-image img{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	    transition: 0.5s all;
    transform: scale(1.1);
}
.news-slider-image img:hover{
	transform: scale(1);
}
.news-slider-description{
	width: 50%;
	margin-left: 15px;
}
.news-slider-date{
	margin-bottom: 20px;
}
.news-slider-title {
	margin-bottom: 20px;
}
.news-slider-title a{
	font-size: 35px;
	color: #111E20;
	font-weight: 400;
	line-height: 1;
}
.news-slider-title a:hover{
	color: #EB2C30;
}
.news-slider-excerpt{
	margin-bottom: 100px;
}
.news-slider-excerpt p{
	margin-bottom: 10px;
}
.news-slider-excerpt a{
	color: #616965;
}


.news-slider-pagination{
	bottom: 0!important;
    position: relative;
    padding-top: 30px;
}
.swiper-pagination-bullet{
    opacity: 1;
    background-color: #E0E0E0;
    transition: 0.2s all;
}
.swiper-pagination-bullet:hover{
	background-color: #616965;
	transform: scale(1.5);
}
.swiper-pagination-bullet-active{
	background-color: #EE4549!important;
	transform: scale(1.5);
}
@media(max-width: 991px){
	.news-slide{
		padding: 0;
	}
	.news-slider-image{
		width: 35%;
		margin-right: 10px;
	}
	.news-slider-description{
		width: 65%;
		margin-left: 5px;
		display: flex;
		flex-direction: column;
	}
	.news-slider-title{
		order: 1;
	}
	.news-slider-date{
		order: 2;
	}
	.news-slider-excerpt{
		order: 3;
		margin-bottom: 15px;
	}
	.news-slider-description .ssba{
		order: 4;
	}
}
@media (max-width: 767px){
	.news-slider-title{
		margin-bottom: 5px;
		line-height: 1;
	}
	.news-slider-title a{
		font-size: 20px;
	}
	.news-slider-date{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.news-slider-excerpt-inner{
		max-height: 85px;
		overflow: hidden;
		line-height: 1.3;
	}
	.news-slider-excerpt a{
		margin-top: 10px;
		display: inline-block;
	}
}
/* News Slider End */


/* Gift Certificate Start */
.gift-certificate-block>.vc_column-inner>.wpb_wrapper{
	background: #FFFFFF;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.gift-certificate-block .wpb_single_image{
	flex: 0 0 auto;
}
.gift-certificate-block .wpb_text_column{
	padding: 0 30px;
	flex: 1 0 auto;
}
.gift-certificate-block .wpb_text_column:nth-child(3){
	flex: unset;
}
.gift-certificate-block h4{
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: 400;
	line-height: 1.2;
}
.gift-certificate-block h3{
	font-size: 40px;
	color: #1A7A46;
	margin-top: 25px;
}
.gift-certificate-block p{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.2;
}
.model-popup-btn{
	padding: 16px 40px!important;
	border-radius: 27px!important;
	font-size: 16px!important;
	margin-bottom: 40px;
}

/* Gift Certificate End */


/* Modal Start */
.model-popup-title{
	display: none;
}
.b-modal{
	background-color: rgba(0,0,0,0.6)!important;
}
.b-close,
.pum-close,
.bwg_ctrl_btn{
	background-color: #F8F7F7!important;
	width: 33px!important;
	height: 33px!important;
	border-radius: 50%!important;
	text-align: center!important;
	color: #969696!important;
	font-size: 28px!important;
	font-weight: 100!important;
	line-height: 34px!important;
	letter-spacing: -2px!important;
	right: 15px!important;
	top: 15px!important;
	box-shadow: none!important;
	text-shadow: none!important;
	outline: none!important;
	border: none!important;
	display: block!important;
}
.b-close span,
.pum-close span,
.bwg_ctrl_btn span{
	width: 16px;
	height: 2px;
	position: absolute!important;
	display: block;
	top:50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -8px;
	background-color: #969696;
	transition: 0.3s all ;
}

.b-close:hover span,
.pum-close:hover span,
.bwg_ctrl_btn:hover span{
	background-color:#616965;
}

.b-close span:first-child,
.pum-close span:first-child,
.bwg_ctrl_btn span:first-child{
	transform: rotate(-45deg);
}
.b-close span:last-child,
.pum-close span:last-child,
.bwg_ctrl_btn span:last-child{
	transform: rotate(45deg);
}
.mega-model-popup,
.pum-container{
	background-color: #fff!important;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1)!important;
	border: none!important;
	border-radius: 3px!important;
}

.gift-certificate-form{
	padding: 35px 80px 0;
}
.gift-certificate-form-header{
	text-align: center;
	margin-bottom: 25px;
}
.gift-certificate-form p{
	margin-bottom: 0;
}
.gift-certificate-form h4{
	font-size: 24px;
	font-weight: 400;
	color: #1A7A46;
	margin-bottom: 10px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.gift-certificate-form-body{
	max-width: 225px;
	margin: 0 auto;
}
.form-control{
	background: #F8F7F7;
	border-radius: 32px!important;
	display: block;
	border:none!important;
	height: 45px!important;
	width: 100%!important;
	outline: none;
	padding: 10px 15px!important;
	color: #a7a7a7!important;
	font-family: Cuprum, Helvetica, Arial, sans-serif;
	font-size: 18px;
}
.gift-certificate-form label{
	margin-left: 15px;
	margin-bottom: 5px;
	display: block;
}
.wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 15px;
}
.gift-certificate-form .btn{
	display: block;
	width: 100%;
	margin-top: 35px;
	height: 45px;
	outline: none;
}


.consultation-form .gift-certificate-form-body{
	max-width: unset;
	position: relative;
}
.consultation-form .btn{
	margin: 0;
	width: unset;
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 30px;
}
.consultation-form .form-control{
	padding-right: 160px!important;
	padding-left: 20px!important;
}
.consultation-form .gift-certificate-form-header p{
	font-size: 18px;
	color: #111E20;
}

@media(max-width: 600px){
	.gift-certificate-form{
		padding: 0;
	}
	.consultation-form .form-control{
		padding-right: 115px!important;
	}
	.consultation-form .btn{
		padding: 12px 23px;
	}
}
/* Modal End */


/* Subscribe Form Start */
.subscribe-form{
	background-image: url("assets/img/slide-2-image.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right -100px center;
	background-color: #E68021;
	padding: 120px 60px 50px;
}
.subscribe-form h3{
	font-size: 64px;
	color: #fff;
	max-width: 600px;
	line-height: 1;
	margin-bottom: 30px;
}
.subscribe-form p{
	font-size: 18px;
	color: #fff;
	max-width: 350px;
}
.subscribe-form .gift-certificate-form-body{
	max-width: 400px;
	margin: 0;
}
.subscribe-form input.btn{
	box-sizing: border-box!important;
	height: 45px;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px rgba(94, 1, 3, 0.15);
	border-radius: 27px;
	color: #111E20;
}
.subscribe-form input.btn:hover{
	background: #F8F7F7;
}
@media (max-width: 767px){
	.subscribe-form{
		padding: 40px 15px 10px;
		background-position: right center;
	}
	.subscribe-form h3{
		font-size: 28px;
		max-width: unset;
		margin-bottom: 10px;
	}
	.subscribe-form p{
		font-size: 14px;
	}
	.subscribe-form .form-control{
		height: 35px!important;
		font-size: 14px;
	}
	.subscribe-form input.btn{
		height: 35px;
		font-size: 12px;
	}
}
@media (max-width: 500px){
	.subscribe-form{
		background-size: cover;
		background-position: right -150px center;
	}
}
/* Subscribe Form End */

/* Instagram Start */
/*#sb_instagram #sbi_images .sbi_item{
	padding: 15px!important;
}*/
#sb_instagram{
	width: auto!important;
	margin: 0 -30px!important;
}

#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a:hover{
	background: transparent!important;
	text-decoration: underline!important;
	color: #878383!important;
	box-shadow: unset!important;
	padding: 0!important;
	margin-top: 15px!important;
}
#sb_instagram .sbi_follow_btn a svg{
	display: none!important;
}
#sb_instagram .sbi_photo:before{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 13px;
	height: 13px;
	font-family: FontAwesome;
	content:"\f16d";
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-align: center;
}

@media (max-width: 767px){
	#sb_instagram{
		margin: 0!important;
	}
	#sb_instagram #sbi_images{
		padding: 1px!important;
	}
	#sb_instagram.sbi_col_4 #sbi_images .sbi_item{
		width: 33%!important;
	}
	#sbi_images .sbi_item:nth-child(7),
	#sbi_images .sbi_item:nth-child(8){
		display: none!important;
	}
}

/* Instagram End */

/* Share Buttons Start */
.ssbp-text{
	display: none;
}
.ssba>div{
	display: flex;
}
.ssba a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	border-radius: 50%;
	box-shadow: 0px 5px 20px rgba(94, 1, 3, 0.15)!important;
	position: relative;
	width: 37px;
	height: 37px;
}
.ssba a:first-child{
	margin-left: 0;
}
.ssba a:last-child{
	margin-right: 0;
}
.ssba a img{
	display: none!important;

}
.ssba a:before{
	color: #fff;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
}
.ssba_facebook_share{
	background-color: #457FEE!important;
}
.ssba_facebook_share:before{
	content: "\f09a";
}
.ssba_twitter_share{
	background-color: #45BBEE!important;
}
.ssba_twitter_share:before{
	content: "\f099";
}
@media (max-width: 767px){
	.ssba a{
		width: 25px;
		height: 25px;
		margin: 0 3px;
	}
	.ssba a:before{
		font-size: 12px;
	}
}
/* Share Buttons End */


/* Food Page Start */
.food-page .entry-title{
	text-align: center;
}
/* Food Page End */

/* Rides Menu Start */
.rides-menu{
	margin-top: 30px;
}
.rides-menu-form ul{
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.rides-menu-form li{
	display: block;
	padding: 0 20px;
	margin: 0 0 10px;
}
.rides-menu-form p,
.rides-menu-form a{
	margin-bottom: 0;
	text-transform: uppercase;
	color: #111E20;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.rides-menu-form img{
	max-width: 25px;
	margin-left: 10px;
	vertical-align: top;
	margin-top: -4px;
}
.rides-menu-form .table-filter-checkbox{
	top: 2px;
}
@media (max-width: 1120px){
	.rides-menu-form li{
		padding: 0 10px;
	}
	.rides-menu-form .table-filter-text{
		padding-left: 20px;
	}
}
@media (max-width: 991px){
	.rides-menu-form li{
		width: 33%;
	}
}
@media (max-width: 580px){
	.rides-menu-form li{
		width: 50%;
		padding: 0;
	}
	.rides-menu-form img{
		display: none;
	}
}
/* Rides Menu End */


/* Embded banner Start*/
.embded-banner{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	padding: 120px 60px;
}
.embded-banner h3{
	font-size: 64px;
	color: #fff;
	max-width: 450px;
	line-height: 1;
	margin-bottom: 30px;
}
.embded-banner p{
	font-size: 24px;
	color: #fff;
	max-width: 350px;
}
.embded-banner a{
	background: #FFFFFF;
	box-shadow: 0px 5px 20px rgba(94, 1, 3, 0.15);
	border-radius: 27px;
	text-transform: uppercase;
	color: #111E20;
	display: inline-block;
	padding: 8px 40px;
}
.embded-banner a:hover{
	background-color: #F8F7F7;
}
.embded-banner input.btn:hover{
	background: #F8F7F7;
}
@media (max-width: 767px){
	.embded-banner{
		padding: 40px 15px;
		background-position: right center;
	}
	.embded-banner h3{
		font-size: 32px;
		max-width: unset;
		margin-bottom: 10px;
	}
	.embded-banner p{
		font-size: 18px;
		margin-bottom: 15px;
		line-height: 1;
	}
	.embded-banner .form-control{
		height: 35px!important;
		font-size: 14px;
	}
}
@media (max-width: 500px){
	.embded-banner{
		background-size: cover;
		background-position: right -130px center;
	}
}
/* Embded banner End*/

/* Language swither Start */
/*
 *  Menu Language Switcher
 */

.menu-item-object-language_switcher .trp-flag-image {
	display: inline-block;
	margin: -1px 5px;
	vertical-align: baseline;
	padding: 0;
	border: 0;
	border-radius:0;
}

/*
 *  Shortcode Language Switcher
 */
.trp-language-switcher{
	position: relative;
	width: auto;
	display: inline-block;
	padding: 0;
	border: 0;
	margin: 9px 2px 2px;
	box-sizing: border-box;
	z-index: 20;
}





.trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-current-language{
	visibility: hidden;
}



/*
 *  Front-end Admin Bar Icon
 */
#wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
	content: '\f326';
	top: 3px;
}

@media screen and ( max-width: 782px ) {
	#wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
		text-indent: 0;
	}

	#wpadminbar li#wp-admin-bar-trp_edit_translation {
		display: block;
	}
}


.trp-ls-shortcode-current-language,
.trp-ls-shortcode-language{
	width: 40px!important;
}
.trp-language-switcher > div{
	border: none;
	padding: 0 0 0 17px;
	border-radius: 0;
	background: #fff;
	position: relative;
}
.trp-language-switcher > div > a{
	padding: 0;
	border-radius: 0;
	color: #616965;
	line-height: 1;
	display: block;
}
.trp-language-switcher > div > a:hover{
	background: transparent;
	color: #EB2C30;
}
.trp-ls-shortcode-language{
	height: 0px;
	overflow: hidden;
	visibility: hidden;

	position: absolute!important;
	display: block!important;
	transition: 0.5s all;
	max-height: 0px;
}
.trp-ls-shortcode-language a{
	margin-bottom: 5px!important;
}
.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language{
	max-height: 80px;
	visibility:visible;
	height:auto;
	position: absolute;
	left: 0;
	top:0;
	display: inline-block !important;
}
.trp-language-switcher > div:before{
	position: absolute;
	top:0;
	left: 0;
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color: #EB2C30!important;
	font-size: 20px;
	height: 15px;
	overflow: hidden;
	display: inline-block;
	line-height: 10px;

	transition: all 0.5s ease;
}
.trp-language-switcher:focus .trp-ls-shortcode-language:before, .trp-language-switcher:hover .trp-ls-shortcode-language:before{
	transform: scaleY(-1);
	margin-top: -4px;
}



.mobile-language .trp-language-switcher{
	z-index: 20;
	margin:0 10px 0 0;
}

/* Language swither End */


/* Rides slider Start */
.also-like-slider .event-block{
	width: 100%;
	margin: 0;
}
.also-like-slider .swiper-wrapper{
	padding-bottom: 35px;
}
.slider-controls{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.also-like-pagination{
	position: relative;
	white-space: nowrap;
	padding: 15px 0;
	box-sizing: content-box;
}
.also-like-pagination.swiper-pagination-fraction{
	width: unset;
	background-color: #fff;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	margin: 0 2px;
	color: #616965;
	height: 30px;
	display: flex;
	align-items: center;
	padding: 0 12px;
	border-radius: 30px;
}
.also-like-pagination.swiper-pagination-fraction span{
	padding: 0 2px;
}
.also-like-pagination .swiper-pagination-bullet{
	opacity: 1;
	width: 30px;
	height: 30px;
	background-color: #fff;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	transform: none!important;
	margin: 0 2px;
	/*float: left;
	display: flex;*/
	align-items: center;
	justify-content: center;
	color: #969696;
	font-weight: 700;
	font-size: 14px;
	line-height: 30px;
	user-select: none;
}
.also-like-pagination .swiper-pagination-bullet:hover{
	color: #616965;
}
.also-like-pagination .swiper-pagination-bullet-active{
	background-color: #fff!important;
	color: #EB2C30!important;
}
.also-like-prev,.also-like-next{
	width: 30px;
	height: 30px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	position: relative;
	right: unset;
	left: unset;
	margin: 0 2px;
}
.also-like-prev:before,.also-like-next:before{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "\f104";

	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color: #969696;
	font-size: 20px;
}
.also-like-next:before{
	transform: rotate(180deg);
}
/* Rides slider End */


/* Pagination Start */
.post-pagination{
	margin-top: 30px;
}
.em-pagination{
	padding-top: 30px;
}
.pagination,
.pagination-links_0,
.em-pagination{
	display: flex!important;
	justify-content: center;
	margin-bottom: 70px;
	clear: both;
}
.pagination .page-numbers,
.pagination-links_0 a,
.em-pagination .page-numbers{
	width: 30px;
	height: 30px;
	background-color: #fff;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	margin: 0 2px!important;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #969696;
	font-weight: 700;
	font-size: 14px;
	line-height: 30px;
	user-select: none;
	cursor: pointer;
}
.pagination .page-numbers i,
.pagination-links_0 a i{
	font-size: 20px;
}
.pagination .page-numbers:hover,
.pagination-links_0 a:hover,
.em-pagination .page-numbers:hover{
	color: #616965;
}
.pagination .page-numbers.current,
.em-pagination .page-numbers.current{
	color: #EB2C30;
	cursor: default;
}
/* Pagination End */


/* Contact page Start */
.mega-info-list{
	margin: 15px 0 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.vc_info_list_outer{
	margin-bottom: 15px;
}
.mega-info-list .media{
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.mega-info-list .media-body{
	width: unset;
}
.info-list-img{
	padding-right: 10px!important;
}
.mega-info-list .media-body h2{
	font-weight: 400;
	margin-bottom: 0!important;
}
.info-list-icon{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.contact-subscribe-form{
	margin-top: 25px;
}
.contact-subscribe-form .table-filter-checkbox{
	top:2px;
}
.contact-subscribe-form .gift-certificate-form-body{
	max-width: 400px;
	margin: 0;
}

.contact-subscribe-form .table-filter-text{
	margin-bottom: 17px;
}
.contact-subscribe-form .btn{
	height: 45px;
	background: #fff;
	color: #111E20;
}
.contact-subscribe-form .btn:hover{
	background: #F8F7F7;
	color: #111E20;
}

@media (max-width: 767px){
	.mega-info-list{
		flex-direction: column;
	}

}
/* Contact page End */

/* Weather Start */
.header-weather{
	position: relative;
	color: #616965;
	margin-right: 30px;
}
.weather-icon{
	position: absolute;
	left: 0;
	top: 12px;
	font-size: 22px;
	color: #1A7A46;
}
.weather-temp{
	font-weight: 700;
	margin-bottom: 5px;
}
/* Weather End */

/* 404 page Start */
.error404{
	background-color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	/*background-image: url("assets/img/404.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top 200px center;*/
}
.error404 #main{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.error-404{
	margin: 70px 0;
	float: none;
	width: 100%;
	flex: 0 0 auto;
}
.error-404-body{
	position: relative;
	flex: 1 1 auto;
	
	/*display: flex;
	height: 100%;*/
}
.error404 .site-content{
	border-bottom: 100px solid #1A7A46;
}
.error404 .site-footer{
	margin-top: 0;
}
.error-404-body .tg-container{
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
}
/*.error-404-body .tg-container:before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	bottom: 0;
	left: 0;
	background-image: url("assets/img/404-bg.png"),url("assets/img/404-d.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 100%;
}*/
.img-404-bg{
	position: absolute;
	bottom: 0;
	left: 0;
}
.content-404 h1{
	font-size: 40px!important;
	color: #1A7A46;
	line-height: 1!important;
}
.content-404 h2{
	font-size: 24px;
	font-weight: 400;
	color: #1A7A46;
	text-align: center;
}
.content-404 h2 a{
	color: #1A7A46;
}

.label-404{
	text-align: center;
	color: #C4C4C4;
	font-size: 30vw;
	line-height: 0.8;
	font-weight: 900;
}
@media (max-width: 767px){
	.error404 .site-content{
		border-bottom: 20px solid #1A7A46;
	}
}
/* 404 page End */

/* Children banner Start */
.children-banner .vc_column-inner>wpb_wrapper{
	position: relative;
}
.children-banner .modal-popup-box{
	position: absolute;
	bottom: 23%;
	left: 10%;
}
.children-banner .model-popup-btn{
	margin-bottom: 0;
	background: #fff;
	color: #111E20;
}
.children-banner .model-popup-btn:after{
	background: linear-gradient(74.66deg, #EE4549 0%, #EE9645 100%);

}
.children-banner .model-popup-btn:hover:after{
	opacity: 1;
}
.children-banner .model-popup-btn:hover{
	color: #fff;

}
@media(max-width: 500px){
	.children-banner .modal-popup-box{
		position: unset;
		margin-bottom: 40px;
	}
}
/* Children banner End */

.shidev{
	text-align: center;
	padding: 5px 0;
	color: #616965;
	font-size: 13px;
}
.shidev img{
	max-width: 80px;
	padding: 0;
	margin-top: -7px;
}
@media (max-width: 980px){
	/*.trp-ls-shortcode-current-language{
		width: 20px!important;
		height: 20px!important;
	}*/
	.trp-ls-shortcode-current-language a{
		width: 20px!important;
		height: 20px!important;
		background-image: url('assets/img/lang.png')!important;
		background-size: contain!important;
		background-repeat: no-repeat!important;
		color: transparent!important;
	}
	.trp-language-switcher > div:before{
		display: none!important;
	}
}

/* responsive.min.css */
@media(max-width:1200px){.tg-container{padding:0 1%;width:98%}.boxed{width:97%}.full-width .alignwide{margin-left:-10px;margin-right:-10px}}@media(max-width:980px){.logo,.search-wrap,.cart-wrap{z-index:99}.header-bottom{position:relative}#site-navigation,.center-logo-below-menu #site-navigation{float:right;padding:20px 0}.center-logo-below-menu .logo{float:left;width:auto}.left-logo-below-menu .header-bottom .site-navigation-wrapper,.center-logo-below-menu .header-bottom .site-navigation-wrapper{width:auto;float:right;text-align:left;position:static}#site-navigation ul li:hover>a::before,#site-navigation ul li.current-menu-item>a::before{display:none}#masthead #site-navigation .menu-scrollbar{overflow-y:scroll}#site-navigation .menu{background:#fff none repeat scroll 0 0;display:none;left:0;position:absolute;top:100%;width:100%;z-index:9999;padding:0 20px}#site-navigation .menu-toggle{cursor:pointer;display:inline-block;font-size:20px}#site-navigation ul li,.transparent #site-navigation ul li{float:none;margin-right:0;padding:0;position:relative;border-bottom:1px solid rgba(0,0,0,0.1)}#site-navigation ul li:last-child,.transparent #site-navigation ul li:last-child{border-bottom:0}#site-navigation ul.submenu li{padding:0}#site-navigation ul.sub-menu::before{display:none}#site-navigation ul.sub-menu,.transparent #site-navigation ul.sub-menu{background:#fff none repeat scroll 0 0;display:none;border-radius:0;min-width:100%;opacity:1;position:static;left:0;top:0;-webkit-transition:none 0s ease 0s;-moz-transition:none 0s ease 0s;-ms-transition:none 0s ease 0s;-o-transition:none 0s ease 0s;transition:none 0s ease 0s;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0);visibility:visible;box-shadow:none;padding-left:20px;border-top:1px solid rgba(0,0,0,0.1)}#site-navigation ul>li a{line-height:42px;padding:0 15px}#site-navigation ul.sub-menu li a,#site-navigation ul.sub-menu li ul.sub-menu li a,.transparent #site-navigation ul li a,.transparent #site-navigation ul.sub-menu li a{color:#4c5867;display:block;line-height:42px;padding:0 0 0 20px;text-align:left}#site-navigation ul.sub-menu li{padding:0}#site-navigation ul li:hover,#site-navigation ul li.current-menu-item,#site-navigation ul li.current-menu-ancestor,#site-navigation ul.sub-menu li.current-menu-item,#site-navigation ul.sub-menu li.current-menu-ancestor,#site-navigation ul.sub-menu>li:hover{color:#30afb8}#site-navigation ul li:hover>a,#site-navigation ul li.current-menu-item a,#site-navigation ul li.current-menu-ancestor a{display:block;-webkit-transition:background .5s ease 0s;-moz-transition:background .5s ease 0s;-ms-transition:background .5s ease 0s;-o-transition:background .5s ease 0s;transition:background .5s ease 0s}#site-navigation ul.sub-menu>li:hover:first-child a,#site-navigation ul.sub-menu>li:hover:last-child a{border-radius:0}#site-navigation ul.sub-menu li:hover .sub-toggle i{color:#fff}#site-navigation ul li.menu-item-has-children .sub-toggle{position:absolute;top:11px;right:15px;background-color:#30afb8;height:20px;width:20px;text-align:center;line-height:20px;color:#fff}#site-navigation ul li.menu-item-has-children:hover .sub-toggle,.transparent #site-navigation ul li:hover .sub-toggle{color:#fff;cursor:pointer}#site-navigation ul li.menu-item-has-children ul.submenu li a,.transparent .is-sticky #site-navigation ul li .sub-toggle{color:#fff}#site-navigation ul li ul.sub-menu li.menu-item-has-children ul{left:0;opacity:1;visibility:visible}#site-navigation ul li ul.sub-menu li.menu-item-has-children .sub-toggle{top:15px;color:#fff;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}#site-navigation ul li ul.sub-menu li.menu-item-has-children ul{transition:none}#site-navigation ul li ul.sub-menu li.menu-item-has-children:hover .sub-toggle{cursor:pointer;color:#fff}.transparent #site-navigation ul li:hover a::before{display:none}.transparent.header-sticky #site-navigation ul li a,.transparent.header-sticky #site-navigation .menu-toggle{color:#333}}@media(max-width:768px){#top-footer .tg-column-wrapper .tg-column-4{width:47%}.tg-team-widget.tg-team-layout-2 .team-wrapper .team-content-wrapper{text-align:center}.team-img{text-align:center}.tg-team-widget.tg-team-layout-2 .team-designation::after{left:50%}.tg-slider-widget .caption-title{font-size:30px;line-height:1.5}.tg-slider-widget .caption-desc{font-size:16px;line-height:1.5;margin:10px 0}.blog-section .tg-blog-widget{margin-bottom:30px}.blog-wrapper.tg-column-wrapper{margin:0}.blog-section .tg-blog-widget-layout-2 .tg-column-3{margin-left:15px;width:47%}.blog-section .tg-blog-widget-layout-2 .tg-column-3:nth-of-type(2n+1){clear:both}#primary,#secondary{float:none;width:100%}.tg-service-widget.tg-service-layout-2 .service-icon-wrap{margin:0 auto 5px}.tg-service-widget .service-content-wrap{margin:0 0 10px}.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget{width:30.33%}.tg-service-widget .service-more{margin-bottom:30px}.tg-service-widget .service-more:last-child{margin-bottom:0}.tg-service-widget.tg-service-layout-1 .service-content-wrap{margin:20px 0}.tg-service-widget.tg-service-layout-1{margin:20px 0}.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-4{width:50%}.feature-product-section .tg-feature-product-widget.tg-column-4{width:47%}.tg-feature-product-layout-1 .grid{margin:0}.fun-facts-section{margin:30px 0}.blog-section .tg-column-wrapper .tg-blog-widget-layout-1.tg-column-2{margin:0 11px 20px;width:47%}.blog-section .row:nth-child(2n+1) .post-image::before,.blog-section .row:nth-child(2n) .post-image::before{display:none}.blog-section .tg-blog-widget-layout-1 .row:nth-child(2n+1) .post-image,.blog-section .tg-blog-widget-layout-1 .row:nth-child(2n+1) .blog-content,.blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .post-image,.blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .blog-content{float:none;width:100%}.blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .tg-column-2,.blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n+1) .post-image,.blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n+1) .blog-content,.blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .post-image,.blog-section .tg-column-wrapper.tg-blog-widget-layout-1 .row:nth-child(2n) .blog-content{width:100%;margin:0 0 20px}.tg-blog-widget-layout-1 .row{margin-bottom:20px}.tg-blog-widget-layout-1 .row:last-child{margin-bottom:0}.header-top{display:none}.full-width.box-layout .alignwide,.full-width-center.box-layout .alignwide{margin-left:-20px;margin-right:-20px}}@media(max-width:600px){.header-top .tg-container{text-align:center}.header-top .contact-info,.header-top .social-menu{float:none;line-height:24px;display:inline-block}.header-top .tg-column-wrapper{flex-direction:column;text-align:center}#top-footer .tg-column-wrapper{margin:0 3%}#top-footer .tg-column-wrapper .footer-block{width:100%;margin:0 0 30px 0}#top-footer .tg-column-wrapper .tg-column-4:last-child{margin:0}#bottom-footer{text-align:center}#bottom-footer .copyright,#bottom-footer .footer-menu{float:none;display:inline-block}.about-section .about-content-wrapper{text-align:center;width:100%;float:none;padding:0}.about-section .tg-column-wrapper{text-align:center}.about-section .about-section-image{margin-top:20px}.call-to-action-section .btn-wrapper a{display:block;margin:20px auto 0;font-size:14px}.call-to-action-section .btn-wrapper a:first-child,.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a:first-child{margin:0 auto 20px}.call-to-action-section .section-title-wrapper .section-title{font-size:23px}.feature-product-section .tg-feature-product-widget{width:47%}.blog-section .row:nth-child(2n+1) .post-image::before,.blog-section .row:nth-child(2n) .post-image::before{display:none}.header-top .tg-column-2{float:none;width:auto}.header-top .tg-column-2:last-child{float:none}.header-bottom .cart-wrap:hover .widget_shopping_cart{display:none}.blog.grid-view #primary .post,.archive.grid-view #primary .post{width:100%}#primary .post .entry-thumbnail img{width:100%}.blog #primary .post .entry-thumbnail,.archive #primary .post .entry-thumbnail{float:none;width:100%}.blog #primary .post .entry-content-block,.archive #primary .post .entry-content-block{width:100%}.about-content-wrapper .section-title,.about-content-wrapper .section-description{text-align:center}.about-section .about-section-image{display:none}.blog-section .tg-blog-widget-layout-2 .tg-column-3{margin-left:0;width:100%}.full-width .alignwide,.full-width-center .alignwide{margin-left:0;margin-right:0}.full-width.boxed .alignwide,.full-width-center.boxed .alignwide{margin-left:0;margin-right:0}}@media(max-width:480px){.tg-slider-widget::before{content:" ";display:block;clear:both}.logo .logo-image{padding:0;transform:scale(0.8)}.logo-text{padding:20px 0}.logo .logo-text .site-title{line-height:24px}.tg-slider-widget.slider-content-left .caption-desc,.tg-slider-widget.slider-content-center .caption-desc{font-size:12px;line-height:16px}.tg-slider-widget.slider-content-left .caption-title,.tg-slider-widget.slider-content-center .caption-title{font-size:14px;line-height:18px}.tg-slider-widget .btn-wrapper a{font-size:10px;padding:2px 15px}.logo .site-title{font-size:18px;line-height:24px}.site-description{font-size:12px}.center-logo-below-menu .logo,.logo{padding:20px 0}.center-logo-below-menu .logo .logo-image{padding:0}.call-to-action-section .btn-wrapper a,.call-to-action-section .btn-wrapper a:first-child{width:200px}.slider-arrow{display:none}.header-top .tg-column-wrapper .tg-column-2{width:100%}.header-top ul.contact-info li{text-align:center;width:100%}.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget,.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-3,.feature-product-section .tg-feature-product-widget.tg-column-4,.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-4{width:97%}.tg-slider-widget .caption-desc{display:none}.tg-slider-widget .caption-title{margin-bottom:10px}.header-bottom .search-wrap{display:none}.header-bottom .cart-wrap{padding:20px 10px}.call-to-action-section .call-to-action-section-layout-2 .section-title-wrapper,.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper{display:block;width:100%}.call-to-action-section .call-to-action-section-layout-2 .section-title{text-align:center}.boxed .tg-container{padding:0 15px}}@media(max-width:320px){.tg-slider-widget .caption-desc{display:none}.tg-slider-widget .caption-title{margin-bottom:10px}}
/* responsive.min.css */


/* Search form Start */
.hl_search{
	width: 43px;
	height: 36px;
	cursor: pointer;
	overflow: hidden;
	z-index: 5;
	position: relative;
}

div.asl_w{
	box-shadow: none!important;
	overflow: visible!important;
	
}
.asl_w .probox{
	
	overflow: visible!important;
	
}
div.asl_w .probox .promagnifier{
	width: 43px!important;
    height: 36px!important;
}
div.asl_w .probox .promagnifier .innericon{
    border-radius: 30px;
    width: 43px!important;
    height: 36px!important;
    transition: 0.2s all ease;
}
div.asl_w .probox .promagnifier .innericon svg{
	fill: #1A7A46!important;
}
div.asl_w .probox .proinput{
	position: absolute!important;
	right: 0;
	width: 240px!important;
	/*display: none;*/
    
    z-index: 10;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
}
.hl_search div.asl_w .probox{
	height: 36px;
}
.hl_search div.asl_w .probox .proinput input{
	height: 36px!important;
    padding: 0 45px 0 20px!important;
    border-radius: 30px;
    background-color: #F8F7F7!important;
    box-sizing: border-box;
    font-size: 16px!important;
}

.hl_search div.asl_w .probox .proclose{
	height: 36px;
	position: absolute;
    right: 45px;
}
.hl_search div.asl_w .probox .proloading{
    height: 22px;
    position: absolute;
    right: 48px;
    z-index: 200000000;
    width: 22px;
    top: 8px;
}

.hl_search.search-block-open{
	overflow: visible;
}
.hl_search.search-block-open .probox .proinput{
	display: block;
    /*box-shadow: 0 0 7px 0px rgba(0,0,0,0.4)!important;	*/
    opacity: 1;
    visibility: visible;
}
.hl_search.search-block-open div.asl_w .probox .promagnifier .innericon{
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

div.asl_r.vertical{
	margin-left: -200px;
}
.hl_search div.asl_m .probox .proclose svg{
    background: #d4d4d4;
    box-shadow: none;
}
@media(min-width: 981px){
	.hl_search:not(.search-block-open) div.asl_w{
	pointer-events: none;
}
}
@media(max-width: 980px){
	.hl_search{
		width: 100%;
	}
	div.asl_w .probox .promagnifier{
	    position: absolute;
	    right: 0;
	    top:0;
	}
	div.asl_w .probox .proinput{
		width: 100%!important;
	    opacity: 1;
		visibility: visible;
	}
	div.asl_r.vertical{
	    margin-left: -40px;
    	z-index: 9999;
	}
}
/* Search form End */