.section-background{
	background: url('../images/contact.png');
}
.contact{
    text-align: left;
	background: #fff;
}
.contact i {
    width: 60px;
    height: 80px;
    border-radius: 30px;
    border: 2px solid #b1b1b1;
    color: #b1b1b1;
    font-size: 40px;
    display: inline-block;
    margin-left: 20%;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
    float: left;
    transition: all .6s ease-in-out;
}
.contact-item:hover i{
    background-color: #900000;
    border: 2px solid #900000 !important;
    color: #fff;
}
.contact h3{
	padding-bottom: 10px;
	font-size: 15px;
	color:#606060;
}
.contact p{
	font-size: 13px;
	/*color: #969595;*/
	color:#606060;
}

.form{
    /*margin-top: 50px;*/
    /*background: #fff;*/
}
.form h3{
    margin-left: 15px;
    font-size: 25px;
}
.form .message{
/*    margin: 0px 15px;*/
    height: 180px;
    /*width: 98%;*/
}
.ul	{
	float:left;
}
.ul li{
	margin:10px 0; 
	list-style:none; 
	position:relative; 
	clear:both;
}

.btn-sub {
  /*  border-radius: 2px;
//    color: white;
//    background-color: #900000;
//    padding: 10px 25px;
//    margin: 10px 30px;
//    border-color: #000000;
//    text-transform: uppercase;
//    transition: all .4s ease-in-out;*/
	
	background-color: #fff;
	border-radius: 30px;
    border: 2px solid #b1b1b1;
    color: #b1b1b1;
	font-weight: bold;
    text-align: center;
    padding: 10px 25px;
    margin: 10px 30px;
    transition: all .6s ease-in-out;
}
.btn-sub:hover{
   /* background-color: #fff;
//    border-color: #900000;
//    color: #900000;*/
	background-color: #900000;
    border: 2px solid #900000 !important;
    color: #fff;
}
input[type="username"], input[type="email"], input[type="text"], .message{
	/*border-color: transparent;*/
	border-radius: 2px;
	background: #fff;
	font-size: 13px;
	color: #969595;
	max-width:90vw;
}
input[type="username"]:focus, input[type="email"]:focus, input[type="text"]:focus, .message:focus{
    border-color: #900000;
    box-shadow: 0 0 8px rgba(74,20,140,.1) !important;
	color: #505050;
}
input.form-control, .message {
    border-radius: 2px;
}

.error-input{
	border:2px solid red;
	transition: all .4s ease-in-out;
}

.error,	.success{
	display:none;
}

p.error{
	/*margin-left:140px; 
	//margin-top:10px;*/
	color: #FF0004;
}
/* Overiding Classes */
/* Must remain at the bottom of the stylesheet */
/*
.clearfix:after{
	clear:both; 
	content:' '; 
	display:block; 
	font-size:0; 
	line-height:0; 
	visibility:hidden; 
	width:0; 
	height:0;
}
*/