@charset "ISO-8859-1";
/* 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: VAGRoundedStd-Black by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/vag-rounded/black/
 * 
 * Webfont: VAGRoundedStd-Thin by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/vag-rounded/thin/
 * 
 * Webfont: VAGRoundedStd-Light by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/vag-rounded/light/
 * 
 * Webfont: VAGRoundedStd-Bold by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/vag-rounded/bold/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3551754
 * Licensed pageviews: 2,500,000
 * Webfonts copyright: Copyright &#x00A9; 2015 Monotype GmbH. All rights reserved.
 * 
 *   2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */

@font-face {
  font-family: 'VAGRoundedStd-Black';
  src: url('webfonts/36320A_0_0.eot');
  src: url('webfonts/36320A_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/36320A_0_0.woff2') format('woff2'), url('webfonts/36320A_0_0.woff') format('woff'), url('webfonts/36320A_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'VAGRoundedStd-Thin';
  src: url('webfonts/36320A_1_0.eot');
  src: url('webfonts/36320A_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/36320A_1_0.woff2') format('woff2'), url('webfonts/36320A_1_0.woff') format('woff'), url('webfonts/36320A_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'VAGRoundedStd-Light';
  src: url('webfonts/36320A_2_0.eot');
  src: url('webfonts/36320A_2_0.eot?#iefix') format('embedded-opentype'), url('webfonts/36320A_2_0.woff2') format('woff2'), url('webfonts/36320A_2_0.woff') format('woff'), url('webfonts/36320A_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'VAGRoundedStd-Bold';
  src: url('webfonts/36320A_3_0.eot');
  src: url('webfonts/36320A_3_0.eot?#iefix') format('embedded-opentype'), url('webfonts/36320A_3_0.woff2') format('woff2'), url('webfonts/36320A_3_0.woff') format('woff'), url('webfonts/36320A_3_0.ttf') format('truetype');
}
:root {
    --orange-color: rgb(254,80,0);
	--black-color: rgb(38,38,38);
	--main-color-white: rgb(255 255 255);
    --main-font: 'VAGRoundedStd-Bold', sans-serif;
  }
body {
 background: #ededef;
  font-family: var(--main-font);
  color: var(--black-color);
  height:  auto !important;
}
body.page-template-tpl-kiosk
{
	height: 100%!important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: normal;
  margin: 0;
}
body header
{
	position:relative;
}
body h1 {
  font-size: 52px;
}
body .gtn h1 {
	font-size: 30px;
  }
body h2 {
  font-size: 30px;
}

body h3 {
  font-size: 26px;
}

body h4 {
  font-size: 24px;
  color: var(--black-color);
}

body h5 {
  font-size: 20px;
}
body h6 {
  font-size: 16px;
}
a 
{
	text-decoration: none;
}
p a, li a
{
	color: var(--orange-color);	
}
p a:hover, li a:hover
{
	color: var(--black-color);
}
hr
{
	opacity:1;
}
body .container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
body img {
  max-width: 100%;
}
body div {
  box-sizing: border-box;
}
body .btn {
  padding: 0 20px;
  line-height: 30px;
  border-radius: 15px;
  background: var(--orange-color);
  border:solid 1px var(--orange-color);
  color: var(--main-color-white);
  font-size: 15px;
  text-transform:none;
  border-radius: 0;
}
body .btn:hover
{
	background: var(--main-color-white);
	color: var(--orange-color);
}
.back-btn
{
	display: none;
}
.dm-active .back-btn
{
	
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.overflow-hidden
{
	overflow: hidden !important;
}
body .buttons {
  display: inline-block;
}
body .buttons a {
  border: solid 2px var(--main-color-white);
  width: calc(50% - 1.125em); 
  margin-left: 1.125em;
  margin-bottom: 20px;
  float: left;
  border-radius: 15px;
  padding:10px 0 10px 107px;
  font-size: 26px;
  color: var(--main-color-white);
  text-transform: uppercase;
  line-height: 30px;
  position: relative;
  display:flex;
}
body .buttons a div {
  float: left;
  width: 85px;
  position: absolute;
  height: 100%;
  background: var(--black-color);
  padding: 0 10px 0;
  text-align: center;
  left: 0;
  top: 0;
  border-radius: 11px 0 0 11px;
  border-right: solid 2px var(--main-color-white);
  color: var(--main-color-white);
  display:flex;
      align-items: center;
  
}
body .buttons a div p
{
	margin:0;
}
body .buttons a:hover,body .buttons a.active {
  text-decoration: none;
  background: var(--black-color);
}
body .buttons a:hover div,body .buttons a.active div {
  background: var(--main-color-white);
  color: var(--orange-color);
}
body .buttons a.white {
  background: var(--main-color-white);
  padding: 10px 10px 10px 30px !important;
  text-align: center;
}
body .buttons a.white span {
  color: var(--orange-color);
  width: 100% !important;
  line-height: 100%;
  padding-right: 30px;
  position: relative;
  line-height: 28px;
  display:flex;
      align-items: center;
}
body .buttons a.white span:after {
  background: url(../images/ico_bot_arrow_b.png) no-repeat 0 0;
  content: '';
  width: 25px;
  height: 16px;
  display: block;
  position: absolute;
  right: 10px;
  top: 40%;
}
body .buttons a.white:hover {
  background: var(--black-color);
}
body .buttons a.white:hover span {
  color: var(--main-color-white);
}
body .buttons a.white:hover span:after {
  background: url(../images/ico_bot_arrow_b.png) no-repeat 0 bottom;
}
body header {
  background: var(--main-color-white);
  padding: 15px 0;
}
body header .navbar-band {
	display: block;
    width: 70px;
    height: 52px;

}
body header .navbar-band img
{
	width:70px;
}
body header .navbar-band + h2 {
  display: inline-block;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
  font-size:17px;
}
body header .navbar-band + h2 a {
  color: var(--orange-color);
}
body header .navbar-band + h2 a:hover {
  color: #000;
  text-decoration: none;
}
body header .hdr_info {
  text-align: right;
}
 /*body header .hdr_info ul {
 display: inline-block;
  margin: 0;
  padding: 0;
}
body header .hdr_info ul.icons li {
  list-style: none;
  margin: 0 10px;
  display: inline-block;
}
body header .hdr_info ul.icons li a {
  background-image: url(../images/header.png?v-1.0);
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  display: block;
}
body header .hdr_info ul.icons li a.setting {
  background-position: -69px 0;
}
body header .hdr_info ul.icons li a.cam {
  background-position: -135px 0;
}
body header .hdr_info ul.icons li a.fly {
  background-position: -205px 0;
}
body header .hdr_info ul.time {
  margin: 0 0 0 20px;
  list-style:none;
}
body header .hdr_info ul.time .inter p {
  font-size: 18px;
  color: #8f8f8f;
  line-height: 24px;
  margin: 0;
  text-align: left;
}
body header .hdr_info ul.time .local {
  border-left: solid 1px #8f8f8f;
  display:inline-block;
}
body header .hdr_info ul.time .local p {
  font-size: 50px;
  color: var(--orange-color);
  line-height: 50px;
  margin: 0 0 0 25px;
  text-align: left;
}
body.iglu-kiosk-enabled aside .social, body.iglu-kiosk-enabled a.external, body.iglu-kiosk-enabled .hdr_info ul.icons {
	display:none;
}*/
section 
{
	width: 100%;
}
#kiosk-carousel .owl-item 
{
	opacity: 0.5;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
#kiosk-carousel .owl-item.active
{
	opacity: 1;
}
#kiosk-carousel .owl-item::after
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80%;
	content: '';	
	background-image: linear-gradient(180deg, transparent, rgba(0,0,0,1));
}
#kiosk-carousel .owl-item .content 
{
	position: absolute;
	bottom: 50px;
	padding: 0 40px;
	z-index: 2;
	width: 100%;
}
#kiosk-carousel .owl-item .content h2, #kiosk-carousel .owl-item .content p 
{
	color: var(--main-color-white);
}
#kiosk-carousel .owl-item .content h2
{
	margin-bottom: 20px;
}
#kiosk-carousel .owl-item .content p 
{
	font-family: 'VAGRoundedStd-Light';
	font-size: 17px;
	max-width: 75%;
	margin-bottom: 0;
}
#kiosk-carousel .owl-item .content  .btn 
{
	position: absolute;
	right: 100px;
	margin-top: -38px;
	border-radius: 0;
}
#kiosk-carousel .owl-nav 
{
	position: absolute;
	top: 50%;
	width: 100%;
}
#kiosk-carousel .owl-nav .owl-prev 
{
	left: 8%;
	position: absolute;
}
#kiosk-carousel .owl-nav .owl-next 
{
	right: 16%;
	position: absolute;
}
#kiosk-carousel .owl-nav .owl-prev:focus-visible,
#kiosk-carousel .owl-nav .owl-next:focus-visible
{
	border: 0;
}
.cFooter
{
	background-color: var(--orange-color);
	padding: 10px 0;
}

.cFooter .container a , .cFooter .container span, .cFooter .container p
{
	color: var(--main-color-white);
	margin: 0;
}
.cFooter .container a
{
	margin-right: 20px;
}

main section.left .badges .events .content .info img 
{
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.d-flex 
{
	display: flex;
}
.justify-content-center
{
	justify-content: center;
}
.align-center
{
	align-items: center;
}
.cFooter
{
	position:relative;
	bottom: 0;
	width: 100%;
	height: 40px;
	left: 0;
	margin-top: 40px;
}
.cFooter .container , header .container , main .container
{
	width: 1460px;
	max-width: 100%;
}

.main-menu, .social-menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
}
.social-menu
{
	position: absolute;
	right: 0;
}
.main-menu li , .social-menu li
{
	padding: 0 30px;
	height: 50px;
	display: flex;
	align-items: center;
	border-right: solid 1px #545454;
}
.social-menu li
{
	height: 29px;	
}
.main-menu li:last-child, .social-menu li:last-child
{
	border: 0;
	padding-right: 0;
}

.main-menu li  a 
{
	padding: 0 ;
	background-position: 0 center;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #545454;
	line-height: 38px;
	display:flex;
}
.social-menu li a 
{
	background-position: center;
	background-repeat: no-repeat;
	width:32px ;
	height: 31px;
	display: inline-block;
	margin-right: 12px;
	position: relative;
}
.social-menu li a:last-child 
{
	margin: 0;
}
.main-menu li  a:hover 
{
	color: var(--orange-color);
	text-decoration: none;
}
.main-menu li  a.te
{
	background-image: url(../images/ic_te.png) ;
}

 .page-template-tpl-teams .main-menu li  a.te
{
	background-image: url(../images/ic_te_h.png) ;
	color: var(--orange-color);
}

.main-menu li  a.te::after
{
	position: absolute;
	left: -9999px;
	background-image: url(../images/ic_te_h.png) ;
	content: '';
}
.main-menu li  a.su
{
	background-image: url(../images/ic_su.png);
}
.page-id-253  .main-menu li  a.su
{
	background-image: url(../images/ic_su_h.png);
	color: var(--orange-color);
}
.page-template-tpl-property-info  .main-menu li  a.su::after
{
	position: absolute;
	left: -9999px;
	background-image: url(../images/ic_su_h.png) ;
	content: '';
}
.main-menu li  a.ev
{
	background-image: url(../images/ic_ev.png) ;
}
.post-type-archive-events .main-menu li  a.ev
{
	background-image: url(../images/ic_ev_h.png) ;
	color: var(--orange-color);
}
.post-type-archive-events .main-menu li  a.ev::after
{
	position: absolute;
	left: -9999px;
	background-image: url(../images/ic_ev_h.png) ;
	content: '';
}
.nav_img_wrap
{
	position: relative;
	width: 40px;
    height: 40px;
    margin-right: 7px;
	display: flex;
}
.main-menu a img
{
	position: absolute;
	left:0;
	top:0;
}
.main-menu .hover_img
{
	position: absolute;
	opacity: 0;
	left:0;
	top:0;
}
.main-menu a:hover .def_img,
.page-template-tpl-teams .main-menu li  a.nav-team .def_img,
.page-id-253 .main-menu li  a.nav-sup .def_img,
.post-type-archive-events .main-menu li  a.nav-eve .def_img
{
	opacity: 0;
}
.main-menu a:hover .hover_img,
.page-template-tpl-teams .main-menu li  a.nav-team .hover_img,
.page-id-253 .main-menu li  a.nav-sup .hover_img,
.post-type-archive-events .main-menu li  a.nav-eve .hover_img
{
	opacity: 1;	
}
.page-template-tpl-teams .main-menu li  a.nav-team,
.page-id-253 .main-menu li  a.nav-sup,
.post-type-archive-events .main-menu li  a.nav-eve 
{
	color: var(--orange-color);
}
@media screen and (min-width: 992px) {
	.main-menu li  a.te:hover
	{
		background-image: url(../images/ic_te_h.png) ;
		color: var(--orange-color);
	}
	.main-menu li  a.su:hover
	{
		background-image: url(../images/ic_su_h.png);
		color: var(--orange-color);
	}
	.main-menu li  a.ev:hover
	{
		background-image: url(../images/ic_ev_h.png) ;
		color: var(--orange-color);
	}
}
.main-menu li  a.mo
{
	background-image: url(../images/ic_more.png) ;
}
.social-menu li   a.fb
{
	background-image: url(../images/ic_fb.png) ;
}
.social-menu li   a.in
{
	background-image: url(../images/ic_in.png) ;
}
.social-menu li   a.tik
{
	background-image: url(../images/ic_tik.png) ;
}
.social-menu li   a.tw
{
	background-image: url(../images/ic_tw.png) ;
}
.social-menu li   a.ac
{
	background-image: url(../images/ic_ac.png) ;
}
header .btn_ctrl
{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.dd-menu
{
	position: fixed;
	left: 0;
	top: 82px;
	width: 100%;
	background: #ededef;
	z-index: 99;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-out;
}
.dd-menu.expand 
{
	max-height: 2000px;
}
@media screen and (min-width: 1024px) {
	.dd-menu.expand .col-sm-3 ul {
		height: calc(100vh - 200px);
    	overflow: auto;
		overflow-x: hidden;
	}
}
.prpt_nav > .container
{
	position: relative;
}
.prpt_nav > .container::before
{
	content: '';
	position: absolute;
	left: 30px;
	width: calc(100% - 60px);
	top: 0;
	border-top: solid 1px #bbbbbc;
}
.dd-menu ul , .prpt_nav ul
{
	list-style: none;
	margin-bottom: 30px;
	text-align: left;
	padding: 0;
}
.dd-menu ul li, .prpt_nav ul li
{
	list-style: none;
	text-align: left;
	padding: 0 5px;
	display: flex;
	width: 100%;
	border-bottom: solid 1px #bbbbbc;
}
.dd-menu ul li a , .prpt_nav ul li a
{
	width: 100%;
	font-size: 16px;
	color: #545454;
	text-decoration: none;
	line-height: 35px;
}
.dd-menu ul li a:hover , .prpt_nav ul li a:hover
{
	color: var(--orange-color);
}
.dd-menu h4, .prpt_nav h4, .dd-menu h4 a, .prpt_nav h4 a
{
	color: var(--orange-color);
	text-align: left;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.bg-layer
{
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0;
	top: 82px;
	width: 100%;
	height: calc(100% - 82px);
	display: none;
	overflow: hidden;
	transition: max-height 1s ease-out;
	z-index: 9;
}
.bg-layer.expand 
{
	display: block;
}
.teams 
{
	display: flex;
	flex-wrap: wrap;
	float: left;
	justify-content: flex-start;
}
.team-face 
{
	width: 168px;
	display: flex;
	flex-wrap: wrap;
	margin-right: 20px;
	margin-bottom: 20px;
}
.team-face span 
{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 20px;
	color: var(--orange-color);
	font-family: var(--main-font);
	padding-top: 10px;
}
.main .eventdet .content .team-face > div 
{
	width: 165px ;
	height: 165px;
	display: block;
	background-size: cover;
	border: solid 5px transparent;
	margin: 0 !important;
	background-repeat: no-repeat;
}
.main .eventdet .content .team-face.active > div
{
	border: solid 5px var(--orange-color);
}
.main .eventdet .content .team-face:hover 
{
	text-decoration: none !important;
}
.team_hdr h3 
{
	color: var(--orange-color);
}
.team_hdr hr , .team_tabs hr
{
	width: 100%;
	border-top: solid 1px #bbbbbc;
	margin: 30px 0 ;
	opacity:1;
}
.team_tabs a 
{
	color: var(--black-color);
	text-decoration: none;
	font-size: 20px;
	font-family: var(--main-font);
	margin: 0 40px 0 0;
	position: relative;
}
.team_tabs a.active 
{
	color: var(--orange-color);
}
.team_tabs
{
	position: relative;
}
.gg-shape-triangle {
    position: relative;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 17px;
    border-left: 1px solid transparent;
    border-bottom:1px solid transparent;
	position: absolute;
	bottom: -23px;
	left: 7px;
	display: none !important;
	opacity: 0;
}
.gg-shape-triangle,
.gg-shape-triangle::before {
    display: block;
    box-sizing: border-box;
    border-right: 1px solid transparent;
}
.gg-shape-triangle::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 1px solid #bbbbbc;
    border-top:1px solid #bbbbbc;
    border-bottom: 1px solid transparent;
    transform: rotate(45deg) skew(10deg,10deg);
	left: 23px;
    bottom: -11px;
	background-color: #ededef;
	display: none;
}
.team_tabs a.active .gg-shape-triangle
{
	display: block!important;
	opacity: 1;
}
.team_tabs a.rl .gg-shape-triangle
{
	left: 40px;
}
#kiosk-carousel.owl-carousel .owl-item img ,
#kiosk-carousel.owl-carousel .owl-item
{
	max-width: 1240px;
}
#kiosk-carousel.owl-carousel .owl-stage
{
	/*margin-left: -73px;*/
}
.wp-block-button__link
{
	color: #fff;
}
.wp-block-button__link:hover 
{
	background-color: var(--orange-color);
	color: #fff;
	text-decoration: none;
}
@media screen and (min-width: 1920px) {
    #kiosk-carousel.owl-carousel .owl-item img, #kiosk-carousel.owl-carousel .owl-item {
		max-width: unset !important;
	}
	#kiosk-carousel.owl-carousel .owl-stage {
		margin-left: unset;
	}
	#kiosk-carousel .owl-nav .owl-next {
    	right: 8%;
    }
}
@media screen and (max-width: 1450px) {
  h2 {
    font-size: 36px;
  }
  h5 {
    font-size: 16px;
  }
  p {
    font-size: 17px;
  }
}
@media screen and (min-width: 1910px) {
	body.iglu-kiosk-enabled {
		overflow: hidden !important;
	}
	*:fullscreen,
	*:full-screen,
	*:-ms-fullscreen,
	*:-webkit-full-screen,
	*:-moz-full-screen {
	   overflow: hidden !important;
	}
	
	:fullscreen aside .social,
	:full-screen aside .social,
	:-ms-fullscreen aside .social,
	:-webkit-full-screen aside .social,
	:-moz-full-screen aside .social {
	   display:none;
	}
	:fullscreen a.external,
	:full-screen a.external,
	:-ms-fullscreen a.external,
	:-webkit-full-screen a.external,
	:-moz-full-screen a.external {
	   display:none;
	}
	:-webkit-full-screen, :-moz-full-screen, :-ms-fullscreen, :full-screen, :fullscreen {
	  /* properties */
	}
}
main {
  padding-top: 30px;
  /*padding-bottom:30px;*/
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100vh - 162px);
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
}

main section.left {
  width: 100%;
  -ms-flex: 0 100%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
}
main section.left .banner {
  width: 100%;
  float: left;
  padding: 0 0 40px 0;
}
main section.left .banner .carousel .item div {
  height: 607px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  /*border-radius: 15px;*/
  background-size: cover;
}
main section.left .banner .carousel .item .content {
  width: 365px;
  background: rgba(0, 0, 0, 1);
  height: 100%;
  z-index: 9;
  float: left;
  /*border-radius: 15px 0 0 15px;*/
  padding: 60px 30px;
}

main section.left .banner .carousel .item .content h5 {
  color: var(--main-color-white);
  position: relative;
  float: left;
  line-height: 45px;
  margin-bottom: 30px;
  margin-right: 10px;
}
main section.left .banner .carousel .item .content h5:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: solid 1px var(--main-color-white);
  content: '';
}
main section.left .banner .carousel .item .content h5:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: solid 1px var(--main-color-white);
  content: '';
}
main section.left .banner .carousel .item .content h2 {
  float: left;
  color: var(--orange-color);
  font-size: 35px;
  /*width: 200px;*/
  text-transform: uppercase;
}
main section.left .banner .carousel .item .content p {
  color: var(--main-color-white);
  font-size: 20px;
  float: left;
  margin-top: 30px;
}
main section.left .banner .carousel .carousel-control {
  background: none transparent;
  height: 50px;
  /*bottom: 25px;*/
  top: 50%;
  width: 50px;
  opacity: 1;
}
main section.left .banner .carousel .carousel-control.right {
  /*right: auto;
  left: 100px;*/
}
main section.left .banner .carousel .carousel-control.right span {
  background: url(../images/ico_right_arrow.png) no-repeat center;
  width: 50px;
  height: 50px;
  display: block;
}
main section.left .banner .carousel .carousel-control.left {
  left: 325px;
}
main section.left .banner .carousel .carousel-control.left span {
  background: url(../images/ico_left_arrow.png) no-repeat center;
  width: 50px;
  height: 50px;
  display: block;
}
main section.left .badges {
  width: 100%;
  /*float: left;
  padding: 30px;
 background: var(--orange-color);*/
}
main section.left .badges .events {
  width: 1460px;
  margin: 0 auto;
  border-radius: 15px;
  height: auto;
  display: flex;
  padding: 0 30px;
  flex-wrap: wrap;
  max-width: 100%;
}
/*main section.left .badges .events .header {
  background: var(--main-color-white);
  padding: 6px 8px 8px 125px;
  border-radius: 15px 15px 0 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
}*/
main section.left .badges .events .header h4 {
  font-size: 28px;
  color: var(--orange-color);
  position: relative;
  float: left;
  line-height: 37px;
  margin-bottom: 15px;
}
/*main section.left .badges .events .header h4:before {
  background: url(../images/calendar_icon.png) no-repeat center;
  content: '';
  width: 91px;
  height: 91px;
  display: block;
  position: absolute;
  left: -105px;
  top: -35px;
  z-index: 9;
  background-size:contain;
}*/
main section.left .badges .events .header .btn {
  float: right;
  padding: 5px 20px;		
	  border-radius: 15px;		
	  background: var(--orange-color);		
	  color: var(--main-color-white);		
	  font-size: 18px;		
	  text-transform: capitalize;
}
main section.left .badges .events .header .btn:hover
{
	background:var(--black-color)
}
main section.left .badges .events .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
}
main section.left .badges .events .content .date {
  width: 11%;
  float: left;
  background: #393939;
  height: 100%;
  border-right: solid 3px var(--main-color-white);
  position: relative;
  z-index: 2;
}
main section.left .badges .events .content .date.corner {
  border-radius: 0 0 0 15px;
}
main section.left .badges .events .content .date .arrow-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #393939;
  position: absolute;
  right: -15px;
  top: 34%;
}
main section.left .badges .events .content .date h3 {
  color: var(--main-color-white);
  transform: rotate(-90deg);
  width: 200px;
  position: absolute;
  left: -62px;
  /* top: -51px; */
  margin-top: 15px;
}
main section.left .badges .events .content .info {
	width:100%;
	padding: 0;
  }
