/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background-color: #272727;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
}

.main-footer:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #c2332d;
}

.main-footer a,
.main-footer input,
.main-footer textarea {
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
}

.main-footer .auto-container {
    position: relative;
    z-index: 1;
}

.main-footer .widgets-section {
    position: relative;
    padding: 20px 0 0 0;
}

.main-footer .footer-column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 10px;
}

.main-footer .footer-column h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: #ffffff;
}

.main-footer .footer-column h2:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 70px;
    border-bottom: 3px solid #c2332d;
}

.main-footer .footer-column h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 4px;
    width: 70px;
    border-bottom: 1px solid #c2332d;
}

.main-footer .about-widget .text {
    margin-bottom: 20px;
    margin-left: 40px;
}

.main-footer .contact-info {
    /*margin-bottom: 25px;*/
}

.main-footer .contact-info li {
    position: relative;
    padding: 10px 0px 10px 30px;
    line-height: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    list-style-type: none;
}

.main-footer .contact-info li:last-child {
    border: none;
}

.main-footer .contact-info li .icon {
    position: absolute;
    left: 0px;
    top: 10px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.main-footer .social-links {
    position: relative;
    margin-bottom: 25px;
}

.main-footer .social-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    line-height: 30px;
    background: none;
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
}

.main-footer .social-links a:hover {
    border-color: #ffffff;
    color: #ffffff;
}

.main-footer .posts-widget .post {
    position: relative;
    min-height: 60px;
    padding-left: 75px;
    padding-bottom: 22px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .posts-widget .post:last-child {
    border: none;
    padding-bottom: 0px;
}

.main-footer .posts-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
}

.main-footer .posts-widget .post .post-thumb .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(252, 114, 30, 0.90);
    color: #ffffff;
    opacity: 0;
}

.main-footer .posts-widget .post:hover .post-thumb .overlay-link {
    opacity: 1;
}

.main-footer .posts-widget .post .post-thumb .overlay-link span {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
    line-height: 30px;
    font-size: 16px;
}

.main-footer .posts-widget .post .post-thumb img {
    display: block;
    width: 100%;
}

.main-footer .posts-widget .post .desc-text {
    position: relative;
    font-size: 15px;
    color: #bebebe;
    line-height: 1.8em;
    margin-bottom: 0px;
    top: -5px;
}

.main-footer .posts-widget .post .desc-text a {
    color: #bebebe;
}

.main-footer .posts-widget .post .time {
    color: #9e9e9e;
    line-height: 24px;
    font-style: italic;
}

.main-footer .posts-widget .post .time .fa {
    padding-right: 8px;
    color: #c2332d;
    font-style: normal;
}

.main-footer .posts-widget .view-more {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid;
    color: #c2332d;
    line-height: 20px;
}

.main-footer .posts-widget .view-more .fa {
    padding-left: 5px;
}

.main-footer .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    margin: 0px 8px 10px 0px;
}

.main-footer .tags-widget .tags-list li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 5px 15px;
    color: #bebebe;
    text-transform: capitalize;
    border: 1px solid rgba(255, 255, 255, 0.10);
    min-width: 70px;
    text-align: center;
    border-radius: 3px;
}

.main-footer .tags-widget .tags-list li a:hover {
    background: #c2332d;
    color: #ffffff;
    border-color: #c2332d;
}

.main-footer .work-hours h4 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}

.main-footer .work-hours p {
    line-height: 1.6em;
    margin-bottom: 5px;
}

.main-footer .contact-widget {
    position: relative;
}

.main-footer .contact-widget .text {
    margin-bottom: 20px;
}

.main-footer .contact-widget .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-footer .contact-widget .form-group input[type="text"],
.main-footer .contact-widget .form-group input[type="tel"],
.main-footer .contact-widget .form-group input[type="email"],
.main-footer .contact-widget .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 16px;
    height: 44px;
    color: #ffffff;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 3px;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .contact-widget .form-group textarea {
    height: 90px;
    resize: none;
}

.main-footer .contact-widget .form-group input[type="text"]:focus,
.main-footer .contact-widget .form-group input[type="tel"]:focus,
.main-footer .contact-widget .form-group input[type="email"]:focus,
.main-footer .contact-widget .form-group textarea:focus {
    border-color: #c2332d;
}

.main-footer .contact-widget .form-group input[type="submit"],
.main-footer .contact-widget button {
    font-family: 'Montserrat', sans-serif;
    border-radius: 3px;
    padding: 8px 30px;
}

.main-footer .gallery-widget {
    position: relative;
}

.main-footer .gallery-widget .item {
    position: relative;
}

.main-footer .gallery-widget .item .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(252, 114, 30, 0.90);
    color: #ffffff;
    opacity: 0;
}

.main-footer .gallery-widget .item:hover .overlay-link {
    opacity: 1;
}

.main-footer .gallery-widget .item .overlay-link span {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
    line-height: 30px;
    font-size: 16px;
}

.main-footer .gallery-widget .item img {
    display: block;
    width: 100%;
}

