/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);

/*---------------------------------
	OVERRIDESB
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Lato", arial, verdana, sans-serif;
font-weight:normal;
}
	h3{
	position: relative;
	}
		h3 .push-right{
		position: absolute;
		right: 15px;
		top:15px;
		}	
		h3 .hide-small{
		text-transform: none;
		}
thead th,
tbody th{
font-family: "Lato", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Lato", arial, verdana, sans-serif;
}

.menu{
font-family: "Lato", arial, verdana, sans-serif;
}

blockquote{
font-family: "Lato", arial, verdana, sans-serif;
}
section{
	position:relative;
}

/******************************WARNING WARNING WARNING ******************************************/
img[src*='red-chili']{
display: none !important;
}
/*span.img-right,span.img-left,span.img-center{ display: none !important;}*/
/******************************WARNING WARNING WARNING ******************************************/
/*---------------------------------
	BASE STYLES
-----------------------------------*/
html {
-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
body{
margin:0;
padding:0 0 0 0;
color:#666;
background:#efefef url(img/page-bg.png) repeat-x;
background-attachment: fixed;
background-position: center top;
background-size: cover;
font:normal 0.9em/150% 'Lato', arial, verdana, sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

h1,h2{
background-color: white;
color: #e86630;
padding: 0px;
clear: both;
line-height: 100%;
}
h1{
font-size: 1.5em;
text-transform: none;
margin-top: 0.5em;
background-image:none;}

/*This is making the font-awesome icons have right margin*/
h3 .fa{ margin-right: 3px; }

p{
margin:0 0 10px 0;
}
ul{
margin:0;
padding:0;
}
	ul li{
	margin:0;
	padding: 0;
	list-style: none;
	line-height: 120%;
	}
		ul li:before{
		display: none;
		}
ol{
margin: 0;
padding: 0;
counter-reset: li-counter;
}
	ol>li{
	margin: 0;
	padding: 0 0 5px 1.5em;
	line-height: 120%;
	position: relative;
	list-style: none;
	text-transform: none;
	}
	ol li:before{
	content: counter(li-counter) ".";
    counter-increment: li-counter;
    font-size: 1em;
    line-height: 120%;
    position: absolute;
    left: 0;
    top: 0;
	}
blockquote{
border:0;
margin: 2em 3%;
padding:0;
text-decoration: none;
text-transform: none;
font-size:1.1em;
line-height: 1.7;
position: relative;
color:#999;
}
	blockquote:before{
	font-family: FontAwesome;
	content:"\f10d";
	position: absolute;
	top:0;
	right:100%;
	margin-right:6px;
	font-size: 1.3em;
	}
	blockquote p{
	margin-bottom: 1em;
	}


/*---------------------------------
	LAYOUT
-----------------------------------*/
a.search{
display: none;
position: absolute;
top:5px;
right: 10px;
color:#666;
z-index: 1000;
}

#header{
background:#fff;
padding:0 1.5em 1.1em 1.5em;
}
	#logo{display:inline-block;vertical-align: middle;margin-top: 1em}
	#header h1{display:none;}

	
	#header h2{
	color:#888e29;
	font-size:13px;
	margin:0 0 8px 1.9em;
	display:inline-block;
	vertical-align: middle;
	margin-top: 1.5em;
	}
	
	.nav-alt{
	text-align:right;
	float:right;
	display: block;
	vertical-align: middle;
	margin-top: 1em;
	}
	
		.nav-alt li{
		display:inline-block;
		vertical-align: middle;
		margin:0 4px;
		}
		
		.nav-alt li a{
		text-decoration: none;
		color:#999;
		font-size: 0.9em;
		}
			.nav-alt li a i{
			font-size:2.2em;
			}
		.nav-alt li.alt-under{
		display: block;
		margin-top: 0.5em;
		}
	form.search{
	display: inline-block;
	position: relative;
	}
		form.search i{
		color:#dadada;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%); /* IE 9 */
	    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	    transform: translateY(-50%);
	    left: 0.5em;
		}
		form.search input[type=text]{
		border: none;
		border-radius: 0px;
		background: #f1f1f1;
		box-shadow: none;
		padding: 0.25em 0 0.25em 1.5em;
		color: #666;
		}
			form.search button{
			display: none;
			}
		.nav-alt li.alt-under a{
		color:#fb6f35;
		margin-left:2px;
		}
			.nav-alt li.alt-under form+a{
			margin-left:8px;
			}
		.nav-alt li.alt-under i{
		vertical-align: middle;
		}
			

#nav{
font-size:0;
display:table;
width:100%;
}

	.nav-row{
	display:table-row;
	width: 100%;
	}

	.nav-cat{
	font-size:14px;
	display:table-cell;
	width:20%;
	vertical-align: top;
	padding-bottom:30px;
	}
	
	.nav-cat ul{
	margin:0;
	padding:5% 10%;
	}
	
	.nav-cat li{
	line-height:120%;
	}

.nav-cat .section-name {
		margin: 0;
		color: #ffffff;
	}
	
	.nav-cat li a{
	text-decoration:none;
	list-style-type:none;
	color:#fff;
	display:block;
	}
.show-nav{display: block !important;}
/*---------------------------------
	Menu Toggle
-----------------------------------*/
#menu-toggle{
display:none;
background-color:#e86630;
color:white;
}
	#menu-toggle span .fa-square{
	color:#e86630;
	}
/*---------------------------------
	CATEGORY COLORS
-----------------------------------*/
/*
orange	#e86630;
green	#888e29;
blue	#018aac; new blue #029ec5;#018aac;
purple	#cb9e02; purple is now yellow #ddac03;#cb9e02;
red		#de173f;
*/

#nav [class*="color"],
[class*="color"] h3,
.foot-bar [class*="color"]{
background-image:url(img/page-bg.png);
background-repeat: repeat-x;
background-attachment: fixed;
background-position: center top;
background-size: cover;
}

/*---------------------------------
	Utility
-----------------------------------*/
#banner-col{
position: absolute;
right:0;
top:0;
height:100%;
overflow: hidden;
}
.red-border{
border:1px solid red !important;
}
.fade{
background:url(img/fade.png);
background-repeat: repeat-x;
background-position: center bottom;
padding: 30px 0 0 0;
position: absolute;
bottom:0;
width: 100%;
text-align: right;
}
	.fade a{
	background:#fff;
	display:block;
	text-transform:uppercase;
	text-align:center;
	padding:5px 20px;
	font-size:11px;
	-webkit-box-shadow:0px 0px 7px rgba(0,0,0,0.2);
	color:#e86630;
	}
		.fade .fa{
		margin-right: 3px;
		}
.margin-bottom{
margin-bottom:  7px;
}
.circular{
border: 1px solid #808627;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-khtml-border-radius: 50%;
padding-top:100px;
width: 100px;
display:inline-block;
overflow: hidden;
vertical-align: middle;
position: relative;
}
	.circular img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	}
#center{
display: block;
float: none;
margin: 0 auto;
}
.img-right, .align_right { float: right; margin: 1em 0 1em 1em; }
.img-left, .align_left { float: left; margin: 1em 1em 1em 0; }
.img-center, .align_center { display: block; margin-left: auto; margin-right: auto; margin-top: 1em; }

.hide-md{display: inline-block;}
.show-md{display: none;}
.edit-link{
text-transform: none;
display:inline-block;
padding:3px;
font-size:0.8em;
line-height:100%;
margin-right:5px;
background:rgba(0,0,0,0.2);
}
.loading{
width: 100%;
height: 100%;
position: absolute;
text-align: center;
background-color: #fff;
background-color: rgba(255,255,255,0.7);
top:0;
left:0;
padding-top: 50%;
z-index: 100;
}
.loading .fa{
color:#ccc;
font-size: 2em;
}

.is-sponsored{
display: block;
background: #ddd;
padding:5px 15px;
font-size: 0.8em;
line-height: 1.2;
}
	.is-sponsored a{
	display: inline-block;
	}
.article-banner .is-sponsored{
position: absolute;
top:0;
right: 0;
padding:2.5px 7px;
background: none;
color: #fff;
text-shadow: 0px 0px 3px rgba(0,0,0, 0.3);
}
/*THIS IS WHAT MAKES THE CONTACT PAGE'S SECOND HEADING BE ORANGE AND CENTERED*/
.modal-content #page-content h3+h3{
text-align: center;
font-size: 1.25em;
padding: 1.4em 1em;
color:#e86630;
background: none;
background-image: none;
background-color: #fff;
text-transform: none;
}
/*---------------------------------
	SLIDESHOW ADDONS
-----------------------------------*/

.slideshow li a{
display: block;
position: relative;
}
	.slideshow li a:after{
	background:url(img/slider-fade.png);
	background-size: contain;
	background-repeat: repeat-x;
	position: absolute;
	display: block;
	color: white;
	content: ' ';
	bottom:0;
	left: 0;
	width: 100%;
	height: 50%;
	}
	.slideshow li span{
	position: absolute;
	display: block;
	color: white;
	bottom:0;
	left: 0;
	width:80%;
	z-index: 10;
	padding: 0 0 4% 4%;
	}
		.slideshow li span *{
		background: none;
		color: white;
		}
		.slideshow li span h3{
		padding: 0;
		line-height: 1em;
		margin-bottom: 0;
		}
		.slideshow li span h4{
		line-height: 0;
		margin-top: 0.7em;
		color: white;
		position: relative;
		}
			.slideshow li span a::after{
			display: none;
			background: none;
			}
		.slideshow li span p{
		margin-top: 0;
		margin-bottom: 0;
		}
