/* M A I N  L A Y O U T*/
#ajmint-full-wrap{
	font-size: 83%;
	min-width: 250px;
	min-height: 100%;
	font-family: Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}
#ajmint-main-nav{
	width: 100%;
	background-color: #0C0C0C;
	height: 50px;
}
#ajmint-wrapper{
	width: 960px;
	margin: 0 auto;
}
#ajmint-wrapper ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#ajmint-wrapper a{
	color: #2677B9;
}
#ajmint-wrapper a:hover{
	color: #777;
	text-decoration: underline;
}
#ajmint-story-top{
	text-align: center;
	/*margin-top: 2em;*/
}
#ajmint-story-top.visible{
	display: block;
}
#ajmint-hed{
	font-size: 3.2em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", Helvetica,sans-serif;
	line-height: 1.6em;
}
#ajmint-byline, #ajmint-deck{
	font-size: 1.2em;
}
#ajmint-deck{
	margin: 2em 0 3em 0;
	text-align: left;
}
#ajmint-byline{
	margin: 1em 0;
	color: #777;
}
.ajmint-red-flag{
	color: #D51111;
}
/* end main layout */

/* M A I N  N A V */
.ajmint-nav-el{
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}
.ajmint-nav-el-right{
	float: right;
	padding-top: .65em;
	font-size: 2.1em;
	margin-right: .5em;
}
.ajmint-social-btn:hover{
	cursor: pointer;
	cursor: hand;
}
.ajmint-social-btn[data-type="twitter"]:hover{
	color: #00aced;
}
.ajmint-social-btn[data-type="facebook"]:hover{
	color: #3c599f;
}
#ajmint-logo{
	height: 100%;
	padding: .9em;
}
#ajmint-logo img{
	height: 100%;
}
#ajmint-slug{
	margin: 0 0 0 1.5em;
	font-size: 1.8em;
	font-weight: bold;
}
/* end main nav */

/* P L A C E  G A L L E R Y */
#ajmint-place-gallery{
	width: 17%;
	float: left;
	box-shadow: 0 0 12px #ccc inset;
	padding-top: 1em;
	height: 700px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
}
#ajmint-place-legend{
	width: 100%;
	margin-left: 5px;
	margin-bottom: 10px;
}
.ajmint-place-band{
	width: 49%;
	float: left;
	position: relative;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	font-size: .9em;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 13px;
}
.ajmint-place-band:first-child{
	margin-right: 10px;
}
ul#ajmint-places{
	width: 100%;
	overflow: auto;
	white-space: nowrap;
}
.ajmint-place-container{
	/*float: left;*/
}
.ajmint-place-container{
	width: 100%;
	text-align: center;
	padding: 0 .5em 1.5em .5em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}
.ajmint-place-container:hover{
	text-decoration: underline;
	cursor: pointer;
}
.ajmint-place-container.active{
	/* TK active text style */
	text-decoration: none;
	/*font-weight: bold;*/
}
.ajmint-place-container.active .ajmint-place-photo{
	/* TK active photo style */
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	border: 1px solid #67BBFF;
	/*border: 1px solid #FFEB84;*/
	/*border: 1px solid #bebebe;*/
}
.ajmint-place-container.active:hover{
	cursor: default;
}
.ajmint-place-photo{
	width: 48%;
	height: 73px;
	background-color: #fc0;
	margin: 0 auto;
	border: 1px solid #ccc;
}
.ajmint-place-name{
	font-size: 1.2em;
}
.ajmint-place-divider-container{
	text-align: center;
	
}
.ajmint-place-divider{
	font-size: 1.2em;
	text-transform: uppercase;
	/*background-color: #ff0;*/
	display: inline-block;
	padding: 0 .3em 0 .3em;
	margin-bottom: .5em;
	color: #2677B9;
	/*color: #000;*/
	font-weight: bold;
}

