/*
Free Basic Html5 Responsive Templates
Author: Kimmy
Author URI: http://www.zerotheme.com/
*/
/* ---------------------Reset----------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {
	padding:1;
	border:none;
	border-collapse:collapse;
}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/* -------------------------------------------- */
/* ------------------Style---------------------- */
/* -------------------------------------------- */
html, body {width:100%; padding:0; margin:0;}
body {
	background: #EFEFEF url(../images/bodybg.jpg) repeat-x;
	color: #333333;
	font: 12px/25px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
}
h3 	{font-size:15px;
	line-height:23px;
	font-weight:normal;
	font-family: 'Ubuntu', sans-serif;
}
/*-------------------------*/
a{color: #9c1a87;text-decoration: none;}
a:hover {text-decoration: none;}

a.button, input.button {	cursor: pointer;	color: #ffffff;	line-height: 12px;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	background: #9c1a87;	border:1px solid #ffffff; -webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;;}
a.button {	display: inline-block;	text-decoration: none;	padding: 6px 12px 6px 12px;}
input.button {	margin: 0;	border: 0;	height: 24px;	padding: 0px 12px 0px 12px;}
a.button:hover, input.button:hover {}

/*-------------header */
header {
	width:960px;
	margin: 0px auto;
	height: 130px;
	position:relative;
	background: #474747 url(../images/headerbg.jpg) no-repeat top center;
}

header #logo {
	position:absolute;
	top:10px;
	left: 30px;
}

header #search {
	position: absolute;
	top: 70px;
	right: 2px;
	width: 258px;
	z-index: 15;
	color: #FFFFFF;
	font-size: 18px;
	border-bottom: 1px solid #CCC;
	text-align: right;
	font-weight:300;
	font-family: 'Ubuntu', sans-serif;
}
header .button-search {	position: absolute;	left: 0px;	background: url('../images/button-search.png') center center no-repeat;	width: 28px;	height: 24px;	border-right: 1px solid #CCCCCC;	cursor: pointer;}
header #search input {	background: #FFF;	padding: 1px 1px 1px 33px;	width: 222px;	height: 21px;	border: 1px solid #CCCCCC;	-webkit-border-radius: 3px 3px 3px 3px;	-moz-border-radius: 3px 3px 3px 3px;	-khtml-border-radius: 3px 3px 3px 3px;	border-radius: 3px 3px 3px 3px;}

/*------------menu */
nav {
	width:960px;
	height: 43px;
	margin: 0 auto 15px auto;
	background:#9c1a87;
	border:1px solid #efefef;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 6px 6px #CCCCCC;
}
nav ul {list-style: none;margin: 0;padding: 0 5px;}
nav ul li {position: relative;float: left;padding: 5px;}
nav ul li:hover {background: url('../images/menu-bg-act.jpg') repeat-x;}
nav ul li a {
	font-size: 19px;
	color: #ffffff;
	display: block;
	padding: 6px 30px 6px 30px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
	font-weight:300;
	font-family: 'Ubuntu', sans-serif;
}
nav ul li:hover a{
	color:#9c1a87;
}
nav ul li.active a {
	font-weight: 700;
	color: #FFFFFF;
}
.featured{width:960px; margin:0 auto;	border:1px solid #efefef;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 6px 6px #CCCCCC;}
	
/*-------------content */
#content {}

.main-content{}
.main-content article{
	margin: 10px 10px 0 5px;
	overflow:hidden;
	position:relative
}
.main-content .heading h2{
	font-size:22px;
	line-height:25px;
	font-weight:normal;
	margin:10px 0;
	font-family: 'Ubuntu', sans-serif;
	color: #9c1a87;
}
.main-content .heading h3 {
	font-size:18px;
	line-height:25px;
	font-weight:normal;
	margin:10px 0;
	font-family: 'Ubuntu', sans-serif;
	color: #9c1a87;
}
.main-content .heading .info{font-size:12px; font-style:italic;}
.main-content .content{}
.main-content .content img{
	float:left;
	margin:10px 15px 10px 0px;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 6px 6px #CCCCCC;
	padding: 3px;
}

.main-content p{
	margin: 5px 0 0 0;
	padding-right: 10px;
	font-size: 13px;
	line-height: 26px;
}
.main-content ul li {
	font-size: 13px;
	list-style-position: outside;
	line-height: 23px;
}
.main-content section {
	margin: 0px 5px 0 0;
	padding-left: 10px;
}
.sidebar .content{
	padding:0px;
}

.sidebar .heading{
	font-size:22px;
	font-weight:normal;
	padding: 5px5px 5px 0px;
	color:#9c1a87;
	margin-top: 10px;
	font-family: 'Ubuntu', sans-serif;
}

.sidebar .content img{
	margin:0px 0px 5px 0px;
}
.sidebar .content a{color:#9c1a87;}

.sidebar ul {
	margin:0;
	padding:0;
	list-style-image:none;
	font-size: 13px;
	line-height: 23px;
}
.sidebar ul li {
	list-style:none;
	border-bottom: 1px solid #ccc;
}
.sidebar ul li a {
	color:#D9AEDB;
}
.sidebar ul li a:hover {
	color:#B667BA;
	text-decoration:underline;
	cursor:pointer;
}

.main-content .footer{}

.main-content .footer .more{float:right;}
.main-content .footer .more a{ text-decoration:none; text-transform:uppercase;}


/*------------footer */ 
footer {
	background:#666666;
	font-family: 'Ubuntu', sans-serif;
}
footer p {
	line-height:20px;
}
footer .wrapper{padding: 20px 0px;}
footer .heading{ color:#CCCCCC; padding-bottom:5px; padding-left:10px;font-size:20px; font-weight:normal; text-transform:uppercase;}
footer .content{
	color:#E1E1E1;
	padding-left:10px;
	font-size: 12px;
}

footer .content img{float:left; margin:5px;	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
footer .content2 {
	color:#E1E1E1;
	padding-left:0px;
	font-size: 12px;
	float: right;
	width: 90px;
}
footer .content2 img {
	margin:0px 2px 0px 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

}
footer .content3 {
	color:#E1E1E1;
	padding-left:10px;
	font-size: 12px;
	float: left;
	border-left: 1px solid #ccc;
	width: 120px;
	border-right: 1px solid #ccc;
}
footer .content3 img {
	float:left;
	margin:5px;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

footer ul {
	margin:0;
	padding:0;
	list-style-image:none;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
}
footer ul li {
	list-style:none;
	float: left;
	margin-right: 10px;
}
footer ul li a {
	color:#D9AEDB;
}
footer ul li a:hover {
	color:#B667BA;
	text-decoration:none;
	cursor:pointer;
}
footer a {color:#999999;}

.space10 {clear:both; height:10px;}
.space1 {
	clear:both;
	height:1px;
}
.line10 {
	clear:both;
	height:10px;
	border-bottom: 1px solid #fff;
}

.left {
	float: left;
}

.right {
	float: right;

}

/*form---------------------------*/
.form {
	background-color: #EFEFEF;
}
.label {
	color: #333333;
	width: 70%;
	font-size: 13px;
}
.label2 {
	color: #333333;
	font-size: 12px;
	margin-bottom: 20px;
}

.fields {
	color: #333333;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #fff;
	width: 90%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.botton {
	color: #FFFFFF;
	font-size: 14px;
	background-color: #9c1a87;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding: 8px;
	float: left;
	border: 1px solid #EFEFEF;
	font-family: 'Ubuntu', sans-serif;
	cursor: pointer;
	cursor: hand;
}
.botton:hover {
	color: #000;
	background-color: #DEBCE0;
}
.botton2 {
	color: #FFFFFF;
	font-size: 14px;
	background-color: #9c1a87;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding: 8px;
	float: left;
	border: 1px solid #EFEFEF;
	margin-left: 50px;
	float: left;
	font-family: 'Ubuntu', sans-serif;
	cursor: pointer;
	cursor: hand;
}
.botton2:hover {
	color: #000;
	background-color: #DEBCE0;
}

.gmap {
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 6px 6px #CCCCCC;
	width: 282px;
}
.grey {
	color: #E1E1E1;
	text-decoration: underline;
}
.neretto {
	font-weight: 700;

}
.medio {
	font-size: 15px;
	line-height: 28px;

}
.small {
	font-size: 12px;
	line-height: 15px;
}