main section.left .badges .events .content > a {
  width: calc(25% - 15px);
   padding: 0;
}
main section.left .badges .events.list .content > a
{
	margin-bottom: 40px;
}
main section.left .badges .events .content > a:hover 
{
	text-decoration: none !important;
}
main section.left .badges .events .content .info h4 {
  padding: 20px 0; 
  width: 100%;
  border-bottom: solid 1px #9d9d9f;
  color: var(--orange-color);
  font-size: 22px;
  margin-bottom: 20px;
}
main section.left .badges .events .content .info p
{
	font-size: 20px;
	margin: 0;
	line-height: 24px;
}
main section.left .badges .events .content .info p span 
{
	color: var(--orange-color);
}
.main .eventdet .content .wp-block-columns.are-vertically-aligned-center
{
	display:inline-block;	
}


main section.left .badges .buttons {
  display: inline-block;
  width: 48%;
  float: right;
}
main section.left .badges .buttons a {
  border: solid 2px var(--main-color-white);
  width: calc(50% - 1.125em);
  margin-right:1.125em;
  float: left;
  margin-bottom: 30px;
  border-radius: 15px;
  padding: 20px 10px 20px 95px;
  font-size: 26px;
  color: var(--main-color-white);
  text-transform: uppercase;
  line-height: 30px;
  position: relative;
  display:flex;
}
main section.left .badges .buttons a span {
  position: relative;
  align-items: center;
  display: flex;
  min-height: 46px;
  padding-right:20px;
}
main section.left .badges .buttons a:hover {
  text-decoration: none;
}
main section.left .badges .buttons a:hover:before {
 background-color: var(--black-color);	
	  border-radius: 15px;
  border-right: solid 0px var(--main-color-white);
}
main section.left .badges .buttons a:after {
  position: absolute;
  left: 15px;
  top: 26px;
  content: '';
  width: 90px;
  height: 100%;
  background-repeat: no-repeat;
}
main section.left .badges .buttons a:before {
  background-color: var(--black-color);
  width: 80px;
  lefT: 0;
  top: 0;
  height: 100%;
  content: '';
  display: block;
  border-right: solid 2px var(--main-color-white);
  position: absolute;
  border-radius: 15px 0 0 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main section.left .badges .buttons a.im,main section.left .badges .buttons a.ue
{
	margin-right:0;
}
main section.left .badges .buttons a.rl:after {
  background-image: url(../images/ico_res_leaders.png);
}
main section.left .badges .buttons a.im:after {
  background-image: url(../images/ico_info_map.png);
}
main section.left .badges .buttons a.pi:after {
  background-image: url(../images/ico_prop_info.png);
}
main section.left .badges .buttons a.ue:after {
  /*background-image: url(../images/ico_up_events.png);*/
  background-image: url(../images/ico_tech_support.png);
}
main section.left .badges .buttons a:hover:before
{
	background:var(--main-color-white);
	 border-radius: 13px 0 0 13px;
}
main section.left .badges .buttons a:nth-child(3),
main section.left .badges .buttons a:nth-child(4) {
  margin-bottom: 0px !important;
}
main aside {
  /*width:23%;
		float:right;*/
  padding: 0 30px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  /* .social_badge {		
	  margin-top: 20px;		
		min-height:100px;		
		background-color:#dfdfdf;		
	}*/
}
main aside .weather_badge {
  /*margin-bottom: 10px;*/
	width: 100%;
  
	height: 211px;
    overflow: hidden;
}
main aside .weather_badge p {
	margin: 0px;
}
main aside .weather_badge a.weatherwidget-io, main aside .weather_badge a.weatherwidget-io iframe.weatherwidget-io-frame {
	min-height: 211px;
}
main aside .latest_news .title {
  width: 100%;
  float: left;
  padding: 15px 15px 15px 25px;
  background: #dddddd;
  /*margin-bottom: 20px;*/
}
main aside .latest_news .title h4 {
  color: var(--orange-color);
  text-transform: uppercase;
}
main aside .latest_news .title h4 img {
  margin-right: 10px;
}
main aside .latest_news .content {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.social {
  margin: 14px 0 0;
  padding: 0;
}
.social li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
  text-align: center;
}
.social li:first-child {
  border-right: solid 1px #a2a2a2;
}
.social li a {
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 15px auto ;
}
 .social li a.fb {
  background-image: url(../images/ico_fb.png);
  width: 30px;
}
.social li a.insta {
  background-image: url(../images/ico_in.png);
  width: 52px;
}
#kiosk-carousel .carousel-inner {
	border-radius: 0;
}
main aside .latest_news .content .carousel .carousel-inner.vertical {
  height: 520px;
  /*Note: set specific height here if not, there will be some issues with IE browser*/
}
main aside .latest_news .content .carousel .carousel-inner h5 {
  color: var(--orange-color);
  margin-bottom: 5px;
  width: 100%;
  float: left;
}
main aside .latest_news .content .carousel .carousel-inner h6 {
  margin-bottom: 15px;
  font-family: 'VAGRoundedStd-Light', sans-serif;
}
main aside .latest_news .content .carousel .carousel-inner p {
  font-size: 17px;
  font-family: 'VAGRoundedStd-Light', sans-serif;
  line-height: 1.3;
  color: #000;
}
main aside .latest_news .content .carousel .carousel-inner p a {
	color: var(--orange-color);
    font-size: 16px;
    padding-top: 5px;
    display: block;
}
main aside .latest_news .content .carousel-inner.vertical > .item {
  -webkit-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
  float: left;
  width: 100%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  main aside .latest_news .content .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    padding: 0px 15px;
    border-bottom: solid 2px #dddddd;
	margin-bottom: 15px;
	padding-bottom: 5px;
  }
  main aside .latest_news .content .carousel-inner.vertical > .item.next,
  main aside .latest_news .content .carousel-inner.vertical > .item.active.right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: 0;
  }
  main aside .latest_news .content .carousel-inner.vertical > .item.prev,
  main aside .latest_news .content .carousel-inner.vertical > .item.active.left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0;
  }
  main aside .latest_news .content .carousel-inner.vertical > .item.next.left,
  main aside .latest_news .content .carousel-inner.vertical > .item.prev.right,
  main aside .latest_news .content .carousel-inner.vertical > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}