.ajmint-place-container[data-place-id="nyc"] .ajmint-place-photo{
	background: url(../imgs/places/nyc.png) no-repeat;
	background-position: center;
}
.ajmint-place-container[data-place-id="la"] .ajmint-place-photo{
	background: url(../imgs/places/la.png) no-repeat;
	background-position: center;
}
.ajmint-place-container[data-place-id="chi"] .ajmint-place-photo{
	background: url(../imgs/places/chi.png) no-repeat;
	background-position: center;
}
.ajmint-place-container[data-place-id="tx"] .ajmint-place-photo{
	background: url(../imgs/places/tx.png) no-repeat;
	background-position: center;
}
.ajmint-place-container[data-place-id="nv"] .ajmint-place-photo{
	background: url(../imgs/places/nv.png) no-repeat;
	background-position: center;
}
.ajmint-place-container[data-place-id="mt"] .ajmint-place-photo{
	background: url(../imgs/places/mt.png) no-repeat;
	background-position: center;
}
/* end place gallery */

/* M A P  S T Y L E S */

#ajmint-map-container{
	position: relative;
}

#ajmint-adrs-form input, #ajmint-adrs-form button{
	font-family: Helvetica, sans-serif;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	outline: none;
}

/* M A P  L E G E N D */
#ajmint-map-legend{
	top: 1em;
	width: 29%;
	left: 18em;
	padding: 1em;
	z-index: 999;
	position: absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#ajmint-map-legend-title{
	margin-bottom: .25em;
	font-weight: bold;
	font-size: 1.3em;
}
.ajmint-updated-at{
	font-weight: bold;
	color: #8F8F8F;
}
ul#ajmint-map-legend-colors{
}
/*li*/
.ajmint-map-legend-item{
	float: left;
	margin-right: 1.5em;
}
.ajmint-map-legend-colorbox{
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	/*background-color: #0cf;*/
}
.ajmint-map-legend-text{
	display: inline-block;
	font-size: 1.2em;
	vertical-align: top;
}
.ajmint-map-legend-item[data-legend-item="children"] .ajmint-map-legend-colorbox{
	background-color: #66C2A5;
}
.ajmint-map-legend-item[data-legend-item="adults"] .ajmint-map-legend-colorbox{
	background-color: #FC8D62;
}
.ajmint-map-legend-item[data-legend-item="idp"] .ajmint-map-legend-colorbox{
	background-color: #8DA0CB;
}
#ajmint-map-legend-about{
	display: none;
}
/* end map legend*/

/* M A P  C O N T R O L S */
#ajmint-location-controls-container{
	position: absolute;
	top: 1em;
	right: 5em;
	width: 35em;
	height: 4em;
	z-index: 100;
}

#ajmint-adrs-form, #ajmint-location-geo{
	vertical-align: top;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}
#ajmint-adrs-form{
	width: 80%;
	height: 100%;
	font-size: 1.5em;
}
#ajmint-map-container button{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url('border-radius.htc');
}
#ajmint-adrs-form, #ajmint-location-geo, #ajmint-map-legend, #ajmint-save-to-gallery-container{
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url('border-radius.htc');
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
}

.ajmint-animate-spin:hover{
	background-color: transparent !important;
}
#ajmint-location-geo{
	height: 100%;
	width: 15%;
	margin-left: 3%;
	overflow: hidden;
}

#ajmint-icon-search{
	height: 100%;
	width: 10%;
	padding: 0;
	background-color: transparent;
	font-size: 1.1em;
	/*min-width: 2.2em;*/
}

#ajmint-search-input{
	width: 86%;
	height: 60%;
	font-size: 1.2em;
	margin-left: 2%;
	margin-right: 2%;
	border-bottom: 1px dotted #ccc !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ajmint-icon-direction, .ajmint-icon-search, #ajmint-save-to-gallery-btn{
	color: #2677B9;
	-webkit-font-smoothing: antialiased;
}
#ajmint-save-to-gallery-btn.success{
	color: #01A01A;
	text-align: center;
}

