@font-face {
    font-family: 'SF Compact Display';
    src: url('../fonts/hinted-SFCompactDisplay-Medium.eot');
    src: url('../fonts/hinted-SFCompactDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hinted-SFCompactDisplay-Medium.woff') format('woff'),
    url('../fonts/hinted-SFCompactDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF Compact Display';
    src: url('../fonts/hinted-SFCompactDisplay-Regular.eot');
    src: url('../fonts/hinted-SFCompactDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hinted-SFCompactDisplay-Regular.woff') format('woff'),
    url('../fonts/hinted-SFCompactDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF Compact Display';
    src: url('../fonts/hinted-SFCompactDisplay-Light.eot');
    src: url('../fonts/hinted-SFCompactDisplay-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hinted-SFCompactDisplay-Light.woff') format('woff'),
    url('../fonts/hinted-SFCompactDisplay-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'SF Compact Display';
    src: url('../fonts/hinted-SFCompactDisplay-Semibold.eot');
    src: url('../fonts/hinted-SFCompactDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hinted-SFCompactDisplay-Semibold.woff') format('woff'),
    url('../fonts/hinted-SFCompactDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Compact Rounded';
    src: url('../fonts/hinted-SFCompactRounded-Semibold.eot');
    src: url('../fonts/hinted-SFCompactRounded-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hinted-SFCompactRounded-Semibold.woff') format('woff'),
    url('../fonts/hinted-SFCompactRounded-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Compact Rounded';
    src: url('../fonts/hinted-SFCompactRounded-Light.eot');
    src: url('../fonts/hinted-SFCompactRounded-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hinted-SFCompactRounded-Light.woff') format('woff'),
    url('../fonts/hinted-SFCompactRounded-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'SF Compact Rounded';
    src: url('../fonts/hinted-SFCompactRounded-Bold.eot');
    src: url('../fonts/hinted-SFCompactRounded-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hinted-SFCompactRounded-Bold.woff') format('woff'),
    url('../fonts/hinted-SFCompactRounded-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html,
body {font-size: 16px;min-width: 320px;position: relative;overflow-x: hidden;opacity: 1;color: #282830;background-color: #fff;
    font-family: "SF Compact Display", sans-serif;}
ul {padding: 0;margin: 0;}
a {text-decoration: none;}
a:hover {text-decoration: none;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.rel {position: relative}

.header .line {
    background-color: #2c2d34;
    height: 50px;
}

.header .line .phone {
    float: right;
    margin-top: 15px;
}

.header .line .button {
    float: right;
    margin-top: 14px;
    margin-left: 40px;
}

.header .line .phone a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.header .line .phone a img {
    width: 15px;
    margin-right: 10px;
}

.header .line .button a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #ce4f46;
    border: 1px solid #ce4f46;
    border-radius: 30px;
    padding: 5px 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.header .line .button a:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #dddddd;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.header .menu {
    padding-top: 27px;
    padding-bottom: 33px;
}

.header .menu .logo {
    display: inline-block;
}

.header .menu .logo img {width: 210px;}

.header .menu .nav {
    float: right;
    margin-top: 21px;
}

.header .menu .nav ul li{
    display: inline-block;
    margin-left: 35px;
}

.header .menu .nav ul li:first-child{
    margin-left: 0  ;
}

.header .menu .nav ul li a {
    color: #6c6a70;
}

.header .menu .nav ul li.active a{
    color: #ce4f46;
    border-bottom: 3px solid #ce4f46;
    padding-bottom: 5px;
}

#container {
    position: fixed;
    top: 83px;
    left: 15px;
    z-index: 20000;
    display: none;
}

#container button {
    border: none;
    background: transparent;
    padding: 10px 5px;
    outline: none;
}

#container button span {
    background-color: #000;
    display: block;
    width: 32px;
    height: 2px;
    margin-bottom: 6px;
}

footer .line {
    background-color: #ce4f46;
    height: 50px;
}

footer .line .phone {
    float: right;
    margin-top: 15px;
}

footer .line .button {
    float: right;
    margin-top: 14px;
    margin-left: 40px;
}

footer .line .phone a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

footer .line .phone a img {
    width: 15px;
    margin-right: 10px;
}

footer .line .button a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 5px 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

footer .line .button a:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #dddddd;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

footer .menu {
    padding-top: 27px;
    padding-bottom: 60px;
    background-color: #2c2d34;

}

footer .menu .logo {
    display: inline-block;
}

footer .menu .logo img {width: 210px;}

footer .menu .nav {
    float: right;
    margin-top: 21px;
}

footer .menu .nav ul li{
    display: inline-block;
    margin-left: 35px;
}

footer .menu .nav ul li:first-child{
    margin-left: 0  ;
}

footer .menu .nav ul li a {
    color: #fff;
}

footer .social {
    position: absolute;
    right: 0;
}

footer .social ul li {
    display: inline-block;
    margin-right: 20px;
}

footer .social ul li:last-child {
    margin-left: 0;
}

footer .social ul li a {
    color: #ff5a12;
}

@media only screen and (max-width: 1199px){

    .header .menu .logo img,footer .menu .logo img {
        width: 180px;
    }

    .header .menu .nav,footer .menu .nav {
        float: right;
        margin-top: 18px;
    }

    .header .menu,footer .menu {
        padding-top: 23px;
        padding-bottom: 25px;
    }

    .header .menu .nav ul li,footer .menu .nav ul li {
        display: inline-block;
        margin-left: 21px;
    }

    .header .menu .nav ul li a,footer .menu .nav ul li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px){
    #container {
        display: block;
    }

    .header .menu .nav,footer .menu .nav {
        display: none;
    }

    .header .menu .logo {
        float: right;
    }
}

