.ls-header {
	height: 95px;
	-webkit-box-shadow: 0px 20px 40px hsla(0, 0%, 0%, 0.3);
	-moz-box-shadow: 0px 20px 40px hsla(0, 0%, 0%, 0.3);
	box-shadow: 0px 20px 40px hsla(0, 0%, 0%, 0.3);
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.header-link {
	cursor: pointer;
}

.header-title {
	text-shadow:
		0 0 5px rgba(255, 255, 255, 0.3),
		0 0 10px rgba(255, 255, 255, 0.3),
		0 0 15px rgba(255, 255, 255, 0.3),
		0 0 20px rgba(255, 255, 100, 0.3),
		0 0 35px rgba(255, 255, 100, 0.3),
		0 0 40px rgba(255, 255, 100, 0.3),
		0 0 50px rgba(255, 255, 100, 0.3),
		0 0 75px rgba(255, 255, 100, 0.3);

	margin-left: 20px;
	margin-top: 12px;
	float: left; color: white;
	font-family: 'Prosto One', cursive;
	font-size:46px;
}

.footer-links {
	border-top: 1px inset #777;
	padding-top: 4px;
	text-align: center;
	color: #888;
}

.footer-title {
	margin-top: 10px;
	color: white;
	font-family: 'Prosto One', cursive; font-size:20px;
}

#ktkFooter {
	-webkit-box-shadow: 5px -2px 1em hsla(0, 0%, 0%, 0.3);
	-moz-box-shadow: 5px -2px 1em hsla(0, 0%, 0%, 0.3);
	box-shadow: 5px -2px 1em hsla(0, 0%, 0%, 0.3);
}

#ktkFooter a {
	color:#CCC;
	text-decoration: none;
}

#ktkFooter a:hover {
	color:#FFF;
	text-decoration: underline;
}

.homepage h1 {
	color: white;
	/* text-shadow: -1px -1px gray; */
	text-align: center;
	font-family: 'Prosto One', cursive; font-size:40px;
}

.homepage h2 {
	color: #DDD;
	text-align: center;
	/* text-shadow: -1px -1px black; */
	font-family: 'Happy Monkey', cursive;
	font-size: 28px;
	font-weight: normal;
}

/* --- Start LoginBox (Copied from Unica) --- */
.header-logo-container {
	float: left; /* Para que botones login queden a la misma altura. Si no, se toma width=100% y los empuja hacia abajo. */

	/* float:left; Rompe logo SystemAssembler */
	padding-top:10px;
	padding-left:10px;
	padding-bottom:1px; /* Espacio sobre el menú */
}

.header-logo-container h1 {
	margin-botom: 1px;
	margin-top: 4px;
}

.header-sub-title {
	margin-bottom: 10px;
	font-size: 16px;
	vertical-align: top;
}

.header-login-container {
	float:right;
	padding-left:10px;
}

.header-login-box {
	margin-top:3px;
	margin-right: 10px;
	float:left;
	font-size: 12px;
	white-space:nowrap;
}

.header-login-box .last {
	margin-right: 0px;
}

.header-login-box-small-link {
	font-size: 10px;
}

.login-box,
.login-box-wide {
	background-color: #EEEEEE;
	box-shadow: 0px 0px 70px rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	padding:20px;
	margin:10px;
	max-width:300px;
}

.header-logo {
	max-width:300px;
	width:100%;
}

.mobile-login-button {
	padding:20px;
	float: right;
}

.footer-collab-logo {
	max-width:120px;
}

@media (max-width: 1005px) {	
	.header-login-container {
		display:none;
	}
}

@media (min-width: 1005px) {
	.mobile-login-button {
		display:none;
	}
}

@media (max-width: 800px) {
	.no-mobile {
		display:none;
	}
}

@media (min-width: 800px) {
	.only-mobile {
		display:none;
	}
}
/* --- End LoginBox --- */

.header-login-container {
	position:absolute;
	top:5px;
	right:0px;
}

.header-login-box, .header-login-box a {
	color: white;
}

footer {
	width: 1000px;
	margin: 0 auto;
	font-size: 12px;
}

/* Old */

.clearfix {
	height: 0px; line-height: 0; clear: both;
}

.content-wrapper {
	margin: 0px auto 16px;
	padding-top: 20px;
	width: 940px;
	position: relative;
}

.section {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	vertical-align: baseline;
	font-size-adjust: inherit;
	font-stretch: inherit;
	display: block;
}

.section h2 {
	width: 100%; text-align: center; color: rgb(37, 37, 37); text-transform: uppercase; font-family: "MavenProBold"; font-size: 18px; margin-bottom: 28px;
}

.features {
}

.features a {
	text-decoration: underline;
}

.feature {
	float: left;
	/*
	background: -webkit-gradient(linear, left top, right bottom, from(#B0C070), to(#F0F0F0));
	background: -moz-linear-gradient(top, #603060, #414863);
	*/
	background-color: #F2F2F2;
	border-radius: 10px;
	padding:4px;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
	margin: 10px;
}

.section.features .feature {
	width: 30%;
	min-height: 210px;
	margin-right: 10px; margin-left: 10px; float: left;
}
.section.features .feature img {
	margin-right: auto; margin-left: auto; display: block;
}

.section.features .feature p {
	text-align: center;

	font-size: 18px;
	font-family: "Cabin","Trebuchet MS","Helvetica", "Arial", sans-serif;
	color: #222;
}

/* END: */

.login-box,
.login-box-wide {
	background-color: #C2C2C2;
	box-shadow: 0px 0px 70px rgba(255, 255, 255, 0.4);
	margin-top:60px;
	padding:20px;
	border-radius: 20px;
}

.sasm-in-frame .login-box {
	margin-top:0px;
}

.login-box {
	width:290px;
}

.login-box-wide {
	width:340px;
}