/*---------------------------------
	MarkupPagerNav
-----------------------------------*/
.MarkupPagerNav{
margin-top: 5%;
text-align: center;
margin-left: 0;
}
	.MarkupPagerNav li{
	display: inline-block;
	background-color: #EEEEEE;
	padding: 0.5% 1%;
	margin-right:0.5%;
	}
		.MarkupPagerNav li:hover,
		.MarkupPagerNav .MarkupPagerNavOn{
		background-color: #DDDDDD;
		}
/*-------------------------------
	META-DATA
---------------------------------*/
.meta{
color:#999999 !important;
display:block;
font-size: 13px;
}
	.meta i{
	margin: 0 1px 0 3px;
	}
	.meta a{
	color:#999999 !important;
	text-decoration: none;
	cursor: pointer;
	}
	h2+.meta{
	margin: -7px 1px 10px 3px;
	}
	.article-list-alt .meta{
	font-size: 0.85em;
	padding: 0 2px;
	margin-top:2px;
	}
	.listing-list .meta{
	font-size: 0.85em;
	}
	
/*---------------------------------
	TAGS
-----------------------------------*/
a.tag{
color:#999!important;
font-size: 1em;
display: inline-block;
}
	a.tag .fa-tag{
	font-size: 1em;
	}
/*---------------------------------
	PAGE
-----------------------------------*/
.page{
background:#fff;
border:7px solid #fff;
margin-top: 10px;
margin-right:115px;
position: relative;

}
	.page.first{
	margin-top:-20px;
	}

.page div.ad{
margin:20px 1px;
text-align:center;
}
.page h3 span{
text-align: right;
}
.page [class*="col"]{
padding-right: 1px;
}

#byline{
padding:1% 0 2% 0;
text-align:left;
}
	
	#byline img{
	width:100px;
	height:auto;	
	}
	
	#byline img{
	display:inline-block;
	vertical-align: middle;
	margin-right:10px;
	}
	
	#byline .logo-yl{}
	#byline .logo-ec img{position:relative;top:-5px;}
	
	#byline .copy{
	font-size:0.8em;
	vertical-align: middle;
	display:inline-block;
	position: relative;top:-5px;
	}
	#byline .rss-feed{
	vertical-align: middle;
	display:inline-block;
	position: relative;top:-5px;
	margin-left: 5px;
	}
	
	/*#byline .copy a{
	display:inline-block;
	margin-right:10px;
	}*/
/*---------------------------------
	 Advertisements
-----------------------------------*/
.ads{
position: absolute;
right:0px;
top: 20px;
margin-right: -139px;
width: 120px;
}
	.ads img{
	display:block;
	width: 100%;
	margin: 5px 0;
	}
	
	.ad.banner{
	margin: 1em 115px 1em 0;
	}
	.ad.banner img{
	display: block;
	margin: 0 auto;
	}

/*---------------------------------
	ARTICLE CONTENT
-----------------------------------*/

.page.first .article-content{
padding:2% 4% 20% 4%;
word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
	.article-content h3{
	background-color: white;
	color: #e86630;
	padding: 0px;
	clear: both;
	line-height: 100%;
	font-size: 1.5em;
	text-transform: none;
	margin: 2em 0 0.5em 0;
	background-image:none !important;
	border: 1px solid transparent;
	}
	.article-content h4{
	font-weight: bold;
	font-size: 1.2em;
	margin: 2em 0 0.5em 0;
	}
		.article-content h3::before{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0;}
	.article-content ul,.article-content ol{
	margin: 2em 0;
	}
	.article-content ul li{
	padding: 0 0 5px 1.5em;
	position: relative;
	}
		.article-content ul li:before{
		display: inline-block;
		background-image:url(img/chili-25.png);
		background-size:100% 100%;
		background-repeat: none;
		content: "";
		padding:0.5em;
		position: absolute;
		left: 0;
		top:0;
		}
		
		/* .article-content img{ display:none;} */
		.article-content img.align_right{
		    float:right;
		}
				.article-content img.align_left{
		    float:left;
		}
	.article-content .ad img{display: block;}
	
/*---------------------------------
	ARTICLE IMAGES
-----------------------------------*/
#article-images{
padding: 2.5em 2.5em 0 0;
}
	#article-images img{
	margin-bottom: 0.7em;
	}
/*---------------------------------
	ARTICLE BANNER
-----------------------------------*/
.article-banner{
position: relative;
}
	.article-banner img{
	margin-bottom: 7px;
	}
	
	.article-banner p{
	position: absolute;
	line-height: 120%; 
	bottom:5%; 
	right: 5%; 
	color: white;
	z-index: 10;
	}
	.article-banner:after{
	background:url(img/slider-fade.png);
	background-size: contain;
	background-repeat: repeat-x;
	position: absolute;
	display: block;
	color: white;
	content: ' ';
	bottom:0;
	left: 0;
	width: 100%;
	height: 50%;
	}
/*---------------------------------
	ARTICLE SIGNATURE
-----------------------------------*/
.article-signature{
display: inline-block;
margin-left: 10px;
vertical-align: middle;
}
	.article-signature img{
	display: block;
	}
	.article-signature p{
	color:#cbcbcb;
	}
	.article-signature p span{
	display: block;
	text-transform: capitalize;
	font-size: 1.5em;
	color:#678d63;
	}
.article-author{
margin: 5% 0 10% 0;
clear: both;
}
	.article-author img{
	display: block;
	}
/*---------------------------------
	ARTICLE GALLERY
-----------------------------------*/
a.article-image-link{
cursor: -webkit-zoom-in; 
cursor: -moz-zoom-in;
}

	#article-gallery{
	display: none;
	margin:5% 0;
	}
		#article-gallery a{
		width: 23%;
		padding-top:23%;
		margin-right:2px;
		margin-bottom: 4px;
		text-align: center;
		background:#e5e5e5;
		display: inline-block;
		overflow: hidden;
		position:relative;
		cursor: -webkit-zoom-in; 
		cursor: -moz-zoom-in;
		}
		#article-gallery a img{
		display: inline-block;
		height: 100% ;
		top:0;
		left:50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		position:absolute;
		width: auto;
		max-width: none;
		object-fit: cover;
		}
/*---------------------------------
	PAGE EXTRAS
-----------------------------------*/
h3.list-events-head{
background: #e86630;
color:#fff !important;
display: inline-block;
font-size: 14px;
padding: 5px;
}
ul.list-events{
width: 100%;
margin:0;
}
	ul.list-events h4{
	font-size: 1.25em;
	margin: 0 0 0.83em 0;
	}
		ul.list-events h4 a.cat-event{
		margin-right: 0.85em;
		}
	ul.list-events img{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	}
	ul.list-events li:before{ display: none;}
		ul.list-events>li{
		border:1px solid #e6e6e6;
		width: 100%;
		padding:5% 6.25%;
		margin:0 0 1em 0;
		}
		ul.list-events ul{
		display:inline-block;
		vertical-align: top;
		width:44%;
		margin: 0 0 0 5%;
		}
			ul.list-events ul li{
			padding: 0 0 0 2em;
			margin: 0 0 0.5em 0;
			position: relative;
			line-height: 100%;
			}
				ul.list-events ul li a{
				display: inline-block;
				overflow: nowrap;
				}
				ul.list-events ul li.last{
				margin-bottom: 0;
				}
				ul.list-events ul li .fa{
				color: #e2e2e2 !important;
				position: absolute;
				left: 0;
				top:50%;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				-moz-transform: translateY(-50%);
				transform: translateY(-50%);
				}
	ul.list-events p{
	margin: 1em 0 0 0;
	padding: 0;
	line-height: 130%;
	}
		ul.list-events p a{
		display: inline-block;
		overflow: nowrap;
		}
		
		ul.list-links, ul.list-files,ul.list-audio-files{ margin: 0; }
		ul.list-links li, ul.list-files li,ul.list-audio-files li{
		position: relative;
		padding: 5px 0 5px 1.5em;
		margin-bottom: -1px;
		border-bottom: 1px dotted #c4c4c4;
		border-top: 1px dotted #c4c4c4;
		}
			ul.list-links li a,ul.list-files li a{
			color:#999;
			}
		
			ul.list-links li .fa, ul.list-files .fa,
			ul.list-audio-files .fa{
			font-family: FontAwesome;
			content:"\f0f6";
			position: absolute;
			font-size: 1em;
			left:0;
			top:5px;
			}
			ul.list-links li:before,
			ul.list-files li:before,
			ul.list-audio-files li:before{ display: none!important;}
	ul.list-audio-files audio{
	display: block;
	margin:5px 0;
	}
		

/*---------------------------------
	COMMENTS
-----------------------------------*/
section.home-comments{}
section.home-comments .ad-holder .ad img{margin-bottom:10px;}