main aside .latest_news .content .carousel-inner.vertical > .active {
  top: 0;
}
main aside .latest_news .content .carousel-inner.vertical > .next,
main aside .latest_news .content .carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
main aside .latest_news .content .carousel-inner.vertical > .next {
  left: 0;
  top: 33.33%;
  right: 0;
}
main aside .latest_news .content .carousel-inner.vertical > .prev {
  left: 0;
  top: -33.33%;
  right: 0;
}
main aside .latest_news .content .carousel-inner.vertical > .next.left,
main aside .latest_news .content .carousel-inner.vertical > .prev.right {
  top: 0;
}
main aside .latest_news .content .carousel-inner.vertical > .active.left {
  left: 0;
  top: -33.33%;
  right: 0;
}
main aside .latest_news .content .carousel-inner.vertical > .active.right {
  left: 0;
  top: 33.33%;
  right: 0;
}
main aside .latest_news .content #carousel-pager .carousel-control { width: 50%; }
main aside .latest_news .content #carousel-pager .carousel-control.left {
  /*bottom: initial;*/
  top: auto;
  /*width: 100%;*/
  background: transparent;
  text-shadow: 0 0 0;
  color: var(--orange-color);
  background: var(--main-color-white);
  height: 40px;
  line-height: 40px;
  opacity: 1;
  background: url(../images/ico_top_arrow.png) #ffffff no-repeat center;
  transition: all 0.5s ease;
}
main aside .latest_news .content #carousel-pager .carousel-control.left span {
  display: none;
}
main aside .latest_news .content #carousel-pager .carousel-control.right {
  top: auto;
  /*width: 100%;*/
  background: transparent;
  text-shadow: 0 0 0;
  color: var(--orange-color);
  background: var(--main-color-white);
  height: 40px;
  line-height: 40px;
  opacity: 1;
  background: url(../images/ico_bot_arrow.png) #ffffff no-repeat center;
  transition: all 0.5s ease;
}
main aside .latest_news .content #carousel-pager .carousel-control.right span {
  display: none;
}
main aside .latest_news .content #carousel-pager .carousel-control.left.disabled, 
main aside .latest_news .content #carousel-pager .carousel-control.right.disabled {	
	pointer-events: none;
		filter: brightness(0.2) invert(1) grayscale(1);
	}
.main .evnt_list {
  width: 100%;
  background: var(--orange-color);
  padding: 30px 0 0;
  float: left;
  min-height: 265px;
}
.main .evnt_list .btn_title {
  width: 6em;
  float: left;
  height: 167px;
 padding-top: 134px;
  padding-right: 1em;
  position:relative;
}
.main .evnt_list .btn_title h3 {
  transform: rotate(-90deg);
  color: var(--main-color-white);
  text-transform: uppercase;
  font-size: 33px;
      position: absolute;
   top: 60px;
   text-align:center;
    left: -58px;
    height: 82px;
    width: 210px;
}
.main .evnt_list .btn_container {
  width: calc(94.49%);
  float: left;
}
.main .evnt_list .btn_container .buttons {
  width: 100%;
}
.main .evnt_list .btn_container .buttons a ,
.main .events_flist .btn_container .buttons a
{
  width: calc(20% - 1.125em);
  margin: 0 0 20px 1.125em;
  padding: 20px 10px 20px 98px;
  float: left;
  height:95px ;
}
.main .evnt_list .btn_container .buttons a span ,
.main .events_flist .btn_container .buttons a span
{
  
  display: flex;
  max-width:100%;
  align-items: center;
}

.main .evnt_list.property .btn_container a div {
  background-repeat: no-repeat;
  background-position: center;
}
.main .evnt_list.property .btn_container a div.hrs {
  background-image: url(../images/ico_hrs.png);
}
.main .evnt_list.property .btn_container a div.laundry {
  background-image: url(../images/ico_laundry.png);
}
.main .evnt_list.property .btn_container a div.gym {
  background-image: url(../images/ico_gym.png);
}
.main .evnt_list.property .btn_container a div.support {
  background-image: url(../images/ico_tech_support.png);
}
.main .evnt_list.property .btn_container a div.bike {
  background-image: url(../images/ico_bike.png);
}
.main .evnt_list.property .btn_container a div.link {
  background-image: url(../images/event-booking-icon.png);
}
.main .evnt_list.property .btn_container a div.maint {
  background-image: url(../images/ico_maint.png);
}
.main .evnt_list.property .btn_container a div.garbage {
  background-image: url(../images/ico_garbage.png);
}
.main .evnt_list.property .btn_container a div.air {
  background-image: url(../images/ico_air.png);
}
.main .evnt_list.property .btn_container a div.house {
  background-image: url(../images/ico_house.png);
}
.main .evnt_list.property .btn_container a div.breakfast {
  background-image: url(../images/ico_breakfast.png);
}

.main .evnt_list.rl .btn_container .buttons a
{
	padding-left:115px;
}
.main .evnt_list.rl  .btn_container a div 
{
	border-radius:13px 0 0 13px;
	width:100px;
	height:100%;
	background-size:cover;
	padding:0 !important;
}
.main .eventdet {
  padding: 0px 0 30px;
}

/*.main .eventdet .content h2 {
  text-transform: uppercase;
  margin-top: 20px;
  padding:20px 0;
  line-height: 120%;
  border-top: solid 2px var(--black-color);
  border-bottom: solid 2px var(--black-color);
  float: left;
  margin-bottom: 20px;
}*/
.main .eventdet .content h1 {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  color: var(--orange-color);
}
.main .eventdet .content h3
{
	color: var(--orange-color);
	margin-bottom: 25px !important;
}
.main .eventdet .content h5 span 
{
	color: var(--orange-color);
}
.events-template-default .main .eventdet .content h1 {
	margin-bottom: 20px;
}
.main .eventdet.leaders .content h1
{
	font-size:60px;
	text-transform:uppercase;
}
.main .eventdet.leaders .content h4
{
	margin-top:30px;
	text-transform:uppercase;
	float:left;
	font-size:19px;
	font-family: 'VAGRoundedStd-Light';
	margin: 0;
}
.main .eventdet.leaders .content h3
{
	margin-top:1px;
	text-transform:uppercase;
	float:left;
	font-size:50px;
	 color: var(--orange-color);
}
.main .eventdet.leaders .content h3 a
{
	 color: var(--orange-color);
}

.main .eventdet.leaders .mast_img .leader_info {
  border-radius:15px;
  float:left;
  width:100%;
}

.main .eventdet.leaders .mast_img .pic
{
	width:100%;
	float:left;
	text-align:left;
}	
.main .eventdet.leaders .mast_img .pic h2
{
	display:none;
}
.main .eventdet.leaders .mast_img .info
{
	width:100%;
	float:right;
	height:auto;
	padding:40px 0;
}	
.main .eventdet.leaders .mast_img .info h2
{
	font-size:26px;
	 color: var(--orange-color);
	 margin-bottom:15px;
		
}
.main .eventdet.leaders .mast_img .info h4
{
	font-size:25px;
	margin-bottom:25px;
		
}
.main .eventdet.leaders .mast_img .info p
{
	font-size:18px;
	margin-bottom:10px;
	line-height: 1.2;
 font-family: 'VAGRoundedStd-Light', sans-serif;
}
.main .eventdet  h1.title {
  font-size: 42px;
  width: 400px;
   color: var(--orange-color);
   padding-bottom:20px;
}
.main .eventdet .content h3 {
  width: 100%;
  margin: 0;
  font-family: var(--main-font);
  float: left;
}
.main .eventdet .content hr
{
	border-top: 1px solid #bbbbbc;
	width: 100%;
}
.main .property_info.eventdet .content h3
{
	margin-bottom: 20px !important;
}
.main .property_info.eventdet .mast_img
{
	padding-top: 37px;
}
/*.main .eventdet.property_info .content h1, .main .eventdet.property_info .content h3.wp-block-heading
{
	font-size: 19px;
	margin-bottom: 20px;
	color: var(--black-color);
}*/
.main .eventdet .content p
 {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'VAGRoundedStd-Light', sans-serif;
}
.main .eventdet .content table
{
	margin-top:30px;
}
.main .eventdet .content div.teams
{
	margin-top: 40px;
}
.main .eventdet .content td,
 .main .eventdet .content th
 {
	  font-size: 20px;
	  border-bottom:solid 1px #ccc;
  font-family: 'VAGRoundedStd-Light', sans-serif;
  padding:5px 3px;
  border-top:0;
	border-left: 0;
	border-right: 0;
 }

.main .eventdet .content ul,
.main .eventdet .content ol
{
	width:100%;
	float:left;
	clear:both;	
	margin:0 0 20px;
	padding: 0 0 0 20px;
}
.main .eventdet .content ul li,
.main .eventdet .content ol li
{
	font-size:18px;
	line-height: 1.5;
	font-family: 'VAGRoundedStd-Light', sans-serif;
	width:100%;
	clear:both;	
}
.main .eventdet.property_info .content ul
{
	list-style: disc;
	padding: 0 0 0 20px;
	margin-bottom: 20px;
}

.main .eventdet .mast_img img {
  margin: 0 0 0;
  width: 100%;
  height: auto;
  border-radius: 0;
}
.main .eventdet .mast_img iframe {
	margin: 0 0 0;
  	border-radius: 15px;
	width: 100%;
	height:100%;
}
.main .eventdet .igluTeams  .mast_img img
{
	max-width: 320px;
}
.main .eventdet .scrolldiv {
  overflow-y: scroll;
  border-top:solid 1px #aaa;
  display:flex;
  clear:both;
  padding-top:20px;
}
.main .eventdet .scrolldiv .faq
{
	width:32%;
	margin-right:1.33%;
	float:left;	
}
.main .eventdet .scrolldiv .faq p.qst
{
	font-size:20px;
	text-transform:uppercase;
	margin:0;
	color:	 var(--orange-color);
	padding-left:25px;
	position:relative;
}
.main .eventdet .scrolldiv .faq p.qst:before
{
	content:'Q';
	position:absolute;
	margin-left:00px;
	left:0;
	 font-family: 'VAGRoundedStd-Black';
}
.main .eventdet .scrolldiv .faq p.ans
{
	font-size:18px;
	color:	 #000;
	margin-bottom:20px;
	font-family: 'VAGRoundedStd-Light', sans-serif;
	padding-left:25px;
	position:relative;
	
}
.main .eventdet .scrolldiv .faq p.ans:before
{
	content:'A';	
	color:	 var(--orange-color);
	position:absolute;
	font-size:20px;
	 font-family: 'VAGRoundedStd-Black';
	left:0;
}
.main .events_flist {
  position: relative;
  lefT: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: var(--orange-color);
  padding-top: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.post-type-archive-events .main .events_flist  {
	position: absolute !important;
}
.main .events_flist .evnts_close_btn {
  background: url(../images/close_btn.png) no-repeat top;
  width: 35px;
  height: 35px;
  float: right;
  margin: 0 25px 15px 0;
  display: block;
  z-index:99;
}
.main .events_flist .itm_group {
  margin-bottom: 60px;
  display: flex;
  clear: both;
}
.main .events_flist .itm_group:last-child {
  margin-bottom: 0;
}
.main .events_flist .itm_group:last-child .btn_title h3 {
  bottom: auto;
  top: 23px;
}
.main .events_flist .itm_group.event-ideas {
  margin-bottom: 10px;
}
.main .events_flist .itm_group.event-ideas .btn_container .buttons a {
	background-color: var(--main-color-white);
    color: #393939;
	border: solid 2px #393939;
    height: 76px;
	min-width: 260px;
}
.main .events_flist .itm_group.event-ideas .btn_container .buttons a:hover div {
	background-color: var(--black-color) !important;
}
.main .events_flist .itm_group.event-ideas .btn_container .buttons a span {
    font-size: 17px;
    line-height: 22px;
}
.main .events_flist .itm_group.event-ideas .btn_container a div.house {
    background-image: url(../images/ico_idea.png);
	background-repeat: no-repeat;
    background-position: center;
}
.main .events_flist .btn_title {
  width: 6em;
  float: left;
  height: 140px;
  padding-top: 0;
  padding-right: 1em;
  position: relative;
}
.main .events_flist .btn_title h3 {
  transform: rotate(-90deg);
  color: var(--main-color-white);
  text-transform: uppercase;
  font-size: 33px;
  text-align: center;
  position: absolute;
  left: -15px;
  top: 20px;
}
.main .events_flist .btn_container {
  width: calc(94.49%);
  float: left;
}
.main .events_flist .btn_container .buttons {
  width: 100%;
  position:relative;
}
main section.left .badges .buttons
{
	position:relative;
	
}
main section.left .badges
{
	/*overflow:hidden;*/
}
main section.left .badges .buttons .pi_info, main section.left .badges .buttons .rl_info
{
	position:absolute;
	width:calc(100% + 59px);
	height:calc(100% + 67px);
	/*background:rgba(0,0,0,0.9);*/
	background-color: var(--black-color);
	left:0;
	top:200%;
	z-index:99;
	margin:-30px -30px -30px -29px;
	padding:30px 30px 30px 90px;
	/*background: url(../images/propert_info_bg.png) no-repeat top;
	 background-size:cover;	 */
	  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main section.left .badges .buttons .pi_info:before, main section.left .badges .buttons .rl_info:before
{
	/*background-color:rgba(0,0,0,0.8);*/
	width:100%;
	height:100%;
	/*background:rgba(0,0,0,0.9);*/
	background-color: var(--black-color);
	left:0;
	top:0;
	position:absolute;
	z-index:99;
	content:'';
	
}
main section.left .badges .buttons .pi_info a, main section.left .badges .buttons .rl_info a
{
	color:	 var(--orange-color);
	text-transform:uppercase;
	font-size:26px;
	padding:0;
	border:0;
	width:33%;
	margin:20px 0 0;
	position:relative;
	z-index:99;	
}
main section.left .badges .buttons .pi_info a:hover, main section.left .badges .buttons .rl_info a:hover
{
	background:transparent;
	color:var(--main-color-white);
}
main section.left .badges .buttons .pi_info a:before, main section.left .badges .buttons .rl_info a:before
{
	display:none;
}
main section.left .badges .buttons .pi_info .evnts_close_btn, main section.left .badges .buttons .rl_info .evnts_close_btn {
  background: url(../images/close_btn2.png) no-repeat bottom;
  width: 40px;
  height: 40px;
  float: left;
  margin:  0 20px 0 0;
  display: block;
  position:absolute;
  left:30px;
  top:30px;
  z-index:99;
  cursor:pointer;
}
main section.left .badges .buttons .pi_info h4, main section.left .badges .buttons .rl_info h4
{
	font-size:26px;
	color:var(--main-color-white);
	text-transform:uppercase;
	line-height:50px;
	position:relative;
	z-index:99;
}
main section.left .badges .buttons .pi_info a:last-child {
	width:40%;
}
main aside .latest_news .content .carousel-inner.vertical:after {		
	content: '';		
	position: absolute;		
	width:100%;		
	height:100px;		
	left: 0;		
	bottom: 40px;		
	background: rgba(232,232,232,0);		
	background: -moz-linear-gradient(top, rgba(232,232,232,0) 0%, rgba(232,232,232,0.49) 49%, rgba(232,232,232,1) 100%);		
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,232,232,0)), color-stop(49%, rgba(232,232,232,0.49)), color-stop(100%, rgba(232,232,232,1)));		
	background: -webkit-linear-gradient(top, rgba(232,232,232,0) 0%, rgba(232,232,232,0.49) 49%, rgba(232,232,232,1) 100%);		
	background: -o-linear-gradient(top, rgba(232,232,232,0) 0%, rgba(232,232,232,0.49) 49%, rgba(232,232,232,1) 100%);		
	background: -ms-linear-gradient(top, rgba(232,232,232,0) 0%, rgba(232,232,232,0.49) 49%, rgba(232,232,232,1) 100%);		
	background: linear-gradient(to bottom, rgba(232,232,232,0) 0%, rgba(232,232,232,0.49) 49%, rgba(232,232,232,1) 100%);		
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e8e8e8', GradientType=0 );		
}
.main section.map
{
	position:relative;
	left:0;
	top:-30px;
	width:100%;
	height: calc(100vh - 192px);
}
.main section.map iframe
{
	width:100%;
	height:100%;
}
.main section.map .map-filter {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
}
.main section.map .map-filter .filters {
    width: 250px;
    max-width: 100%;
    float: right;
    background: var(--black-color);
    min-height: 200px;
    position: relative;
    z-index: 3;
    height: 100%;
}
.main section.map .map-filter .filters .title {
    width: 100%;
    float: left;
    background: var(--orange-color);
    padding: 30px;
}
.main section.map .map-filter .filters .title h4 {
    text-transform: uppercase;
    color: var(--main-color-white);
    font-size: 23px;
}
.main section.map .map-filter .filters .filter {
    padding: 30px 20px 60px;
    float: left;
}
.main section.map .map-filter .filters input[type="checkbox"] {
    display: none;
}
.main section.map .map-filter .filters input[type="checkbox"] + label,.main section.map .map-filter .filters input[type="checkbox"] + span {
    font-size: 16px;
    position: relative;
    font-family: 'VAGRoundedStd-Light', sans-serif;
    font-weight: 300;
    padding-left: 0;
    margin: 0 0 25px;
    cursor: pointer;
	line-height:35px;
}
.main section.map .map-filter .filters  input[type="checkbox"] + label, .main section.map .map-filter .filters  .filter input[type="checkbox"] + span {
    color: var(--main-color-white);
	/*pointer-events: none;*/
}
.main section.map .map-filter .filters  input[type="checkbox"] + label img {
	margin-right: 5px;
}
.main section.map .map-filter .filters input[type="checkbox"].active + label {
	color: var(--main-color-white);
}
.main section.map .map-filter .filters input[type="checkbox"].active + label img {
	-webkit-filter: none;
    filter: unset;
}
.main section.map .map-filter .filters input[type="checkbox"] + label {
	color: #6f6f6f;
}
.main section.map .map-filter .filters input[type="checkbox"] + label img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/*.main section.map .map-filter .filters  input[type="checkbox"] + label:before
{
	background-repeat:no-repeat;	
}
.main section.map .map-filter .filters .filter-item input[type="checkbox"] + label:before {
	background-repeat:no-repeat;
	background-image: url(../images/iglu_map_pins.png);	
	content:'';
	width: 36px;
    height: 38px;
	float:left;
	margin-right:10px;
}
.main section.map .map-filter .filters .filter-item.chk-1 input[type="checkbox"] + label:before
{
	background-position:center 0;	
}
.main section.map .map-filter .filters .filter-item.chk-2 input[type="checkbox"] + label:before
{
	background-position:center -60px;	
}
.main section.map .map-filter .filters .filter-item.chk-3 input[type="checkbox"] + label:before
{
	background-position:center -120px;	
}
.main section.map .map-filter .filters .filter-item.chk-4 input[type="checkbox"] + label:before
{
	background-position:center -180px;	
}
.main section.map .map-filter .filters .filter-item.chk-5 input[type="checkbox"] + label:before
{
	background-position:center -240px;	
}
.main section.map .map-filter .filters .filter-item.chk-6 input[type="checkbox"] + label:before
{
	background-position:center -300px;	
}
.main section.map .map-filter .filters .filter-item.chk-7 input[type="checkbox"] + label:before
{
	background-position:center -360px;	
}
.main section.map .map-filter .filters .filter-item.chk-8 input[type="checkbox"] + label:before
{
	background-position:center -420px;	
}
*/
 main section.left .badges .events .content .info p {	
	color: #333;
}
.togglebtn
{
	position:absolute;	
	width:45px;
	height:31px;
	right:15px;
	top:11px;
	background: url(../images/toggle.png) no-repeat 0 0;	
	display:none !important;
}
.blayer.expand + .togglebtn
{
	display: none;
}
.closetogglebtn
{
	position: absolute;
    width: 46px;
    height: 31px;
    right: 15px;
    top: -52px;
    background: url(../images/toggle.png) no-repeat center bottom #fff;
    display: block;
    background-size: 28px;
    background-repeat: no-repeat;
}	

