/*
* www.KNACSS.com V2.6l @author: Raphael Goetter, Alsacreations
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/ 
*/

/* ----------------------------- */
/* ==reset                       */
/* ----------------------------- */

/* base font-size corresponds to 10px and is adapted to rem unit */

/* soft reset */
html,
body,
textarea,
figure,
label {
	margin: 0;
	padding: 0;
}
ul,
ol {
	padding-left: 2em;
}
ul.unstyled {
	list-style: none;
}
code, 
pre,
samp,
kbd {
	white-space: pre-wrap;
	font-family: consolas, 'DejaVu Sans Mono', courier, monospace;
	line-height: 1em;
}
code, kbd, mark {
	border-radius: 2px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
i{
	font-style: italic;
	font-weight: normal;
}
b {
	font-style: bold;
	font-weight: bold;
}
kbd {
	padding: 0 2px;
	border: 1px solid #999;
}
code {
	padding: 2px 4px;
	background: rgba(0,0,0,.04);
	color: #b11; 
}
mark {
	padding:2px 4px;
	background: #ff0;
}
sup,
sub {
	vertical-align: 0;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

table { margin-bottom: 1.5em; }

/* avoid top margins on first content element */
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

/* avoid margins on nested elements */
li p,
li ul,
li ol {
	margin-top: 0;
	margin-bottom: 0;
}

/* max values */
img, table, td, blockquote, code, pre, textarea, input, video {
	max-width: 100%;
}
/* pictures */
img {
	height: auto;
	vertical-align: middle;
}
/* Gmap3 max-width bug fix on images */
.gmnoscreen img,
.gmnoprint img {max-width: none !important;}

a img { border: 0; }

/* scripts */
body > script {display: none !important;}

/* skip-links */
.skip-links {
	position: absolute;
}
.skip-links a {
	position: absolute;
	left: -7000px;
	padding: 0.5em;
	background: #000;
	color:#fff;
	text-decoration: none;
}
.skip-links a:focus {
	position: static;
}

/* ----------------------------- */
/* ==layout and modules          */
/* ----------------------------- */

/* switching box model for all elements */
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* float layout */
/* module, gains superpower "BFC" Block Formating Context */
.mod { 
	overflow: hidden;
}

/* blocks that needs to be placed under floats */
.clear,
.line,
.row {
	clear: both;
}

/* blocks that must contain floats */
.clearfix:after,
.line:after,
.mod:after {
	content: "";
	display: table;
	clear: both;
}

/* table layout */
.row {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.row > *,
.col {
	display: table-cell;
	vertical-align: top;
}

/* inline-block */
.inbl {
	display: inline-block;
	vertical-align: top;
}

/* alignments (blocks and inline) */
/* ------------------------------ */

/* left elements */
.left {
	float: left;
}
img.left {
	margin-right: 1em;
}

/* right elements */
.right {
	float: right;
}
img.right {
	margin-left: 1em;
}

img.left, img.right {
	margin-bottom: 5px;
}

.center    { margin-left: auto; margin-right: auto; }
.txtleft   { text-align: left; }
.txtright  { text-align: right; }
.txtcenter { text-align: center; }

/* blocks widths (percentages and pixels) */
.wa    { width: auto;}

.w0    { width: 0%; }
.w05    { width: 0.5%; }
.w1    { width: 1%; }
.w2    { width: 2%; }
.w3    { width: 3%; }
.w4    { width: 4%; }
.w5    { width: 5%; }
.w7    { width: 7%; }
.w8    { width: 8%; }
.w9    { width: 8%; }
.w10    { width: 10%; }
.w11    { width: 11%; }
.w12    { width: 12%; }
.w13    { width: 13%; }
.w15    { width: 15%; }
.w16    { width: 16%; }
.w17    { width: 17%; }
.w18    { width: 18%; }
.w19    { width: 19%; }
.w20    { width: 20%; }
.w22    { width: 22%; }
.w23    { width: 23%; }
.w24    { width: 24%; }
.w25    { width: 25%; }
.w26    { width: 26%; }
.w27    { width: 27%; }
.w28    { width: 28%; }
.w30    { width: 30%; }
.w31    { width: 31%; }
.w32    { width: 32%; }
.w33    { width: 33.3333%; }
.w34    { width: 34%; }
.w35    { width: 35%; }
.w37    { width: 37%; }
.w38    { width: 38%; }
.w40    { width: 40%; }
.w44    { width: 44%; }
.w46    { width: 46%; }
.w48    { width: 48%; }
.w50    { width: 50%; }
.w51    { width: 51%; }
.w52    { width: 52%; }
.w53    { width: 53%; }
.w55    { width: 55%; }
.w57    { width: 57%; }
.w60    { width: 60%; }
.w61    { width: 61%; }
.w63    { width: 63%; }
.w65    { width: 65%; }
.w66    { width: 66.6666%; }
.w68    { width: 68%; }
.w70    { width: 70%; }
.w72    { width: 72%; }
.w75    { width: 75%; }
.w78    { width: 78%; }
.w80    { width: 80%; }
.w82    { width: 82%; }
.w85    { width: 85%; }
.w90    { width: 90%; }
.w95    { width: 95%; }
.w99    { width: 99%; }
.w100   { width: 100%; }

.w35p   {width:35px;}
.w39p   {width:39px;}
.w40p   {width:40px;}
.w43p 	{width:43px;}
.w45p   {width:45px;}
.w50p   {width: 50px; }
.w60p   {width: 60px;}
.w70p   {width: 70px;}
.w74p   {width: 74px;}
.w80p   {width: 80px;}
.w90p   {width: 90px;}
.w93p   {width: 93px;}
.w100p  { width: 100px; }
.w102p  { width: 102px; }
.w103p  { width: 103px; }
.w104p  { width: 104px; }
.w105p  { width: 105px; }
.w110p  { width: 110px; }
.w112p  { width: 112px; }
.w115p  { width: 115px; }
.w120p  { width: 120px; }
.w125p  { width: 125px; }
.w130p  { width: 130px; }
.w133p  { width: 133px; }
.w135p  { width: 135px; }
.w140p  { width: 140px; }
.w145p  { width: 145px; }
.w150p  { width: 150px; }
.w155p  { width: 155px; }
.w160p  { width: 160px; }
.w165p  { width: 165px; }
.w180p  { width: 180px; }
.w185p  { width: 185px; }
.w190p  { width: 190px; }
.w200p  { width: 200px; }
.w210p  { width: 210px; }
.w220p  { width: 220px; }
.w230p  { width: 220px; }
.w220p  { width: 230px; }
.w240p  { width: 240px; }
.w265p  { width: 265px; }
.w270p  { width: 270px; }
.w275p  { width: 275px; }
.w280p  { width: 280px; }
.w290p  { width: 290px; }
.w300p  { width: 300px; }
.w310p  { width: 310px; } 
.w320p  { width: 320px; }
.w330p  { width: 330px; }
.w350p  { width: 350px; } 
.w360p  { width: 360px; } 
.w380p  { width: 380px; } 
.w400p  { width: 400px; }
.w410p  { width: 410px; }
.w420p  { width: 420px; }
.w430p  { width: 430px; }
.w440p  { width: 440px; }
.w450p  { width: 450px; }
.w460p  { width: 460px; }
.w480p  { width: 480px; }
.w490p  { width: 490px; }
.w500p  { width: 500px; }
.w520p  { width: 520px; }
.w540p  { width: 540px; }
.w560p  { width: 560px; }
.w580p  { width: 580px; }
.w600p  { width: 600px; }
.w650p  { width: 650px; }
.w700p  { width: 700px; }
.w780p  { width: 780px; }
.w800p  { width: 800px; }
.w960p  { width: 960px; }
.w1140p  { width: 1140px; }

.mw960p { max-width: 960px; }
.mw1140p { max-width: 1140px; }

.h15p {height:15px;}
.h20p {height:20px;}
.h21p {height:21px;}
.h22p {height:22px;}
.h23p {height:23px;}
.h25p {height:25px;}
.h30p {height:30px;}
.h35p {height:35px;}
.h40p {height:40px;}
.h48p {height:48px;}
.h50p {height:50px;}
.h51p {height:51px;}
.h54p {height:54px;}
.h56p {height:56px;}
.h58p {height:58px;}
.h59p {height:59px;}
.h60p {height:60px;}
.h70p {height:70px;}
.h72p {height:72px;}
.h78p {height:78px;}
.h80p {height:80px;}
.h85p {height:85px;}
.h88p {height:88px;}
.h90p {height:90px;}
.h100p {height:100px;}
.h110p {height:110px;}
.h120p {height:120px;}
.h130p {height:130px;}
.h135p {height:135px;}
.h140p {height:140px;}
.h150p {height:150px;}
.h160p {height:160px;}
.h180p {height:180px;}
.h200p {height:200px;}
.h220p {height:220px;}
.h240p {height:240px;}
.h250p {height:250px;}
.h280p {height:280px;}
.h300p {height:300px;}
.h320p {height:320px;}
.h340p {height:340px;}
.h350p {height:350px;}
.h380p {height:380px;}
.h400p {height:400px;}
.h410p {height:410px;}
.h500p {height:500px;}
.h520p {height:520px;}

.h60 {height:60%}
.h80 {height:80%}
.h96 {height:96%}
.h100 {height:100%}
.h120 {height:120%}

.mh100p { min-height: 100px; }
.mh200p { min-height: 200px; }
.mh300p { min-height: 300px; }
.mh400p { min-height: 400px; }
.mh500p { min-height: 500px; }

.ha,.hauto {height:auto;}

/* spacing helpers
p,m = padding,margin
a,t,r,b,l = all,top,right,bottom,left
s,m,l,n,0 = small(10px),medium(20px),large(30px), zero or none(0)
source https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
*/
.m-reset, .ma0 { margin: 0; }
.p-reset, .pa0 { padding: 0; }

/* hiding content */
.visually-hidden {
	position: absolute;
	left: -7000px;
	overflow: hidden;
}
[dir=rtl] .visually-hidden {
	left: auto;
	right: -7000px;
}

.desktop-hidden { display: none; } /* hidden on desktop */

/* ----------------------------- */
/* ==forms                       */
/* ----------------------------- */
form,
fieldset {
	border: none;
}
input,
button,
select,
label,
.btn {
	vertical-align: middle; /* @bugfix alignment */
	font-family: inherit;
}
textarea {
	resize: vertical;
	font-family: inherit;
}

/* ----------------------------- */
/* ==iefix                       */
/* ----------------------------- */

/* hasLayout for IE6/IE7 */
.ie67 .clearfix,
.ie67 .line,
.ie67 .mod,
.ie67 .row,
.ie67 .col {
	zoom: 1;
}

/* inline-block and table-cell for IE6/IE7 */
/* warning: .col needs a width on IE6/IE7 */
.ie67 .btn,
.ie67 .col,
.ie67 .inbl {
	display: inline;
	zoom: 1;
}
.ie8 img {
	width: auto; /* @bugfix for IE8 */
}

/* Active box-sizing for IE6/IE7 */
/* @source https://github.com/Schepp/box-sizing-polyfill */
/*
.ie67 * {
	behavior: url(/js/boxsizing.htc);
}
*/

/* ----------------------------- */
/* ==print                       */
/* ----------------------------- */

/* quick print reset */
@media print {
	p,
	blockquote {
		orphans: 2;
		widows: 2;
	}
	blockquote,
	ul,
	ol {
		page-break-inside: avoid;
	}
	h1,
	h2,
	h3,
	caption {
		page-break-after: avoid;
	}
}

/* orientation iOS font-size fix */
@media (orientation: landscape) and (max-device-width: 768px) {
	html,
	body {
		-webkit-text-size-adjust: 100%;
	}
}

/* ----------------------------- */
/* ==own stylesheet              */
/* ----------------------------- */

/* Here should go your own CSS styles */
/* You can link them with an @import or, better for webperf, just paste them here */

/* @import url(my-styles.css); */



/* ----------------------------- */
/* ==grids                       */
/* ----------------------------- */

/* equal grids with 2% gutter */
[class^=grid]:after {
	content: "";
	display: table;
	clear: both;
}
[class^=grid] > * {float: left; } /* direct childrens are floating */
[class^=grid] > * + * { margin-left: 2%; } /* here's the gutter */
.grid2 > * { width: 49%; }
.grid3 > * { width: 32%; }
.grid4 > * { width: 23.5%; }
.grid5 > * { width: 18.4%; }
.grid6 > * { width: 15%; }

/* unequal grids (1-2, 2-1, 1-3 and 3-1) with 2% gutter */
.grid2-1 > *:first-child,
.grid1-2 > * + * { width: 66%; }
.grid1-2 > *:first-child,
.grid2-1 > * + * { width: 32%; }
.grid1-3 > *:first-child,
.grid3-1 > * + * { width: 23.5%; }
.grid3-1 > *:first-child,
.grid1-3 > * + * { width: 74.5%; }

/* ----------------------------- */
/* ==autogrids                  */
/* ----------------------------- */

/* auto-justified equal grids */

[class*="autogrid"] {
	text-align: justify;
	font-size: 1px; letter-spacing: -1px; /* whitespace fi xpart 1 */
}
[class*="autogrid"]:after {
	content: "";
	display: inline-block;
	width: 100%; 
}
[class*="autogrid"] > * {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 14em; font-size: 1.4rem; letter-spacing: normal; /* whitespace fix part 2 */
	*display: inline; *zoom: 1; /* ie6 / ie7 hack */
}
.autogrid2 > * {width: 49%}
.autogrid3 > * {width: 32%}
.autogrid4 > * {width: 23.6%}
.autogrid5 > * {width: 19%}
.autogrid6 > * {width: 15%}
.autogrid8 > * {width: 10.8%}
.autogrid10 > * {width: 9%}
.autogrid12 > * {width: 6.4%}

/* Responsiv-o-matic */

@media (max-width: 1024px) {
	.autogrid5 > *,
	.autogrid6 > *,
	.autogrid8 > *,
	.autogrid10 > *,
	.autogrid12 > * {width: 32%}
}
@media (max-width: 768px) {
	.autogrid3 > *,
	.autogrid4 > *,
	.autogrid5 > *,
	.autogrid6 > *,
	.autogrid8 > *,
	.autogrid10 > *,
	.autogrid12 > * {width: 49%}
}
@media (max-width: 640px) {
	[class*="autogrid"] > * {width: 100%}
}
/* ----------------------------- */
/* ==tables                      */
/* ----------------------------- */

table,
.table {
	max-width : 100%;
	table-layout: fixed;
	border-collapse: collapse;
	vertical-align: top;
}
table {
	width: 100%;
}
.table {
	display: table;
}
table#recaptcha_table,
table.table-auto {
	table-layout:auto;
}
caption {
	padding: 10px;
	color: #555;
	font-style: italic;	
}
table { 
	border: 1px solid #ccc;
}
tr > * + * {
	border-left: 1px solid #ccc;
}
th,
td {
	padding: .3em .8em;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
td {
	color: #333;
}

/* alternate tables */
.alternate { border: 0; }
.alternate tbody { 
	border: 1px solid #ccc; 
}
.alternate thead tr > * + * {
	border-left: 0;
}
.alternate tbody tr > * + * {
	border-left: 1px solid #ccc;
}

/* alternate-vert tables */
.alternate-vert { 
	border: 0;
	border-right: 1px solid #ccc;
}
.alternate-vert tr > :first-child {
	border-bottom: 0;
}
.alternate-vert tr > * + * {
	border-top: 1px solid #ccc;
}

/* striped tables */
.striped tbody tr:nth-child(odd) {
	background: #eee;
	background: rgba(0, 0, 0, .05);
}

/* striped-vert tables */
.striped-vert tr > :first-child {
	background: #eee;
	background: rgba(0, 0, 0, .05);
}
/* ----------------------------- */
/* ==viewport fixing for RWD     */
/* ----------------------------- */
@-webkit-viewport {
	width: device-width;
	zoom: 1.0;
}
@-moz-viewport {
	width: device-width;
	zoom: 1.0;
}
@-ms-viewport {
	width: device-width;
	zoom: 1.0;
}
@-o-viewport {
	width: device-width;
	zoom: 1.0;
}
@viewport {
	width: device-width;
	zoom: 1.0;
}

/* ----------------------------- */
/* ==desktop and retina medias   */
/* ----------------------------- */

@media (min-width: 641px) {
/* here go rules for big resources and big screens like: background-images, font-faces, etc. */
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
/* Style adjustments for retina devices */
}

/* ---------------------------------- */
/* ==Responsive large / small / tiny  */
/* ---------------------------------- */

@media (min-width: 580px) {

	/* layouts for large (l) screens */
	.large-hidden,
	.tablet-hidden { display: none !important; }
	.large-visible { display: block !important; }
	.large-no-float {float: none; }
	.large-inbl {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.large-row {
		display: table;
		table-layout: fixed;
		width: 100% !important;
	}
	.large-col {
		display: table-cell;
		vertical-align: top;
	}

	/* widths for large (l) screens */
	.large-w25 { width: 25% !important; }
	.large-w33 { width: 33.3333% !important; }
	.large-w50 { width: 50% !important; }
	.large-w66 { width: 66.6666% !important; }
	.large-w75 { width: 75% !important; }
	.large-w100 {
		display: block !important;
		float: none !important;
		clear: none !important;
		width: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		border: 0;		
	}

	/* margins for large (l) screens */
	.large-ma0,
	.large-man { margin: 0 !important; }
}

