/* LayerSlider Styles */



.ls-container {
	visibility: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
}

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

.ls-layer {
	position: absolute;
	display: none;
	background-position: left center;
	background-image: url(../images/parts/slide_fade_l.png);
	background-repeat: no-repeat;
}

.ls-layer * {
	margin: 0px;
	line-height: normal;
}

.ls-layer img {
	min-width: none;
	max-width: none;
}

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

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

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

.ls-bottom-nav-wrapper {
	z-index: 2;
	height: 0px;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}

/* WP plugin forceResponsive */

.ls-wp-forceresponsive-container {
	width: 100%;
	position: relative;
}

.ls-wp-forceresponsive-helper {
	position: absolute;
}

#main {
	overflow: visible !important;	
}
/*********************************************
	SLIDER STYLES
*********************************************/
#ls-bg-2 {
	display: block;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) {
#ls-bg-2 {
}
}
@media only screen and (min-width: 481px) {
#ls-bg-2 {
	background-image: url(../images/layers/bg_1_md.jpg);
	height: 300px;
	width: 1000px;
}
}
@media only screen and (min-width: 769px) {
#ls-bg-2 {
	background-image: url(../images/layers/bg_1.jpg);
	height: 300px;
	width: 1232px;
	background-size: auto 100%;
}
}
/* LayerSlider Styles */
.slide_fade_l {
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	height: 100%;
	width: 40%;
	position: absolute;
	z-index: 250;
	left: 0px;
}
.slide_fade_r {
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.08) 4%, rgba(255,255,255,1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(4%,rgba(255,255,255,0.08)), color-stop(50%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.08) 4%,rgba(255,255,255,1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.08) 4%,rgba(255,255,255,1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.08) 4%,rgba(255,255,255,1) 50%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.08) 4%,rgba(255,255,255,1) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	height: 100%;
	width: 40%;
	position: absolute;
	z-index: 250;
	right: 0px;
}


.ls-container {
	visibility: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
}

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

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

.ls-layer * {
	margin: 0px;
	line-height: normal;
}

.ls-layer img {
	min-width: none;
	max-width: none;
}

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

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

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

.ls-bottom-nav-wrapper {
	z-index: 2;
	height: 0px;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}

/* WP plugin forceResponsive */

.ls-wp-forceresponsive-container {
	width: 100%;
	position: relative;
}

.ls-wp-forceresponsive-helper {
	position: absolute;
}

#main {
	overflow: visible !important;	
}
.c {
	text-align: center;
}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.j {
	text-align: justify;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

span.hl {
	font-weight: bold;
	color: #444;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear, form br {
	display: block;
	clear: both;
	float: none;
	line-height: 0px;
	font-size: 0px;
}

.notext {
	line-height: 0px;
	font-size: 0px;
}

.noheight {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.hidden {
	display: none;
}

.forcew {
	display: inline-block;
}

#layerslider-container {
	width: 90%;
	min-width: 200px;
	max-width: 1230px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#dim {
	min-width: 1230px;
	overflow: hidden;
}

.bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0px 3px 15px -10px #000;
	-moz-box-shadow: 0px 3px 15px -10px #000;
	-webkit-box-shadow: 0px 3px 15px -10px #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

.inner {
	position: relative;
	padding: 45px 45px 85px 45px;
	box-shadow: 0px 0px 100px #f1f1f1 inset;
	background: white;
}

#doc_banner {
	margin: 100px 0px;
}

.inner a {
	border-bottom: 1px dotted #222;
}

.inner a:hover {
	color: #000;
	border-color: #000;
}

.inner h2.description a {
	color: #555;
	border-color: #555;
}

.inner h2.description a:hover {
	color: #111;
	border-color: #111;
}

nav a {
	border: 0px !important;
}



h2.description {
	margin: 20px 100px 0px 30px;
	font-size: 15px;
	font-style: italic;
}

.page .inner p {
	margin-left: 30px;
}

.page .inner ul {
	margin: 20px 0px 0px 50px;
	list-style: circle;
}

.page .inner p {
	margin-top: 20px;
	list-style: circle;
}

.sep {
	width: 1230px;
	height: 4px;
	margin: 50px 0px 0px -15px;
	background-image: url(../images/static.png);
	background-position: 0px -206px;
}

