html, body {
    position:relative;
    overflow:hidden;
    overflow-y:auto;
}

body {
    font-family: arial;
    font-size:0.8em;
    color:#333;
    background: #535059;
}

#wall {
    background: url(../../../templates_main/frontend/images/campingcar.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
    background-size: cover;	
    
    width: 100%;
    height:100%;
    position: fixed;
    opacity: 0;
}


body * {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing: antialiased;
}

body .bodyinner {
    position: relative;
    right:0;
}

/*  ------------------------------------------------
	CLASSES
	------------------------------------------------ */

.clear { clear:both; }
.none { display:none; }
.overflow { overflow:hidden; }


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 

.strut{
   	 display: inline-block!important;
     vertical-align: middle!important;
     height: 100%!important;
     width:0!important;
     line-height:100%!important;
     padding:0!important;
     margin:0!important;
}


/* --------------------------------------------------
	SOCIAL
	------------------------------------------------- */

.socialblock {
	background-color: transparent;
	margin: auto;
	width: 244px;
}

.socialblock .textplus {
	background-color: transparent;
    font-family: "Mst Light";
    font-size: 22px;
    color: #ABA9AB;
    font-weight: normal;
    text-transform: none;
    line-height: 10px;
}

.socialblock .textplus:hover {
	background-color: transparent;
}

.socialblock .sharelist {
	width: 240px;
}

.socialblock .plus {
	font-size: 22px;
}

/*  ------------------------------------------------
	STRUCTURES RESPONSIVES 
	------------------------------------------------ */

.col2 {
	float:left;
	width:50%;
}

.col3 {
	float:left;
	width:33.33333%;
}

.col2c {
	float:left;
	padding-left:1%;
	width:49%;
}

.col2c.first {
	padding-right:1%;
	padding-left:0%;
}

/**
 * Cover Image (Auto Center Image)
 **/
.ida_image_cover{
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.ida_image_cover img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none !important;
	height: auto;
}

@media screen and (max-width: 900px) {

	.col2 {
		float:none;
		width:100%;
	}

	.col3 {
		float:none;
		width:100%;
	}

	.col2c {
		float:none;
		padding-left:0;
		width:100%;
	}

	.col2c.first {
		padding-right:0;
		padding-left:0;
	}

	body .c {
		padding-left:0px;
		padding-right: 0px;
	}

}


/*  ------------------------------------------------
	STRUCTURES RESPONSIVES SCOLL
	------------------------------------------------ */

.scol2 {
	float:left;
	width:50%;
}
.scol2:nth-child(2n+1) {
	clear:left;
}

.scol3 {
	float:left;
	width:33.333%;
}
.scol3:nth-child(3n+1) {
	clear:left;
}

.scol4 {
	float:left;
	width:25%;
}

.scolpad {
	padding-left:2%;
	padding-right:2%;
}

.scolwrap {
	width:104%;
	margin-left: -2%;
}
.scolwrap:after {
	content:"";
	display: block;
	clear:both;
}

@media screen and (max-width: 980px) {

	.scol4 {
		float:none;
		width:100%;
	}

	.scol3 {
		float:none;
		width:100%;
	}

	.scol2 {
		float:none;
		width:100%;
	}

}