
]
body.bg_2 h1,
body.bg_2 b,
body.bg_3 h1,
body.bg_3 b,
body.video h1,
body.video b	{ color:#fff;}



body{
	background:#3db3e5;
	}


body.bg_1:before {
	background:url('../images/bg/1.jpg') no-repeat top center;
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}

body.bg_2:before {
	background:url('../images/bg/2.jpg') no-repeat top center;
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}


body.bg_3:before {
	background:url('../images/bg/3.jpg') no-repeat top center;
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}

body.bg_4:before {
	background:url('../images/bg/4.jpg') no-repeat top center;
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}

body.bg_5:before {
	background:url('../images/bg/5.jpg') no-repeat top center;
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}

body.bg_6:before {
	background:url('../images/bg/6.jpg') no-repeat top center;
	
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size:cover;
	
	}

body.bg_7:before {
	background:url('../images/bg/7.jpg') no-repeat top center;
	
  -webkit-background-size:cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}

body.bg_8:before {
	background:url('../images/bg/8.jpg') no-repeat top center;
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
body.bg_9:before {
	background:url('../images/bg/9.jpg') no-repeat top center;
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}


body:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  top: 80px;
  display: block;
  width: 100%;
  height: 100%;
  
  transition: 1s -webkit-filter linear;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

body.blur:before {  

	transition: 1s -webkit-filter linear;
    opacity: 0.95;
	
	-webkit-filter: blur(15px);
  	-moz-filter: blur(15px);
	-o-filter: blur(15px);
	-ms-filter: blur(15px);
	filter: blur(15px);
}


#head 		{  color:#fff;}

#footer		{ min-height:500px; background:#000; color:#fff;}

#help		{ min-height:500px; background:#fff; color:#000; }
#help	.gridContainer	{  padding:2.5%; }
#wrapper	{ min-height:400px;}

.gridContainer { width: 100%; max-width: 950px; padding-left: 0%;padding-right: 0%;margin: auto;
}


/*MOZILLA FIX*/
	  @-moz-document url-prefix() {
    		select, select:-moz-focusring, select::-moz-focus-inner {
	   			text-shadow: 0 0 0 #000 !important;
       			border:0;
		   		-moz-appearance:none;
		   		text-indent:.01px;
	   			text-overflow:'';
    		}
		}
/************/


@media only screen and (min-width: 481px){ #wrapper	{ min-height:700px;}
body{
	background:url('../images/bg/7.jpg') no-repeat top center;
background-position-x: 57%;	}

#help	.gridContainer	{ padding:0; }
.gridContainer { width: 88.5%; max-width: 950px; padding-left: .75%;padding-right: .75%;margin: auto;
}


}
@media only screen and (min-width: 769px){ #wrapper	{ min-height:700px;}
body{
	background:url('../images/bg/7.jpg') no-repeat top center;
background-position-x:auto; 
	
}

#help	.gridContainer	{ padding:0; }
.gridContainer { width: 88.5%; max-width: 950px; padding-left: .75%;padding-right: .75%;margin: auto;
}

}
/*
@media only screen and (min-width: 1201px){ 
body{
	background:url('../images/bg/7.jpg') no-repeat top center;
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
}
*/
