﻿

/*! CSS Used from: http://localhost:221/css/home.css?i=2342 */
body {
    overflow-x: hidden;
}

h1, h2 {
    margin-bottom: 25px;
}

h4, h5 {
    line-height: 22px;
}

h3, p {
    line-height: 24px;
}

body {
    font-weight: 400;
}

body, ul, ul li {
    padding: 0;
}

h5 {
    margin-bottom: 10px;
}

body {
    background-color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    letter-spacing: .8px;
}

a {
    color: #efbb20;
    outline: 0;
    text-decoration: none;
}

    a:focus, a:hover {
        text-decoration: none;
        outline: 0;
    }

    a:active, a:hover, p a {
        color: #333;
    }

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

footer, nav, section {
    display: block;
}

table {
    background-color: transparent;
    width: 100%;
}

    table td {
        padding: 10px 5px;
    }

/*::-moz-selection {
    background: #3396d1;
    color: #fff;
}

::selection {
    background: #3396d1;
    color: #fff;
}*/

h1, h2, h3, h4, h5 {
    color: #232323;
    font-family: Roboto,sans-serif;
}

    h4 a {
        color: #232323;
    }

h1 {
    font-size: 28px;
    line-height: 30px;
}

h2 {
    font-size: 24px;
    line-height: 38px;
}

h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

h4 {
    font-size: 14px;
    margin-bottom: 15px;
}