body.fullscreen .social {
	display:none !important;
}
body.fullscreen main section.left .banner .carousel .item .content h2 {
	  font-size: 40px;
	  width: 200px;
}
.social:-webkit-full-screen {
  display:none !important
}

.social:-moz-full-screen {
  display:none !important
}

.social:-ms-fullscreen {
  display:none !important
}

.social:fullscreen {
  display:none !important
}
:not(:root):-webkit-full-screen::backdrop {
    background: #e8e8e8 !important;
}
*:fullscreen, *:-webkit-full-screen, *:-moz-full-screen {
    background: #e8e8e8 !important;
}
:root:-webkit-full-screen-ancestor {
    overflow: hidden !important;
}

/* RR ( Date: 19-11-2018 ) */

main .map .google-map {
    width: calc(100% - 250px) !important;
    position: relative;
    z-index: 2;
    overflow: hidden;
	height: calc(100vh - 104px);
}
main .map .map-filter {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: calc(100vh - 104px);
}
body.archive main {
	padding-top: 0px !important;
}
body.archive main .events_flist {
	
}
.process-overlay {
  background: url(../images/preloader.gif) center no-repeat rgba(255, 255, 255, 0.4) !important;
}
.process-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  display: none;
  z-index: 98;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.process-overlay.show {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

/* RR ( Date: 20-11-2018 ) */
body header .hdr_info ul li.inter {
	min-width:100px;
	display:inline-block;
	padding-right: 20px;
    position: relative;
    top: 5px;
}
body header .hdr_info ul.time .inter p {
	text-align:right;
}
body header .hdr_info ul.time .local div {
	font-size: 50px;
	color: var(--orange-color);
    line-height: 50px;
    margin: 0 0 0 12px;
    text-align: left;
}
body header .hdr_info ul.time .inter div {
    font-size: 18px;
    color: #8f8f8f;
    /*line-height: 12px;*/
    margin: 0;
    text-align: right;
}
.carousel-fade .item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity
}
.carousel-fade .item.active {
	opacity: 1;
	transition-duration: .6s;
	transition-property: opacity
}
.carousel-fade .active.item-left, .carousel-fade .active.item-right {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity
}
.carousel-fade .item.active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.gform_footer input[type=submit] {
	padding: 5px 20px !important;
    background: var(--orange-color) !important;
    color: #fff !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
}
.property_info.gtn .content .wp-block-media-text .wp-block-media-text__content
{
	padding: 0;
	align-self: flex-start;
}
.property_info  .wp-block-image img
{
	width: 100%;
}
/*.wp-block-column h4, .wp-block-column h4 > a, .wp-block-heading h4, .wp-block-heading h4 > a
{
	color: var(--orange-color);
}*/
.property_info.gtn .col-sm-12.content .wp-block-media-text:first-child figure 
{
	position: relative;
    top: -22px;
}
.property_info.gtn .col-sm-12.content ul li 
{
	margin-bottom: 0;
}
.wp-block-media-text> .wp-block-media-text__content
{
	padding-left: 20px !important;
}
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content
{
	padding-right:20px!important;
	padding-left: 0 !important;
}
body .property_info.gtn .col-sm-12.content  .is-layout-flex
{
	width: 100%;
	margin: 0;
}
.main .eventdet.property_info .content hr + h1,
.main .eventdet.property_info .content hr + h2,
.main .eventdet.property_info .content hr + h3,
.main .eventdet.property_info .col-sm-12.content .wp-block-media-text h3,
.main .eventdet.property_info .content hr + h4,
.main .eventdet.property_info .content hr + h5,
.main .eventdet.property_info .content hr + h6
{
	font-size: 20px !important;
	font-family: var(--main-font)!important;
	color: var(--black-color)!important;
}
.main .property_info.gtn.eventdet .col-sm-6.content hr
{
	max-width: calc(100% - 20px);
	margin-left: 0;
}
.main .property_info.gtn.eventdet .col-sm-12.content hr
{
	margin: 30px 0 25px;
}
.main .eventdet.property_info .col-sm-6.content h1,
.main .eventdet.property_info .col-sm-12.content h2
{
	/*font-size: 30px !important;*/
	font-family: var(--main-font)!important;
	color: var(--orange-color);
	float: none;
}
.main .eventdet.property_info .col-sm-12.content h2
{
	margin-bottom:30px;
}
.main .eventdet.property_info .col-sm-12.content p 
{
	line-height: 1.5;
}
.main .eventdet.property_info .col-sm-12.content p  a 
{
	color: var(--orange-color);
	text-decoration: underline;
}
.main .eventdet.property_info .col-sm-12.content h5 
{
	max-width: 75%;
	margin-bottom: 20px;
}
.main .eventdet.property_info h1 + br 
{
	margin-top: 10px;
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.carousel-fade .item.active {
		-webkit-transform:translate3d(0, 0, 0);
		transform:translate3d(0, 0, 0)
	}
}
.local .jcgmt-lbl, .jcgmt-date { display: none;}


@media screen and (min-width: 1920px){		
	body.fullscreen .social {		
	display:none !important;		
	}		
	main aside .weather_badge {		
	margin-bottom: 20px;		
	}
	main section.left .badges .buttons a {
		margin-left: 0.4em;
	}
	main section.left .badges .buttons a span {
	  min-height: 60px;
	}
}		
	body.fullscreen .social {		
		display:none !important;		
	}		
	body.fullscreen main section.left .banner .carousel .item .content h2 {		
		  font-size: 40px;		
		  width: 200px;		
	}		
	.social:-webkit-full-screen {		
	  display:none !important		
	}		
			
	.social:-moz-full-screen {		
	  display:none !important		
	}		
			
	.social:-ms-fullscreen {		
	  display:none !important		
	}		
			
	.social:fullscreen {		
	  display:none !important		
	}		
	:not(:root):-webkit-full-screen::backdrop {		
	    background: #e8e8e8 !important;		
	}		
	*:fullscreen, *:-webkit-full-screen, *:-moz-full-screen {		
	    background: #e8e8e8 !important;		
	}		
	:root:-webkit-full-screen-ancestor {		
	    overflow: hidden !important;		
	}
	
@media screen and (max-width: 1900px) {
	main section.left .badges .buttons .pi_info a, main section.left .badges .buttons .rl_info a {
	  font-size:20px;
	  line-height: 25px;
  }
  .main .evnt_list .btn_container .buttons a span {
		font-size:22px;
	}
	.main .events_flist .btn_container .buttons a span {
		font-size:18px;
		line-height: 22px;
	}
}
@media screen and (max-width: 1920px) {
  main section.left .badges .buttons a {
    font-size: 24px;
	margin-left: 0.4em;
  }
}
@media screen and (min-width: 1803px) {
	main section.left .badges .buttons a.ue {
		line-height: 60px;
	}
}
@media screen and (min-width: 1600px) {
	main section.left .banner .carousel .carousel-control.left {
		left: 365px;
	}

}

