/*
Theme Name: Kopron 3.3
Theme URI: http://www.kopron.com/
Description: Tema wordpress inversione black.
Version: 0.1
*/

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

   Reset default browser CSS.

   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html

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

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
  position: relative;
}
#bg-map {
  background: url('images/texture_map.jpg') repeat-x top left #28282A;
  position:absolute;
  top:0;
  left: 0;
  width: 965px;
  height: 400px;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 222px;
	margin:  30px 10px 0 0;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.onecolumn #content {
	margin: 0 auto;
	width: 640px;
}



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Verdana, sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget_search label,
.widget-title
{
	font-family: Verdana, sans-serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 965px;
}

#wrapper {
	/*background: #fff;*/
	padding: 5px 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #1e1e20 url('images/bg.jpg') repeat-y top center fixed;
}

p, h1, h2, h3{
	/* line-height: 15px;*/
}

li {
	line-height: 18px;
}
body{
	color: #FFF;
	font-size: 12px;
}

 input, textarea {
	font-size: 12px;
	padding: 4px;
	margin-top: 5px;
 }

img {
line-height: 0px;
}
hr {
	background-color: #444;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 8px;
	line-height: 16px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFFFCC;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], textarea {
	padding: 4px;
}
a:link {
	color:#627396;
}
a:visited {
	color:#627396;
}
a:active,
a:hover {
	color: #627396;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	margin-top: 20px;
	padding: 10px 0 0 0;
	background: transparent url('images/bg_head_kv.png') no-repeat top center;
	height: 75px;
	display: block;
}

#logo{
	position:absolute;
	margin-left: 24px;
}

#logo a{
	display:block;
	height: 50px;
	width: 300px;
}

#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: transparent;
	margin: 30px 20px 0 0;
	display:block;
	float:right;
}

#access .menu-header {
	font-size: 13px;
	margin: 13px 0 0 0;
}

#access .menu-header ul {
	list-style: none;
	margin: 0;
}

#access .menu-header li {
	float:left;
	position: relative;
  padding: 0 0 0 5px;
  margin: 0 3px;
}

#access a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	padding: 0 12px 0 7px;
	text-shadow: 1px 1px 1px #000;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='black', Positive='true');
	height: 19px;
	line-height: 19px;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 11px;
}
#access ul ul {
	display:none;
	position:absolute;
	padding: 10px;
	left:0;
	float:left;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
	background: #312F32;
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	border-radius: 10px;
	
}


#access ul ul ul {
	left:100%;
	top:0;
}
/*
#access ul ul a {
	background:lime;
	/*height:auto;*/
	/*line-height:1em;
	padding:10px; 
	width: 130px;
}
*/

#access ul.sub-menu li
{
	display: block;
	margin: 5px 0; 
}

#access ul.sub-menu li a
{
	width: 100px;
	color:#fff;
}
	

#access ul.sub-menu li:hover{
	background: transparent url('images/nav.png') no-repeat left bottom!important;

}

#access ul.sub-menu li a:hover{
	background: transparent url('images/nav.png') no-repeat right top!important;

}


#access ul.menu > li:hover > a,
#access ul.menu > li.current-menu-item > a, 
#access ul.menu > li.current-page-ancestor > a 
{
	color:#fff;
	background:#333;
	background: transparent url('images/nav.png') no-repeat right top;
	padding: 0 12px 0 7px;
}
#access ul li:hover > ul {
	display:block;
		
}

#access ul.menu > li:hover, 
#access ul.menu > li.current-menu-item, 
#access ul.menu > li.current-page-ancestor {
	background: transparent url('images/nav.png') no-repeat left bottom;
}

/* =Nav2
-------------------------------------------------------------- */

#nav2{
	background: transparent url('images/bg_nav2.png') no-repeat top right ;
	width: 965px;
	height: 20px;
	display:block;
	text-align: right;
	font-variant: small-caps;
	font-size: 10px;
	font-family: Verdana, sans-serif;
  padding: 4px 0 3px 0;
}

#nav2 ul{
	list-style:none;
	margin: 0 10px 0 0;
}

#nav2 li{
	float: right;
  padding: 0 0 0 5px;
  height: 16px;
  line-height: 16px;
  margin: 1px 3px 0 3px;
 }

#nav2 a{
	display: block;
	text-decoration: none;
	color: #eeeeec;
	padding: 0 10px 0 5px;
  text-shadow: 1px 1px 1px #000;
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='black', Positive='true');
}

#nav2 ul li:hover, 
#nav2 ul li.current_page_item {
	background: transparent url('images/nav2.png') no-repeat left bottom;
}

#nav2 ul a:hover, 
#nav2 ul li.current_page_item a{
	background: transparent url('images/nav2.png') no-repeat right top;
}



/* =Home
-------------------------------------------------------------- */


/*
Home side box
*/

.home_side_box_content{overflow: hidden; position: relative; height: 64px; padding: 0 0 15px 0;color:#000;}
.home_side_box_content_img{padding: 0; margin: 0 10px 0 0; float: left; }
.home_side_box_content_img img{height: 64px!important; width: 116px!important;}
.home_side_box_content_text{float: left; overflow: hidden;}
.home_side_box_content_link{bottom: 4px; right: 10px; position: absolute;}

/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 10px 0 10px 0;
}
#content {
	margin: 0;
}
#content,
#content input,
#content textarea {
	color: #444;
	font-size: 12px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content strong,
