body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #888;
	line-height: 30px;
	text-align: center;
}
strong {
	font-weight: 500;
}
h1, h2 {
	margin-top: 10px;
	font-size: 38px;
	font-weight: 100;
	color: #555;
	line-height: 50px;
}
h3 {
	font-size: 22px;
	font-weight: 300;
	color: #555;
	line-height: 22px;
}
img {
	max-width: 100%;
}
/*
::-moz-selection { background: #4aaf51; color: #fff; text-shadow: none; }
::selection { background: #4aaf51; color: #fff; text-shadow: none; }
*/

/***** Top content *****/

.inner-bg {
	padding: 40px 0 40px 0;
}
.top-content .text {
	color: #fff;
}
.top-content .text h1 {
	color: #fff;
}
.top-content .description {
	margin: 20px 0 10px 0;
}
.top-content .description p {
	opacity: 0.8;
}
.top-content .description a {
	color: #fff;
}
.top-content .description a:hover,  .top-content .description a:focus {
	border-bottom: 1px dotted #fff;
}
.form-box {
	margin-top: 10px;
}
.form-top {
	overflow: hidden;
	padding: 0 25px 0 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: left;
}
.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}
.form-top-left h3 {
	margin-top: 0;
}
.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 40px;
	color: #ddd;
	line-height: 60px;
	text-align: right;
}
.form-bottom {
	padding: 25px 50px 15px 50px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	text-align: left;
}
.form-bottom form textarea {
	height: 100px;
}
.form-bottom form button.btn {
/*width: 100%;*/
}
.form-bottom form .input-error {
	border-color: #4aaf51;
}
.signin-tag {
}
.social-login {
	margin-top: 0px;
	display: none;
}
.social-login h3 {
	color: #fff;
}
.social-login-buttons {
	margin-top: 0px;
}
.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #4aaf51;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
	outline: 0;
	opacity: 0.6;
	color: #fff;
}
.btn-link-1.btn-link-1-facebook {
	background: #4862a3;
}
.btn-link-1.btn-link-1-twitter {
	background: #55acee;
}
.btn-link-1.btn-link-1-google-plus {
	background: #dd4b39;
}
.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}
.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus,  .btn-link-2:active, .btn-link-2:active:focus {
	outline: 0;
	opacity: 0.6;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}
.confirmation-message img {
	margin-right: 8px;
}
.error-box {
	margin-top: 8px;
	display: none;
}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
.inner-bg {
	padding: 60px 0 110px 0;
}
}

