.nothing{
	width:100%;
	height:150px;
	position:relative;
	float:left;
	display:block;
	margin:0 auto;
}
.logo3{
	width:180px;
	height:200px;
	position:relative;
	margin:0 auto;
	/*margin-top:150px;*/
	/*margin-bottom:50px;*/
	background-image:url(../images/muscle-and-fitness-logo1.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:180px;
}
.int-title{
	width:100%;
	min-height:50px;
	height:auto;
	position:relative;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
.int-title h1{
	max-width:600px;
	width:100%;
	min-height:50px;
	height:auto;
	position:relative;
	margin:0 auto;
	padding:0;
	padding-bottom:30px;
	font-size:46px;
	color:rgba(255,255,255,1);
	font-family: 'Titillium Web', sans-serif;
	text-align:center;
	text-shadow: 1px 1px 2px #000000;
}
.reg-bg{
	width:100%;
	height:100%;
	position:fixed;
	padding:0;
	margin:0;
	background-attachment:fixed;
	background-image:url(../images/bg-4.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.rbg2{
	background-image:url(../images/bg-5.jpg);
}
.rbg3{
	background-image:url(../images/bg-6.jpg);
}
.rbg4{
	background-image:url(../images/bg-7.jpg);
}
.regform{
	max-width:400px;
	width:100%;
	min-height:50px;
	height:auto;
	overflow:hidden;
	background:none;
	border:none;
	position:relative;
	margin:0 auto;
	display:block;
	/*margin-top:60px;*/
	margin-bottom:150px;
	background-color:rgba(255,255,255,1);
	padding:20px 15px;
}
.regform p{
	padding:0 20px;
}
.regform label{
	padding-left:10px;
	color:#d50202;
}
.regform input[type=text], .regform input[type=email] {
    width:100%;
    padding: 12px 20px;
    margin: 8px 0;
	/*text-indent:30px;*/
	position:relative;
	display:inline-block;
	float:left;
	border:0px;
	border-bottom:2px solid #d50202;
	box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.regform input[type=text]:focus, .regform input[type=email]:focus, .regform input[type=text]:active, .regform input[type=email]:active {
	/*border-bottom:2px solid #3d3d3d;*/
	background-color:rgba(255,255,255,1);
}
.regform input[type=text]:focus label, .regform input[type=email]:focus label, .regform input[type=text]:active label, .regform input[type=email]:active label {
	border-bottom:none;
	background-color:none;
	color:#3d3d3d
}
.regform button{
	max-width:200px;
	width:100%;
	height:56px;
    margin:8px auto;
	/*margin-top:-64px;*/
	position:relative;
	display:block;
	float:none;
	background-color:#d50202;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	line-height:50px;
	letter-spacing:1px;
	font-weight:900;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	
	border:4px solid #d50202;
	-webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.regform button:hover{
	background-color:#ffc600;
	color:#3d3d3d;
	border:4px solid #ffc600;
	-webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.errors{
	position:relative;
	top:10px;
}
a.cta{
	width:300px;
	height:60px;
	position:relative;
	margin:0 auto;
	display:block;
	color:#3d3d3d;
	font-family: 'Titillium Web', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	line-height:55px;
	letter-spacing:1px;
	font-weight:900;
	text-align:center;
	margin-top:50px;
	text-decoration:none;
	
	border:4px solid #fff;
	background-color:#ffc600;
	-webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.cta:hover{
	background-color:#d41912;
	color:#FFF;
	border:4px solid #d41912;
	-webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}