/* --------------------------------------------------------------------------
 * jThemes Studio : ReEstate - Car Rental Management Template
 *
 * file           : theme.css
 * Desc           : ReEstate Template - Stylesheet
 * Version        : 1.1
 * Date           : 2015-07-01
 * Author         : jThemes Studio
 * Author URI     : http://jakjim.com
 * Email          : jakjim@gmail.com
 *
 * jThemes Studio. Copyright 2015. All Rights Reserved.
 * -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
 *  ReEstate Template - Table of Content

  1 - General
    1.1 - Preloader
    1.2 - Global properties (body, common classes, structure etc)
    1.3 - Page section block
    1.4 - Typography (section title, links, page dividers)
    1.5 - Buttons
    1.6 - Form / Input / Textarea
    1.7 - Top Bar

  2 - Header
    2.1 - Logo
    2.2 - Navigation

  3 - Footer
    3.1 - Footer widgets
    3.2 - Footer meta

  4 - Sliders / OwlCarousel
    4.1 - Main slider
    4.2 - Partners carousel
    4.3 - Testimonials carousel
    4.4 - Products carousel

  5 - Components / Shortcodes / Widget
    5.1 - Breadcrumbs
    5.2 - Pagination
    5.3 - Message box
    5.4 - Social icons line
    5.5 - Rating stars
    5.6 - Content tabs
    5.7 - Accordion
    5.8 - Blog post
    5.9 - Recent post
    5.10 - Comments
    5.11 - Thumbnails
    5.12 - Portfolio
    5.13 - Widgets
    5.14 - Contacts form
    5.15 - Google map
    5.16 - Back to top button

  6 - Helper Classes

 * -------------------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Raleway:700,800,900,400,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/* 1.1 */
/* Preloader
/* ========================================================================== */
@import "inc/awesome-bootstrap-checkbox.css";
 
#preloader{
    background-color: rgba(60, 100, 255, 1);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
}
.object{
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0);
    margin-right: auto;
    margin-left: auto;
    border: 4px solid #FFF;
    left: 73px;
    top: 73px;
    position: absolute;
}

#first_object{
    -webkit-animation: first_object_animate 1s infinite ease-in-out;
    animation: first_object_animate 1s infinite ease-in-out;
}

#second_object{
    -webkit-animation: second_object 1s forwards, second_object_animate 1s infinite ease-in-out;
    animation: second_object 1s forwards, second_object_animate 1s infinite ease-in-out;
}	
#third_object{
    -webkit-animation: third_object 1s forwards, third_object_animate 1s infinite ease-in-out;
    animation: third_object 1s forwards, third_object_animate 1s infinite ease-in-out;
}	



@-webkit-keyframes second_object {
    100% { width: 100px; height:100px; left: 48px; top: 48px; }
}		
@keyframes second_object {
    100% { width: 100px; height:100px; left: 48px; top: 48px; }
}


@-webkit-keyframes third_object {
    100% { width: 150px; height:150px; left: 23px; top: 23px;}
}		
@keyframes third_object {
    100% { width: 150px; height:150px; left: 23px; top: 23px;}
}






@-webkit-keyframes first_object_animate {
    0% { -webkit-transform: perspective(100px); }
    50% { -webkit-transform: perspective(100px) rotateY(-180deg); }
    100% { -webkit-transform: perspective(100px) rotateY(-180deg) rotateX(-180deg); }
}

@keyframes first_object_animate {
    0% { 
        transform: perspective(100px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg); 
    } 50% { 
        transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
        -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(0deg) ;
    } 100% { 
        transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
        -webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
    }
}



@-webkit-keyframes second_object_animate {
    0% { -webkit-transform: perspective(200px); }
    50% { -webkit-transform: perspective(200px) rotateY(180deg); }
    100% { -webkit-transform: perspective(200px) rotateY(180deg) rotateX(180deg); }
}	


@keyframes second_object_animate {
    0% { 
        transform: perspective(200px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg); 
    } 50% { 
        transform: perspective(200px) rotateX(180deg) rotateY(0deg);
        -webkit-transform: perspective(200px) rotateX(180deg) rotateY(0deg) ;
    } 100% { 
        transform: perspective(200px) rotateX(180deg) rotateY(180deg);
        -webkit-transform: perspective(200px) rotateX(180deg) rotateY(180deg);
    }
}




