/*

CICLI NANNI

*/



/********************************************
* 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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins, a {
	text-decoration: none;
}
a, input[type=submit], button[type=submit] {
	cursor: pointer;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/********************************************
* MAIN
********************************************/

body {
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	color: #555;
	background: #f6f6f6;
}



/********************************************
* PAGE ELEMENTS                                   
********************************************/

/******* DIVIDERS *******/

div {
	line-height: 1.5em;
}

/******* HEADINGS *******/

h1, h2, h3, h4, h5, h6 {
	color: #ae1511;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

h1, h2, h3 {
	text-transform: uppercase;
}

h4, h5, h6 {
	padding: 5px 0;
}

h1 {	
	color: #888;
	font-size: 36px;
	line-height: 1.1em;
}

h2 {
	color: #ae1511;
	font-size: 28px;
	line-height: 28px;
}

h2.line {
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
}

h3 {
	color: #333333;
	font-size: 22px;
}
h3 span {
	color: #333333;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	color: #333333;
	font-size: 18px;
	line-height: 18px;
	padding: 2px 0px 0px 0px;
}

h5 {
	color: #CCCCCC;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
}

h6 {
	color: #222;
	font-size: 10px;
	font-weight: lighter;
	line-height: 1.4em;
	padding: 3px 0;
	border-bottom: 1px solid #999;
}

/******* PARAGRAPH & ANCHOR *******/

p {
	color: #555;
	line-height: 1.4em;
	margin-bottom: 20px;
	padding-right: 20px;
	clear: both;
	padding: 0px;
}

a, p, textarea, input[type=text] {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	padding: 0px 0px 0px 0px;
}

a {
	/* FIND COLOR STYLESHEET FOR LINK COLOR - css/colors/... */
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

/******* PRE TAG *******/

pre {
	color: #333;
	width: 960px;
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 10px;
	border: 1px solid #ccc;
	background: #fdfdfd;
}

/******* BLOCKQUOTE *******/

blockquote {
	margin: 20px;
	padding-left: 25px;
	border-left: 3px solid #777;
}

blockquote,
blockquote p {
	color: #777;
	font-style: italic;
}

/******* DROP CAP *******/

.drop {
	font-size: 36px;
	margin: 0 5px 3px 0;
	float: left;
	position: relative;
	top: 10px;
}

/******* TABLE *******/

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	font-size: 12px;
}

table {
	border-collapse: collapse;
	border-spacing:0;
	width:100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 25px;
}

table, 
td, 
th {
	vertical-align:middle;
}

tr {
	background: #f7f7f7;
}

tr:hover {
	background: #f1f1f1;
}

th {
	height: 25px;
	font-family:   arial, serif;
	font-size: 16px;
	font-weight: normal;
	padding: 10px;
	color: #444;
	text-transform: uppercase;
	text-align: left;
	background: #dfdfdf;
}

td {
	height: 20px;
	color: #777;
	padding: 10px;
}

th, td {
	display: table-cell;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

tfoot td { 
	border: 0px;
}
#bandiere {
	float: right;
	width: 105px;
	height: 50px;
	margin-left: 1px;
	margin-right: 40px;
	margin-top: 0px;
}

/* SELECTION 

::-moz-selection,
::selection {
	background: #aaa;
	color: #111;
} 
*/

/******* BUTTON PADDING & MARGIN *******/

button::-moz-focus-inner {
	padding:0;
	border:0
}

/******* LISTS *******/

#content ul,
#content ol,
#content dl {
	margin: 0 0 20px 25px;
}

#content ul li {
	list-style-type: disc;
}

#content ol li {
	list-style-type: decimal;
}

/******* DIVIDER *******/

div.divide {
	width: 100%;
	height: 2px;
	margin: 10px 0 25px 0;
	clear: both;
	background: url(images/sep.png) repeat-x;
}

/******* MESSAGE BOXES *******/

div.mbox {
	max-width: 940px;
	height: 50px;
	margin: 0 0 25px 0;
	padding: 20px;
	border-left: none !important;
	border-right: none !important;
}

