/* Footer stylings */
.footer {
    background-color: #0b0d0f;
    padding: 50px 0 0;
    text-align: center;
}
.container {
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}
.section_full {
    height: auto;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.no-padding {
    padding: 0!important;
}
.foot_menu {
    margin: 0 0 45px;
}
.sec_1 {
    text-align: right;
}
.sec_2 {
    text-align: center;
}
.sec_3 {
    text-align: left;
}
.sec_1 p {
    color: #999999;
    font-size: 14px;
    line-height: 2;
    margin: 0;
}
.sec_1 a {
    border-bottom: 2px solid #808080;
    color: #fff;
    font-weight: 600;
}
.section_1-3 {
    float: left;
    height: auto;
    width: 33.3333%;
    padding: 15px;
    box-sizing: border-box;
}
.order_btn {
    border: 2px solid #ffc000;
    color: #ffc000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    width: 145px;
    transition: all 0.5s ease 0s;
}
.copy_right {
    border-top: 1px solid #4f5050;
    margin: 15px 0 0;
}
.copy_right > p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 20px 0;
}
.foot_menu ul li {
    background-image: url(../images/dot.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    position: relative;
    transition: all 0.5s ease 0s;
}
.sec_2 p {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin: 45px 0 25px;
}
.sec_3 h4 {
    color: #ffc000;
    margin: 0 0 40px;
}
.sec_3 h4 span {
    color: #fff;
    display: block;
    margin: 15px 0 0;
}
.sec_3 p {
    color: #999;
    font-size: 16px;
    margin: 0 0 5px;
}