@media screen and (max-width: 1600px) {
	#kiosk-carousel .owl-nav .owl-prev 
	{
		left: 2%;
	}
	#kiosk-carousel .owl-nav .owl-next 
	{
		right: 8%;
	}
	.buttons a {
		width:24%;
	}
	.main .evnt_list.property .btn_container a div
	{
		width:	75px;
	}
	.main .evnt_list .btn_container .buttons a, .main .events_flist .btn_container .buttons a
	{
		padding-left:88px;		
	}
	.main .evnt_list .btn_container .buttons a span
	{
		font-size:22px;
	}
	.main .events_flist .btn_container .buttons a span
	{
		font-size:18px;
		line-height: 22px;
	}
	body.single-events .main .events_flist .btn_container .buttons a span
	{
		font-size:20px !important;
		line-height: 24px !important;
	}
	.main .evnt_list .btn_container .buttons a div, .main .events_flist .btn_container .buttons a div
	{
		width:75px;
	}
	.main .evnt_list
	{
		min-height:240px;
	}
	.main .eventdet.leaders .mast_img .leader_info,
	.main .eventdet.leaders .mast_img .info
	{
		height:auto;
	}
  body main section.left .banner .carousel .item div {
    background-position: left 0 !important;
	
  }
  body main section.left .banner .carousel .item .content {
  width:325px;
	background-color:rgba(0,0,0,0.9);
  }
 main section.left .badges .buttons a {
    font-size: 21px;
    width: 48%;
    margin-right: 0;
    margin-left: 4%;
    padding-left: 100px;
    line-height: 1.4;
  }
  main section.left .badges .buttons a:first-child,
  main section.left .badges .buttons a:nth-child(3) {
    margin-left: 0;	
  }
  main section.left .badges .buttons a:before {
    width: 80px;
  }
  main section.left .badges .buttons a:after {
    background-size: 45px;
    left: 20px;
  }
  main section.left .badges .events .content .date h3 {
    left: -70px;
  }

  .main .eventdet .content h2 {
    margin-top: 0;
  }
  .main .evnt_list .btn_container {
    width: 93.49%;
  }
 
  
  .main .events_flist .btn_container {
    width: 93.49%;
  }
.main .evnt_list .btn_container .buttons a ,
.main .events_flist .btn_container .buttons a
{
	    width: calc(25% - 1em);
		margin-left:1em;
}
.main .evnt_list .btn_container .buttons a div p,
.main .events_flist .btn_container .buttons a div p
{
	font-size: 26px;	
}
 body header .navbar-band + h2 {
    font-size: 22px;
    padding-left: 15px;
  }
  
}
@media screen and (max-width: 1450px) {
  body header .navbar-band + h2 {
    padding-left: 10px;
  }
  body header .hdr_info ul.time {
    margin-left: 20px;
  }
  body header .hdr_info ul.time .local p {
    font-size: 40px;
  }
  body header .hdr_info ul.time .inter p {
    font-size: 16px;
  }
  body header .hdr_info ul li {
    margin: 0 5px;
	list-style:none;
  }
  body header .hdr_info ul li a {
    /*width: 35px;
    height: 35px;*/
   /* background-size: auto 35px;*/
	  display: block;
  }
  body header .hdr_info ul li a.setting {
    background-position: -54px 0 !important;
  }
  body header .hdr_info ul li a.cam {
    background-position: -111px 0!important;
  }
  body header .hdr_info ul li a.fly {
    background-position: -159px 0!important;
  }

  body main section.left .banner .carousel .item .content
  {
	  padding:30px ;
	   width:280px;
  }
  main section.left .banner .carousel .item .content h5
  {
	  margin-bottom:20px;
  }
  main section.left .banner .carousel .item .content p
  {
	  margin:20px 0 0;
	  line-height:26px;
	      font-size: 19px;
  }
  main section.left .banner .carousel .carousel-control.left {
	  left: 280px;
	}
 main section.left .badges .buttons a {
    font-size: 17px;
    width: 48%;
    margin-right: 0;
    margin-left: 4%;
    padding-left: 80px;
    line-height: 1.4;
  }
  main section.left .badges .buttons a:first-child,
  main section.left .badges .buttons a:nth-child(3) {
    margin-left: 0;
  }
   main section.left .badges .buttons a span
   {
		padding:0;   
   }
  main section.left .badges .buttons a:before {
    width: 70px;
  }
  main section.left .badges .buttons a:after {
    background-size: 39px;
    left: 16px;
  }
  /*
  main section.left .badges .events {
    height: 211px;
  }
  main section.left .badges .events .header h4 {
    font-size: 20px;
  }

  main section.left .badges .events .header .btn {
    font-size: 14px;
  }
  main section.left .badges .events .content {
    height: 156px;
  }
  main section.left .badges .events .content .date h3 {
    left: -76px;
    font-size: 18px;
    margin-top: 10px;
  }
  /*main section.left .badges .events .content .info {
    padding-top: 20px;
    width: 38%;
    padding-right: 10px;
  }
  main section.left .badges .events .content .info h4 {
    font-size: 19px;
  }
    main section.left .badges .events .content .info p
  {
	  line-height:20px;
  }*/
  .main .evnt_list .btn_title {
    padding-top: 125px;
  }
  .main .evnt_list .btn_title h3 {
    font-size: 26px;
	height:0;
	left: -97px;
  }
  .main .evnt_list .btn_container {
    width: 92.49%;
  }
 
  .main .evnt_list .btn_container .buttons a.white {
    padding: 0 10px 0 !important;
  }
 
  .main .eventdet.leaders .content h1
  {
	  font-size:40px;
	  margin:0;
  }

 
  .main .evnt_list.rl .btn_container a div
  {
	  width:80px;
	  background-position:center top;
  }
  .main .evnt_list.rl .btn_container .buttons a
  {
		padding-left:100px;  	
		
  }
  main section.left .badges .buttons .pi_info a, main section.left .badges .buttons .rl_info a
  {
	  font-size:18px;
	  margin-top:15px;
	  /*margin-right:20px;*/
  }
  .main .events_flist .btn_title h3
  {
	  font-size:25px;
  }
  .main .events_flist .btn_title
  {
	  height:90px;
  }
  .main .events_flist .itm_group
  {
	  margin-bottom:40px;
  }
  
 /*.main .eventdet.leaders .mast_img #leader-info:before {
		content: '';
		background: #393939;
		position: absolute;
		height: 100%;
		width: 45%;
		border-radius: 15px 0px 0px 15px;
	}*/
	.main .eventdet.leaders .mast_img .pic {
		position: relative;
	}
  .main .eventdet.leaders .mast_img .leader_info
  {
	   line-height: 100%;
  }
  
  .main .evnt_list
  {
	  overflow-y:auto;
  }
  body header .hdr_info ul.time li.inter
  {
	  min-width:80px;
	  position: relative;
    top: 11px;
	padding-right:0;
  }
  body header .hdr_info ul.icons li
  {
	  position:relative;
	  top:5px;
  }
  .main .eventdet.leaders .mast_img .pic
  {
	  line-height:100%;
	  padding:35px 20px 20px;
  }
  main section.left .banner .carousel .item .content h2
  {
	  font-size:32px;
  }
  main section.left .badges .events .header h4:before
  {
	  left: -88px;
    top: -23px;
	width: 80px;
    height: 80px;
  }

  #kiosk-carousel .owl-nav .owl-next
  {
	right: 1%;
  }
  #kiosk-carousel .owl-nav .owl-prev
  {
	left: 1%;
  }
  .main-menu li, .social-menu li
  {
	padding: 0 20px;
  }

  main section.left .badges .events .content .info img
  {
	height: auto;
  }
}
@media screen and (max-width: 1350px) {
	main section.left .badges .events .content .info h4
	{
		font-size: 20px;
	}
	main section.left .badges .events .content .info p
	{
		font-size: 18px;
	}
	main section.left .badges .buttons .pi_info .evnts_close_btn, main section.left .badges .buttons .rl_info .evnts_close_btn {
	left:20px;	
	}
	main section.left .badges .buttons .pi_info, main section.left .badges .buttons .rl_info
	{
		padding-left:70px;
	}
	main section.left .badges .buttons .pi_info a, main section.left .badges .buttons .rl_info a
	{
		font-size:16px;
		line-height:22px;
		margin-top:15px;
	}
	main section.left .badges .buttons .pi_info
	{
		    width: calc(100% + 51px);
			left:auto;
			right:0;
	}
  body header .hdr_info ul.time {
    margin-left: 0px;
  }
  body header .hdr_info ul.time .local p {
    font-size: 30px;
  }
  body header .hdr_info ul.time .inter p {
    font-size: 15px;
  }
  body header .hdr_info ul.time .local div {
		font-size: 28px;
		margin-right:0;
	}
	body header .hdr_info ul.time .inter div {
		font-size: 15px;
	}
	.main .evnt_list .btn_container
	{
		width:90%;	
	}
	body header .hdr_info ul.icons li
	{
		margin:0;
	}
	body header .hdr_info ul.icons li a
	{
		height:35px;
	}
	
}
@media screen and (max-width: 1200px) {

 

  main section.left .badges .buttons > a {
    font-size: 15px;
    width: 48%;
    margin-right: 0;
    margin-left: 4%;
    padding-left: 60px;
    line-height: 1.4;
	height:87px;
  }
  main section.left .badges .buttons a:first-child,
  main section.left .badges .buttons a:nth-child(3) {
    margin-left: 0;
  }
  main section.left .badges .buttons a:before {
    width: 50px;
  }
  main section.left .badges .buttons a:after {
    background-size: 31px;
    left: 10px;
  }
  /*
  main section.left .badges .events {
    height: 202px;
  }
  main section.left .badges .events .header {
    padding-left: 72px;
    padding-bottom: 0;
  }
  main section.left .badges .events .header h4 {
    font-size: 17px;
  }
  main section.left .badges .events .header h4:before {
    background-size: 50px;
    left: -80px;
  }
  main section.left .badges .events .header .btn {
    font-size: 12px;
  }
  main section.left .badges .events .content {
    height: 156px;
  }
  main section.left .badges .events .content .date h3 {
    left: -83px;
    font-size: 18px;
    margin-top: 0px;
  }
  main section.left .badges .events .content .info h4 {
    font-size: 18px;
	margin-bottom:15px;
  }
  main section.left .badges .events .content .info p {
    font-size: 15px;
	line-height:18px;
	padding-right:0px;
  }*/
  main aside .latest_news .title {
    padding: 15px 10px;
  }
  main aside .latest_news .title h4 {
    font-size: 19px;
  }
  main aside .latest_news .title h4 img {
    margin-right: 5px;
  }
 .main .evnt_list .btn_container .buttons a ,
.main .events_flist .btn_container .buttons a
{
	 padding: 10px 10px 10px 70px ;
	 font-size: 18px;
	 height: 80px ;
	 line-height:24px;
}
body .main .evnt_list.rl .btn_container a
{
	 padding: 10px 10px 10px 75px !important;
}
 .main .evnt_list .btn_container .buttons a div,
.main .events_flist .btn_container .buttons a div {
	    padding: 0 5px 0;
		width: 60px;
		background-size: 60%;
}
.main .evnt_list.rl .btn_container a div {
    background-size: cover;
}
.main .evnt_list .btn_container .buttons a span {
	font-size:17px;
}
.main .events_flist .btn_container .buttons a span {
	font-size:15px;
	line-height: 18px;
}
.main .evnt_list .btn_container .buttons a div p, .main .events_flist .btn_container .buttons a div p {
	font-size:22px;
}
 
}

@media screen and (min-width: 1920px){
  /*body.fullscreen .social {
	display:none !important;
  }*/
  main aside .weather_badge {
	margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px){
	.togglebtn, .togmenu,header  .social, .blayer
	{
		 display:none!important;
	}
	.dm-active .back-btn
	{
		display: none;
	}
 
}

@media screen and (max-width: 1200px) {
	
	.main .eventdet.leaders .mast_img .info
	{
		padding-bottom:0;
	}
	/*.main .eventdet.leaders .mast_img .info:before{
		content: '';
		background: #393939;
		position:absolute;
		height:100%;
		width:10px;
	}*/
	.main .eventdet.leaders .mast_img #leader-info:before {
		content: '';
		background: #393939;
		position: absolute;
		height: 100%;
		width: 45%;
		border-radius: 15px 0px 0px 15px;
		display:none;
	}
	.main .eventdet.leaders .mast_img .pic {
		position: relative;
	}
	main section.left .badges .buttons .pi_info, main section.left .badges .buttons .rl_info
	{
		padding:15px 15px 15px 50px;
	}
	main section.left .badges .buttons .pi_info .evnts_close_btn, main section.left .badges .buttons .rl_info .evnts_close_btn
	{
		width: 29px;
    height: 25px;
	    background-size: 75%;
		left: 10px;
    top: 27px;
	}
	main section.left .badges .buttons .pi_info a, main section.left .badges .buttons .rl_info a
	{
		font-size: 15px;
    margin: 10px .2em  0 0;
	width:calc(33.33% - .2em);
	}
	main section.left .badges .buttons .pi_info h4, main section.left .badges .buttons .rl_info h4
	{
		font-size:18px;
	}
	.main .eventdet.leaders .content h1
	{
		font-size:30px;
	}
	.main .eventdet.leaders .content h4
	{
		font-size:22px;
	}
	.main .eventdet.leaders .content h3
	{
		font-size:30px;
	}
	.main .eventdet.leaders .mast_img .info h4
	{
		font-size:20px;
		line-height:25px;
	}
	.main .eventdet.leaders .content p, .main .eventdet.leaders .mast_img .info p
	{
		font-size:18px;
		line-height:25px;
	}
}

.mast_img .close-team {
	display:none;	
}
.date-class
	{
		display: none;
	}
@media screen and (max-width: 1023px) {
	body 
	{
		padding-bottom: 70px !important;
	}
	footer.cFooter
	{
		margin-top: 30px !important;
	}
	body.post-type-archive-events .events.list .header 
	{
		margin-top: 0 !important;
	}
	
	main section.left .badges .events
	{
		padding-left: 0;
		padding-right: 0;
	}
	body .container
	{
		padding-left: 15px;
		padding-right: 15px;
	}
		.leaders .mast_img {
			position: fixed;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background: rgb(0 0 0 / 82%);
			transition: opacity 500ms;
			visibility: hidden;
			opacity: 0;
		}
		.leaders	.mast_img.show {
			visibility: visible;
			opacity: 1;
			z-index: 9999;
		}
		.leaders	.mast_img .close-team {
		  position: absolute;
		  display:block;
		  top: 30px;
		  right: 28px;
		  width: 46px;
		  height: 26px;
		background: url(../images/toggle.png) no-repeat center bottom ;
		  background-size: 24px;
		  background-repeat: no-repeat;
		  z-index: 9999;
		}
		.leaders	.mast_img .close-team:link {
		  color: #fe5000;
		  opacity: 1;
		}
		.leaders	.mast_img .close-team:hover {
		  color: #FFFFFF;
		}
		.leaders	.mast_img .rl-content {
			color: #ffffff;
		}
		.main .eventdet.leaders .mast_img .pic
		{
			padding-top: 0 !important;
			padding-bottom: 0 !important;
		}
		.main .eventdet.leaders .mast_img .pic h2
		{
			width: 100% !important;
			float: left;
			text-align: left !important;
			margin-top: 20px;
			font-size: 18px !important;
		}

	body > header
	{
		position: fixed;
		left:0;
		top: 0;
		height: 72px;
		width: 100%;
		background-color: #fff;
		z-index: 9999;
	}
	body 
	{
		padding-top: 72px;
	}
	.social-menu li:last-child
	{
		right: 15px;
        position: fixed !important;
        top: 23px;
		padding:0;
		margin: 0;
		width:30px;
	}
	#kiosk-carousel.owl-carousel .owl-item img
	{
		border-radius: 8px;
	}
	#kiosk-carousel.owl-carousel .owl-stage
	{
		margin-left: -40px;
	}
	#kiosk-carousel .owl-item .content
	{
		bottom: 0;
		padding: 20px;
	}
	#kiosk-carousel .owl-item .content h2 , 	#kiosk-carousel .owl-item .content p 
	{
		color: var(--main-color-white);
		position: relative;
		z-index: 99;
		max-width: 100%;
		font-size: 16px;
		line-height: 20px;
	}

	#kiosk-carousel .owl-item .content .btn
	{
		right: auto;
		position: relative;
		margin-top: 10px;
	}
	#kiosk-carousel .owl-item::after
	{
		display: none;
	}
	#kiosk-carousel .owl-item .content::before
	{
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		height:350px;
		content: '';
		background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.99));
	}
	#kiosk-carousel .owl-nav
	{
		top: 45%;
	}
	main section.left .badges .events .content > a
	{
		width: 100%;
		margin-bottom: 0 !important;
	}
	main section.left .badges .events .content .info img,
	main section.left .badges .events .content .info > p
	{
		display: none;
	}
	main section.left .badges .events .content .info > h4 span , .date-class
	{
		color: #262626;
	}
	.date-class
	{
		padding-right:10px;
		min-width: 60px;
		display: inline-block;
		display: inline-block;
	}
	main section.left .badges .events .content .info > h4
	{
		padding:10px 0 ;
		margin: 0 !important;
		
	}
	main section.left .badges .events .header h4
	{
		font-size: 16px;
		margin-bottom: 0;
		margin-top: 10px;
	}
	.team-face
	{
		width: 100%;
		margin-right: 0;
	}
	.team-list > div:first-child
	{
		width: 200px;
		margin-right: 20px;
	}
	.team-list > div:last-child
	{
		width: calc(100% - 220px);
		margin-right: 0;
	}
	.team-list h2 
	{
		padding-top: 0 !important;
	}
	.team-list
	{
		margin-bottom: 30px;
	}
	.team_hdr hr, .team_tabs hr
	{
		margin: 20px 0;
	}
	.main-menu
	{
		flex-wrap: wrap;
        width: 100%;
		justify-content: center;
		margin-right: 0;
		border-bottom: solid 0px var(--black-color);
		margin-bottom: 0;
		margin-top: 0;
	}
	.main-menu li 
	{
		border-right: 0;
		border-right: solid 0px var(--black-color);
		padding:  0;
		display: flex;
		justify-content: center;
		width: calc(25% - 1px);
		margin: 0 !important;
	}
	.main-menu li  .nav_img_wrap
	{
		width: 38px;
		height: 38px;
		display: inline-block;
		position: relative;
	}
	.main-menu li  .nav_img_wrap .hover_img
	{
		left: 0;
		top: 0;
	}
	.main-menu li:last-child
	{
		border: 0;
	}
	.main-menu li 
	{
		position: relative;
	}
	.property.prpt_nav
	{
		display: none;
	}
	.main-menu li::after
	{
		content: '';
		position: absolute;
		right: 0;
		height: 40px;
		top: 15px;
		width: 1px;
		border-right: solid 1px #666;
	}
	.main-menu li:last-child::after
	{
		display: none;
	}
	.main-menu li a 
	{
		padding: 25px 0 0;
		background-position:  center top;
		background-size: 30px;
		width:100%;
		text-align: center;
	}
	.social-menu
	{
		position: relative;
		left:0;
		width: 100px;
		text-align: left;
		justify-content: flex-end;
		top: 15px;
		margin: 0 !important;
	}
	.dd-menu .social-menu li 
	{
		border: 0 !important;
	}
	.bg-layer.expand
	{
		max-height: calc(100% - 140px);
	}
	.back-btn
	{
		position: absolute;
		top: 0;
		right: 0;
		line-height: 61px;
		font-size: 22px;
		background-color: #dedee0;
		width: 100%;
		padding-right: 20px;
		color: var(--orange-color);
	}
	.dd-menu
	{
		height: 100vh;
	}
	.dm-active .dd-menu
	{
		top: 70px;
		overflow: auto;
        height: calc(100% - 142px);
		background-color: #fff;
	}
	.dd-menu h4
	{
		text-align: left;
		font-size:20px;
		position: relative;
		padding-right: 35px;
		position: relative;
		display: inline-block;
		background-color: #fe5000;
		color:#fff;
		padding: 6px 10px;
		width:100%;
	}
	.dd-menu h4::before
	{
		position: absolute;
        right: 25px;
        bottom: -21px;
        content: ' ';
        width: calc(100% - 35px);
        border-top: solid 0px #bbb;
	
	}
	/*.dd-menu h4::after
	{
		position: absolute;
		right: 0px;
		top: -15px;
		content: '+';
		font-family: var(--main-font);
		color: var(--orange-color);
		font-size: 42px;
	}*/
	.dd-menu h4.expand::before
	{
		display: none;
	}
	/*.dd-menu h4.expand::after
	{
		content: '-';
	}*/
	.dd-menu h4 + ul  
	{
		height: auto;
		max-height: 20000px;
		margin-right: 0;
		margin-bottom: 0;
		overflow: hidden;	
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;

	}
	.dd-menu h4.expand + ul  
	{
		max-height: 2000px;
	}
	.dd-menu ul li
	{
		border: 0;
		text-align: left;
		border-bottom: solid 1px #bbb;
	}
	.bg-layer
	{
		background: transparent;
	}
	aside .social { display: none; }
	header .btn_ctrl
	{		
		overflow:hidden;
		position:fixed;
		width:100%;		
		background:#fff;
		right:0;
		bottom:0;
		height: 70px;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-end;
		border-top: solid 1px #bbb;
		z-index:999;
		 -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
	}
	/*header .btn_ctrl.dm-active
	{
		background-color: #dedee0;
	}*/
	header .btn_ctrl.expand
	{
		right:0;
	}
	header .blayer.expand
	{
		display:block !important;
	}
	header ul.time
	{
		display:none !important;
	}
	header .togmenu
	{
		list-style:none;
		width:100%;
		margin-top:10px!important;
	}
	header .togmenu li
	{
		width:90%;
		margin:0 5%!important;
		float:left;
		line-height:55px;
		list-style:none;
		text-align:left;
		/*padding-right:40px;*/
		border-bottom:solid 1px #ccc;
	}
	header .togmenu li.has-submenu {
		background:url(../images/mob_nav_ar.png) no-repeat right center;
	}
	header .togmenu li a
	{
		font-size:18px;
		text-transform:uppercase;
		color:#000;
		text-decoration:none;
		width:100%;
		height:100%;
		display:block;
	}
	header .icons
	{
		margin: 17px 5% 13px!important;
		/*border-bottom:solid 1px #ccc;*/
		display:block!important;	
		width:90%;
		padding-bottom: 26px !important;
		text-align:left;
	}

	header ul.icons li
	{
		margin-right:10px!important;
	}
	header .blayer
	{
		position:fixed;
		left:0;
		top:71px;
		width: 100%;
        height: calc(100vh - 71px);
		background:#ededee;
		z-index:10;
		display:none;
		
	}
	
	header .social
	{
		width:120px;
		float:left;
	}	
	header .social li
	{
		margin:0!important;	
		border:0!important;	
	}
	main
	{
		-ms-flex-direction: row;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
	}
  body header .navbar-band + h2 {
    /*display:none;*/
	  width: 68%;
    padding-left: 0px;
  }
  .main .evnt_list .btn_container,
  .main .events_flist .btn_container
  {
	  width:88%;
  }

  body main section.left {
    width: 100%;
  }
  body main section.left .banner {
    padding: 0 15px 0;
  }
  body main section.left .banner .carousel .item .content {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 200px;
    position: absolute;
    border-radius: 0 0 15px 15px;
	background-color:rgba(0,0,0,1);
  }