h5 {
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

ul {
    list-style-position: outside;
}

.p-a10 {
    padding: 10px;
}

.p-t0 {
    padding-top: 0;
}

.m-a0 {
    margin: 0;
}

.m-t0 {
    margin-top: 0;
}

.m-t20 {
    margin-top: 20px;
}

.m-b0 {
    margin-bottom: 0;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b40 {
    margin-bottom: 40px;
}

.relative {
    position: relative;
}

.bg-white {
    background-color: #fff;
}

.bg-img-fix {
    background-attachment: fixed;
}

.dlab-media {
    overflow: hidden;
    position: relative;
}

label {
    font-weight: 600;
    margin-bottom: 10px;
}

.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
}

    .form-control:focus {
        border-color: #e1e1e1;
        outline: 0;
    }

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.input-group {
    width: 100%;
}

    .input-group .form-control {
        display: table-cell;
    }

input[type=radio] {
    opacity: 0;
    margin-left: 1px !important;
    position: absolute;
}

    input[type=radio] + label {
        display: block;
        padding-left: 25px !important;
        position: relative;
    }

        input[type=radio] + label:hover:before {
            border-color: #3396d1;
        }

        input[type=radio] + label:before {
            background-color: #fff;
            border: 2px solid #b6b7b8;
            border-radius: 0;
            content: "";
            display: inline-block;
            height: 16px;
            left: 0;
            line-height: 1;
            position: absolute;
            top: 2px;
            transition: all .1s linear 0s;
            width: 16px;
        }

        input[type=radio] + label:before {
            border-radius: 50%;
            content: "";
        }

    input[type=radio]:checked + label:before {
        border-color: #3396d1;
        border-width: 5px;
    }

.vsTag {
    width: 36px;
    height: 36px;
    background: #24272c;
    border: 1px solid rgba(36,39,44,.15);
    font-weight: 500;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 181px;
    top: 33%;
    margin-top: -18px;
    z-index: 1;
}

.SliderWidth {
    width: 350px;
    text-align: center;
}

.compareWidth {
    width: 400px;
    text-align: center;
}

.marginModal {
    margin-top: 5%;
}

@media only screen and (max-width:767px) {
    .marginModal {
        margin-top: 15%;
    }

    .vsTag {
        width: 26px;
        height: 26px;
        background: #24272c;
        border: 1px solid rgba(36,39,44,.15);
        font-weight: 500;
        text-align: center;
        color: #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        right: 108px;
        top: 28%;
        margin-top: -18px;
        z-index: 1;
        font-size: 10px;
    }

    .compareWidth {
        width: 250px;
    }

    .SliderWidth {
        width: 250px;
    }
}

.logo-footer {
    display: table;
    vertical-align: middle;
    color: #efbb20;
    padding: 0;
}

.logo-footer {
    max-width: 100%;
    height: 60px;
    margin: 15px 0;
}

    .logo-footer > a {
        display: table-cell;
        vertical-align: middle;
    }

    .logo-footer img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

.owl-theme .owl-nav {
    text-align: center;
}

.dlab-bnr-inr-entry {
    display: table-cell;
    vertical-align: middle;
}

.owl-theme .owl-nav {
    margin-top: 20px;
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}

.widget {
    margin-bottom: 40px;
}

.widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .widget_services ul li {
        border-bottom: 1px solid rgba(102,102,102,.11);
        position: relative;
        padding: 10px 10px 10px 15px;
        margin-bottom: 0;
        line-height: 20px;
    }

        .widget_services ul li a {
            color: #000;
        }

        .widget_services ul li:before {
            content: "f105";
            position: absolute;
            left: 0;
            top: 10px;
            display: block;
            font-family: FontAwesome;
        }

.site-button {
    text-align: center;
}

.form-control, .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-control, a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.clearfix:after, .clearfix:before {
    display: table;
}

.owl-next, .owl-prev {
    display: inline-block;
}

.clearfix:after {
    clear: both;
}

.owl-next, .owl-prev {
    background-color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 5px 8px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
}

    .owl-next:active, .owl-next:focus, .owl-next:hover, .owl-prev:active, .owl-prev:focus, .owl-prev:hover {
        background-color: rgba(0,0,0,.7);
        border-color: #3e2e23;
        color: #fff;
    }

.site-button {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    font-weight: 400;
}

.site-button {
    background-color: #efbb20;
}

    .site-button:active, .site-button:focus, .site-button:hover {
        background-color: #d8a409;
        color: #fff;
    }

.dlab-tabs .tab-pane {
    padding: 20px 0;
}

.close {
    opacity: .3;
}

.overlay-black-dark, .overlay-black-middle {
    position: relative;
}

.close {
    color: #000;
    float: right;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
    text-shadow: none;
    vertical-align: middle;
}

.modal-header {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    background: #efbb20;
    padding: 15px 25px;
}

.modal .modal-body {
    padding: 25px;
}

.overlay-black-dark:after, .overlay-black-middle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.overlay-black-dark:after, .overlay-black-middle:after {
    background: #000;
}

.overlay-black-middle:after {
    opacity: .5;
}

.overlay-black-dark:after {
    opacity: .8;
}

.overlay-black-dark .container {
    position: relative;
    z-index: 1;
}

.section-head h1 {
    margin-top: 0;
}

.icon-bx-wraper {
    position: relative;
}

button.scroltop {
    text-align: center;
}

.dlab-info, .dlab-tilte {
    position: relative;
}

.dlab-media {
    position: relative;
}

    .dlab-media img {
        width: 100%;
        height: auto;
    }

.footer-top {
    background-size: cover;
    background-position: center;
}

footer, footer .widget_services ul li a, footer a, footer a:active, footer a:focus, footer a:hover, footer a:visited, footer h4, footer p, footer p a {
    color: #b0b0b0;
}

    footer li, footer p {
        font-size: 14px;
        line-height: 22px;
    }

    footer p {
        line-height: 24px;
        margin-bottom: 10px;
    }

    footer .widget ul {
        list-style: none;
        margin-top: 5px;
    }

    footer .widget_services ul li {
        border-bottom: 1px dashed rgba(102,102,102,.3);
    }

.footer-top {
    background-color: #191f23;
    padding: 50px 0 20px;
}

.footer-bottom {
    background-color: #14191c;
    padding: 25px 0;
    color: #b0b0b0;
    font-size: 14px;
}

@media only screen and (max-width:991px) {
    .page-content {
        margin-top: 0;
    }
}

@media only screen and (max-width:767px) {
    .page-wraper {
        overflow: hidden;
    }
}

button.scroltop {
    background: rgba(255,255,255,.9);
    border-color: #efbb20;
    border-radius: 20px;
    border-style: solid;
    border-width: 0;
    bottom: 15px;
    box-shadow: 2px 2px 12px -5px #000;
    color: #efbb20;
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 26px;
    margin: 0;
    position: fixed;
    right: 15px;
    width: 40px;
    z-index: 999;
}

.section-full {
    position: relative;
}

.page-wraper {
    background: #f8f8f8;
}

.page-content {
    margin-top: 0;
    padding-bottom: 50px;
}

.section-full:last-child {
    margin-bottom: -50px;
}

.section-head {
    margin-bottom: 50px;
}

.text-white, .text-white h1, .text-white h3 {
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .section-full {
        background-attachment: scroll !important;
    }
}

#bg {
    background-attachment: fixed;
    background-size: cover;
}