ul.comment-list-home{
margin:0;
padding:0;
}

	.comment-list-home li{
	margin:0;
	padding:0;
	list-style-type:none;
	border-bottom:1px dotted #ddd;
	padding:3%;
	}
	
	
	.comment-list-home .fa-comment{color:#ccc;margin-right:5px;}
	
	.comment-list-home h4{
	margin:0;padding:0;
	}
	
	.comment-list-home p{
	margin-top:5px;
	}
	
	.comment-list-home span.author{
	
	}
	
	.comment-list-home span.when{
	color:#999;
	font-style:italic;
	display:inline-block;
	margin-left:10px;
	}
	

ul.CommentList{
display: block;
height:auto;
margin-top: -1px;
}
	
	.comments>h3,#CommentForm>h3{
	display: block;
	font-size:1.1em !important;
	color:white !important;
	line-height: 100%;
	padding: 0.5em 10px;
	margin: 0;
	position: relative;
	}
	
	ul.CommentList li{
	margin: 3% 3% 5% 3%;
	padding: 0 3.5%;
	}
		ul.CommentList li p{
		margin-top: 0;
		}
	ul.CommentListReplies{
	border: none !important;
	}
	ul.CommentListReplies li.CommentListItem{
	border-left: none !important;
	}
.CommentForm{
padding: 1em;
}
	.CommentForm p{
	width: 100%;
	display: block;
	padding: 0;
	}
	.CommentForm label{
	width: 100%;
	}
	.CommentFormNotify label{
	display: inline;
	margin-left: 10px;
	}
	.CommentFormNotify label input[type=radio]{
	margin: 0 5px 0 0;
	}
	
	.CommentForm textarea, .CommentForm input[type=text]{
	display: block;
	width: 100%;
	}
	.CommentForm button{
	display: block;
	margin-right: 0;
	margin-left: auto;
	color: white;
	background:  #e86630;
	}
		.CommentFooter .CommentForm{
		padding: 1em 0;
		}
		.CommentHeader .CommentCite{margin-right:0.5em;}
		.CommentHeader .CommentCreated{display: inline-block; white-space: nowrap; border:1px solid transparent; padding-left:0 !important;}

#comments p.comments-nav{
margin: -1.5em 0 1.5em 0;
padding: 0 4em;
position: relative;
text-align: center;
color:#bbb;
}
	#comments a#commentsBack{
	display: block;
	position: absolute;
	top: 0;
	left:2px;
	}	
	#comments a#commentsNext{
	display: block;
	position: absolute;
	right: 2px;
	top:0;
	}
#comments a#commentlink{
position: absolute;
right: 10px;
top:0.5em;
}
/*---------------------------------
	ARTICLE LIST - ALT (HORIZONTAL)
-----------------------------------*/
.article-list-alt{
font-size:0;
}

	.article-list-alt li{
	font-size:14px;
	padding:5px 5px 0px 0px;
	display:inline-block;
	vertical-align: top;
	width:25%;
	}
		ul.full-width li{
		width: 100%;
		}
	
	.article-list-alt img{
	width:100%;
	height:auto;
	}
	
	.article-list-alt h4{
	margin-top:10px;
	line-height:100%;
	padding:0 5px;
	}
	

	.article-list-alt p{
	font-size:0.9em;
	line-height:140%;
	padding:0 5px;
	margin-top: 0.5em;
	}

/*---------------------------------
	EVENT LIST
-----------------------------------*/
ul.event-list{
margin:0 0 20px 0;}

	ul.event-list li{
	position:relative;
	padding:15px 15px 10px 60px;
	}
	
	.event-list h4{
	margin:0;
	}
	
	.event-list p{
	margin:0;
	font-size:0.9em;
	line-height:140%;
	}

.date{
text-transform: uppercase;
text-align:center;
position: absolute;
top:15px;
left:15px;
margin-top:3px;
}

	.date span{
	display:block;
	line-height:90%;
	}

	.date .month{}
	.date .day{font-size:1.7em;}
	.date .year{font-size:0.9em;}

/*---------------------------------
	LISTING LIST
-----------------------------------*/
ul.listing-list{
margin:0 0 20px 0;
}

	ul.listing-list li{
	padding:15px 15px 10px 100px;
	position:relative;
	}
	
	.listing-list img{
	position:absolute;
	top:15px;
	left:15px;
	}
	.listing-list a.tag{
	padding:0 0 0 1.5em;
	position: relative;
	line-height: 1em;
	}
		.listing-list a.tag i{
		position: absolute;
		left: 0;
		top:0.25em;
		}
		
/*---------------------------------
	Category-list
-----------------------------------*/
ul.category-list{
margin: 20px 1em 2em 1em;
}
	ul.category-list li{
	position: relative;
	padding: 5px 0 5px 1.5em;
	margin-bottom: -1px;
	/*border-bottom: 1px dotted #c4c4c4;
	border-top: 1px dotted #c4c4c4;*/
	}
	ul.category-list li:before{
	top:5px;
	}
/*---------------------------------
	Gallery
-----------------------------------*/
.gallery{
display: block;
margin: 1em auto;
position: relative;
text-align: center;
}
	.gallery p{
	margin-bottom: 1.2em;
	}
	.gallery a{
	width: 30%;
	border:none;
	padding: 0;
	}
		.gallery a img{
		width: 100%;
		}
		
/* #imagelightbox{ */
/* position: fixed; */
/* z-index: 9001; */
/* -ms-touch-action: none; */
/* touch-action: none; */
/* -webkit-box-shadow:	0px 0px 60px rgba(0,0,0,0.5); */
/* box-shadow:			0px 0px 60px rgba(0,0,0,0.5); */
/* top:5% !important; */
/* } */

/* #imagelightbox-overlay{ */
/* position: fixed; */
/* top:0; */
/* left:0; */
/* right:0; */
/* bottom:0; */
/* background:rgba(255,255,255,0.8); */
/* z-index:9000; */
/* } */

/* #imagelightbox-caption{ */
/* display:block; */
/* position:fixed; */
/* bottom:0; */
/* left:50%; */
/* padding:5px 10px; */
/* color:#888; */
/* background:#fff; */
/* text-align:center; */
/* width:100%; */
/* max-width:400px; */
/* font-size:0.9em; */
/* line-height:120%; */
/* z-index:9002; */
/* -webkit-transform: translateX(-50%); */
		/* } */

#imagelightbox{cursor:pointer;position:fixed;z-index:10000;-ms-touch-action:none;touch-action:none;-webkit-box-shadow:0 0 3.125em rgba(0,0,0,.75);box-shadow:0 0 3.125em rgba(0,0,0,.75)}.imagelightbox-scroll-lock{overflow:hidden}.imagelightbox-disable-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.imagelightbox-loading,.imagelightbox-loading div{border-radius:9999px}.imagelightbox-loading{background-color:grey;background-color:rgba(0,0,0,.5);position:fixed;z-index:10003;top:50%;left:50%;padding:.65em;margin:-1.3em 0 0 -1.3em;-webkit-box-shadow:0 0 2.5em rgba(0,0,0,.75);box-shadow:0 0 2.5em rgba(0,0,0,.75)}.imagelightbox-loading div{width:1.3em;height:1.3em;background-color:#fff;-webkit-animation:imagelightbox-loading .5s ease infinite;animation:imagelightbox-loading .5s ease infinite}@-webkit-keyframes imagelightbox-loading{from{opacity:.5;-webkit-transform:scale(.75);transform:scale(.75)}50%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:.5;-webkit-transform:scale(.75);transform:scale(.75)}}@keyframes imagelightbox-loading{from{opacity:.5;-webkit-transform:scale(.75);transform:scale(.75)}50%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:.5;-webkit-transform:scale(.75);transform:scale(.75)}}.imagelightbox-overlay{background-color:#fff;background-color:rgba(255,255,255,.9);position:fixed;z-index:9998;top:0;right:0;bottom:0;left:0}.imagelightbox-close{cursor:pointer;width:2.5em;height:2.5em;background-color:#666;position:fixed;z-index:10002;top:2.5em;right:2.5em;border-radius:50%;-webkit-transition:color .3s ease;transition:color .3s ease}.imagelightbox-close:hover{background-color:#111}.imagelightbox-close:after,.imagelightbox-close:before{width:2px;background-color:#fff;content:'';position:absolute;top:20%;bottom:20%;left:50%;margin-left:-1px}.imagelightbox-close:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.imagelightbox-close:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.imagelightbox-caption{text-align:center;color:#fff;background-color:#666;position:fixed;z-index:10001;left:0;right:0;bottom:0;padding:.625em}.imagelightbox-nav{background-color:#444;background-color:rgba(0,0,0,.5);position:fixed;z-index:10001;left:50%;bottom:3.75em;padding:.313em;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-radius:20px}.imagelightbox-nav a{position:relative;top:.2em;width:1em;height:1em;border:1px solid #fff;display:inline-block;margin:0 .313em;border-radius:50%}.imagelightbox-nav .active{background-color:#fff}.imagelightbox-arrow{cursor:pointer;width:3.75em;height:7.5em;background-color:#444;background-color:rgba(0,0,0,.5);vertical-align:middle;display:none;position:fixed;z-index:10001;top:50%;margin-top:-3.75em}.imagelightbox-arrow:focus,.imagelightbox-arrow:hover{background-color:#666;background-color:rgba(0,0,0,.75)}.imagelightbox-arrow:active{background-color:#111}.imagelightbox-arrow-left{left:2.5em}.imagelightbox-arrow-right{right:2.5em}.imagelightbox-arrow:before{width:0;height:0;border:1em solid transparent;content:'';display:inline-block;margin-bottom:-.125em}.imagelightbox-arrow-left:before{border-left:none;border-right-color:#fff;margin-left:-.313em}.imagelightbox-arrow-right:before{border-right:none;border-left-color:#fff;margin-right:-.313em}.imagelightbox-arrow,.imagelightbox-close,.imagelightbox-loading,.imagelightbox-nav,.imagelightbox-overlay{-webkit-animation:fade-in .25s linear;animation:fade-in .25s linear}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@media only screen and (max-width:41.250em){#container{width:100%}.imagelightbox-close{top:1.25em;right:1.25em}.imagelightbox-arrow{width:2.5em;height:3.75em;margin-top:-1.875em}.imagelightbox-arrow-left{left:1.25em}.imagelightbox-arrow-right{right:1.25em}}@media only screen and (max-width:20em){.imagelightbox-arrow-left{left:0}.imagelightbox-arrow-right{right:0}}

