﻿@import "/fonts/lato/lato.css";
@import "/fonts/robotonew/robotonew.css";
@import "/fonts/helvetica/helvetica.css";
@import "/fonts/osans/osans.css";
@import "/fonts/ptsans/ptsans.css";
@import "/fonts/ptsansnarrow/ptsansnarrow.css";
@import "/fonts/route159/route159.css";
@import "/fonts/sintony/sintony.css";
@import "/fonts/roub/pt_rouble.css";

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.00em;
    font-family: 'robotolight','PT Sans',sans-serif;
    color: rgb(30,30,30);
}

body {
    font-size: 0.96em;
    width: 100%;
}

table, tr, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-collapse: collapse;
    border-spacing: 0px;
}

ul {
    list-style-type: none;
    margin: 0;
}

hr {
    border: none;
    background-color: rgb(235,235,235);
    color: rgb(235,235,235);
    height: 1px;
    margin: 20px 0 22px 0;
}

h1, h2, h3, h4 {
    font-family: robotoregular;
    font-size: 170%;
    text-transform: inherit;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 100%;
}

a {
    outline: none;
    color: inherit;
}

form {
    margin: 0;
}

textarea:focus, input:focus {
    outline: none;
}

*:focus {
    outline: none;
}


/* ------------------------- classes ------------------------------- */

.center {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.table {
    display: table;
}

    .table > div, .table > li {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }

.tablerow {
    display: table;
}

    .tablerow > div {
        display: table-row;
    }

        .tablerow > div > div {
            display: table-cell;
            text-align: left;
        }

.block {
    width: 100%;
    background-position: 50% 50%;
}

.inline {
    display: inline-block;
}


.outimg {
    display: block;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    background-size: initial;
}

.inimg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-decoration: none;
    background-size: initial;
}

.italic {
    font-family: LatoLight_Italic;
}

.italicos {
    font-family: OpenSansItalic;
}

.italicrob {
    font-family: robotoitalic;
}

.italicbold {
    font-family: 'robotobold_italic';
}

.italicmedium {
    font-family: 'OpenSansSemiboldItalic';
}

.thin {
    font-family: robotothin;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.25);
}

.light {
    font-family: robotolight;
}

.condensed {
    font-family: roboto_condensedregular;
}

.semibold {
    font-family: OpenSansSemiboldRegular;
}

.bold {
    font-family: helveticaneuecyrbold;
}

.medium {
    font-family: helveticaneuecyrmedium;
}

.helvetica {
    font-family: helveticaneuecyrroman;
}

.regular {
    font-family: robotoregular;
}

.caps {
    text-transform: uppercase;
}

.shadow {
    text-shadow: 0px 0px 1px rgba(50,50,50,0.25);
}

.wshadow {
    text-shadow: 0px 0px 1px rgba(255,255,255,0.5);
}

.nowrap {
    white-space: nowrap;
}

.clear, .clear > div {
    clear: both;
    float: none !important;
}

    .clear > div {
        width: auto !important;
    }

.cover {
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -moz-background-size: cover !important;
}

.contain {
    background-size: contain !important;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    -moz-background-size: contain !important;
}

.linked, .faded {
    text-decoration: none;
    cursor: pointer;
}

    .linked:hover {
        text-decoration: underline !important;
    }

    .faded:hover {
        opacity: 0.7;
    }

.alinked {
    text-decoration: underline;
    cursor: pointer;
}

    .alinked:hover {
        text-decoration: none;
    }

.inactive {
    opacity: 0.3 !important;
    cursor: default;
}