.content-inner-1 {
    padding-top: 70px;
    padding-bottom: 0;
}

@media only screen and (max-width:767px) {
    .content-inner-1, .footer-top {
        padding-top: 30px;
    }

    .page-content {
        padding-bottom: 30px;
    }

    .site-footer .widget {
        margin-bottom: 25px;
    }

    .section-full:last-child {
        margin-bottom: -30px;
    }

    .content-inner-1 {
        padding-bottom: 0;
    }

    .section-head {
        margin-bottom: 25px;
    }

    .h3 {
        font-size: 28px;
        margin-top: 10px;
    }
}

.h3 {
    font-size: 23px;
    font-weight: 700;
}

.h3 {
    font-family: Roboto,sans-serif;
}

.bg-img-fix {
    background-size: cover;
}

.content-inner-1 {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media only screen and (max-width:767px) {
    .page-content {
        padding-bottom: 30px;
    }

    .footer-top {
        padding-top: 30px;
    }

    .site-footer .widget {
        margin-bottom: 25px;
    }

    .section-full:last-child {
        margin-bottom: -30px;
    }

    .section-head {
        margin-bottom: 25px;
    }

    .h3 {
        font-size: 23px;
        margin-top: 10px;
    }
}

.head-1 h3 {
    color: #000;
}

.text-white h1, .text-white h3 {
    color: #fff;
}

.Slider-Tabs {
    overflow: auto;
    white-space: nowrap;
    position: sticky;
    height: 55px;
}

.theme-tabs {
    border: 0;
}

    .theme-tabs li {
        display: inline-block;
        background-color: #e9e9e9;
        font-size: 15px;
        border-radius: 2px;
    }

        .theme-tabs li a {
            color: #000;
        }

        .theme-tabs li.active a {
            color: #fff;
        }

            .theme-tabs li.active, .theme-tabs li.active a:focus, .theme-tabs li.active a:hover, .theme-tabs li.active:focus {
                background-color: #d81517;
                border-radius: 2px;
            }

                .theme-tabs li.active a:after {
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    border-top: 5px solid #d81416;
                    bottom: -5px;
                    content: '';
                    left: 50%;
                    margin-left: -2.5px;
                    position: absolute;
                }

.dlab-feed-list .dlab-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
}

.dlab-feed-list .dlab-info {
    background-color: #f9f9f9;
    text-align: center;
    padding: 20px;
}

.dlab-feed-list .dlab-media:after {
    background-color: #d81416;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 1s ease 0s;
    width: 100%;
    opacity: 0;
    mix-blend-mode: saturation;
    z-index: 2;
}

.dlab-feed-list:hover .dlab-media:after {
    transition: all 1s ease 0s;
    mix-blend-mode: saturation;
    opacity: .3;
}

.blog-stories {
    max-width: 850px;
    margin: 0 auto;
}

    .blog-stories .carousel-caption {
        bottom: 0;
        left: 0;
        padding: 20px;
        right: 0;
        text-align: left;
        width: 100%;
        background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%) repeat scroll 0 0;
    }

        .blog-stories .carousel-caption a {
            color: #fff;
        }

    .blog-stories .dlab-tilte {
        margin: 0;
        font-weight: 500;
        opacity: .8;
        line-height: 28px;
    }

