@font-face {
    font-family: 'Schlange';
    src: url('/fonts/Schlange/als_schlange_sans_light.eot');
    src: url('/fonts/Schlange/als_schlange_sans_light.eot#iefix') format('embedded-opentype'),
    url('/fonts/Schlange/als_schlange_sans_light.woff') format('woff'),
    url('/fonts/Schlange/als_schlange_sans_light.ttf') format('truetype'),
    url('/fonts/Schlange/als_schlange_sans_light.svg#revicons') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Schlange900';
    src: url('/fonts/Schlange/als_schlange_sans_blk.eot');
    src: url('/fonts/Schlange/als_schlange_sans_blk.eot#iefix') format('embedded-opentype'),
    url('/fonts/Schlange/als_schlange_sans_blk.woff') format('woff'),
    url('/fonts/Schlange/als_schlange_sans_blk.ttf') format('truetype'),
    url('/fonts/Schlange/als_schlange_sans_blk.svg#revicons') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SchlangeReg';
    src: url('/fonts/Schlange/als_schlange_sans_bold.eot');
    src: url('/fonts/Schlange/als_schlange_sans_bold.eot#iefix') format('embedded-opentype'),
    url('/fonts/Schlange/als_schlange_sans_bold.woff') format('woff'),
    url('/fonts/Schlange/als_schlange_sans_bold.ttf') format('truetype'),
    url('/fonts/Schlange/als_schlange_sans_bold.svg#revicons') format('svg');
    font-weight: bold;
    font-style: normal;
}


@media (max-width: 1200px) {

    .cwidth {
        width: 96%;
    }

    .head-col {
        margin-left: 0px;
        padding-right: 0px;
    }

    .lg-only {
        display: none;
    }

    .head-logo {
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .md-only {
        display: none;
    }

    .line-text {
        font-size: 25px;
        line-height: 30px;
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.height-10 {
    height: 10px;
}

.height-15 {
    height: 15px;
}

.height-20 {
    height: 20px;
}

.height-30 {
    height: 30px;
}

.height-40 {
    height: 40px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-right-15 {
    padding-right: 15px;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.font-18 {
    font-size: 18px;
}

.row-mrg {
    margin-left: -15px;
    margin-right: -15px;
}

.black {
    color: #000;
}

.display-table-parent {
    display: table;
}

.display-table-child {
    display: table-cell;
    vertical-align: middle;
}

.fullwidth {
    width: 100%;
}

.padding-15 {
    padding: 15px;
}

.padding-10 {
    padding: 10px;
}

.rub-blue {
    background: url(/img/rub.png);
    background-repeat: no-repeat;
    width: 21px;
    background-position-y: 1px;
    height: 21px;
}

.rub-white {
    background: url(/img/rub_w.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 13px;
    background-position-y: 1px;
}