/*---------------------------------------------------------------------------------------------

	CSS Stylesheet
	
	T.O.C
		=RESET
		=GENERALE
		=LAYOUT
		=PAGINE
		
	Schema Colore
	
		#cccccc - search and subscribe forms color
		#666666 - text color / search and subscribe forms color on hover
		#e1e1e1 - search and subscribe forms border color
		#cccccc - search and subscribe forms border color on hover
		#252525 - header color / drop down menu links
		#000000 - links color / dropdown menu link current
		#346699 - links color on hover
		#999999 - blockquote
		#f5f5f5 - borders top and bottom color
		#efefef - hr color	

-----------------------------------------------------------------------------------------------*/


/* =RESET
-----------------------------------------------------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	color: #000;
}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}/* tables still need 'cellspacing="0"' in the markup */caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}


/* =GENERALE
-----------------------------------------------------------------------------------------------*/
	
	body{
	line-height:20px;
	color:#666666;
	padding:20px 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color:#767373;
	background-image:
	background-repeat:repeat;
	background-position: left top;
	}
	
	
	.bodytabella{
	line-height:15px;
	color:#000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	
	line-height: 1,5em;
	background-color: #f5f5f5;
	background-image: none;
	background-repeat: repeat;
	background-position: left top;
	
	}
	
	
	
		/* =headings
		-------------------------------------------------------------- */
		
		h1,h2,h3,h4,h5,h6{ font-weight: bold; color:#252525; }
		
		h1{ font-size:28px; line-height:30px; margin-bottom:12px; }
		h2{ font-size:24px; line-height:26px; margin-bottom:12px; }
		h3{
	font-size:18px;
	line-height:20px;
	margin-bottom:8px;
	font-family: inherit;
}
		h4{
	font-size:15px;
	line-height:15px;
	margin-bottom:8px;
	text-align: left;
	font-weight: bold;
}
		h5{
	font-size:13px;
	line-height:20px;
	margin-bottom:0px;
	font-family: inherit;
	color: #000;
}
		h6{ font-size:13px; line-height:15px; margin-bottom:8px;  }
		
		
		/* =elementi-testo
		-------------------------------------------------------------- */
		
		a{ text-decoration:none; color:#000000; }
		a:hover{
	text-decoration:underline;
	color: #000;
}
		h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover,h5 a:hover, h6 a:hover{
	text-decoration:none;
	color: #346699;
}
		a img{ border:none; }
		
		strong{
	color:#252525;
	text-align: left;
}
		em{ font-style: italic; }
		
		p, ul, ol, pre, code{
	margin-bottom:2px;
	text-align: justify;
}
		
		ul{ list-style-type:circle; list-style-position:inside; }
		
			ul.checklist{ list-style-image:url(images/bg-checklist.png); }
		
		ol{ list-style-type:decimal; list-style-position:inside; }
		
		blockquote{ padding:5px 20px 5px 60px; line-height:24px; background:#ffffff url(images/quote.gif) no-repeat top left; color:#999999; }
		blockquote span{ color:#666666; }
		
			.blockquote-left{ width:250px; float:left; }
			.blockquote-right{
	width:130px;
	float:right;
}					 
					 
		pre, code{ border:1px solid #efefef; border-left-width:5px; display:block; padding:5px; font-size:11px; font-family: monospace; background-color:#f5f5f5; }
		
		hr{ border:none; height:1px; margin:30px 0; background-color:#efefef; color:#efefef; }
		
			
			
			.hr{
	border-top:1px solid #efefef;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
			.hr-alt{ border-top:1px solid #efefef; margin:30px -30px 30px -30px; } 																	      
			.hr-alt2{ border-top:1px solid #efefef; margin:10px 0 30px 0; }																	  
			
			
		/* =tabelle
		-------------------------------------------------------------- */
		
		table{ border-collapse:separate; border-spacing:0; border-top-width:5px; margin-bottom:20px; border:1px solid #efefef;  }
		th{ padding:10px 15px; text-transform:uppercase; font-weight:bold; }
		td{
	padding:10px 15px;
	border-top:1px solid #efefef;
	color: #000;
	font-family: inherit;
}
		tr.alt{ background-color:#f5f5f5; }


		/* =forms-messaggi
		-------------------------------------------------------------- */
		
		label{
	font-weight:bold;
	color:#000000;
	text-align: center;
}
			label span.required{ color:#ff0000; }
		
		fieldset{ padding:15px; margin:0 0 20px 0; border:1px solid #efefef; }
		legend{ font-weight: bold; }
		
		input[type=text], input[type=password], input.text, textarea{ background-color:#ffffff; border:1px solid #e1e1e1; }
		input[type=text]:focus, input[type=password]:focus, input.text:focus, textarea:focus{ border-color:#cccccc; }
		select{ border-width:1px; border-style:solid; background-color:#ffffff;  }
		
		input[type=text], input[type=password], input.text, textarea, select{ margin:5px 0; }
		
		input.text{ width:250px; padding:5px; }
		textarea{ width:380px; height:125px; padding:5px; }

		.errormsg, .successmsg, .infomsg, .noticemsg{ padding:10px 10px 10px 40px; margin-bottom:10px; border:1px solid #dddddd; border-left-width:5px; }
		.errormsg{ border-color:#fbc2c4; background:#fbe3e4 url(images/bg-msg.png) no-repeat 0 0; color:#8a1f11; }
		.errormsg a{ color:#8a1f11; }
		.successmsg{ border-color:#c6d880; background:#e6efc2 url(images/bg-msg.png) no-repeat 0 -220px; color:#264409; }
		.successmsg a{ color:#264409; }
		.infomsg{ border-color:#92cae4; background:#d5edf8 url(images/bg-msg.png) no-repeat 0 -72px; color:#205791; }
		.infomsg a{ color:#205791; }
		.noticemsg{ border-color:#ffd324; background:#fff6bf url(images/bg-msg.png) no-repeat 0 -148px; color:#514721; }
		.noticemsg a{ color:#514721; }
		
		#contact-form{ background-color:#f3f3f3;}
		#contact-form fieldset{ margin:0; padding:15px 0 15px 0; }
		#contact-form p{
	padding:5px 0 5px 25px;
	margin:1px;
	text-align: center;
}
		p#formstatus{
	border:none;
	border-bottom:1px solid #efefef;
	padding-right:25px;
	margin-bottom:10px;
	text-align: center;
}
		
		/* =default-classi
		-------------------------------------------------------------- */
		
		.img-align-left{
	float:left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
		.img-align-right{ margin:5px 0 0 10px; float:right; }
		
		.text-right{ text-align:right; }
		.text-center{ text-align:center; }
		
		.text-highlight{ padding:2px 5px; background-color:#ffd324; color:#111111; }
		.text-highlight2{ padding:2px 5px; background-color:#c6d880; color:#111111; }

		.bordered{ padding:5px; border:1px solid #efefef; }


		/* =griglia
		-------------------------------------------------------------- */

		
		.fixed:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
			.fixed{display:block;}
			/*  \*/
			.fixed{min-height:1%;}
			* html .fixed{height:1%;}
				
		.row{ width:940px; }
		
		.galleria{ width:940px; }
		
		
		.agenda{ width:940px; line-height:10 px; font-size:11px; background-color:#f5f5f5; }
			
			.col-700{
	width:700px;
	float:right;
	margin-right:20px;
}
			.col-520{
	width:520px;
	float:none;
	margin-right:100px;
}
			.col-460{
	width:460px;
	float:none;
	margin-right:0px;	
}


			.contatti{
	width:460px;
	float:center;
	margin-right:0px;
	background-color:#f3f3f3;
	
}

			.col-340{
	width:340px;
	float:right;
	margin-right:20px;
}
			.col-220{
	width:230px;
	float:left;
	margin-right:10px;
	color: #346699;
}
			.col-160{ width:160px; float:left; margin-right:20px; }
			
		.last{
	margin-right:0px;
	font-family: inherit;
	text-align: center;
	color: #000;
}
		.clear{ clear:both; }
		.block{ display:block; }
		.hide{ display: none; }	
		

/* =LAYOUT
-----------------------------------------------------------------------------------------------*/

	#wrap{
	width:940px;
	padding:0 30px;
	margin:0 auto;
	background-color:#ffffff;
	border-top:10px solid #f3f3f3;
	border-bottom:10px solid #f3f3f3;
	-moz-box-shadow: 0 1px 2px 0 #333;
	-webkit-box-shadow: 0 1px 2px 0 #333;
	box-shadow: 0 1px 2px 0 #333;
	font-family: inherit;
}
	
		#header{
	padding-top:20px;
}
		
			.dropdown-container{ position:relative; z-index:10; }  /* IE6 and IE7 fix for the dropdown  */
			.slideshow-container{ position:relative; z-index:5; }  /* menu showing below the slider bug */
			.inner-page-title-container{ position:relative; z-index:5; margin-right:-30px;  }
			
			/* =logo
			-----------------------------------------------------------------------------------------------*/
			
			a#logo{ display:block; float:left; }
			a#logo img{ display:block; }
			
			/* =dropdown-menu
			-----------------------------------------------------------------------------------------------*/
	
			/* livello1 menu */
			ul#dropdown-menu{
	float:right;
	list-style:none;
	font-family: inherit;
}		  
			ul#dropdown-menu li{
	float: left;
	font-family: inherit;
}
			ul#dropdown-menu li a{
	display: block;
	padding:12px 33px 5px 0;
	font-size:13px;
	text-transform:uppercase;
	color:#252525;
	font-family: inherit;
	text-align: justify;
	
}			   
			ul#dropdown-menu li.hover, ul.dropdown-menu li:hover{ position: relative; }
			ul#dropdown-menu li.hover a{ text-decoration:none; } /* styleing when hovering on menu item a */					 
			ul#dropdown-menu li.current > a{ color:#346699; }							   
			ul#dropdown-menu li .sub-menu li a{ color:#252525; }							   
			ul#dropdown-menu li.last > a{ padding-right:11px; }
			
			/* livello2 menu */
			ul#dropdown-menu ul{ position:absolute; top:100%; left:0; width:180px; list-style:none; display:none; 
								  border:1px solid #efefef; border-bottom:none; background-color:#ffffff; z-index:35; }				 
			ul#dropdown-menu ul li{ width:180px; }				
			ul#dropdown-menu ul li a{ width:160px; display: inline-block; border:none; padding:5px 10px; text-transform:none; 
									  font-weight:normal; border-bottom:1px solid #efefef; color:#666666; } /* IE 6 and 7 Needs Inline Block */			  
			ul#dropdown-menu ul li a:hover{ background-color:#f5f5f5; } 
			
			/* livello3 menu */
			ul#dropdown-menu ul ul{ left:100%; top:-1px; }
			ul#dropdown-menu li:hover > ul{ visibility:visible; }
			
			.arrow{ background:url(images/bg-sidenav.gif) no-repeat 165px 12px; }
				
			/* =cerca
			-----------------------------------------------------------------------------------------------*/
		
			#search fieldset{ position:relative; border:none; margin:0; margin-top:7px; padding:0; }
			#search-input{ width:208px; padding:5px; margin:0;  font-size:12px; border:1px solid #e1e1e1; color:#cccccc; }
			#search-input:focus{ border:1px solid #cccccc; color:#666666; }
			#search .search-submit-btn{ position:absolute; top:5px; right:5px; height:17px; width:20px; outline:none;
										background:url(images/bg-search.png) no-repeat top left; cursor:pointer; border:none; }
		
			.ie6 #search .search-submit-btn{ top:6px; }
			.ie6 #search-input, .ie7 #search-input, .ie8 #search-input{  }
			
			/* =contatti
			-----------------------------------------------------------------------------------------------*/
			
	
			
			/* =inner-page-title
			-----------------------------------------------------------------------------------------------*/
			
			.inner-page-title{ background-color:#212121; height:65px; padding:25px; overflow:hidden; }		
			.inner-page-title h2{ width:195px; float:left; color:#ffffff; }
			.inner-page-title p{ margin-bottom:0; margin-left:20px; float:left; width:460px; color:#999999; }
			
			.inner-page-title-minimal{ width:700px;}
			.inner-page-title-minimal h2{}
			.inner-page-title-minimal p{ margin-bottom:5px; }
			
			
		#content{ }
		
			.pdf{
	background:url(images/bg-pdf.png) no-repeat 5px 5px;
	width:170px;
	min-height:35px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	
}

			.presskit{
	
	width:235px;
	min-height:35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		
}


			.foto{
	background:url(images/bg-foto.png) no-repeat 5px 0px;
	width:170px;
	min-height:35px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	
}
	
	
	
			p.breacrumbs{ color:#999999; font-size:10px; margin-bottom:0; }
			
			/* =side-nav
			-----------------------------------------------------------------------------------------------*/
			
			.side-nav{ list-style-type:none; list-style-position:outside; border-top:1px solid #efefef; width:200px; }
			.side-nav li{ border-bottom:1px solid #efefef; }
			.side-nav li a:hover{
	font-family: inherit;
	font-size: 100%;
	color: #346699;
	font-weight: bold;
}
			.side-nav li a{ display:block; padding:5px 0 5px 25px; background:#ffffff url(images/bg-sidenav.gif) no-repeat 10px 12px; }
			.side-nav li.current a{ color:#346699; }
			.side-nav li.current a:hover{ text-decoration:none; }

			/* =tabs
			-----------------------------------------------------------------------------------------------*/
			.tabs-menu{ margin-bottom:0; list-style:none; }
			.tabs-menu li{ display:inline; }
			.tabs-menu li a{ float:left; padding:5px 20px; display:block; background-color:#212121; color:#fff; 
							 border-right:1px solid #ffffff; border-top:2px solid #ffffff; }
			.tabs-menu li.current a{ background-color:#f5f5f5; border-top:2px solid #efefef; color:#666; }
			
			.tabs-content{ padding:30px 20px; background-color:#f5f5f5; margin-bottom:20px; }
		
			/* =accordion
			-----------------------------------------------------------------------------------------------*/
			.accordion { list-style-type: none;  }
			.accordion li { background:#212121; cursor: pointer; float: left; display: block; width:100%; }
			.accordion li.current>a { background: url(images/bg-accordion.png) no-repeat right 8px; }
			.accordion li div { padding:20px 20px; background:#f5f5f5; }
			.accordion li a{ text-decoration: none; display: block; cursor: pointer; background: url(images/bg-accordion.png) no-repeat right -55px; 
							 padding:5px; border-bottom:1px solid #ffffff;  padding:5px 20px; color:#fff; }


		#footer{ padding-bottom:0px;  }
	
			#footer p.last{ margin-bottom:0; }
			.back-top{ color:#999999; }
			
			/* =footer-nav
			-----------------------------------------------------------------------------------------------*/
			
			#footer-nav{  list-style-type:none; list-style-position:outside; margin-bottom:0; }
			
			/* =info contatti
			-----------------------------------------------------------------------------------------------*/
			
			#contact-info{ list-style-type:none; list-style-position:outside; margin-bottom:0; }
			#contact-info li{ padding-left:20px; }
			#contact-info .phone{ background:url(images/bg-contact-info.png) no-repeat 0 -132px; }
			#contact-info .adress{ background:url(images/bg-contact-info.png) no-repeat 0 0; }
			#contact-info .email{ background:url(images/bg-contact-info.png) no-repeat 0 -66px;  }
			
			/* =newsletter
			-----------------------------------------------------------------------------------------------*/
			
			#newsletter-subscribe fieldset{ border:none; margin:0; padding:0; position:relative; margin-bottom:15px; }
			#subscribe-email{ margin:0; padding:5px; height:15px; width:208px; font-size:12px; border:1px solid #e1e1e1; color:#cccccc; }
			#subscribe-email:focus{ border:1px solid #cccccc; color:#666666; }
			#newsletter-subscribe .subscribe-submit-btn{ position:absolute; top:1px; right:1px; padding:0 5px 0 5px; width:55px;
														 height:25px; cursor:pointer; border: none; background-color:#e1e1e1; color:#666666; }
			
			.ie6 #newsletter-subscribe .subscribe-submit-btn, .ie7 #newsletter-subscribe .subscribe-submit-btn{ top:2px; }
			.ie6 #subscribe-email, .ie7 #subscribe-email, .ie8 #subscribe-email{ border:1px solid #cccccc; }
			
			/* =links social network e youtube
			-----------------------------------------------------------------------------------------------*/
			
			#social-media{ list-style-type:none; margin-bottom:0; }
			#social-media li{ float:left; }
			#social-media li img{ display:block; float:left; margin-right:5px; }
			#social-media li a{ display:block; float:left; margin-right:5px; line-height:18px; }
			
			
/* =PAGINE
-----------------------------------------------------------------------------------------------*/	
				
	/* =index
	-----------------------------------------------------------------------------------------------*/				
	
		/* =slideshow
		-----------------------------------------------------------------------------------------------*/
		
		#slideshow{ position:relative; z-index:10; }
		
			#slideshow ul{ position:relative; width:940px; height:700px; overflow:hidden; margin-bottom:0; list-style:none; z-index:15; }
			#slideshow ul li{ width:940px; height:400px; position:relative; }
			#slideshow ul li img{ position:absolute; top:0; left:0; z-index:20; }
			
				#slideshow ul li .slidetext{ position:absolute; bottom:0; left:0; height:75px; width:675px; padding:25px 0 25px 25px; z-index:25; overflow:hidden;  
											 background-color:#212121; color:#aeb0b3; }
												  
					.slidetext h2, .slidetext h3{ width:195px; float:left; color:#ffffff; }
					.slidetext h2 a, .slidetext h3 a{ color:#ffffff; }
					.slidetext p{ float:left; margin-bottom:0; width:360px; margin-left:20px; }								  
										
		#slideshow-nav{ position:absolute; left:625px; top:290px; height:20px; width:50px; z-index:30; }
		#slideshow-nav .prev{ width:25px; height:25px; position:absolute; top:0; left:0; background:url(images/bg-slideshow-nav.png) no-repeat 0 -225px;  }
		#slideshow-nav .prev:hover{ background:url(images/bg-slideshow-nav.png) no-repeat 0 -150px; }
		#slideshow-nav .next{ width:25px; height:25px; position:absolute; top:0; left:30px; background:url(images/bg-slideshow-nav.png) no-repeat 0 -75px; }
		#slideshow-nav .next:hover{ background:url(images/bg-slideshow-nav.png) no-repeat 0 0; }
		
		
		/* =news-box
		-----------------------------------------------------------------------------------------------*/
		
		#news-box{ list-style-type:none; list-style-position:outside; margin-bottom:0; }
		#news-box li{ padding:15px 0; border-bottom:1px solid #efefef; }
			#news-box li img{ float:left; margin-right:10px; }
			#news-box li div{ float:left; width:170px; }
			#news-box li span{ color:#999999; }
		#news-box li.first{ padding-top:5px; }
		#news-box li.last{ border-bottom:none; }				
	
	
	/* =news
	-----------------------------------------------------------------------------------------------*/
	
		.news-picker{ padding:15px; }
			.news-picker strong{ width:50px; display:block; float:left; }
			
		.news-story{}
			.date{ color:#999999; padding-right:20px; }
	
	
	/* =clients + =testimonials
	-----------------------------------------------------------------------------------------------*/
	
		.latest-clients{}
			
			.client{}	
				.client-logo{ width:208px; height:135px; border:1px solid #efefef; margin-bottom:20px; }
				.client p{ color:#999999; }
		
		.latest-clients-list{}
			.latest-clients-list p{ line-height:30px; }
			
		.testimonial{}	
	
	
	/* =blog + =single blog post
	-----------------------------------------------------------------------------------------------*/
	
		.blog-sidebar{}
		.blog-sidebar .date{ padding-right:0; }
	
		.blog{}
		.blog-post{}
		
		.comment{ margin-bottom:20px; }
		.comment .who{ margin-bottom:5px; }
	
	/* =portfolio + =portfolio inner page
	-----------------------------------------------------------------------------------------------*/
	
		.portfolio-item{}
			.portfolio-item-preview{ display:block; background:url(images/bg-fade.png) no-repeat center center; padding:20px 18px; border:1px solid #efefef;  }
			.ie6 .portfolio-item-preview{ background:none; }
			
		.pagination{ list-style:none; }
			.pagination li{ display:inline; }
			.pagination li a{ display:block; float:left; padding:4px 9px; margin-right:7px; border:1px solid #efefef; }
			.pagination li.current a{ background-color:#f5f5f5;  }
	
		#portfolio-item-preview-slideshow{ position:relative; }
		
		#portfolio-item-preview-slideshow-prev{ background:url(images/bg-slideshow-nav.png) no-repeat 0 -225px; width:25px; 
												height:32px; position:absolute; top:140px; left:20px; z-index:85; }
			#portfolio-item-preview-slideshow-prev:hover{ background:url(images/bg-slideshow-nav.png) no-repeat 0 -150px; }					  
		
		#portfolio-item-preview-slideshow-next{ background:url(images/bg-slideshow-nav.png) no-repeat 0 -75px; width:25px; 
												height:32px; position:absolute; top:140px; right:20px; z-index:85; }
			#portfolio-item-preview-slideshow-next:hover{ background:url(images/bg-slideshow-nav.png) no-repeat 0 0; }









.panel{ background:#f8f8f8; border:1px solid #dfdfdf; display:none; height:auto; left:0; padding:75px 15px 20px 10px; 
		top:70px; position:fixed; _position:absolute;  }

a.openpanel{ _background-image:none; background:#fff url(images/bg-emailme.png) no-repeat center center; border:1px solid #efefef; color:#fff;
			display:block; left:0; width:36px; height:36px; top:85px; text-indent:-9999px; 
			position:fixed; _position:absolute;}
			
	a.openpanel:hover{ background:#f5f5f5 url(images/bg-emailme.png) no-repeat center center; _position:absolute; _background-image:none; }
	a.active.openpanel{ background:#ffffff url(images/bg-emailme-extended.png) no-repeat center center; _position:absolute; _background-image:none; }

#stylechanger{ list-style:none; list-style-type:none; list-style-position:outside; margin-bottom:0; }
#stylechanger li a{ display:block; margin-bottom:5px; width:50px; height:15px; text-indent:-9999px; }

#default{ background-color:#212121; }
#blue{ background-color:#0188C2; }
#red{ background-color:#B82933; }
#green{ background-color:#5B8B23; }
#purple{ background-color:#8557A7; }
#wrap #content .row.fixed .col-700.last p .img-align-left {
	font-weight: bold;
}
.tornasu {
}
.colorepresskit {
	color: #34669D;
}
#wrap #content .row.fixed .row #test1 {
	font-weight: bold;
}
a:link {
	font-family: inherit;
	color: #000;
	font-weight: bold;
}
#press {
	font-size: 15px;
}
.pressfont {
	font-size: 16%;
}
.aaa {
	font-size: 16px;
}
#wrap #content .row.fixed .col-700.last {
	text-align: left;
}
#wrap #content .row.fixed .col-700.last {
	text-align: center;
}
#wrap #content .row.fixed .row p {
	text-align: center;
}
#wrap #content .row.fixed .row p a {
}
#wrap #content .row.fixed .col-220 h5 center {
	color: #346699;
}
.grassetto {
	font-weight: bold;
}
#wrap #content .row.fixed .col-700.last .row p {
	text-align: left;
}
#wrap #content .row.fixed .col-700.last .row p b {
	text-align: center;
}
#wrap #content .row.fixed .col-700.last .row p {
	text-align: center;
}
div {
	text-align: center;
}
