/*******************************************************************
 *  Columns CSS
 *******************************************************************/
.one_half,
.one_third, .two_third, .three_fourth, .two_fourth, .one_fourth, .one_fifth,
.two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth,
.four_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
    /*overflow:hidden;*/
}

.one_half {
    width: 48%;
}

.one_third {
    width: 30.6666%;
}

.two_third {
    width: 65.3332%;
}

.one_fourth {
    width: 22%;
}

.two_fourth {
    width: 48%;
}

.three_fourth {
    width: 74%;
}

.one_fifth {
    width: 16.8%;
}

.two_fifth {
    width: 37.6%;
}

.three_fifth {
    width: 58.4%;
}

.four_fifth {
    width: 79.2%;
}

.one_sixth {
    width: 13.3333%;
}

.two_sixth {
    width: 30.6666%;
}

.three_sixth {
    width: 47.9998%;
}

.four_sixth {
    width: 65.3332%;
}

.five_sixth {
    width: 82.6665%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.col2 footer.footer .footer-widget.one-full,
footer.footer .footer-widget.one-full {
    width: 100%;
}

.col2 footer.footer .footer-widget.one_half {
    width: 46.7%;
}

footer.footer .footer-widget.one_half {
    width: 46.58%;
}

.col2 footer.footer .footer-widget.one_third {
    width: 30%;
}

footer.footer .footer-widget.one_third {
    width: 29.94%;
}

.col2 footer.footer .footer-widget.two_third,
footer.footer .footer-widget.two_third {
    width: 65.3332%;
}

.col2 footer.footer .footer-widget.two_fourth,
footer.footer .footer-widget.two_fourth {
    width: 49%;
    margin-right: 2%;
}

.col2 footer.footer .footer-widget.three_fourth,
footer.footer .footer-widget.three_fourth {
    width: 74.5%;
    margin-right: 2%;
}

.col2 footer.footer .footer-widget.one_fifth {
    width: 16.74%;
}

footer.footer .footer-widget.one_fifth {
    width: 16.6%;
}

.col2 footer.footer .footer-widget.two_fifth,
footer.footer .footer-widget.two_fifth {
    width: 37.6%;
}

.col2 footer.footer .footer-widget.three_fifth,
footer.footer .footer-widget.three_fifth {
    width: 58.4%;
}

.col2 footer.footer .footer-widget.four_fifth,
footer.footer .footer-widget.four_fifth {
    width: 79.2%;
}

.col2 footer.footer .footer-widget.one_sixth {
    width: 13.4%;
}

footer.footer .footer-widget.one_sixth {
    width: 13.28%;
}

.col2 footer.footer .footer-widget.two_sixth,
footer.footer .footer-widget.two_sixth {
    width: 30.6666%;
}

.col2 footer.footer .footer-widget.three_sixth,
footer.footer .footer-widget.three_sixth {
    width: 47.9998%;
}

.col2 footer.footer .footer-widget.four_sixth,
footer.footer .footer-widget.four_sixth {
    width: 65.3332%;
}

.col2 footer.footer .footer-widget.five_sixth,
footer.footer .footer-widget.five_sixth {
    width: 82.6665%;
}

.col2 footer.footer .footer-widget.last,
footer.footer .footer-widget.last {
    margin-right: 0 !important;
    clear: right;
}