/* .mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}} */

/*---------------------------------
	Calendar 
-----------------------------------*/

div.calendar{
margin:3.5em 5% 10% 5%;
vertical-align: top;
}

	div.calendar h2{
	text-align: center;
	line-height: 1.1em;
	margin-bottom: 1em;
	margin-top: 0;
	}
		div.calendar h2 span{
		display: block;
		font-size: 0.62em;
		color:#acacac;
		}
		div.calendar h2 span a{
		color:#acacac;
		padding: 5px 10px;
		}
.calendar-content{
position: relative;
padding:20px 0 0 0;
}

ul.calendar{
display: block;
width: 70%;
float:left;
}
	ul.calendar li{
	margin: -1px 0 0 0;
	width: 100%;
	position: relative;
	z-index: 10;
	}
	
	ul.calendar span.day{
	display: inline-block;
	line-height: 1.4em;
	background-color: #ffffff;
	border:1px solid #dbdbdb;
	color:#aaa;
	padding:0;
	text-transform: none;
	margin: 0;
	width: 100%;
	}
		ul.calendar span.day span{
		text-align: center;
		display: inline-block;
		height: 100%;
		background:#fb6f34;
		border: 1px solid #fb6f34;
		color: #ffffff;
		padding: 10px 0;
		width:40px;
		margin-right: 0.8em;
		}
			

			ul.calendar li.day-list>span i{display: none;}
		
		ul.calendar li.no-events ul{
		display: none;
		}
		ul.calendar li.no-events>span{
		position: relative;
		border-bottom: none;
		}
			ul.calendar li.last.no-events>span{
			position: relative;
			border-bottom: 1px solid #dbdbdb;
			}

			ul.calendar li.no-events>span span{
			background-color: #d1d1d1 !important;
			border:none !important;
			}
				ul.calendar li.no-events>span i{
				display: block;
				position: absolute;
				right: 3%;
				top: 50%;
				-moz-transform:translateY(-50%);
				-webkit-transform:translateY(-50%);
				-ms-transform:translateY(-50%);
				transform:translateY(-50%);
				}

	ul.calendar ul{
	padding: 7.5px 15px;
	margin: 0 0 0 20%;
	background-color: #f4f4f4;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	width: 80%;
	line-height: 0;
	}
		ul.calendar ul li{
		padding:2.5px 45px 2.5px 72px;
		display: inline-block;
		width: 100%;
		position: relative;
		font-size: 14px;
		line-height: 1.4em;
		color: #828282;
		}
			ul.calendar ul li span.time{
			display: inline-block;
			text-align: right;
			position: absolute;
			font-size: 0.8em;
			left:-30px;
			top: 50%;
			color:#aaa;
			transform:translate(-100%,-50%);
				-moz-transform:translate(-100%,-50%);
				-webkit-transform:translate(-100%,-50%);
				-ms-transform:translate(-100%,-50%);
				transform:translate(-100%,-50%);
			}
			ul.calendar span.status{
			display: inline-block;
			position: absolute;
			right: 0;
			top: 50%;
			color: #c4c4c4;
			transform:translateY(-50%);
				-moz-transform:translateY(-50%);
				-webkit-transform:translateY(-50%);
				-ms-transform:translateY(-50%);
				transform:translateY(-50%);
			}
				ul.calendar span.status i{
				margin: 0 2.5px;
				}

a.cat-event{
text-transform: uppercase;
display: inline-block;
color: #fff;
border-radius: 200em;
padding: 2px 10px;
font-size: 12px;
line-height: 100%;
}
	a.cat-event.inactive{
	background-color: #d1d1d1 !important;
	}
			ul.calendar ul li a.cat-event{
			display: inline-block;
			color: #fff;
			position: absolute;
			max-width: 60px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			left: 60px;
			top: 50%;
			-moz-transform:translate(-100%,-50%);
			-webkit-transform:translate(-100%,-50%);
			-ms-transform:translate(-100%,-50%);
			transform:translate(-100%,-50%);
			}
				ul.calendar a{
				color: #666;
				}
				
.calendar-sidebar{
float:right;
width:29%;
height:100px;
overflow: visible;
position: static;
}
				
.calendar-extras{
display: block;
font-size: 14px;
background:#fff;
}

/* clone calendar filters */
.calendar-content>.cat-events{
padding-bottom:20px;
display:none;
}

/*---------------------------------
	Mini Calendar
-----------------------------------*/
table.mini-calendar{
border: 1px solid #e6e6e6;
border-radius: 5px;
color: #898989;
margin-bottom: 30px;
font-size: 14px;
}	
	table.mini-calendar th{
	padding: 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.6em;
	border: 1px solid #e6e6e6;
	}	
		table.mini-calendar thead tr.first th:first-child{
		text-transform: none;
		font-style: normal;
		font-size: 14px;
		position: relative;
		padding: 5px 10px;
		}
			table.mini-calendar thead tr.first th{
			text-transform: none;
			font-style: normal;
			font-size: 14px;
			}	
			table.mini-calendar thead tr.first a{
			display: block;
			margin: 0 auto;
			color: #898989;
			font-size: 1.2em;
			}

			table.mini-calendar thead tr.first span{
			border: 1px solid #e6e6e6;
			border-radius: 5px;
			padding: 0 10px;
			margin-left: 5px;
			}
	table.mini-calendar td{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 1em;
	border: 1px solid #e6e6e6;
	}
		table.mini-calendar a{
		display: block;
		color:#898989;
		padding: 5px 0;
		font-size: 12px;	
		}
#mini-calendar-head{
overflow: hidden;
background-color: #fff;    
background: #fff;
background-position: right center;
background-repeat: no-repeat;
position: relative;
}
#mini-calendar-head .fa{
position: absolute;
right: 10px;
top:50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
#no-padding{
padding: 0;
}
#mini-calendar-head select {
padding: 5px 8px;
width: 100%;
color: #898989;
line-height: 1.2;
cursor:pointer;
text-transform: none;
text-align: center !important;
font-style: normal;
font-size: 14px;
border: none;
box-shadow: none;
background-color: transparent;
background-image: none;
-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
}

#mini-calendar-head select:focus {
outline: none;
}
/*---------------------------------
	EVENTS
-----------------------------------*/
#event-info .bx-wrapper *,#event-info .bx-wrapper{
border-bottom: none;
}
	#event-info .bx-wrapper{
	margin-bottom: 0;
	}
#event-info .slideshow li span h3{
text-transform: none;
}
.event-content{
position: relative;
margin-top:0;
}
.event-content h4{
text-align: center;
font-size: 1.25em;
padding: 1.4em 0;
color:#e86630;
}
.event-image{
max-width: 100%;
width: 100%;
height: auto;
}
	.event-content h4 a.cat-event{
	margin-right: 5px;
	}		
		ul.event-details{
		font-size: 0;
		text-align: center;
		}
		ul.event-details li{
		font-size: 15px;
		display: inline-block;
		border:1px solid #e6e6e6;
		width: 24%;
		margin: 0.5%;
		padding: 1.2em 1.2em 1.2em 3.5em;
		line-height: 100%;
		text-align: center;
		display: inline-block;
		position: relative;
		min-height: 4.5em;
		vertical-align: middle;
		}
				ul.event-details a{
				display: block;
				overflow: nowrap;
				font-size: 0.8em;
				}
				ul.event-details span{
				font-size: 0.8em;
				display: block;
				overflow: nowrap;
				}
				ul.event-details div{
				display: inline-block;
				vertical-align: middle;
				margin: 5% 0;
				width: 100%;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				}
			ul.event-details .fa{
			font-size: 2em;
			color:#e6e6e6;
			position: absolute;
			display: block;
			left: 0.6em;
			top:50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			transform: translateY(-50%);
			}
	.event-content .event-description{
	margin: 4% 4% 8% 4% ;
	}
	.event-location-desc{
	font-style: italic;
	margin: 2%;
	}
	.event-website{
	display: block;
	text-align: right;
	margin: 0 0 5% 0;
	font-size:0.9em;
	}