@media (max-width: 415px) {
h1, h2 {
	font-size: 32px;
}
}
input[type="text"], input[type="password"], textarea, textarea.form-control {
	height: 40px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	background: #f8f8f8;
	border: 3px solid #ddd;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 40px;
	color: #888;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
textarea,  textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}
input[type="text"]:focus,  input[type="password"]:focus,  textarea:focus,  textarea.form-control:focus {
	outline: 0;
	background: #fff;
	border: 3px solid #ccc;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
 input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder,  textarea:-moz-placeholder, textarea.form-control:-moz-placeholder {
 color: #888;
}
 input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder,  textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
 color: #888;
}
 input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder,  textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
 color: #888;
}
input[type="checkbox"] {
	margin: 8px 0 0;
}
/******** SignUpBiz Styling Starts here *****/
@font-face {
	font-family: 'Lato Hairline';
	src: url('../fonts/lato-hairline-webfont.eot');
	src: url('../fonts/lato-hairline-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-hairline-webfont.woff2') format('woff2'), url('../fonts/lato-hairline-webfont.woff') format('woff'), url('../fonts/lato-hairline-webfont.ttf') format('truetype'), url('../fonts/lato-hairline-webfont.svg#latohairline') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato Regular';
	src: url('../fonts/lato-regular-webfont.eot');
	src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato Light';
	src: url('../fonts/Lato-Light.eot');
	src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Lato Italic';
	src: url('../fonts/Lato-Italic.eot');
	src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Italic.woff2') format('woff2'), url('../fonts/Lato-Italic.woff') format('woff'), url('../fonts/Lato-Italic.ttf') format('truetype'), url('../fonts/Lato-Italic.svg#Lato-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Lato Medium';
	src: url('../fonts/Lato-Medium.eot');
	src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Medium.woff2') format('woff2'), url('../fonts/Lato-Medium.woff') format('woff'), url('../fonts/Lato-Medium.ttf') format('truetype'), url('../fonts/Lato-Medium.svg#Lato-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Lato Bold Italic';
	src: url('../fonts/Lato-BoldItalic.eot');
	src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-BoldItalic.woff2') format('woff2'),  url('../fonts/Lato-BoldItalic.woff') format('woff'),  url('../fonts/Lato-BoldItalic.ttf') format('truetype'),  url('../fonts/Lato-BoldItalic.svg#Lato-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Lato Bold';
	src: url('../fonts/Lato-Bold.eot');
	src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Bold.woff2') format('woff2'),  url('../fonts/Lato-Bold.woff') format('woff'),  url('../fonts/Lato-Bold.ttf') format('truetype'),  url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Lato Black';
	src: url('../fonts/Lato-Black.eot');
	src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Black.woff2') format('woff2'),  url('../fonts/Lato-Black.woff') format('woff'),  url('../fonts/Lato-Black.ttf') format('truetype'),  url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}

body.registrationPages {
	background: url(../images/patternBg.png) repeat #33414e;
}
body.registrationPages .backstretch {
	display: none;
}
.regContent {
	width: 400px;
	margin: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-background: rgba(255,255,255,0.1);
	-moz-background: rgba(255,255,255,0.1);
	-ms-background: rgba(255,255,255,0.1);
	-o-background: rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.1);
	padding: 25px;
	text-align: left;
	display: none;
}
.regContent p {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}
.regStepHeader {
	padding: 60px 0 20px 0;
}
.regContent h3, .regContent h4 {
	margin: 0 0 15px 0;
	color: #ffffff;
	font-family: 'Lato Light';
	font-size: 24px;
	line-height: 28px;
}
.regContent h4 {
	font-size: 21px;
	line-height: 24px;
	margin-top: 10px;
}
.regContent h3 strong, .regContent h4 strong {
	font-family: 'Lato Bold';
}
.regContent button {
	width: 100%;
	text-align: center;
	padding: 6px 18px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	font-family: 'Lato Medium';
	letter-spacing: 0.6px;
	background: #3FBAE4;
	font-size: 14px;
	border: 0;
}
.regContent button:hover {
	opacity: 0.8;
}
.welcomeVideo iframe {
	display: block;
}
.regContent#signInBizStep1 {
	display: block;
}
.regContent button.nextStep {
	width: auto;
}
.formField {
	margin-bottom: 10px;
}
.formField label {
	color: #ffffff;
	font-weight: normal;
	font-family: 'Lato Medium';
}
.regContent input[type="text"], .regContent input[type="email"], .regContent input[type="tel"], .regContent input[type="search"], .regContent input[type="password"], .regContent select, .regContent textarea {
	border: 0;
	padding: 10px 15px;
	color: #ffffff;
	font-family: 'Lato Medium';
	-webkit-background: rgba(0,0,0,0.2);
	-moz-background: rgba(0,0,0,0.2);
	-ms-background: rgba(0,0,0,0.2);
	-o-background: rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
	font-size: 13px;
	height: auto;
	line-height: 20px;
}
.regContent input[type="text"]:focus, .regContent input[type="email"]:focus, .regContent input[type="tel"]:focus, .regContent input[type="search"]:focus, .regContent input[type="password"]:focus, .regContent select, .regContent textarea:focus {
	-webkit-background: rgba(0,0,0,0.3);
	-moz-background: rgba(0,0,0,0.3);
	-ms-background: rgba(0,0,0,0.3);
	-o-background: rgba(0,0,0,0.3);
	background: rgba(0,0,0,0.3);
}
.regContent span {
	color: #ffffff;
}
.regContent footer {
	margin-top: 30px;
}
.haveAccount span {
	font-size: 13px;
	font-family: 'Lato Medium';
	color: #ffffff;
}
.regContent a {
	color: #ffffff;
}
.haveAccount span a:hover {
	color: #bdd12b;
}
.regContent input.error {
	border: 0 !important;
}
.regContent input::-webkit-placeholder {
 opacity:1;
 color:#ffffff;
}
.regContent input::-moz-placeholder {
 opacity:1;
 color:#ffffff;
}
.regContent input:-moz-placeholder {
 opacity:1;
 color:#ffffff;
}
.regContent input::-ms-placeholder {
 opacity:1;
 color:#ffffff;
}
.regContent .form-control[disabled], .regContent .form-control[readonly], .regContent fieldset[disabled] .form-control {
	-webkit-background: rgba(0,0,0,0.2);
	-moz-background: rgba(0,0,0,0.2);
	-ms-background: rgba(0,0,0,0.2);
	-o-background: rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
	opacity: 0.5;
}
.regContent .row.space {
	margin: auto auto 10px auto;
}
.regStepsWrap{
	padding-bottom:40px;
}
.socialSignIn {
	position: relative;
	text-align: center;
	margin: 30px 0 20px 0;
}
ul.socialLinks {
	padding: 0;
}
ul.socialLinks li {
	list-style: none;
	float: left;
	width: 33.33%;
	text-align: center;
}
ul.socialLinks:after {
	clear: both;
	width: 100%;
	display: block;
	content: "";
}
ul.socialLinks li a {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 16px;
	color: #ffffff;
	line-height: 18px;
	font-size: 13px;
	-webkit-transition: 0.3s all ease-in-out 0s;
	-moz-transition: 0.3s all ease-in-out 0s;
	-ms-transition: 0.3s all ease-in-out 0s;
	-o-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
}
ul.socialLinks li a i {
	margin-right: 5px;
}
ul.socialLinks li.siTwitter a {
	background: #55acee;
}
ul.socialLinks li.siFacebook a {
	background: #3b5998;
}
ul.socialLinks li.siGoogle a {
	background: #dc4e41;
}
ul.socialLinks li a:hover {
	color: #222222;
	background: #ffffff;
	text-decoration: none;
}
.socialSignIn .orSignInVia {
	width: 40px;
	height: 25px;
	-webkit-background: rgba(0,0,0,0.2);
	-moz-background: rgba(0,0,0,0.2);
	-ms-background: rgba(0,0,0,0.2);
	-o-background: rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
	position: relative;
	margin: 25px auto;
	text-align: center;
	line-height: 25px;
	color: #FFF;
}
.socialSignIn .orSignInVia:before {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	top: -10px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	-webkit-border-bottom: 10px solid rgba(0,0,0,0.2);
	-moz-border-bottom: 10px solid rgba(0,0,0,0.2);
	-ms-border-bottom: 10px solid rgba(0,0,0,0.2);
	-o-border-bottom: 10px solid rgba(0,0,0,0.2);
	border-bottom: 10px solid rgba(0,0,0,0.2);
}
.socialSignIn .orSignInVia:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	bottom: -10px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	-webkit-border-top: 10px solid rgba(0,0,0,0.2);
	-moz-border-top: 10px solid rgba(0,0,0,0.2);
	-ms-border-top: 10px solid rgba(0,0,0,0.2);
	-o-border-top: 10px solid rgba(0,0,0,0.2);
	border-top: 10px solid rgba(0,0,0,0.2);
}
.loginForm h5, .loginForm label {
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 0.6px;
}
.loginForm button[type="button"] {
	-webkit-transition: 0.3s all ease-in-out 0s;
	-moz-transition: 0.3s all ease-in-out 0s;
	-ms-transition: 0.3s all ease-in-out 0s;
	-o-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
}
.loginForm button[type="button"]:hover {
	-webkit-background: rgba(0,0,0,0.2);
	-moz-background: rgba(0,0,0,0.2);
	-ms-background: rgba(0,0,0,0.2);
	-o-background: rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
	color: #ffffff;
}
/* Error Messages Styling + */
.regContent .error-box .alert {
	padding: 5px 15px;
}
.regContent .error-box .alert.alert-danger {
	background: #a94442;
	border: 0;
}
.regContent .error-box .alert span {
	color: #ffffff;
	font-size: 14px;
}
/* Error Messages Styling - */

/* Responsive Styling + */

@media only screen and (min-width:320px) and (max-width:532px){
	.regContent{
		width:100%;
	}
}
