@media (min-width:1200px){.container{width:1170px;} .navigation{width:1140px}}
		body.boxed .body{max-width:1210px}
		@media (min-width: 1200px) {body.boxed .body .site-header, body.boxed .body .main-menu-wrapper{width:1210px;}}.site-footer > .container, .site-footer-bottom > .container{width:100%;}.recurring-info-icon{display:inline-block;}@media only screen and (max-width: 767px) {.home .hero-slider, .home .slider-revolution-new{top:0!important; margin-bottom:0!important;}} .main-content-row{flex-direction:row}.event-detail h4 a[href^="https://www.google"]:before, .events-grid .grid-content h3 a[href^="https://www.google"]:before, h3.timeline-title a[href^="https://www.google"]:before{display:inline-block;}
			.content{min-height:400px;}.site-header .topbar,.header-style5 .site-header,.header-style6 .site-header,.header-style6 .site-header>.container{height:130px;}.site-header h1.logo{height:115px;}.home .hero-slider{top:-131px;margin-bottom:-131px;}.home .slider-revolution-new{top:-131px;margin-bottom:-131px;}.header-style4 .top-navigation > li ul{top:130px;}.header-style4 .topbar .top-navigation > li > a{line-height:130px;}@media only screen and (max-width: 992px) {.main-menu-wrapper{top:130px;}}@media only screen and (max-width: 992px) {.header-style3 .main-menu-wrapper{top:169px;}.header-style4 #top-nav-clone{top:130px;}}@media only screen and (max-width: 767px) {.header-style3 .main-menu-wrapper{top:209px;}}.nav-backed-header{display:block;}.share-bar{display:block;}.page-header{display:block;}.breadcrumb{visibility:visible}.page-banner-image:before{opacity:.4;}.content{}body.boxed{}
		.content{}
/*========== User Custom CSS Styles ==========*/
#header{
margin: 0 auto;
}
.listing-cont { background-color: #fafafa; padding: 5px; border-radius: 0px 0px 10px 10px; margin: 2px;}
.listing-header {background-color:#d1baa3; text-transform: uppercase; padding: 0px 0px 0px 15px; border-radius: 10px 10px 0px 0px;}

.main-menu-wrapper.sticky-active{
  z-index: 999;
}
.admin-bar .main-menu-wrapper.sticky-active{
  top: 32px!important;
}

.myButton {
    margin: 1px;
    width: 80px;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	text-align: center;
}
.myButton:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButton2 {
    margin: 1px;
    width: 80px;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	background-color:#fe1a00;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	text-align: center;
}
.myButton2:hover {
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	background-color:#ce0100;
}
.myButton2:active {
	position:relative;
	top:1px;
}