@-webkit-keyframes third_object_animate {
    0% { -webkit-transform: perspective(300px); }
    50% { -webkit-transform: perspective(300px) rotateY(-180deg); }
    100% { -webkit-transform: perspective(300px) rotateY(-180deg) rotateX(-180deg); }
}

@keyframes third_object_animate {
    0% { 
        transform: perspective(300px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg); 
    } 50% { 
        transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
        -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(0deg) ;
    } 100% { 
        transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
        -webkit-transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
    }
}

/* 1.2 */
/* Global properties (body, common classes, structure etc)
/* ========================================================================== */
 

/* -- Ripple effect -------------------------------- */
.ripple-effect {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.ink {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #fff;
    opacity: 1;
}
.ink.animate {
    -webkit-animation: ripple .5s linear;
    -moz-animation: ripple .5s linear;
    -ms-animation: ripple .5s linear;
    -o-animation: ripple .5s linear;
    animation: ripple .5s linear;
}
@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}
@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        transform: scale(2.5);
    }
}
@-ms-keyframes ripple {
    100% {
        opacity: 0;
        -ms-transform: scale(2.5);
        transform: scale(2.5);
    }
}
@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}
/* 1.6 */
/* Form / Input / Textarea / Select
/* ========================================================================== */
.form-control {
    -webkit-appearance: none;
    /* ios */
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    color: #14181c;
}
.form-control:focus {
    -webkit-appearance: none;
    /* ios */
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #14181c;
}
.has-icon .form-control {
    padding-right: 50px;
}
.dark .form-control {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.6);
}
.dark .form-control:focus {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.dark .bootstrap-select .dropdown-menu .form-control {
    background: rgba(20, 24, 28, 0.2);
    border: 1px solid rgba(20, 24, 28, 0);
    color: rgba(20, 24, 28, 0.6);
}
.dark .bootstrap-select .dropdown-menu .form-control:focus {
    background: rgba(20, 24, 28, 0.1);
    border: 1px solid rgba(20, 24, 28, 0.2);
}
.light .form-control {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    color: #a5abb7;
}
.light .form-control:focus {
    border: 1px solid #a5abb7;
}
.form-control.alt {
    border-color: #f5f6f8;
    background-color: #f5f6f8;
    color: #6d7582;
}
.form-control.alt::-webkit-input-placeholder {
    color: #6d7582 !important;
    font-weight: 400 !important;
    font-size: 14px;
    text-transform: none;
    line-height: 22px;
}
.form-control.alt:-moz-placeholder {
    color: #6d7582 !important;
    font-weight: 400 !important;
    font-size: 14px;
    text-transform: none;
    line-height: 22px;
}
.form-control.alt::-moz-placeholder {
    color: #6d7582 !important;
    font-weight: 400 !important;
    font-size: 14px;
    text-transform: none;
    line-height: 22px;
}
.form-control.alt:-ms-input-placeholder {
    color: #6d7582 !important;
    font-weight: 400 !important;
    font-size: 14px;
    text-transform: none;
    line-height: 22px;
}
.form-control.alt:focus {
    -webkit-appearance: none;
    /* ios */
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #14181c;
}
.form-control-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.has-label .form-control-icon {
    top: 28px;
}
.dark .form-control-icon {
    color: rgba(255, 255, 255, 0.6);
}
.dark .alt .form-control-icon {
    color: #ffffff;
}
.light .form-control-icon {
    color: rgba(20, 24, 28, 0.6);
}
.form-group.has-icon {
    position: relative;
}
textarea {
    resize: none;
}
.bootstrap-select .dropdown-menu {
    border-radius: 0;
}
.bootstrap-select .dropdown-menu a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.bootstrap-select > .selectpicker {
    -webkit-appearance: none;
    /* ios */
    -webkit-box-shadow: none;
    box-shadow: none !important;
    height: 40px;
    border-radius: 0;
    background-color: transparent !important;
    color: #5c5c5c !important;
}
.bootstrap-select > .selectpicker:focus {
    border-color: #14181c;
}
.bootstrap-select-searchbox .form-control {
    border-radius: 0;
}
.has-icon .bootstrap-select.btn-group .btn .caret {
    display: none;
}
.alert {
    border-radius: 0;
}
label {
    font-size: 14px;
    color: #14181c;
}
.dark label {
    color: #ffffff;
}
.light label {
    color: #14181c;
}
input[type=checkbox] {
    margin-top: 2px;
    margin-right: 5px;
}
.form-login .row {
    margin-top: -20px;
}
.form-login .row + .row {
    margin-top: 0;
}
.form-login .row div[class*="col-"],
.form-login .row aside[class*="col-"] {
    margin-top: 20px;
}
.form-login .hello-text-wrap {
    line-height: 12px;
}
.form-login .btn-block {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) {
    .form-login .btn-block {
        max-width: 100%;
    }
}
.form-login .btn.facebook {
    background-color: #3e5c98;
    border-color: #3e5c98;
    color: #ffffff;
}
.form-login .btn.twitter {
    background-color: #22a9e0;
    border-color: #22a9e0;
    color: #ffffff;
}
.form-login .btn.facebook:hover,
.form-login .btn.twitter:hover {
    background-color: #14181c;
    border-color: #14181c;
}
.form-login .btn-theme {
    padding-top: 14px;
    padding-bottom: 14px;
}
.form-login .form-group {
    margin-bottom: 0;
}
.form-login .form-control {
    height: 50px;
}
.form-login .checkbox {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #14181c;
}
.form-login .checkbox label {
    font-weight: 700 !important;
}
.form-login .checkbox input[type=checkbox] {
    margin-top: 2px;
}
.form-login .col-md-12.col-lg-6.text-right-lg {
    line-height: 0;
}
@media (min-width: 1200px) {
    .form-login .col-md-12.col-lg-6.text-right-lg {
        margin-bottom: 2px;
    }
}
@media (max-width: 1199px) {
    .form-login .col-md-12.col-lg-6.text-right-lg {
        margin-top: 0;
    }
}
.form-login .forgot-password {
    color: #14181c !important;
    font-weight: 700 !important;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 18px;
}
.form-login .forgot-password:hover {
    border-bottom: solid 1px #14181c;
}
.form-login ::-webkit-input-placeholder {
    color: #14181c !important;
    font-weight: 700 !important;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px;
}
.form-login :-moz-placeholder {
    color: #14181c !important;
    font-weight: 700 !important;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px;
}
.form-login ::-moz-placeholder {
    color: #14181c !important;
    font-weight: 700 !important;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px;
}
.form-login :-ms-input-placeholder {
    color: #14181c !important;
    font-weight: 700 !important;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px;
}
.create-account {
    color: #14181c;
}
.create-account .list-check {
    font-weight: 700;
}
.create-account .row {
    margin-top: -20px;
}
.create-account .row + .row {
    margin-top: 0;
}
.create-account .row div[class*="col-"],
.create-account .row aside[class*="col-"] {
    margin-top: 20px;
}
.create-account .hello-text-wrap {
    line-height: 12px;
}
.create-account .btn-theme {
    padding-top: 14px;
    padding-bottom: 14px;
}
.create-account .btn-create {
    margin-top: 15px;
}
.page-section.subscribe {
    background-attachment: scroll !important;
}
.form-subscribe {
    position: relative;
}
.form-subscribe .form-control {
    border-color: #14181c;
}
.form-subscribe .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 12px;
    padding: 18px 50px;
}
.page-section.find-property {
    overflow: visible;
    padding-top: 24px;
    padding-bottom: 24px;
}
.form-find-property .section-title {
    margin-top: 4px;
}
.form-find-property .form-group {
    margin: 0;
}
.form-find-property .form-control {
    height: 40px;
}
.form-find-property .has-icon .form-control {
    padding-right: 40px;
}
.form-find-property .form-control-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.form-find-property .btn-submit {
    margin-top: 28px;
    font-size: 12px;
    line-height: 12px;
    padding: 13px 20px;
}
/* 2.0 */
/* Header
/* ========================================================================== */
.sticky-wrapper {
    position: relative;
    z-index: 1;
}
 
