/*
Theme Name: photoInducedmulti
Theme URI: http://photoinduced.com
Author: Matt St. Gelais
Author URI: http://photoinduced.com
Description: An updated photoinduced theme for a multi-device web.
Version: 1.0
Text Domain: photoinducedmulti
*/

/* PhotoInduced LLC. - Master CSS File*/


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);


body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	margin:  0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	background: #000000;
	font-size: 62.5%;
	}

#total {
	width: 100%;
	max-width: 1366px;
	margin: 0px auto;
	position: relative;
}


/* Nav */

#menu_btn{
	display:none;
}

#nav { width: 100%; /*max-width: 44em;*/ max-width: 51em; float:right; display:block; height:100px; overflow: hidden;
}

#nav ul {width: 100%; padding:0px; margin:0px;}

#nav ul li{ 
	font: normal 1.8em "Open Sans Condensed", Helvetica, Arial, sans-serif; 
	display:block; 
	color: #FFFFFF; 
	float:left; 
	padding:0px; 
	margin:0px;
	letter-spacing: .08em;
}

#nav ul li a{ 
	color: #FFFFFF; 
	text-decoration: none; 
	text-align: center; 
	margin:0px; 
	width: 100%; 
	height: 100px; 
	padding: 40px 15px 0px 15px; 
	display:block;
	-webkit-transition: color 0.25s linear;
    -moz-transition: color 0.25s linear;
	-ms-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear;
}

#nav ul li a:hover{ 
	color: #FF6600; 
	text-decoration: none;
}

	#nav ul li a#search{ 
		height: 100px; 
		padding: 40px 15px 0px 15px; 
		display:block;
		background: #000;
		text-align: center;
		}

/* Serach Form */

#searcher {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	height: 100px;
	width: 100%;
	border-bottom: solid 2px #e4e4e4;
}

	.results {
		margin: 0px 0px 0px 0px;
		text-align: left;
		background: #FFF;
		display: block;
		border: solid 1px #e4e4e4;
		}

	.result{
		margin: 0px 0px 20px 0px;
		text-align: left;
		display: block;
		clear:both;
		}

	.result .padder{
		display: block;
		padding: 0px 20px 20px 20px;
		margin: 0px 0px 0px 0px;
	}

#input_wrapper{
		background: rgba(255, 255, 255, 1);
}

	.inputbox {
		height: 100px;
		width: 100%;
		background: #000;
		margin: 0px 0px 0px 0px;
		padding: 0px 40px 0px 0px;
		background: url();
		color: #636466; 
		color: #444444;
		border: 0px;
		font: normal 3.4em "Open Sans Condensed", Helvetica, Arial, sans-serif;
		display: inline-block;
		text-align: center;
		}



/* Header Section */

#header{
	border-top: 6px solid #ff6600;
	border-bottom: 4px solid #373737;
	width: 100%;
	max-width: 1366px;
	height: 100px;
    position: fixed;
    background: #000000;
    z-index: 9000;
	clear:both;
}

			#logo{
				width: 14em;
				height: 6em;
				background-image: url('images/PI_LOGO.svg');
				-webkit-background-size: 14em 6em;
				background-size: 14em 6em;
				background-position: 0em 0em;
				background-repeat: no-repeat;
				margin: 20px 0px 0px 10%;
				padding: 0px 0px 0px 0px;
				overflow: hidden;
				float:left;
				}
				
				#tagline{
					font: normal 1.5em "Open Sans Condensed", Helvetica, Arial, sans-serif;
					margin: 2.8em 0em 0em 1.5em;
					letter-spacing: .08em;
					color:#FFF;
					float:left;
					text-transform: uppercase;
				}

				#header_left{ float: left; width: 50%; display:block;}				
				#header_right{ float:right; width: 50%; display:block;}

/* Main Feed Area */

#content {
	width: 100%;
	float: left;
	background: #f3f3f3;
	margin: 110px 0px 0px 0px;
	}


	#left_column {
	font: normal 1.1em/1.7em "Open Sans", Helvetica, Arial, sans-serif;
		color: #333;
		width: 150px;
		padding: 30px 20px 25px 15px;
		overflow: hidden;
		float: left;
		}
			
		#small_ad{
			display:block;
			padding: 0px 0px 15px 0px;
		}
		
