
			.ls-layer,
			.ls-layer * {
				font-weight: normal;
				text-shadow: none;
			}
			
			.br5 {
				border-radius: 5px;
			}
			
			.c {
				text-align: center;
			}

			.sl1, .sl2 {
				font-size: 50px;
				line-height: 100px;
				height: 100px;				
			}

			.sl1 {
				color: #eee;
				background: black;
				background: rgba(0,0,0,.75);
			}
			
			.sl2 {
				color: #444;
				background: white;
			}

			.plus1,
			.plus2,
			.plus3,
			.plus4,
			.br100 {
				border-radius: 100px;
				-moz-border-radius: 100px;
				-webkit-border-radius: 100px;				
			}

			.plus1,
			.plus2,
			.plus3,
			.plus4 {
				text-align: center;
				width: 40px;
				height: 40px; 
				font-size: 38px;
				font-weight:bold;
				line-height: 40px;
			}
			
			.plus1 {
				color: #fff;
				background: #2e69ad;
			}

			.plus2 {
				color: #224177;
				background: #eee;
			}

			.plus3 {
				color: #3b173d;
				background: #eee;
			}
			
			.plus4 {
				 color: white;
				background: #85c201;
			}
			
			.text1,
			.text2,
			.text3,
			.text4,
			.text5,
			.text6,
			.text7 {
				font-size: 30px;
			}
			
			.text1 {
				color: black;#f0f6fd
			}

			.text2 {
				padding: 10px 25px 10px 25px;
				color: #f0f6fd;
				background: #2e69ad;
			}

			.text3 {
				padding: 10px 25px 10px 25px;
				color: #2e69ad;
				background: #f0f6fd;
			}

			.text4 {
				text-shadow: 0px 0px 20px #224177;
				color: #eee;
			}

			.text5 {
				padding: 10px 25px;
				color: #224177;
				background: #eee;
			}
			
			.text6 {
 				color:black ;	#eee			
			}
			
			.text7 {
				 color: #85c201;
			}

			.text-a {
				font-weight: bold;
				padding: 15px 30px 15px 30px;
				font-size: 100px;
				color: #f4f8fc;
			}
			
			.text-b {
 				border-radius: 5px;
				padding: 5px 15px;
				font-size: 30px;
				color: #94e60f;
				background: black;				
			}
			
			.text-c {
				box-shadow: -2px -2px 15px -3px black
				border-radius: 5px;
				padding: 10px 20px;
				font-size: 40px;
				color: black;
				background: #94e60f;
			}
			
			.text-d {
				box-shadow: -3px -3px 20px -3px black;
				border-radius: 5px;
				padding: 15px 30px 15px 30px;
				font-size: 60px;
				color: #94e60f;
				background: black;
			}

			.text-e {
				padding: 4px 15px 7px 15px;
				font-size: 24px;
				color: black;
				background: #94e60f;
			}
			
			.text-f {
 				font-size: 60px;
				color: #ff7700;				
			}
			.text-AA {
				box-shadow: -2px -2px 15px -3px black;
				padding: 0px 10px;
				font-size: 22px;
				color: white;
				background: #94e60f;
			}
			.text-AB {
				padding: 0px 10px;
				font-size: 22px;
				color: white;
				background: #94e60f;
			}


.bigtitle{
	font-size:34px;
	color:#fff;
	background:#09F;
	padding:5px 10px;
	font-weight:normal;
}
.title2{
	font-size:42px;
	font-weight:bold;
	color:#363636;
}
.title3{
	font-size:34px;
	color:#363636;
	font-weight:bold;
}
.title4{
	font-size:28px;
	font-weight:bold;
	color:#363636;
}
.title5{
	font-size:24px;
	font-weight:normal;
}
.bigmedium{
	font-size:28px;
	color:#725555;
	text-transform:uppercase;
	font-weight:normal;
}
.bgtitlemedium{
	font-size:26px;
	color:#fefefe;
	text-transform:uppercase;
	font-weight:normal;
	background:#3d2121;
	padding:5px;
}
.mediumtitle{
	color:#51274b;
	font-size:13px;	
}
#layerslider-container {
	width: 100%;
	min-width:100px;
	max-width:100%;
	margin: 0px auto;
}

#layerslider-container-fw {
	width: 100%;
	margin: 50px auto;
}


.ls-container {
	margin-left: auto;
	margin-right: auto;
}
#ls-transition-gallery {
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	border-collapse: collapse;
	width: 100%;
}

#ls-transition-gallery td, #ls-transition-gallery th {
	padding: 5px 5px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbfbfb));
	background: -webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#fbfbfb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
}

#ls-transition-gallery td:first-child {
	border-right: 1px solid #e3e3e3;
}

.ls-popup {
	width: 300px;
	height: 150px;
	position: absolute;
	padding: 20px;
	background: white;
	border-radius: 7px;
	color: #eee;
	z-index: 6000;
	box-shadow: 0px 7px 30px -5px black;
}