.ajmint-icon-search.ajmint-icon-arrows-cw:before{
	width: 74%;
	margin-left: 15%;
	margin-top: 22%;
}
.ajmint-icon-direction.ajmint-icon-arrows-cw:before{
	width: 61%;
	margin-top: 5%;
}
.ajmint-icon-direction{
	font-size: 1.7em;
	line-height: 2.5em;
	text-align: center;
	position: relative;
}

#ajmint-location-geo:hover, #ajmint-icon-search:hover, #ajmint-save-to-gallery-btn:hover{
	cursor: pointer;
	cursor: hand;
	background-color: #F4F4F4;
}

#ajmint-wrapper.ajmint-btn-disable #ajmint-location-geo:hover, #ajmint-wrapper.ajmint-btn-disable .ajmint-icon-search:hover{
	background-color: #fff;
	cursor: default !important;
}

#ajmint-save-to-gallery-container{
	position: absolute;
	top: 5em;
	right: -3.9em;
	height: 4em;
	width: 25em;
	transition: width .5s cubic-bezier(0,0,.2,1), height .5s cubic-bezier(0,0,.2,1);
	-webkit-transition: width .5s cubic-bezier(0,0,.2,1), height .5s cubic-bezier(0,0,.2,1);
	overflow: hidden;
}
#ajmint-save-to-gallery-btn{
	width: 100%;
	height: 100%;
	text-align: right;
	padding: .5em;
	font-size: 1.8em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}
#ajmint-save-to-gallery-btn:before:first-letter{
	font-weight:bold;
}
#ajmint-save-to-gallery-btn span{
	font-size: 1.5em;
}
#ajmint-save-to-gallery-container.expand-container{
	width: 39em;
	height: 41em;
}
.expand-container #ajmint-save-to-gallery-btn:hover{
	background-color: #fff;
	cursor: default;
}
.expand-container #ajmint-save-to-gallery-btn{
	position: absolute;
	z-index: -1;
	display: none;

}
#ajmint-screenshot-holder{
	width: 38em;
	margin-top: 1em;
}
/* end map controls */


/* M A P  C A N V A S */
#ajmint-map-canvas{
	width: 83%;
	height: 700px;
	margin-top: 1em;
	border: 1px solid #ccc;
}
/* end map canvas */

/* G A L L E R Y  F O R M */
#ajmint-gallery-form{
	display: none;
	opacity: 0;
}
.expand-container #ajmint-gallery-form{
	display: block;
	opacity: 1;
	padding: 1em;
}
.ajmint-gallery-form-section{
	margin: 1em 0 0 0;
}
.ajmint-gallery-form-section:first-child{
	margin: 0;
}
.ajmint-gallery-form-section-header{
	/*font-weight: bold;*/
	letter-spacing: 1px;
	text-transform: uppercase;
}
.ajmint-gallery-form-row{
	/*display: block;*/
}
.ajmint-gallery-form-item{
	display: block;
}
.ajmint-gallery-form-label{
	font-weight: bold;
	font-size: 1.3em;
}
.ajmint-gallery-form-section textarea{
	width: 100%;
}
.ajmint-gallery-form-item-group{
	display: inline-block;
	width: 45%;
	vertical-align: top;
}
/* end gallery form */

