@import url(http://fonts.googleapis.com/css?family=Raleway|Orienta|Lato|Aller);

html {
  font-family:AvenirLTStd, sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body { 
background: #FFFFFF;
padding :0;
margin  :0;

}

a { color: #000; text-decoration: none; }
h2 { font-family: Sans-Serif;text-transform: uppercase;font-weight: normal; }
h1 { 
font-family:AvenirLTStd, sans-serif;
font-size: 5vw;
font-weight:700;
text-transform: uppercase;
line-height:1.2;
color:#333333;
padding :0;
margin  :0;
}

#logodescription {
float:center;
font: 100 1em Orienta, arial, sans-serif;
text-transform: uppercase;
color: #666;
letter-spacing: 0.1em;
font-weight: 100;
padding :10px;
margin  :0;
}
 

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;	
	border-top: 20px solid #EF1C23;
}


.form-style-5{
    width: auto;
    padding: 10px 10px;    
    margin: 10px auto;
    padding: 10px;
    background: #FFF;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    
}
.form-style-5 fieldset{
    border: none;
}

.form-style-5 table,
.form-style-5 tr,
.form-style-5 td
{   
   padding:none;
   border:none;
   margin:none;   
}




.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 5px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    
    font-size: 12px;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;    
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
    
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #d2d9dd;
    color:#000000;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #1abc9c;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #16a085;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #109177;
}