.ls-popup .inner {
	width: 300px;
	height: 150px;
	padding: 0px;
	box-shadow: none;
	background: none;
}

			.l3s1, .l3s2, .l3s3 {
				text-shadow: 0px 0px 10px white;
				color: black;
			}

			.l3s1 {
				font-size: 30px;
			}
			
			.l3s2 {
				font-size: 60px;				
			}
			
			.l3s3 {
				font-size: 20px;
				font-style: italic;
			}
			
			.l4s1, .l4s2, .l4s3, .l4s4 {
				box-shadow: 0px 3px 10px -3px #002c4b;
				background: #02cef7;
				background: -moz-linear-gradient(top, #02cef7 0%, #009bba 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02cef7), color-stop(100%,#009bba));
				background: -webkit-linear-gradient(top, #02cef7 0%,#009bba 100%);
				background: -o-linear-gradient(top, #02cef7 0%,#009bba 100%);
				background: -ms-linear-gradient(top, #02cef7 0%,#009bba 100%);
				background: linear-gradient(to bottom, #02cef7 0%,#009bba 100%);
				text-shadow: 0px -1px 1px #00819c; 				
				padding: 10px 15px 10px 15px;
				border-top: 4px solid white;
				font-size: 20px;
				color: white;
				border-radius: 7px;				
			}
#slider-172.slider ul li .slider-caption h2, #slider-172.slider ul li .slider-caption h2 a { font-size: 18px; font-family: 'Rokkitt', sans-serif; color: #ffffff; font-style: normal; font-weight: normal; }
#slider-172.slider ul li .slider-caption p { font-size: 12px; font-family: 'Droid Sans', sans-serif; color: #ffffff; font-style: normal; font-weight: normal; }
#slider-172.slider ul li .slider-caption .special-font { font-size: 24px; font-family: 'Shadows Into Light', sans-serif; color: #ffffff; font-style: normal; font-weight: normal; }
#slider-cycle-2.slider_cycle .slide-title h2, #slider-cycle-2.slider_cycle .slide-title h2 span { font-size: 48px; font-family: 'Oswald', sans-serif; font-style: normal; font-weight: normal; }
#slider-cycle-2.slider_cycle .slide-title h2 span { font-size: 48px; font-family: 'Oswald', sans-serif; color: #ea7206; font-style: normal; font-weight: normal; }
#slider-cycle-2.slider_cycle .slide-content p { font-size: 14px; font-family: 'Droid Sans', sans-serif; font-style: normal; font-weight: normal; }
#slider-elastic .ei-title h2, #slider-elastic .ei-title h2 a { font-size: 40px; font-family: 'Playfair Display', sans-serif; color: #000000; font-style: italic; font-weight: normal; }
#slider-elastic .ei-title h3, #slider-elastic .ei-title h3 a { font-size: 40px; font-family: 'Open Sans Condensed', sans-serif; color: #4D4C4C; font-style: normal; font-weight: normal; }
#slider-cycle.slider_cycle .slide-title h2, #slider-cycle.slider_cycle .slide-title h2 span { font-size: 48px; font-family: 'Oswald', sans-serif; font-style: normal; font-weight: normal; }
#slider-cycle.slider_cycle .slide-title h2 span { font-size: 48px; font-family: 'Oswald', sans-serif; color: #ea7206; font-style: normal; font-weight: normal; }
#slider-cycle.slider_cycle .slide-content p { font-size: 12px; font-family: 'Droid Sans', sans-serif; font-style: normal; font-weight: normal; }
#slider-thumbnails.slider.thumbnails .showcase-caption p { font-size: 13px; font-family: 'Droid Sans', sans-serif; color: #585555; font-style: normal; font-weight: normal; }
#slider-thumbnails.slider.thumbnails div.showcase-tooltip { font-size: 12px; font-family: '"Lucida Console", Monaco, monospace', sans-serif; color: #000; font-style: normal; font-weight: normal; }
#slider-layer-slider.layer-slider .ls-layer p { font-size: 12px; font-family: 'Droid Sans', sans-serif; color: #585555; font-style: normal; font-weight: normal; }
#slider-layer-slider.layer-slider .ls-layer a { color: #c97e08; }
#slider-layer-slider.layer-slider .ls-layer a:hover { color: #2E2D2D; }
#slider-layer-slider.layer-slider .ls-layer h1 { font-size: 22px; font-family: 'Rokkitt', sans-serif; color: #2E2D2D; font-style: normal; font-weight: normal; }
#slider-layer-slider.layer-slider .ls-layer h2 { font-size: 30px; font-family: 'Rokkitt', sans-serif; color: #2E2D2D; font-style: normal; font-weight: normal; }
#slider-layer-slider.layer-slider .ls-layer h3 { font-size: 26px; font-family: 'Rokkitt', sans-serif; color: #c97e08; font-style: normal; font-weight: normal; }
#slider-layer-slider.layer-slider .ls-layer h5 { font-size: 18px; font-family: 'Rokkitt', sans-serif; color: #2E2D2D; font-style: normal; font-weight: normal; }
#slider-layer-slider.layer-slider .ls-layer h6 { font-size: 14px; font-family: 'Rokkitt', sans-serif; color: #2E2D2D; font-style: normal; font-weight: normal; }



