img.signup-logo  {
	display: block;
	margin: 0px auto 10px auto;
	padding-top: 10px;
	width: 100%;
	max-width: 406px;
}
.site-container {
	padding: 0 20px;
	top: 0px;
	width: auto;
	/*min-height: 100%;*/
	background: #fff;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(229, 229, 229, 0.3) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229, 229, 229, 0.3)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0.3) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229, 229, 229, 0.3) 0%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229, 229, 229, 0.3) 0%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(229, 229, 229, 0.3) 0%, rgba(255, 255, 255, 1) 100%); /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	z-index: 0;	
}
.site-top {
	padding-bottom: 20px;
	width: auto;
}
.form-container {
	position: relative;
	margin: 0 auto 20px auto;
	/*padding: 30px;*/
	max-width: 900px;
	background: rgb(237,237,237);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(255,255,255,1) 24%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(24%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 24%);
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 24%);
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 24%);
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 24%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );

	/*border: 2px solid rgba(0, 0, 0, 0.15);*/
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.signup-content-container {
	position: relative;
	margin: 20px auto 20px auto;
	max-width: 800px;
}
.form-header {
	margin-bottom: 20px;
	padding: 6px 6px 6px 20px;
	color: #fff;
	background: rgb(183,182,215); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(183,182,215,1) 0%, rgba(122,121,182,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,182,215,1)), color-stop(100%,rgba(122,121,182,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(183,182,215,1) 0%,rgba(122,121,182,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(183,182,215,1) 0%,rgba(122,121,182,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(183,182,215,1) 0%,rgba(122,121,182,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(183,182,215,1) 0%,rgba(122,121,182,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b6d7', endColorstr='#7a79b6',GradientType=0 ); /* IE6-9 */
	border-bottom: 2px solid #fff;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.form-header h3 {
	margin: 0;
}
ul.form-footer {
	margin-top: 0 !important;
	/*margin-bottom: 40px !important;*/
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #ddd;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
    overflow: hidden;;
}
ul.form-footer .btn {
	float: right;
}
.contentbefore, .contentafter {
	text-align: center;
	padding: 0 10px;
}
.scroller-parent {
	margin-left: 40px;
	margin-right: 40px;
}
li.termsagree {
	text-align: left;
	padding-right: 40px;
}
legend {
	text-align: center;
}

ul.submit li {
    padding-left: 3px;
}

.signup-headline {
	text-align: center;
}
.owl-carousel.owl-loaded {
	margin-top: 20px;
	margin-bottom: 20px;
}
legend.remove-margin {
	margin: 0 !important;
}

fieldset.inline {
	/*padding-left: 40px;*/
}
fieldset.inline ul {
}
fieldset.inline ul, fieldset.inline ul li {
	display: inline-block;
}
fieldset.inline label {
	padding-right: 5px;
	width: auto;
}
fieldset.inline ul li {
	padding-right: 15px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*---------------------max-width: 1400px----------------------------- */
@media (max-width: 1400px) {

}
/*---------------------max-width: 1000px----------------------------- */
@media (max-width: 1000px) {
.site-container {
	/*padding: 0 10px;*/
}
img.signup-logo  {
	max-width: 260px;
}
}
/*---------------------max-width: 800px----------------------------- */
@media (max-width: 800px) {

}
/*---------------------max-width: 650px----------------------------- */
@media (max-width: 650px) {
.terms {
	/*height: 300px;*/
}
}
/*---------------------max-width: 550px----------------------------- */
@media (max-width: 550px) {
.scroller-parent {
	margin-left: 0;
	margin-right: 0;
}
li.termsagree {
	text-align: right;
	padding-right: 0px;
}
ul.submit .btn {
	float: right;
}
}
/*---------------------max-width: 400px----------------------------- */
@media (max-width: 400px) {

}
/*---------------------max-width: 320px----------------------------- */
@media (max-width: 320px) {
	img.signup-logo  {
	max-width: 240px;
}
.form-container .signup-content-container {
	padding: 5px 5px 20px 5px;
}
.terms {
	height: 140px;
}
}