div.mbox p {
	color: #333;
	line-height: 50px;
	padding-left: 60px;
}

div.mbox a {
	color: #222;
	font-weight: bold;
}

/* SUCCESS BOX */

div.successbox {
	border: 1px solid #8caf47;
	background: #f3ffdd url(images/icon-success.png) 30px center no-repeat;
}

/* ERROR BOX */

div.errorbox {
	border: 1px solid #e98f8f;
	background: #ffdddd url(images/icon-error.png) 30px center no-repeat;
}

/* WARNING BOX */

div.warningbox {
	border: 1px solid #ffac70;
	background: #fff1dd url(images/icon-warning.png) 30px center no-repeat;
}

/* DOWNLOAD BOX */

div.downloadbox {
	border: 1px solid #b0b048;
	background: #ffffde url(images/icon-download.png) 30px center no-repeat;
}



/********************************************
* COLUMNS
********************************************/

.full {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.leftbox_itinerari {
	width: auto;
	height:auto;
	float: left;
	margin: 20px 0px 40px 0px;
}

.one-half,
.one-third,
.two-thirds,
.one-fourth,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths,
.one-sixth {
	float: left;
	position: relative;
	margin-right: 4%;
	margin-bottom: 25px;
}

.one-half {
	width: 46%;
	float: left;
}

.one-third {
	width: 30.66%;
}

.two-thirds {
	width: 65.1%;
}

.one-fourth {
	width: 22%;
}

.one-fifth {
	width: 16.8%;
}

.two-fifths {
	width: 37.2%;
}

.three-fifths {
	width: 54.8%;
}

.four-fifths {
	width: 78.8%;
}

.column-last {
	margin-right: 0 !important;
	clear: right;
}

div#eyecatcher {
	width: 940px;
	float: left;
	margin: 0px 0px 20px 0px;
	height: auto;
}

#img_eyecatcher {
	width:95px;
	margin: 0px 0px 10px 65px;
}
.btn_continua {
	width: auto;
	float: left;
	height: auto;
	margin: 2px 0px 0px 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0px;
	line-height: normal;
}
.btn_continua_icon {
	width: auto;
	float: left;
	height: 27px;
	margin: 0px 0px 0px 10px;
}
.btn_eyecatcher {
	width: auto;
	float: left;
	position: relative;
	height: auto;
}
.box_left_eyecatcher {
	width: 30.66%;
	float: left;
	position: relative;
	margin-right: 4%;
	margin-bottom: 25px;
}
.box_left_eyecatcher_last {
	width: 30.66%;
	float: left;
	position: relative;
	margin-right: 0%;
	margin-bottom: 25px;
}

.titolo_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	text-transform: uppercase;
}
.testo_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
/********************************************
* BUTTONS
********************************************/

/******* GLOBAL *******/

.button {
	width: auto;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 20px 10px 0;
	padding: 0 6px 0 0;
	border: none;
	overflow: visible;
	margin-top: 10px;
}

.button span {
	font-family:   arial, serif;
	font-weight: lighter;
	display: block;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
}

.button:hover {
	text-decoration: none !important;
	outline: none;
}

.button:hover span {
	text-decoration: none;
}

.button:active {
	outline: none;
}

/******* COLOR *******/

/* GRAY */

.gray {
	background: url(images/button-gray-right.png) no-repeat;
}


.gray span {
	color: #333;
	text-shadow: 0 1px 1px #ededed;
	background: url(images/button-gray-left.png) no-repeat;

}

/* BLUE */

.blue {
	background: url(images/color/blue/button-blue-right.png) no-repeat;
}


.blue span {
	color: #00334d;
	text-shadow: 0 1px 1px #4ac3ff;
	background: url(images/color/blue/button-blue-left.png) no-repeat;

}

/* GREEN */

.green {
	background: url(images/color/green/button-green-right.png) no-repeat;
}


.green span {
	color: #334d00;
	text-shadow: 0 1px 1px #c3ff4a;
	background: url(images/color/green/button-green-left.png) no-repeat;

}

/* ORANGE */

.orange {
	background: url(images/color/orange/button-orange-right.png) no-repeat;
}


