@charset "UTF-8";
@import "/skins/csw-site/responsive.less";

/* ------------------------------------------ */
/* VARIABLES */
/* ------------------------------------------ */

@baseColor1:#78C437;
@baseColor2:#518322;
@baseColor3:#9EF14B;
@baseColor4:#375A15;
@baseColor5:#DEE8D1;
@baseColor6:#FFFFFF;

@specialFont1: 'Yanone Kaffeesatz',arial,sans-serif;

/* ------------------------------------------ */
/* CSS ADDS */
/* ------------------------------------------ */

@percentageColor:-10%;
body, .blockGlobal, .blockGlobal .globalBgd, .blockGlobal .innerGlobal-1, .blockGlobal .innerGlobal-2, .blockGlobal .innerGlobal-3, .blockGlobal .innerGlobal-4, .blockCenter, .blockCenter .content-bgd-1, .blockCenter .content-bgd-2 {
	background-color:#56404D;
}
.blockGlobal .blockMainMenu {
	display:none;
}
.blockSlideHome {
	height:auto;
	.wrapper { 
		width:100%; 
		padding:0;
	}
	.blockSlide { 
		height:auto; 
		.slideTitle { 
			width:100%; 
			height:auto;
			.innerSlideTitle { height:auto; }
			.linkTitle { font-size:15px; display:inline-block; line-height:18px; padding:10px 0 10px 80px; }
		}
		.blockPicture {
			.picture { width:100%; }
		}
	}
	.controlSlide { right:18px; bottom:-8px; }
}

.blockColumn-1 .solutionPhoto .photoImg, 
.blockSolutions .solution .solutionPhoto .photoImg {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.responsiveHeader {
	
	.minHeight(@headerHeight);
	
	background:url("bgd_global1.gif") repeat-x;
	
	.logo .titleSite .titleLink {
		font-family:@specialFont1;
		letter-spacing:1px;
		color:#fff;
	}


	.CSWMenu .list .item .linkMenu {
		font-family:@specialFont1;
		letter-spacing:1px;
	}
	
}
.responsiveFooter {
	background-color:#402a36;
	box-shadow:none;
}
.responsiveFooter .footerInfos .titleSite a,
.responsiveFooter .footerInfos .siteEditor,
.responsiveFooter .footerInfos .siteEditor a {
	color:#fff;
}	

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

@media handheld, only screen and (max-width: 767px) {
	.blockSlideHome .wrapper .slider { margin:0 20px; }
}

body, .blockGlobal, .blockGlobal .globalBgd, .blockGlobal .innerGlobal-1, .blockGlobal .innerGlobal-2, .blockGlobal .innerGlobal-3, .blockGlobal .innerGlobal-4, .blockCenter, .blockCenter .content-bgd-1, .blockCenter .content-bgd-2 {
	background-color:#518321;
}

.responsiveFooter {
	background-color:#375A15;	
}
/* ------------------------------------------ */

/* ------------------------------------------ */
/* CSS ADDS */
/* ------------------------------------------ */

#section_home {
	background-image:url(bgd_innerGlobal-2.gif);
	background-repeat:repeat-x;
	background-position:0 -81px;
}

.blockSlideHome {
    display: none;
}

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

