@charset "utf-8";
/*turuncu #ea5e20*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

html, body {
    margin: 0 0 0 0;
    background: #FFFFFF;
    height: 100%;
}

body {
    font-size: 14px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    background: #FFFFFF;
    font-weight: 300;
}

.clear {
    clear: both;
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}

.logo {
    float: left;
    width: 150px;
    height: 150px;
}

.logo img {
    width: 150px;
}

.container {
    width: 1040px;
}

.main {
    width: 890px;
    float: left;
}

.content {
    float: left;
    margin-left: 10px;
}

.contact {
    float: left;
    width: 199px;
    margin: 25px 10px 10px 0px;
    border-right: 1px solid #efefef;
    padding-right: 10px;
}

.contact-c4 {
    border-right: 1px solid #FFFFFF;
}

.contact h3 {
    font-weight: normal;
    color: #000000;
    text-align: center;
    font-size: 1.0em;
}

.contact .border {
    width: calc(100% - 30px);
    margin: 5px auto;
    height: 1px;
    background: #efefef;
}

.contact p {
    text-align: center;
    line-height: 20px;
}

.contact a {
    color: #ea5e20;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.contact a:hover {
    color: #333333;
}

.brand {
    width: 890px;
    line-height: 20px;
    height: 20px;
    float: left;
    text-align: center;
    font-size: 1.0em;
}

@media only screen and (max-width: 1030px) {

    .logo {
        width: 100%;
        background: #ea5e20;
    }

    .container {
        width: 100%;
    }

    .main {
        width: 100%;
    }

    .content {
        width: calc(100% - 10px);
    }

    .brand {
        width: 100%;
        font-size: 0.9em;
    }

    .contact-c2 {
        border-right: 1px solid #FFFFFF;
    }

    .contact {
        width: calc(50% - 21px);
    }
}