.orange span {
	color: #4d3600;
	text-shadow: 0 1px 1px #ffc94b;
	background: url(images/color/orange/button-orange-left.png) no-repeat;

}

/* PINK */

.pink {
	background: url(images/color/pink/button-pink-right.png) no-repeat;
}


.pink span {
	color: #4c0033;
	text-shadow: 0 1px 1px #ff4ac3;
	background: url(images/color/pink/button-pink-left.png) no-repeat;

}

/* PURPLE */

.purple {
	background: url(images/color/purple/button-purple-right.png) no-repeat;
}


.purple span {
	color: #33004c;
	text-shadow: 0 1px 1px #c34aff;
	background: url(images/color/purple/button-purple-left.png) no-repeat;

}

/* RED */

.red {
	background: url(images/color/red/button-red-right.png) no-repeat;
}


.red span {
	color: #4d0000;
	text-shadow: 0 1px 1px #ff4a4a;
	background: url(images/color/red/button-red-left.png) no-repeat;

}


/******* SIZES *******/

/* LARGE */

.large {
	height: 45px;
	background-position: top right;
}

.large span {
	height: 37px;
	font-size: 14px;
	line-height: 26px;
	padding: 8px 15px 0 23px;
	background-position: top left;
}

.large:hover {
	background-position: right -45px;
}

.large:hover span {
	background-position: left -45px;
}

.large:active {
	background-position: right -90px;
}

.large:active span {
	background-position: left -90px;
}

/* SMALL */

.small {
	height: 31px;
	background-position: right -135px;
}

.small span {
	font-size: 11px;
	line-height: 12px;
	padding: 8px 12px 0 18px;
	height: 23px;
	background-position: left -135px;
}

.small:hover {
	background-position: right -166px;
}

.small:hover span {
	background-position: left -166px;
}

.small:active {
	background-position: right -197px;
}

.small:active span {
	background-position: left -197px;
}



/********************************************
* TOP
********************************************/

div#top {
	width: auto;
	height: 70px;
	background: transparent url(images/top-bg.png) top left repeat-x;
	background-color: #1E1E1E;
	margin: 0px auto;
	z-index: 100;
}

/* LOGO */

div#logo {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	width: 230px;
	left: 0px;
	height: auto;
	float: left;
}

/* NAVIGATION MENU */

div#menu {
	float: right;
	padding-left: 2px;
	background: url(images/menu-sep.png) top left no-repeat;
	width: 900px;
	margin-left: 0px;
}

div#menu > ul > li {
	height: 50px;
	float: left;
	background: url(images/menu-sep.png) top right no-repeat;
}

div#menu > ul > li > a {
	height: 31px;
	line-height: 20px;
	font-size: 12px;
	font-weight: lighter;
	font-family:   arial, serif;
	color: #ccc;
	text-transform: uppercase;
	margin: 0 2px 0 -1px;
	padding: 19px 10px 0 10px;
	display: block;
}

div#menu ul li  a:hover {
	text-decoration: none;
}

div#menu > ul > li > a:hover,
div#menu > ul > li.current_page_item > a {
	color: #fff;
	background: url(images/menu-current.png) repeat-x;
}

/* SUB NAVIGATION MENU */

div#menu ul li ul {
	min-width: 150px;
	display: none;
	position: absolute;
	margin: 0;
	padding: 10px 20px 15px 5px;
	list-style: none;
	zoom: 1;
	z-index: 101;
}

div#menu ul li ul li {
	height: 35px;
	line-height: 35px;
	float: none;
}

div#menu ul li ul li a {
	color: #ccc;
	font-family:   arial, serif;
	text-transform: uppercase;
}

div#menu ul li ul li a:hover {
	color: #fff;
}

div#menu ul ul {
	background: url(images/menu-sub.png) repeat;
}

div#menu ul li ul li {
	padding: 0 15px 0 10px;	
}

div#menu ul li ul li a:link, ul#menu li ul li a:visited {
	min-width: 100px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}



/********************************************
* HEADER
********************************************/

/* HOME HEADER */