#kmlogo {
	background-position: 0px -80px;
}

#kmlogo:hover {
	background-position: 0px 0px;
}

#fblogo {
	background-position: -80px -80px;
}

#fblogo:hover {
	background-position: -80px 0px;
}

#cclogo {
	background-position: -160px -80px;
}

#cclogo:hover {
	background-position: -160px 0px;
}



body.dark {
	background: #2d2d2d none;	
}

body.dark * {
	text-shadow: none;
	color: #999;	
}

body.dark .page .bg {
	background: #222;
	box-shadow: 0px 3px 15px -5px #000;
	-moz-box-shadow: 0px 3px 15px -5px #000;
	-webkit-box-shadow: 0px 3px 15px -5px #000;
}

body.dark .page .inner {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #111;
}

body.dark .inner a {
	color: #999;
	border-bottom: 1px dotted #555;
}

body.dark .inner a:hover {
	color: #bbb;
	border-bottom: 1px dotted #777;
}




.doc {
	margin-left: 155px;
	padding-bottom: 115px;
}

.doc h3 {
	margin-top: 100px;
}

.doc ul {
	margin: 10px 0px 0px 50px !important;
	list-style: upper-alpha !important;
}

.doc ul li {
	margin-bottom: 10px;
}

.doc ul li ul {
	margin: 10px 0px 15px 30px !important;
	list-style: decimal !important;
}

.doc ul li ul li {
	margin-bottom: 5px;
}



/* LayerSlider Layers and Sublayers unique styles */


#layerslider {
	width: 100%;
	height: 300px!important;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#leaf1 {
	left: 110px;
	top: -110px;
}

#leaf2 {
	left: -20px;
	top: 230px;
}

#leaf3 {
	left: 500px;
	top: -200px;
}

#clouds {
	left: -100px;
	top: -100px;
}

#earth {
	left: 850px;
	top: -67px;
}

#l5text1, #l5text2, #l5text3 {
	width: 120px;
	padding: 5px;
	text-align: center;
	color: #eee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #000;
	background-color: rgba(255,255,255,.07);
	font-size: 17px;
	-webkit-transform: rotate(-30deg); 
	-moz-transform: rotate(-30deg);	
}

#l5text1 {
	left: 250px;
	top: 120px;
}

#l5text2 {
	left: 450px;
	top: 150px;	
}

#l5text3 {
	left: 620px;
	top: 150px;
}

.ls-active #earth {
	-webkit-transition: all 20s ease-in-out;
	-moz-transition: all 20s ease-in-out;
	-o-transition: all 20s ease-in-out;
	-ms-transition: all 20s ease-in-out;	
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.ls-layer, .ls-layer * {
				white-space: nowrap;
				font-weight: normal;
			}
			
.l1-s1 {
				color: #ecffb3;
				text-shadow: 0px 2px 3px #546223;
				font-size: 60px;
			}
			
.l1-s1b {
				color: #fff;
				text-shadow: 0px 0px 10px #fff;
				font-size: 60px;
			}

.l1-s2 {
				color: #ecffb3;
				text-shadow: 0px 2px 3px #546223;
				font-size: 90px;
			}
			
.l1-s2b {
				color: #fff;
				text-shadow: 0px 0px 10px #fff;
				font-size: 90px;
			}
			