/* G A L L E R Y  I T E M S */
#ajmint-gallery-section{
	margin-top: 2em;
	min-height: 480px;
}
.ajmint-section-hed{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica,sans-serif;
	font-weight: 500;
	font-size: 3em;
	line-height: 2em;
	text-align: center;
}
.ajmint-gallery-item{
	display: inline-block;
	width: 24%;
	height: 415px;
	/*background-color: #0cf;*/
	margin: 7px 5px 0 0;
	box-shadow: 0 0 12px #CCC;
	border: 1px solid #CCC;
	vertical-align: top;
	position: relative;
}
.ajmint-gallery-item:hover{
	border: 1px solid #67BBFF;
	cursor: pointer;
	cursor: hand;
	box-shadow: 0 0 12px #8D8D8D;
}
#ajmint-gallery-image-container{
	text-align: left;
	/*line-height: 2.8em;*/
	margin-top: .2em;
	font-size: 1.3em;
}
.ajmint-gallery-item-text{
	font-size: 1.2em;
	margin: .5em 0 0 0;
	height: 11.5em;
	overflow-y: auto;
	overflow-x: hidden;
	display: inline-block;
}
.ajmint-gallery-item-location span{
	display: block;
	font-size: 1.25em;
}
.ajmint-gallery-item-location{
	font-size: 1.2em;
}
#ajmint-gallery-image-container .ajmint-icon-arrows-cw{
	display: inline-block;
	width: 2em;
	position: relative;
	top: -4px;
}
.ajmint-gallery-form-section[data-section="location"] input{
	width: 20em;
}
#ajmint-gallery-image-container img{
	width: 11em;
	border: 1px solid #ccc;
}
.ajmint-gallery-form-section[data-section="screenshot"], .ajmint-gallery-form-section[data-section="buttons"]{
	display: inline-block;
	vertical-align: top;
}
.ajmint-gallery-form-section[data-section="screenshot"]{
	width: 20em;
}
.ajmint-gallery-form-section[data-section="buttons"], .ajmint-gallery-form-section[data-section="buttons"] .ajmint-gallery-form-row{
	position: relative;
}
.ajmint-gallery-form-section[data-section="buttons"]{
	margin-top: 2em;
	width: 16em;

}

.ajmint-gallery-form-section[data-section="buttons"] .ajmint-gallery-form-row input:hover, .ajmint-gallery-form-section[data-section="buttons"] .ajmint-gallery-form-row button:hover{
	background-color: #0664B1;
}

.ajmint-gallery-form-section[data-section="buttons"] .ajmint-gallery-form-row input, .ajmint-gallery-form-section[data-section="buttons"] .ajmint-gallery-form-row button{
	-webkit-appearance: none;
	width: 100%;
	outline: none;
	margin-bottom: 1em;
	background-color: #2677B9;
	border-radius: 3px;
	border: 1px solid #004379;
	padding: .7em 0;
	font-family: Helvetica, sans-serif;
	color: #fff;
	box-shadow: 0 0 5px #9E9A9A;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.ajmint-gallery-form-section[data-section="buttons"] .ajmint-gallery-form-row button{
	background-color: #fff;
	color: #000;
	border:1px solid #B3AFAF;
}
.ajmint-gallery-form-section[data-section="buttons"] .ajmint-gallery-form-row button:hover{
	background-color: #F4F4F4;
}
.ajmint-gallery-form-section[data-section="buttons"] .ajmint-gallery-form-row input:disabled{
	display: none;
}
.ajmint-gallery-form-section[data-section="buttons"] .ajmint-gallery-form-row input:disabled:hover{
	cursor: default;
	background-color: #2677B9;

}
.ajmint-gallery-item-info-section{
	width: 100%;
	padding: .75em;
}
.ajmint-gallery-item-location span{
	font-weight: bold;
}
/* end gallery items */

.ajmint-mobile-show{
	display: none;
}

#ajmint-gallery-tease-text{
	text-align: center;
	font-size: 2em;
	margin-top: 3em;
	font-style: italic;
}
#ajmint-footer{
	width: 100%;
	background-color: #0C0C0C;
	height: 5em;
	margin-top: 5em;
}
#ajmint-gallery-container{
	display: none;
	overflow: visible !important;
	width: 974px;
}
.ajmint-gallery-item .ajmint-social-btn{
	position: absolute;
	right: .25em;
	font-size: 1.75em;
	bottom: .25em;
	display:none;
}
.ajmint-gallery-item:hover .ajmint-social-btn{
	display: block;
}

