/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom:1;
}


.sl-slider-wrapper {
	width: 100%;
	height: 240px;
	overflow: hidden;
	position: relative;
}

.logo img{
	width:180px
}


.bg-img {
	padding:0;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(../boxsizing.htc);
	position: absolute;
	top: -40px;
	width: 100%;
	height: 350px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-image:url(../images/11s.jpg);
	background-position: center center;
}




div#footer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
div#footer h2{
	text-align:center;
	font-size: 1.4em;
	margin-bottom:20px;
	margin-top:20px;
	
}
	
div#footer section{
	float:none;
	width:100%;
	display:inline-block;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}

div#footer section p {
	margin-top:0;
	text-align:center;
	line-height:16px;
}



/* Media Queries for custom slider */

@media screen and (min-width:500px) {
	.bg-img {
	padding:10px;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(../boxsizing.htc);
	position: absolute;
	top: 10px;
	width: 100%;
	height: 230px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-image: url(../images/11m.gif);
	background-position: center center;
}
div#footer {
	    width:500px;
		margin-right:auto;
		margin-left:auto;
	}

div#footer section{
		width:48%;
		margin-right:1%;
		float:left;	
		padding-left:3%;
		margin-bottom:20px;
	}
	
div#footer section:last-child {margin-right:0;}
div#footer section p {
	margin-top:0;
	text-align:left;
	line-height:16px;
	
}

	
}


@media screen and (min-width: 660px) {

.bg-img{
	height: 700px;
	background-image:url(../images/11xl.gif) 50% 50% no-repeat;
	background-size: cover;
	top: -100px;
}

.sl-slider-wrapper {
		height: 450px;
	}

	.sl-slider h2 {
		font-size: 36px;
	}

	.sl-slider blockquote {
		font-size: 16px;
	}

}
@media screen and (min-width:800px) {
	div#footer {
	    width:650px;
		margin-right:auto;
		margin-left:auto;
	}

div#footer section{
		width:48%;
		margin-right:4%;
		float:left;	
		padding-bottom:100px;
		padding-left:50px;
	}
	
div#footer section:last-child {margin-right:0;}
div#footer section p {
	margin-top:0;
	text-align:left;
	line-height:16px;
}
div#footer h2 {
	margin-top:50px;
}

		
}

@media screen and (min-width: 980px) {
	.sl-slider-wrapper {
	max-width:1600px;
	height: 500px;
	margin-left:auto;
	margin-right:auto;
}
.bg-img {
	padding:0;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(../boxsizing.htc);
	position: absolute;
	top: -50px;
	width: 100%;
	height: 500px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

	
	}
	