body main section.left .banner .carousel .item > div {
	  height:600px;
	  background-position: center 0 !important;
}
main section.left .banner .carousel .item div {
    background-position: center 0 !important; 
}
body main section.left .banner .carousel .item .content h5 {
    display: none;
}
  body main section.left .banner .carousel .item .content h2 {
    font-size: 30px;
	width:200px;
  }
  body main section.left .banner .carousel .item .content p {
    width: 50%;
    margin: 0;
  }
	main section.left .banner .carousel .carousel-control {
		top: 30%;
	}
  body main section.left .banner .carousel .carousel-control.left {
    left: 20px !important;
    /*right: 80px !important;
    bottom: 100px;*/
  }
  body main section.left .banner .carousel .carousel-control.right {
    left: auto !important;
    right: 20px !important;
    bottom: 100px;
  }

  body main section.left .badges {
    padding: 0 15px 15px;
	display: flex;
  }
  body main section.left .badges .events,
  body main section.left .badges .buttons {
    width: 100%;
  }
  body main section.left .badges .events {
    margin-bottom: 15px;
  }
  body main section.left .badges .buttons a   
  {
    font-size: 23px;
    width: 48%;
    margin-right: 0;
    margin-left: 4%;
    margin-bottom: 15px;
    padding-left: 100px;
    line-height: 1.4;
  }
 
  
    body main section.left .badges .buttons a
	{
		width:48%;
		    padding-left: 100px;	
		
	}
	body main section.left .badges .buttons a:first-child,
  body main section.left .badges .buttons a:nth-child(3) {
    margin-left: 0;
  }
  body main section.left .badges .buttons a:before {
    width: 80px;
  }
  body main section.left .badges .buttons a:after {
    background-size: 50px;
    left: 15px;
  }

	/*.main .evnt_list .btn_container .buttons a, 
  .main .events_flist .btn_container .buttons a{
	width:46%  
  }
	
  .main .evnt_list .btn_container .buttons a span, .main .events_flist .btn_container .buttons a span
  {
		width:100px;  
  }
  */
  body main aside {
    width: 100%;
    padding: 15px;
  }
  main aside .weather_badge
  {
	  height:auto;
	  margin-bottom:20px;
  }
  .main .eventdet
  {
	  height:auto;
  }
  .main .eventdet.leaders .mast_img .leader_info
  {
	  margin-top:30px;
  }
  .main .eventdet .mast_img  > img
  {
	 margin-bottom: 20px;
  }
  .main .eventdet .content h1
  {
	  font-size:44px;
  }
  .main .eventdet
  {
	padding-bottom: 0;
  }
  .main .eventdet .content h3
  {
	  font-size:25px;
  }
  .main .eventdet .mast_img h3
  {
	font-size: 20px;
	color: #fe5000;
	margin-bottom: 20px;
  }
  main section.left .badges .buttons a span
  {
	  font-size:26px;
  }

 /* .main .evnt_list .btn_container .buttons a, 
  .main .events_flist .btn_container .buttons a
  {
		width:32%; 
		padding-left:100px; 
  }*/
  .main .eventdet.leaders .content h1
  {
		 width: 100%; 
  }
  .main .evnt_list .btn_container .buttons a, .main .events_flist .btn_container .buttons a {
    width: calc(33% - 1em);
	}

	main section.left .badges .buttons .pi_info, main section.left .badges .buttons .rl_info
	{
		padding:15px 15px 15px 70px;
	}
	main section.left .badges .buttons .pi_info .evnts_close_btn, main section.left .badges .buttons .rl_info .evnts_close_btn
	{		
		left: 30px;
	}
	main section.left .badges .buttons .pi_info a, main section.left .badges .buttons .rl_info a
	{
		font-size: 17px;
	}
	main section.left .badges .buttons .pi_info h4, main section.left .badges .buttons .rl_info h4
	{
		font-size:20px;
	}
	.main .evnt_list .btn_container .buttons a div, 
	.main .events_flist .btn_container .buttons a div
	{
		width:65px;
		padding: 0 0px 0;
	}
	.main .evnt_list .btn_container .buttons a , 
	.main .events_flist .btn_container .buttons a 
	{
		padding: 15px 15px 15px 75px;
	}
	.main .evnt_list .btn_container .buttons a div p, .main .events_flist .btn_container .buttons a div p
	{
		font-size:22px;
	}
 	body header
	{
		padding:10px 0;
	}
	body header .navbar-band
	{
		width: 70px;
	}
	body header .navbar-band + h2
	{
		padding-right:0%;
	}
	body.home header .navbar-band + h2
	{
		padding-right:10px;
	}
	body header .navbar-band + h2 img
	{
		max-width:20px;
	}

	body header .navbar-band
	{
		position:relative;
		left:0;
		margin-right: 15px;
		top:-5px;
	
	}

}


