
/*5 Column Layout*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

.disclaimer {
    font-size: 12px;
}

/* --------------------- Footer -------------------------- */

footer.footer {
    margin: 40px 0 0 0;
}

.footer {
    background: #333333;
    padding: 25px 0;
    color: #ffffff;
    margin: 0;
}
.footer a {
    color: #ebebeb;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
    color: #00aaff;
}

.footer ul li {
    margin: 15px 0;
}

.footer ul li a,
.footer .footer-apps {
    font-size: 13px;
    line-height: 10px;
}

.footer-language {
    text-align: center;
}

.submenu {
    padding: 0;
    background: #4e4e4e;
    left: 50%;
    margin-left: -111px;
    margin-bottom: 5px;
    float: none;
}

.footer ul li .submenu li {
    margin: 0;
}

.submenu li a {
    color: #ebebeb;
    padding: 8px 12px;
}

.submenu li:first-child a {
    padding: 14px 12px 8px;
}

.submenu li:last-child a {
    padding: 8px 12px 14px;
}

.submenu li a:hover,
.submenu li a:focus,
.submenu li a:active {
    color: #111;
}

.footer .connect {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
}

.footer .connect .social {
    margin: 0 auto 10px;
    width: 97px;
}

.footer .connect .social a {
    color: #ffffff;
    font-size: 16px;
    font-size: 1rem;
    margin-right: 5px;
}

.footer .connect .social a:last-child {
    margin-right: 0;
}

.footer .connect .social a:hover,
.footer .connect .social a:focus,
.footer .connect .social a:active {
    color: #00aaff;
}

.footer .footer-apps {
    margin: 15px 0 0;
}

.footer .footer-apps img {
    margin-bottom: 10px;
}

.footer-banner {
    background: #111;
    padding: 30px 0;
    color: #ebebeb;
}

.footer-banner a {
    color: #357cc3;
}

.footer-banner a:hover,
.footer-banner a:focus,
.footer-banner a:active {
    color: #81afdd;
    text-decoration: none;
}

.footer-banner p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
}

.international-sites {
    text-align: center;
}

.col-sm-center,
.bottom-footer,
.footer .connect {
    text-align: center;
}

.fa-lg {
    font-size: 20px;
}


a.dropdown-toggle {
    text-decoration: none;
}


/* ----------------- Search box - footer ------------------ */

.search-area {
    position: relative;
    width: 200px;
    margin: 15px auto;
}

.search-area .search {
    width: 170px;
    padding: 2px 5px;
    border: 1px solid #e0e0e0;
    border-right-width: 0;
    border-radius: 5px 0 0 5px;
    color: #000000;
    line-height: 22px;
    float: left;
}

.search-area #btn-head-search {
    padding: 6px;
    border: 1px solid #e0e0e0;
    border-left-width: 0;
    border-radius: 0 5px 5px 0;
    background-color: #fff;
    color: #333333;
    z-index: 10;
    cursor: pointer;
    float: left;
}


/* -------------------- Media Queries -------------------------- */

@media only screen and (min-width: 300px) {

    #feature-apple-store {
        margin-left: 6px;
    }
}

@media only screen and (max-width: 767px) {

    .footer-banner img {
        width: 25%;
    }

    .col-xs-center {
        text-align: center;
    }
}

@media only screen and (min-width: 768px){
    .col-sm-15 {
        width: 20%;
        float: left;
    }

    .international-sites {
        float: right;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .international-sites {
        float: none;
        text-align: center;
    }
}

@media only screen and (min-width: 992px){

    .search-area {
        width: 130px;
    }

    #txt-head-search {
        width: 100px;
    }

    .bottom-footer {
        text-align: left;
    }

    .submenu {
        left: auto;
        right: 0;
        margin-left: auto;
    }

    #feature-apple-store {
        margin-left: 0;
    }

}

@media only screen and (min-width: 1200px){
    .container {
        width: 970px;
    }
}

