

/* LayerSlider Layers and Sublayers unique styles */


.layerwrapper {
	background:url(../images/skins/lightskin/layerslider_red_clean_bg.jpg) no-repeat center center #770d15;
	width:100%;
}

#layerslider {
	width: 100%;
	height: 400px;
	overflow: hidden;
}



/* LayerSlider Styles */



.ls-inner {
	position: relative;
}

.ls-inner,
.ls-layer {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-layer > * {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
}

.ls-nav {
	text-align: center;
}

.ls-nav a {
	display: inline-block;
}

.ls-layer div {
	width: 350px;
	height: auto;
		
	/*
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 5px 10px -5px black;
	-moz-box-shadow: 0px 5px 10px -5px black;
	-webkit-box-shadow: 0px 5px 10px -5px black;
	background: white;
	line-height: 100px;
	font-size: 18px;
	color: #000;
	text-align: center;*/
}


.ls-layer h1 {
	color:#fff;
	font-size:25px;
	text-transform:uppercase;
	line-height:28px;
	border-bottom:1px dotted #fff;
	padding-bottom:10px;
}

.ls-layer p {
	color:#000;
	font-size:14px;
	line-height:20px;
	xbackground:rgba(255,255,255,0.3);
	xpadding:10px;
}


.innershadow {
	-moz-box-shadow: inset 0 0 30px #333;
	-webkit-box-shadow: inset 0 0 30px #333;
	box-shadow: inset 0 0 30px #333;
}




/* -------------------------------------------------------------------------
								MOBILE
 ------------------------------------------------------------------------- */



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

#layerslider {height:300px;}

.ls-layer h1 {font-size:16px;}

.layerwrapper {
	background:url(../images/skins/lightskin/layerslider_red_clean_bg.jpg) no-repeat top center #770d15;
}


.ls-layer div {
	width: 130px;
	height: auto;
	line-height: 30px;
	font-size: 12px;
}


img.ls-s3 {width:200px;}
img.ls-s5 {width:280px;}
img.ls-s7 {width:140px;}
	
	
.ls-s1, .ls-s2 {
	left: 20% !important;
	top: 30% !important;
	width: 60% !important;
}



}