#gearMonkey {
	margin: 0px 0px 20px 0px;
	text-align: left;
	background: #FFF;
	display: block;
	background-color: #CCC;
	width: 100%;
	}


		#gear_monkey_logo{
				width: 440px;
				height: 96px;
				background-image: url('images/GEAR_MONKEY.svg');
				   -webkit-background-size: 10em 10em;
				   -o-background-size: 5em 5em;
				   -moz-background-size: 5em 10em;
				   background-size: 44em 9.6em;
				background-position: 0em 0em;
				background-repeat: no-repeat;
				overflow: hidden;
				display: block;
				text-indent: -1000em;
			}

#mainFeed {
	color: #333;
	padding: 0px 0px 5px 0px;
	float: left;
	width: 70%;
	}


	#mainFeed .padder{
		padding: 20px 20px 20px 20px;
	}

		#mainFeed .module{
		background: #FFF;
		border: solid 1px #e4e4e4;
		margin: 0px 0px 20px 0px;
		display:block;
	}

		#mainFeed .module .padder{
		padding: 20px 20px 20px 20px;
	}


#contentRight {
	font: normal 1.1em/1.7em "Open Sans", Helvetica, Arial, sans-serif;
	color: #666;
	width: 30%;
	float: left;
	}

	#contentRight .padder{
		padding: 20px 20px 20px 0px;
	}

	h3{
		font: normal 2.2em "Open Sans Condensed", Helvetica, Arial, sans-serif;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 10px 0px;
		border-bottom: 2px solid #f2f2f2;
		text-transform: uppercase;
	}

	#contentRight h3{
		font: normal 2.2em "Open Sans Condensed", Helvetica, Arial, sans-serif;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		border-bottom: 2px solid #f2f2f2;
		text-align: center;
		color: #666;
	} 

		#contentRight p{
		font: normal 1.1em "Open Sans", Helvetica, Arial, sans-serif;
		text-align: center;
		} 

	#contentRight .module{
		background: #FFF;
		border: solid 1px #e4e4e4;
		margin: 0px 0px 20px 0px;
		display:block;
	}

		#contentRight .module .padder{
		padding: 20px 20px 20px 20px;
	}

	#contentRight img{
		max-width: 100%;
		text-align: center;
		display: block;
		height: auto;
		text-align: center;
	}

	#instafeed{
		margin: 0px 0px 20px 0px;
	}

	/* instagram button */
	.ig-b- { display: inline-block; }
	.ig-b- img { visibility: hidden; }
	.ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
	.ig-b-v-24 { width: 137px; height: 24px; background: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24.png) no-repeat 0 0; }
	@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.ig-b-v-24 { background-image: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24@2x.png); background-size: 160px 178px; } }

	#flickrfeed{
		margin: 0px 0px 20px 0px;
	}


#submissions {
	font: normal 1.1em/1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	width: 800px;
	margin: 10px 0px 25px 15px;
	float: left;
	}

/* links */

a { color: #ff6600; 
	text-decoration: none; 
	-webkit-transition: color 0.25s linear;
    -moz-transition: color 0.25s linear;
	-ms-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear;
    -webkit-tap-highlight-color: rgba(201, 224, 253, 0.8);
}

a:hover { 	
	text-decoration: underline;
    color: #9c9c9c; 
}

/* Lists */

ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    text-align: left;
}

li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* Category NAV - resources page  */

#category_nav ul{
	text-align: left;
	/*font: normal 1.1em/1.4em "Open Sans", Helvetica, Arial, sans-serif;*/
	font: normal 1.4em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
	width: 100%;
	margin: 0px 0px 0px 0px;
}


/* contentRight List Styles */

#contentRight ul{
	text-align: center;
	font: normal 1.1em/1.4em "Open Sans", Helvetica, Arial, sans-serif;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
    border-bottom: solid 1px #e4e4e4;
}

	#contentRight ul strong{
		font: bold 1.2em/1.5em "Open Sans Condensed", Helvetica, Arial, sans-serif;
		letter-spacing: .03em;
		padding: 0px 0px 4px 0px;
		display:block;
		color: #444444;
	}

	#contentRight ul a{
		font: bold 1em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}

			#contentRight ul li {
				margin: 0px 0px 5px 0px;
				padding: 0px 0px 0px 0px;
			}

	ul#latest_gear_reviews{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	    border-bottom: none;
	}

	ul#latest_gear_reviews{
	    border-bottom: none;
	}

	ul#latest_gear_reviews li{
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 20px 20px 20px 20px;
		clear:both;
	    border-bottom: solid 1px #e4e4e4;
	}

		ul#latest_gear_reviews li a{
			font: bold 1.2em/1.5em "Open Sans Condensed", Helvetica, Arial, sans-serif;
			letter-spacing: .03em;
			display:block;
		}

	#mainFeed .module p{
				font: normal 1.6em/1.8em "Open Sans", Helvetica, Arial, sans-serif;

	}

	.links_list{
				font: normal 1.4em/1.8em "Open Sans", Helvetica, Arial, sans-serif;
	}

