@charset "utf-8";

@media print {
	.noprint {
		display: none;
	}
}




/* Basics */
body, html, div, h1, h2, h3, h4, h5, h6, p, li, img, form, label, input, select, textarea {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	border: none;
	font-size-adjust: none;
	color: #666;
}
html {
	height: 100%;
}
body, p, li, label, input, select, option, textarea {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 18px;
}
body {
	background-color: #fafafa;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	height: 100%;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 27px;
	overflow: hidden;
	overflow-y: auto;
/*
*/
	
}



a {
	color: #666;
	text-decoration: none;
}

ul{
	padding: 0px;
	margin: 0px 0px 0px 18px;
}
ol{
	padding: 0px;
	margin: 0px;
}
.clear{
	clear: both;
}

.default img{
	max-width: 100%;
	vertical-align: top;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
select {
  border-radius: 0;
  outline: none;
}


p.submit-error{
	color: #d01212 !important;
	font-weight: bold;
}
input.submit-error{
	color: #fff!important;
	background-color: #d01212 !important;
	border-color: #d01212 !important;
}
select.submit-error{
	color: #fff!important;
	background-color: #d01212 !important;
	border-color: #d01212 !important;
}
textarea.submit-error{
	color: #fff!important;
	background-color: #d01212 !important;
	border-color: #d01212 !important;
}
span.submit-error{
	color: #d01212 !important;
}
.display-error{
	color: #d01212 !important;
	display: none;
}


input:focus, 
textarea:focus, 
select:focus{
	outline: none;
}



.regform p {
	margin: 0px 0px 10px 0px;
}


.rightfloat{
	float: right;
}
.leftfloat{
	float: left;
}


.clamp-1{
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.clamp-2{
	display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-3{
	display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-4{
	display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}