.home div#header {
	width: auto;
	height: auto;
	z-index: 99;
}

.home div#header div.inner {
	height: 395px;
	z-index: 98;
}

/* INTERNAL HEADER */

div#header {
	width: auto;
	height: 250px;
}

div#header div.inner {
	height: 250px;
}

/* NIVO SLIDER - see "slider2.css */

/*div.slider-wrap {
	width: 949px;
	height: 320px;
	position: absolute;
	margin: 30px 0 0 -22px;
	padding: 10px 0 0 31px;
	background: url(images/slider-bg.png) top left no-repeat;
}*/
div.slider-wrap {
    width: 949px;
    height: 320px;
    position: absolute;
    margin: 0 0 0 -26px;
    padding: 10px 0 0 31px;
    background: url(images/slider-bg.png) top left no-repeat;
}
div.slider-wrap div.curve {
	width: 920px;
	height: 49px;
	position: absolute;
	bottom: 0;
	left: 31px;
	z-index: 1000;
	background: url(images/slider-curve.png) bottom left no-repeat;
}

/* CODA SLIDER - see "slider1.css" */

div.coda-slider-wrapper { 
	clear: both; 
	padding: 20px 0;
}

/* PAGE TITLE */

h1.page-title {
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 1px #b57f14;
	padding-top: 40px;
}

/* PAGE SUB TITLE */

h3.page-sub {
	font-size: 13px;
	text-align: center;
	text-transform: none;
}



/********************************************
* CONTENT
********************************************/

div#content {
	width: auto;
	height: auto;
	clear: both;
	padding: 0 0 5px 0;
	overflow: hidden;
}

div#content img {
	margin-bottom: 10px;
}

div#main-col {
	width: 660px;
	float: left;
	padding: 10px 0px 0px 0px;
}
div#main-col_full {
	width: 940px;
	float: left;
	margin: 0px 0px 20px 20px;
	height: 220px;
}

div#sidebar {
	width: 250px;
	float: right;
}

div#sidebar ul {
	margin-left: 0;
}

div#sidebar ul li {
	list-style: none;
}

div#content-inner a {
	color: #d68e1d;
	text-decoration: none;
}

div#content-inner a:hover {
	color: #f8b752;
	text-decoration: underline;
}

div.row {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	padding-bottom: 10px;
}

/******* IMAGE ZOOM *******/

.fancy {
	display: block;
	background: url(images/image-zoom.png) center center no-repeat;
}

/******* GALLERY TEMPLATE *******/

ul#gallery-template {
	width: 720px;
	overflow: hidden;
	margin: 0;
}

ul#gallery-template li {
	width: 191px;
	height: 189px;
	margin: 0 25px 15px 0;
	padding: 11px 0 0 11px;
	float: left;
	list-style-type: none;	
	background: url(images/thumb-gallery.png) top left no-repeat;
}

ul#gallery-template li a {
	width: 180px;
	height: 160px;
}

/* FULL WIDTH VERSION */

div#full ul#gallery-template {
	width: 1050px;
}

div#full ul#gallery-template li {
	margin: 0 40px 25px 0;
}


/* FULL WIDTH VERSION */

/******* PORTFOLIO TEMPLATE *******/

ul#portfolio-template {
	width: 720px;
	margin: 0;
}

ul#portfolio-template li {
	width: 220px;
	margin: 0 15px 45px -10px;
	float: left;
	list-style-type: none;	
}

ul#portfolio-template li div.thumb a {
	width: 180px;
	height: 160px;
}

/* FULL WIDTH VERSION */

div#full ul#portfolio-template {
	width: 1050px;
}

div#full ul#portfolio-template li {
	margin: 0 20px 55px 0;
}

/* FULL WIDTH VERSTION */

ul#portfolio-template li div.thumb {
	height: 171px;
	margin-bottom: 10px;
	padding: 11px 0 0 11px;
	background: url(images/thumb-portfolio.png) top left no-repeat;
}

ul#portfolio-template li h4.title,
ul#portfolio-template li h4.title a {
	color: #555;
	font-size: 14px;
	margin-bottom: 5px;
}