@media screen and (max-width:900px) {
/* .main .evnt_list .btn_container .buttons a, .main .events_flist .btn_container .buttons a
  {
		width:31%; 
		padding-left:100px; 
  }
  .main .evnt_list .btn_container .buttons a.white
  {
	      padding: 27px 10px !important;
  }*/
  
}
@media screen and (max-width:768px) {
	.main section.map { top: 83px; }
}
@media screen and (min-width:768px) and (max-width:900px) {
	.main  .eventdet.property_info:not(.gtn) .row 
	{
		display: flex;
		flex-wrap: wrap;
	}
	.main  .eventdet.property_info:not(.gtn) .row  > .mast_img {
        order: 1;
		padding-top: 0;
    }
	.main  .eventdet.property_info:not(.gtn) .row  > .content {
        order: 2;
    }
	.main .property_info.eventdet:not(.gtn) .content h3 + hr 
	{
		display: none;
	}
	main section.left .badges .events .content .date
  {
	  width:6%;
  }
   body main section.left .badges .buttons > a
	{
	
			height:100px;
	}
}
@media screen and (max-width: 767px) {
	.main section.map
	{
		height: calc(100vh - 113px);
	}
	main .map .google-map
	{
		height: 100% !important;
	}
	
	.wp-block-media-text {
		grid-template-columns: 1fr 50%;
	}
	.wp-block-media-text > * {
		width: 100% !important;
		grid-column: 1;
	}
	.main  .eventdet.property_info:not(.gtn) .row 
	{
		display: flex;
		flex-wrap: wrap;
	}
	.main  .eventdet.property_info:not(.gtn) .row  > .mast_img {
        order: 1;
		padding-top: 0;
    }
	.main  .eventdet.property_info:not(.gtn) .row  > .content {
        order: 2;
    }
	.main .property_info.eventdet:not(.gtn) .content h3 + hr 
	{
		display: none;
	}
	.main .eventdet .content td,
 .main .eventdet .content th
 {
	  font-size: 14px;
 }
	body.blog.hfeed header .togglebtn
	{
		display:none;
	}
 /* .main .eventdet .mast_img  > img
  {
	 display:none;
	 
  }*/
  body.blog.hfeed .main .events_flist
  {
	  position:absolute;
	  overflow:auto;
	  height:auto;
	  padding-bottom:20px;
	   min-height: -webkit-calc(100% - 72px);
min-height: -moz-calc(100% - 72px);
min-height: calc(100% - 72px);
  }
	body header .navbar-band + h2
	{
		padding-right:0%;
	}
	
	 body header .navbar-band
  {
	
	      width: 70px;
    top: 0px;
  }
	.main .eventdet .content
	{
		padding-left:15px;
	}
	body.home main { padding-top: 15px; }
	body main section.left .banner .carousel .item > div
	{
		height:498px!important;
		background-position:center !important;
	}
	body main section.left .banner .carousel .item .content
	{
		height:auto !important;
		padding:15px;
	}
	body main section.left .banner .carousel .item .content h2
	{
		font-size:26px;
		font-weight:700;
		width:100%;
		padding-right:10px;
	}
	body main section.left .banner .carousel .item .content p
	{
		font-size:14px;
		width:85%;
		line-height:18px;
	}
	body main section.left .banner .carousel .item .content p .btn
	{
		padding: 5px 15px;
		font-size: 15px;
	}
	body main section.left .banner .carousel .carousel-control.right,
	body main section.left .banner .carousel .carousel-control.left
	{
		bottom:55px;
		width:30px;
		height:30px;
	}
	main section.left .banner .carousel .carousel-control.right span,
	main section.left .banner .carousel .carousel-control.left span
	{
		width:30px;
		height:30px;
		background-size:50%;
	}
	body main section.left .banner .carousel .carousel-control.right
	{
		right:5px !important;
	}
	body main section.left .banner .carousel .carousel-control.left
	{
		/*right:30px !important;*/
		left: 0px !important;
	}
	main section.left .banner .carousel .carousel-control {
		top: 35%;
	}
	
	.main .evnt_list .btn_container, .main .events_flist .btn_container
	{
		width:84%;	
	}

	.main .eventdet .content .btn
	{
		width:100%;	
	}
	/*.main .evnt_list .btn_container .buttons a, .main .events_flist .btn_container .buttons a
	{
		padding-left:75px;	
		width:47%;
		height:88px;
	}*/
	body .buttons a.white span
	{
		font-sizE:15px;
		line-height: 29px;
	}
	

	main section.left .badges .events,
	main section.left .badges .buttons a
	{
		border-radius:10px;	
		margin-bottom:15px;
		
	}
	
	main section.left .badges .buttons a:hover:before
	
	{
		border-radius:5px 0 0 5px;
	}
	body main section.left .banner .carousel .item .content
	
	{
		border-radius: 0 0 10px 10px;
	}
	main section.left .badges .events .header
	{
			    border-radius: 10px 10px 0 0;
	}
	main section.left .badges .buttons a:before
	{
			border-radius: 10px 0 0 10px;
	}
	main section.left .badges .events .content .date.corner
	{
		border-radius:0 0 0 10px;
	}
	.main .eventdet.leaders .mast_img .leader_info
	{
		border-radius:10px;
	}
	.main .eventdet.leaders .content h1,
	.main .eventdet.leaders .content h3,
	.main .eventdet .content h1
	  {
			 font-size:30px; 
	  }
	  .main .eventdet .content h2
	  {
		  font-size:22px;
		  line-height:28px;
		  padding:10px 0;
	  }
	  .main .eventdet .content h3
	  {
		  font-size:22px;
	  }
  .main .eventdet.leaders .content h4
  {
	  font-size:18px;
  }
  .main .eventdet.leaders .content p, .main .eventdet.leaders .mast_img .info p, .main .eventdet .content p
  {
	  font-size:18px;
	  line-height:26px;
  }
  .main .events_flist .itm_group
  {
	  display:block;
	  margin-bottom:0;
  }
  .main .events_flist .itm_group:last-child .btn_title h3
  {
	  top:0;
  }
  .main .badge.buttons
  {
	  padding-left:0;
	 
  }
  body.blog .main .events_flist .btn_container .buttons
  {
	   width: 50%!important;
  }
  .main .evnt_list .btn_title ,
   .main .events_flist .btn_title
  {
	  padding:0;
	  height:auto;
	  width:100%;
	   float:left;
  }
  .main .evnt_list .btn_title h3,
   .main .events_flist .btn_title h3
  {
	  transform: rotate(0deg);
	  position:relative;
	  top:0;
	  left:0 !important;
	  height:auto;
	  float:left;
	   width:50%;
	   text-align:left;
	   margin-bottom:5px;
	   font-size:20px;
  }
  .main .evnt_list
  {
	  padding:20px 0 ;
  }
  .main .evnt_list .btn_container, .main .events_flist .btn_container
  {
	  width:100%;
  }
 /* .main .evnt_list.rl .btn_container .buttons a:first-child, 
   .main .evnt_list.rl .btn_container .buttons a:nth-child(2n+1), 
  .main .events_flist .btn_container .buttons a:first-child,
  .main .events_flist .btn_container .buttons a:nth-child(2n+1),
  .main .evnt_list .btn_container .buttons  a:first-child, 
  .main .evnt_list .btn_container .buttons  a:nth-child(2n+1), 
  .main .events_flist .btn_container .buttons  a:first-child, 
  .main .events_flist .btn_container .buttons  a:nth-child(2n+1)
  {
	  margin-left:0;
  }
   .main .evnt_list.rl .btn_container .buttons a,
  .main .events_flist .btn_container .buttons a
  {
	  width:49%;
  }*/
  .main .eventdet .content
  {
	  padding-left:15px;
  }
 
  main .map .google-map
  {
	  width:100% !important;
  }
  .main section.map .map-filter .filters .title
  {
	  padding:15px 20px;
  }
  .main section.map .map-filter .filters
  {
	      width: 100%;
    height: 120px;
    bottom: 0;
    top: auto;
    position: absolute;
  }
  .main section.map .map-filter .filters .filter .filter-item
  {
		width:33%;
		float:left;  
  }
  .main section.map .map-filter .filters input[type="checkbox"] + label, .main section.map .map-filter .filters input[type="checkbox"] + span
  {
	  font-size:15px;
	  line-height:19px;
	  margin-bottom:5px;
  }
  .main section.map .map-filter .filters .filter{
	  padding:20px 20px 0;
  }
 	main section.left .badges .buttons a span {
    font-size: 21px;
	}
 
	.main .evnt_list .btn_container .buttons a, 
	.main .events_flist .btn_container .buttons a {
		width: calc(50% - 1em);
	}
	.main .evnt_list .btn_container .buttons a:first-child,
	.main .evnt_list .btn_container .buttons a:nth-child(2n+1),
	.main .events_flist .btn_container .buttons a:first-child,
	.main .events_flist .btn_container .buttons a:nth-child(2n+1)
	{
		margin-left:0 !important;
	}
	.main .evnt_list .btn_container .buttons a span, 
	.main .events_flist .btn_container .buttons a span {
		font-size:23px;
	}
	main section.left .badges .buttons .pi_info, main section.left .badges .buttons .rl_info
	{
		padding:15px 15px 15px 60px;
	}
	main section.left .badges .buttons .pi_info .evnts_close_btn, main section.left .badges .buttons .rl_info .evnts_close_btn
	{		
		left: 20px;
		    top: 19px;
	}
	main section.left .badges .buttons .pi_info a, main section.left .badges .buttons .rl_info a
	{
		font-size: 14px;
	}
	main section.left .badges .buttons .pi_info h4, main section.left .badges .buttons .rl_info h4
	{
		font-size:20px;
		line-height:35px;
	}
	body header
	{
		padding:10px 0;	
	}
	.main .eventdet.leaders .mast_img .pic
	{
		font-size: 30px;
		color: var(--orange-color);
		width:100%;
		height:auto;
		line-height:normal;  
		border-radius:10px;
		padding:20px;
	}
	.main .eventdet.leaders .mast_img .info h2
	{
		display:none;
	}

	.main .eventdet.leaders .mast_img .info
	{
		width:100%;
		padding:20px;
	}
	.main .eventdet.leaders .mast_img .pic h2
	{
		display:inline-block;
		
		text-align:center;
		font-size: 30px;
		color: var(--orange-color);
		align-items: center;
	}
	.main .eventdet.leaders .mast_img .pic img
	{
		float:left;
		max-width:50%;
	}
	body .eventdet  .container
	{
		padding-left:15px;
		padding-right:15px;	
	}
	#carousel-pager .carousel-inner>.item
	{
		padding:0 10px;
	}
	.main section.map
	{
		position:relative;
		top:0px;
	}
	.main section.map .map-filter,
	.main section.map .map-filter .filters
	{
		position:relative;
		height:auto;
	}
	body.page-template-tpl-map main
	{
		padding:0;
	}
	.main .events_flist .evnts_close_btn
	{
		position:absolute;
		right:0px;
		width:25px;
		height:25px;
		background-size: cover;
	}
	main section.left .badges .events .content .info
	{
		padding-right:5px;
	}
	main section.left .badges .events .content .info h4
	{
		font-size:17px;
		margin-bottom:10px;
	}
	main section.left .badges .events .content .info p
	{
		font-size:14px;
	}
	.row > .mast_img
	{
		order: 1;
	}
	
	.main .eventdet.property_info .col-sm-6.content h1, .main .eventdet.property_info .col-sm-12.content h2
	{
		font-size: 24px !important;
	}
	h4.wp-block-heading
	{
		font-size: 22px;
	}

}
@media screen and (max-width: 540px) 
{
	.main-menu li .nav_img_wrap
	{
		width: 100%;
		text-align: center;
		display: block;
		height: 26px;
	}
	.main-menu li .nav_img_wrap img 
	{
		height: 26px;
		margin: 0;
		position: absolute;
		left: 50% !important;
		margin-left: -13px;
		top: 6px !important;
	}

	.cFooter .container a
	{
		margin-right: 10px;
		font-size: 14px;
	}
	 body header .navbar-band
  {
	
    top: -5px;
  }
	.main .eventdet.leaders .mast_img .pic
	{		
		line-height:150px;
	}
	body main section.left .badges .buttons a:before
	{
		width:50px;	
	}
	body main section.left .badges .buttons a:after 
	{
		background-size: 30px;
		left: 10px;
		    top: 15px;
	}
	body main section.left .badges .buttons a span
	{
		font-size:17px !important;
		line-height:20px;
	}
	body main section.left .badges .buttons > a 
	
	{
		padding:0 15px 0 60px;
		height:65px;
		
	}
	
	body main section.left .banner .carousel .item .content h2
	{
		
		line-height:31px;
	}
	body main section.left .banner .carousel .item .content p
	{
		font-size:12px;		
		line-height:16px;
	}
	body main section.left .banner .carousel .carousel-control.right, body main section.left .banner .carousel .carousel-control.left
	{
		bottom:12%;
	}
	.carousel-inner>.item
	{
		overflow:hidden;
	}
	
	body main section.left .banner .carousel .item > div
	{
		height:450px!important;
	}
	
	.main .evnt_list .btn_container .buttons a div, 
	.main .events_flist .btn_container .buttons a div
	{
		width:50px;	
		background-size:60%;
		
	}
	.main .evnt_list.rl .btn_container .buttons a div
	{		
		background-size:cover;
	}
	.main .evnt_list .btn_container .buttons a span, .main .events_flist .btn_container .buttons a span {
		font-size: 16px;
		max-width:100%;
		line-height:17px;
		white-space:normal;
	}
	.main .evnt_list .btn_container .buttons a div p, .main .events_flist .btn_container .buttons a div p {
    font-size: 17px;
	line-height:20px;
	}
	body .main .evnt_list .btn_container .buttons a , 
	body .main .events_flist .btn_container .buttons a 
	{
		padding:10px 5px 10px 55px !important;
		    height: 65px!important;
		
	}
	
	
	.main .evnt_list .btn_container .buttons a.white span{
		max-width:100%;
		font-size:13px;
	}
	.main .evnt_list .btn_container .buttons a.white {
    padding: 0 10px  !important;
	}
	
	body header .navbar-band + h2
	{
		font-size:20px;
		padding-right: 35px;
	}
	body.home header .navbar-band + h2
	{
		padding-right: 0px;
	}
	body header .navbar-band + h2 img
	{
		max-width:20px;	
	}
	.main .eventdet.leaders .content h1, .main .eventdet.leaders .content h3, .main .eventdet .content h1
	{
		font-size:22px;
	}
	.main .eventdet.leaders .mast_img .info h2
	{
		font-size:30px;
	}
	.main .eventdet.leaders .mast_img .info h4
	{
		font-size:18px;
	}
	.main section.map .map-filter .filters input[type="checkbox"] + label img
	{
		max-width:20px;
	}
	.main section.map .map-filter .filters .filter .filter-item
	{
		width:50%;	
	}
	.main section.map .map-filter .filters .filter
	{
		padding-top:10px;
	}
	.main section.map .map-filter .filters .title
	{
		padding:10px 20px;
	}
	.main .eventdet.leaders .content p, .main .eventdet.leaders .mast_img .info p, .main .eventdet .content p
	{
		font-size:16px;
		line-height:20px;
	}
	.main .eventdet .content ul li
	{
		font-size:16px;
	}
	main section.left .badges .buttons .pi_info a, main section.left .badges .buttons .rl_info a
	{
		font-size: 14px;
    line-height: 18px;	
	}
	.team-list > div:first-child
	{
		width: 140px;
		margin-right: 15px;
	}
	.team-list > div:last-child
	{
		width: calc(100% - 155px);
	}
	.team-list
	{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 410px) 
{
	main section.left .badges .buttons .pi_info a, main section.left .badges .buttons .rl_info a
	{
		font-size: 13px;
    line-height: 18px;	
	}
	.main .evnt_list.property .btn_container .buttons a span
	{
		    font-size: 14px;
	}
	.main .evnt_list.property .btn_container .buttons a div
	{
		    width:45px !important;
	}
	.main .evnt_list.property .btn_container .buttons a
	{
		padding-left:52px!important;
	}
	
	.main .eventdet .content h2 {
    font-size: 20px;
    line-height: 26px;
    padding: 10px 0;
	}
	body main section.left .banner .carousel .item > div
	{
		height:400px!important;
	}
	main section.left .badges .events .content .info h4
	{
		font-size:16px;
		margin-bottom:10px;
	}
	main section.left .badges .events .content .info p
	{
		font-size:13px;
		padding-right:0;
	}
	
	main section.left .badges .events .header .btn
	{
		padding:5px 10px;
	}
	
	body main section.left .banner .carousel .item .content h2
	{
	
		font-size: 18px;
    line-height: 22px;;
	}
	body main section.left .banner .carousel .item .content p
	{
		line-height:15px;
		
	}
	body main section.left .banner .carousel .carousel-control.left,
	body main section.left .banner .carousel .carousel-control.right
	{
		bottom:12%;
	}
	
	
	.main section.map .map-filter .filters .filter-item input[type="checkbox"] + label:before
	{
		width:25px;	
	}
	.main section.map .map-filter .filters input[type="checkbox"] + label, .main section.map .map-filter .filters input[type="checkbox"] + span
	{
		font-size:13px;
	}
	body main section.left .badges .buttons a
	{
		padding: 10px 10px 10px 50px;
	}
	body main section.left .badges .buttons a:before {
		width: 40px;
	}
	body main section.left .badges .buttons a span {
		font-size: 15px !important;
		line-height: 18px;
	}
	main section.left .badges .buttons a:after
	{
		background-size: 25px!important;
		left: 7px!important;
	}
	body .buttons a.white span
	{
		padding:0;
	}
	body .buttons a.white span:after
	{
		right:0;
	}
	body .buttons a.white
	{
		text-align:left;
	}
	header .togmenu li a
	{
		    font-size: 16px;
	}
	header ul.icons li 
	{
    margin-right: 5px!important;
	}

} 

main section.left .badges .events .content .info {
	/*max-height: 165px;
	overflow-y: hidden;
	min-height: 135px;*/
	display: flex;
    justify-content: center;
    flex-direction: column;
	/*overflow-y: auto;
	-webkit-overflow-scrolling: touch;*/
}

main section.left .badges .events .content .info::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: var(--orange-color);
	border-radius: 10px;
}

main section.left .badges .events .content .info::-webkit-scrollbar {
	width: 6px;
	background-color: var(--orange-color);
}

main section.left .badges .events .content .info::-webkit-scrollbar-thumb {
	background-color: rgba(38, 38, 38, 0.6);
	border-radius: 10px;
}
/*@media screen and (max-width: 1680px) {
	main section.left .badges .buttons .pi_info a {
		font-size: 22px;
		margin: 18px 0 0;
        padding-right: 8px;
	}
}*/

/* RR Banner Change 23/04/2019 */
main section.left .banner .carousel .new.item div.bg-img { 
	float: right;
    /*border-radius: 0px 15px 15px 0px;*/
	background-position: center !important;
	width:70%;
}
main section.left .banner .carousel .new.item div.content {
	width:30% !important;
}
@media screen and (max-width: 1023px) {
	main section.left .banner .carousel .new.item div.bg-img { width:100%;float: none;height: 400px;/*border-radius: 15px 15px 0px 0px;*/ }
	main section.left .banner .carousel .new.item div.content { width:100% !important; }
	body main section.left .banner .carousel .new.item > div { }
}
@media screen and (max-width: 767px) {
	body main section.left .banner .carousel .new.item > div { height: 455px !important;}
}
@media screen and (max-width: 627px) {
	main section.left .banner .carousel .new.item div.bg-img { height: 350px; }
	
}
@media screen and (max-width: 480px) {
	main section.left .banner .carousel .new.item div.bg-img { height: 250px; }
	body main section.left .banner .carousel .new.item > div { height: 360px !important;}
}
@media screen and (max-width: 375px) {
	main section.left .banner .carousel .new.item div.bg-img { height: 200px; }
	body main section.left .banner .carousel .new.item > div { height: 300px !important;}
}

h3.two-dates {
	font-size: 21px !important;
	margin-top: 55px;
}
main section.left .badges .events .content .date h3.two-dates
{
	font-size: 21px !important;
	margin-top: 55px;
}
p.two-dates {
	font-size: 15px !important;
	line-height: initial !important;
}
@media screen and (max-width: 1024px) {
	
	main section.left .badges .events .content .date h3.two-dates 
	{
		font-size: 18px !important;
		margin-top: 33px;
	}
}
@media screen and (max-width: 480px) {
	p.two-dates 
	{
		font-size: 13px !important;
		line-height: initial !important;
	}

}
@media screen and (max-width: 640px) {
	.teams
	{
		justify-content: space-between;
	}
	
	#kiosk-carousel.owl-carousel .owl-stage
	{
		margin-left: -20px;
	}
	#kiosk-carousel .owl-nav .owl-next {
        right: 5px;
        width: 15px;
    }
	#kiosk-carousel .owl-nav .owl-prev {
        left: 5px;
        width: 15px;
    }
	
	#kiosk-carousel .owl-item .content h2
	{
		font-size: 20px;
		margin-bottom: 10px;
	}
	body main section.left .badges .events
	{
		margin-bottom: 0 !important;
	}
	body main section.left .badges
	{
		padding-bottom: 0 !important;
	}
	.cFooter
	{
		margin-top: 0 !important;
	}
	.main .eventdet .content .team-face > div
	{
		width: 105px;
		height: 105px;
	}
	
	.main .eventdet .content div.teams
	{
		margin-top: 20px;
	}
	.main .eventdet .content div.teams::after
	{
		width: 105px;
		content: '';
	}
	.main .eventdet .content .team-face.active > div
	{
		border-width: 3px;
	}
}