.header {
    -webkit-box-shadow: 0 4px 14px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 4px 14px 0 rgba(50, 50, 50, 0.3);
}
.wide .sticky-wrapper .header {
    width: 100% !important;
}
.sticky-wrapper .header {
    z-index: 20;
}
@media (max-width: 767px) {
    .sticky-wrapper .header {
        position: relative !important;
        height: auto !important;
    }
}
.header .header-wrapper {
    padding: 0;
    background-color: #000;
    position: relative;
}
.header .header-wrapper > .container {
    position: relative;
    min-height: 7px;
}
.header .navigation-wrapper.navigation-sticky {
    width: 100%;
}
.full-screen-map .header-wrapper > .container {
    width: auto;
}
.full-screen-map .sticky-wrapper.is-sticky .header {
    width: 630px !important;
}
@media (max-width: 991px) {
    .full-screen-map .sticky-wrapper.is-sticky .header {
        width: 320px !important;
    }
}
.content-area.scroll {
    background-color: #fbfbfb;
    width: 630px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transition: all .5s ease-in-out;
}
.closed .content-area.scroll {
    left: -630px;
}
@media (max-width: 991px) {
    .closed .content-area.scroll {
        left: -320px;
    }
}
@media (max-width: 991px) {
    .content-area.scroll {
        width: 320px;
    }
}
.content-area.scroll .swiper-slide {
    height: auto;
}
.content-area.scroll .open-close-area {
    position: absolute;
    right: -40px;
    top: 50%;
    width: 40px;
    height: 40px;
}
.content-area.scroll .open-close-area a {
    display: block;
    background-color: #14181c;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}
.content-area.scroll .open-close-area a:hover {
    background-color: #5f5f5f;
}
.content-area.scroll .container {
    width: auto;
}
/* 2.1 */
/* Logo
/* ========================================================================== */
.logo {
    
    height: 100px;
    line-height: 0px; 
    margin-bottom: 0px;   
}
.logo a {
    margin: auto auto;
    display: block;
    text-align: center;
}
.logo img {
    max-width: 100%;
    height: auto;
}
.is-sticky .logo {
   max-width: 100%;
    height: auto;
}
.is-sticky .logo img {
   
}
.full-screen-map .logo {
    width: 140px;
    height: 50px;
    line-height: 50px;
}
.full-screen-map .logo img {
    max-width: none;
    height: 40px;
}
@media (max-width: 991px) {
    .logo {
        width: 140px;
        height: 50px;
        line-height: 50px;
    }
    .logo img {
        max-width: none;
        height: 70px;
		    padding-top: 2px;
    }
}
@media (max-width: 480px) {
    .logo {
        padding-top: 0;
        margin-bottom: 30px;
    }
}
.logo,
.logo a,
.logo img,
.is-sticky .logo,
.is-sticky .logo a,
.is-sticky .logo img {
    -webkit-transition: none;
    transition: none;
}
/* 2.2 */
/* Navigation / superfish skin
/* ========================================================================== */
.navigation {
    position: relative;
    text-align: right;
    line-height: 0;
}
.navigation .nav.sf-menu {
    font-family: 'Raleway', sans-serif;
    line-height: 1.72;
    text-align: left;
    /*display: inline-block;*/
    margin: 0 auto !important;
}
.right-menu .navigation{
    float: right;
}
.navigation ul {
    list-style: none;
}
.navigation ul.social-icons {
    min-width: 0;
    padding-top: 28px;
    padding-bottom: 28px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block !important;
    position: relative !important;
    opacity: 1 !important;
    top: auto !important;
    left: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.is-sticky .navigation ul.social-icons {
    padding-top: 8px;
    padding-bottom: 8px;
}
.navigation ul.social-icons li {
    padding-top: 0 !important;
    padding-right: 0 !important;
    background-color: transparent !important;
}
.navigation ul.social-icons li a {
    padding: 0;
    border: none;
    font-size: 16px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #a5abb7;
}
.navigation ul.social-icons li a:hover {
    background-color: transparent;
    color: #5f5f5f;
}
/* SUPERFISH ESSENTIAL STYLES */
.sf-menu {
    margin: 0;
    padding: 0;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}
.sf-menu ul {
    min-width: 12em;
    /* submenu width */
}
/* SUPERFISH THEME SKIN */
.sf-menu {
    /*margin-right: -1em;*/
    font-size: 15px;
    font-weight: 600;
}
.sf-menu.nav > li > a:hover,
.sf-menu.nav > li > a:focus {
    background-color: transparent;
}
.sf-menu.nav > li > a:hover:before,
.sf-menu.nav > li > a:focus:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #5f5f5f;
}
.sf-menu.nav > li > a,
.sf-menu ul li > a {
    padding: 28px 12px 28px 12px;
}
.sf-menu ul li > a {
    padding: 8px 15px 8px 15px;
}
.sf-menu.nav > li > a {
    text-transform: uppercase;
}
.is-sticky .sf-menu.nav > li > a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.sf-menu .megamenu ul li > a {
    padding: 3px 15px 3px 15px;
}
.sf-menu a {
    color: #fff;
}
.sf-menu a:hover {
    color: #a5abb7;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li.sfHover > a,
.sf-menu li.active {
    /*color: #14181c;*/
}
.sf-menu li.active > a {
    color: #14181c;
}
.sf-menu ul {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.sf-menu ul {
    margin-left: 0;
    padding-left: 0;
}
.sf-menu ul ul {
    margin-left: 0;
}
.sf-menu ul li {
    background: #ffffff;
}
.sf-menu ul a {
    text-transform: none;
    font-weight: 400;
    text-decoration: none;
    color: #14181c;
}
.sf-menu ul a:hover {
    color: #14181c;
    background-color: #e9e9e9;
}
/* ARROW DOWN */
.sf-menu.nav > li > a.sf-with-ul,
.sf-arrows .sf-with-ul {
    padding-right: 1.8em;
}
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -1px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #a5abb7;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #5f5f5f;
}
/* ARROW RIGHT */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #a5abb7;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #5f5f5f;
}
.sf-menu li ul ul {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sf-menu li.megamenu > ul > li.row {
    padding-top: 50px ;
}
.is-sticky .sf-menu li.megamenu > ul li.row {
    padding-top: 15px !important;
}
.sf-menu li.megamenu {
    position: inherit !important;
}
.sf-menu li.megamenu > ul {
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
    width: 100%;
    margin: 0;
    padding: 0 15px;
}
.sf-menu li.megamenu > ul li.row {
    color: #7f7f7f !important;
    padding: 15px 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
}
.sf-menu li.megamenu > ul li.row div[class*="col-"] {
    margin-top: 0;
}
.sf-menu li.megamenu > ul li ul {
    display: block;
    margin-bottom: 15px;
    position: relative;
    left: 0;
    margin-left: 0;
}
.sf-menu li.megamenu > ul li a {
    background-color: transparent;
}
.sf-menu li.megamenu ul {
    margin-left: 0;
}
.sf-menu li.megamenu ul a {
    padding-left: 0;
}
.sf-menu li.megamenu ul a:hover {
    color: #5f5f5f;
}
.sf-menu li.megamenu p {
    margin-bottom: 10px;
}
.sf-menu li.megamenu .block-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 8px;
    color: #14181c;
}

.menu-toggle {
    display: none;
    height: 40px;
    /*float: right;*/
    margin: 5px 0;
color:#fff;
}


.menu-toggle:hover .fa {
    color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1024px){
    .right-menu .sf-menu.nav > li > a.sf-with-ul {
        padding-right: 20px;
    }
}
@media (max-width: 991px) {
    .menu-toggle {
        display: inline-block;
    }
    .sf-menu li.sale > a:hover,
    .sf-menu li.sale > a {
        /*color: #5f5f5f;*/
        color: #ffffff;
    }
.right-menu{
    width: 0% !important;
}
.top-logo{
    width: 80% !important;
}
}

.full-screen-map .menu-toggle,
.full-screen-map .menu-toggle:focus,
.full-screen-map .menu-toggle:active {
    display: inline-block;
    line-height: 27px;
    border-color: #14181c;
    background-color: #14181c;
    color: #ffffff;
}
.full-screen-map .menu-toggle:hover {
    border-color: #5f5f5f;
    background-color: #5f5f5f;
    color: #ffffff;
}
.menu-toggle-close {
    display: none;
}
@media (max-width: 991px) {
    .menu-toggle-close {
        display: block;
        width: 100%;
        text-align: right;
    }
    .menu-toggle-close .fa {
        display: inline-block;
        text-align: center;
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 28px;
        color: #ffffff !important;
        background-color: #14181c;
        border: solid 1px #ffffff;
        border-radius: 15px;
    }
    .navigation ul.social-icons li{
        display: inline-block !important;
        width: auto !important;
    }
}
.full-screen-map .menu-toggle-close {
    display: block;
    width: 100%;
    text-align: right;
}
.full-screen-map .menu-toggle-close .fa {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff !important;
    background-color: #14181c;
    border: solid 1px #ffffff;
    border-radius: 15px;
}
@media (max-width: 991px) {
    .left-menu .navigation {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 250px;
        z-index: 11000;
        border-left: solid 1px #14181c;
        background-color: #14181c;
    }
    .left-menu .navigation.closed {
        left: -250px;
    }
    .left-menu .navigation.opened {
        left: 0;
        /*overflow-y: scroll;*/
    }
    .right-menu .navigation {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 250px;
        z-index: 11000;
        border-left: solid 1px #14181c;
        background-color: #14181c;
    }
    .right-menu .navigation.closed {
        right: -250px;
    }
    .right-menu .navigation.opened {
        right: 0;
        overflow-y: scroll;
    }
    .sf-menu {
        margin-right: 0;
        padding: 15px 0 15px 0;
    }
    .sf-menu a {
        color: #ffffff;
    }
    .sf-menu a:hover {
        color: #000000;
    }
    .sf-menu > li {
        float: none;
    }
    .sf-menu > li > a {
        background-color: #14181c;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
    .sf-menu > li > a:hover {
        background-color: #ffffff !important;
        color: #5f5f5f !important;
    }
    .sf-menu li.megamenu {
        color: #ffffff;
    }
    .sf-menu li.megamenu ul {
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .sf-menu li.megamenu ul a {
        color: #ffffff !important;
    }
    .sf-menu li.megamenu .row {
        margin: 0 !important;
    }
    .sf-menu li.megamenu > ul li.row {
        color: #d3d3d3 !important;
    }
    .sf-menu li.megamenu .block-title {
        color: #ffffff !important;
        border-color: #ffffff !important;
        margin:0px;
    }
    .sf-menu li.megamenu div[class*="col-"] + div[class*="col-"] {
        margin-top: 10px !important;
    }
    .sf-menu ul {
        display: block !important;
        opacity: 1 !important;
        position: relative;
    }
    .sf-menu ul a {
        color: #ffffff;
    }
    .sf-menu ul li {
        background-color: transparent;
    }
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important;
        margin-bottom: 0px !important;
    }
    .sf-menu li a {
        float: none!important;
    }
    .sf-menu ul {
        position: static !important;
        margin-left: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .sf-arrows .sf-with-ul:after {
        border-color: #ffffff transparent transparent !important;
    }
    .sf-menu li li:hover,
    .sf-menu li li.sfHover,
    .sf-menu li li.sfHover > a,
    .sf-menu li li.active {
        background-color: transparent !important;
    }
    .sf-menu li.active > a {
        color: #ffffff !important;
    }
    .sf-menu li.active > a:hover {
        color: #5f5f5f !important;
    }
    .sf-menu li.sale > a,
    .sf-menu li.sale > a:hover {
        /*background-color: #5f5f5f !important;*/
        columns: #ffffff !important;
    }
    .product-list .media-link {
        text-align: left !important;
        margin-bottom: 10px;
    }
    .product-list .price del {
        color: #d3d3d3 !important;
    }
    .rating span.star.active:before,
    .rating span.star:hover:before,
    .rating span.star:hover ~ span.star:before {
        color: #d3d3d3 !important;
    }
    .top-logo {
        display: inline-block;
        margin: auto;
        text-align: center;
        width: 48%;
    }
    .logo{
        margin: auto;
    }
    .left-menu {
        display: inline-block;
        text-align: left;
        width: 24%;
    }
    .right-menu {
        display: inline-block;
        text-align: right;
        width: 50%;
    }

}
.full-screen-map .navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 250px;
    z-index: 11000;
    border-left: solid 1px #14181c;
    background-color: #14181c;
}
.full-screen-map .navigation.closed {
    right: -250px;
}
@media (min-width: 992px) {
    .full-screen-map .navigation.opened {
        right: auto;
        left: 630px;
        /*overflow-y: scroll;*/
    }





}
.full-screen-map .sf-menu {
    margin-right: 0;
    padding: 15px 0 15px 0;
}
.full-screen-map .sf-menu a {
    color: #ffffff;
}
.full-screen-map .sf-menu a:hover {
    color: #000000;
}
.full-screen-map .sf-menu > li {
    float: none;
}
.full-screen-map .sf-menu > li > a {
    background-color: #14181c;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.full-screen-map .sf-menu > li > a:hover {
    background-color: #ffffff !important;
    color: #5f5f5f;
}
.full-screen-map .sf-menu li.megamenu {
    color: #ffffff;
}
.full-screen-map .sf-menu li.megamenu ul {
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.full-screen-map .sf-menu li.megamenu ul a {
    color: #ffffff !important;
}
.full-screen-map .sf-menu li.megamenu .row {
    margin: 0 !important;
}
.full-screen-map .sf-menu li.megamenu > ul li.row {
    color: #d3d3d3 !important;
}
.full-screen-map .sf-menu li.megamenu .block-title {
    color: #ffffff !important;
    border-color: #ffffff !important;
}
.full-screen-map .sf-menu li.megamenu div[class*="col-"] {
    width: 100%;
}
.full-screen-map .sf-menu li.megamenu div[class*="col-"] + div[class*="col-"] {
    margin-top: 10px !important;
}
.full-screen-map .sf-menu ul {
    display: block !important;
    opacity: 1 !important;
    position: relative;
}
.full-screen-map .sf-menu ul a {
    color: #ffffff;
}
.full-screen-map .sf-menu ul li {
    background-color: transparent;
}
.full-screen-map .sf-menu li {
    float: none!important;
    display: block!important;
    width: 100%!important;
    margin-bottom: 10px !important;
}
.full-screen-map .sf-menu li a {
    float: none!important;
}
.full-screen-map .sf-menu ul {
    position: static !important;
    margin-left: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.full-screen-map .sf-arrows .sf-with-ul:after {
    border-color: #ffffff transparent transparent !important;
}
.full-screen-map .sf-menu li li:hover,
.full-screen-map .sf-menu li li.sfHover,
.full-screen-map .sf-menu li li.sfHover > a,
.full-screen-map .sf-menu li li.active {
    background-color: transparent !important;
}
.full-screen-map .sf-menu li.active > a {
    color: #ffffff !important;
}
.full-screen-map .sf-menu li.active > a:hover {
    color: #5f5f5f !important;
}
.full-screen-map .sf-menu li.sale > a,
.full-screen-map .sf-menu li.sale > a:hover {
    background-color: #5f5f5f !important;
    columns: #ffffff !important;
}
.full-screen-map .product-list .media-link {
    text-align: left !important;
    margin-bottom: 10px;
}
.full-screen-map .product-list .price del {
    color: #d3d3d3 !important;
}
.full-screen-map .rating span.star.active:before,
.full-screen-map .rating span.star:hover:before,
.full-screen-map .rating span.star:hover ~ span.star:before {
    color: #d3d3d3 !important;
}
.sign-reg-wrap .menu-toggle{
    display: inline-block;
}
.sign-in-menu {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.sign-in-menu li {
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    margin-right: 15px;
    text-transform: uppercase;
    color: #6d737f;
}
.sign-in-menu li a {
    color: #6d737f;
    display: inline-block;
    line-height: 40px;
}
.sign-reg-wrap{

}
@media (min-width: 992px) {
    .sign-in-menu li a .fa {
        display: none;
    }
}
@media (max-width: 991px) {
    .sign-in-menu li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sign-in-menu li a .text {
        display: none;
    }
    .sign-reg-wrap{
        padding-left: 0;
    }

.sf-menu li.megamenu > ul > li.row {
    padding-top: 0px !important;
}

    .sign-reg-wrap .right-menu{
        width: 100%;
    }
}
.sign-in-menu li a:hover,
.sign-in-menu li.active a {
    color: #13181c;
    border-top: solid 5px #5f5f5f;
}
/* 3.0 */
/* Footer
/* ========================================================================== */
.footer {
    color: #14181c;
    background-color: #f9fafb;
}
/* 3.1 */
/* Footer widgets
/* ========================================================================== */
.footer-widgets {
    padding: 0 0 50px 0;
    margin-top: 0;
    background-color: transparent;
}
.footer-widgets .widget {
    margin-top: 50px;
}
.footer-widgets .widget-title {
    margin-top: 0;
    font-weight: 900;
    text-transform: uppercase;
    color: #14181c;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.footer-widgets .widget-title:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #a3a4a5;
}
/* 3.2 */
/* Footer meta
/* ========================================================================== */
.footer-meta {
    padding: 30px 0;
    background-color: #ffffff;
}
.footer-meta .copyright {
    text-align: center;
    color: #a1b1bc;
}
/* 4.1 */
 