/* Standard CSS
***************************************************************************************************/
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Exo:200,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Rock+Salt);

.ls-layer * {
				font-family: Exo;
				white-space: nowrap;
				font-weight: 700;
}
.l1-s1{font-family:exo; font-size:77px; color:#ab285d;}

.l1-s3 {
				padding: 0px 10px;
				height: 40px;
				line-height: 40px;
				
				color: #666;
				text-shadow: none;
				font-size: 45px;
				font-weight:200;
				
			}
			
			.l1-s4 {
				padding: 0px 10px;
				height: 40px;
				line-height: 40px;
			
				color: white;
				text-shadow: none;
				font-size: 45px;
				color: #666;
				font-weight:200;}
				
				.stext{font-size:32px; font-weight:200; background:white;}
				
				h1.white, h2.white{color:white; background:none;}
				
				h1.smallerh, h2.smallerh{font-size:60px;}
				h2.smallesth2{font-size:30px;}
				
				h1.nobg, h2.nobg{ background:none;}
				
				.h2-smaller{font-size:32px;}
				
				.header1b{font-size:60px;}
				
				
	/*			
.l1-s3 {
				padding: 0px 10px;
				height: 40px;
				line-height: 40px;
				box-shadow: 0px 4px 10px -5px black;
				color: white;
				text-shadow: none;
				font-size: 45px;
				background: #1786b5;
				background: -moz-linear-gradient(left, #1786b5 0%, #29abe2 100%);
				background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1786b5), color-stop(100%,#29abe2));
				background: -webkit-linear-gradient(left, #1786b5 0%,#29abe2 100%);
				background: -o-linear-gradient(left, #1786b5 0%,#29abe2 100%);
				background: -ms-linear-gradient(left, #1786b5 0%,#29abe2 100%);
				background: linear-gradient(to right, #1786b5 0%,#29abe2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1786b5', endColorstr='#29abe2',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: 45px;
				color: #29abe2;
				background: white;} */