/* Add here all your CSS customizations */

/*-------------------------------------------------------------------------------------------------------------------------------*/


/* FOOTER */


/*-------------------------------------------------------------------------------------------------------------------------------*/

footer {
    background-color: #06022ce6;
    font-family: Arial, sans-serif;
    padding-top: 40px;
}

footer a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-entry .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom: 16px;
    color: #fff;
    font-family: 'Oswald', Arial, sans-serif;
}

.footer-entry .text {
    color: #C4C4C4;
}

footer .our-product a {
    display: table;
    color: #FFFFFF;
    margin-bottom: 15px;
}

footer .our-product a:hover {
    color: #4c40bd;
}

footer .our-product img {
    width: 35px;
    height: 35px;
}

footer .our-product .text-area {
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
    text-transform: uppercase;
}

footer .our-product .text-area small {
    display: block;
    color: #B5B5B5;
    font-size: 85%;
    line-height: 1.4;
    text-transform: none;
}

.subscription-form {
    border-radius: 0;
    margin-top: 15px;
}

.subscription-form form {
    position: relative;
}

.subscription-form input {
    font-family: Arial, sans-serif;
    float: left;
    width: inherit;
    border-radius: 0;
    background-color: #FFFFFF;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 70px 0 20px;
    font-size: 14px;
    color: #232c3b;
    width: 100%;
}

.subscription-form .btn {
    border-radius: 0;
    padding: 9px 15px 8px;
    border: none;
    background: url(../images/icon-21.png) center center no-repeat #ff6c3a;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 50px;
    cursor: pointer;
    padding: 0;
}

.subscription-form .btn:hover:before {
    display: none;
}

footer .social-links {
    margin-top: 0;
}

footer .social-links ul {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
    border: none;
}

footer .social-links li {
    list-style: none;
    line-height: 28px;
    margin: 0;
    padding: 0;
    margin-right: 5px;
    display: inline-block;
    text-align: right;
}

footer .social-links a {
    border: 0px solid #FFFFFF;
    display: inline-block;
    height: 38px;
    width: 38px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
}

footer .social-links a.social-facebook {
    border-color: #3b5998;
    background-color: #3b5998;
    color: #FFFFFF;
}

footer .social-links a.social-twitter {
    border-color: #00b0ed;
    background-color: #00b0ed;
    color: #FFFFFF;
}

footer .social-links a.social-google-plus {
    border-color: #dd4b39;
    background-color: #dd4b39;
    color: #FFFFFF;
}

footer .social-links a.social-youtube {
    border-color: #e62e27;
    background-color: #e62e27;
    color: #FFFFFF;
}

footer .social-links a:hover {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.footer-line {
    background-color: #06022c;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-line-entry {
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-line-entry .content a {
    color: #fff;
    font-family: 'Oswald', Arial, sans-serif;
    letter-spacing: 1px;
}

.footer-line-entry .content span {
    margin-left: 10px;
    margin-right: 10px;
}

.footer-line-entry .content {
    margin-left: 0;
    height: auto;
    color: #fff;
    font-family: 'Oswald', Arial, sans-serif;
    letter-spacing: 1px;
    text-align: center;
}

.footer-line-entry .content .cell-view {
    display: block;
    width: 100%;
}

.footer-line-entry a {
    display: inline-block;
    margin-bottom: 5px;
}

.footer-line-entry .content a:hover {
    color: #4c40bd;
}

.swiper-container .pagination {
    border: none;
}