.dlab-blog-cat-list:before {
    background-color: #fff;
    bottom: 0;
    content: '';
    height: 50%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.main-slider {
    position: relative;
}

input[type=radio] + label:before {
    border: 2px solid #d81416;
}

input[type=radio] + label:hover:before, input[type=radio]:checked + label:before {
    border-color: #d81416;
}

@media only screen and (max-width:480px) {
    .theme-tabs li {
        margin-bottom: 4px;
    }
}

@media only screen and (max-width:479px) {
    [class*=col-xs] {
        width: 100%;
    }

    .blog-stories .dlab-tilte {
        font-size: 14px;
        line-height: 20px;
    }
}

.used-car .dlab-tabs {
    max-width: 700px;
    background-color: #f9f9f9;
    border-radius: 2px;
    margin-top: 15px;
}

    .used-car .dlab-tabs .tab-pane {
        padding: 20px;
    }

.used-car .theme-tabs li {
    margin-right: 10px;
}

.used-car [class*=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.used-car .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.site-button:hover:after {
    left: 5%;
    width: 90%;
}

.site-button:after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    transition: all .5s ease 0s;
    width: 0;
    z-index: -1;
}

.site-button {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.map-sc .car-find {
    position: relative;
    padding: 15px 15px 15px;
    z-index: 2;
    box-shadow: 10px 2px 28px 0 rgba(0,0,0,.8);
}

    .map-sc .car-find.overlay-black-middle:after {
        opacity: .76;
        z-index: -1;
    }

.nav > li > a:hover {
    background-color: transparent;
}

.footer-image {
    background-size: cover;
    background-position: bottom;
}

    .footer-image .footer-top {
        background-color: transparent;
    }

.logo-footer.m-a0 {
    margin: 0;
}

footer.footer-image .widget_services ul li {
    border-bottom: none;
    padding: 5px 0;
}

.footer-image .widget_services ul li::before {
    display: none;
}

footer.footer-image .widget_services ul li a, footer.footer-image p {
    color: #777;
}

footer.footer-image ul li a:hover {
    color: #d81517;
}

footer.footer-image h4 {
    color: #333;
}

.footer-image .footer-top {
    padding: 50px 0 35px;
    border-bottom: 1px solid #eee;
}

.footer-image .footer-bottom {
    background-color: transparent;
    padding: 40px 0;
}

    .footer-image .footer-bottom a {
        font-size: 15px;
        margin-left: 20px;
    }

.social-item-link .fb:hover {
    color: #4867aa;
}

.social-item-link .twt:hover {
    color: #1da1f2;
}

.social-item-link .gplus:hover {
    color: #dc4a38;
}

@media only screen and (max-width:767px) {
    .map-sc .car-find {
        padding: 15px 15px 15px;
    }

    .footer-image .footer-top {
        padding: 20px 0 0;
    }

    .footer-image .widget.widget_about p {
        margin-bottom: 20px;
    }

    .footer-image .footer-bottom {
        padding: 30px 0;
    }

        .footer-image .footer-bottom [class*=col-xs-]:first-child {
            margin-bottom: 10px;
        }

        .footer-image .footer-bottom a {
            margin-left: 0;
        }
}

@media only screen and (max-width:991px) {
    .logo-footer {
        width: 160px;
    }
}

.site-button {
    background-color: #d81517;
}

    .site-button:active, .site-button:focus, .site-button:hover {
        background-color: #e82527;
    }

.text-primary, a, button.scroltop, footer a:active, footer a:focus, footer a:hover, footer p a, h4 a:hover {
    color: #d81517;
}

button.scroltop {
    border-color: #d81517;
}

.borderLine {
    border: 1px solid rgba(36,39,44,.15);
}

.borderFooter {
    border: 1px solid rgba(36,39,44,.15);
    border-top: 0px;
}

.f-viewall {
    padding: 17px 6px;
    font-size: 14px;
}

.b-Button {
    background: #fff;
    color: #d81416;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 36px;
    height: 40px;
    width: 100%;
    border: 1px solid #d81416;
    -webkit-border-radius: 2px;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    max-width: 245px;
    margin-bottom: 10px;
    transition: all .4s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 5px;
}
/*! CSS Used from: Embedded */
.typeahead {
    padding: 4px;
    width: 100% !important;
    background-color: #f7f7f7 !important;
    padding-left: 20px !important;
    font-size: 16px;
}
/*! CSS Used from: Embedded */
.buttonactive {
    background-color: #d81517;
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.buttonNoTactive {
    background-color: #e7e7e7;
    color: black;
    border: none;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
/*! CSS Used from: http://localhost:221/js/OwlCarousel2/owl.carousel.min.css */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
/*! CSS Used from: http://localhost:221/css/fontawesome/css/font-awesome.min.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-phone:before {
    content: "\f095";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


.overFlowHidden {
    overflow:hidden !important
}


/*! CSS Used from: Embedded */
body {
    font-family: 'Roboto';
}
/*! CSS Used fontfaces */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('http://localhost:221/css/fontawesome/fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('http://localhost:221/css/fontawesome/fonts/fontawesome-webfontd41d.eot#iefix&v=4.7.0') format('embedded-opentype'),url('http://localhost:221/css/fontawesome/fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'),url('http://localhost:221/css/fontawesome/fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'),url('http://localhost:221/css/fontawesome/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'),url('http://localhost:221/css/fontawesome/fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}