/* ============================== */

/* ! Slideshow css   */

/* ============================== */

.ghostModule {
	opacity: 0.4;
}

#slideshow {
    position:relative;
}


#slideshow IMG {
	display: block;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}


#slideshow IMG.doNotFade {
    z-index:100;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* ============================== */

/* ! Layout for desktop version   */

/* ============================== */

body {
	background-color: #DFDCD3;
	color: #000000;
	font: 14px/20px "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
}

img {
	
}

.imageBorder {
	

}

.orange {
	color: #ff9900;
}

.red {
	color: #F43000;
}

strong, em {
	
}

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

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

ul, ol {
	margin: 20px 30px;
}

p {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0px;
	line-height: 1.2;
	font-weight: normal;
}

h2 {
	margin-bottom: 20px;
}

h1 {
	font-size: 420%;
	color: #000000;
	margin-top: -10px;
	letter-spacing: -2px;
	margin-bottom:0px;
}

h2 {
	font-size: 180%;
	color: #000000;
	font-weight: bold;
}

h3 {
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: normal;
	color: #000000;
}


.nomarginbottom {
	margin-bottom: 0px;
}

.container a, a:hover {
	color: #f43000;
	outline: medium none;
	text-decoration: none;
}

.container a:hover {
	color: #ff9900;
}

#navigation a, a:hover {
	color: #ffffff;
	outline: medium none;
	text-decoration: none;
}

.price{
	background-color: #ff0;
	width: 100%;
	padding-left: 4px;
	padding-right: 4px;
}

.container {
	margin-bottom: 30px;
}

.container p {
	
}

#headerWrapper {
	width: 100%;
	margin-bottom: 30px;
	background: url(../images/transparentStripeL.png) repeat;
	background-color: #f43000;
}

#darkWrapper {
	color: #DFDCD3;
	background: url(../images/transparentStripeL.png) repeat;
	background-color: #3F3D3B;
	text-align: center;
	font-size: 100%;
	;
	font-weight: normal;
	margin: 0px;
}

#locandina {
	/*background: url(../images/transparentStripeL.png) repeat;
	background-color: #3F3D3B;
	text-align: left;*/
}

#sellingproposition {
	color: #DFDCD3;
	text-align: left;
	font-size: 180%;
	line-height: 130%;
	font-weight: normal;
	margin-top:15px;
}

#obiettivi {
	color: #f43000;
	font-size: 120%;
	line-height: 130%;
	font-weight: normal;
	margin-top: 15px;
}

.separator {
	background: url(../images/transparentStripeL.png) repeat;
	background-color: #f43000;
	text-align: center;
	color: #ffffff;
	font-size: 350%;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 180%;
}

#logo {
	float: left;
}

.textCenter{
	text-align: center;
}

.txtWhite {
	color: #ffffff;
}

.txtBlack {
	color: #000000;
}

.bgOrange {
	background-color: #ff9900;
}

.slide {
	margin-top: 45px;
}

/* My Comment */

.slideImage {
	display: block;
}

.slideTextBox {
	background: url(../images/transparentStripeL.png) repeat;
	text-align: center;	
}

.slideText {
	font-size: 180%;
	line-height: 120%;
}

.slideText h2 {
	color: inherit;
	font-size: 150%;
}

#navigation {
	float: right;
	margin-top: 0px;
	font-size: 120%;
}

.naviItem {
	float: left;
	text-align: center;
	margin-left: 20px;
}

.breadcrumbs {
	font-size: 130%;
}

.menuLabel {
	position: absolute;
}

.textNaviLabel {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	color: #f43000;
}

.footerText {
	color: #ffffff;
	font-size: 180%;
	line-height: 120%;
}

.bigLink {
	color: #000000;
	font-size: 150%;
}

.bigLinkGrey {
	color: #000000;
	font-size: 250%;
	line-height: 250%;
}

.buttonInTheBox{
	margin-top: 15px;
}

.myButton {
	font-size: 70%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	text-decoration:none;
	padding: 0px 5px 0px 5px;
}


.myButton:active {
	position:relative;
	top:1px;
}


.myButtonBlack {
	background-color:#000;
	opacity: 0.5;
}

.myButtonBlack:hover {
	opacity: 1;
}

.myButtonBlack a:link, a:hover {
	color: #fff;
}

.myButtonWhite {
	background-color:#fff;
	opacity: 0.5;
}

.myButtonWhite:hover {
	opacity: 1;
}

.myButtonWhite a:link, a:hover {
	color: #000;
}









/* Smaller screens */

@media only screen and (max-width: 1200px) {

	body {
		font-size: 13px;
		line-height: 18px;
	}

}

/* Smaller screens */

@media only screen and (max-width: 1080px) {

	body {
		font-size: 11px;
		line-height: 15px;
	}
	
	.footerText {
		font-size: 150%;
	}
	
	
	#sellingproposition {
		
	}


}
/* Very small screens */

@media only screen and (max-width: 800px) {

	body {
		font-size: 11px;
		line-height: 15px;
	}
	
	.footerText {
		font-size: 120%;
	}
	
	
	#sellingproposition {
		font-size: 140%;
	}


}

/* Mobile */

/*@media handheld, only screen and (max-width: 840px) {

body {
	font-size: 12px;
	-webkit-text-size-adjust: none;
}

.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 20px;
}

.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}

#navigation {
	float: left;
	margin-top: 10px;
}

}*/