﻿/*
    ----------------------------------
    44. Owl-icons
    ----------------------------------
*/
.owl-icons-wrapper {
    padding: 0;
    position: relative;
}

.owl-icons-wrapper .container {
    background-color: white;
}

.owl-icons-wrapper .owl-icons {
    position: relative;
    padding: 15px 0;
}

@media (min-width: 992px) {
    .owl-icons-wrapper .owl-icons {
        padding: 40px;
    }
}

.owl-icons-wrapper .owl-icons a:hover, .owl-icons-wrapper .owl-icons figure:hover {
    color: black;
}

.owl-icons-wrapper .owl-icons figure {
    text-align: center;
    padding: 10px 0;
}

.owl-icons-wrapper .owl-icons figure:hover .licon {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.owl-icons-wrapper .owl-icons figure .licon {
    font-size: 20px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.owl-icons-wrapper .owl-icons figcaption {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

.owl-icons-wrapper .owl-icons.owl-theme .owl-controls .owl-buttons div span {
    color: #3a3d45;
}

.owl-icons-wrapper .owl-icons.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 10px;
}

.owl-icons-wrapper .owl-icons.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 10px;
}

.owl-icons-wrapper .owl-icons-rounded figure {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    background-color: white;
    border: 1px solid #e0e0e0;
    padding: 40px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
}

.owl-icons-wrapper .owl-icons-rounded figure:hover {
    border-width: 10px;
    border-color: #e0e0e0;
}

.owl-icons-wrapper .owl-icons-rounded figcaption {
    margin-top: 5px;
    padding: 0;
}

.owl-icons-wrapper .owl-icons-boxed {
    padding: 50px 0;
}

.owl-icons-wrapper .owl-icons-boxed figure {
    background-color: #fafafa;
    border-radius: 4px;
    color: black;
    margin: 0 5px;
}

.owl-icons-wrapper .owl-icons-boxed figure:hover {
    color: #2e73bb;
}

.owl-icons-wrapper .owl-icons-outter .owl-wrapper-outer {
    margin-top: -100px;
}

/*
    ----------------------------------
    45. Footer
    ----------------------------------
*/
footer {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #666666;
    background-color: #f1f1f1;
    font-size: 85%;
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6 {
    color: #245a92;
}

footer .form-control {
    background-color: transparent;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #2e73bb;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style-type: none;
    padding: 5px 0;
}

footer a {
    color: #666666;
}

footer a:hover {
    color: #2e73bb;
}

footer .footer-showroom {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #222;
}

footer .footer-showroom.footer-showroom-single {
    margin-bottom: 0;
}

footer .footer-showroom .call-us {
    margin-top: 20px;
}

@media (min-width: 768px) {
    footer .footer-showroom {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    footer .footer-showroom {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    footer .footer-showroom {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 80px;
    }
}

footer .footer-links .form-newsletter {
    position: relative;
}

footer .footer-links .form-newsletter .btn {
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer .footer-links a {
    display: inline-block;
}

footer .footer-links a:hover {
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

@media print {
    footer .footer-links {
        display: none !important;
    }
}

footer .footer-social {
    padding: 10px 0;
    text-align: center;
}

footer .footer-social li {
    display: inline-block;
}

footer .footer-social li a {
    padding: 0 5px;
}

@media (min-width: 992px) {
    footer .footer-social {
        padding: 30px 0;
        text-align: left;
    }
    footer .footer-social .links {
        text-align: right;
    }
}

@media (max-width: 991px) {
    footer .row > div {
        margin-bottom: 30px;
    }
    footer .row > div:last-child {
        margin-bottom: 0;
    }
}

/*
    ----------------------------------
    46. Info icons
    ----------------------------------
*/
.info-icons {
    background-color: #eeeeee;
}

.info-icons.info-icons-inner {
    margin-top: -145px;
}

.info-icons.info-icons-inner, .info-icons.info-icons-inner figure {
    background-color: transparent;
}

.info-icons.info-icons-inner figure {
    border: 0;
}

.info-icons.info-icons-inner figure figcaption {
    color: white;
}

.info-icons figure {
    border: 1px solid #eeeeee;
    background-color: white;
}

.info-icons figure figcaption {
    text-align: center;
}

.info-icons figure figcaption .icon {
    font-size: 40px;
}

.info-icons figure figcaption > span {
    display: block;
}

.info-icons figure figcaption > span,
.info-icons figure figcaption > span > * {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
}

.info-icons figure figcaption > span:nth-child(1) {
    padding-top: 15px;
    padding-bottom: 15px;
}

.info-icons figure figcaption > span:nth-child(2) {
    padding-bottom: 15px;
}

.info-icons figure figcaption > span > strong {
    display: block;
    font-weight: 700;
}

/*
    ----------------------------------
    47. Cards
    ----------------------------------
*/
.cards {
    position: relative;
}

.cards figure {
    position: relative;
    overflow: hidden;
}

.cards figure figcaption {
    position: relative;
    background-position: center;
    background-size: cover;
    min-height: 360px;
    -moz-transition: all 5s;
    -o-transition: all 5s;
    -webkit-transition: all 5s;
    transition: all 5s;
}

.cards figure figcaption img {
    display: none;
}

.cards figure figcaption:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3a3d45;
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cards figure:hover figcaption {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.cards figure:hover figcaption:before {
    opacity: 0.8;
}

.cards figure .btn {
    position: absolute;
    top: 100%;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
}

.cards figure:hover .btn {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    opacity: 1;
}

/*
    ----------------------------------
    48. Not found
    ----------------------------------
*/
.not-found {
    padding: 160px 0;
    text-align: center;
}

.not-found .title {
    position: relative;
    color: white;
    font-size: 80px;
    margin-bottom: 15px;
    line-height: 0.8;
    z-index: 2;
}

.not-found .title:before {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    color: #666666;
    opacity: 0.1;
    font-size: 40px;
    z-index: -1;
}

@media (min-width: 992px) {
    .not-found {
        padding: 320px 0;
    }
    .not-found .title {
        font-size: 250px;
    }
    .not-found .title:before {
        font-size: 100px;
    }
}

.not-found .subtitle {
    color: white;
}

.not-found a {
    color: #666666;
    text-decoration: underline;
}

.not-found a:hover {
    color: #2e73bb;
}

.not-found p {
    margin-bottom: 0;
}

/*
    ----------------------------------
    49. About
    ----------------------------------
*/
.about {
    padding: 80px 0;
}

.about .container {
    padding-left: 15px;
    padding-right: 15px;
}

.about .image {
    margin-bottom: 40px;
}

.about .image img {
    width: 100%;
}

/*
    ----------------------------------
    50. Numbers
    ----------------------------------
*/
.numbers {
    padding: 40px 0;
}

.numbers .item {
    text-align: center;
}

.numbers .item .number {
    color: #2e73bb;
    font-size: 65px;
    font-weight: 700;
    line-height: 1;
}

.numbers .item .title {
    font-size: 30px;
    font-weight: 700;
}

.numbers .item .text {
    color: #3a3d45;
}

/* Version 1.1.0.
 * Theme credit ElaThemes.com */
