@import url(https://fonts.googleapis.com/css?family=Hind+Siliguri:400,700,300,500,600);
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	font-weight:normal;
}

html,body {
	width:100%;
	font-size:14px;
	font-family:"Hind Siliguri", Arial, Helvetica, sans-serif;
	font-weight:400;
	background:#ffffff url(img/outerWrapperBackground.jpg) repeat-x top left;;
	color:#5f5f5f;
	height:100%;
}
div, header, section, nav, footer, aside, article, hgroup, figure, canvas {
	display:block;
}
a,img,object {
	text-decoration:none;
	outline:none;
	border:0px none;
}
a:hover {
	text-decoration:underline
}
a:active {
	position:relative;
	top:1px;
}
input[type="text"], input[type="password"], textarea {
	padding:1px;
	margin:0px;
	border:1px solid #cccccc;
	height:18px;
	
}
input[type="submit"], input[type="button"], input[type="reset"], button {
	margin:0px;
	min-width:100px;
	height:35px;
	line-height:33px;
	border:none;
	background:#545454;
	border:solid 1px #545454;
	padding:0px 20px;
	color:#fff;
	font-size:16px;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
	cursor:pointer;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
	color: #545454;
	background:#fff;
}

textarea {
	height:auto;
	min-height:80px;
}
/*social share*/
div#socialshareBox {
	width:100%;
	position:relative;
	z-index:200;
	height:30px;
}
div#socialshareBox > span {
	float:left;
	margin-left:10px;
}
div#socialshareBox > span iframe {
	border:none;
}
div#socialshareBox > span.facebook-share {
	width:103px;
	margin-left:0px;
}
div#socialshareBox > span.twitter-share {
	width:80px;
}
div#socialshareBox > span.googleplus-share {
	width:107px;
}
/************************************* OUTER WRAPPER ***************************************/
div#outerWrapper {
	width:1200px;
	margin:auto;
	min-height:100%;
	background:#fff;
}
div#contentWrapper {
	padding:50px 30px 40px 30px;
	width:1140px;
	overflow:hidden;
}
/************************************* HEADER ***************************************/
div#outerWrapper > header {
	background:#545454;
	width:1140px;
	height:125px;
	padding:15px 30px;
	position:relative;
}
header hgroup {
	position:relative;
}
/*logo*/
h1#logo {
	position:relative;
	display:block;
	width:70%;
	height:125px;
	overflow:hidden;
	top:0px;
	left:0px;
	float:left
}
h1#logo a {
	/*max-width:380px;
	max-height:115px;*/
	width:100%;
	height:100%;
	font-size:0px;
	display:block;
}
h1#logo img {
	display:none
}
/*lingua*/
div#lingua {
	float:right;
	height:20px;
	overflow:hidden;
	position:absolute;
	top:145px;
	left:0px;
	z-index:1001;
}
div#lingua a {
	float:left;
	margin-right:5px;
}
/*social box*/
div#social {
	float:right;
	height:32px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	position:relative
}
div#social ul {
    float: right;
    height:30px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
div#social ul li {
	margin:0px 0px 0px 5px;
	padding:0px;
	list-style:none;
	float:left;
	font-size: 12px;
}
div#social ul li a {
	display:inline-block;
	width:32px;
	height:32px;
	line-height:9999px;
	overflow:hidden;
	vertical-align: middle;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
div#social ul li:nth-child(1) a {
	background:url(img/facebook.png) no-repeat top left;
}
div#social ul li:nth-child(2) a {
	background:url(img/instagram.png) no-repeat top left;
}
div#social ul li:nth-child(3) a {
	background:url(img/googleplus.png) no-repeat top left;
}
div#social ul li:nth-child(4) a {
	background:url(img/twitter.png) no-repeat top left;
}
div#social ul li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
/*menu header*/
div#outerWrapper > header > nav {
	position:absolute;
	height:35px;
	width:1140px;
	right:30px;
	bottom:-15px;
	z-index:1000;
}
div#outerWrapper > header > nav ul {
	padding:0px;
	margin:0px;
	float:right;
	list-style:none;
}
div#outerWrapper > header > nav ul li {
	margin:0px 0px 0px 20px;
	line-height:33px;
	background:#f10823;
	float:left;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
	border:solid 1px #A8A8A9;
}
div#outerWrapper > header > nav ul li:hover {
	background:#fff;
	border-color:#545454;
}
div#outerWrapper > header > nav ul li a {
	display:block;
	color:#fff;
	font-size:16px;
	line-height:33px;
	text-decoration:none;
	padding:0px 30px;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