#content b,
#content dt,
#content th {
	color: #FFF;
	
}
h1,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
	font-weight: bold;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry {
	/*margin: 15px 0;*/
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #444;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link, .page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active, .page-title a:hover {
	color: #627396;
}
.entry-title,
.entry-meta {
	clear: left;
	float: left;
	margin-right: 68px;
}
#content .entry-title {
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-title a:link, .entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
	color: #627396;
}
.entry-meta {
	color: #888;
	font-size: 10px;
}
.entry-meta abbr, .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	text-align: justify;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {

}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#444;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #627396;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 10px;
	line-height: 18px;
	clear: both;
}
.entry-meta a, .entry-utility a {
	color: #888;
}
.entry-meta a:hover, .entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}



/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 24px 0;
	max-width: 640px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 4px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
  background: none repeat scroll 0 0 #333333;
  border: 1px solid #444444;
  color: #CCCCCC;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	 padding: 0 52px
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;	
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	margin-left: 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery-caption {
	color: #888;
	font-size: 12px;
	margin:-24px 0 24px 0;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link, .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
/*.paged #nav-above,
.single #nav-above {
	display: block;
}*/
#nav-below {
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #CCC;
  display: none;
}



/* =Comments
-------------------------------------------------------------- */

#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 10px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #627396;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
#respond {
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px 0;
	width:98%;
}
#respond textarea {
	width:99%;
}
#respond dt,
#respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond dd code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	padding-left: 10px!important;
	/*list-style: disc;
	margin-left: 1.3em; */
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	display: block;
}
.widget-container {
	margin: 0 0 18px 0;
	color: #ddd;
	overflow:hidden;
}

 .widget_text {
  background: none repeat scroll 0 0 #222222;
  border: 1px solid #333333;
  color: #FFFFFF;
  padding: 10px;
  width: 99%;
}

.widget-title {text-transform: uppercase; font-size: 15px; font-weight: bold; margin-bottom: 10px; letter-spacing: -0.5px;font-family: Helvetica, Arial, sans-serif; background: transparent url('images/titoli.png') no-repeat -1px -44px; padding-left: 28px; margin: 18px 0 14px 0px; width: 200px; color: #dbdfe0; height: 27px; line-height: 25px;}
/*
.widget-title {
	color: #888 !important;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

*/
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: underline;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =FooterLinks
-------------------------------------------------------------- */

#footerlinks{
	background: transparent url('images/bg_footerlinks.png') repeat-y top left ;
	width: 965px;
	height: 23px;
	display: block;
	text-align: right;
	font-variant: small-caps;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin: 10px 0;
}

#footerlinks ul{
	list-style:none;
	padding-top: 4px;
  padding-right: 7px;
}

#footerlinks li{
	float: right;
	margin-top:1px;
	background: transparent url('images/btn_footer.png') no-repeat bottom left;
	margin: 0 5px;
  padding: 0 0 0 8px;
}

#footerlinks a{
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 0 15px 0 6px;
	background: transparent url('images/btn_footer.png') no-repeat top right;
  height: 17px;
  line-height: 18px;
}

#footerlinks a:hover{
	color: #BBB;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
	font-family: Verdana;
  color: #FFF;
}
#colophon {
	overflow: hidden;
  height: 13px;
}
#site-info {
	font-weight: normal;
	font-size: 11px;
}
#site-info a {
	color: #000;
	text-decoration: none;
}

#site-language{
	position: relative;
	float: right;
	font-weight: normal;
	font-size: 11px;
}

#site-language a:link,#site-language a:focus,#site-language a:visited{
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
}
#site-language a:hover{
	color: #111111;
}

img#wpstats {
	display:block;
	margin: 0 auto 10px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

#access, .entry-meta, .entry-utility, .widget_search label, .navigation, .widget-area {
	-webkit-text-size-adjust: 120%;
}

#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 4pt solid #000;
		padding-bottom: 18pt;
	}
	#site-title, #site-description {
		float: none;
		margin: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
		line-height: 1.4em;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#branding img.wp-post-image {
		display: block !important;
	margin-left: -104pt;
	margin-top: 20pt;
	border: none;
	margin-bottom: -24pt;
	}
	#container, #header, #footer {
		margin: 0 0 0 24%;
		width: 70%;
	}
	#content {
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		margin: 0;
		width: auto;
		padding: 0;
	}
	.home .sticky {
		border: none;
	}
}



#home_4boxes{
	float: left;
	width: 697px;
	border-right: 2px solid #cccccc;
}

.arrow{font-size: 12px; font-weight: bold; padding-right: 15px; color: #c00000;}
#home_side{
	float: right;
	width: 260px;
}

.home_side_box{
	width: 250px;
	min-height: 100px;
	overflow: hidden;
	margin: 0 5px 5px 5px;
	background-color: #efefef;
        float: left;
}

.home_side_box_content_text {
  width: 164px;
  height: 64px;
  padding-top: 0px;
	position: relative;
  font-size: 11px;
}

.home_side_box_content_text p {
  line-height: 12px;
  font-size: 10px;
}

.home_side_box_content_text b {
  line-height: 14px;
  margin-top: 0px;
  display: block;
}

.home_side_box_content_text h3 {
  line-height: 16px;
  font-weight: bold;
  font-size: 12px;
}

.home_side_box_content_link {
  position: absolute;
  bottom: -2px;
  right: 0;
}

.home_side_box_content_link.offers {
  bottom: 10px;
}

.home_side_box_content_link a {
  display: block;
  float: left;
  text-align: right;
  color: #000;
  text-decoration: none;
  padding: 1px 5px 0 0;
  width: 139px;
}

.home_side_box_content_link.offers a {
  padding: 0 5px 0 0;
}

.home_side_box_content_link span {
  font-size: 24px;
  display: block;
  float: left;
}

.home_side_box_content_link.offers span {
  padding: 8px 0 0 0;
}


#page_content{
	width: 630px;
	height: 269px;
	overflow: hidden;
	float: left;
  margin: 0 20px 0 0;
}
#page_content .main_img img {
  width: 630px!important;
  height: 269px!important;
}