.event-recurring{
display:block;
margin-bottom: 2%;
}
/*---------------------------------
	Events on Modal
-----------------------------------*/
.modal-content ul.event-details li{width: 48%;}
.modal-content #event-info{margin-top: 0;}
.modal-content .event-content{margin:0 5%;}
.modal-content .event-content a.cat-event{position: absolute; top:0;left:50%; transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);}


/*---------------------------------
	Event-Day-List 
-----------------------------------*/
.calendar-event-list-mini h4{
padding: 7px 15px;
color: #888;
background-color: #efefef;
font-size: 0.8em;
line-height: 100%;
text-transform: uppercase;
}
.calendar-event-list-mini ul{
padding: 0 15px;
}
	.calendar-event-list-mini li{
	position: relative;
	font-size: 0.9em;
	padding: 0 15px;
	margin: 0.5em 0;
	}
	.calendar-event-list-mini .cat-event{
	height:10px;
	width:10px;
	padding:0;
	position: absolute;
	top:3px;
	left: 0;
	}

/*---------------------------------
	SEARCH
-----------------------------------*/
#title{
text-transform: none;
}
.search-content{
padding: 3em 3em 0 3em;
text-align: center;
}
	.search-content h2{
	color:#e86630;
	font-size: 2em;
	margin:0;
	padding: 0;
	}
		.search-content h2 span{
		color:#a1a1a1;
		margin:0;
		padding: 0;
		}
	.search-content form.search{
	width: 42%;
	margin: 1.5em 0;
	}
		.search-content form.search input[type=text]{
		width: 100%;
		font-size: 1.3em;
		padding: 0.5em 0em 0.5em 1.3em;
		}
		.search-content form.search i{
		left:0.8em;
		}
	
	.search-content ol{
	display: block;
	border-top: 1px dotted #dadada;
	padding: 3em 6em 6em 6em;
	margin-top: 2em;
	text-align: left;
	}
		.search-content ol li{
		width: 100%;
		margin-bottom: 3em;
		}
		.search-content ol li:before{ top: 0.55em;}
			.search-content li .search-result{
			width: 75%;
			display: inline-block;
			vertical-align: top;
			}
			.search-content li img{
			width: 25%;
			display: inline-block;
			vertical-align: top;
			padding: 0 2% 0 2%;
			}
				.search-content h3{
				text-transform: none;
				background:none;
				margin:0;
				padding: 0;
				font-size: 1.5em;
				}
					.search-content h3 a{
					color:#e86630;
					}
					.search-content h3 span{
					text-transform: none;
					display: block;
					text-align: left;
					color:#a1a1a1;
					font-size: 0.7em;
					line-height: 1em;
					}
			.search-content li p{
			margin: 0;
			padding: 0;
			font-size: 1em;
			}
