/***** contact form *****/

.form-wrapper{
  max-width: 600px;
  margin: 0 auto;
  padding: 14px;
  position : relative;
  z-index : 20;
}

.form-wrapper h3{
  color: #FFFFFF;
  text-shadow: 0 1px 0 #261667;
}

.form-wrapper p{
  color: #FFFFFF;
  padding: 10px;
  text-shadow: 0 1px 0 #261667;
}

form#contact-form{
    margin: 7px auto;
    padding: 1.4em 2em;
    background-color: rgb(238, 238, 238);
    border-radius : 4px;
    color: #264E67;
}

/*#contact-form {*/
  /*position: relative;*/
  /*vertical-align: top;*/
  /*z-index: 1;*/
  /*background: #1C5A7B;*/
  /*border-radius: 4px;*/
  /*margin: 20px 0 20px;*/
  /*padding: 20px 0;*/
  /*text-align: center;*/
/*}*/

/*#contact-form fieldset {*/
  /*border: none;*/
  /*padding: 0;*/
  /*width: 100%;*/
  /*overflow: hidden;*/
/*}*/

/*#contact-form label {*/
  /*display: inline-block;*/
  /*min-height: 40px;*/
  /*position: relative;*/
  /*margin: 0;*/
/*}*/

/*#contact-form .message {*/
  /*min-height: 180px;*/
  /*width: 100%;*/
/*}*/

/*#contact-form input,*/
/*#contact-form textarea {*/
	/*font-family: 'Open Sans', sans-serif;*/
	/*padding: 5px;*/
	/*margin: 0;*/
	/*font-size: 16px;*/
	/*line-height: 20px !important;*/
	/*color: #2E4562;*/
	/*background: none;*/
	/*outline: none;*/
	/*width: 400px;*/
	/*border: none;*/
	/*-webkit-box-shadow: none;*/
	/*-moz-box-shadow: none;*/
	/*box-shadow: none;*/
	/*-webkit-border-radius: 0;*/
	/*-moz-border-radius: 0;*/
	/*border-radius: 0;*/
	/*-webkit-box-sizing: border-box;*/
	/*-moz-box-sizing: border-box;*/
	/*box-sizing: border-box;*/
	/*background: #eee;*/
/*}*/

/*#contact-form input {*/
  /*height: 30px;*/
/*}*/

/*#contact-form input:focus,*/
/*#contact-form textarea:focus {*/
  /*-webkit-box-shadow: none;*/
  /*-moz-box-shadow: none;*/
  /*box-shadow: none;*/
/*}*/

/*#contact-form .area .error {*/
  /*float: none;*/
/*}*/

/*#contact-form textarea {*/
  /*!* width: 100%; *!*/
  /*height: 170px;*/
  /*resize: none;*/
  /*overflow: auto;*/
/*}*/

/*#contact-form .success {*/
  /*display: none;*/
  /*margin-bottom: 20px;*/
  /*color: #000000;*/
  /*font-size: 14px;*/
  /*line-height: 16px;*/
  /*position: relative;*/
  /*background: #ffffff;*/
  /*padding: 12px 14px;*/
  /*text-transform: none;*/
/*}*/

/*#contact-form .error,*/
/*#contact-form .empty {*/
  /*color: #FFB159;*/
  /*text-shadow: 1px 1px 1px #353535;*/
  /*font-size: 12px;*/
  /*line-height: 1.27em;*/
  /*display: none;*/
  /*overflow: hidden;*/
  /*margin-bottom: 5px;*/
  /*padding: 2px 4px 6px 4px;*/
  /*text-transform: none;*/
/*}*/

.buttons-wrapper {
  position: relative;
}

.buttons-wrapper a {
  margin-right: 10px;
  cursor: pointer;
}

.buttons-wrapper a:hover {
  text-decoration: none;
}

.btn{
	display : inline-block;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

.btn.inline{
    width: 47%;
    padding: 7px;
    font-size: 16px;
	margin : 3px 6px;
}

.btn-1 {
  color: #fff;
  background: #5FA5D7;
  padding: 5px 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-1:hover {
  color: #fff;
  background:#2EA2C2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}