/* Lists End */


.entry p {
		/*font: normal 1.6em/1.8em "Open Sans", Helvetica, Arial, sans-serif;*/
		font: normal 1.6em/1.5em "Open Sans", sans-serif , Helvetica, Arial;
		margin: .6em 0em .6em 0em;
	}

.tags {
		font: normal 1.2em/1.4em "Open Sans", Helvetica, Arial, sans-serif;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2
{ 
	font: normal 3.2em "Open Sans Condensed", Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px solid #f2f2f2;
	display: block;
}

#mainFeed h2 a{
	color: #ff6600;
	text-decoration: none;
	}
	
	#mainFeed h2 a:hover{
		color: #CCCCCC;
	}

h3{
	font: normal 2.2em "Open Sans Condensed", Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px solid #f2f2f2;
	display: block;
}

.entry p a:visited {
	color: #FF6600;
	}


/* Begin Structure */

.post {
	margin: 0px 0px 20px 0px;
	text-align: left;
	background: #FFF;
	border: solid 1px #e4e4e4;
	display: block;
	}

	a.more-link{
		color: #ff6600;
		clear:both;
		text-decoration: none;
		padding: 10px 0px 0px 0px;
		font: normal 1.4em "Open Sans Condensed", Arial, Helvetica, Verdana, sans-serif;
	}
		a.more-link:hover {
			color: #CCC;
		}

.post .padder{
	display: block;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
}

p img{
	max-width: 100%;
	text-align: center;
	display: block;
	height: auto;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.post_meta{
	color: #777;
	border-top: solid 2px #e4e4e4;
	border-bottom: solid 4px #ff6600;
	display: block;
}
	.post_meta .wrapper{
		display: block;
		padding: 20px 0px 20px 0px;
		width: 100%;
		float:left;
	}

	.sign_off{
		display:block;
		float:left;
		width: 50%;
	}

	.author{ 
		font: 1.6em "Open Sans Condensed", Arial, Helvetica, Verdana, sans-serif;	
		font-weight: bold; 
		display:block;
		padding: .5em 0px 0px 0px;
	}

		.avatar-frame{
				display: block;
		}

			.avatar-frame img{
				width: 6em;
				height: 6em;
				-webkit-border-radius: 3.4em; /* Saf3+, Chrome */
				border-radius: 3.4em,; /* Opera 10.5, IE 9 */
				-moz-border-radius: 3.4em; /* Disabled for FF1+ */
				display: block;
				float:left;
				margin: 0em 1em 0em 2em;
		}

	.date {
		font: 1.6em "Open Sans Condensed", Arial, Helvetica, Verdana, sans-serif;	
		font-weight: normal; 
		display:block;
	}

	.social_share{ display: block; float:right; width: 50%; overflow: hidden; padding: 2em 0em 0px 0px;}

		.fb_share{ display: block; float:right; padding: 0 2em 0 0;}

		.twitter_share{ display: block; float:right;}


#footer {
	width:  100%;
	color: #FFFFFF;
	background-color: #191919;
	float:left;
	}

	#footer .module{
		width: 33%;
		float:left;
	}

	#footer .module .padder{
		padding: 40px 40px 40px 40px;
		display: block;
	}

	#footer ul{
		font: normal 1.4em/2.2em "Open Sans", Arial, Helvetica, Verdana, sans-serif;	
	}

	#footer h4{
		color: #fff;
		font: normal 2.2em "Open Sans Condensed", Helvetica, Arial, sans-serif;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
	}

	#footer a, #footer a:link, #footer a:active{
		text-decoration: none;
		color: rgb(153, 153, 153);
	}

	#footer a:hover{
		text-decoration: underline;
		color: #ff6600;
	}

	#footer p{
		font: normal 1.3em/1.7em "Open Sans", Arial, Helvetica, Verdana, sans-serif;
		text-align: left;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 10px 0px;
	}

	#copyright{ 
		font: normal 1.1em/1.7em "Open Sans", Arial, Helvetica, Verdana, sans-serif;
		clear:both;
		text-align: center;
		display:block;
		width: 100%;
		color: #DDDDDD;
		padding: 40px 0px 40px 0px;
	}



a img {
	border: none;
	}

img {
	border: 0px;
}