/* style guide */
main > .gutterberg .eventdet .content {
	padding-left: 15px;
}
main > .gutterberg .page-info h2 {
	border: 0;
	float: none;
}
main > .gutterberg .page-info h1 {
	font-size: 52px;
	color: var(--orange-color);
	margin-bottom: 25px;
	text-transform: uppercase;
	clear: left;
  }
  main > .gutterberg .page-info h2 {
	font-size: 30px;
	margin-bottom: 20px;
  }
  main > .gutterberg .page-info h3 {
	font-size: 26px;
	margin-bottom: 15px;
  }
  main > .gutterberg .page-info h4 {
	font-size: 24px;
	margin-bottom: 10px;
  }
  main > .gutterberg .page-info h5 {
	font-size: 20px;
	margin-bottom: 5px;
  }
  main > .gutterberg .page-info h6 {
	font-size: 16px;
	margin-bottom: 5px;
  }

  main > .gutterberg .page-info p,   main > .gutterberg .page-info ul li,   main > .gutterberg .page-info ol li {
	font-size: 20px;
    font-family: 'VAGRoundedStd-Light', sans-serif;
	
  }
  main > .gutterberg .page-info p {
	margin: 0 0 20px;
  }
  main > .gutterberg .page-info ul,   main > .gutterberg .page-info ol {
	padding-left: 17px;
	margin-bottom: 30px;
  }
  main > .gutterberg .wp-block-media-text,
  main > .gutterberg .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image),
  main > .gutterberg .wp-block-cover
  {
	margin-bottom: 30px;
  }
  main > .gutterberg  .wp-block-embed__wrapper {
	text-align: center;
  }
  main > .gutterberg  .wp-block-embed__wrapper iframe {
	width: 80%;
	position: RELATIVE !important;
    height: auto !important;  
	margin: 0 auto 30px;
	aspect-ratio: 16 / 9;
  }

  main > .gutterberg .page-info  .wp-block-media-text .wp-block-media-text__media img {
	border-radius: 15px;
  }
  main > .gutterberg .page-info  .wp-block-button .wp-block-button__link {
	padding: 5px 20px;
	border-radius: 15px;
	background: var(--orange-color);
	border:solid 2px var(--orange-color);
	color: var(--main-color-white);
	font-size: 18px;
	text-transform: capitalize;
  }
  main > .gutterberg .page-info .wp-block-button  .wp-block-button__link:hover
  {
	  background: var(--main-color-white);
	  text-decoration: none;
	  color: var(--orange-color);
  }
  .wp-block-columns .wp-block-group .wp-block-image img {
	border-radius: 15px;
  }

  .wp-block-columns .wp-block-group .wp-block-image figcaption {
	font-size: 26px;
	margin-bottom: 20px
  }

  /* New homepage */

  
html, body 
{
	min-height: 100%;
	height: 100%;
	margin: 0;
}
  .hm_wrapper
  {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 0 0 ;
	background-size: auto 100%;
  }
.hm_hdr
{
	position: absolute;
	right: 0;
	top: 0;
	width: 393px;
	background-color: var(--black-color);
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	padding: 0;
	z-index: 9;
}
.logo_sec
{
	background-color: var(--main-color-white);
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.logo_sec img 
{
	max-width: 70px;
}
.hm_hdr h4 
{
	color: var(--orange-color);
	font-size: 23px;
}
.loc_sec
{
	background-color: #000;
	padding: 40px 20px;
	width: 100%;
	text-align: center;
}
.hm_hdr h5 
{
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.1;
	text-align: center;
	color: var(--main-color-white);
}
.events_list
{
	padding: 0 20px;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
.events_list > div 
{
	padding: 20px 0;
	position: relative;
}
.events_list > div > *
{
	padding: 5px 0;
}
.events_list > div::after
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	/*border-bottom: solid 1px rgba(255,255,255,0.5);*/
	content: '';
}
.events_list h5 
{
	text-align: left;
	text-transform: none;
}
.events_list .scrll_lnk
{
	position: absolute;
	bottom: 0;
	line-height: 60px;
	background-color: #000;
	background-image: url('../images/d_arrow_new.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 50%;
    height: 60px;
    right: 50%;
}
.events_list .scrll_lnk.rev
{
    right: 0;
	transform: rotate(180deg);
	background-color: #111111;
}
.hme_main 
{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
	padding: 0 ;
	max-width: calc(100% - 393px);
}
.hme_main .content_wrapper
{
	height: calc(100vh - 165px);
	width: 100%;
	display: flex;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;
	z-index: 99;
}
.hm_wrapper .kiosk-video
{
	height: calc(100% - 165px);
	width: 100%;
	max-width: calc(100% - 393px);
	display: flex;
	justify-content: flex-start;
	position: absolute;
	overflow: hidden;
}
.hm_wrapper .kiosk-banner
{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	position: absolute;
	overflow: hidden;
}
.hm_wrapper .kiosk-banner img 
{
	width: 100%;
	max-width: 100%;
}
.hme_main .actions
{
	width: 100%;
	height: 165px;
	background-color: #000;
	align-self: flex-end;
	display: flex;
	background: linear-gradient(to right, var(--orange-color); 50%, #000000 50%);
}
.btn_wrpr
{
	height: 165px;
	display: flex;
	background-color: var(--orange-color);
	flex: 1;
}
.btn_wrpr .btns 
{
	height: 165px;	
	background-position: center 35px;
	/*width: calc(25% - 1px);*/
	width: calc(33.33333% - 1px);
	background-repeat: no-repeat;
	text-decoration: none;
	position: relative;
	opacity: 1;
}
.btn_wrpr .btns.active 
{
	opacity: .2;
}
.btn_wrpr .btns:hover 
{
	opacity: 0.3;
}
.btn_wrpr .btns P 
{
	width: 100%;
	text-align: center;
	color: var(--main-color-white);
	text-decoration: none;
	text-shadow: 0 0 0;
	margin-top: 110px;
	font-size: 18PX;
}
.btn_wrpr span
{
	position: relative;
	right: 0;
	width: 1px;
	display: block;
	height: 90px;
	border-right: solid 1px rgba(255,255,255,0.7);
	top:38px;
	content: '';
}
.btn_wrpr .btns.btn_ig
{
	background-image: url('../images/icon_it.png');
}
.btn_wrpr .btns.btn_rl
{
	background-image: url('../images/icon_rl.png');
}
.btn_wrpr .btns.btn_dir
{
	background-image: url('../images/icon_dir.png');
}
.btn_wrpr .btns.btn_lg
{
	background-image: url('../images/icon_lg.png');
}
.qr_lnks
{
	background-color: var(--black-color);;
	height: 165px;
	padding-top: 15px;
	width: auto;
	flex: 1;
	max-width: 300px;
	text-align: center;
}
.qr_lnks p 
{
	text-align: center;
	color: var(--main-color-white);
	font-size: 14px;
	color: var(--orange-color);
}
.qr_lnks > div 
{
	display: flex;
	justify-content: center;
}
.qr_lnks > div span 
{
	text-decoration: none;
	margin: 0 30px;
	color: var(--main-color-white);
	text-transform: capitalize;
	display: inline-block;
}
.qr_lnks > div span img 
{
	max-width: 90px;
}
.qr_lnks > div span p 
{
	margin: 7px 0 0;
	color: var(--main-color-white);
	text-transform: uppercase;
}
.car-wrapper
{
	height: 100%;
	position: relative;
}
.d-div
{
	padding: 45px;
	background-color: rgba(0, 0, 0, 0.84);
	align-self: flex-end;
	width: 450px;
	margin: 0 0 170px 80px;
	position: absolute;
	bottom: 150px;
}
.d-div h1 
{
	font-size: 28px;
	margin-bottom: 25px;
	color: var(--orange-color);
}
.d-div p 
{
	font-size:16px;
	color: var(--main-color-white);
	font-family: 'VAGRoundedStd-Light';
}
.hme_main .hide-div 
{
	bottom: -100%;
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.center_content
{
	width: calc(100% - 300px);
	max-width: 100%;
	height: calc(100% - 82px);
	background-color: var(--black-color);
	padding: 25px 40px;
	position: absolute;
	
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.center_content .hdr_sec
{
	padding: 25px 0 40px;
	display: flex;
	justify-content: space-between;
}
.center_content .hdr_sec h2 
{
	font-size: 18px;
	color: var(--main-color-white);
}
.center_content .hdr_sec img 
{
	margin-right: 10px;
}
.div_close
{
	background-image: url(../images/d_arrow_new.png);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: solid 1px var(--main-color-white);
	background-position:  center;
	background-repeat: no-repeat;
}
.cont_sec
{
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cont_sec > div 
{
	width: 155px;
	margin: 0 35px 30px 0;
}
.cont_sec > div h4
{
	color: var(--orange-color);
	margin: 15px 0 10px;
	font-size: 18px;
}
.cont_sec > div h6 
{
	color: var(--main-color-white);
	max-width: 100px;
	line-height: 1.3;
	font-size: 12px ;
}
.center_content.iglu_directory h6 
{
	font-size: 16px;
	text-transform: capitalize;
	max-width: 100%;
}
.center_content.iglu_directory hr 
{
	margin: 10px 0 15px;
	border-color: rgba(255,255,255,0.5);
}
.center_content.iglu_directory .cont_sec > div 
{
	width:20%;
}
.center_content.iglu_directory .cont_sec > div ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.center_content.iglu_directory .cont_sec > div ul li 
{
	margin: 8px 0 ;
}
.center_content.iglu_directory .cont_sec > div ul li::marker
{
	font: 0;
}
.center_content.iglu_directory .cont_sec > div ul li a , .center_content.iglu_directory .cont_sec > div ul li 
{ 
	font-size: 16px;
	text-transform: capitalize;
	color: var(--orange-color);
	text-decoration: none;
	display: flex;
	align-items: center;
	cursor: default;
}
.center_content.iglu_directory .cont_sec > div ul li a:hover 
{
	color: var(--orange-color);
	cursor: default;
}
.center_content.iglu_directory .cont_sec > div ul li img 
{
	margin-right: 15px;
	width: 30px;
}
.center_content.iglu_lg .cont_sec > div
{
	width: unset;
}
.center_content.iglu_rls .cont_sec > h4{
	color: var(--main-color-white);
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 60px;
	left: 0;
}
.center_content.iglu_rls .cont_sec > h4 span 
{
	color: var(--orange-color);
}
.cont_sec .gm-style .gm-style-iw-d a{
	display: none;
}
/*.jquery-textscroller-wrapper-outher.default.vertical .jquery-textscroller-button-prev,
.jquery-textscroller-wrapper-outher.default.vertical .jquery-textscroller-button-next
{
	display: none !important;
}*/
  /* New homepages */

  .hme_main section.map .map-filter .filters .filter-item label > img
  {
	max-width: 17px;
  }
  .hme_main section.map .map-filter .filters .filter-item label
  {
	margin-bottom: 15px !important;
  }
  @media screen and (min-width: 1024px) {
	.d-lg-none
	{
		display: none !important;
	}
  }
  @media screen and (max-width: 1023px) {
	.d-lg-block
	{
		display: none !important;
	}
	.dd-menu h4, .prpt_nav h4, .dd-menu h4 a, .prpt_nav h4 a
	{
		color: #fff ;
	}
	
  }
  .wp-block-table
  {
	clear: both;
  }

  .page-template-tpl-styles .wp-block-columns,
  .page-template-tpl-styles .wp-block-gallery,
  .page-template-tpl-styles .wp-block-gallery,
  .page-template-tpl-styles  .wp-block-table,
  .page-template-tpl-styles  .wp-block-details,
  .page-template-tpl-styles  .wp-block-buttons,
  .page-template-tpl-styles  .wp-block-media-text,
  .page-template-tpl-styles figure
  {
	margin-bottom: 40px !important;
  }
  .wp-block-media-text
  {
	clear: both;
  }
  .page-template-tpl-styles .wp-block-media-text figure
  {
	margin-bottom: 0 !important;
  }
  .page-template-tpl-styles table 
  {
	margin-top: 0 !important;
  }
  .page-template-tpl-styles  .wp-block-details summary
  {
	color: var(--orange-color);
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	padding-right: 30px;
  }
  .page-template-tpl-styles  .wp-block-details summary::after
  {
	background: url(../images/ico_bot_arrow_b.png) no-repeat 2px 10px;
	width: 20px;
    height: 20px;
    display: flex;
    content: '';
    background-size: 14px;
    margin: 0 0 0 5px;
  }
  .page-template-tpl-styles  .wp-block-details[open] summary::after
  {
	transform: rotate(-180deg);
	background-position: 4px 0;
  }
  .page-template-tpl-styles   .wp-block-button:not(.is-style-outline) a
  {
	border-radius: 0;
	background-color: var(--orange-color);
  }
  .page-template-tpl-styles   .wp-block-button.is-style-outline a
  {
	border-radius: 0;
	background-color:transparent;
	border-color: var(--orange-color);
	color: var(--orange-color);
  }
  .page-template-tpl-styles   .wp-block-button:not(.is-style-outline) a:hover ,
  .page-template-tpl-styles   .wp-block-button.is-style-outline a:hover
  {
	background-color:#262626 !important;
	border-color: #262626 !important;
	color: var(--orange-color);
  }
  .page-template-tpl-styles .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-left: 40px !important;
    align-self: center !important;
}
body.page-template-tpl-styles .eventdet .col-sm-12.content  h1,
body.page-template-tpl-styles .eventdet .col-sm-12.content h2,
body.page-template-tpl-styles .eventdet .col-sm-12.content h3,
body.page-template-tpl-styles .eventdet .col-sm-12.content h4,
body.page-template-tpl-styles .eventdet .col-sm-12.content h5 
{
	margin-bottom: 15px !important;
}
.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media, .wp-block-media-text>.wp-block-media-text__content, .wp-block-media-text>.wp-block-media-text__media
{
	/*padding: 20px;*/
}

@media screen and (max-width: 600px) {
	.page-template-tpl-styles .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
		padding-left: 0 !important;
		padding-top: 30px !important;
		
	}
	
  }



  @media screen and (min-width:1024px) 
  {
	  .social-menu .d-lg-block
	{
		display: flex !important;
	}
}
  @media screen and (min-width:540px) 
  {
	body header .hdr_info .main-menu > li > a
	{
		display: flex;
		justify-content: center;
	}
}