/*---------------------------------
	404 Page
-----------------------------------*/
.error404{
width: 100%;
background-color: #e66639;
background-image: url(img/bg-404.jpg);
background-size: cover;
background-repeat: no-repeat;
padding: 2.5em;
}
	.error404>h1{	
	display: none;
	}
	.content404{
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
	}
		.content404 img{
		margin-bottom: 20%;
		max-width: 50%;
		}
		.content404 h1{
		background:none;
		font-size: 5em;
		font-weight: 300;
		color:#ffe3d7;
		margin: 0 0 0.33em 0;
		padding: 0;
		line-height:100%;
		}
		.content404 h2{
		background:none;
		font-size: 2em;
		color: #ffe3d7;
		margin: 0 0 1.75em 0;
		padding: 0;
		}
			.content404 h2 span{
			display: block;
			font-size:0.6em;
			}
				.content404 form.search{
				width: 100%;
				}	
					.content404 form.search i{
					color:#f8ab85;
					left: 1.3em;
					}	
					.content404 form.search input[type=text]{
					border: 1px solid transparent;
					background: #d5592e;
					color: #f8ab85;
					padding: 0.75em 2.2em 0.75em 2.2em;
					text-align: center;
					width: 100%;
					}
						.content404 form.search input[type=text]:focus{
						border: 1px solid #f8ab85;
						}
					.content404 form.search input[type=text]::-webkit-input-placeholder { color:#f8ab85; }
					.content404 form.search input[type=text]::-moz-placeholder { color:#f8ad85; } /* firefox 19+ */
					.content404 form.search input[type=text]:-ms-input-placeholder { color:#f8ab85; } /* ie */
					.content404 form.search input[type=text]:-moz-placeholder { color:#f8ab85; }
/*---------------------------------
	Getting Started
-----------------------------------*/
.getting-started{
float: left;
width: 50%;
padding: 0 1em;
}
		.getting-started ol{
		margin-left: 25px;
		margin-top: 0;
		}
			.getting-started ol>li:before{
			display: none !important;
			}
			.getting-started ol>li{
			list-style: decimal !important;
			margin-bottom: -1px;
			border-bottom: 1px dotted #c4c4c4;
			border-top: 1px dotted #c4c4c4;
			padding: 5px 0;
			}
		.getting-started  ul{
		margin: 5px 0;
		}
			.getting-started ul li{
			position: relative;
			}
			.getting-started ul li:before{
			font-family: FontAwesome;
			content:"\f0f6";
			position: absolute;
			left:5px;
			top:0;
			background: none !important;
			padding: 0;
			background-color:none !important;
			background-image:none;
			color:#c4c4c4;
			}/*
			#getting-started .article-content h2{
			margin-bottom: 0.8em;
			}*/
/*---------------------------------
	IMAGE PAGE
-----------------------------------*/
.image-page img{
display: block;
margin: 1em auto;
}		
.image-page>a>h3{
text-align: center;
}
.image-page p{
text-align: center;
}
	.image-page ul p{
	text-align: left;
	}
	.modal .image-page ul h3{
	background-color: white;
	color: #e86630;
	padding: 0px;
	clear: both;
	line-height: 100%;
	font-size: 1.5em;
	text-transform: none;
	margin: 2em 0 0.5em 0;
	background-image:none !important;
	border: 1px solid transparent;
	}
	.modal .image-page ul li .fa{
	color: #e86630;
	}
	.modal .image-page div{
	padding: 0 1em;
	}
/*---------------------------------
	share-form
-----------------------------------*/
.share-form{
position: relative;
}
	.share-form form{
	padding:1em;
	}
		.share-form input,.share-form label,.share-form textarea{
		display: block;
		width: 100%;
		}
		.share-form input,.share-form textarea{
		margin-bottom: 1em;
		}
		.share-form input[name=fullname],.share-form label[for=fullname]{display: none;}
		.share-form button{
		display: block;
		margin-left: auto;
		background-color: #e86630;
		color:white;
		}
#response{ text-align: center; }
	#response.notice i[class*='fa-']{
	position: relative;
    top: auto;
    left: auto;
    margin: 10px auto;
    font-size: 10em;
    display: block;
	}

/*---------------------------------
	Advertising
-----------------------------------*/
.advertising{
font-size: 18px;
text-align: center;
color:#999999;
}
.advertisingintro {
font-size: 18px;
text-align: left;
color:#999999;
}
	.advertising h3{
	background:none;
	background-image:none;
	background-color:none;
	color:#f96f3f;
	font-size: 1.6667em;
	text-transform: none;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	line-height: 1.2;
	}
		.advertising h3+span.subhead{
		margin-bottom: 1em;
		}
	.advertising p{
	line-height: 1.5;
	font-size: 0.9em;
	}

	.advertising h4{
	margin: 1em 0 2em 0;
	}
	.advertising a.button{
	margin-bottom: .5em;
	padding: 0.8em 3em;
	font-size: 18px;
	color: white;
	background: #54b23b;
	font-weight:normal;
	position: relative;
	border: 1px solid transparent !important;
	text-shadow: none !important;
	}
		.advertising a.button:hover,.advertising a.button:focus{
		background: #54b23b;
		}
			.advertising a.button:after{
			font-family: FontAwesome;
			content:"\f054";
			font-size: 0.8em;
			position: absolute;
			right: 1em;
			top:50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			}
.subhead{
display: block;
margin-bottom: 0;
}
	.subhead.alt{
	margin-bottom: 2em;
	}
	.subhead+a.button{
	margin: -.5em auto 1em auto;
	}
.adv-head{
position: relative;
}
	.adv-head img{
	display: block;
	margin: 1em auto;
	}
	.adv-head h3{
	font-size: 1.333em;
	margin-bottom: 10%;
	}
	.adv-head span{
	position: absolute;
	top:20%;
	right:10%;
	background:url(img/arrow.png) no-repeat center bottom;
	padding-bottom:10%
	}
	.adv-header{
	margin: 0 auto 1em auto !important;
	}
.statement{
display: block;
width: 40%;
}
	.statement img{
	display: none;
	}
.chart-img{
position: absolute;
bottom:0;
right: 3%;
}
.chart-lg{
display: block;
margin-top: -2em;
width: 100%;
}
.half{
width: 50%;
margin: 3% auto 5% auto;
margin-bottom: 0;
}
.eighty{
width: 80%;
margin: 3% auto 5% auto;
margin-bottom: 0;
}
.testimony{padding: 0 5% 10% 5%; width: 100%;}
.testimony .circular{position: relative; transform: translate(0,0);-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-moz-transform: translate(0,0); margin-bottom: 1em;}
	.testimony p{
	font-size: 0.9em;
	font-style: italic;
	}
	.testimony p span{
	display: block;
	margin-top: 0.5%;
	}
.adv-graph{
vertical-align: top;
margin:10% 3%;
}
.well{
background: #f6f3f3;
padding:7% 5% 8% 5%;
}
	.well img{
	display: block;
	margin: 2.5em auto 0 auto;
	}
	.well h3{margin-top: 0;}
.concepts{
margin:5%;
font-size: 0;
max-width: 880px;
margin: 5% auto;
}
	.concepts.first{margin-top: 0}
	.concepts.last{margin-bottom: 10%;}
.concept{
font-size: 18px;
padding: 0 5%;
width: 50%;
display: inline-block;
vertical-align: top;
}
	.concept .circular{
	width: 10em;
	height: 10em;
	position: relative;
	border: none;
	}
	.concept p{
	font-size: 0.8em;
	}
	.concept .fa{
	font-size: 3.5em;
	position: absolute;
	color:white;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	}
.packages{
display: table;
margin:2% auto 0 auto;
border-spacing: 10px;
border-collapse: separate;
max-width: 880px;
width: 100%
}
.package-row{
display: table-row;
width: 100%;
}
.package{
background:#f6f3f3;
display: table-cell;
position: relative;
width: 33%;
height: 100%;
max-height: 600px;
border: solid 10px white;
}
	.package p{
	font-size: 0.9em;
	margin: 1em 2em 4em 2em;
	vertical-align: bottom;
	display: inline-block;
	line-height: 120%;
	}
	.package ul{
	padding: 12% 15% 24% 15%;
	display: inline-block;
	line-height: 120%;
	}
		.package ul li{
		font-size: 16px;
		text-align: left;
		padding: 0 0 5px 1.5em;
		position: relative;
		line-height: 120%;
		}
		.package ul li:before{
		display: inline-block;
		background-image:url(img/chili-1.png);
		background-size:100% 100%;
		background-repeat: none;
		content: "";
		padding:0.5em;
		position: absolute;
		left: 0;
		top:0;
		background-color: #54b23b;
		}
		.highlight{font-size: 1.4em;}
	.package h4{
	color: #fff;
	font-size: 1em;
	text-align: left;
	margin: 0;
	display: inline;
	}
		.package h4:before{
		font-size: 1.333em;
		content: "+";
		margin-right: 5%;
		}
	.package a.button{
	position: absolute;
	top:100%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	}
	.package-head{
	padding: 5%;
	color: #fff;
	}
		.package-head h3{color:#fff;font-size: 1.333em;}
		.addon .package-head{
		background-color:#f96f3f; 
		text-align: left;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;}
.price{
font-size: 24px;
display: block;
position: absolute;
    left: 0;
    bottom: 0.75em;
    width: 100%;
    text-align: center;
}
	.price span{
	font-size:12px;
	}
.headprice{
font-size: 24px;
display: block;
}
	.headprice span{
	font-size:12px;
	}
	.addon .price{
	position: absolute;
	left:0;
	bottom:0.75em;
	width: 100%;
	text-align: center;
	}
.starred:before{
font-family: FontAwesome;
content:"\f005";
font-size: 1em;
margin-right: 0.3333em;
color:#fff;
}
	
	div.green{background-color:#54b23b;}
	div.orange{background-color:#f96f3f;}
	div.blue{background-color:#188ec5;}
	div.red{background-color:#dc1d43;}
	.advertising a.button.blue,a.button.blue:hover{background-color:#188ec5;}
	.advertising a.button.red,a.button.red:hover{background-color:#dc1d43;}
	ul.blue li:before{background-color:#188ec5;}
	ul.red li:before{background-color:#dc1d43;}
		h4.green{color:#54b23b;}
		h4.orange{color:#f96f3f;}
		h4.blue{color:#188ec5;}
		h4.red{color:#dc1d43;}
		.green .highlight{color:#54b23b;}
		.red .highlight{color:#dc1d43;}
		.blue .highlight{color:#188ec5;}
.section {padding: 0 5%;}
.section:last-child{padding-top: 0;}
a.contact{display: block;margin: 2.5% 0;}
a.contact .fa{color: #c5c5c5;}
.strike{text-decoration: line-through !important;}
.package.solo{margin-right: 1px; width: 33%; display: inline-block; vertical-align: top;}
.side-content{display: inline-block; margin: 0 10% 0 0; vertical-align: middle;width: 56%;}
.side-content h3{margin: 0;}
/*---------------------------------
	AD-FORM
-----------------------------------*/
.ad-form{
font-size: 16px;
line-height: 1.5;
}
	.ad-form h3{
	background: none;
	background-image: none;
	background-color: #54b23b;
	text-transform: none;
	}
		.ad-form h3.blue{background-color:#188ec5;}
		.ad-form h3.red{background-color:#dc1d43;}
		
.ad-form-content{
padding: 0 6% 9% 6%;
background-color: #fff !important;
}
	.ad-form-content h3, .ad-success h3{
	font-size: 1.5em;
	color: #54b23b;
	background-color: #fff;
	margin: 10% 0 10px 0;
	padding: 0;
	text-align: center;
	}
		.ad-form-content.blue h3, .ad-success.blue h3{color:#188ec5;}
		.ad-form-content.red h3, .ad-success.red h3{color:#dc1d43;}
		
	.ad-form h4{
	font-size: 1.1em;
	color:#999;
	text-align: center;
	margin: 0;
	}
		.ad-form h3+h4{
		margin: -10px 0 5% 0;
		}
	.ad-form label{
	font-size: 1em;
	color:#999;
	}
		.required:after{
		content:"*";
		font-size: 1em;
		color:#ea0606;
		}
	
	.ad-form .ad-comment-detail{
	font-size: 0.9em;
	color:#999;
	display: inline-block;
	width: 70%;
	vertical-align: top;
	}
	.ad-form .ad-submit{
	display: inline-block;
	width: 29%;
	vertical-align: top;
	text-align: right;
	}
	.ad-form button{
	background-color: #54b23b;
	color: white;
	}
		.ad-form .blue button{background-color:#188ec5;}
		.ad-form .red button{background-color:#dc1d43;}
	
	.ad-form select{
	display: block;
	width: auto !important;
	margin: 10px auto;
	}
		
	.checkboxes-box{
	display: block;
	margin: 0 10%;
	text-align: center;
	font-size: 0px;
	}
	.checkboxes{
	text-align: left;
	font-size: 16px;
	width: 50%;
	display: inline-block;
	}
		.checkboxes .checkbox{
		display: block;
		}
		.checkboxes label{
		font-size: 0.9em;
		display:inline-block !important;
		}
		form .checkboxes input[type=checkbox]{
		display: inline-block;
		margin-right: 5px;
		}
	
.ad-form input[name=lastname],.ad-form label[for=lastname]{display: none;}

#success{
display: none;
}
.ad-success{
text-align: center;
display: block !important;
padding: 0 6% 9% 6%;
}
	.ad-success .fa{
	font-size:15em; 
	display: block;
	margin: .1em auto;
	color:#cfcfcf;
	}
	.ad-success a.button{color:#fff; background-color: #54b23b;}
	.ad-success.blue a.button{background-color:#188ec5;}
	.ad-success.red a.button{background-color:#dc1d43;}

.ad-form .hidden-input{
display: none;
}

/*---------------------------------
	MailChimp
-----------------------------------*/
#mc_embed_signup{
margin-top: 10px;
margin-right:115px;
background: #e66639;
font-size:0;
text-align: center;
}
	#mc_embed_signup:before{
	font-size:18px;
	content:"Get the latest happenings in the Yucatan – Right to your inbox";
	width: 62%;
	background:url(img/bg-mc.jpg);
	background-size:cover;
	color:#fff;
	display: inline-block;
	vertical-align: middle;
	padding:5.6em 0;
	text-align: center;
	}
	#mc_embed_signup form{
	font-size:14px;
	display:inline-block;
	width: 38%;
	vertical-align: middle;
	padding: 1em 3.5em;
	position: relative;
	}
	
		#mc_embed_signup .mc-field-group {
		position: relative;
		text-align: left;
		padding: 0;
		margin:0;
		}
			#mc_embed_signup form #main{
			font-size: 0;
			text-align: left;
			position: relative;
			}
		#mc_embed_signup form #main span{
		display: block;
		padding-right: 48px;
		}
		#mc_embed_signup form input[type=email]{
		box-shadow: none;
		border-radius: 0;
		font-size: 14px;
		border: 1px solid transparent;
		padding: 1em 0.5em 1em 2.7em;
		position: relative;
		background: #bd4b23;
		color:#6e1f03;
		line-height: 100%;
		width: 100%;
		display: block;
		height: auto;
		text-align: left;
		}
				#mc_embed_signup form i{
				position: absolute;
				font-size: 14px;
				left: 1em;
				top:1.7em;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				-moz-transform: translateY(-50%);
				transform: translateY(-50%);
				color:#6e1f03;
				z-index: 10;
				}
			#mc_embed_signup form input[type=email]:focus{
			box-shadow: none;
			border: 1px solid transparent;
			outline-color: transparent;
			}
		#mc_embed_signup h2{
		background: none;
		color:white;
		font-size: 1em;
		margin-bottom: 1em;
		}
			#mc_embed_signup h2 img{
			display: inline-block;
			vertical-align: middle;
			margin-right: 0.7em;
			}
		#mc_embed_signup .clear{
		display: inline-block;
		overflow: visible;
		visibility: visible;
		width: 48px;
		height: auto;
		margin: 0;
		font-size: 14px;
		position: absolute;
		right: 0!important;
		top:0 !important;
		}
			#mc_embed_signup .clear input{
			width: 100%;
			height: auto;
			border:none;
			border-radius: 0;
			box-shadow: none;
			padding:0;
			height: 47px;
			text-align: center;
			font-size: 1em;
			font-family: FontAwesome;
			text-shadow: none;
			background:#6e1f03;
			color:#e66639;
			cursor: pointer;
			border:1px solid transparent;
			-webkit-appearance: none;
			}
			#mc_embed_signup div.mce_inline_error{
			position: absolute;
			font-size: 14px;
			width: 100%;
			margin: 0;
			}
	#mc-select,#mc_embed_signup .mc-field-group label, #mc_embed_signup .mc-field-group select, #mc_embed_signup .indicates-required{
	display: none;
	}
#mc_embed_signup form input[type=email]::-webkit-input-placeholder { color:#6e1f03; }
#mc_embed_signup form input[type=email]::-moz-placeholder { color:#6e1f03; } /* firefox 19+ */
#mc_embed_signup form input[type=email]:-ms-input-placeholder { color:#6e1f03; } /* ie */
#mc_embed_signup form input[type=email]:-moz-placeholder { color:#6e1f03; }

#mc_embed_signup #mce-responses{
display: block;
width: 100%;
padding: 0 3.5em;
top: 100% !important;
z-index: 5;
-webkit-transform: translateY(-1em);
-ms-transform: translateY(-1em);
-moz-transform: translateY(-1em);
transform: translateY(-1em);
}
#mc_embed_signup #mce-responses .response{
background:#6e1f03;
color:#e66639;
padding:5%;
}

/*---------------------------------
	 Foot bar
-----------------------------------*/

.foot-bar{
width:100%;
font-size: 0px;
line-height: 0px;
}
	.foot-bar [class*="color"]{
	display: inline-block;
	width:20%;
	padding-top: 1%;
	}
	
/*---------------------------------
	MODAL OVERRITES
-----------------------------------*/
.modal{
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}
.container, .modal-ajax.container, .modal-iframe {
max-width: 524px!important;
width: 100%!important;
}
.modal-content{
padding: 5px !important;
}
.modal-closer,.modal-closer:focus,.modal-closer:hover{
display: block;
margin: 0 auto;
text-align: center;
color:#cecece;
border:0;
font-size: 14px;
background: none;
box-shadow: none;
position: static;
}
	.modal-closer span{
	display: inline-block;
	font-size:2.5em;
	transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);
	}
	.modal-closer,.modal-close{
	display: none!important;
	}
	.modal-content,.modal{
	overflow: visible !important;
	overflow-y: scroll;
	max-height: none !important;
	}
		.modal-content{
		position: relative !important;
		}
	.container .modal-closer{
	display: block!important;
	}
	button.modal-close:hover{
	text-decoration: none !important;
	}
	.modal-overlay{
	background-color: rgba(0,0,0,.2)!important;
	overflow: scroll !important;
	}
	.up-close,.up-close:hover,.up-close:focus{
	position: absolute;
	padding: 0;
	top:-2em;
	right: -5px;
	color: white;
	text-align: right;
	}

.modal-content iframe#FormBuilderViewport{
padding: 0 1em !important;
}
.border-red{
border: 1px solid red !important;
}

/*---------------------------------
	POLL
-----------------------------------*/
.PollApe{
border:1px solid #ddd;
margin:5% 0;
padding:3% 5%;
background:#efefef;
color:#666;
}

.PollApe h3{
margin:0 0 2% 0;
background:none;
vertical-align:center;
}

.PollApe h3 i{
font-size:14px !important;
vertical-align:center;
position:relative;
top:-0.1em;
}

.PollApe button{
margin-top:2%;
}

.PollApe h5{
font-size:1em;
margin:0 0 2px 0;
}

.PollApe h5 i{
color:#999;
}

.PollApe .track{
background:#ddd;
width:100%;
-moz-border-radius: 200em;
-webkit-border-radius: 200em;
border-radius: 200em;
}

.PollApe .percentage {
background: #999;
font-size: 12px;
font-weight:bold;
line-height:100%;
min-width: 18px !important;
-moz-border-radius: 200em;
-webkit-border-radius: 200em;
border-radius: 200em;
padding: 2px 7px;
text-align: left;
color: white;
margin-bottom: 0.6em;
}
.PollApe .PollApeTotalVotes {
text-align:right;
text-transform: uppercase;
font-style:italic;
font-size:12px;
}

/*---------------------------------
	YL Book
-----------------------------------*/

.yl-book{
border: 1px solid #bebdbe;
margin: 7px 1px 7px 0;
position: relative;
padding: 2.3% 5.6%;
background: url(img/yl-book-bg.png);
background-repeat: repeat-x;
overflow: hidden;
display: block;
}
.yl-book-content{
text-align: center;
width: 45%;
}
	.yl-book .book-lg{
	position: absolute;
	display: block;
	right: 9%;
	top: 5%;
	max-width:45%;
	}
	.yl-book h4{
	color:#e86630;
	margin-bottom: 2%;
	}
	.yl-book span.button, .yl-book a.button{
	padding: 1% 3%;
	background-color: #0098af;
	background: #0098af;
	color:#fff;
	}
	.yl-book .show-modal{
	color: #9d9d9d;
	display: block;
	margin-top: 1%;
	display: none;
	}
.remodal .yl-book{margin-bottom: 0; padding: 6%;}
	.remodal .yl-book-content{
	text-align: center;
	width: 100%;
	}
		.remodal .yl-book h4{margin-bottom: 10%;}
		.remodal .yl-book .book-lg{
		position: relative;
		display: block;
		left: 0;
		top: 0;
		max-width:100%;
		}
		.remodal .yl-book .show-modal{display: block;}
.book-article{padding-top: 0 !important;}
.book-article img{
display: block;
margin: 5% auto;
}
.book-article .yl-book{
border: none;
padding: 0;
font-size: 0;
vertical-align: middle;
white-space: nowrap;
}
	.book-article .yl-book .book-lg{
	display: inline-block;
	position: relative;
	top:0;
	right: 0;
	vertical-align: middle;
	}
	.book-article .yl-book .yl-book-content{
	display: inline-block;
	font-size: 14px;
	white-space: normal;
	vertical-align: middle;
	}
.book-image img{
max-width: 100%;
width: 600px;
margin-bottom: 0;
}
.book-image span{
display: block;
margin: 10px auto 5% auto;
text-align: center;
color: #666;
}
.book-article .highlight{
text-align: center;
display: block;
margin: 3.5% 0;
}
.book-article .payments{
font-size: 0;
}

.shipping,.pickup-merida{font-size: 14px;display: inline-block;width: 33.3333%;padding: 0 4%; text-align: right;}
.shipping h3,.pickup-merida h3{text-align: left;}
.book-article table td{
padding: 7px 0;
font-size: 0.9em;
border-bottom:none;
text-align: left;
}
.book-article input[name=submit]{
border: none !important;
background: red;
}
.book-article input[type=text]{
border:1px solid #ccc;
width: 100%;
}
.book-article select{width: 100%;}
.ten-years-book{width: 450px;}
/*---------------------------
	Thank you
----------------------------*/
.thank-you{
text-align: center;
padding-bottom: 10%;
}
.thank-you h2{
margin:6% 0 3% 0;
}
.thank-you .fa{
color:#ddd;
font-size:30em;
padding: 0 0.08em;
display: block;
}


.MarkupSocialShareButtons{
    float:right;    
}

.email-share{
    float: right;
}

.MarkupSocialShareButtons li{
    float:left;
    width:20px;
    margin-right:10px;
}

.chocolat-wrapper .chocolat-description {
    display: block;
    margin: auto;
    text-align: center;
    font-size:16px;
}

.chocolat-wrapper .chocolat-bottom {
     background: rgba(0, 0, 0, 0.4);
}

/*---------------------------------
Responsive Grid Media Queries - 1280, 1024, 768, 480
1280-1024 	- desktop (default grid)il chimp
1024-768 	- tablet landscape
768-480 	- tablet 
480-less 	- phone landscape & smaller
-----------------------------------*/

@media all and (max-width: 1000px) and (min-width: 801px) {
	.show-md{display: block;}
	.hide-md{display: none !important;}
	.search-content ol{padding-right:0;padding-left:1.5em;}
	.hide-sm{display: none;}
	ul.event-list li{padding: 15px 15px 10px 15px}
	.date{position: relative; top:0;left: 0;}
		span.date span{display: inline;}
			.date .day{font-size:1em;}
			.date .year{font-size:1em;}
	.article-list-alt li{width: 33.33%; margin-bottom: 5%;}
	ul.full-width {width: 100%;}
	ul.listing-list li{padding: 10px 15px 5px 15px;}
		ul.listing-list img{position: relative; top:0; left: 0;width: 100%; display: none;}
	ul.list-events img{	width: 100%;}
	ul.list-events ul{margin-left: 0;margin-top: 0.5em;width: 100%}
	#mc_embed_signup:before{ font-size:14px;padding:6.4em 0;}
	#mc_embed_signup form{ padding: 2em;}
	#mc_embed_signup .clear{ right:2em; bottom:2em; }
	#mc_embed_signup h2 img{ display: block; margin: 0 auto 0.4em auto;}
	ul.event-details li{width: 48%;}
	.container ul.event-details li{ font-size:13px; width: 48%; padding: 0.8em 0.8em 0.8em 2.3em;}
	.container #event-info{margin-top: 0;}
	.container ul.event-details .fa{ font-size: 1.5em;left: 0.5em;}
	.container .event-content a.cat-event{position: absolute; top:0;left:50%; transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);}
	.advertising br{display: none;}
	.chart-img{position: relative;left: 0;}
	.chart-lg{margin: 0;}
	.statement,.adv-head span{position: relative;width: 100%; top:0; left:0}
	.statement img{display: block;}
	.adv-head span{background: none;padding-bottom: 0;}
	.adv-head h3{margin-top: 15%;}
	.crop{overflow: hidden; position: relative; width: 100%; max-width: 100%; padding: 40%;}
	.crop img{width: 200%; max-width: 200%; position: absolute; top:0; left:0;}
	.package p{font-size: 0.8em;}
	.package ul li{font-size: 14px;}
	.package-head h3{font-size: 1em;}
	.package.solo{ width: 100%; display: block;max-width: 400px;margin: 0 auto;}
	.highlight{font-size: 1.2em;}
	.half{width: 100%;}
	#mc_embed_signup #mce-responses{padding: 0 2em; -webkit-transform: translateY(-2em); -ms-transform: translateY(-2em); -moz-transform: translateY(-2em); 	transform: translateY(-2em);}
	.package.solo{ width: 100%; display: block;}
	.side-content{display: block; margin: 0; padding: 0 5%; width: 100%;}
}

@media all and (max-width: 800px) {
	#nav-holder{display:none;}
		.nav-row{display:block;}
		.nav-cat{display:block; width: 100%; padding-bottom: 0px;}
			.nav-cat ul{padding:5% 10%;}
			.nav-cat ul li a{padding: 1.5% 0 1.5% 0;}
			.nav-cat:last-child{padding-bottom: 30px; margin-bottom: -30px;}
		.nav-alt{display:none;}
	#menu-toggle{display: block;}
	#header{text-align: center; padding:2% 2%;}
	#header h2{margin:0 10%;display:none;}
	#logo{margin:0;}
	a.search{display: block;}
	.hide-small{display:none;}
	.ads{display:none;}
	.ad.banner{margin: 1em 0;}
	.page{margin-right: 0px; margin-top:10px; min-height: 0;}
	.page.first{margin-top: 10px;}
	h2{font-size:2em;}
	.grid{padding: 0 0.5em;}
	.slideshow li p{display: none;}
	.slideshow li span{padding: 0 0 7% 4%;}
	.bx-wrapper .bx-pager{display: none;} 
	#banner-col{position: relative; height:auto;}
	.article-list-alt li{width: 100%; margin-bottom: 5%;}
	.article-list-alt h4{font-size:1.2em;}
	.article-list-alt.gal h4{font-size:1em;}
	.page.first .article-content{padding:2% 2% 20% 2%;}
	.page.first .article-content.main-article{padding:2% 2% 2% 2%;}
	.article-content h3{font-size: 1.2em;}
	.article-content h4{font-size: 1.1em;}
	.article-author{text-align: center;}
	.show-md{display: none;}
	#article-images{display: none;}
	#article-gallery{display: block;}
	#article-gallery div.ad,#article-gallery .ad img{display: inline;}
	#article-gallery .ad img{height: 100% !important; width: auto!important;}
	.search-content{padding-right:0;padding-left: 0;padding-top: 0;}
	.search-content ol{padding-right:0;padding-left:1.5em;}
	.search-content form.search{width: 80%;}
	.search-content li .search-result {width: 100%; display: block;}
	.search-content li img{display: none;}
	.hide-sm{display: none;}
	ul.gal li{width: 33%;}
	ul.gal h4{text-align: center;}
	ul.gal p{display: none;}
	#calendar .calendar h2{font-size:1.3em;}
	#calendar .calendar h2 span{font-size:1em;}
	ul.calendar{width: 106%;margin-left:-3%;margin-right:-3%;}
	.calendar-extras{display: none;}
	.calendar-content .cat-events{display:block;}
	ul.calendar ul{margin:0 0 0 0;width:100%;padding:10px;}
	ul.calendar ul li{padding:2.5px 0 2.5px 75px;text-align:left;}
	ul.calendar li.no-events{display:none;}
	ul.calendar ul li span.time{
	top:2px;
	left:5px;
	-moz-transform:translate(0,0);
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	transform:translate(0,0);
	width:60px;
	white-space:nowrap;
	}
	ul.calendar ul li a.cat-event{
	top:5px;
	left:-2px;
	-moz-transform:translate(0,0);
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	transform:translate(0,0);
	width:60px;
	text-indent:50px;
	padding:0 0 0 0;
	height:15px;
	width:15px;
	}
	ul.calendar span.status{display:none;}
	ul.calendar ul li a.event-title{display:block;}
	ul.CommentList:before{font-size: 1.2em;}
	ul.CommentList li:before{position: relative; display: inline-block; margin-right: 0;}
	.CommentHeader { display: inline; }
	.content404 h2{font-size: 1.5em;}
	ul.list-events li{position: relative;}
	ul.list-events img{	width: 100%;}
	ul.list-events h4{text-align: center;}
	ul.list-events a.cat-event{position: absolute; top:-1px;left:50%; transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);}
	ul.list-events ul{margin-left: 0;margin-top: 0.5em; width: 100%;}
	#mc_embed_signup{margin-right: 0;}
	#mc_embed_signup:before{ display:none;/*padding:4em 0;*/}
	#mc_embed_signup form{ width:100%; padding: 0.9em;}
	#mc_embed_signup .clear{ right:0.9em; bottom:0.9em; }
	.getting-started{ columns: 1; -webkit-columns: 1; -moz-columns: 1; margin-top: 1.5em;}
	ul.event-details li{ font-size:13px; width: 48%; padding: 0.8em 0.8em 0.8em 2.3em;}
	#event-info{margin-top: 0;}
	ul.event-details .fa{ font-size: 1.5em;left: 0.5em;}
	.event-content a.cat-event{position: absolute; top:0;left:50%; transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);}
	.getting-started{width: 100%;margin:0;}
	.getting-started ol{margin-bottom: 0;}
	.advertising h3{font-size: 1.4em;}
	.chart-img{position: relative;left: 0;}
	.chart-lg{margin: 0;}
	.statement,.adv-head span{position: relative;width: 100%; top:0; left:0}
	.package,.packages,.package-row{width: 100%;display: block; margin-bottom: 60px;}
	.package{margin: 4em auto; max-width:400px; }
	.package p{font-size: 0.8em;}
	.addon{margin:0.5em auto;}
	.package.solo{ width: 100%; display: block;max-width: 400px;margin: 0 auto;}
	.concept:first-child{margin: 0;}
	.concept{width: 100%;display: block;margin: 4em 0;}
	.statement img{display: block;}
	.adv-head span{background: none;padding-bottom: 0;}
	.adv-head h3{margin-top: 15%;}
	.crop{overflow: hidden; position: relative; width: 100%; max-width: 100%; padding: 40%;}
	.crop img{width: 200%; max-width: 200%; position: absolute; top:0; left:0;}
	.advertising br{display: none;}
	a.contact{font-size: 0.9em;}
	.half{width: 100%;}
	.checkboxes-box{margin: 0;}
	#mc_embed_signup #mce-responses{padding: 0 0.9em; -webkit-transform: translateY(-0.9em); -ms-transform: translateY(-0.9em); -moz-transform: translateY(-0.9em); 	transform: translateY(-0.9em);}
	.side-content{display: block; margin: 0; padding: 0 5%; width: 100%;}
	.calendar-event-list-mini{ height:250px; position: relative;}
	#byline{text-align:center;padding:5% 2%;}
	#byline img{margin:0 2%;}
	.yl-book-content{width: 100% !important;}
	.yl-book .book-lg,.book-article .yl-book .book-lg{max-width: 100%; top: 0;left: 0; margin: 0 auto; display: block;position: relative;}
	.shipping,.pickup-merida{display: block;width: 100%;padding: 2% 4%;}
	.shipping h3,.pickup-merida h3{text-align: center;}
}

@media print{
	#header,.foot-bar{display: none;}
	#menu-toggle{display: none;}
}