#page_side{
	width: 275px;
	height: 249px;
	float: left;
	overflow: auto;
  padding: 0 20px 20px 20px;
}
#page_side p{
  overflow: hidden;
}

#product_family_img{
	float:right;
	display: block;
}

#product_family_links{
	float: left;
	width: 75px;
}

#product_family_links a:link, #product_family_links a:active, #product_family_links a:focus, #product_family_links a:visited {
	display: block;
	margin: 3px 5px;
	width: 120px;
	height: 70px;
	background: transparent url('images/btn.png') no-repeat left top;
}

#product_family_links a:hover{
	background: transparent url('images/btn.png') no-repeat right top;
}

#product_family_side{
	background-color: #999999;
	width:290px;
	height: 300px;
	overflow: hidden;
}

#product_family_slider{
	clear:both;
	width:960px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	background: #cccccc;
	margin-top: 10px;
}

#sponsor_page {
  width: 946px;
  min-height: 610px;
  overflow: hidden;
  padding: 10px 9px 10px 10px;
  background: url(images/bkg_middle_home.jpg) repeat-x left top #312f32;
}

#sponsor_page h1 {
  background: none;
  color: #FFF;
  padding: 0 0 10px 17px;
  width: auto;
  font-size: 14px;
  height: 14px;
  position: relative;
  border-bottom: 1px solid #CCC;
  margin: 0;
}

#sponsor_page h1 span {
  font-size: 20px;
  position: absolute;
  top: -1px;
  left: 0;
}

#sponsor_column{
	float: left;
	position:relative;
	width: 170px;
	margin: 0 24px 0 0;
}
#sponsor_column.last {
  margin: 0;
}

#sponsor_name{
  height: 30px;
  margin: 15px 0 10px 0;
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
}

#sponsor_img {
  position: relative;
}

#sponsor_img img{
	height: 87px;
  width: 170px;
  padding: 0 0 10px 0;
}

#sponsor_img .overlay-img-sponsor {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 87px;
  background: url(images/overlay-img-sponsor.png) no-repeat left top transparent;
}

#sponsor_logo{
  height: 125px;
  text-align: center;
  padding: 12px 0;
  border: 1px solid #333;
  margin: 0 0 10px 0;
}

#sponsor_news{
	min-height: 280px;
  overflow: hidden;
  margin: 0 0 5px 0;
}

#sport-news-sponsorship {
  margin: 10px 10px 0 10px;
  border-top: 1px solid #CCC;
  padding: 10px 0 0 0;
}
#sport-news-sponsorship h3 {
  font-weight: normal;
  background: url(images/nav.png) no-repeat left bottom transparent;
  height: 19px;
  line-height: 20px;
  padding: 0 0 0 5px;
  font-size: 10px;
  float: left;
}
#sport-news-sponsorship h3 a {
  background: url(images/nav.png) no-repeat right top transparent;
  color: #FFF;
  height: 19px;
  width: 73px;
  display: block;
}
#sport-news-sponsorship h3 a:hover {
  color: #FFF;
}
#sport-news-sponsorship p {
  padding: 0 0 0 85px;
  font-size: 10px;
  line-height: 21px;
}


/*

Offers page

*/

#offer_page {background: url(images/bkg_middle_home.jpg) repeat-x left top #312f32; padding: 11px 0 0 0;}
#offer_page h1 {background: none; color: white; padding: 0 0 13px 17px; width: auto; font-size: 14px; height: 14px; position: relative; margin: 0 0 0 11px;}
#offer_page h1 span {font-size: 20px; position: absolute; top: -1px; left: 0;}

#box_offer_header {height: 330px;overflow: auto;}

#offer_header{}

.offer_header_box{float:left; width: 480px; border: 1px solid lime;}

#offer_body{clear:both; overflow: hidden; }

.offer{float:left; width: 443px; min-height: 150px;position: relative; margin: 0 11px 15px 11px;
        background: transparent url('images/sprite.png') -182px 0; padding: 0 10px 0 0;}

.offer_top{float:left; width: 443px; min-height: 150px;position: relative; margin: 0 11px 15px 11px;
        background: transparent url('images/sprite.png') -182px 0; padding: 0 10px 0 0;}


