/*
Theme Name: Responsive Web Site

Description:  Tema realizzato in Html5, Responsive. 
Version: 1.0
Author: Andrea Marchetti
Site: http://www.marchettidesign.net
*/

/* Reset.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
article, aside, details, figcaption,
footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
html {overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }


/*** General ***/
body {
	color: #333;
	font-family: 'Domine', serif;
	font-size: 18px;
	line-height: 28px;
	background-color: #FFFFFF;
}

a{
	color: #4FA928;
}
	
	/* Structure */
	#wrapper 		{width: 100%;margin: 0 auto;background:#fff;}
	#header 		{
	width: 100%;
	float: left;
	padding-top: 35px;
	padding-bottom: 35px;
	background-attachment: scroll;
	background-image: url(content/Logo_Web4me_green.png);
	background-repeat: no-repeat;
	background-position: 40px 20px;
}


/*** Menu ***/
#mainmenu ul 		{margin: 0px 0 0px 0px;float:right;width:100%; list-style: none;}
#mainmenu ul li 	{float: right;margin: 0 0px 0 0;position: relative;}
#mainmenu a 		{
	color: #000;
	display: block;
	padding: 14px 20px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #4FA928;
}
	
	
	/* Button Responsive Menu*/
	.btn-responsive-menu{display: none;float: right;padding:5px;cursor:pointer;margin:  0px 20px 0 0;color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background:#333;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
	.icon-bar 			{display: block;width: 18px;height: 2px;margin:5px;background-color: #f5f5f5;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}

	.show{display:block!important}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	left: 0px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
		
h1 {
	text-align: center;
	padding-bottom: 15px;
}
h2 {
	text-align: center;
	padding-bottom: 15px;
	font-size: 24px;
	color: #4FA928;
}
h3 {
	text-align: center;
	padding-bottom: 15px;
	font-size: 23px;
	color: #4fa928;
}
h4 {
	text-align: left;
	padding-bottom: 15px;
	font-size: 23px;
	color: #4fa928;
}