ul#portfolio-template li h4.title,
ul#portfolio-template li div.snippet {
	padding-left: 11px;
}

ul#portfolio-template li div.snippet p {
	margin-bottom: 10px;
}

/******* PROJECT TEMPLATE *******/

div#project {
	width: 720px;
	overflow: hidden;
	margin: 0;
}

div#project h2 {
	margin: 0 0 10px 0;
	padding-top: 0;
}

div#project h2,
div#project div.details {
	padding-left: 11px;
}

div#project div.details {
	width: 640px;
}

div#project div.project-thumb {
	width: 660px;
	height: 291px;
	margin-bottom: 25px;
	padding: 11px 0 0 11px;
	background: url(images/thumb-project.png) top left no-repeat;
}

div#project div.project-thumb a {
	width: 640px;
	height: 280px;
}

/******* BLOG TEMPLATE *******/

ul#blog-link {
	width: auto;
	overflow: hidden;
	margin: 0;
}

ul#blog-link li {
	width: auto;
	margin-bottom: 45px;
	float: left;
	list-style-type: none;
}

ul#blog-link li div.thumb a {
	width: 250px;
	height: 170px;
}

ul#blog-link li div.head {
	width: auto;
	min-height: 30px;
	margin-bottom: 20px;
	float: left;
	border-bottom: 1px solid #ddd;
}

ul#blog-link li div.head h4 {
	width: 470px;
	float: left;
	margin-bottom: 5px;
}

ul#blog-link li div.head h4,
ul#blog-link li div.head h4 a {
	color: #555;
	font-size: 14px;
}

ul#blog-link li div.head div.meta {
	float: right;
	padding-top: 8px;
}

ul#blog-link li div.head div.meta a {
	font-size: 11px;
	color: #999;
	float: left;
	margin-left: 15px;
}

ul#blog-link li div.thumb {
	width: 261px;
	height: 199px;
	margin: 0 15px 10px 0;
	padding: 11px 0 0 11px;
	float: left;
	background: url(images/thumb-blog.png) top left no-repeat;
}

ul#blog-link li div.snippet {
	width: 360px;
	float: right;
	padding-top: 10px;
}

ul#blog-link li div.snippet p {
	margin-bottom: 10px;
	padding: 0;
}

#thumb_link {
	width: 55px;
	height: 60px;
	margin: 0 15px 10px 0;
	padding: 6px 0 0 6px;
	float: left;
	background: url(images/thumb-link.png) top left no-repeat;
}

/******* BLOG TEMPLATE *******/

ul#blog-template {
	width: 900px;
	overflow: hidden;
	margin: 0;
}

ul#blog-template li {
	width: 900px;
	margin-bottom: 45px;
	float: left;
	list-style-type: none;
}

ul#blog-template li div.thumb a {
	width: 250px;
	height: 170px;
}

ul#blog-template li div.head {
	width: 660px;
	min-height: 30px;
	margin-bottom: 20px;
	float: left;
	border-bottom: 1px solid #ddd;
}

ul#blog-template li div.head h4 {
	width: 470px;
	float: left;
	margin-bottom: 5px;
}

ul#blog-template li div.head h4,
ul#blog-template li div.head h4 a {
	color: #555;
	font-size: 14px;
}

ul#blog-template li div.head div.meta {
	float: right;
	padding-top: 8px;
}

ul#blog-template li div.head div.meta a {
	font-size: 11px;
	color: #999;
	float: left;
	margin-left: 15px;
}

ul#blog-template li div.thumb {
	width: 261px;
	height: 199px;
	margin: 0 15px 10px 0;
	padding: 11px 0 0 11px;
	float: left;
	background: url(images/thumb-blog.png) top left no-repeat;
}

ul#blog-template li div.snippet {
	width: 360px;
	float: right;
	padding-top: 10px;
}

ul#blog-template li div.snippet p {
	margin-bottom: 10px;
	padding: 0;
}