/* Older Newer Posts */

#page_nav{
	width: 100%;
	clear: both;
	margin: 0px auto 20px auto;
	position: relative;
	padding: 0px 0px 20px 0px;
	text-transform: uppercase;
	display: block;
}

	#page_nav li a{
		width: 100%;
		text-align: center;
		text-decoration: none;
		font: bold 3.2em "Open Sans Condensed", Arial, Helvetica, Verdana, sans-serif;
		color: #ff6600;
}

	#page_nav li#older a, #page_nav li#newer a{
		float:left;
	}

	#page_nav li#older a:hover, #page_nav li#newer a:hover{
		float:left;
		color: #CCCCCC;
		}

	
.clearfix{ clear:both;}

/* Media Queries */

@media only screen and (-webkit-min-device-pixel-ratio : 2){
	/* this is for targeting 2X retina displays */
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.3) and (orientation : portrait){
	/* this is for targeting the OG Nexus 7 (c.2012) with its unique pixel density */
	#mainFeed{width: 100%;}
	#footer .module{ width: 50%;}
	#contentRight{display:none;}
		#header_left{width: 20%;}
		#header_right{width: 80%;}
		#tagline{display:none;}
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.3) and (orientation : landscape){
	/* this is for targeting the OG Nexus 7 (c.2012) with its unique pixel density */
	#mainFeed{width: 100%;}
	#mainFeed{width: 60%;}
	#contentRight{width: 40%;}
		#header_left{width: 20%;}
		#header_right{width: 80%;}
		#tagline{display:none;}
}


@media only screen and (min-width: 2200px) {
    /* giant ass desktop monitor 27" fullblown */
	body{background: #000; color: #fff}
}


@media only screen and (min-width: 1440px) and (max-width: 2200px) {
    /* fullscreen laptop 15" or larger desktop use */
	body{background: #000;}
	#contentRight{}
}


@media only screen and (max-width: 960px) {
    /* styles for narrower laptop browsers and iPad portrait */
    	#tagline{ display: none;}
}

@media only screen and (min-device-width : 640px) and (max-device-width : 1024px) and (orientation : portrait) {
	/* 640 with a max of 1024, should be good for iPad and Nexus 7 table Portrait*/
	body{background:;}
	#mainFeed{width: 100%;}
	#contentRight{display:none;}
	#footer .module{ width: 100%;}
	#nav{max-width: none;}
		#header_left{width: 30%;}
		#header_right{width: 70%;}
	#tagline{ display: none;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	/* set to 768 with a max width of 1024, Should be good for iPad and Nexus 7 tablet Landscape*/
	body{background:;}
	#mainFeed{width: 60%;}
	#contentRight{width: 40%;}
	#contentRight{ 	min-width: 340px;}
	#tagline{ display: none;}
}
	
@media only screen and (max-width: 480px) {
    /* styles for iPhone/Android landscape (and really narrow browser windows) */
	#header{ position: static;}
	#mainFeed{width: 100%;}
	#contentRight{display:none;}
	#footer .module{ width: 100%;}
	.social_share{ display: none; }
	#nav{ display:none;}
	#content{margin: 0px 0px 0px 0px;}
		.sign_off, .author, .date{
		width: 100%;
		text-align: center;
		display: block;
	}
	.avatar-frame{width: 100%; float:left; display: block; margin: 0em 0em 0em 0em;}

	.sign_off img{
				width: 8em;
				height: 8em;
				-webkit-border-radius: 4em; /* Saf3+, Chrome */
				border-radius: 4em; /* Opera 10.5, IE 9 */
				-moz-border-radius: 4em; /* Disabled for FF1+ */
				display: block;
				clear: both;
				margin: 0em auto 1em auto;
				position: relative;
				float: none;
			}

		#header{ 
		width: 100%;
	}
	
		#nav{max-width: none;}
		#header_left{width: 50%;}
		#header_right{width: 100%;}


	
	#menu_btn{
		font: normal 2em "Open Sans Condensed", Helvetica, Arial, sans-serif; 
		color:#ff6600;
		display: block;
		position: absolute;
		right: 2em;
		top: 2em;
	}

		#nav { 
			width: 100%; 
			max-width: 100%; 
			margin: 1.1em 0em 0em 0em;
			clear: both; 
			display:block; 
			height: auto; 
			overflow: visible;
			display: none;
			float:left;
		}

			#nav ul {
				clear:both;
				display:block; 
				width: 100%; 
				margin: .6em 0em 0em 0em;  
				padding: 0em 0em 0em 0em; 
				float:left;
				background: #373737;
			}

				#nav ul li{ 
					font: normal 2.6em "Open Sans Condensed", Helvetica, Arial, sans-serif; 
					display:block; 
					color: #FFFFFF; 
					margin: 0em 0em 0em 0em;  
					padding: 0em 0em 0em 0em; 
					letter-spacing: .08em;
					width: 100%;
					clear: both;
				}

				#nav ul li a{ 
					color: #FFFFFF; 
					text-decoration: none; 
					text-align: center; 
					width: 100%;
					margin: 0em 0em 0em 0em;  
					padding: .6em 0em .6em 0em; 
					display:block;
					-webkit-transition: color 0.25s linear;
				    -moz-transition: color 0.25s linear;
					-ms-transition: color 0.25s linear;
				    -o-transition: color 0.25s linear;
				    transition: color 0.25s linear;
				    border-bottom: solid 1px #444444;
				    height: auto;
				}


					#nav ul li a#search{ 
						height: 100px; 
						padding: 40px 15px 0px 15px; 
						display:block;
						background: #000;
						text-align: center;
						display: none;
						}
			
}

