/*########################################
/#####RESET ELEMENTS
########################################*/
* {
  margin: 0; padding: 0; box-sizing: border-box;
  transition: all 1.5s ease; -webkit-transition: all 1.5s ease;
}
ul {
  list-style: none; list-style-type: none;
}
ul li {
  float: left;
}
img, fieldset {
  border: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; margin-bottom: 10px;
}

/*########################################
/#####FONTS
########################################*/



/*########################################
/#####MAIN ELEMENTS
########################################*/
::selection, ::-moz-selection {

}

body {
    background: #f5f5f5; font-size: 18px; color: #212F58;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
}
.content {
    max-width: 980px; padding: 0px 30px; margin: auto; width: 100%;
    position: relative; z-index: 100;
}
.clear {
    width: 100%; clear: both; display: block; float: left;
}
.input {
    float: left; width: 100%;
}
.selection {
    background: #212F58; border-radius: 32px; font-size: 14px; color: #FFFFFF;
    letter-spacing: 0.03px; width: 100%; display: inline-table; height: 30px;
    border: none; text-align: center; font-weight: 200;
}

label {
    background: #E7553E; font-weight: 500; font-size: 16px;
    padding: 2px 10px; margin-bottom: 10px; float: left;
    color: #FFF;
}
.input.checkbox label {
    background: none; font-size: 18px; float: left; color: #868686;
    cursor: pointer;
}
.input.checkbox label input {
    margin-right: 15px;
}
h1 {
    font-size: 38px; font-family: 'Ubuntu', sans-serif;
    font-weight: 700; color: #E7553E;
}
h2 {
    margin-bottom: 15px; font-size: 22px;
}
form {
    float: left; width: 100%; margin-top: 20px;
}
input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number] {
    background: #EDEDED; border-radius: 6px; border: none; padding: 15px;
    font-size: 18px; color: #212F58; font-family: 'Open Sans', sans-serif;
    width: 100%; margin-bottom: 15px;
}
strong {
    font-weight: 400;
}
hr {
    margin: 20px auto; border: none; width: 100%; height: 1px; background: #000;
}
p {
    display: block; margin-bottom: 10px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.btn-action, input[type=submit] {
    background: #212F58; border-radius: 32px; font-family: 'Ubuntu';
    font-size: 18px; color: #FFFFFF; letter-spacing: 0.03px;
    text-align: center;     padding: 3px 20px; width: 100%;
    display: inline-table;
}
input[type=submit] {
    padding: 10px; border-radius: 8px;
}
#slide-0 input[type=text], #slide-0 input[type=email], #slide-0 input[type=tel], #slide-0 input[type=password] {
    border-radius: 6px;
}
