/**
* Backyard
* Landing Page Template
* Author: MoxDesign - http://www.moxdesign.com
**/

html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
	height:100%;
	/*font-family: "Lato", "Serif";*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	padding:0;
	margin:0;
	font-size:16px;
	line-height: 28px;
	color: #777; 
	background: #fff;
	overflow-x:hidden;
	position: relative;
}
h1 { font-size: 3em; line-height:1.2em; margin:0 0 .3em; }
h2 { font-size: 1.8em; line-height:1.4em; margin:0 0 .3em;  }
h3 { font-size: 1.4em; line-height:1.4em; }
h4 { font-size: 1.25em; line-height:1.4em;}
h5 { font-size: 1.1em; line-height:1.4em; }
h6 { font-size: 1em; line-height:1.2em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none
}	 
p { 
	padding: 0 0 1em;
	margin:0;
}
a {
	color: #3eb0f7;
	outline: 0;
	font-weight: bold;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
} 
a:hover {
	text-decoration: none;
	color: #1f2222;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.sociallogin img{
	padding-bottom:10px;
	max-width:100%;
}
.lang-icon{width:24px;}
.highlight {
	color: #3eb0f7;
}
.floatleft{float:left;padding:2px 1%;width:48%;}
.ads img{width:100%;height:210px;}
.ads-item-content{background-color:#3a3e48;height:32px;color:#fff;padding:2px;}
.ads {text-align:center;margin:0 auto;}
.tosagree{color:#fff;text-align: center;}
.hide-show{color:#fff;}
div.tab-content{margin-top: 10px;}
.nav-tabs > li > a {border: 1px solid #fff;}
	
#msgarea{margin: 60px 0 0 5px;}
#navbarLang{float:right;}
#copyright{font-size:12px;color:#fff;text-align:center;}
.step {
    height:25px;
    width:25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
	font-weight:bold;
	font-size:14px;
}

.fullscreen {
    width:100%;
    min-height:100%;
	background-repeat:no-repeat;
    background-position:50% 50%\9 !important;
	overflow:hidden;
	background-attachment: fixed;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
    height: 100%;
	min-height:1084px;
    display: block;
	overflow:hidden !important;
}
#menu_top,#menu_bottom {
	z-index: 99;
	margin-top:50px;
}
.or {
	max-width:100%;
	padding:5px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.navbar-default {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 0.5px 2px #cecece;
}
.navbar-default .navbar-brand {
    padding: 7px;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
	font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #3eb0f7;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
    color: #3eb0f7;
}
.btn-default {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	border: 2px solid #3eb0f7;
	background: transparent;
	transition: all 0.4s;
	color: #3eb0f7;
	border-radius: 100px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	border: 2px solid #3eb0f7;
	background: #3eb0f7;
	color: white;
}
.btn-primary {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	border: 2px solid #3eb0f7;
	background: #3eb0f7;
	transition: all 0.4s;
	color: white;
	border-radius: 100px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	border: 2px solid #3eb0f7;
	background: transparent;
	color: #3eb0f7;
}
.btn-secondary {
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	padding: 20px 50px;
	height: 65px;
	border: none;
	background: #3eb0f7;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
	background: #1f96e0;
	color: white
}

.site-name img {

	width: 150px; 
	height: 37px
}
#mainarea{margin-top: 40px; }
.logo {
	margin: 5px 0 40px 0;
}
.logo img{
	width:100%;
	max-width: 280px; 
}
.landing h1{
	font-size: 56px;
	font-weight: 300;
	color: #fff;
	margin: 30px 0 30px 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.landing p, .landing h2 {
	color: #fff;
}
.landing-text {
	margin-bottom: 20px;
}
.landing-text p {
	font-size: 17px !important; 
}
.head-btn {
	margin-bottom: 5px;
}
#homeconnectwrap, #homewrap{margin: 30px auto;}

.signup-header {
	background: rgba(255,255,255,0.2);
	border-radius: 4px;
	padding: 20px;
}
.signup-header h3{
	padding: 20px 0 10px;
	color: white;
	font-weight: 300;
}
.form-header input {
	position: relative;
	padding: 5px 15px;
}
.form-header .form-control {
	border-radius: 0;
	border: solid 1px #dadada;
	background-color: #fff;
	color: #333;
	height: 55px;
}
.form-header .btn {
	border-radius: 0;
	height: 55px;
	width: 100%;
	background-color: #3eb0f7;
	color: white;
	font-size: 17px !important;
	padding: 0 33px;
	border: none;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.form-header .btn:hover {
	background-color: #1f96e0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.privacy {
	padding-top: 0;
	font-size: 13px;
}
.signup-header p {
	color: white;
}

.scrollToTop{
	width: 40px; 
	height: 40px;
	padding: 5px;
	font-size: 30px;
	text-align: center; 
	background: rgba(0, 0, 0, 0.2);
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	display: none;
}
.scrollToTop:hover{
	color: #3eb0f7;
}
.control-group .controls {
	overflow-x: hidden;
}
/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	.head-btn {
		margin: 50px 0 25px;
	}
	
	#mainarea{margin-top: 5px; }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	#mainarea{margin-top: 5px; }
	.landing h1{
		margin: 60px 0 60px 0;
	}	
	.landing-text {
		margin: 60px 0 40px 0;
	}
	

}

@media (max-width: 768px) {
	
	.signup-header {
		margin: 5px auto;
	}
	#loginwrap{	margin: 5px auto;}
}



/* smart-phone ----------- */
@media (max-width: 767px) {
	#mainarea{margin-top:0px; }
	.head-btn {
		margin: 30px 0 25px;
	}
	.signup-header {
		margin: 5px auto;
	}
	.navfooter > li > a{padding:9px 8px;font-size: 14px;}
	.nav > li {display: inline-block;float: right;}
}	
/* iPhone 6Plus (landscape) ----------- */
@media (max-width: 736px) {

}

/* iPhone 6 (landscape) ----------- */
@media (max-width: 667px) {
	#mainarea{margin-top:-45px; }
	.landing h1{
		font-size: 50px;
		margin: 10px 0 25px 0;
	}
	.landing-text {
		margin-top: 20px;
	}
}

/* iPhone 5 (landscape) ----------- */
@media (max-width: 568px){
	.floatleft{width:100%;}

	.landing h1{
		font-size: 40px;
		margin: 20px 0 10px 0;
	}
	.landing-text p {
		font-size: 16px !important; 
	}
	
	
}

/* iPhone 4 (landscape) ----------- */
@media (max-width: 480px) {
	#msgarea {
		margin: 60px 5px 40px 5px;
	}
}

/* smart phone width: 360px ----------- */
@media (max-width: 360px) {
	
}

/* iPhone 4/5 (portrait) ----------- */
@media (max-width: 320px) {

	.landing h1{
		margin: 20px 0 35px 0;
	}
	.btn-default {
		font-size: 16px;
		margin: 30px 0 10px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.btn-primary {
		font-size: 16px;
		margin: 30px 0 10px;
		margin-right: 15px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
}