@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
}




body {
	background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
	}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}

h1 {
  font-weight: normal;
  font-size: 100px;
  margin-bottom: 30px;
}

h2 {
  color: #333;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
  font-weight: 200;
margin-bottom: 0px;
}

h3 {
  color: #444;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#menu h3 {
   color: #555;
}

h4 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}

p {
  font-size: 18px;
  letter-spacing: 0.6px;
  line-height: 26px;
}

#contact .section-title {
  color: #f0f0f0;
}




.form-control {
    width: 99%;
    padding: 10px;
    font-size: 1.05em;
    border-top: none;
    border-bottom: 1px #ccc solid;
    border-left: none;
    border-right: none;
font-family: 'Source Sans Pro', sans-serif;
}




/* Contact section  */
#contact {
  background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#contact .overlay {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #ddd;
}
#contact .small { 
	font-size: 14px; 
}
#contact input p {
	height: 45px;
}
#contact p { 
	font-size: 16px; 
	text-align: left;
	color: #999;
}
.contactInputTd {
    line-height: 19px;
    font-size: 16px;
    font-weight: 300;
}

#captcha_code {
    height: 32px;
    margin-left: 12px;
    top: -12px;
    position: relative;
}
.contactInputTd select {
  width:30%;
  padding: 12px;
  background: transparent;
  border: 1px solid #999;
  border-radius: 0px;
  box-shadow: none;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.button {
  width:100%;
  padding-top: 20px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0px;
  box-shadow: none;
  color: #999;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}
.button:hover {
  border-color: #333;
  color: #333;
}
.security_code {
border: 1px solid #ccc;
background: transparent;
margin-left: 0px;
height: 25px;
width: 89px;
}

a {
  color: #999;
}
a:hover {
  color: #63c5e4;
}
a:visited,
a:focus {
  color: #999;
}