.offer_top h2{margin: 10px 0 0 80px; color: #444444; letter-spacing: -1px; font-weight: bold; font-size: 12px;}
.offer_top p{padding: 10px 10px 10px 80px; color: #444444;}

.offer_title{position: absolute; top: 10px; left: 180px; letter-spacing: -1px; font-weight: bold; font-size: 1.1em; color: #444444;}

.offer_type_1{position: absolute; top: 0; left:0; display: block; height: 50px; width: 50px; background: transparent url('images/offer.png') no-repeat center center;}
.offer_type_2{position: absolute; top: 0; left:0; display: block; height: 50px; width: 50px; background: transparent url('images/star.png') no-repeat center center;}

.offer_img{position: absolute; top: 10px; left: 60px;}

.offer_description{position: absolute; top: 40px; left: 180px; color: #444444;}
.offer_description a {color: #444444; text-decoration: none;}


/*

Page 

*/

.page_title{font-size: 24px; padding: 0 0 15px 0; font-weight: bold; color: #222222;}
.side_title{ color: #555555; font-weight: bold; padding: 20px 0 5px 0;}

#box_page_side{float: left; background: url(images/texture_map.jpg) repeat-x left top #28282a;}
#box_page_side #page_side{color: #FFF; float: none; padding: 0 20px; margin: 10px 0;}

#page_side h2{margin: 10px 0 0 0; font-size: 14px;}

#page_side p{margin: 0px;}

#page_side p[style="text-align: justify"] {margin: 20px 0 0 0;}

.overflow_auto {overflow: auto; height: 560px;}

.left_news {width: 422px; height: 580px; background: url(images/bkg_middle_home.jpg) repeat-x left top #312f32; float: left; padding: 10px 20px;}
.right_news {width: 422px; height: 580px; background: url(images/bkg_middle_home.jpg) repeat-x left top #312f32; float: left; padding: 10px 20px;}
.middle_news {width: 20px; height: 600px; border-right: 1px solid #CCC; margin-right: 20px; float: left;}
.left_news h3, .right_news h3 {font-size: 14px; text-transform: uppercase; font-weight: normal; position: relative; padding: 0 0 0 20px;}
.left_news h3 span, .right_news h3 span {font-size: 20px; position: absolute; top: -4px; left: 0; font-weight: bold;}
.news{margin: 20px 0;}
.news_title{font-size: 12px; text-transform: uppercase;}
.news_title a {color: #FFF; text-decoration: none;}
.news_excerpt{}
.news_image{float: left; width: auto; height: auto;}
.news_image img{padding: 1px; background-color: #FFF; border: 2px solid  #CCC;}
.news_text{ width:281px; margin: 0 0 0 10px; float: left;}

.clear{clear:both;}

#product_boxes_container_top{width: 120px; display: block; height: 300px; overflow: hidden; float: left;}
.product_boxes_container{width: 936px; display: block; height: 250px; border: 5px solid #e5e5e5;}
.product_links_container{width: 965px; display: block; height: 136px; padding: 00px; margin-top: 15px; clear: both; overflow: hidden;}
#product1,#product2,#product3{width: 120px; position: relative; height: 90px; margin-bottom: 15px; overflow: hidden;}
#product1{margin-bottom: 0;}

#product1_links{width: 312px;float: left; position: relative; }
#product2_links{width: 312px;float: left; position: relative;}
#product3_links{width: 312px;float: left; position: relative;}

#product1_text{background: transparent url('globe/box.png'); position: absolute; display: block;width: 302px; height: 75px;color: #eeeeee;padding: 5px;bottom: 5px; display: none;}
#product2_text{background: transparent url('globe/box.png'); position: absolute; display: block;width: 302px; height: 75px;color: #eeeeee;padding: 5px;bottom: 5px; display: none;}
#product3_text{background: transparent url('globe/box.png');position: absolute; display: block;width: 302px; height: 75px;color: #eeeeee;padding: 5px;bottom: 5px; display: none;}
#product1_img{}
#product1_img a, #product2_img a, #product3_img a{display: block; width: 120px; height: 74px;}
#product1_img a {background: transparent url(products/prd1.png) no-repeat left bottom;}
#product2_img a {background: transparent url(products/prd2.png) no-repeat left bottom;}
#product3_img a {background: transparent url(products/prd3.png) no-repeat left bottom;}
#product1_img a.selected, #product1_img a:hover {background: transparent url(products/prd1.png) no-repeat left top;}
#product2_img a.selected, #product2_img a:hover {background: transparent url(products/prd2.png) no-repeat left top;}
#product3_img a.selected, #product3_img a:hover {background: transparent url(products/prd3.png) no-repeat left top;}
.product_text_title{font-size: 10px; height: 14px; text-transform: uppercase; padding: 2px 0 0 0;}
.product_test_p{}

.product_box{margin: 10px 0;}
.product_box:hover{background-color: #eeeeee; }
.product_box_img{float: left; padding: 3px; border: 1px solid #cccccc; background-color: #eeeeee;}
.product_box_title{padding-left: 115px; font-size: 14px;font-weight: bold; line-height: 20px; margin-bottom: 20px;}
.product_box_excerpt{padding-left: 115px; font-size: 11px;margin: 10px 0;}

.product_item_content{overflow: hidden;float: left; width: 500px; font-size: 12px; margin: 0 15px; height: 300px;}
.product_item_slider{width: 501px; margin: -1px; height: 301px; background-color: #eeeeee; display: block; float: left; overflow: hidden;}
.product_item_post{display: block; padding: 20px 0 20px 20px; float: left; width: 295px; height: 260px; background: url(images/bkg_middle_home.jpg) repeat-x left top #312f32; overflow: hidden;}
.product_item_post .hentry {overflow: auto; height: 210px; padding: 0 20px 0 0; margin: 0;}
.product_item_post .box-btn-preventivo {margin: 10px 20px 0 0; padding: 10px 0 0 0; border-top: 1px solid #CCC; height: 30px;}
.product_item_post .box-btn-preventivo a {background: url(images/btn_product.png) no-repeat left top transparent; display: block; height: 30px; width: 240px; margin: 0 auto; font-size: 12px; text-transform: uppercase; color: white; text-decoration: none; line-height: 30px; text-align: center; text-shadow: 1px 1px 1px #000;}
.product_item_post .box-btn-preventivo a:hover {background: url(images/btn_product_hover.png) no-repeat left top transparent;}
.product_item_post .hentry h2 {margin: 0 0 15px;}
.product_item_post .hentry p {margin: 0; line-height: 0;}
.product_item_post .hentry p[style="text-align: justify"] {margin: 0 0 15px; line-height: 16px;}
.product_item_post iframe {width: 260px!important;}
.product_item_post h1{margin: 20px 0;}
.product_item_side{width: 965px; height: 121px; background: url('images/texture_map.jpg') repeat-x left top #28282A; margin: 15px 0 0 0; overflow: hidden;}
.product_item_button{margin: 10px 0; overflow: hidden; margin: 20px 0; }
#box-products {min-width: 905px; height: 97px; padding: 12px 30px; list-style-type: none; margin: 0;}
#box-products li {width: 119px; margin: 0 12px 0 0; float: left;}
.box_product_title {line-height: 11px; font-size: 10px; height: 24px; margin: 0 0 5px 0;}
.box_product_img {height: 67px; width: 119px; overflow: hidden;}
.box_product_img.selected {margin: 3px; border: 3px solid  #F00; width: 113px; height: 61px;}
.box_product_img a img {width: 119px!important;}
.box_product_img.selected a img {width: 113px!important;}

.btn_small{display: block; width: 184px; height: 65px; background: url('images/buttons.png') no-repeat -12px -6px; text-align:center; line-height: 60px; float: left; margin: 0 6px;}
.btn_small>a{text-decoration: none; color: #545454;}
.btn_small:hover{background: url('images/buttons.png') no-repeat -12px -87px;}
.btn_large{display: block; width: 305px; height: 65px; background: url('images/buttons.png') no-repeat -12px -167px; text-align:center; line-height: 60px; float: left;}
.btn_large:hover{background: url('images/buttons.png') no-repeat -12px -248px;}
.btn_large>a{text-decoration: none; color: #545454;}
.btn_red{}

.btn_clear{display: block;}

#contatti_page {background: url(images/bkg_middle_home.jpg) repeat-x left top #312f32; padding: 20px;}

#contatti_right{ float: right;width: 484px;margin-left: 20px;}
#contatti_left{ float: left;width: 400px; padding-right: 20px; border-right: 1px solid #CCC;}

#white_on_dark{
	color: #ffffff;
	padding: 2px 2px 2px 20px;
	margin: 3px;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-moz-box-shadow: 2px 2px 2px #666666;
	-webkit-box-shadow: 2px 2px 2px #666666;
    box-shadow: 2px 2px 2px #666666;	
	background: url('images/bg_dark.jpg') repeat-x 0 -42px;
	behavior: url(http://demo.kopron.it/PIE.htc);
	font-size: 11px;

}

.contatti_box_top{position: relative; padding: 148px 0 0 0; color: #444;}
.wrap_contatti_address {position: absolute; top: 0; left: 0; width: 400px; height: 148px; background: #FFF; opacity: 0.7;}
#contatti_address{display: block; height: 138px; padding: 5px; line-height: 15px; padding: 5px 10px; position: absolute; top: 0; left: 0; width: 390px;}

#contatti_map{margin-top: 20px;}

#wpcf p{ margin-bottom: 7px;}

#contatti_address_top{background: transparent url('images/contatti_it.png') no-repeat 0 0 ; padding-left: 70px; border-bottom: 1px solid #666666; padding-bottom: 5px;}
#contatti_address_bottom{margin-top: 5px;}
#contatti_address_bottom a {color:#444; text-decoration: none;}

#contatti_right h2 {font-size: 14px; padding: 0 0 0 25px; position: relative; text-transform: uppercase;}
#contatti_right h2 span {position: absolute; top: -4px; left: 0; font-size: 20px;}

#myAwesomeElement {
	
	color: #ffffff;
	
	margin: 3px;
    border: 1px solid #999;
    -webkit-border-radius: px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	-moz-box-shadow: 2px 2px 2px #666666;
	-webkit-box-shadow: 2px 2px 2px #666666;
    box-shadow: 2px 2px 2px #666666;	
	background: url('images/bg_light.jpg') repeat-x 0 -42px;
	behavior: url(http://demo.kopron.it/PIE.htc);
}

.white_on_dark {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	padding: 3px 3px 3px 20px;
	margin: 3px;
    border: 1px solid #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-moz-box-shadow: 2px 2px 2px #666666;
	-webkit-box-shadow: 2px 2px 2px #666666;
    box-shadow: 2px 2px 2px #666666;	
	background: url('images/bg_semi-dark.jpg') repeat-x 0 -41px;
	behavior: url(http://demo.kopron.it/PIE.htc);
}

.contatti_box_top{}

.gallery-item{float: left; padding: 0 4px; margin: 10px 0}
.gallery-icon img{}

#content_full{margin: 0; font-size: 12px; color: #FFF; height: 255px; width: 505px; padding: 20px 20px 20px 440px; background: url(images/bkg_int_company.png) no-repeat left top transparent;}
#content_full h1{font-weight: bold;}
#content_full > div {width: 495px; height: 255px; overflow: auto; margin: 0; padding: 0 10px 0 0;}
#content_full > div h1 {width: 490px; margin: 0; padding: 0; background: none; color: #FFF; font-size: 14px; height: 34px; }
#content_full > div h2 {margin: 0 0 15px 0; font-size: 14px;}

#sponsor_name{letter-spacing: -1px;}

.offer_top{letter-spacing: -1px;}

#referenze-top {height: 182px; background: url(images/bkg_middle_home.jpg) repeat-x left top #312f32; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; padding: 10px; position: relative; margin: 0 0 20px 0;}
#referenze-top h1 {background: none; color: white; padding: 0 0 10px 17px; width: auto; font-size: 14px; height: 14px; position: relative; margin: 0;}
#referenze-top h1 span {font-size: 20px; position: absolute; top: -1px; left: 0;}
#gallery-1 {padding: 0 31px;}
#gallery-1 br[style="clear: both"]{display: none;}
#referenze-top h1 ~ h1 {position: abosulte; bottom: -45px; left: 0px; text-transform: uppercase;}
.sep-ref {float: left; width: 59px; height: 10px;}

#success_stories {width: 945px; height: 275px; padding: 34px 10px 10px 10px; background: url(images/bkg_middle_home.jpg) repeat-x left top #312f32;}
.success_story {width: 315px; float: left;}
.story_box {width: 285px; height: 100px; margin: 10px 5px 20px 5px; padding: 10px; position: relative;background: url(images/box_story.png) no-repeat left top transparent; color: #333;}
.story_box_img {float: left; width: 100px; height: 100px; margin: 0 10px 0 0;}
.story_box_title {float: left; width: 137px; position: relative; font-weight: bold; padding: 0 0 0 16px; line-height: 14px;}
.story_box_title span {position: absolute; top: 0px; left: 0; font-size: 10px; color: #ed1c24;}
.story_box_excerpt {position: absolute; bottom: 10px; left: 110px; height: 15px;}
.story_box_excerpt a {text-decoration: none; color: #333;}

/*
*
*	Kopron 2
*
*/

.kopron-news-box {width: 290px; height: 293px; padding: 0 15px 27px 15px; margin: 0 10px 0 0; float: left; background: url(images/texture_map.jpg) repeat-x top right #28282A;}
.kopron-news-box h2, .sponsor-box h2 {height: 27px; line-height: 27px; margin: 0; color: #FFFFFF; font-size: 11px; text-transform: uppercase;}
.kopron-news-box .home_side_box_content {height: 64px; padding: 12px 0; background: url(images/sep_home_left.jpg) no-repeat bottom center transparent;}
.kopron-news-box .home_side_box_content.bg-none {background: none;}
.kopron-news-box .home_side_box_content_text {color: #FFF;}

.sponsor-box {width: 80px; height: 320px; float: left; margin: 0 0 0 10px; background: url(images/texture_map.jpg) repeat-x top right #28282A;}
.sponsor-box .sponsor_logo {text-align: center; position: relative;}
.sponsor-box .sponsor_logo a {display: block;}
.sponsor-box h2 {text-align: center; margin-bottom: 10px;}
.sponsor-box .sponsor_logo img {}
.sponsor-info {position: absolute; top: 0; left: -219px; display: none; height: 35px; width: 200px; background-color: #000; z-index: 2002; opacity: 0.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); text-align: center; color:#FFF; padding: 10px;}
.sponsor-info a {margin: 0; padding: 0; overflow: hidden; height: 35px; line-height: 35px; font-size: 15px; display: block; color: #FFF; text-decoration: none;}

#full-slider{width: 610px; float: left;padding-left: 5px;}

#product-boxes{height: 185px; width: 925px; margin: 10px 0; padding: 0 20px; overflow: hidden; background: url(images/texture_map.jpg) repeat-x top right #28282A;}

.box-thumbnail{float: left;}
.box-excerpt{float: left; padding-left: 5px; width: 90px;}

.product-box{width: 268px; float: left; display: block; min-height:98px; padding: 0 0 7px 10px;}

#news-boxes{height: 106px; overflow: hidden; padding: 0 15px; background: url(images/bkg_bottom_home.jpg) repeat-x left top #bcbdbf;}

.news-box {width: 290px; padding: 0 15px; float: left; height: 106px; overflow: hidden;}
.news-box.left {padding: 0 17px 0 0; background: url(images/sep_home_bottom.jpg) no-repeat 100% 12px transparent;}
.news-box.right {padding: 0 0 0 17px; background: url(images/sep_home_bottom.jpg) no-repeat 0 12px transparent;}
.news-box h2 {text-transform: uppercase; font-size: 11px; height: 27px; line-height: 27px; color: #000;}
.news-box h2 span{color: #ED1C24; display: block; float: left; padding: 0 5px 0 0; font-size: 15px;}
h2.product_family{text-transform: uppercase; font-size: 15px; font-weight: bold; margin-bottom: 10px; letter-spacing: -0.5px;color: #eee!important;font-family: Helvetica, Arial, sans-serif; background: transparent url('images/titoli.png') no-repeat 0px -73px; padding-left: 28px; margin: 10px 0 20px 2px; width: 200px; color: #dbdfe0; height: 27px; line-height: 25px;}

#product-boxes a{text-decoration:none;} 
/*#product-boxes span{text-transform: uppercase; font-size: 15px; font-weight: bold; letter-spacing: -0.5px; color: #eee!important; font-family: Helvetica, Arial, sans-serif; color: #dbdfe0; line-height: 25px;margin-left: 40px; margin-top: 76px; display: inline-block;}*/


.dark{background: #333333; color: #cccccc;}

.sponsor_item{position: relative; width: 220px; height: 69px; background: transparent url('images/k.gif') no-repeat top right; margin-bottom: 10px;}
.sponsor_item_logo{position: absolute;margin-left:7px; float: left;}
.sponsor_item_sponsor{position: absolute; top: 5px; left: 80px; color: #dbdfe0; font-size: 11px; letter-spacing: -1px;}
.sponsor_item_team{position: absolute; top: 27px; left: 80px; color: #fff; font-size: 14px;font-weight: bold; letter-spacing: -1px;}

.pdf {padding-left: 80px; background: transparent url('icone/pdf.png') no-repeat 1px 1px; min-height: 70px; margin-bottom: 10px;}
.doc {padding-left: 80px; background: transparent url('icone/doc.png') no-repeat 1px 1px; min-height: 70px; margin-bottom: 10px;}
.mov{padding-left: 80px; background: transparent url('icone/mov.png') no-repeat 1px 1px; min-height: 70px; margin-bottom: 10px;}
.ask {padding-left: 80px; background: transparent url('icone/ask.png') no-repeat 1px 1px; min-height: 70px; margin-bottom: 10px;}
.img {padding-left: 80px; background: transparent url('icone/inf.png') no-repeat 1px 1px; min-height: 70px; margin-bottom: 10px;}

#social {margin: 0; padding: 32px 0 0 0;}
#social img{ margin: 0 10px 0 0;}

/* wp-crossfade start */
#wp-crossfade {
	width: 545px; 
	float: left;
	padding-left: 5px;
	text-align: left;
	position: relative;
	margin: auto;
}
#wp-crossfade,
.wp-crossfade-class-container {
	width: 545px;
	height: 320px;
	overflow: hidden;
  float: left;
}
#wp-crossfade-loading {
	padding: 150px 260px;	
	text-align: center;
}
.wp-crossfade-class-text-container {
	position: absolute;
	background: #515153;
	bottom: 0px;	
	overflow: hidden;
	width: 545px;
	height: 60px;
	z-index: 2000;	
	opacity: .7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.wp-crossfade-class-text-container div {
	margin: 10px 0;
	padding: 0 20px;
	color: #eee;
}

.wp-crossfade-class-text-container h3{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	opacity: 1.0 !important;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
} 

.wp-crossfade-class-text-container span{
	opacity: 1.0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
	font-size: 14px;
	margin-right: 30px;
}

.wp-crossfade-class-dot-container {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 1px;
	height: 1px;
  z-index: 2001;
  display: none;
}
.wp-crossfade-class-dot {
	width: 5px;
	height: 5px;
	background-color: #333;
	
}
.wp-crossfade-class-dot-selected {
	opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
	width: 5px;
	height: 5px;
	background-color: #dbdfe0;
}
.wp-crossfade-class-image-container {
	overflow: hidden;
	text-align: right;
  width: 545px!important;
  height: 320px!important;
}
.wp-crossfade-class-image-container img {
  width: 545px!important;
  height: 320px!important;
}
/* wp-crossfade end */

.map{border: 5px solid #aaa;}

.case_pdf{background: transparent url('images/pdf_small.png') no-repeat 0px 0px; padding:  6px 34px; margin: 10px 0 0 10px;}

.post-meta{margin-bottom:15px; color: #999; letter-spacing: -1px;}
.pdf_container{height: 70px; vertical-align: middle;}

.news-title{}
.news-title a{color: #FFF; text-decoration: none;}
.news-title a:hover{text-decoration: underline;}

h2{font-weight: bold; }
.hentry h2{margin: 15px 0 15px 0;}

.wpcf7{font-size: 12px;line-height: 14px;}

#product-boxes .box-product {height: 138px; width: 279px; padding: 0 21px; float: left;}
#product-boxes .box-product.left {padding: 0 13px 0 10px; background: url(images/sep_home_middle.jpg) no-repeat 100% 5px transparent;}
#product-boxes .box-product.right {padding: 0 0 0 23px; background: url(images/sep_home_middle.jpg) no-repeat 0 5px transparent;}
#product-boxes .box-product h2 {height: 27px; line-height: 27px; color: #FFF; font-size: 11px; text-transform: uppercase;}
#product-boxes .box-product h2 span {color: #ED1C24; display: block; float: left; padding: 0 5px 0 0; font-size: 15px;}

#product-box_1{display: block; width: 279px; height: 91px; background: transparent url('images/btn_home.png') no-repeat 0px -96px;}
#product-box_1:hover{background: transparent url('images/btn_home.png') no-repeat 0px -2px;}

#product-box_2{display: block; width: 279px; height: 91px; background: transparent url('images/btn_home.png') no-repeat -280px -96px;}
#product-box_2:hover{background: transparent url('images/btn_home.png') no-repeat -280px -2px;}

#product-box_3{display: block; width: 279px; height: 91px; background: transparent url('images/btn_home.png') no-repeat -559px -96px;}
#product-box_3:hover{background: transparent url('images/btn_home.png') no-repeat -559px -2px;}

h1{height: 40px; width: 690px; background: transparent url('images/titoli.png') no-repeat 0px 0px; padding: 3px 0 0 20px; color: #666; margin-bottom: 10px;}

.border-radius {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#post-0 {
  width: 965px;
  background: url(images/texture_map.jpg) repeat-x top right #28282A;
  text-align: center;
  padding: 10px 0 5px 0;
}
.read-all {
  text-align: right;
  display: block;
  color: #FFF!important;
  text-decoration: none;
}
.read-all:hover {
  text-decoration: underline;
}
.single-page {
  width: 655px;
  float: left;
  background: url(images/texture_map.jpg) repeat-x top right #28282A;
  padding: 10px 20px;
  font-size: 12px;
  color: #FFF!important;
}
.col-right-single-page {
  width: 250px;
  float: left;
  margin-left: 20px;
  padding: 10px 0;
  background: url(images/texture_map.jpg) repeat-x top right #28282A;
  position: relative;
}
.single-page h1 {
  background: none;
  color: #FFF!important;
  text-transform: uppercase;
  width: 655px;
  margin: 0;
  padding: 0;
  height: auto;
}
.single-page .entry-meta {
  font-size: 12px;
}
.col-right-single-page #sidebar-single {
  position: relative;
}
.col-right-single-page h3 {
  text-transform: uppercase;
  color: #FFF;
  padding: 0px 0px 5px 15px;
  margin: 0 10px 5px 10px;
  border-bottom: 1px solid #CCC;
  background: url(images/arrow-article.png) no-repeat 0 3px transparent;
}
.col-right-single-page ul {
  list-style-type: none;
  /*margin: 0 0 40px 0!important; */
  padding: 10px 10px 0 10px;
}
.col-right-single-page ul li {

}
.col-right-single-page ul li img {
  margin: 0 10px 0 0;
  float: left;
}
.col-right-single-page ul li a {
  display: block;
  color: #FFF;
  text-decoration: none;
}

.col-right-single-page ul li a:hover {
  text-decoration: underline;
}
.col-right-single-page .more {
	background: transparent url('images/nav3.png') no-repeat left bottom;
  padding: 0 0 0 5px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  bottom: -26px;
  right: 10px;
}
.col-right-single-page .more a {
  display: block;
	text-decoration: none;
	color: #28282A;
	padding: 0 10px 0 5px;
	background: transparent url('images/nav3.png') no-repeat right top;
  text-transform: uppercase;
}

#archive {
  background: url(images/bkg_middle_home.jpg) repeat-x left top #312F32;
  height: 522px;
  overflow: auto;
  padding: 10px 20px;
}
#archive h1 {
  margin: 0;
  padding: 0;
  background: url(images/arrow-article.png) no-repeat 0 4px transparent;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
  font-size: 14px;
  height: auto;
  width: 905px;
  padding: 0 0 5px 20px;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #CCC;
}
#archive h1 span, #archive h1 span a {
  color: #FFF;
  font-size: 14px;
}
#archive .post h2, #archive .page h2, #archive .case h2, #archive .products h2 {
  margin: 9px 0 0 0;
  font-size: 14px;
  padding: 0 0 0 20px;
  background: url(images/arrow-article.png) no-repeat 0 4px transparent;
}
#archive .post h2, #archive .page h2, #archive .case h2, #archive .products h2 {
  color: #FFF;
  float: none;
}
#archive .post h2 a, #archive .page h2 a, #archive .case h2 a, #archive .products h2 a {
  color: #FFF;
}
#archive .post h2 a:hover, #archive .case h2 a:hover {
  color: #627396;
}
#archive .page h2 a:hover, #archive .products h2 a:hover {
  color: #FF4B33;
}
#archive .post .entry-meta, #archive .page .entry-meta, #archive .case .entry-meta, #archive .products .entry-meta {
  color: #FFF;
  padding: 0 0 0 20px;
  float: none;
  line-height: 16px;
}
#archive .post .entry-meta a, #archive .page .entry-meta a, #archive .case .entry-meta a, #archive .products .entry-meta a {
  color: #FFF;
  text-decoration: none;
}
#archive .post .entry-meta a:hover, #archive .page .entry-meta a:hover, #archive .case .entry-meta a:hover, #archive .products .entry-meta a:hover {
  color: #FF4B33;
}
#archive .post .entry-summary, #archive .page .entry-summary, #archive .case .entry-summary, #archive .products .entry-summary {
  color: #FFF;
  padding: 0 0 0 20px;
}
#archive .year-news {
  font-size: 25px;
  background: url(images/bkg_year_archive.png) repeat-x left top transparent;
  color: #FFF;
  height: 25px;
  padding: 4px 0 6px 20px;
  margin: 20px 0 0 0;
}

#searchNews {
  margin: 0 10px;
}
#searchNews h3 {
  border-bottom: none;
  border-top: 1px solid #CCC;
  margin: 0;
  padding-top: 7px;
  background-position: 0 10px;
}
#searchNews label {
  display: none;
}
#searchNews input#s {
  line-height: 14px;
  margin: 0;
  width: 218px;
}
#searchNews input#searchsubmit {
  float: right;
  margin: 5px 0 0 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 14px;
  color: #FFF;
  background-color: #5B5B5B;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px 8px;
  border-color: #1d1d1d;
  text-shadow: 1px 1px 1px #000;
  font-size: 10px;
  cursor: pointer;
}

.slideshow-nav{text-decoration: none;}
.slider-title{color: #ccc; font-size: 24px;}
.slider-title a {text-decoration: none!important; color: #c00000;}

li.clearfix a{text-decoration: none;}
li.on .slider-title{color: #F01518;}
li.on{background:#000;}

img.size-thumbnail{padding:10px; background-color: #333; border: 1px solid #444; margin: 0 20px 20px 0;}

.approfondisci{color: #F01518!important;}

.widget_recent_entries ul li {margin:20px 0;}


/* REAL ESTATE */

.home_box
		{
		width: 288px; float: left;
		background: url('images/texture_map.jpg') repeat-x top left #28282A;
		min-height: 497px;
		margin: 6px; 
		padding: 10px; 
		position: relative;
		color: #eee;
		}
		
.home_box_title{margin-bottom: 10px; font-size: 20px; }
.home_box_flag{position: absolute; top: 0; right: 0; display: block; width: 67px; height: 66px;}
.affare{background: transparent url('images/affare.png') no-repeat top right;}
.vacanze{background: transparent url('images/vacanze.png') no-repeat top right;}
.affitto{background: transparent url('images/affitto.png') no-repeat top right;}
.home_box_thumbnail{}
.home_box_thumbnail img{border: 5px solid #cccccc}
.home_box_content{ font-size: 13px; min-height: 70px;margin-top: 9px;}
.home_box_minigallery{margin-bottom: 15px;}
.home_box_link{display: block; text-align: center; margin: 20px 0; text-transform: uppercase; font-weight: bold;}
.home_box_link a:link, .home_box_link a:active, .home_box_link a:focus, .home_box_link a:visited{color: #1d3b6d;}
.home_box_link a:hover{color: #5494c0;}
.home_box_link a{text-decoration: none; font-family: Helvetica, Arial, sans-serif}

.home_gallery_img
		{
		float: left; 
		border: 4px solid #ccc;
		margin: 0 4px;
		}
		
.entry-content{width: 598px;}
.entry-content-title{}
.entry-content-date{font-size: 12px; color: #cccccc; margin-bottom: 10px;}
.entry-content-tn{float: left; margin-right: 18px;}
.entry-content-tn img{border: 4px solid #ccc;}
.entry-content-text{}


.sidebar_item_box{margin: 5px 0; padding: 3px; /*background: #80aecf*/}
.sidebar_item_box img {border: 3px solid #eeeeee;}
.sidebar_item_box_img{float: left; margin: 0 10px 0 0;}
.sidebar_item_box_text{float: left; margin: 10px 0 0 0; }
.sidebar_item_box_title{font-size: 14px; width:155px;}

#menu-top li{list-style: none; float: left;}

#slideshow-wrapper{margin-bottom: 20px!important;}

.entry-content-title a{font-size: 20px; color: #fff;}