@media screen and (max-width: 768px) {
	#ajmint-story-top{
		display: none;
	}
	#mobile-check{
		display: none;
	}
	#ajmint-wrapper{
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height:100%;
	}
	.ajmint-mobile-hide{
		display: none;
	}
	.ajmint-mobile-show{
		display: block;
	}
/*	.ajmint-updated-at.ajmint-mobile-show{
		display: inline-block;
	}
*/  #ajmint-gallery-section{
		display: none;
	}
	#ajmint-map-canvas{
		width: 100%;
		height: 100%;
		margin-top: 0;
	}
	#ajmint-main-nav{
		position:fixed;
		top: 0;
		z-index: 9999;
		height: 3.5em;
		/*font-size: .5em; .*/
	}
	#ajmint-slug{
		margin: 0 0 0 .5em;
	}
	#ajmint-map-legend{
		position: fixed;
		top: 3.5em;
		left: 0;
		right: 0;
		width: 100%;
		height: 7em;
		box-shadow: 0 0 0 #ccc;
		border-radius: 0;
		padding: .5em;
	}
	#ajmint-map-legend-title .ajmint-updated-at{
		font-size: .5em;
	}
	#ajmint-map-legend-colors{
		width: 85%;
	}
	.ajmint-map-legend-item{
		float: none;
	}
	#ajmint-map-legend-about{
		display: block;
		float: right;
		text-align: right;
		font-size: 2.2em;
		vertical-align: middle;
		padding-right: .25em;
	}
	#ajmint-logo{
		padding: .2em;
	}
	#ajmint-map-container{
		position: absolute;
		top: 10.5em;
		right: 0;
		bottom: 0;
		left: 0;
	}
	#ajmint-location-controls-container{
		position: absolute;
		top: auto;
		bottom: 7em;
		left: 1em;
		width: 97%;
		z-index: 100;
	}
	.leaflet-control-attribution{
		display: none;
	}
	#ajmint-place-gallery{
		position: fixed;
		bottom: 0em;
		width: 100%;
		float: none;
		box-shadow: 0 0 13px #CCC;
		padding: 0;
		border-radius: 0;
		z-index: 100049;
		background-color: #FFF;
		border-top: 1px solid #CCC;
		padding: .5em 0 .5em 0;
		height: auto;
		left: 0;
		right: 0;
	}
	.ajmint-place-container{
		padding: 0;
		width: 27%;
		display: inline-block;
	}
	.ajmint-place-photo{
		display: none;
	}
	.ajmint-place-container.active {
		font-weight: bold;
	}
	.ajmint-place-divider-container{
		display: inline-block;
		text-align: left;
	}
	#ajmint-story-top{
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index:100050;
	}
	#ajmint-mobile-overlay{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, .5);
		z-index: 5;
	}
	#ajmint-story-top-holder{
		background-color: #fff;
		padding: 1em;
		border-radius: 5px;
		box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
		z-index: 10;
		position: absolute;
		top: 4em;
	}
	#ajmint-hed{
		font-size: 2.5em;
		line-height: 1.1em;
	}
	#ajmint-mobile-overlay-close{
		text-align: right;
		text-transform: uppercase;
	}
	#ajmint-mobile-overlay-close:hover, #ajmint-map-legend-about:hover{
		text-decoration: underline;
		cursor: pointer;
		cursor: hand;
	}
	.ajmint-nav-el-right{
		float: right;
		padding-top: .4em;
		font-size: 2em;
		margin: 0;
	}
	.ajmint-icon-direction.ajmint-icon-arrows-cw:before{
		margin-top: 4%;
	}
	.ajmint-icon-search.ajmint-icon-arrows-cw:before{
		position: relative;
		right: 5px;
	}
	.ajmint-icon-arrows-cw{
		position: relative;
	}
	#ajmint-icon-search .ajmint-icon-arrows-cw{
		left: 5px;
	}
	#ajmint-location-geo .ajmint-icon-arrows-cw{
		top: -2px;
	}
}