h1#logo {
	margin-right: 354px;
	color: #393939;
	font-weight: bold;
	font-family: BTitrTGE,Arial,Tahoma,sans-serif
}
/*#logo span{*/
	/*font-family: irans,Arial,Tahoma,sans-serif*/
/*}*/
.icon{
	font-family: FontAwesome;
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
	font-size: 70px;
	top: 26px;
	right: 18px;
}
.login-icon:before{
	content: "\f090";
}
.register-icon:before{
	content: "\f234";
}
.contact-icon:before{
	content: "\f1cd";
}
.custom .row{
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0px 1px 2px 0px;
	margin: 0 -10px 0 -10px;
	padding: 5px 0 0px 0px;
	background-color: #eee;
	cursor: pointer;
}
.custom .row a{
	text-decoration: none;
}
.custom .row:hover{
	/*background-color: #b3b3b3;*/
	box-shadow: 0px 0px 0px 0px;
}
.custombtn{
	margin-bottom: 5px;
}
.login{
	width: 350px;
	margin: 0 auto;
}