.l1-s3 {
				padding: 0px 10px;
				height: 40px;
				line-height: 40px;
				box-shadow: 0px 4px 10px -5px black;
				color: white;
				text-shadow: none;
				font-size: 28px;
				background: #8bae4e;
				background: -moz-linear-gradient(left, #8bae4e 0%, #b1c758 100%);
				background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8bae4e), color-stop(100%,#b1c758));
				background: -webkit-linear-gradient(left, #8bae4e 0%,#b1c758 100%);
				background: -o-linear-gradient(left, #8bae4e 0%,#b1c758 100%);
				background: -ms-linear-gradient(left, #8bae4e 0%,#b1c758 100%);
				background: linear-gradient(to right, #8bae4e 0%,#b1c758 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bae4e', endColorstr='#b1c758',GradientType=1 );
			}
			
.l1-s4 {
				padding: 0px 10px;
				height: 40px;
				line-height: 40px;
				box-shadow: 0px 4px 10px -5px black;
				color: white;
				text-shadow: none;
				font-size: 28px;
				color: #4f6716;
				background: white;
			}
			
.l2-s1 {
				padding: 0px 10px;
				height: 36px;
				line-height: 36px;
				color: white;
				text-shadow: none;
				font-size: 25px;
				background: #98b3c7;
				background: -moz-linear-gradient(left,  #98b3c7 0%, #77b8e9 100%);
				background: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));
				background: -webkit-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
				background: -o-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
				background: -ms-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
				background: linear-gradient(to right,  #98b3c7 0%,#77b8e9 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b3c7', endColorstr='#77b8e9',GradientType=1 );
			}
			
.l2-s2 {
				padding: 0px 10px;
				height: 36px;
				line-height: 36px;
				color: white;
				text-shadow: none;
				font-size: 25px;
				background: #cd9084;
				background: -moz-linear-gradient(left,  #cd9084 0%, #ce533d 100%);
				background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cd9084), color-stop(100%,#ce533d));
				background: -webkit-linear-gradient(left,  #cd9084 0%,#ce533d 100%);
				background: -o-linear-gradient(left,  #cd9084 0%,#ce533d 100%);
				background: -ms-linear-gradient(left,  #cd9084 0%,#ce533d 100%);
				background: linear-gradient(to right,  #cd9084 0%,#ce533d 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd9084', endColorstr='#ce533d',GradientType=1 );
			}

.l4-s1 {
				padding: 0px 10px;
				height: 36px;
				line-height: 36px;
				color: white;
				text-shadow: none;
				font-size: 25px;
				background: #036d99;
			}

.l4-s2 {
				background: #5a96b4;
			}
			
.l5-s1 {
				padding: 15px;
				background: #ff9933;
				border-radius: 5px;
				moz-border-radius: 5px;
				webkit-border-radius: 5px;
				color: white;
				text-shadow: 0px -1px 0px #985a1d;
				font-size: 16px;
				font-weight: bold;
				line-height: auto;
				box-shadow: 0px 3px 10px -2px black;
			}


			.sh {
				height: 36px;
				line-height: 36px;
				color: #333;
				font-size: 25px;
				white-space: nowrap;
			}
			
			.sp {
				line-height: auto;
				color: #555;
				font-size: 15px;
				width: 50%;
				text-align: justify;
			}
			
			.si {
				border: 1px solid #ddd;
				padding: 5px;
			}
/* Layer fonts */	
@media only screen and (min-width: 0px) {
.ls-big {
	font-size: 6em;
}
.ls-lg {
	font-size: 5em;
}
.ls-med {
	font-size: 3.5em;
}
.ls-m {
	font-size: 3em;
}
}
@media only screen and (min-width: 481px) {
.ls-big {
	font-size: 5em;
}	
.ls-lg {
	font-size: 3em;
}
.ls-med {
	font-size: 2.5em;
}
.ls-m {
	font-size: 2em;
}
}
@media only screen and (min-width: 769px) {
.ls-big {
	font-size: 3em;
}
.ls-lg {
	font-size: 2.3em;
}
.ls-med {
	font-size: 1.8em;
}
.ls-m {
	font-size: 1.4em;
}
}
.ls-layer img {
}
/* Layer locations */	
.ls-bg-2 {
	color: #ecffb3;
	text-shadow: 0px 2px 3px #546223;
	position: relative;
}
@media only screen and (min-width: 0px) {
.ls-bg-2 {
	width: 100%;
	left: 100%;
}
}
@media only screen and (min-width: 481px) {
.ls-bg-2 {
	width: 100%;
	left: 100%;
}
}
@media only screen and (min-width: 769px) {
.ls-bg-2 {
	width: 100%;
	left: 100%;
}
}	
.ls-t1 {
	color: #d31313;
	text-shadow: 1px 1px 0px #000, 0px 0px 30px #FFF;
	position: relative;
	height: auto;
	top: 7%;
	white-space: normal;
	font-family: "negotiate free"!important;
}
@media only screen and (min-width: 0px) {
.ls-t1 {
	width: 75%;
	left: 25%;
}
}
@media only screen and (min-width: 481px) {
.ls-t1 {
	width: 70%;
	left: 30%;
}
}
@media only screen and (min-width: 769px) {
.ls-t1 {
	width: 75%;
	left: 25%;
}
}
.ls-l-p1 {
	width: 55%;
	position: relative;
	height: auto;
	top: 40%;
	white-space: normal;
	padding: 0px 10px;
	line-height: 1.5em;
	color: white;
	text-shadow: none;
	background: #98b3c7;
	background: -moz-linear-gradient(left,  #98b3c7 0%, #77b8e9 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));
	background: -webkit-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: -o-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: -ms-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: linear-gradient(to right,  #98b3c7 0%,#77b8e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b3c7', endColorstr='#77b8e9',GradientType=1 );
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}
.ls-l-p2 {
	width: 45%;
	position: relative;
	height: auto;
	white-space: normal;
	line-height: 1.5em;
	color: white;
	text-shadow: none;
	background: #98b3c7;
	background: -moz-linear-gradient(left,  #98b3c7 0%, #77b8e9 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));
	background: -webkit-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: -o-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: -ms-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: linear-gradient(to right,  #98b3c7 0%,#77b8e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b3c7', endColorstr='#77b8e9',GradientType=1 );
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	top: 65%;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}
.ls-c-p1 {
	width: 70%;
	position: relative;
	height: auto;
	top: 60%;
	white-space: normal;
	line-height: 1.5em;
	color: white;
	text-shadow: none;
	background: #98b3c7;
	background: -moz-linear-gradient(left,  #98b3c7 0%, #77b8e9 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));
	background: -webkit-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: -o-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: -ms-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: linear-gradient(to right,  #98b3c7 0%,#77b8e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b3c7', endColorstr='#77b8e9',GradientType=1 );
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}
.ls-c-p2 {
	width: 60%;
	position: relative;
	height: auto;
	white-space: normal;
	line-height: 1.5em;
	color: white;
	text-shadow: none;
	background: #98b3c7;
	background: -moz-linear-gradient(left,  #98b3c7 0%, #77b8e9 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));
	background: -webkit-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: -o-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: -ms-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: linear-gradient(to right,  #98b3c7 0%,#77b8e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b3c7', endColorstr='#77b8e9',GradientType=1 );
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	top: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}
.ls-r-p1 {
	position: relative;
	display: block;
	height: auto;
	white-space: normal;
	line-height: 1.5em;
	color: #000;
	text-shadow: none;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 1px #000;
	overflow: hidden;
	word-wrap: normal|break-word;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: rgba(134,154,187,0.8)
}
@media only screen and (min-width: 0px) {
.ls-r-p1 {
	width: 50%;
	left: 40%;
	top: 35%;
}
}
@media only screen and (min-width: 481px) {
.ls-r-p1 {
	width: 40%;
	left: 50%;
	top: 35%;
}
}
@media only screen and (min-width: 769px) {
.ls-r-p1 {
	width: 30%;
	left: 60%;
	top: 35%;
}
}
.ls-r-p1 ul {
	padding-left: 30px;
}
.ls-r-p1 p {
	position: relative;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ls-r-p2 {
	width: 30%;
	position: relative;
	height: auto;
	white-space: normal;
	line-height: 1.5em;
	color: white;
	text-shadow: none;
	background: #98b3c7;
	background: -moz-linear-gradient(left,  #98b3c7 0%, #77b8e9 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));
	background: -webkit-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: -o-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: -ms-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: linear-gradient(to right,  #98b3c7 0%,#77b8e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b3c7', endColorstr='#77b8e9',GradientType=1 );
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	top: 50%;
	left: 60%;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}
.ls-link {
	position: relative;
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	background: #fefefe; /* for non-css3 browsers */
	background: -moz-linear-gradient(center top , #DDDDDD 50%, #fefefe 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#fefefe));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#fefefe');
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 1px 1px 1px #000, 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 1px 1px 1px #000, 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	box-shadow: 1px 1px 1px #000, 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	font-family: "negotiate free";
}
.ls-link:hover {
	color: #FFFF00!important;
}
.ls-link-l {
	top: 80%;
	left: 10%;
	width: 20%;
}
.ls-link-c {
	top: 85%;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
}
.ls-link-r {
	top: 80%;
}
@media only screen and (min-width: 0px) {
.ls-link-l, .ls-link-c, .ls-link-r {
	display: block;
}
.ls-link-r {
	left: 60%;
	width: 30%;
}
}
@media only screen and (min-width: 481px) {
.ls-link-l, .ls-link-c, .ls-link-r {
	display: block;
}
.ls-link-r {
	left: 60%;
	width: 30%;
}
}
@media only screen and (min-width: 769px) {
.ls-link-l, .ls-link-c, .ls-link-r {
	display: block;
}
.ls-link-r {
	left: 70%;
	width: 20%;
}
}
.ls-img {
	width: 100%;
	position: relative;
	height: 100%;
	top: 0%;
	white-space: normal;
	left: 0%;
}
.ls-img-inner {
	width: 100%;
	height: 300px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
@media only screen and (min-width: 0px) {
.ls-img-inner {
	background-size: 100% auto;
}
#img1 {
	background-image: url(../images/layers/bg_1_sm.jpg);
}
#img2 {
	background-image: url(../images/layers/bg_2_sm.jpg);
}
#img3 {
	background-image: url(../images/layers/bg_3_sm.jpg);
}
#img4 {
	background-image: url(../images/layers/bg_4_sm.jpg);
}
#img5 {
	background-image: url(../images/layers/bg_5_sm.jpg);
}
#img_personal {
	background-image: url(../images/layers/bg_personal_sm.jpg);
}
#img_car {
	background-image: url(../images/layers/bg_car_sm.jpg);
}
#img_truck {
	background-image: url(../images/layers/bg_truck_sm.jpg);
}
#img_dog {
	background-image: url(../images/layers/bg_dog_sm.jpg);
}
#img_medical {
	background-image: url(../images/layers/bg_medical_sm.jpg);
}
#img_brain {
	background-image: url(../images/layers/bg_brain_sm.jpg);
}
#img_child {
	background-image: url(../images/layers/bg_child_sm.jpg);
}
#img_motorcycle {
	background-image: url(../images/layers/bg_motorcycle_sm.jpg);
}
#img_bicycle {
	background-image: url(../images/layers/bg_bicycle_sm.jpg);
}
#img_pedestrian {
	background-image: url(../images/layers/bg_pedestrian_sm.jpg);
}
}
@media only screen and (min-width: 481px) {
.ls-img-inner {
	background-size: 100% auto;
}
#img1 {
	background-image: url(../images/layers/bg_1_med.jpg);
}
#img2 {
	background-image: url(../images/layers/bg_2_med.jpg);
}
#img3 {
	background-image: url(../images/layers/bg_3_med.jpg);
}
#img4 {
	background-image: url(../images/layers/bg_4_med.jpg);
}
#img5 {
	background-image: url(../images/layers/bg_5_med.jpg);
}
#img_personal {
	background-image: url(../images/layers/bg_personal_med.jpg);
}
#img_car {
	background-image: url(../images/layers/bg_car_med.jpg);
}
#img_truck {
	background-image: url(../images/layers/bg_truck_med.jpg);
}
#img_dog {
	background-image: url(../images/layers/bg_dog_med.jpg);
}
#img_medical {
	background-image: url(../images/layers/bg_medical_med.jpg);
}
#img_brain {
	background-image: url(../images/layers/bg_brain_med.jpg);
}
#img_child {
	background-image: url(../images/layers/bg_child_med.jpg);
}
#img_motorcycle {
	background-image: url(../images/layers/bg_motorcycle_med.jpg);
}
#img_bicycle {
	background-image: url(../images/layers/bg_bicycle_med.jpg);
}
#img_pedestrian {
	background-image: url(../images/layers/bg_pedestrian_med.jpg);
}
}
@media only screen and (min-width: 769px) {
.ls-img-inner {
	background-size: 100% auto;
}
#img1 {
	background-image: url(../images/layers/bg_1.jpg);
}
#img2 {
	background-image: url(../images/layers/bg_2.jpg);
}
#img3 {
	background-image: url(../images/layers/bg_3.jpg);
}
#img4 {
	background-image: url(../images/layers/bg_4.jpg);
}
#img5 {
	background-image: url(../images/layers/bg_5.jpg);
}
#img_personal {
	background-image: url(../images/layers/bg_personal.jpg);
}
#img_car {
	background-image: url(../images/layers/bg_car.jpg);
}
#img_truck {
	background-image: url(../images/layers/bg_truck.jpg);
}
#img_dog {
	background-image: url(../images/layers/bg_dog.jpg);
}
#img_medical {
	background-image: url(../images/layers/bg_medical.jpg);
}
#img_brain {
	background-image: url(../images/layers/bg_brain.jpg);
}
#img_child {
	background-image: url(../images/layers/bg_child.jpg);
}
#img_motorcycle {
	background-image: url(../images/layers/bg_motorcycle.jpg);
}
#img_bicycle {
	background-image: url(../images/layers/bg_bicycle.jpg);
}
#img_pedestrian {
	background-image: url(../images/layers/bg_pedestrian.jpg);
}
}
.ls-imgl {
	border: 1px solid #ddd;
	padding: 5px;
	width: 30%;
	position: relative;
	height: 60%;
	top: 20%;
	white-space: normal;
	left: 60%;
	background: #fefefe; /* for non-css3 browsers */
	background: -moz-linear-gradient(center top , #DDDDDD 50%, #fefefe 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#fefefe));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#fefefe');
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
}
.ls-imgl span {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: block;
}
.ls-imgl img {
	width: 100%;
	height: auto;
}
.ls-imgr {
	border: 1px solid #ddd;
	padding: 5px;
	width: 30%;
	position: relative;
	height: auto;
	top: 15%;
	white-space: normal;
	left: 0%;
	background-color: #FFF;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}
.ls-monitor {
	width: 35%;
	position: relative;
	height: 85%;
	top: 15%;
	white-space: normal;
	left: 30%;
}
.ls-monitor img {
	height: auto;
	width: 100%;
}
.ls-phone {
	width: 15%;
	position: relative;
	height: 70%;
	top: 25%;
	white-space: normal;
	left: 10%;
}
.ls-phone img {
	height: auto;
	width: 100%;
}
.ls-tablet {
	width: 20%;
	position: relative;
	height: 75%;
	top: 15%;
	white-space: normal;
	left: 70%;
}
.ls-tablet img {
	height: auto;
	width: 100%;
}
/*.ls-imgl img, .ls-imgr img, .ls-monitor img, .ls-phone img, .ls-tablet img {
	height: 100%!important;
	width: 100%!important;
}
/* Mini Layer Styles */
.ls-block {
	height: 100%!important;
	width: 100%!important;
}
.lm-sh {
	position: relative;
	height: 100%;
	background-image: url(../images/layers/feat_sh.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	width: 100%;
}
.lm-t1 {
	color: #2D6891;
	font-size: 1.8em;
	font-weight: bold;
	font-family: "Distant Galaxy";
}
.lm-pl {
	color: #000;
	text-shadow: none;
	font-size: 1.1em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 45%;
	position: relative;
	height: auto;
	top: 40%;
	white-space: normal;
}
.lm-pr {
	color: #000;
	text-shadow: none;
	font-size: 1.1em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 45%;
	position: relative;
	height: auto;
	top: 30%;
	white-space: normal;
	left: 50%;
}
.lm-link {
	color: #000000!important;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background: #fefefe; /* for non-css3 browsers */
	background: -moz-linear-gradient(center top , #DDDDDD 50%, #fefefe 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#fefefe));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#fefefe');
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
}
.lm-link:hover {
	color: #FFF!important;
	background: #DDDDDD; /* for non-css3 browsers */
	background: -moz-linear-gradient(center top , #a8a8a8 50%, #DDDDDD 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8a8a8), to(#DDDDDD));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8a8a8', endColorstr='#DDDDDD');
}
.lm-imgl {
	border: 1px solid #ddd;
	padding: 5px;
	width: 45%;
	position: relative;
	height: 70%;
	top: 15%;
	white-space: normal;
	left: 50%;
	background: #fefefe; /* for non-css3 browsers */
	background: -moz-linear-gradient(center top , #DDDDDD 50%, #fefefe 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#fefefe));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#fefefe');
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
}
.lm-imgr {
	border: 1px solid #ddd;
	padding: 5px;
	width: 45%;
	position: relative;
	height: auto;
	height: 70%;
	top: 15%;
	white-space: normal;
	left: 0%;
	background: #fefefe; /* for non-css3 browsers */
	background: -moz-linear-gradient(center top , #DDDDDD 50%, #fefefe 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#fefefe));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#fefefe');
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
}
.lm-imgl img, .lm-imgr img {
	height: 100%!important;
	width: 100%!important;
}