.gallery-widget .owl-controls {
    padding: 0px !important;
    margin: 0px 0px 0px !important;
    position: absolute;
    right: 0px;
    top: -70px;
}

.gallery-widget .owl-controls .owl-nav {
    display: none !important;
}

.gallery-widget .owl-controls .owl-dots {

}

.gallery-widget .owl-controls .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.10);
    margin: 0px 0px 0px 10px;
    width: 12px;
    height: 12px;
}

.gallery-widget .owl-controls .owl-dots .owl-dot.active span {
    background: #c2332d;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 24px 0px;
    line-height: 24px;
    font-size: 15px;
    background: #0a0a0a;
}

.main-footer .footer-bottom .author-name {
    color: #c2332d;
}

.main-footer .footer-nav li {
    position: relative;
    display: inline-block;
    margin-left: 35px;
    line-height: 24px;
}

.main-footer .footer-nav li a {
    color: #9e9e9e;
}

.main-footer .footer-nav li a:hover {
    color: #c2332d;
}





.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    background: #ffffff;
}

.main-header .auto-container {
    position: relative;
}

.main-header .header-top {
    position: relative;
    background: #212121;
    color: #ffffff;
    font-size: 13px;
}

.main-header .header-top .top-right {
    text-align: right;
    padding: 8px 15px;
}

.main-header .header-top .top-left {
    padding: 0px 15px;
}

.main-header .header-top .top-right ul li span {
    position: absolute;
    left: 0px;
    font-size: 14px;
    padding-right: 6px;
}

.main-header .header-top .top-right ul li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding-left: 20px;
    margin: 8px 0px 5px 30px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.main-header .header-top .top-left ul li a:hover {
    color: #fff;
}

.main-header .header-top .top-right ul li a {
    position: relative;
    color: #ffffff;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .header-top .top-right ul li a,
.main-header .header-top .top-right ul li a:hover {
    color: #ffffff;
}

.main-header .header-top .top-right ul li .fa {
    padding-right: 5px;
}

.main-header .header-top .top-left button {
    position: relative;
    border: none;
    background-color: #c2332d !important;
    padding: 15px 14px;
    display: block;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px;
}

.main-header .header-top .lang-dropdown .dropdown-menu {
    left: 0px;
    top: 100%;
    width: 200px;
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin: 1px 0px 0px;
    border-top: 3px solid #c2332d;
}

.main-header .header-top .lang-dropdown .dropdown-menu li {
    display: block !important;
    text-align: left;
    margin: 0px;
    border-bottom: 1px solid #f0f0f0;
}

.main-header .header-top .lang-dropdown .dropdown-menu li:last-child {
    border: none;
}

.main-header .header-top .lang-dropdown .dropdown-menu li a {
    display: block;
    line-height: 24px;
    padding: 8px 15px;
    font-size: 14px;
    color: #272727;
    transition: all 300ms ease;
}

.main-header .header-top .lang-dropdown .dropdown-menu li a:hover {
    background: #272727;
    color: #ffffff;
}

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header.fixed-header .main-box {

}

.main-header.fixed-header .main-box {
    position: fixed;
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 0px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0px 10px 0px 0px;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    padding: 20px 0px;
    z-index: 10;
}
.main-header.fixed-header .main-box .logo-box {
	padding: 0px 0px;
}
.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 120%;
    /* height:60px; */
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .nav-toggler {
    position: absolute;
    right: 110px;
    top: 50%;
    margin-top: -18px;
    display: none;
    z-index: 999;
}

.main-header .nav-toggler button {
    position: relative;
    display: block;
    height: 36px;
    width: 40px;
    background: #c2332d;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    border: 1px solid #c2332d;
    border-radius: 3px;
    font-weight: normal;
}

.main-header .cart-btn-outer {
    position: absolute;
    right: 60px;
    height: 22px;
    text-align: center;
    top: 50%;
    margin-top: -11px;
    padding: 0px 10px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    color: #666666;
}

.main-header .header-search-icon {
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #c2332d;
    right: 0px;
    text-align: center;
    top: 50%;
    margin-top: -19px;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    font-weight: 500;
    border-radius: 50%;
    cursor: pointer;
}

.main-header .cart-btn-outer .icon {
    position: relative;
    font-size: 20px;
}

.main-header .cart-btn-outer .icon .count {
    position: absolute;
    right: -10px;
    top: -12px;
    text-align: center;
    width: 20px;
    line-height: 20px;
    height: 20px;
    background: #fc7b2d;
    color: #ffffff;
    font-size: 12px;
    border-radius: 50%;
    -ms-animation-name: zoomInStable;
    -moz-animation-name: zoomInStable;
    -op-animation-name: zoomInStable;
    -webkit-animation-name: zoomInStable;
    animation-name: zoomInStable;
    -ms-animation-duration: 2000ms;
    -moz-animation-duration: 2000ms;
    -op-animation-duration: 2000ms;
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-delay: 5000ms;
    -ms-animation-delay: 5000ms;
    -o-animation-delay: 5000ms;
    -moz-animation-delay: 5000ms;
    animation-delay: 5000ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .nav-outer {
    position: relative;
    float: right;
}