  /* ---------------------------------------------------------------------- */
/*	Icon Font Import
/* ---------------------------------------------------------------------- */

@font-face 
{
    font-family: 'modern_pictogramsnormal';
    src: url('../fonts/modernpics-webfont.eot');
    src: url('../fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/modernpics-webfont.woff') format('woff'),
         url('../fonts/modernpics-webfont.ttf') format('truetype'),
         url('../fonts/modernpics-webfont.svg#modern_pictogramsnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
  
  html { height: 100% }
  body { height: 100%; margin: 0; padding: 0; font-family: Georgia, serif;font-weight: 500;
	   text-shadow: 0px 0px 1px rgba(128,128,128,0.01); to fix chrome rendering of 
  }
  header{background-color: #9DD06E; display: block; width:100%; height: 140px; text-align: center;  z-index: 500;  }
  a{color:#9DD06E;text-decoration: none;}
  header div  { 
  	display: inline-block;
  	position: relative;
  	margin: 0 auto;
  	width:225px;
  	max-width: 80%;
  	font-family: 'Helvetica Neue', sans-serif; 
  	margin-top: 20px;
  	font-size: 28px;
  	text-align: center;
  	line-height: 16px;
  	-webkit-text-stroke: 1px transparent;
  	}
  header .subhead {font-size: 15px;}
  header img {float:right;3}
  #wrapper { height: 100%; margin: 0 auto; padding: 0;   max-width: 2000px; }
  #map-canvas { height: 100%; width:100%; }
  .itemImage{
	  z-index: 100;
	  position: absolute;
	  width: 100%;
	  height:100%;
	  display: none;
	  max-width: 2000px;
	 
  }
 .itemImage img#mainImg{
	 width:100%;
	
 }
 #greenMarkerSingle{
	 position: absolute;
	 top:-5000px;
	 z-index: 200;
	 display: none;
	 left: 50%;
 }
 #markerPosWrap{
	 
	 position: relative; 
	 left: -50%; 
	
	 
 }
 h2{
	 
	 font-size: 33.36px;
 }
 h2, h4{
	 font-family: 'Helvetica Neue', sans-serif; font-weight: normal;
	 -webkit-text-stroke: 1px transparent;
 }
.infoBox{
	width:40%;
	float:left;
	margin: 0 0 0 3%;
	padding: 25px 0 0 0;
	display: inline-block;
	background-color: #fff;
}
.infoBox p{
	line-height: 26px;
}
.last{
	
	padding-top: 50px;
text-align: right;
margin-left: 123px;
float: right;
padding-right: 3%;

}

.closeButton{
	position: absolute;
	font-family: 'modern_pictogramsnormal';

	font-size: 25px; 
	color:#ffffff;
	 -moz-border-radius: 180px; /* FF1+ */
  -webkit-border-radius: 180px; /* Saf3+, Chrome */
          border-radius: 180px; /* Opera 10.5, IE 9 */
          border: 2px solid #efefef;
          padding: 5px 13px;
          text-align: center;
          line-height: 30px;
          right:10px;
          top:25px;
          cursor: pointer;
          text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
#metaContainer{
	
	width:100%;
	position: relative;
	background-color: #fff;
	float: left;

}
#artistPic{
	
	
	width: 126px;
	height:126px;
	 -moz-border-radius: 180px; /* FF1+ */
  -webkit-border-radius: 180px; /* Saf3+, Chrome */
          border-radius: 180px; /* Opera 10.5, IE 9 */
          
           position: relative; 
	 left: -50%; 
	
}
#artistPicWrapper{
	position: absolute;
	 left: 50%;
      top:-63px;
	
}
.activeDetail{
	z-index: 150;
	display: block;
	
}
footer{background-color: #9DD06E; display: block; width:100%; height: auto; text-align: center;  z-index: 500; float:left; padding: 25px 0 30px; margin-top: 20px; }
.footerWrap{
	width: auto;
	max-width: 950px;
	margin: 0 auto;
	padding-left: 10px;
	
	
}
.footerDiv{
	display: inline-block;
	float: left;
	text-align: left;
}
footer h4{
	margin-bottom: 0;
}
.quarter{width:25%;}
.half{width:50%;}
.socialImg{margin-left: -15px;}
.origin{
	
	font-size: 11px;
	display: block;
}
.imgMessage{
	font-size: 12px;
	text-align: right;
	color:#fff;
	z-index: 2000;
	margin-top: -20px;
	margin-right: 8px;
	font-family: arial, sans-serif; font-weight: 400;
	padding-bottom: 5px;
}
footer a{
	color:#4B4B4B;
}
a img {
	text-decoration: none;
	border: 0 none;
	}
@media only screen 
and (max-width : 878px) { 
	.infoBox{
	width:95% !important;
	margin: 0 20px !important;
	text-align: left !important;
	}
	.last{
		padding: 0 !important;
		float: none;
	}
	.imgMessage{
	font-size: 10px;
	}
	
	
}
@media only screen 
and (max-width : 500px) { 
	#artistPic{
		width: 84px;
		height:84px;
		 top:+21px;
	
	}
	
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
	.infoBox{width:85% !important;}
	.instaDiv{display: none;}
	.imgMessage{
	 width:33%;
	
	}

 }
 @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	header{height:110px;}
	header div  { margin-top: 10px;}
}
 
 @media only screen 
and (max-width : 960px) {
	.footerDiv{
		width: 85% !important;
		padding:10px;
		
		
	}
}


