/* HTML5 display-role reset for older browsers */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'icon';
  src: url('fonts/icon.eot?o1uvv7');
  src: url('fonts/icon.eot?#iefixo1uvv7') format('embedded-opentype'), url('fonts/icon.woff?o1uvv7') format('woff'), url('fonts/icon.ttf?o1uvv7') format('truetype'), url('fonts/icon.svg?o1uvv7#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-family: 'Roboto', sans-serif;
  background: #75697a url('images/bg.jpg') no-repeat;
  background-size: cover;
}
#logo {
  margin: 3% 0 0 3%;
  overflow: hidden;
  max-width: 440px;
  float: left;
}
#logo img {
  float: left;
}
#logo h1 {
  float: left;
}
#logo h1 a {
  float: left;
  color: #c69f61;
  font-weight: 300;
  text-decoration: none;
  font-size: 34px;
  line-height: 60px;
}
#logo h1 a span {
  color: #426299;
  color: white;
}
#logo h3 {
  color: white;
  font-weight: 300;
  font-size: 20px;
  text-decoration: none;
  float: left;
}
#social {
  float: right;
  margin: 3%;
}
#social h1 a {
  color: white;
  text-decoration: none;
  font-weight: 300;
  font-size: 20px;
}
#social h1 a:hover {
  color: #426299;
}
#social ul {
  float: right;
  margin-top: 10px;
}
#social ul li {
  display: inline;
  margin-left: 10px;
}
#social ul li a {
  font-family: 'icon';
  color: white;
  text-decoration: none;
}
#social ul li a:hover {
  color: #426299;
}
#formWrapper {
  float: right;
  margin: 3%;
  width: 38%;
  max-width: 440px;
  min-height: 666px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 -3px 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 1% 0 40px;
}
#formWrapper h2 {
  color: #a4a4a4;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 20px 0;
}
#formWrapper #form h3 {
  text-align: center;
  color: #426299;
  font-weight: 300;
  font-size: 30px;
  line-height: 48px;
  padding: 40px;
}
#formWrapper #form ul {
  overflow: hidden;
}
#formWrapper #form ul li {
  margin: 2% 5%;
  width: 90%;
  float: left;
  position: relative;
}
#formWrapper #form ul li input,
#formWrapper #form ul li select {
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 2px solid #a4a4a4;
  border-radius: 2px;
  outline: none;
  padding: 0 12px;
  background: white;
  color: #426299;
  -webkit-transition: border 1s;
  -moz-transition: border 1s;
  -o-transition: border 1s;
  transition: border 1s;
}
#formWrapper #form ul li input:hover,
#formWrapper #form ul li select:hover,
#formWrapper #form ul li input:focus,
#formWrapper #form ul li select:focus {
  border: 2px solid #426299;
}
#formWrapper #form ul li input::-webkit-input-placeholder,
#formWrapper #form ul li select::-webkit-input-placeholder {
  color: #a4a4a4;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
#formWrapper #form ul li input:-moz-placeholder,
#formWrapper #form ul li select:-moz-placeholder {
  color: #a4a4a4;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
#formWrapper #form ul li input::-moz-placeholder,
#formWrapper #form ul li select::-moz-placeholder {
  color: #a4a4a4;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
#formWrapper #form ul li input:-ms-input-placeholder,
#formWrapper #form ul li select:-ms-input-placeholder {
  color: #a4a4a4;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
#formWrapper #form ul li label {
  display: none;
  position: absolute;
  right: 20px;
  top: 19px;
  font-size: 10px;
  text-transform: uppercase;
  color: #a4a4a4;
}
#formWrapper #form ul li .flight {
  width: 100%;
  background: #cacaca;
  height: 45px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#formWrapper #form ul li .flight span {
  width: 50%;
  height: 45px;
  background: #426299;
  position: absolute;
  left: 50%;
  z-index: 5;
}
#formWrapper #form ul li .flight a {
  z-index: 10;
  position: relative;
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  color: white;
  line-height: 45px;
  text-decoration: none;
  font-weight: 500;
}
#formWrapper #form ul .active label {
  display: block;
  -webkit-animation: fade 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: fade 1s;
  -moz-animation-iteration-count: 1;
  -o-animation: fade 1s;
  -o-animation-iteration-count: 1;
  animation: fade 1s;
  animation-iteration-count: 1;
}
#formWrapper #form ul .select label {
  display: block;
}
#formWrapper #form ul .half {
  width: 43%;
}
#formWrapper #form ul .right {
  margin-left: 2%;
}
#formWrapper #form ul .left {
  margin-right: 2%;
}
#formWrapper #form input[type="submit"] {
  width: 150px;
  color: white;
  background: #426299;
  border-radius: 2px;
  border: none;
  height: 45px;
  line-height: 45px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin: 40px auto 0;
  cursor: pointer;
  display: block;
  outline: none;
}
#about {
  clear: both;
  float: left;
  margin: 3%;
  width: 50%;
  max-width: 600px;
}
#about p {
  color: white;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 300;
  margin-bottom: 30px;
  /*text-shadow: 0 0 3px @black;*/

}
#testimonials {
  float: left;
  margin-top: 100px;
  max-width: 750px;
}
#testimonials ul li p {
  color: white;
  line-height: 1.4em;
  font-weight: 400;
  font-size: 18px;
}
#testimonials ul li em {
  float: right;
  color: #426299;
  font-style: italic;
}
footer {
  clear: both;
  text-align: center;
  padding: 40px 0;
  color: white;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
}
footer a {
  color: #426299;
  text-decoration: none;
}
footer a:hover {
  border-bottom: 1px solid white;
}
@media only screen and (max-width: 768px) {
  #formWrapper {
    float: none;
    width: 96%;
    margin: 3% auto;
  }
  #about {
    float: none;
    width: 94%;
    max-width: 96%;
    text-align: center;
  }
  #social {
    padding-top: 30px;
    clear: both;
    text-align: center;
    width: 96%;
    float: none;
  }
  #social ul {
    float: none;
  }
}
@media only screen and (max-width: 420px) {
  #logo img {
    width: 25%;
  }
  #logo h1 a {
    font-size: 24px;
    line-height: 36px;
  }
  #logo h3 {
    font-size: 16px;
  }
}
