/*  Main  */
body {
	background:#FFF;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper {
	margin:0 auto;
	width:960px; /*  Change to desired width :)  */
}
#maximage {
}
.in-slide-content {
	height: 100%;
	margin: auto;
	text-align: center;
	width: 90%;
}
.in-slide-content {
  padding: 3% 0;
}
.in-slide-content img {
	padding: 4% 0;
}
footer {
	border-top: medium dashed gray;
	bottom: 0;
	padding-bottom: 0.5%;
	padding-top: 0.5%;
	position: fixed;
	width: 100%;
}
.inside-footer {
	margin: auto;
	max-width: 74%;
	padding-bottom: 15px;
	padding-top: 15px;
	overflow: hidden;
}
label {
	display: none;
}
footer p {
	float: left;
}
input#fieldEmail {
	color: gray;
	font-size: 20px;
	height: 30px;
	width: 300px;
}
button {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: gray;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}
img {
	max-width: 100%;
	height: auto;
}
.logo {
	margin-top: 0;
	width: 30%;
}
:invalid {
 box-shadow: none;
}

:-moz-submit-invalid {
 box-shadow: none;
}

:-moz-ui-invalid {
 box-shadow:none;
}
input {
	padding-left: 10px;
}
footer .left {
	margin-top: 10px;
}

 /****************************/
 @media screen and (max-width: 1100px) {
footer .left {
	margin-top: 1px;
}
}
 /****************************/
 @media screen and (max-width: 666px) {
.in-slide-content img {
	padding: 0 0;
}
.right.logo {
	display: none;
}
.inside-footer {
	margin: auto;
	max-width: 95%;
}
.wrapper {
  min-height: 410px;
}
footer { position: relative;}
}
 /****************************/
 @media screen and (max-width: 400px) {
.in-slide-content {
	margin: auto;
	text-align: center;
	width: 91%;
}
.in-slide-content img {
	padding: 16% 0;
}
input#fieldEmail {
	color: gray;
	font-size: 16px;
	height: 30px;
	width: 156px;
}
input {
	padding-left: 7px;
}
.inside-footer {
	margin: auto;
	max-width: 95%;
	overflow: hidden;
	padding-bottom: 14px;
	padding-top: 14px;
}
button {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: gray;
	cursor: pointer;
	font-size: 16px;
	line-height: 30px;
}
.right.logo {
	display: block;
	margin: auto;
	width: 90%;
	text-align: center;
	float: none;
}
.right.logo img {
	padding-top:15px;
}
footer {
	border-top: medium dashed gray;
	bottom: 0;
	padding-bottom: 0.5%;
	padding-top: 0.5%;
	position: fixed;
	width: 100%;
}
.wrapper {
  min-height: 100%;
}
}
