/*======= DUMMY ==================*/ 
/*.outerWrapper	{outline:2px dotted green;}
.innerWrapper	{outline:2px dotted blue;}
/*======= DUMMY ==================*/ 

/****************************
 *	COLOR-DEFINITION:
 *
 ***************************/
 
/*===== BASIC ===================================*/
html			{height:100%;background:url(../img/_layout/bg-water.jpg) right bottom no-repeat;background-attachment:fixed; background-size:cover;}
body			{height:100%;margin-top:0;margin-bottom:0;
				/*background: rgb(167,199,220);*/
				}

#siteWrapper	{margin:0;}

.innerWrapper	{position:relative;margin:0 auto;width:auto;min-width:500px;max-width:980px;
                 width: expression(document.body.clientWidth < 500 ? "501px" : document.body.clientWidth > 980 ? "981px" : "auto");}
.cntWrapper		{margin:0 0px;}

.heightDefiner	{display:inline-block;width:0;overflow:hidden;}
img.blank		{display:block;background:#cdcdcd;}
/*===== HEAD ====================================*/
.header			{z-index:90;}
.header .logo	{display:inline-block;line-height:90px;}
.header .fixCol1{position:absolute;}
.header .logo	{display:inline-block;}
.logo img		{vertical-align:bottom;display:inline-block;}
/*===== NAVIGATION ==============================*/
.mainNav		{display:block;margin-left:230px;}
.header .nav	{display:inline-block;margin-top:20px;display:block;float:right;text-align:left;}
.navVertical	{display:block;}
/*===== CONTENT =================================*/
/*cols*/
.fixCol1		{float:left;width:210px;margin-right:20px;}
.fixCol2		{overflow:hidden;zoom:1;}

.colsWrapper		{overflow:hidden;zoom:1;}
.colsWrapper .col, .colsWrapper .col .col	{float:left;margin-right:2.84%;overflow:hidden;margin-bottom:15px;}
.cols1 .col			{width:100%;margin:0;}
.cols2 .col			{width:48.5%;}
.cols2-v2 .col		{width:50%;margin-right:5%;}
.cols2-v2 .last, .colsWrapper .cols2-v2 .last{width:40%;float:right;}
.cols3 .col			{width:31.3333%;}
.cols4 .col			{width:22.8%;}
.cols5 .col			{width:17.6%;}
.colsWrapper .last, .colsWrapper .col .last	{margin-right:0;}
.colFix				{clear:left;}

.col				{overflow:hidden;zoom:1;}
.colCnt				{}

.carouselCols					{height:100%;}
.carouselCols .imgWrapper		{width:70%;float:left;height:100%;}
.carouselCols .imgWrapper img	{height:100%;width:auto;max-width:none;}
.carouselCols .txtWrapper		{width:30%;float:left;}
.carousel .txtWrapper .cnt		{margin:30px;margin-right:60px;}

/*===== FORM ====================================*/
.frntForm				{float:left;clear:both;}
label					{width:175px;display:inline-block;float:left;text-align:right;margin-right:10px;}
textarea				{display:inline-block;}
input, textarea, select	{width:300px;float:left;margin-right:5px;}
span.error					{position:absolute;line-height:1em;border-left:3px solid red;color:#990000;padding-left:5px;line-height:24px;}
p.checkbox, p.radio		{margin-left:175px;}
/*===== FOOTER ==================================*/
/*==== sticky footer ====*/
#siteWrapper		{min-height:100%;height:auto !important;height:100%;margin-bottom:-5em;overflow:hidden;zoom:1;}
#mainCntWrapper		{margin-bottom:5em;}
#footerWrapper		{height:5em;overflow:hidden;}

@media screen and (max-width: 600px){/*Tablet*/
.colsWrapper .col, .colsWrapper .col .col{width:47.5%;margin-right:4%;clear:none;}
.colsWrapper .col:nth-child(2n+0)	{margin-right:0;}
.colsWrapper .col:nth-child(2n+1)	{clear:left;}
div.cols1 .col						{wdith:100%;margin:0;}
}
@media screen and (min-width: 601px) and (max-width: 768px) {/*Tablet portrait*/
.colsWrapper .col		{margin-right:4.8%;clear:none;}
.cols2 .col, .cols2-v2 .col{width:47.5%;}/*2cols*/
.cols3 .col,.cols4 .col,.cols5 .col	{width:30%;}/*3cols*/
.cols2 .last, .cols2-v2 .last, .cols3 .last, .cols4 .col:nth-child(3n+0), .cols5 .col:nth-child(3n+0)	{margin-right:0;}
.cols4 .col:nth-child(3n+1), .cols5 .col:nth-child(3n+1)	{clear:left;}
label					{text-align:left;}
.carousel .imgWrapper, .carousel .txtWrapper	{width:50%;}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
  #siteWrapper .x2		{display:block;}
  #siteWrapper .nox2	{display:none;}
}
/*
	320 px - Mobile portrait
    480 px - Mobile landscape
    768 px - Tablet portrait
    1024 px - Tablet landscape/Netbook
    1280 px & greater - Desktop
*/
