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

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

@baseColor1:#5D8924;
@baseColor2:#A3CE3A;
@baseColor3:#83A24C;
@baseColor4:#383640;
@baseColor5:#DCDCDC;
@baseColor6:#F8F8F8;

/*@percentHeaderGradient:40;*/

@specialFont1:'PT Sans Narrow',arial,sans-serif;

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

@percentageColor:-10%;

.titleLevel-2 .innerTitle-4 {
	background-position:0 2px;
}
.blockColumn-1 .solutionPhoto .photoImg, 
.blockSolutions .solution .solutionPhoto .photoImg {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.responsiveHeader {
	
	.minHeight(@headerHeight);
	
	background:url("bgd_blockGlobal1-mobile.gif") repeat-x 0 bottom #fff;
	
	.logo .titleSite {
			font-family:@specialFont1;
	}


	.CSWMenu .list .item .linkMenu {
		font-family:@specialFont1;
	}
	
}
 .responsiveHeader .CSWMenu #menu1 { 
 	-moz-box-shadow: 0px 3px 10px 0px #cfcfcf;
	-webkit-box-shadow: 0px 3px 10px 0px #cfcfcf;
	box-shadow: 0px 3px 10px 0px #cfcfcf;
 }

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

