﻿aside {
    background: #1f8dd6; /* same color as selected state on site menu */
    padding: 0.3em 1em;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 2em;
	text-align: center;
}
#ui-datepicker-div  {
font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size: 62.5%;
	}
.fontoform {
background-color: #49B9F8;
padding: 0px 0px;	
}	
.hide {
	display: none
}	
textarea {
  
}
.content-head {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 2em 0 1em;
}
.is-center {
  text-align: center;
}


input, select, textarea {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}




.contact{
	
	background-color: #49B9F8;
	padding: 5% 10%;


text-align: center;
}
.contact .form-control {
	border: none;
	width: 100%;
	margin-bottom: 10px;
	color: #000;
	background: #FFFFFF;
	padding: 10px 10px;
	outline: none;
	
}
.contact .col1 {
	float: left;
	border: none;
	width: 48%;
	margin-bottom: 10px;
	color: #000;
	background: #FFFFFF;
	padding: 10px 10px;
	outline: none;
	display:table
}
.contact .col2 {
	float: right;
	border: none;
	width: 48%;
	margin-bottom: 10px;
	color: #000;
	background: #FFFFFF;
	padding: 10px 10px;
	outline: none;
	display:table
}
.contact button[type=submit] {
	color: #FFFFFF;
	padding: 10px 50px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;	
	margin-bottom: 10px;
	border: 2px solid #FFFFFF;
	background: none;
	outline: none;
	width: 100%;
}
.contact button[type=submit]:hover {
	color:#fff;
	border: 2px solid #6F757E;
	background: #403F45;	
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}