
/* ##### ##### DEV SETTINGS ##### #####  DEACTIVATE BEVOR PUBLISHING 

#root {
	width:100%;
	float:left;
}

.logtime { float:left !important;}
#nav, #nav_wrap { position:relative !important; float:left !important;}

#nav form input[type="search"] { display:none !important;}
*/

/*
form input, label, select, textarea { outline:1px solid rgba(102,0,51,1);}
a { outline:1px solid rgba(51,51,255,1); background-color:rgba(0,51,255,0.1) }
div, span, section, table, tr, td { outline:1px solid rgba(0,204,0,1) }
img { outline:1px solid rgba(204,153,51,1); background-color:rgba(204,153,51,0.1);}
h1, h2, h3 ,p, small, i, b, ul, ol, li { outline:1px solid rgba(255,51,204,1); background-color:rgba(255,51,204,0.1)}

 /* Developer View */

/* ##### ##### GENERELL SETTINGS ##### #####*/

#root {
	position:absolute;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0px auto -160px;
}

#minheight {
	height:160px;
	clear:both;
}

.spacer { width:100%; height:1px; float:left;}

/* ##### ##### COMPUTER STYLES ##### ##### */

.row { width:100% ;margin:0 auto; float:left;}
.row.content {width:90%; margin:auto; padding:0 0 20px 0; float:none; max-width:1200px;}

#content > .wrap {margin-top:120px;}

.row .col01:first-of-type,
.row .col02:first-of-type,
.row .col03:first-of-type,
.row .col04:first-of-type,
.row .col05:first-of-type,
.row .col06:first-of-type,
.row .col07:first-of-type,
.row .col08:first-of-type,
.row .col09:first-of-type,
.row .col10:first-of-type,
.row .col11:first-of-type,
.row .col12:first-of-type { margin-left:0%;}

.col01 { width:06.5%; margin:0 0 0 2%; } 
.col02 { width:15.0%; margin:0 0 0 2%; } 
.col03 { width:23.5%; margin:0 0 0 2%; } 
.col04 { width:32.0%; margin:0 0 0 2%; } 
.col05 { width:40.5%; margin:0 0 0 2%; }
.col06 { width:49.0%; margin:0 0 0 2%; } 
.col07 { width:57.5%; margin:0 0 0 2%; } 
.col08 { width:66.0%; margin:0 0 0 2%; } 
.col09 { width:74.5%; margin:0 0 0 2%; } 
.col10 { width:83.0%; margin:0 0 0 2%; } 
.col11 { width:91.5%; margin:0 0 0 2%; } 
.col12 { width:100%; margin:0; } 

.col01, .col02, .col03, .col04, .col05, .col06, .col07, .col08, .col09, .col10, .col11, .col12, .col_eo_05  { float:left; display:block; }

/* ##### ##### SMALLER DESKTOP STYLES ##### ##### */

@media screen and (max-width:1300px) {
	.col03.break:nth-of-type(3) {margin-left:0%;}
	.col03.break { width:49%;}
	.row.content {padding:80px 0 20px 0;}
}

/* ##### ##### TABLET STYLES ##### ##### */

@media screen and (max-width:1080px) {
	.col01.break:nth-of-type(odd) {margin-left:0%;}
	.col02.break:nth-of-type(4) {margin-left:0%;}
	.col01.break { width:49.0%;} 
	.col03.break,
	.col04.break,
	.col06.break,
	.col08.break { width:100%; margin-left:0%;}
	.col02.break,
	.col09.break, 
	.col07.break {width:100%; margin-left:0%;}
	.row.content {padding:0px 0 20px 0;}
}

/* ##### ##### MOBILE STYLES ##### ##### */

@media screen and (max-width:600px) {
	.col01.break,
	.col02.break,
	.col07.break,
	.col09.break,
	.col10.break,
	.col11.break { width:100%; margin-left:0%;}
	#minheight {height:24px;clear:both;}
	.row.content {width:100%; padding:0px 0 20px 0;}
}