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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    font-family: "Roboto", sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    font-size: 14px;
    line-height: 24px;
    font-weight: 400 !important;
    height: 100%;
    box-sizing: border-box;
    color: #1f1f1f;
}


body {
    background: #263238;
    font-family: Roboto;
    background: white url(../images/BG01.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

input,
textarea,
keygen,
select,
button {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    background-color: #FFFFFF;
    color: #1f1f1f;
    /*padding: 6px 5px !important;*/
    line-height: 16px !important;
}

    input:focus {
        border: 1px solid #006990 !important;
    }

*,
*:before,
*:after {
    box-sizing: inherit;
    border: none;
    outline: 0;
}



input::-ms-clear {
    display: none;
}

* {
    box-sizing: border-box;
}
/*img {
    width: 100%;
}*/

::-webkit-input-placeholder {
    color: #ccc;
    font-style: italic;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
    font-style: italic;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #ccc;
    font-style: italic;
}

.clr {
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    border: none;
}

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