@media only screen and (max-width: 320px) {
    /* styles for iPhone/Android portrait */

	#mainFeed{width: 100%;}
	#mainFeed .padder{
		padding: 10px 10px 10px 10px;
	}
	#footer .module{ width: 100%; text-align: center; margin: 0em 0em 0em 0em; padding: 0em 0em 0em 0em;}
	#footer .module p{ text-align: center;}

	#footer .module .padder{
		padding: 2em 2em 2em 2em;
		display: block;
	}

	#footer ul{
		text-align: center;
	}

	#contentRight{display:none;}

	.social_share{ width: 100%;}
	#content{margin: 0px 0px 0px 0px;}
	#logo{ width: 50%; margin: 2em 0em 0em 2em;}
	
	#header{ 
		width: 100%;
	}
	
	#header_left, #header_right{ 
		clear:both;
		display: block;
		width: 100%; 
	} 

	a.more-link{ display: block; text-align: center;}

	#tagline{ display: none;}

	.sign_off, .author, .date{
		width: 100%;
		text-align: center;
		display: block;
	}
	.avatar-frame{ 
		width: 100%; 
		float:left; 
		display: block; 
		margin: 0em 0em 0em 0em;
	}

	.sign_off img{
			width: 8em;
			height: 8em;
			-webkit-border-radius: 4em; /* Saf3+, Chrome */
			border-radius: 4em; /* Opera 10.5, IE 9 */
			-moz-border-radius: 4em; /* Disabled for FF1+ */
			display: block;
			clear: both;
			margin: 0em auto 1em auto;
			position: relative;
			float: none;
			}

	#menu_btn{
		font: normal 2em "Open Sans Condensed", Helvetica, Arial, sans-serif; 
		color:#ff6600;
		display: block;
		position: absolute;
		right: 2em;
		top: 2em;
	}

		#nav { 
			width: 100%; 
			max-width: 100%; 
			margin: 1.1em 0em 0em 0em;
			clear: both; 
			display:block; 
			height: auto; 
			overflow: visible;
			display: none;
			float:left;
		}

			#nav ul {
				clear:both;
				display:block; 
				width: 100%; 
				margin: .6em 0em 0em 0em;  
				padding: 0em 0em 0em 0em; 
				float:left;
				background: #373737;
			}

				#nav ul li{ 
					font: normal 2.6em "Open Sans Condensed", Helvetica, Arial, sans-serif; 
					display:block; 
					color: #FFFFFF; 
					margin: 0em 0em 0em 0em;  
					padding: 0em 0em 0em 0em; 
					letter-spacing: .08em;
					width: 100%;
					clear: both;
				}

				#nav ul li a{ 
					color: #FFFFFF; 
					text-decoration: none; 
					text-align: center; 
					width: 100%;
					margin: 0em 0em 0em 0em;  
					padding: .6em 0em .6em 0em; 
					display:block;
					-webkit-transition: color 0.25s linear;
				    -moz-transition: color 0.25s linear;
					-ms-transition: color 0.25s linear;
				    -o-transition: color 0.25s linear;
				    transition: color 0.25s linear;
				    border-bottom: solid 1px #444444;
				    height: auto;
				}


					#nav ul li a#search{ 
						height: 100px; 
						padding: 40px 15px 0px 15px; 
						display:block;
						background: #000;
						text-align: center;
						display: none;
						}


}