.half_box {
	width: 600px;
	float: left;
	padding-top: 10px;
}
.box_text_left {
	width: 580px;
	float: left;
	padding-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.box_link_text_left {
	width: 150px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 0px 20px 0px 0px;
}
.box_links {
	width: 250px;
	float: left;
	height:auto;
	margin: 20px 10px 0px 30px;
	border-right: 0;
	padding: 0px;
}
.divider_links {
	width: 600px;
	float: left;
	height:40px;
	border-bottom: 1px solid #cecece;
	padding: 0px;
	margin: 0px 0px 20px 20px;
}
.divider_sidebar {
	width: 240px;
	float: left;
	height:1px;
	border-bottom: 1px solid #cecece;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

/******* Begin Row 1 - DESCRIPTIONS *******/

div#descriptions {
	width: 940px;
	min-height: 185px;
	margin-bottom: 20px;
}

div#descriptions img, div#descriptions div div {

}

div#descriptions div div {
	height: 100px;
	margin: 0px auto 10px;
	width: 100px;
}

div#descriptions div p {
	margin: 0 0 5px 0;
	padding: 0;
}

div#descriptions h3 {
	margin: 7px 0 0 0;
	padding-bottom: 5px;
}

/******* Begin Row 2 - IMAGE SET *******/

ul#home-thumbs {
	width: 960px;
	margin: 0;
}

ul#home-thumbs li {
	width: 156px;
	height: 135px;
	margin: 0 25px 15px 0;
	padding: 11px 0 0 11px;
	float: left;
	position: relative;
	display: block;
	background: url(images/thumb-home.png) top left no-repeat;
}

ul#home-thumbs li a {
	width: 145px;
	height: 110px;
}

ul#home-thumbs li span {
	width: 70px;
	height: 40px;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	margin-right: 3px;
	z-index: 100;
}

a.f-video {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: #fff url(images/video-zoom.png) center center no-repeat;
}

/* GLOBAL CLASSES */

.inner {
	width: 930px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
}
.inner_top {
	height: 70px;
	margin: 0px auto;
	width: 1060px;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.clear {
	width: 100%;
	clear: both;
	display: inline-block;
	margin-top: 10px;
}

.center {
	text-align: center;
}



/********************************************
* WIDGETS
********************************************/

div.widget {
	overflow: hidden;
	margin-bottom: 40px;
	float: right;
}

div.widget h3.widget-title {
	font-size: 16px;
	color: #333;
}

div.widget ul li {
	margin-bottom: 5px;
}

/* LATEST TWEETS */

div#twitter {
	width: 210px;
	min-height: 30px;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 5px 20px 0 0;
}

div#twitter div.twitters {
	
}

div#twitter div.twitters ul {
	list-style: none;
	padding: 0;
	line-height: 18px;
	margin-top: 0;
}

div#twitter div.twitters ul li {
	line-height: 1.6em;
	font-size: 11px;
	margin: 0 0 20px;
	padding-left: 26px;
	background: url(images/tweet.png) left 4px no-repeat;
}

div#twitter span.twitterPrefix, div#twitter span.twitterPrefix a {
	display: none;
}

div#twitter span.twitterTime {
	font-style: italic;
	color: #888;
	display: none;
	clear: both;
}

div#twitter span.twitterStatus {
	color: #777;
	font-style: italic;
}

div#twitter span.twitterStatus a {
	font-style: italic;
}

div#twitter span.twitterStatus a:hover {
	text-decoration: underline;
}

/* RECENT POST */

div.recent-post h4 {
	float: left;
	margin-bottom: 10px;
	padding: 7px 0 2px 0;
}

div.recent-post h4,
div.recent-post h4 a {
	font-size: 12px;
	color: #777;
}

div.recent-post h4:hover a {
	text-decoration: none;
}

div.recent-post div.meta-data {
	clear: both;
}

div.recent-post div.meta-data span,
div.recent-post div.meta-data span a {
	font-size: 11px;
	color: #999;
	height: 10px;
	display: block;
	float: left;
	margin-bottom: 10px;
}

div.recent-post div.meta-data span.comment-count {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #bbb;
}

div.recent-post div.meta-data span a {
	color: #777;
}

/* FLICKR */

div.flickr-widget {
	width: 245px !important;
}

