/***********************************************************************************************************************************/
/************************ 							/!\	AVANT D'EDITER /!\									************************/
/************************ 									VOIR					   						************************/
/************************ 							www.dev.equideow.com/doc								************************/
/************************ 						        	  ET											************************/
/************************ 			dev.owlient.eu/wiki/index.php/Guide_Int%C3%A9gration_Equideow			************************/
/***********************************************************************************************************************************/

/***********************************************************************************************************************************/
/* GRADIENT ************************************************************************************************************************/
/***********************************************************************************************************************************/

#global::before{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.26) 20%, rgba(0,0,0,0.08) 70%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.26) 20%,rgba(0,0,0,0.08) 70%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.26) 20%,rgba(0,0,0,0.08) 70%,rgba(0,0,0,0) 100%);
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:90px;
	z-index:1;
}


/***********************************************************************************************************************************/
/* BACKGROUNDS *********************************************************************************************************************/
/***********************************************************************************************************************************/

.body-background,
.body-background-left,
.body-background-right {
	background-position:  center top;
	position: absolute;
	height: 1000px;
	top: 0;
}
.body-background {
	background-image: url(/media/equideo/image/background/body/default/body-background-landing-prairie.jpg);
	background-repeat: no-repeat;
	left: 0;
	width: 100%;
	z-index:-1;
}
.body-background-left,
.body-background-right {
	background-repeat:repeat-x;
	overflow: hidden;
	width: 50%;
	z-index: -2;
}
.nopub .body-background,
.nopub .body-background-left,
.nopub .body-background-right {
	top: -40px;
}
.body-background-left {
	left: 0;
}
.body-background-right {
	right: 0;
}


/***********************************************************************************************************************************/
/* POPUPS **************************************************************************************************************************/
/***********************************************************************************************************************************/

#background {
	background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}