
html
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	padding: 0px;
	margin: 0px;
}

*, *:before, *:after
{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	padding: 0px;
	margin: 0px;
}	

body
{
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-family: Helvetica, Arial;
	*/
	font-family: 'ABBvoice', Verdana, Arial;
	font-size: 100%;
	line-height: 100%;
	font-weight: lighter;
	color: #000;
	
	-webkit-text-size-adjust: 100%;
	
	background-color: #f3f3f4;
	background-color: #fff;
	
	padding: 0px;
	margin: 0px;
}

body, html
{
	height: 100%;
}

h1
{
	font-size: 200%;
	line-height: 100%;
	color: #fff;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
}

h2
{
	font-size: 200%;
	line-height: 100%;
	color: #555;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}

h3
{
	font-size: 120%;
	line-height: 100%;
	color: #555;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}

h1.shadowBlack,
h2.shadowBlack,
h3.shadowBlack
{
	text-shadow:1px 1px 3px rgba(0,0,0,0.8);
}

sup {
	font-size: 0.6em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.6em;
}
span.nowrap
{
	white-space: nowrap;
}

p
{
	margin: 0px 0px 5px 0px;
}

b
{
	font-weight: normal;
}

ul
{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
ul li
{
	margin: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

input[type="text"], 
input[type="password"], 
input[type="file"], 
input[type="email"], 
input[type="date"], 
input[type="time"], 
input[type="number"], 
input[type="search"], 
select, textarea
{
	
	font-family: 'ABBvoice', Verdana, Arial;
	
	background-color: #fff;
	background-color: #f4f4f4;
	color: #000;
	outline: 0;
	margin: 0;
	padding: 0.6em;
	text-align: left;
	font-size: 80%;
	font-size: 100%;

	width: 100%;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	border: 1px solid #888;
	/*
	border: 1px solid #0088ba;
	*/
	
}


select:not([size]):not([multiple])
{
	background-image: url('/portal/images/sortUp.png');
	background-repeat:no-repeat;
	background-position: center right;
	background-position: center calc(100%-0.6em);
}

input[type="button"], 
input[type="submit"]
{
	color: #fff;
	padding: 5px;
	padding-top: 3px;
	text-align: center;
	float:right;
	font-size: 100%;
	
	width: 100%;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	border: 0px;
	
	background-color: #ec2f3d; // red
	background-color: #0067a7; // blue
	
}

input[type="button"]:hover, 
input[type="submit"]:hover
{
	background-color: #b8000e;
	background-color: #00578d;
}

#submitBottom
{
	width:100%;
	margin-top:0px;
	
}

div.section
{
	display: inline-block;
	float: left;
	width: 100%;
	/* 
	background-color: #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	*/
}


div.container_12
{
	display: inline-block;
	float: left;
	width: 100%;
	padding: 10px;
	/* background-color: #808080; */
	/* border: 1px solid #555; */
}

div.box_00,
div.box_01,
div.box_02,
div.box_03,
div.box_04,
div.box_05,
div.box_06,
div.box_07,
div.box_08,
div.box_09,
div.box_10,
div.box_11,
div.box_12 { display: inline-block; float: left; padding: 0px 10px 0px 10px; /* background-color: #ccc; border: 1px solid #808080; */ }
	
div.box_alpha { padding-left: 0px; }
div.box_omega { padding-right: 0px; }


div.box_00 { width: 0%; }
div.box_01 { width: 8.33333333%; }
div.box_02 { width: 16.66666667%; }
div.box_03 { width: 25%; }
div.box_04 { width: 33.33333333%; }
div.box_05 { width: 41.66666667%; }
div.box_06 { width: 50%; }
div.box_07 { width: 58.33333333%; }
div.box_08 { width: 66.66666667%; }
div.box_09 { width: 75%; }
div.box_10 { width: 83.33333333%; }
div.box_11 { width: 91.66666667%; }
div.box_12 { width: 100%; }

div.box_push { padding-top: 10px; }




div.section.sectionWhite { background-color: #fff; color: #000; }
div.section.sectionBlue { background-color: #0082cc; color: #f4f4f4; }
div.section.sectionDarkGrey { background-color: #666; color: #ccc; }
div.section.sectionLightGrey { background-color: #f4f4f4; color: #000; }

div.section.sectionBorderWhite.downArrow { border-bottom: 1px solid #fff; }
div.section.sectionBorderBlue.downArrow { border-bottom: 1px solid #0082cc; }
div.section.sectionBorderDarkGrey.downArrow { border-bottom: 1px solid #666; }
div.section.sectionBorderLightGrey.downArrow { border-bottom: 1px solid #ccc; }

div.section.sectionBorderWhite.upArrow { border-top: 1px solid #fff; }
div.section.sectionBorderBlue.upArrow { border-top: 1px solid #0082cc; }
div.section.sectionBorderDarkGrey.upArrow { border-top: 1px solid #666; }
div.section.sectionBorderLightGrey.upArrow { border-top: 1px solid #ccc; }

div.container_12.sectionWhite { background-color: #fff; color: #000; }
div.container_12.sectionBlue { background-color: #0082cc; color: #f4f4f4; }
div.container_12.sectionDarkGrey { background-color: #666; color: #ccc; }
div.container_12.sectionLightGrey { background-color: #f4f4f4; color: #000; }

div.container_12.sectionBorderWhite.downArrow { border-bottom: 1px solid #fff; }
div.container_12.sectionBorderBlue.downArrow { border-bottom: 1px solid #0082cc; }
div.container_12.sectionBorderDarkGrey.downArrow { border-bottom: 1px solid #666; }
div.container_12.sectionBorderLightGrey.downArrow { border-bottom: 1px solid #ccc; }

div.container_12.sectionBorderWhite.upArrow { border-top: 1px solid #fff; }
div.container_12.sectionBorderBlue.upArrow { border-top: 1px solid #0082cc; }
div.container_12.sectionBorderDarkGrey.upArrow { border-top: 1px solid #666; }
div.container_12.sectionBorderLightGrey.upArrow { border-top: 1px solid #ccc; }

div.section.downArrow::after
{
	content: '';
	width: 28px;
	height: 28px;

	position: relative;
	display: inline-block;
	
	background-color: inherit;
	
	margin: 0px calc( 50% - 14px ) -14px calc( 50% - 14px );
	
	-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}

div.section.upArrow::before
{
	content: '';
	width: 28px;
	height: 28px;

	position: relative;
	display: inline-block;
	
	background-color: inherit;
	
	margin: -14px calc( 50% - 14px ) 0px  calc( 50% - 14px );
	
	-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}


div.container_12.downArrow::after
{
	content: '';
	width: 28px;
	height: 28px;

	position: relative;
	display: inline-block;
	
	background-color: inherit;
	
	margin: 0px calc( 50% - 14px ) -14px calc( 50% - 14px );
	
	-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}


div.container_12.upArrow
{
	padding-top: 15px;
	
}
div.container_12.upArrow::before
{
	content: '';
	width: 28px;
	height: 28px;

	position: relative;
	display: inline-block;
	
	background-color: inherit;
	
	margin: -34px calc( 50% - 14px ) 0px  calc( 50% - 14px );
	
	-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}

div.section.sectionBorderWhite.downArrow::after { border-bottom: 1px solid #fff; border-right: 1px solid #fff; }
div.section.sectionBorderBlue.downArrow::after { border-bottom: 1px solid #0082cc; border-right: 1px solid #0082cc; }
div.section.sectionBorderDarkGrey.downArrow::after { border-bottom: 1px solid #666; border-right: 1px solid #666; }
div.section.sectionBorderLightGrey.downArrow::after { border-bottom: border-right: 1px solid #ccc; }

div.section.sectionBorderWhite.upArrow::before { border-top: 1px solid #fff; border-left: 1px solid #fff; }
div.section.sectionBorderBlue.upArrow::before { border-top: 1px solid #0082cc; border-left: 1px solid #0082cc; }
div.section.sectionBorderDarkGrey.upArrow::before { border-top: 1px solid #666; border-left: 1px solid #666; }
div.section.sectionBorderLightGrey.upArrow::before { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }

div.container_12.sectionBorderWhite.downArrow::after { border-bottom: 1px solid #fff; border-right: 1px solid #fff; }
div.container_12.sectionBorderBlue.downArrow::after { border-bottom: 1px solid #0082cc; border-right: 1px solid #0082cc; }
div.container_12.sectionBorderDarkGrey.downArrow::after { border-bottom: 1px solid #666; border-right: 1px solid #666; }
div.container_12.sectionBorderLightGrey.downArrow::after { border-bottom: border-right: 1px solid #ccc; }

div.container_12.sectionBorderWhite.upArrow::before { border-top: 1px solid #fff; border-left: 1px solid #fff; }
div.container_12.sectionBorderBlue.upArrow::before { border-top: 1px solid #0082cc; border-left: 1px solid #0082cc; }
div.container_12.sectionBorderDarkGrey.upArrow::before { border-top: 1px solid #666; border-left: 1px solid #666; }
div.container_12.sectionBorderLightGrey.upArrow::before { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }

p.downArrow
{
	padding-bottom: 0px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

p.downArrow::after
{
	content: '';
	width: 20px;
	height: 20px;

	position: relative;
	display: inline-block;
	
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	
	margin-top: 0px;
	margin-bottom: -11px;
	margin-left: calc( 50% - 10px );
	margin-right: calc( 50% - 10px );
	
	-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}

.sectionWhite p.downArrow { border-bottom: 1px solid #ccc; }
.sectionBlue p.downArrow: { border-bottom: 1px solid #fff; }
.sectionDarkGrey p.downArrow: { border-bottom: 1px solid #fff; }
.sectionLightGrey p.downArrow { border-bottom: 1px solid #fff; }

.sectionWhite p.downArrow::after { background-color: #fff; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.sectionBlue p.downArrow::after { background-color: #0082cc; border-bottom: 1px solid #fff; border-right: 1px solid #fff; }
.sectionDarkGrey p.downArrow::after { background-color: #666; border-bottom: 1px solid #fff; border-right: 1px solid #fff; }
.sectionLightGrey p.downArrow::after { background-color: #ccc; border-bottom: 1px solid #fff; border-right: 1px solid #fff; }



div.parallax_bg
{
	/* height: 100%; */
	
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
div.parallax_bg.middlebanner
{
	height: 75%;
}
div.parallax_bg.middlebanner .container_12
{
	position: relative;
	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}





div.sectionHeader
{
	background: #ff4713;
	background: #000;
}
div.sectionHeader div.container_12
{
	padding-top: 0px;
	padding-bottom: 0px;
}

div.sectionHeader div.box_slogan
{
	background-color: #000;
	cursor: pointer;
	
	/*
	background-image: url('../images/down-arrow.png');
	background-repeat: no-repeat;
	background-size: 23px 24px;
	background-position: 50% calc( 100% + 3px );
	
	 */
}

div.sectionHeader img.logo
{
	
	max-width: 90%;
	
	margin-top: 40px;
	margin-bottom: 20px;
}
div.sectionHeader p.slogan1,
div.sectionHeader p.slogan2
{
	color: #fff;
	font-size: 200%;
	line-height: 100%;
	
	/*
	background-image: url('../images/csa_logo.png');
	background-repeat: no-repeat;
	background-size: 23px 24px;
	background-position: calc( 100% - 10px ) 0px;
	*/
}
div.sectionHeader div.box_logo
{
	/*
	background-image: url('../images/csa_logo.png');
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: calc( 100% - 20px ) calc( 100% - 20px );
	*/
}
div.sectionHeader p.slogan1
{
	margin-top: 40px;
	margin-bottom: 20px;
}
div.sectionHeader p.slogan2
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.sectionHeader span.Text01
{
	font-size: 120%;
	font-weight: bold;
}
div.sectionHeader span.Text01 span.Text01_sub01
{
	color: #f3f3f4;
}
div.sectionHeader span.Text02
{
	font-size: 100%;
}
div.sectionHeader .languebutton
{
	display: inline-block;
	
	padding: 5px 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	border-radius: 10px; /* future proofing */
	
	background-color: #ec2f3d;
	color: #fff;
	
	text-decoration: none;
	text-align: center;
}
div.sectionHeader .languebutton:hover
{
	background-color: #b8000e;
}



div.sectionPromo
{
	background-color: #fff;
	
	background-color: #f4f4f4;
}
div.sectionPromo div.container_12
{
	padding-top: 20px;
	padding-bottom: 20px;
}



div.sectionPromo .sectionPromo_PromoBox
{
	position: relative;
	width: 100%;
	/*
	padding-bottom: 100%;
	top: -20px; 
	top: -21px;
	*/
	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-bottom: 5px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	
	background-color: #202020;
	background-color: #f4f4f4;
	
	background-color: #fff;
	
	color: #ff4713;

	/*
	background-image: url('../images/csa-logo_blk.png');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: calc( 100% - 20px ) calc( 100% - 20px );
	background-position: calc( 100% - 10px ) calc( 100% - 10px );
	
	 */
}
div.sectionPromo .sectionPromo_PromoBox p.Text01
{
	margin: 0px; padding: 0px;
	
	color: #000000;
	font-size: 200%;
	line-height: 100%;
	
	margin-top: 10px;
	margin-bottom: 10px;
}
div.sectionPromo .sectionPromo_PromoBox p.Text02
{
	margin: 0px; padding: 0px;
	
	color: #ff4713;
	color: #000;
	font-size: 120%;
	line-height: 125%;
	
	margin-bottom: 10px;
	
	/*
	text-align: left;
	*/
	
	padding-top: 35px;
	
	background-image: url('../images/plus.png');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 50% 0px;
}
div.sectionPromo .sectionPromo_PromoBox p.Text03
{
	margin: 0px; padding: 0px;
	
	color: #ff4713;
	font-size: 250%;
	line-height: 100%;
	
	font-weight: bold;
	
	margin-bottom: 20px;
	
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.8);
}
div.sectionPromo .sectionPromo_PromoBox p.Text04
{
	margin: 0px; padding: 0px;
	
	color: #fff;
	font-size: 300%;
	line-height: 100%;
	
	font-weight: bold;
}
div.sectionPromo .sectionPromo_PromoBox p.Text05
{
	margin: 0px; padding: 0px;
	
	color: #fff;
	font-size: 200%;
	line-height: 100%;
	
	margin-bottom: 20px;
}
div.sectionPromo .sectionPromo_PromoBox p.Text06
{
	margin: 0px; padding: 0px;
	
	color: #fff;
	font-size: 300%;
	line-height: 100%;
	
	font-weight: bold;
}
div.sectionPromo .sectionPromo_PromoBox p.Text06 span.Text06_sub01
{
	color: #ff4713;
	font-size: 200%;
	line-height: 25%;
	
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.8);
}

div.sectionPromo .sectionPromo_PromoBox p.Text07
{
	margin: 0px; padding: 0px;
	
	color: #fff;
	font-size: 200%;
	line-height: 100%;
	
	margin-bottom: 20px;
}
div.sectionPromo .sectionPromo_PromoBox p.Text08
{
	margin: 0px; padding: 0px;
	
	color: #fff;
	font-size: 70%;
	line-height: 100%;
}



div.sectionPromo.container_sectionPromo
{
	background-image:url('../images/header.jpg');
	background-repeat: no-repeat;
	background-size: auto;
	background-size: cover;
	background-position: center;
	/*
	border-bottom: 1px solid #f3f3f4;
	margin-top: 40px;
	*/
	/*
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 100% 100%;
	*/
}
div.sectionPromo .sectionPromo_PromoBox02
{
	padding-top: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	
	/*
	border: 1px dashed #fff;
	*/
	
	color: #fff;
}
div.sectionPromo .sectionPromo_PromoBox02 p.Text01
{
	margin: 0px; padding: 0px;
	
	color: #ff4713;
	color: #0067a7;
	font-size: 400%;
	line-height: 100%;
	
	font-weight: bold;
	
	/*
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.8);
	*/
}
div.sectionPromo .sectionPromo_PromoBox02  p.Text01 span.Text01_sub01
{
	color: #ff4713;
	color: #000;
}
div.sectionPromo .sectionPromo_PromoBox02  p.Text01 span.Text01_sub02
{
	color: #000;
}
div.sectionPromo .sectionPromo_PromoBox02 p.Text02
{
	margin: 0px; padding: 0px;
	
	color: #ff4713;
	color: #000;
	font-size: 200%;
	line-height: 100%;
	
	/*
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.8);
	*/
}
div.sectionPromo .sectionPromo_PromoBox02 p.Text03
{
	margin: 0px;
	padding: 10px;
	margin-top: 10px;
	
	color: #0067a7;
	color: #000;
	border: 0px solid #f3f3f4;
	font-size: 120%;
	line-height: 110%;
}


div.sectionPromo table.table_PromoBox
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: middle;
}
div.sectionPromo table.table_PromoBox td
{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
div.sectionPromo .sectionPromo_PromoBox td.ExtraPadding
{
	padding-top: 30px;
	padding-bottom: 30px;
}


table.tablesize
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: middle;
	width:100%;
}
table.tablesize td
{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	
	/*
	border:1px solid red;
	*/
}
table.tablesize td p
{
	margin: 0px;
	padding: 0px;
}
table.tablesize td img
{
	margin: 0px;
	padding: 0px;
}
table.tablesize.alignbottom td
{
	vertical-align: bottom;
}
table.tablesize.aligntop td
{
	vertical-align: top;
}




div.sectionPromo_arrow
{
	width: 28px;
	height: 28px;

	position: relative;
	display: inline-block;
	
	top: -14px;
	
	/* margin: 0px calc( 50% - 14px ) -14px calc( 50% - 14px ); */
	margin: 0px calc( 50% - 14px ) 0px calc( 50% - 14px );
	
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	
	background: #fff;
	background: #000;
	
	/*
	border-right: 2px solid #f3f3f4;
	border-bottom: 2px solid #f3f3f4;
	*/
	
	overflow: hidden;
}


div.sectionPromo_arrow.bluearrow
{
	background: #000000;
}


div.galleryImage
{
	/*
	margin-top: 10px;
	*/
}

div.galleryImage .imageMain
{
	/*
	margin-bottom: 20px;
	*/
}
div.galleryImage .imageOther
{
	cursor: pointer;
}
div.galleryImage img
{
	width: 100%;
}
div.galleryImage p.txt01
{
	font-size: 400%;
	line-height: 100%;
	line-height: 80%;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 5px;
}
div.galleryImage p.txt02
{
	font-size: 200%;
	line-height: 100%;
	font-weight: normal;
	margin-bottom: 20px;
}
div.galleryImage p.txt03
{
	font-size: 150%;
	line-height: 125%;
	color: #000;
	margin-bottom: 0px;
}











div.sectionPromo_PromoBox03 
{
	padding: 20px 40px;
}
div.sectionPromo_PromoBox03 .sectionPromo_PromoBox03_sub
{
	padding: 20px;
	background-color: #ff4713;
	background-color: #000;
	
	border: 1px solid #fff;
	
	/* box-shadow: 0px 3px 5px 5px rgba(0,0,0,0.2); 
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);*/
}
div.sectionPromo_PromoBox03 img
{
	max-width: 100%;
}
div.sectionPromo_PromoBox03 p.Text01
{
	margin: 0px; padding: 0px;
	
	color: #fff;
	font-size: 100%;
	line-height: 100%;
	
	font-weight: bold;
	
	margin-bottom: 10px;
}
div.sectionPromo_PromoBox03 p.Text02
{
	margin: 0px; padding: 0px;
	
	color: #000;
	color: #fff;
	font-size: 400%;
	line-height: 100%;
	
	font-weight: bold;
	
	margin-bottom: 5px;
}
div.sectionPromo_PromoBox03 p.Text03
{
	margin: 0px; padding: 0px;
	
	color: #fff;
	font-size: 600%;
	line-height: 100%;
	
	font-weight: bold;
	
	margin-bottom: 10px;
}
div.sectionPromo_PromoBox03 p.Text04
{
	margin: 0px; padding: 0px;
	
	color: #000;
	color: #fff;
	font-size: 200%;
	line-height: 100%;
	
	font-weight: bold;
}




div.sectionFooter
{
	background-color: #000;
	
	font-size: 90%;
	color: #fff;
	margin-top: 30px;
}
div.sectionFooter img
{
	width: 100px;
}

div.sectionBanner
{
	
}
div.sectionBanner h1
{
	font-size: 180%;
	line-height: 150%;
	font-weight: bold;
	color: #085091;
	
	margin-top: 20px;
}
div.sectionBanner .BannerDescription
{
	font-size: 130%;
	line-height: 150%;
	color: #000;
}

.whiteBox
{
	background-color:white;
	height:10px;
	width:10px;
}

div.container_padding_top_large { padding-top: 30px; }
div.container_padding_bottom_large { padding-bottom: 30px; }
div.container_padding_left_large { padding-left: 30px; }
div.container_padding_right_large { padding-right: 30px; }

div.box_title
{
	display: inline-block;
	float: left;
	width: 100%;
	
	color: #000;
	font-size: 300%;
	font-weight: bold;
	line-height: 120%;
	padding: 100px 150px 100px 150px;
	
	/* text-shadow: 2px 2px 5px #000; */
	
	/* border: 1px solid #f4f4f4; */
}

div.containerOverlayWhite50
{
	background-color: rgba(255,255,255, 0.5);
	color: #000;
}
div.containerOverlayBlack25
{
	background-color: rgba(0,0,0, 0.25);
	color: #fff;
	text-shadow: 0px 3px 5px #000;
}

div.boxWithLogo
{
	text-align: left;
}



div.DivInformation01
{
	background-color: #fff;
	background-color: #000;
	color: #000;
	color: #fff;
	
	margin-top: -25px;
	margin-top: -28px;
	margin-top: 0px;
	
	margin-bottom: 40px;
	margin-bottom: 20px;
	margin-bottom: 0px;
	
	padding-top: 20px;
	padding-bottom: 20px;
	
	padding-left: 20px;
	padding-right: 20px;
	
	/*
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
	*/
}
div.DivInformation01 p.Text01
{
	font-size: 200%;
	line-height: 110%;
	margin-bottom: 10px;
}
div.DivInformation01 p.Text02
{
	font-size: 120%;
	line-height: 110%;
	margin-bottom: 10px;
}
div.DivInformation01 p.Text03
{
	font-size: 90%;
	line-height: 110%;
	margin-bottom: 10px;
}





div.sectionSamplePack
{
	
	padding: 20px;
	
}
div.sectionSamplePack div.container_12
{
	padding-top: 0px;
	padding-bottom: 0px;
}
div.sectionSamplePack div.box_productcontainer
{/*
	border: 1px solid #000;
	border: 2px solid #000;
	border: 1px solid #fff;
	*/
	
	/* -moz-border-radius: 0px 20px 20px 20px;
	-webkit-border-radius: 0px 20px 20px 20px;
	-khtml-border-radius: 0px 20px 20px 20px; /* for old Konqueror browsers */
	/* border-radius: 0px 20px 20px 20px; /* future proofing */
	
	/*box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);*/
	
	padding: 10px 0px;
	margin-bottom: 20px;
	
	background-color: none;
	background-color: #fff;
	background-color: #f3f3f4;
	
	background-image: url('../images/plus.png');
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 5px 5px;
	background-position: 10px 10px;
}
div.sectionSamplePack p.MainTitle
{
	color: #000;
	font-size: 200%;
	line-height: 100%;
	margin-bottom: 20px;
	margin-bottom: 30px;
}
div.sectionSamplePack .SampleTitle
{
	font-size: 150%;
	line-height: 110%;
	font-weight: normal;
	
	margin-top: 10px;
	margin-bottom: 5px;
	
	/* 
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	*/
	color: #000;
	
}
div.sectionSamplePack .SampleSubTitle
{
	font-size: 150%;
	line-height: 110%;
	color: #000000;
	
	margin-bottom: 15px;
}
div.sectionSamplePack ul
{
	margin-left: 20px;
	margin-right: 20px;
}
div.sectionSamplePack ul li
{
	
}



.actionbutton
{
	display: block;
	
	padding: 10px 30px;
	
	margin-top: 10px;
	margin-bottom: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	border-radius: 10px; /* future proofing */
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px; /* for old Konqueror browsers */
	border-radius: 30px; /* future proofing */
	
	background-color: #ff4713;
	background-color: #fa0000;
	color: #000;
	color: #fff;
	
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.actionbutton:hover
{
	background-color: #e43200;
	background-color: #fa0000;
	cursor: pointer;
}

.actionbutton.actionbuttonSepparate
{
	margin-top: 0px;
}

.actionbutton.learnmorepromo
{
	display: inline-block;
	margin-top: 20px;
	
	padding-right: 40px;
	
	
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: calc( 100% - 10px ) calc( 50% + 3px ) ;
}








div.textAvis
{
	font-size: 90%;
	
}

div.textConditions
{
	font-size: 120%;
	text-align: center;
	
	border-top: 1px solid #ccc;
}

div.MessageContent
{	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	border-radius: 10px; /* future proofing */
	
	color: #fff;
	
	padding: 10px 10px 10px 40px;
}
div.MessageContent.MessageSuccess
{
	background: url('/portal/images/button_big_instruction.png') no-repeat 10px 10px, #00c509; // fallback
	background: url('/portal/images/button_big_instruction.png') no-repeat 10px 10px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00c509), to(#009007));
	background: url('/portal/images/button_big_instruction.png') no-repeat 10px 10px, -webkit-linear-gradient(top, #00c509,#009007);
	background: url('/portal/images/button_big_instruction.png') no-repeat 10px 10px, -moz-linear-gradient(top, #00c509, #009007);
	background: url('/portal/images/button_big_instruction.png') no-repeat 10px 10px, -ms-linear-gradient(top, #00c509, #009007);
	background: url('/portal/images/button_big_instruction.png') no-repeat 10px 10px, -o-linear-gradient(top, #00c509, #009007);
	background: url('/portal/images/button_big_instruction.png') no-repeat 10px 10px, linear-gradient(top bottom, #00c509, #009007);
}
div.MessageContent.MessageError
{
	background: url('/portal/images/button_big_instruction.png') no-repeat 10px 10px, #ff0000; // fallback
	background: url('/portal/images/button_big_instruction.png') no-repeat 10px 10px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#800000));
	background: url('/portal/images/button_big_instruction.png') no-repeat 10px 10px, -webkit-linear-gradient(top, #ff0000,#800000);
	background: url('/portal/images/button_big_instruction.png') no-repeat 10px 10px, -moz-linear-gradient(top, #ff0000, #800000);
	background: url('/portal/images/button_big_instruction.png') no-repeat 10px 10px, -ms-linear-gradient(top, #ff0000, #800000);
	background: url('/portal/images/button_big_instruction.png') no-repeat 10px 10px, -o-linear-gradient(top, #ff0000, #800000);
	background: url('/portal/images/button_big_instruction.png') no-repeat 10px 10px, linear-gradient(top bottom, #ff0000, #800000);
}




/* The container */
.containerCheckbox {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.containerCheckbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f4f4f4;
    border: 1px solid #888;
}

/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmark {
    background-color: #0088ba;
    border: 1px solid #0088ba;
}

/* Create the checkmark/indicator (hidden when not checked) */
.containerCheckbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}






table.ContentTable
{
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table.ContentTable tr
{
}
table.ContentTable tr th,
table.ContentTable tr td
{
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.ContentTable tr th
{
	vertical-align: bottom;
}
table.ContentTable tr td
{
	vertical-align: top;
}



	
				.thumbnail01
				{
					width: 100%;
					margin-bottom: 20px;
				}
				.thumbnail01 .mainlink
				{
					display: inline-block;
					position: relative;
					border: 1px solid #000;
					width: 100%;
	
					/* height: 200px; */
					
					padding-bottom: 100%;
	
					overflow: hidden;
	
					background-repeat: no-repeat;
					background-size: cover;
					background-position: top center;
				}
				.thumbnail01.offering .mainlink
				{
					background-position: center center;
				}
				.thumbnail01 .mainlink:hover
				{
					border:1px solid #006098;
				}
				.thumbnail01 .mainlink .divContent
				{
					display: inline-block;
					position: absolute;
					z-index: 10;
					left: 0px;
					bottom: 0px;
	
					background-color: rgba(255,255,255, 0.8);
	
					padding: 8px 8px 8px 8px;
					width: 100%;
	
					/* border: 1px solid #fff; */
	
					font-size: 100%;
					line-height: 110%;
	
					color: #006098;
				}
				.thumbnail01 .mainlink .divContent.singleline
				{
					/* height: 65px; */
	
					width: 100%;
					white-space: nowrap;
					overflow: hidden;
					text-overflow: ellipsis;
				}
				.thumbnail01 .mainlink .divContent.multiline
				{
					height: 65px;
					overflow: hidden;
				}
				.thumbnail01 .mainlink:hover .divContent.multiline
				{
					/* height: auto; */
				}
				.thumbnail01 .mainlink:hover .divContent
				{
					background-color: rgba(0,96,152, 0.9);
					color: #ebebeb;
					color: #fff;
				}
				
	
input[type="text"].highlight, select.highlight, table.highlight
{
	border: 1px solid red;
}






/*
THUMBNAILS
THUMBNAILS
THUMBNAILS
*/



div.ThumbnailContainer,
div.ThumbnailContainer
{
	/*
	padding: 0px 2px 0px 2px;
	*/
	/* remove blue highlight on click */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
div.ThumbnailContainer div.Thumbnail_link,
div.ThumbnailContainer a.Thumbnail_link
{
	display: block;
	position: relative;
	
	background-color: #f9f9f9;
	background-color: #fff;
	border: 1px solid #626262;
	border: 1px solid #bbbbbb;
	
	border: 1px solid #fff;
	
	outline: none;
	
	margin-bottom: 4px;
	margin-bottom: 20px;
	
	-webkit-tap-highlight-color: transparent;
}

div.slick-slider div.ThumbnailContainer
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-bottom: 1px;
}
div.slick-slider div.ThumbnailContainer div.Thumbnail_link,
div.slick-slider div.ThumbnailContainer a.Thumbnail_link
{
	margin-bottom: 0px;
}
div.ThumbnailContainer div.Thumbnail_link div.divImage,
div.ThumbnailContainer a.Thumbnail_link div.divImage
{
	width: 100%;
	height: 0px;
	padding-bottom: 50%;
	
	/* border-bottom: 1px solid #e6e6e6; */
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
div.ThumbnailContainer.GrayScale div.Thumbnail_link div.divImage,
div.ThumbnailContainer.GrayScale a.Thumbnail_link div.divImage
{
	filter: grayscale(100%);
}


div.ThumbnailContainer div.Thumbnail_link div.divSelect,
div.ThumbnailContainer a.Thumbnail_link div.divSelect
{
	display: none;
	
	position: absolute;
	z-index: 3;
	
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-color: #ff0000;
	background-color: rgba(255,0,0, 0.5);
	background-color: rgba(0,0,0, 0.5);
	/*
	background-image: linear-gradient(rgba(0,0,0, 0.5), rgba(0,0,0, 0.2), rgba(0,0,0, 0.3), rgba(0,0,0, 0.8));
	*/
	
	line-height: 100%;
	font-size: 200%;
	font-size: 500%;
	font-size: 350%;
	color: #fff;
	color: rgba(255,255,255, 0.8);
	color: rgba(255,255,255, 0.9);
	font-weight: bold;
	
	text-shadow: 0px 2px 5px rgba(0,0,0, 0.7);
	
	align-items: center; /* FLEX Vertical center alignment */
	
	padding: 15px 10px 7px 10px;
	
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
div.ThumbnailContainer div.Thumbnail_link div.divSelect_text,
div.ThumbnailContainer a.Thumbnail_link div.divSelect_text
{
	text-align: center;
	width: 100%;
}
div.ThumbnailContainer.SelectedThumb div.Thumbnail_link div.divSelect,
div.ThumbnailContainer.SelectedThumb a.Thumbnail_link div.divSelect
{
	display: flex;
}
div.ThumbnailContainer.SelectedThumb div.Thumbnail_link div.divImage,
div.ThumbnailContainer.SelectedThumb a.Thumbnail_link div.divImage
{
	filter: grayscale(100%);
}
div.ThumbnailContainer.SelectedThumb div.Thumbnail_link,
div.ThumbnailContainer.SelectedThumb a.Thumbnail_link
{
	border-color: #262626;
}

div.ThumbnailContainer div.Thumbnail_link div.divTextContainer,
div.ThumbnailContainer a.Thumbnail_link div.divTextContainer
{
	position: absolute;
	z-index: 2;
	bottom: 5px;
	left: 5px;
	right: 5px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	background-color: rgba(0,0,0, 0.5);
	/* background-color: rgba(255,255,255, 0.9); */
	
	/*
	box-shadow: 0px 2px 5px rgba(0,0,0, 0.5);
	-o-box-shadow: 0px 2px 5px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0, 0.5);
	 */
}
div.ThumbnailContainer div.Thumbnail_link div.divText,
div.ThumbnailContainer a.Thumbnail_link div.divText
{
	line-height: 100%;
	font-size: 90%;
	font-weight: normal;
	
	color: #f9f9f9;
	/* color: #626262; */
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	height: 15px; /* one line */
	
	/* padding: 10px 15px; */ /* FAILS THE ELLIPSIS SCRIPT */
	/*margin: 10px 15px;*/
	margin: 10px 10px 8px 10px;
	margin: 7px 7px 6px 7px;
	
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
div.ThumbnailContainer div.Thumbnail_link div.divTextContainer.pdficon,
div.ThumbnailContainer a.Thumbnail_link div.divTextContainer.pdficon
{
	background-image: url('/images/pdf.png');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 7px 11px;
	background-position: 0px 0px;
	
	padding-left: 23px;
}
div.ThumbnailContainer div.Thumbnail_link div.divTextContainer.foldericon,
div.ThumbnailContainer a.Thumbnail_link div.divTextContainer.foldericon
{
	background-image: url('/images/folder_open.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 5px 10px;
	background-position: 5px 7px;
	
	padding-left: 23px;
}
div.ThumbnailContainer div.Thumbnail_link div.divText.multiline,
div.ThumbnailContainer a.Thumbnail_link div.divText.multiline
{
	white-space: normal;
	overflow: unset;
	text-overflow: unset;
	
	/* height: 62px; */
	/* height: 42px; */
	height: 45px; /* three line */
	overflow: hidden;
}
div.ThumbnailContainer div.Thumbnail_link:hover,
div.ThumbnailContainer a.Thumbnail_link:hover
{
	color: #000;
	background-color: #f0f0f0;
	background-color: #fff;
	border-color: #262626;
	
	cursor: pointer;
}
div.ThumbnailContainer div.Thumbnail_link:hover div.divText,
div.ThumbnailContainer a.Thumbnail_link:hover div.divText
{
	color: #fff;
	color: #000;
	color: #fff;
}
div.ThumbnailContainer div.Thumbnail_link div.divButton,
div.ThumbnailContainer a.Thumbnail_link div.divButton
{
	position: relative;
	top: 0px;
	z-index: 10;
	
}
div.ThumbnailContainer div.Thumbnail_link div.divButton .Thumb_button,
div.ThumbnailContainer a.Thumbnail_link div.divButton .Thumb_button
{
	position: absolute;
	
	bottom: 20px;
	left: 20px;
	
	z-index: 15;
	
	/*
	box-shadow: 0px 1px 4px rgba( 0,0,0,0.24 ), 0px 1px 6px rgba( 0,0,0,0.12 );
	*/
	text-shadow: 0px 1.5px 4px rgba( 0,0,0,0.24 );
}
div.ThumbnailContainer div.Thumbnail_link:hover div.divButton .Thumb_button,
div.ThumbnailContainer a.Thumbnail_link:hover div.divButton .Thumb_button
{
	background-color: #ce0000;
	cursor: pointer;
}

div.ThumbnailContainer div.Thumbnail_link div.divButton .Thumb_button.left,
div.ThumbnailContainer a.Thumbnail_link div.divButton .Thumb_button.left
{
	left: unset;
	left: 20px;
}
div.ThumbnailContainer div.Thumbnail_link div.divButton .Thumb_button.center,
div.ThumbnailContainer a.Thumbnail_link div.divButton .Thumb_button.center
{
	left: unset;
	left: 50%;
	transform: translate(-50%, 0%);
}
div.ThumbnailContainer div.Thumbnail_link div.divButton .Thumb_button.right,
div.ThumbnailContainer a.Thumbnail_link div.divButton .Thumb_button.right
{
	left: unset;
	right: 20px;
}


div.ThumbnailContainer.ThumbnailSize_Square div.Thumbnail_link div.divImage,
div.ThumbnailContainer.ThumbnailSize_Square a.Thumbnail_link div.divImage
{
	padding-bottom: 100%;
}
div.ThumbnailContainer.ThumbnailSize_Landscape div.Thumbnail_link div.divImage,
div.ThumbnailContainer.ThumbnailSize_Landscape a.Thumbnail_link div.divImage
{
	padding-bottom: 66%;
}
div.ThumbnailContainer.ThumbnailSize_UltraWide div.Thumbnail_link div.divImage,
div.ThumbnailContainer.ThumbnailSize_UltraWide a.Thumbnail_link div.divImage
{
	padding-bottom: 50%;
}
div.ThumbnailContainer.ThumbnailSize_UltraWide2 div.Thumbnail_link div.divImage,
div.ThumbnailContainer.ThumbnailSize_UltraWide2 a.Thumbnail_link div.divImage
{
	padding-bottom: 33%;
}
div.ThumbnailContainer.ThumbnailSize_UltraWide3 div.Thumbnail_link div.divImage,
div.ThumbnailContainer.ThumbnailSize_UltraWide3 a.Thumbnail_link div.divImage
{
	padding-bottom: 20%;
}
div.ThumbnailContainer.ThumbnailSize_Portrait div.Thumbnail_link div.divImage,
div.ThumbnailContainer.ThumbnailSize_Portrait a.Thumbnail_link div.divImage
{
	padding-bottom: 150%;
}
div.ThumbnailContainer.ThumbnailBGSize_Contain div.Thumbnail_link div.divImage,
div.ThumbnailContainer.ThumbnailBGSize_Contain a.Thumbnail_link div.divImage
{
	background-size: contain;
}




/* mobile */
@media all and (max-width: 425px)
{

	div.container_12
	{
		width: 100%;
		/* background-color: red; */
	}
	
	div.sectionHeader
	{
		padding-top: 20px;
	}
	
	div.box_title
	{
		font-size: 150%;
		padding: 25px 50px 25px 50px;
	}

	div.mobile_box_00 { width: 0%; }
	div.mobile_box_01 { width: 8.33333333%; }
	div.mobile_box_02 { width: 16.66666667%; }
	div.mobile_box_03 { width: 25%; }
	div.mobile_box_04 { width: 33.33333333%; }
	div.mobile_box_05 { width: 41.66666667%; }
	div.mobile_box_06 { width: 50%; }
	div.mobile_box_07 { width: 58.33333333%; }
	div.mobile_box_08 { width: 66.66666667%; }
	div.mobile_box_09 { width: 75%; }
	div.mobile_box_10 { width: 83.33333333%; }
	div.mobile_box_11 { width: 91.66666667%; }
	div.mobile_box_12 { width: 100%; }
	
	div.mobile_text-left { text-align: left; }
	div.mobile_text-center { text-align: center; }
	div.mobile_text-right { text-align: right; }
	
	
	.mobile_margin_top_large { margin-top: 30px; }
	.mobile_margin_right_large { margin-right: 30px; }
	.mobile_margin_bottom_large { margin-bottom: 30px; }
	.mobile_margin_left_large { margin-left: 30px; }
	
	.mobile_margin_top_medium { margin-top: 20px; }
	.mobile_margin_right_medium { margin-right: 20px; }
	.mobile_margin_bottom_medium { margin-bottom: 20px; }
	.mobile_margin_left_medium { margin-left: 20px; }
	
	.mobile_margin_top_small { margin-top: 10px; }
	.mobile_margin_right_small { margin-right: 10px; }
	.mobile_margin_bottom_small { margin-bottom: 10px; }
	.mobile_margin_left_small { margin-left: 10px; }
	
	.mobile_margin_top_tiny { margin-top: 5px; }
	.mobile_margin_right_tiny { margin-right: 5px; }
	.mobile_margin_bottom_tiny { margin-bottom: 5px; }
	.mobile_margin_left_tiny { margin-left: 5px; }
	
	
	.mobile_padding_top_large { padding-top: 30px; }
	.mobile_padding_right_large { padding-right: 30px; }
	.mobile_padding_bottom_large { padding-bottom: 30px; }
	.mobile_padding_left_large { padding-left: 30px; }
	
	.mobile_padding_top_medium { padding-top: 20px; }
	.mobile_padding_right_medium { padding-right: 20px; }
	.mobile_padding_bottom_medium { padding-bottom: 20px; }
	.mobile_padding_left_medium { padding-left: 20px; }
	
	.mobile_padding_top_small { padding-top: 10px; }
	.mobile_padding_right_small { padding-right: 10px; }
	.mobile_padding_bottom_small { padding-bottom: 10px; }
	.mobile_padding_left_small { padding-left: 10px; }
	
	.mobile_padding_top_tiny { padding-top: 5px; }
	.mobile_padding_right_tiny { padding-right: 5px; }
	.mobile_padding_bottom_tiny { padding-bottom: 5px; }
	.mobile_padding_left_tiny { padding-left: 5px; }
	
	.hideMobile { display: none !important; }
	.hideTablet { display: ; }
	.hideScreen { display: ; }
	
	
	div.bg_chandail
	{
		background-position: center bottom;
	}
	
	div.sectionHeader img
	{
		/*
		width: 75%;
		*/
	}
	div.sectionHeader .HeaderTitle
	{
		margin-top: 10px;
	}





	div.sectionPromo .sectionPromo_PromoBox
	{
		top: 0px;
	}
	
	
	div.container_imageOther
	{
		margin-bottom: 20px;
	}

}

/* tablet */
@media all and (min-width: 426px) and (max-width: 1023px)
{

	div.container_12
	{
		width: 100%;
		/* background-color: yellow; */
		/* extra tablet LEFT RIGHT padding of content */
		padding-left: 30px;
		padding-right: 30px;
	}
	
	div.sectionHeader
	{
		padding-top: 20px;
	}
	
	div.box_title
	{
		font-size: 225%;
		padding: 50px 100px 50px 100px;
	}

	div.tablet_box_00 { width: 0%; }
	div.tablet_box_01 { width: 8.33333333%; }
	div.tablet_box_02 { width: 16.66666667%; }
	div.tablet_box_03 { width: 25%; }
	div.tablet_box_04 { width: 33.33333333%; }
	div.tablet_box_05 { width: 41.66666667%; }
	div.tablet_box_06 { width: 50%; }
	div.tablet_box_07 { width: 58.33333333%; }
	div.tablet_box_08 { width: 66.66666667%; }
	div.tablet_box_09 { width: 75%; }
	div.tablet_box_10 { width: 83.33333333%; }
	div.tablet_box_11 { width: 91.66666667%; }
	div.tablet_box_12 { width: 100%; }
	
	div.tablet_text-left { text-align: left; }
	div.tablet_text-center { text-align: center; }
	div.tablet_text-right { text-align: right; }
	
	
	.tablet_margin_top_large { margin-top: 30px; }
	.tablet_margin_right_large { margin-right: 30px; }
	.tablet_margin_bottom_large { margin-bottom: 30px; }
	.tablet_margin_left_large { margin-left: 30px; }
	
	.tablet_margin_top_medium { margin-top: 20px; }
	.tablet_margin_right_medium { margin-right: 20px; }
	.tablet_margin_bottom_medium { margin-bottom: 20px; }
	.tablet_margin_left_medium { margin-left: 20px; }
	
	.tablet_margin_top_small { margin-top: 10px; }
	.tablet_margin_right_small { margin-right: 10px; }
	.tablet_margin_bottom_small { margin-bottom: 10px; }
	.tablet_margin_left_small { margin-left: 10px; }
	
	.tablet_margin_top_tiny { margin-top: 5px; }
	.tablet_margin_right_tiny { margin-right: 5px; }
	.tablet_margin_bottom_tiny { margin-bottom: 5px; }
	.tablet_margin_left_tiny { margin-left: 5px; }
	
	
	.tablet_padding_top_large { padding-top: 30px; }
	.tablet_padding_right_large { padding-right: 30px; }
	.tablet_padding_bottom_large { padding-bottom: 30px; }
	.tablet_padding_left_large { padding-left: 30px; }
	
	.tablet_padding_top_medium { padding-top: 20px; }
	.tablet_padding_right_medium { padding-right: 20px; }
	.tablet_padding_bottom_medium { padding-bottom: 20px; }
	.tablet_padding_left_medium { padding-left: 20px; }
	
	.tablet_padding_top_small { padding-top: 10px; }
	.tablet_padding_right_small { padding-right: 10px; }
	.tablet_padding_bottom_small { padding-bottom: 10px; }
	.tablet_padding_left_small { padding-left: 10px; }
	
	.tablet_padding_top_tiny { padding-top: 5px; }
	.tablet_padding_right_tiny { padding-right: 5px; }
	.tablet_padding_bottom_tiny { padding-bottom: 5px; }
	.tablet_padding_left_tiny { padding-left: 5px; }
	
	.hideMobile { display: ; }
	.hideTablet { display: none !important; }
	.hideScreen { display: ; }
	
	div.sectionHeader img
	{
		/*
		width: 75%;
		*/
	}
	div.sectionHeader .HeaderTitle
	{
		margin-top: 10px;
	}

}



/* monitor */
@media all and (min-width: 1024px)
{
	body
	{
	}
	
	div.section
	{
		/*
		padding-left: calc((100% - 960px)/2);
		padding-right: calc((100% - 960px)/2);
		*/
	}

	div.container_12
	{
		width: 960px;
		/* background-color: green; */
		
		margin-left: calc((100% - 960px)/2);
		margin-right: calc((100% - 960px)/2);
	}
	
	div.box_title
	{
		font-size: 300%;
		padding: 100px 150px 100px 150px;
	}

	div.screen_box_00 { width: 0%; }
	div.screen_box_01 { width: 8.33333333%; }
	div.screen_box_02 { width: 16.66666667%; }
	div.screen_box_03 { width: 25%; }
	div.screen_box_04 { width: 33.33333333%; }
	div.screen_box_05 { width: 41.66666667%; }
	div.screen_box_06 { width: 50%; }
	div.screen_box_07 { width: 58.33333333%; }
	div.screen_box_08 { width: 66.66666667%; }
	div.screen_box_09 { width: 75%; }
	div.screen_box_10 { width: 83.33333333%; }
	div.screen_box_11 { width: 91.66666667%; }
	div.screen_box_12 { width: 100%; }
	
	div.screen_text-left { text-align: left; }
	div.screen_text-center { text-align: center; }
	div.screen_text-right { text-align: right; }
	
	
	.screen_margin_top_large { margin-top: 30px; }
	.screen_margin_right_large { margin-right: 30px; }
	.screen_margin_bottom_large { margin-bottom: 30px; }
	.screen_margin_left_large { margin-left: 30px; }
	
	.screen_margin_top_medium { margin-top: 20px; }
	.screen_margin_right_medium { margin-right: 20px; }
	.screen_margin_bottom_medium { margin-bottom: 20px; }
	.screen_margin_left_medium { margin-left: 20px; }
	
	.screen_margin_top_small { margin-top: 10px; }
	.screen_margin_right_small { margin-right: 10px; }
	.screen_margin_bottom_small { margin-bottom: 10px; }
	.screen_margin_left_small { margin-left: 10px; }
	
	.screen_margin_top_tiny { margin-top: 5px; }
	.screen_margin_right_tiny { margin-right: 5px; }
	.screen_margin_bottom_tiny { margin-bottom: 5px; }
	.screen_margin_left_tiny { margin-left: 5px; }
	
	
	.screen_padding_top_large { padding-top: 30px; }
	.screen_padding_right_large { padding-right: 30px; }
	.screen_padding_bottom_large { padding-bottom: 30px; }
	.screen_padding_left_large { padding-left: 30px; }
	
	.screen_padding_top_medium { padding-top: 20px; }
	.screen_padding_right_medium { padding-right: 20px; }
	.screen_padding_bottom_medium { padding-bottom: 20px; }
	.screen_padding_left_medium { padding-left: 20px; }
	
	.screen_padding_top_small { padding-top: 10px; }
	.screen_padding_right_small { padding-right: 10px; }
	.screen_padding_bottom_small { padding-bottom: 10px; }
	.screen_padding_left_small { padding-left: 10px; }
	
	.screen_padding_top_tiny { padding-top: 5px; }
	.screen_padding_right_tiny { padding-right: 5px; }
	.screen_padding_bottom_tiny { padding-bottom: 5px; }
	.screen_padding_left_tiny { padding-left: 5px; }

	div.sectionPlanogrammes
	{
		/*
		background-image: url("../images/1pix_gris.gif");
		background-position: center;
		background-repeat: repeat-y;
		*/
	}
	
	div.sectionHeader .HeaderTitle
	{
		margin-top: 10px;
	}
	
	.hideMobile { display: ; }
	.hideTablet { display: ; }
	.hideScreen { display: none !important; }

}