.flickr_badge_image {
	width: 45px;
	float: left;
	margin: 0 5px 10px 0;
	padding: 2px 2px 0 2px;
}

.flickr_badge_image img {
	width: 45px;
	height: 45px;
}

/* RECENT POSTS */

div.recent-posts {
	width: 260px;
	margin-bottom: -10px;
}

div.recent-posts ul li {
	width: 100%;
	height: 65px;
	font-size: 11px;
	color: #777;
	margin: 0 0 15px 0;
	padding-top: 5px;
	background: url(images/thumb-recent.png) top left no-repeat;
}

div.recent-posts ul li a {
	color: #444;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 10px;
}

div.recent-posts ul li a:hover {
	color: #000;
	text-decoration: none !important;
}

div.recent-posts ul li span {
	width: 180px;
	clear: right;
	float: left;
	padding-top: 5px;
}

div.recent-posts ul li a img {
	display: block;
	float: left;
	margin: 1px 16px 0 6px;
}

/* SEARCH */

form.search {
	height: 35px;
}

form.search input {
	outline: none;
	border: none;
	float: left;
}

form.search input.search-box {
	width: 180px;
	height: 30px;
	padding: 0 10px;
	clear: both;
	border: 1px solid #d8d8d8;
	background: #f8f8f8;
}

form.search input.submit {
	width: 16px;
	height: 16px;
	margin: 8px 0 0 10px;
	text-indent: -9999px;
	background: url(images/icon-search.png) top left no-repeat;
}



/********************************************
* CONTACT PAGE
********************************************/

/*### CONTACT FORM ###*/

form#contact-form {
	margin-top: 15px;
	padding-top: 30px;
	clear: both;
	float: left;
	background: url(images/sep.png) top left repeat-x;
}

/* DIVIDERS */

form#contact-form div.textarea-block {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px 0;
}

form#contact-form div.textbox-block {
	width: 660px;
	float: left;
}

form#contact-form div.textbox-block div {
	float: left;
	clear: both;
	margin: 0 8px 20px 0;
}

form#contact-form div.textbox-block div.last {
	margin-right: 0px;
}

/* LABELS */

form#contact-form label {
	font-family:   arial, serif;
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #555;
	float: left;
	margin: 0 0 8px 2px;
}

form#contact-form label span {
	color: #cc0000;
}

/* TEXT INPUTS AND AREAS */

form#contact-form input,
form#contact-form textarea,
form#contact-form button[type=submit] {
	outline: none;
	border: none;
}

form#contact-form input[type=text],
form#contact-form textarea {
	padding: 0 10px;
	clear: both;
	float: left;
	border: 1px solid #d8d8d8;
	background: #f8f8f8;
}

form#contact-form input[type=text] {
	width: 280px;
	height: 30px;
}

form#contact-form textarea {
	width: 580px;
	height: 170px;
	padding-top: 9px;
}

form#contact-form button[type=submit] {
	float: left;
}

#mail_success {
	display: none;
}

form#contact-form p .red {
	color: #cc0000;
	background: none !important;
}


/* ERROR STYLES */

form#contact-form input.error,
form#contact-form textarea.error {
	border: 1px solid #cc0000;
}

form#contact-form label.error {
	color: #cc0000;
	font-size: 12px;
	text-transform: none;
	position: absolute;
	margin-left: 5px;
}



/********************************************
* FOOTER
********************************************/

div#footer {
	position: relative;
	color: #797979;
}

div#footer div#footer-wrap {
	padding-top: 20px;
	background: url(images/footer-border.png) top left repeat-x;
	background-image: url(images/bg_footer.jpg);
}

div#footer div#footer-widgets {
	width: 960px;
	min-height: 150px;
}

div#footer {
	clear: both;
}

div#footer p {
	color: #BBB;
}

div#footer div.widget {
	width: 290px;
	float: left;
	margin-right: 20px;
}

/* COPYRIGHT */

div#copyright {
	height: 43px;
	clear: both;
	padding-top: 15px;
	background: #f9f9f9 url(images/footer-copy.png) top left repeat-x;
}

