.location{
	background: #F8F8F8;
	/*border-top: #e8e8e8 1px solid;
	border-bottom: #e8e8e8 1px solid;*/
	font-size: 13px;
	font-weight: 300;
	color: #898989;
	padding: 20px 0;
	margin-top: 35px;
}
	.location a.active{
		text-decoration: underline;
		color: #595959;
	}

.tipsFull{
	padding-top: 70px;
	text-align: center;
	padding-bottom: 100px;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 130px;
}
	.tipsFull h1{
		color: #595959;
		text-transform: uppercase;
		font-size: 35px;
		margin-bottom: 15px;
		width: 100%;
		text-align: center;
	}
	.tipsFull .subtitle{
		color: #595959;
		text-transform: uppercase;
		font-size: 25px;
		line-height: 35px;
		font-weight: 300;
		margin-bottom: 70px;
		width: 100%;
		text-align: center;
	}
	.tipsFull .cnt{
		width: 78%;
		margin: auto;
		color: #595959;
		font-size: 15px;
		line-height: 24px;
		font-weight: 300;
		text-align: left;
	}
		.tipsFull .cnt img{
			width: 100%;
			height: auto;
			margin: 20px 0;
		}
		.tipsFull .cnt h2{
			font-size: 18px;
			text-transform: uppercase;
			font-weight: 300;
		}
		.tipsFull .cnt h3{
			font-size: 16px;
			text-transform: uppercase;
			font-weight: 300;
		}
	.tipsFull .social{
		position: relative;
		top: 117px;
	}
		.tipsFull .social img{ margin-right: 4px; }
.loginbtn{ padding:0px 15px; background-color:#595959; line-height:37px; border:0px; color:#FFFFFF;}
.loginforminput{ width:90%; background-color:#f7f7f7; border:1px solid #e1e1df; line-height:35px; padding-left:10px;}
.inputdiv{ width: 35%; display:inline-block;}
.hiddenbr{display:none; visibility:hidden;}
.inputbtndiv{display:inline-block; margin-left:5px;}
.cnt h1{  padding-bottom:40px;}
.logInform{width:100%; text-align:center; padding-top:30px;}
.subtitle{line-height:30px; text-transform:none;}
@media screen and (max-width : 768px){
	.tipsFull .cnt{ width: 82%; }
}

@media screen and (max-width : 760px){
	.tipsFull .social {
		top: 57px;
	}
	.tipsFull{ padding-top: 25px; padding-bottom: 40px;}
		.tipsFull h1{
			font-size: 22px;
			margin-bottom: 5px;
			line-height: 27px;
		}
		.tipsFull .subtitle{
			font-size: 18px;
			line-height: 25px;
			margin-bottom: 40px;
		}
		.tipsFull .cnt{
			width: 100%;
			font-size: 13px;
			line-height: 20px;
			font-weight: 300;
		}
			.tipsFull .cnt h2{
				font-size: 15px;
			}
			.tipsFull .cnt h3{
				font-size: 13px;
			}
	.inputdiv {
		width: 40%;
		margin-left: 5px;
	}
	.inputbtndiv {
		display:block;
		margin-top: 20px;
	}
}
@media screen and (max-width : 450px){
	.inputdiv {
		width: 100%;
		margin-left: 0px;
		display: block;
		margin-bottom: 10px;
	}
	.inputbtndiv {
		margin-top: 10px;
	}
}