﻿/* RESET */
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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

*, *:after, *:before {
    box-sizing: border-box;
}

select:focus, option:focus {
    outline: none;
}

button, input[type=button], input[type=submit] {
    border: none;
    outline: 0;
    cursor: pointer;
    box-sizing: border-box;
}


/* main element styles */
body {
    font-family: 'ScalaSans',Helvetica, Helvetica Neue, Arial,sans-serif;
    background-color: #ffffff;
    overflow: visible;
    position: relative;
    min-height: 100vh;
    height: 100%;
    padding-bottom: 56px;
}

html,body
{
    width: 100%;
    margin: 0px;
    overflow-x: hidden; 
}

/* IE fix */
input::-ms-clear {
    display: none;
}

/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
    font-family: Scala;
    src: url(../fonts/scalaweb.woff) format('woff'),
        url(../fonts/scalaweb.ttf)  format('truetype');
}
@font-face {
    font-family: ScalaBold;
    src: url(../fonts/scalaweb-bold.woff) format('woff'),
        url(../fonts/scalaweb-bold.ttf)  format('truetype');
}
@font-face {
    font-family: ScalaIta;
    src: url(../fonts/scalaweb-ita.woff) format('woff'),
        url(../fonts/scalaweb-ita.ttf)  format('truetype');
}
@font-face {
    font-family: ScalaSans;
    src: url(../fonts/scalasansweb.woff) format('woff'),
        url(../fonts/scalasansweb.ttf)  format('truetype');
}
@font-face {
    font-family: ScalaSansBlack;
    src: url(../fonts/scalasansweb-black.woff) format('woff'),
        url(../fonts/scalasansweb-black.ttf)  format('truetype');
}
@font-face {
    font-family: ScalaSansBold;
    src: url(../fonts/scalasansweb-bold.woff) format('woff'),
        url(../fonts/scalasansweb-bold.ttf)  format('truetype');
}
@font-face {
    font-family: ScalaSansIta;
    src: url(../fonts/scalasansweb-ita.woff) format('woff'),
        url(../fonts/scalasansweb-ita.ttf)  format('truetype');
}
@font-face {
    font-family: ScalaSansCon;
    src: url(../fonts/scalasansweb-cond.woff) format('woff'),
        url(../fonts/scalasansweb-cond.ttf)  format('truetype');
}

@font-face {
    font-family: ScalaSansBoldIta;
    src: url(../fonts/scalasansweb-boldIta.woff) format('woff'),
        url(../fonts/scalasansweb-boldIta.ttf)  format('truetype');
}

