@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }
}
footer {
    background-color: #172134;
    padding: 60px 0 35px 0;
}
@media (max-width: 767px) {
    footer {
        padding: 0 0 15px 0;
    }
}
footer hr {
    border-color: rgba(255, 255, 255, 0.15);
    margin-top: 5px;
}
@media (max-width: 767px) {
    footer hr {
        border-color: transparent;
    }
}
footer .contacts ul {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
}
@media (max-width: 767px) {
    footer .contacts ul {
        margin-top: 15px;
    }
}
footer .contacts ul li {
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    opacity: 0.8;
}
footer .contacts ul li a {
    color: #fff;
    opacity: 1;
}
footer .contacts ul li a:hover {
    opacity: 1;
}
footer .contacts ul li i {
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 1;
}
footer h3 {
    padding: 0 !important;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    text-transform: uppercase;
}

footer .links ul {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
}
@media (max-width: 767px) {
    footer .links ul {
        margin-top: 15px;
    }
}
footer .links ul li {
    margin-bottom: 8px;
    line-height: 1.2;
}
footer .links ul li a {
    position: relative;
    color: #fff;
    opacity: 0.8;
    display: inline-block;
}
footer .links ul li a:hover {
    transform: translate(5px, 0);
    color: #e6d755;
    opacity: 1;
}
footer .links ul li a:hover:after {
    opacity: 1;
    color: #fff;
}

/* Newsletter footer*/
@media (max-width: 767px) {
    #newsletter {
        margin-top: 20px;
    }
}
#newsletter .loader {
    position: absolute;
    right: -22px;
    top: 10px;
    color: #ccc;
    font-size: 14px;
    font-size: 0.875rem;
    animation: rotation 2s infinite linear;
}
#newsletter h6 {
    margin: 15px 0 15px 0;
}
#newsletter input[type="email"] {
    border: 0;
    height: 40px;
    border-radius: 0;
    padding-left: 15px;
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ccc;
}
#newsletter input[type="email"]:focus {
    border: 0;
    box-shadow: none;
}
#newsletter button[type="submit"] {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    top: 0;
    border: 0;
    padding: 0 20px;
    height: 40px;
    line-height: 44px;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
    background-color: #004dda;
    transition: all 0.3s ease-in-out;
    outline: none;
}
#newsletter button[type="submit"]:hover {
    background-color: #ffc107;
    color: #222;
}

.follow_us h5 {
    font-size: 16px;
    font-size: 1rem;
    margin: 35px 0 10px 0;
    color: #fff;
}
.follow_us ul {
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
}
.follow_us ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.follow_us ul li a {
    display: block;
    color: #fff;
    opacity: 0.8;
    font-size: 18px;
    font-size: 1.125rem;
}
.follow_us ul li a img {
    width: 30px;
    height: 30px;
}
.follow_us ul li a:hover {
    transform: translateY(-2px);
    opacity: 1;
}

ul.footer-selector {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.footer-selector li {
    float: left;
    margin-right: 10px;
}
@media (max-width: 575px) {
    ul.footer-selector li:last-child {
        padding-top: 10px;
        clear: both;
        float: none;
        display: block !important;
    }
}

/* Addtional links Footer */
ul.additional_links {
    margin: 0;
    padding: 8px 0 0 0;
    color: #555;
    float: right;
}
@media (max-width: 991px) {
    ul.additional_links {
        float: none;
        margin-top: 10px;
    }
}
ul.additional_links li {
    display: inline-block;
    margin-right: 15px;
}
ul.additional_links li:first-child {
    margin-right: 20px;
}

ul.additional_links li span {
    color: #fff;
    opacity: 0.8;
}
ul.additional_links li a {
    color: #fff;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}
ul.additional_links li a:hover {
    opacity: 1;
}
/*-------- 3.8 Cookie bar --------*/
#cookie-bar {
    background: rgba(0, 0, 0, 0.8);
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
}
#cookie-bar p {
    margin: 0;
    padding: 0;
}
#cookie-bar a {
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 2px 10px;
    margin-left: 8px;
}
@media (max-width: 767px) {
    #cookie-bar a {
        display: block;
        max-width: 150px;
        margin: auto;
        margin-bottom: 5px;
    }
}
#cookie-bar .cb-enable {
    background: #32a067;
}
#cookie-bar .cb-enable:hover {
    background: #fff;
    color: #083487;
}
#cookie-bar .cb-disable {
    background: #990000;
}
#cookie-bar .cb-disable:hover {
    background: #bb0000;
}
#cookie-bar .cb-policy {
    background: #004dda;
}
#cookie-bar .cb-policy:hover {
    background: #fff;
    color: #083487;
}
#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}
#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}
@media (max-width: 767px) {
    #cookie-bar {
        padding: 5px 0;
    }
}

.styled-select {
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 32px;
    border: none;
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    padding-right: 35px;
    position: relative;
    color: #ccc;
    cursor: pointer;
}
.styled-select:after {
    font-family: "themify";
    color: #ccc;
    position: absolute;
    right: 10px;
    top: 0;
}

.styled-select select {
    background: transparent;
    width: 110%;
    padding-left: 10px;
    border: 0;
    box-shadow: none;
    height: 30px;
    color: #ccc;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0;
    font-weight: 500;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
}
.styled-select select:focus {
    color: #ccc;
    outline: none;
    box-shadow: none;
}
.styled-select select::-ms-expand {
    display: none;
}