div#copyright p {
	color: #b0b0b0;
}

div#copyright p.copy {
	width: 590px;
	float: left;
}

div#copyright a {
	color: #777;
}

div#copyright ul {
	width: 530px;
	height: 20px;
	float: left;
	margin-left: 5px;
}

div#copyright ul li {
	height: 10px;
	line-height: 10px;
	float: left;
	padding: 0 6px;
	border-left: 1px solid #797979;
}

div#copyright ul li a {
	color: #777;
}

div#copyright ul li a:hover {
	text-decoration: underline;
}

/* SOCIAL */

ul#social {
	width: 100px;
	float: right;
}

ul#social li {
	float: right;
	margin-left: 5px;
}

ul#social li a {
	width: 16px;
	height: 16px;
	display: block;
}

.theme-default #slider {
	margin:0px 0px 0px 0px;
	width:920px; /* Make sure your images are the same size */
	height:246px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}


/*tiny box*/

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(../images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

.button {
	font:12px Georgia,Verdana;
	font-weight:bold;
	margin-bottom:10px;
	padding:4px 4px 4px 4px;
	border:1px solid #ccc;
	background:#eee;
	cursor:pointer
}
.button:hover {border:1px solid #bbb; background:#e3e3e3}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:10;
	left: 33px;
	top: 20px;
}


/*---------------------added 01-2020--------------------*/
.allbikes div#main-col {
	width: 100%;
}
.allbikes .box_links {
	width: 29%;
}
.allbikes div#full ul#portfolio-template li {
    margin: 20px 15px 20px 0;
}
.allbikes ul#portfolio-template li {
    width: 29%;
}
.allbikes ul#portfolio-template li div.thumb {
    height: unset;
    margin-bottom: 10px;
    padding: 0;
    background: transparent;
}
.allbikes  ul#portfolio-template li div.thumb a {
    width: 100%!important;
    height: auto!important;
}
.allbikes  ul#portfolio-template img {
	width: 100%!important;
    height: auto!important;
}
.stickybike {
	position:fixed!important;
	width:100%!important;
	top: 0;
}
#contattaci {
	background-color: #272727; text-align:center; padding: 20px; margin-bottom:50px; z-index: 300000!important;
}
#contattaci p, #contattaci a {
	margin:0!important; color:#fff;font-size: 20px;
}
.servizihome h3 {
	min-height: 40px;
}
a, p, textarea, input[type="text"] {
    font-size: 16px;
    line-height: 1.4em;
}
#footer p {
	font-size: 12px;
}
.ca50 {
	clear:both;
	height: 50px;
	width: 100%;
}
div#main-col_full.story {
    margin: 0px 0px 50px 20px;
}
.clear200 {
  width: 100%;
  clear: both;
  height: 200px;
}
@media (max-width: 1120px) {
#apDiv1 {display:none;}


.inner.automy {
	width: auto!important;
}
}

@media (max-width: 600px) {
  .allbikes  h2 {
  	font-size: 22px;
  }

  ul#portfolio-template li {
  	float:none;
  }
  .allbikes .mobfull  {
  	display: block;
  }
 #contattaci.stickybike  p, #contattaci.stickybike  a {
	font-size: 15px!important;
}
.allbikes #contattaci {width: auto;}
.allbikes div#header {
    width: 100%;
}
.allbikes  #menu ul {
	max-width: 350px;
}
.allbikes div#menu > ul > li {
    background-color: #1E1E1E;
}
.allbikes  div#menu {
    float: none;
}
.allbikes div#menu > ul > li > a {
   font-size: 10px!important;
}
/*.allbikes header, .allbikes  .slider-wrapper.theme-default {
	overflow-x: : hidden!important;
}*/
#contattaci.stickybike {
    padding: 20px 0;
}
.newline {
	display: block;
}
.allbikes  #fancybox-right span, .allbikes  #fancybox-left span {
    left: auto;
    right: 20px;
}
.allbikes #fancybox-right-ico,  .allbikes #fancybox-left-ico{
	bottom: 2%!important;
	top: unset!important;
}
.nomob {
	display: none;
}
}