div#outerWrapper > header > nav ul li:hover a {
	color:#545454;
}
/************************************* SECTION TOP ***************************************/
section#top {
	padding:50px 30px 0px 30px;
	width:1140px;
	height:350px;
	overflow:hidden;
}
section#top #slideshow {
	width:600px;
	height:350px;
	margin-right:40px;
	float:left;
}
section#top #boxNews {
	background:#DADADA;
	width:450px;
	padding:15px 25px;
	height:320px;
	float:right;
}
section#top h1 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
	color:#6D6D6D;
}
section#top h2 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:12px;
	color:#6D6D6D;
}
section#top h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
	color:#6D6D6D;
}
section#top p {
	margin:0px 0px 12px 0px;
	text-align:justify;
}
section#top a {
	color:#5f5f5f;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
section#top a:hover {
	color:#333;
}
/************************************* SIDEBAR ***************************************/
aside#sidebar {
	float:right;
	width:420px;
	margin-left:40px;
}
.form aside#sidebar {
	float:left;
	width:300px;
	margin-left:0px;
	margin-right:40px;
}
aside#sidebar h1 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
	color:#545454;
}
aside#sidebar h2 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:12px;
	color:#545454;
}
aside#sidebar h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
	color:#6D6D6D;
}
aside#sidebar p {
	margin:0px 0px 12px 0px;
	text-align:justify;
}
aside#sidebar a {
	color:#5f5f5f;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
aside#sidebar a:hover {
	color:#333;
}
aside#sidebar .gallery_container {
	float:left;
	width:200px;
	height:150px;
	margin-left:20px;
	margin-bottom:15px;
}
aside#sidebar .gallery_container:nth-child(2n+1) {
	margin-left:0px;
	clear:left;
}
aside#sidebar a.galleryGoto {
	font-size:16px;
	font-style:italic;
	display:block;
	text-align:right;
}
/************************************* CONTENT ***************************************/
section#content {
	float:left;
	width:1140px;
}
aside#sidebar + section#content {
	width:680px;
}
.form aside#sidebar + section#content {
	float:right;
	width:800px;
}
section#content h1 {
	font-size:26px;
	font-weight:bold;
	margin-bottom:20px;
	color:#f10823;
}
section#content h1 span {
	font-size:24px;
	font-weight:normal;
	font-style:italic;
}
section#content h2 {
	font-size:22px;
	font-weight:bold;
	margin-bottom:15px;
	color:#545454;
}
section#content h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	color:#6D6D6D;
}
section#content p {
	margin:0px 0px 15px 0px;
	text-align:justify;
}
section#content img[align="left"], section#content img[style*="float: left"], section#content img[style*="float:left"] {
	margin:5px 25px 15px 0px;
	float:left;
}
section#content img[align="right"], section#content img[style*="float: right"], section#content img[style*="float:right"] {
	margin:5px 0px 15px 25px;
	float:right;
}
section#content a {
	color:#5f5f5f;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
section#content a:hover {
	color:#333;
}
/*Gallery*/
section#content .gallery_container {
	float:left;
	width:200px;
	margin-left:28px;
	margin-bottom:15px;
}
section#content .gallery_container:nth-child(5n+1) {
	margin-left:0px;
	clear:left;
}
section#content .gallery_container .gallery_text {
	font-size:16px;
	line-height:18px;
}
section#content .gallery_container .gallery_text span {
	font-size:12px;
	font-style:italic;
}
/*Form*/
#frmInfo .campoform {
	width:390px;
	margin-left:20px;
	float:left;
	margin-bottom:15px;
	font-size:16px;
}
#frmInfo .campoform:nth-child(2n+1) {
	margin-left:0px;
	clear:left;
}
#frmInfo input[type="text"] {
	width:386px;
	height:26px;
	line-height:26px;
}
#frmInfo #cont-messaggio,
#frmInfo #cont-privacy {
	width:800px;
	margin-left:0px;
	margin-bottom:0px;
}
#frmInfo textarea {
	width:796px;
	min-height:80px;
}
#frmInfo #cont-privacy .campo,
#frmInfo #cont-privacy .etichetta {
	float:left;
	margin-right:15px;
}
#frmInfo #cont-captcha input[type="text"] {
	width:145px;
}
#frmInfo button {
	float:right;
}
/************************************* FOOTER ***************************************/
div#outerWrapper > footer {
	text-align:center;
	margin:0px 10px;
	padding:20px 20px 10px 20px;
	width:1140px;
	border-top:solid 2px #5f5f5f;
}
footer p {
	margin:0px 0px 12px 0px;
}
footer .copyright {
	font-size:12px;
}
footer a {
	color:#5f5f5f;
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
footer a:hover {
	color:#333;
}
