@import url("bootstrap.min.css");
/* Using a url */
@import url("font-awesome.css");
/* Using a url */
@import url("animation.css");

/* Using a url */
html {
    height: 100%;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    color: #2c3e50;
    counter-reset: section;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}

ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    outline: none !important;
    margin: 0;
    padding: 0;
}

p + p {
    padding: 10px 0;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.mt30 {
    margin-top: 40px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.clear {
    clear: both;
}

/*Common Css*/
.mb-110 {
    margin-bottom: 110px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.container {
    max-width: 1230px;
}

/*Header Css */
.top-header {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 11px 0;
}

.top-header .inner {
    padding: 0 15px;
}

.top-header a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.tophead-contact {

    display: inline-block;

    margin-right: 25px;
}

.tophead-contact ul {}

.tophead-contact ul li {
    display: inline-block;
}

.tophead-contact ul li a {

    padding: 0 11px;

    display: block;

    text-transform: none;
}

.tophead-contact ul li a i {
    margin-right: 5px;
}

.koda-social {

    display: inline-block;

    margin-right: 60px;
}

.toggler {
    -webkit-animation: toggler 1s linear infinite;
    -moz-animation: toggler 1s linear infinite;
    -ms-animation: toggler 1s linear infinite;
    animation: toggler 1s linear infinite;
}

@keyframes "toggler" {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

}

@-moz-keyframes toggler {
    0% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

}

@-webkit-keyframes "toggler" {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes "toggler" {
    0% {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.toggler {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    font-size: 0 !important;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
    bottom: -1px;
    right: 5px;
    text-align: center;
    text-decoration: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.toggler:before {
    display: block;
    color: #ffffff;
    content: "\f067";
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    left: 0px;
}

.koda-social ul {}

.koda-social ul li {

    list-style: none;

    display: inline-block;
}

.koda-social ul li a {

    display: block;

    padding: 0 7px;
}

#koda_footer_menu {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 30px 0;
}

#koda_footer_menu > li {
    display: inline-block;
    list-style: none;
    border-right: 1px solid;
}

#koda_footer_menu > li:last-child {
    border: none;
}

#koda_footer_menu > li a {
    display: block;
    list-style: none;
    font-size: 12.5px;
    padding: 0px 8px;
    text-decoration: none;
    line-height: 120%;
}

.koda-search-cart-holder #search {
    float: right;
    width: 35px;
    height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: static;
    margin: 0;
    z-index: 3;
    vertical-align: middle;
}

.koda-search-cart-holder #search.active,
.koda_header_left #header #search.active {
    width: auto !Important;
    height: 100% !Important;
    position: fixed;
    z-index: 30000;
    background: rgba(0, 0, 0, 0.92) !Important;
    left: -20px;
    right: -20px;
    top: 0px;
    text-align: center;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    -moz-animation: kodafadeInUp .3s ease-in;
    -webkit-animation: kodafadeInUp .3s ease-in;
    animation: kodafadeInUp .3s ease-in;
}

.koda-search-cart-holder #searchform input#searchsubmit {
    border: 0 none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    z-index: 100;
    background: none;
    display: block;
}

.koda-search-cart-holder #search > span {
    vertical-align: middle;
    min-height: 86px;
    line-height: 86px;
    display: block;
}

.koda-search-cart-holder #search > span:after {
    display: block;
    width: 35px;
    content: "\f002";
    font-family: FontAwesome;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    color: #c6c6c6;
}

.koda-search-cart-holder #search.active > span {
    vertical-align: middle;
    width: 40px !Important;
    height: 40px !Important;
    min-height: 40px !Important;
    text-align: center;
    background-color: #333333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: normal !Important;
    margin: 80px auto 40px auto;
    position: relative;
    cursor: pointer;
}

.koda-search-cart-holder #search.active > span:after,
body.koda_transparent_header #header .koda-search-cart-holder #search.active > span:after,
.koda-search-cart-holder #search.active > span:before,
body.koda_transparent_header #header .koda-search-cart-holder #search.active > span:before {
    display: block;
    width: 30px !Important;
    height: 2px !Important;
    font-size: 48px;
    content: " ";
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
}

.koda-search-cart-holder #search.active > span:before,
body.koda_transparent_header #header .koda-search-cart-holder #search.active > span:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari and Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}

.koda-search-cart-holder #search input[type=text] {
    background: none !Important;
    padding: 20px;
    width: 100%;
    border: none;
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    border: none;
    border: none !Important;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.koda-search-cart-holder #search input#s::-moz-placeholder {
    color: #bebebe;
    opacity: 0.5;
    font-style: italic;
}

.koda-search-cart-holder #search input#s::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.koda-search-cart-holder #search form {
    width: 80%;
    padding: 10px;
    display: none;
    margin: 0 auto;
}

.koda-search-cart-holder #search form:before {
    content: ' ';
    position: absolute;
    background: #ffffff;
    border: 1px solid;
    border-color: #f1f1f1 transparent transparent #f1f1f1;
    display: block;
    width: 10px;
    height: 10px;
    right: 10px;
    top: -5px;
    z-index: 30000;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

.koda-search-cart-holder #search.active form {
    display: block;
}

#language {
    color: #999;
    line-height: 17px;
    float: left;
    padding: 0px;
    height: 29px;
    margin: 10px 8px 0 0px;
}

#language img {
    margin: 10px 5px 0px 0px;
}

#main-menu {
    float: right;
    height: 100%;
}

#main-menu ul.menu {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
    height: 100%;
}

.koda-main-menu-left #main-menu,
.koda-main-menu-left #main-menu ul.menu {
    float: none;
}

.koda-main-menu-center #main-menu,
.koda-main-menu-center #main-menu ul.menu,
.koda-main-menu-center #main-menu ul.menu > li {
    float: none;
}

.koda-main-menu-center #header .inner,
.koda-main-menu-center #header2 .inner {
    text-align: center;
}

#main-menu ul.menu li {
    display: inline-block;
    list-style: none;
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
}

#main-menu ul.menu li a i {
    position: relative;
    margin-right: 4px;
    font-weight: normal !Important;
}

#main-menu ul.menu > li > a i {
    top: -1px;
    font-size: 16px;
}

#main-menu ul.menu > li {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    height: 100%;
}

#main-menu ul.menu > li:hover {
    z-index: 100;
}

#main-menu ul.menu > li > a {
    display: block;
    vertical-align: middle;
    padding: 0px 15px !Important;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    color: #555555;
    letter-spacing: 1px;
    font-weight: 400;
    height: 86px;
    line-height: 86px;
}

#main-menu ul.menu li a .num {
    position: absolute;
    color: #999999;
    background-color: #e1e1e1;
    padding: 2px 4px;
    font-size: 10px;
    top: 30px;
    right: -5px;
    line-height: 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#main-menu li ul.sub-menu {
    position: absolute;
    display: none;
    top: 98%;
    left: 0px;
    z-index: 5555;
    padding: 15px 20px 25px 20px;
    margin: 0;
    text-align: left;
    background-color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

#main-menu > ul > li:nth-last-child(1) > ul.sub-menu,
#main-menu > li:nth-last-child(2) > ul.sub-menu {
    left: auto;
    right: 0px;
}

#main-menu > ul > li:nth-last-child(1) > ul.sub-menu li.dropdown ul.sub-menu,
#main-menu > ul > li:nth-last-child(2) > ul.sub-menu li.dropdown ul.sub-menu {
    left: auto;
    right: 199px;
}

.koda-dark-menu #main-menu li ul.sub-menu,
.koda-dark-menu #main-menu li.dropdown > div.koda-mega-menu,
.koda-dark-menu ul#topnav2 li > ul.sub-menu {
    background: rgba(34, 34, 34, 0.99);
}

.koda-dark-menu #main-menu li div.koda-mega-menu > ul.sub-menu {
    background: none;
}

.koda-dark-menu #main-menu li ul.sub-menu li.koda_colum_title > a:after {
    opacity: 0.6;
}

#main-menu li ul.sub-menu li.dropdown ul.sub-menu {
    position: absolute;
    display: none;
    top: 0px;
    left: 199px;
    z-index: 6666;
    padding: 10px;
    margin: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

#main-menu > ul > li:nth-last-child(1) > ul.sub-menu,
#main-menu > li:nth-last-child(2) > ul.sub-menu,
.koda-stretched-header #main-menu > li:nth-last-child(3) > ul.sub-menu {
    left: auto;
    right: 0px;
}

#main-menu > ul > li:nth-last-child(1) > ul.sub-menu li.dropdown ul.sub-menu,
#main-menu > ul > li:nth-last-child(2) > ul.sub-menu li.dropdown ul.sub-menu,
.koda-stretched-header #main-menu > ul > li:nth-last-child(3) > ul.sub-menu li.dropdown ul.sub-menu {
    left: auto;
    right: 199px;
}

#main-menu li ul.sub-menu li.dropdown ul.sub-menu li.dropdown ul.sub-menu {
    z-index: 7777;
}

#main-menu li ul.sub-menu li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

#main-menu li ul.sub-menu li a {
    display: block;
    padding: 15px 8px;
    color: #222222;
    text-decoration: none;
    width: 200px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    border-bottom: 1px dotted #f5f5f5;
    font-size: 12.5px;
}

.koda-dark-menu #main-menu li ul.sub-menu li a,
.koda-dark-menu ul#topnav2 li:hover ul.sub-menu a:not(:hover) {
    color: #e1e1e1;
    border-bottom-color: #333333;
}

.koda-dark-menu #main-menu li div.koda-mega-menu > ul.sub-menu > li > a,
.koda-dark-menu #main-menu li div.koda-mega-menu > ul.sub-menu > li > a:hover {
    color: #f8f8f8;
}

.koda-dark-menu #main-menu li div.koda-mega-menu > ul.sub-menu > li {
    border-right-color: #333333;
}

#main-menu li ul.sub-menu li.koda_mega_text_block {
    font-size: 12.5px;
}

#main-menu li ul.sub-menu li.koda_colum_title > a {
    border: none !Important;
    position: relative;
    margin-bottom: 15px;
}

#main-menu li ul.sub-menu li.koda_mega_text_block a:before {
    display: none;
}

#main-menu li ul.sub-menu li.koda_mega_text_block a {
    width: auto;
}

#main-menu li ul.sub-menu li.koda_mega_text_block a img {
    display: block;
    vertical-align: text-bottom;
}

#main-menu li ul.sub-menu li a:hover {
    color: #999999;
}

#main-menu .menu > li.dropdown:hover > ul.sub-menu {
    display: block;
    -moz-animation: kodafadeInUp .3s ease-in;
    -webkit-animation: kodafadeInUp .3s ease-in;
    animation: kodafadeInUp .3s ease-in;
}

#main-menu li.dropdown:hover ul.sub-menu li.dropdown:hover > ul.sub-menu {
    display: block;
}

#main-menu li.dropdown:hover > div.koda-mega-menu {
    display: block;
    -moz-animation: kodafadeInUp .3s ease-in;
    -webkit-animation: kodafadeInUp .3s ease-in;
    animation: kodafadeInUp .3s ease-in;
}

#main-menu li.dropdown > div.koda-mega-menu {
    display: none;
    background-color: #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 5;
    padding: 15px 0 25px 0;
    top: 98%;
    min-width: 180px;
    overflow: hidden;
    left: 0;
}

#main-menu li div.koda-mega-menu > ul.sub-menu {
    display: table !important;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: none !important;
    border-top: none !important;
    width: 100%;
    z-index: 1;
}

#main-menu li div.koda-mega-menu > ul.sub-menu > li {
    display: table-cell !important;
    padding: 0 20px;
    border-right: 1px solid #f8f8f8;
    float: none;
    vertical-align: top;
}

#main-menu li div.koda-mega-menu > ul.sub-menu > li:last-child {
    border: none !important;
    margin-right: 0 !important;
}

#main-menu li div.koda-mega-menu > ul.sub-menu > li > ul.sub-menu {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: none !important;
    border-top: none !important;
    width: 100%;
    z-index: 1;
}

#main-menu li div.koda-mega-menu > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    display: block;
    position: relative;
    left: 0px;
    padding: 0 0 0 12px;
    box-shadow: none !important;
    border-top: none !important;
    width: 100%;
    z-index: 1;
}

#main-menu li div.koda-mega-menu > ul.sub-menu > li > a,
#main-menu li div.koda-mega-menu > ul.sub-menu > li > a:hover {
    letter-spacing: 1px;
    padding: 10px 8px 10px 0px !important;
    background: none !important;
}

#main-menu ul.menu > li > .koda-custom-menu-label {
    position: absolute;
    padding: 2px 5px 4px 4px;
    color: #ffffff !important;
    background-color: #666666;
    top: 50%;
    margin-top: -34px;
    left: 20px;
    display: block;
    font-size: 10px;
    line-height: 11px;
    white-space: nowrap;
    height: 17px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 202;
}

#main-menu li ul.sub-menu li .koda-custom-menu-label {
    position: absolute;
    padding: 2px 5px 4px 4px;
    color: #ffffff !important;
    background-color: #666666;
    top: -4px;
    left: 7px;
    display: block;
    font-size: 10px;
    line-height: 10px;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#main-menu ul.menu > li > .koda-custom-menu-label:after {
    position: absolute;
    background-color: inherit;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    bottom: -3px;
    left: -3px;
    display: block;
    opacity: 0.8;
    z-index: 201;
}

#main-menu li ul.sub-menu li .koda-custom-menu-label:after {
    display: none;
}

#main-menu ul.menu > li > .koda-custom-menu-label:before,
#main-menu li ul.sub-menu li .koda-custom-menu-label:before {
    position: absolute;
    background-color: inherit;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    bottom: -7px;
    left: -5px;
    display: block;
    opacity: 0.6;
    z-index: 200;
}

#main-menu li ul.sub-menu li .koda-custom-menu-label:before {
    bottom: -2px;
    left: 3px;
    opacity: 1;
}

#main-menu ul.menu > li > a:before {
    position: absolute;
    width: 100%;
    height: 3px;
    margin-top: 12px;
    text-align: center;
    left: 0px;
    content: '..';
    font-family: Times New Roman;
    font-size: 32px;
    font-weight: bolder;
    display: block;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    opacity: 0;
    color: #cecece;
}

#header2 #main-menu ul.menu > li > a:before {
    margin-top: 6px;
}

body.koda_logo_left_menu_below #main-menu ul.menu > li > a:before,
body.koda_logo_center_menu_below #main-menu ul.menu > li > a:before {
    display: none !Important;
}

#main-menu ul.menu > li.current-menu-item > a:before,
#main-menu ul.menu > li:hover > a:before,
#main-menu ul.menu > li.current_page_item > a:before {
    opacity: 1;
}

#main-menu.koda-line-accent ul.menu > li > a:before {
    width: 100%;
    height: 3px;
    content: " ";
    margin: 0;
    top: auto;
    left: 0;
    bottom: 0px;
}

#header2 #main-menu.koda-line-accent ul.menu > li > a:before {
    bottom: 0px;
}

#main-menu ul.menu > li.koda-highlight-menu-item > a {}

#main-menu ul.menu > li.koda-highlight-menu-item > a:before {
    position: absolute;
    background-color: inherit !Important;
    width: 20px;
    height: 20px;
    content: '';
    bottom: -5px;
    left: 50%;
    margin-left: -10px;
    display: block;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    opacity: 1 !Important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

#main-menu.koda-line-accent ul.menu > li.koda-highlight-menu-item > a:before {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

body.koda_logo_center_menu_below #header #logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 20px;
}

body.koda_logo_center_menu_below .main_menu_holder {
    text-align: center;
}

body.koda_logo_center_menu_below #header2.animateIt .main_menu_holder,
body.koda_logo_left_menu_below #header2.animateIt .main_menu_holder {
    padding-top: 0;
}

body.koda_logo_left_menu_below #main-menu,
body.koda_logo_center_menu_below #main-menu {
    float: left;
    width: 100%;
    clear: both;
}

body.koda_logo_left_menu_below #header #main-menu ul.menu > li > a,
body.koda_logo_center_menu_below #header #main-menu ul.menu > li > a,
body.koda_logo_center_menu_below #header .koda-search-cart-holder #search > span,
body.koda_logo_left_menu_below #header .koda-search-cart-holder #search > span,
.koda_logo_center_menu_below #cart-module a.cart-contents,
.koda_logo_left_menu_below #cart-module a.cart-contents,
.koda_logo_center_menu_below .koda-wishlist-counter a,
.koda_logo_left_menu_below .koda-wishlist-counter a,
.koda_logo_center_menu_below .koda-search-cart-holder a.sidebar-trigger,
.koda_logo_left_menu_below .koda-search-cart-holder a.sidebar-trigger,
body.koda_logo_center_menu_below #main-menu .koda-search-cart-holder,
body.koda_logo_left_menu_below #main-menu .koda-search-cart-holder,
#header2 #main-menu ul.menu > li > a,
#header2 .koda-search-cart-holder,
#header2 #cart-module a.cart-contents,
#header2 .koda-wishlist-counter a,
#header2 .koda-search-cart-holder #search > span,
.koda_logo_left_menu_below .koda-search-cart-holder,
.koda_logo_center_menu_below .koda-search-cart-holder {
    height: 60px;
    line-height: 60px;
}

body.koda_logo_left_menu_below #header2 #main-menu ul.menu > li > a,
body.koda_logo_center_menu_below #header2 #main-menu ul.menu > li > a,
body.koda_logo_center_menu_below #header2 .koda-search-cart-holder #search > span,
body.koda_logo_left_menu_below #header2 .koda-search-cart-holder #search > span {
    height: 60px;
    line-height: 60px;
}

body.koda_transparent_header.koda_logo_center_menu_below #header #main-menu,
body.koda_transparent_header.koda_logo_left_menu_below #header #main-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    background: none;
}

body.koda_logo_left_menu_below #header2 #main-menu,
body.koda_logo_center_menu_below #header2 #main-menu {
    border: none;
}

body.koda_logo_left_menu_below #header2.animateIt #main-menu,
body.koda_logo_center_menu_below #header2.animateIt #main-menu {
    margin-top: 0px;
}

body.koda_logo_left_menu_below #header2.animateIt #logo,
body.koda_logo_center_menu_below #header2.animateIt #logo,
body.koda_logo_left_menu_below #header2.animateIt .header-icon-teasers {
    display: none;
}

body.koda_logo_left_menu_below #main-menu ul.menu,
body.koda_logo_center_menu_below #main-menu ul.menu {
    float: left;
    text-align: left;
}

body.koda_logo_center_menu_below #main-menu .koda-search-cart-holder {
    display: inline-block;
}

body.koda_logo_center_menu_below #main-menu {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    float: none;
    width: auto;
}

body.koda_logo_center_menu_below #main-menu ul.menu {
    float: none;
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
}

body.koda_logo_center_menu_below #main-menu ul.menu > li {
    float: none;
    display: inline-block;
}

body.koda_logo_left_menu_below #header .main_menu_holder,
body.koda_logo_center_menu_below #header .main_menu_holder {
    height: auto;
}

@media only screen and (min-width: 1024px) {
    body.koda-overlay-header #header {
        position: absolute;
        z-index: 20000;
        box-shadow: none;
        top: 40px;
        left: 40px;
        right: 40px;
        width: auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: none !Important;
        border-color: transparent !Important;
    }

    body.koda-overlay-header #header #header_top {
        -webkit-border-radius: 3px 3px 0px 0px;
        -moz-border-radius: 3px 3px 0px 0px;
        border-radius: 3px 3px 0px 0px;
        background: none !Important;
        border: none !Important;
        box-shadow: none !important;
    }

    body.koda-overlay-header #header #header_top {
        -webkit-border-radius: 3px 3px 0px 0px;
        -moz-border-radius: 3px 3px 0px 0px;
        border-radius: 3px 3px 0px 0px;
        background: none !Important;
        border: none !Important;
    }

    body.koda-overlay-header #header_top .inner {
        border-bottom: 1px solid;
        -webkit-border-radius: 3px 3px 0px 0px;
        -moz-border-radius: 3px 3px 0px 0px;
        border-radius: 3px 3px 0px 0px;
    }

    body.koda-overlay-header #header .main_menu_holder {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    body.koda-overlay-header #header.koda-has-header-top .main_menu_holder {
        -webkit-border-radius: 0px 0px 3px 3px;
        -moz-border-radius: 0px 0px 3px 3px;
        border-radius: 0px 0px 3px 3px;
    }

    body.koda_transparent_header #header {
        width: 100%;
        position: absolute;
        z-index: 20000;
        background: none;
        border: none;
        box-shadow: none;
    }

    body.koda_transparent_header #header_top {
        background: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.05);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    body.koda_transparent_header .koda-top-bar-message,
    body.koda_transparent_header .koda-top-bar-message a,
    body.koda_transparent_header #header_top .koda-social ul li a,
    body.koda_transparent_header ul#topnav2 > li a {
        color: #ffffff;
    }
}

body.koda-stretched-header #header .inner,
body.koda-stretched-header #header2 .inner,
body.koda-stretched-footer #footer .inner {
    width: 100%;
}

.koda-top-bar-message a,
.koda-top-bar-message a:hover {
    text-decoration: none;
}

/* footer_background */
#footer {
    background-color: #2b3033;
    font-size: 12px;
    margin: 0;
    min-width: 100%;

    overflow: hidden;
}

/* footer_titles_color + footer_title_border_color */
#footer .widget > h3:first-child {
    color: #fafafa;
    border-color: #394143;
}

#footer > .inner ul.product_list_widget li,
#footer > .inner div.widget_nav_menu ul li,
#footer > .inner ul.products-list li,
#koda_footer_menu > li {
    border-color: #394143;
}

/* footer_menu_links_color */
#koda_footer_menu > li a,
#powered a,
#powered .koda-social ul li a {
    color: #cecece;
}

/* footer_links_color */
#footer > .inner a {
    color: #e1e1e1;
    /* display: block; */
    width: 100%;
    padding: 2px 0;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

/* footer_text_color */
#footer {
    color: #999999;
}

#footer > .inner div.widget_categories ul li,
#footer > .inner div.widget_archive ul li,
#footer > .inner div.widget_recent_comments ul li,
#footer > .inner div.widget_pages ul li,
#footer > .inner div.widget_links ul li,
#footer > .inner div.widget_recent_entries ul li,
#footer > .inner div.widget_meta ul li,
#footer > .inner div.widget_display_forums ul li,
#footer > .inner .widget_display_replies ul li,
#footer > .inner .widget_display_views ul li,
#footer > .inner div.widget_nav_menu ul li {
    border-color: #394143;
}

/* footer_copyright_bar_bckgr_color */
#powered {
    background-color: #23282a;
    color: #999999;
}

.one_fourth,
#footer-menu .menu > li {
    width: 21%;
    float: left;
    margin-right: 4%;
    position: relative;
}

.widget > h3:first-child {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 22px;
    position: relative;
}

div.widget_recent_entries ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
}

div.widget_recent_entries ul li a:before,
div.widget_nav_menu ul li a:before {
    content: "\f15c";
    display: inline-block;
    color: #999999;
    font-family: FontAwesome;
    font-size: 12px;
    margin-bottom: 2px;
    margin-right: 8px;
    font-weight: normal;
}

#footer > .inner {
    margin: 0 auto;
    max-width: 1230px;
    text-align: left;
    padding: 60px 40px;
    position: relative;
}

.footer_time,
.footer_address,
.footer_phone,
.footer_fax,
.footer_mail,
.footer_skype {
    display: block;
    clear: both;
    padding: 0 0 0 40px;
    min-height: 28px;
    line-height: 18px;
    vertical-align: middle;
    margin: 8px 0 0 0;
    position: relative;
}

.footer_time:before,
.footer_address:before,
.footer_phone:before,
.footer_fax:before,
.footer_mail:before,
.footer_skype:before {
    font-size: 18px;
    height: 24px;
    width: 30px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
    margin: 0 8px 0 0;
    font-family: FontAwesome;
    position: absolute;
    top: -7px;
    left: 0;
}

.footer_time:before {
    content: "\f017";
}

.footer_address:before {
    content: "\f041";
}

.footer_phone:before {
    content: "\f095";
}

.footer_fax:before {
    content: "\f1ac";
}

.footer_mail:before {
    content: "\f0e0";
}

.footer_skype:before {
    content: "\f17e";
}

a.skype {
    text-decoration: none;
    color: #666666;
}

.widget > h3:first-child:before,
#main-menu li ul.sub-menu li.koda_colum_title > a:before {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 6px;
    height: 6px;
    background-color: #95b842;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
}

.widget > h3:first-child:after,
#main-menu li ul.sub-menu li.koda_colum_title > a:after {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #95b842;
    opacity: 1;
}

#powered {
    min-width: 100%;

}

#powered .inner {
    font-size: 11px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#powered a {
    color: #f8f8f8;
}

#powered .author_credits a {
    font-size: 10px;
}

#koda_footer_menu {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 30px 0;
}

#koda_footer_menu > li {
    display: inline-block;
    list-style: none;
    border-right: 1px solid;
}

#koda_footer_menu > li:last-child {
    border: none;
}

#koda_footer_menu > li a {
    display: block;
    list-style: none;
    font-size: 12.5px;
    padding: 0px 8px;
    text-decoration: none;
    line-height: 120%;
}

.navbar-brand {
    width: 130px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    padding: 0 15px;
    position: relative;
}

.search-item {
    display: inline-block;
    vertical-align: middle;
}

.search-item a {
    color: #cac7c7;
    border-left: 1px solid #cac7c7;
    padding: 0 0 0 15px;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-light .navbar-nav .nav-link:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    text-align: center;
    left: 0px;
    content: '..';
    font-family: Times New Roman;
    font-size: 32px;
    font-weight: bolder;
    display: block;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    opacity: 0;
    visibility: hidden;
    color: #cecece;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link:before,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link:before {
    opacity: 1;
    color: #95b842;
    visibility: visible;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.hero-section {
    background: url(../images/hero-img.jpg) no-repeat;
    background-size: cover;
    min-height: 100vh;
    justify-content: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-title {
    color: #fff;
}

.hero-title h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 52px;
    font-weight: 900;
    display: inline-block;
    text-shadow: 11px 11px 61px #000;
}

.hero-title h2 .seperator {
    width: 140px;
    height: 4px;
    display: block;
    margin: 50px auto;
    background-color: #fff;
}

.hero-content {

    position: absolute;

    bottom: 30px;

    left: 0;

    right: 0;

    max-width: 1110px;

    margin: 0 auto;

    background-color: #fff;

    padding: 30px;

    text-align: center;
}

.hero-content h4 {

    font-size: 16px;

    text-transform: uppercase;

    font-weight: 600;

    margin-bottom: 20px;
}

.hero-content p {

    font-family: 'Raleway', sans-serif;

    font-size: 14px;

    line-height: 18px;

    margin-bottom: 16px;
}

.green-text {
    color: #94b741;
}

.hero-content h2 {

    font-size: 24px;

    font-family: 'Raleway', sans-serif;

    font-weight: 700;
}

.blog-listing {
    padding: 60px 0 100px 0;
}

.blog-item {

    background-color: #fff;

    border-radius: 5px;

    padding: 30px;

    -webkit-box-shadow: 0px 0px 6px 0px rgba(38, 37, 37, 0.16);

    -moz-box-shadow: 0px 0px 6px 0px rgba(38, 37, 37, 0.16);

    box-shadow: 0px 0px 6px 0px rgba(38, 37, 37, 0.16);
}

.blog-item .blog-title {}

.blog-item .blog-title h4 {

    font-family: 'Raleway', sans-serif;

    font-weight: 700;
}

.blog-item .blog-title .date {

    display: block;

    color: #999999;

    font-family: 'Raleway', sans-serif;

    margin: 13px 0 15px 0;
}

.blog-item .blog-img {

    margin-bottom: 30px;
}

.blog-item .blog-img a {

    display: block;
}

.blog-item .blog-img a img {}

.blog-item .blog-content {}

.blog-item .blog-content p {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    line-height: 18px;
}

.blog-item .blog-content .read-btn {

    background-color: #000;

    width: 100%;

    border-radius: 0;

    color: #fff;

    font-family: 'Raleway', sans-serif;

    font-size: 15px;

    font-weight: 700;

    padding: 10px;

    margin-top: 40px;
}

.masonry-grid-item {
    padding-bottom: 30px;
}

.n-margin {
    margin-top: -200px;
    z-index: 999;
    position: relative;
}

.blog-item .blog-content .fit-btn {
    display: inline-block;
    width: auto;
    padding: 10px 80px;
}

.blog-detail {
    padding: 60px 0;
}

.social-link {

    margin-top: 40px;
}

.social-link ul {}

.social-link ul li {

    display: inline-block;
}

.social-link ul li a {

    width: 174px;

    height: 33px;

    display: block;

    text-align: center;

    line-height: 33px;

    color: #fff;

    background-color: #000;
}

.social-link ul li.twitter a {

    background-color: #1da1f2;
}

.social-link ul li.facebook a {

    background-color: #3b5998;
}

.social-link ul li.google-plus a {

    background-color: #db4437;
}

.social-link ul li.linkedin a {

    background-color: #007bb5;
}

/* RESPONSIVE STYLES */
@media only screen and (min-width: 1600px) {

    .inner,
    body.koda_boxed #container {
        width: 1300px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1599px) {

    .koda_header_left #main-menu li ul.sub-menu,
    .koda_header_left #main-menu li.dropdown > div.koda-mega-menu {
        top: 50px;
        left: 0px;
        margin-left: 0 !important;
        z-index: 100;
    }

    body.koda_header_left #header,
    body.koda_header_left.koda-overlay-header #header {
        position: absolute !important;
    }
}

@media only screen and (min-width: 1360px) and (max-width: 1599px) {
    .koda_header_left .inner {
        width: 100%;
        max-width: 984px;
    }

    .koda_header_left.koda-overlay-header .inner {
        width: 100%;
        max-width: 980px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1359px) {
    .inner {
        width: 1024px;
    }

    #main-menu .koda-mega-menu.menu-columns5 ul.sub-menu li a {
        width: 145px;
    }

    #main-menu .koda-mega-menu.menu-columns6 ul.sub-menu li a {
        width: 125px;
    }

    .portfolio-unit.portfolio-col-4 {
        width: 33.33%;
    }

    .koda_masonry_fullwidth .portfolio-unit.masonry-unit {
        width: 25%;
    }

    .portfolio-unit a.portfolio-link {
        padding: 20px;
    }

    .koda_header_left .inner {
        width: 100%;
        max-width: 724px;
    }

    .koda_header_left.koda-overlay-header .inner {
        width: 100%;
        max-width: 604px;
    }

    .koda_masonry_fullwidth .portfolio-unit.masonry-unit {
        width: 25%;
    }

    .koda_header_left .portfolio-main-image-holder,
    .koda_header_left .project-data,
    .koda_header_left div.product div.images,
    .koda_header_left #content div.product div.images,
    .koda_header_left div.product div.summary,
    .koda_header_left #content div.product div.summary {
        width: 100%
    }

    .koda_header_left div.product div.images,
    .koda_header_left #content div.product div.images,
    .koda_header_left div.product div.summary,
    .koda_header_left #content div.product div.summary {
        float: left;
    }
}

@media only screen and (max-width: 1023px) {
    .inner {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    #main-menu #main_nav.menu,
    #cart-module .cart-contents span.count,
    .video_controlls {
        display: none !important;
    }

    .koda-search-cart-holder:before {
        display: none;
    }

    a.mob-menu-toggle {
        display: table;
    }

    #header_top {
        padding-top: 3px;
    }

    #header.animateIt {
        display: none !important;
    }

    .portfolio-unit.portfolio-col-4,
    .koda_masonry_fullwidth .portfolio-unit.masonry-unit,
    .koda_shortcode_latest_posts.koda_blog_masonry.koda-latest-blog-col-4 .blog-post {
        width: 33.33%;
    }

    .koda_shortcode_latest_posts .blog-post {
        width: 100% !important;
    }

    .koda_shortcode_latest_posts > div.clear {
        display: none;
    }

    .portfolio-unit a.portfolio-link {
        padding: 20px;
    }

    .koda_header_left div.product div.images,
    .koda_header_left #content div.product div.images,
    .koda_header_left div.product div.summary,
    .koda_header_left #content div.product div.summary {
        width: 100%;
        float: left;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .inner {
        width: 1024px !important;
    }
}

@media only screen and (max-width: 990px) {
    .inner {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    header {
        position: static;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px;
        text-align: center;
    }

    .search-item {
        display: block;
        text-align: center;
    }

    .search-item a {
        padding: 0;
        border: none;
    }

    .header-icon-teasers {
        display: none;
    }

    span.onsale {
        top: 20px;
        left: 20px;
    }

    div.product div.images,
    #content div.product div.images,
    div.product div.summary,
    #content div.product div.summary {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0;
    }

    div.product div.images ol.flex-control-nav,
    #content div.product div.images ol.flex-control-nav {
        width: 100%;
        position: relative;
        padding-top: 20px !important;
    }

    div.product div.images ol.flex-control-nav li,
    #content div.product div.images ol.flex-control-nav li {
        margin-right: 5px;
    }

    .has-sidebar .content_holder,
    .has-sidebar.koda-left-sidebar .content_holder {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        border: none;
    }

    .sidebar,
    .has-sidebar.koda-left-sidebar .sidebar {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    div.prod_hold,
    li.product-category {
        width: 49.5% !important;
    }

    div.prod_hold + .clear {
        display: none;
    }

    .koda-products-list-view div.prod_hold {
        width: 100% !important;
    }

    .koda-products-list-view div.prod_hold span.image,
    .koda-products-list-view div.prod_hold .koda-list-prod-summary {
        width: 50%;
        float: left;
    }

    .koda_header_left div.product div.images,
    .koda_header_left #content div.product div.images,
    .koda_header_left div.product div.summary,
    .koda_header_left #content div.product div.summary {
        width: 100%;
        float: left;
    }

    .sidebar > div.widget,
    .sidebar > div.widget_pages,
    .sidebar > div.box {
        margin: 0 0 50px 0;
    }

    #count_holder .count_info_left,
    #count_holder .count_info {
        width: 100%;
    }

    ul.tabs li,
    .wpb_tabs .wpb_tabs_nav li {
        border: none !important;
        width: 100%;
        clear: both;
        padding: 15px 0;
    }

    .portfolio-unit.portfolio-col-3,
    .portfolio-unit.masonry-unit {
        width: 50%;
    }

    .portfolio-unit.portfolio-col-4,
    .koda_masonry_fullwidth .portfolio-unit.masonry-unit {
        width: 33.33%;
    }

    .portfolio-unit a.portfolio-link {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .wpb_koda_banner a h6,
    .koda_banner_buton {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    .vc_col-xs-1,
    .vc_col-sm-1,
    .vc_col-md-1,
    .vc_col-lg-1,
    .vc_col-xs-2,
    .vc_col-sm-2,
    .vc_col-md-2,
    .vc_col-lg-2,
    .vc_col-xs-3,
    .vc_col-sm-3,
    .vc_col-md-3,
    .vc_col-lg-3,
    .vc_col-xs-4,
    .vc_col-sm-4,
    .vc_col-md-4,
    .vc_col-lg-4,
    .vc_col-xs-5,
    .vc_col-sm-5,
    .vc_col-md-5,
    .vc_col-lg-5,
    .vc_col-xs-6,
    .vc_col-sm-6,
    .vc_col-md-6,
    .vc_col-lg-6,
    .vc_col-xs-7,
    .vc_col-sm-7,
    .vc_col-md-7,
    .vc_col-lg-7,
    .vc_col-xs-8,
    .vc_col-sm-8,
    .vc_col-md-8,
    .vc_col-lg-8,
    .vc_col-xs-9,
    .vc_col-sm-9,
    .vc_col-md-9,
    .vc_col-lg-9,
    .vc_col-xs-10,
    .vc_col-sm-10,
    .vc_col-md-10,
    .vc_col-lg-10,
    .vc_col-xs-11,
    .vc_col-sm-11,
    .vc_col-md-11,
    .vc_col-lg-11,
    .vc_col-xs-12,
    .vc_col-sm-12,
    .vc_col-md-12,
    .vc_col-lg-12 {
        clear: both;
        margin-bottom: 40px;
        display: block;
        width: 100% !important;
    }

    .hero-content {
        padding: 10px;
        bottom: 10px;
    }

    .hero-content p {
        font-size: 10px;
    }

    .hero-content h4,
    .hero-content h2 {
        font-size: 14px;
    }

    .portfolio-unit {
        width: 100% !important;
    }

    .vc_col-xs-1:last-child,
    .vc_col-sm-1:last-child,
    .vc_col-md-1:last-child,
    .vc_col-lg-1:last-child,
    .vc_col-xs-2:last-child,
    .vc_col-sm-2:last-child,
    .vc_col-md-2:last-child,
    .vc_col-lg-2:last-child,
    .vc_col-xs-3:last-child,
    .vc_col-sm-3:last-child,
    .vc_col-md-3:last-child,
    .vc_col-lg-3:last-child,
    .vc_col-xs-4:last-child,
    .vc_col-sm-4:last-child,
    .vc_col-md-4:last-child,
    .vc_col-lg-4:last-child,
    .vc_col-xs-5:last-child,
    .vc_col-sm-5:last-child,
    .vc_col-md-5:last-child,
    .vc_col-lg-5:last-child,
    .vc_col-xs-6:last-child,
    .vc_col-sm-6:last-child,
    .vc_col-md-6:last-child,
    .vc_col-lg-6:last-child,
    .vc_col-xs-7:last-child,
    .vc_col-sm-7:last-child,
    .vc_col-md-7:last-child,
    .vc_col-lg-7:last-child,
    .vc_col-xs-8:last-child,
    .vc_col-sm-8:last-child,
    .vc_col-md-8,
    .vc_col-lg-8:last-child,
    .vc_col-xs-9:last-child,
    .vc_col-sm-9:last-child,
    .vc_col-md-9:last-child,
    .vc_col-lg-9:last-child,
    .vc_col-xs-10:last-child,
    .vc_col-sm-10:last-child,
    .vc_col-md-10:last-child,
    .vc_col-lg-10:last-child,
    .vc_col-xs-11:last-child,
    .vc_col-sm-11:last-child,
    .vc_col-md-11:last-child,
    .vc_col-lg-11:last-child,
    .vc_col-xs-12:last-child,
    .vc_col-sm-12:last-child,
    .vc_col-md-12:last-child,
    .vc_col-lg-12:last-child {
        margin-bottom: 0px;
    }

    #price-filter {
        width: 30%;
    }

    body.woocommerce-cart form,
    form.checkout.woocommerce-checkout #customer_details,
    body.woocommerce-cart .cart-collaterals,
    form.checkout.woocommerce-checkout #order_review {
        width: 100%;
    }

    body.woocommerce-cart .cart-info {
        padding-right: 0;
    }

    tr.cart_item td:nth-child(2),
    .shop_table.cart tr th:nth-child(2),
    tr.cart_item td:nth-child(4),
    .shop_table.cart tr th:nth-child(4),
    .cart_totals tr.shipping th,
    .cart_totals tr.cart-subtotal {
        display: none;
    }

    .koda_header_left div.product div.images,
    .koda_header_left #content div.product div.images,
    .koda_header_left div.product div.summary,
    .koda_header_left #content div.product div.summary {
        width: 100%;
        float: left;
    }

    .events-archive.events-gridview #tribe-events-content table .type-tribe_events {
        display: none;
    }

    #tribe-events-content .tribe-events-calendar td.tribe-events-has-events:after {
        background: #999;
        border-radius: 50%;
        top: 50%;
        content: "";
        display: block;
        height: 10px;
        left: 50%;
        margin: 5px 0 0 -5px;
        padding: 0;
        position: absolute;
        width: 10px;
    }

    .tribe-events-list .tribe-events-event-image {
        margin-bottom: 20px;
    }

    #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
        width: 95% !important;
        margin: 0 0 30px 0 !important;
    }

    #tribe-bar-views {
        width: 28%;
    }

    .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column {
        height: auto !important;
    }

    .tribe-events-list .tribe-events-event-image,
    .tribe-events-list .tribe-events-loop .tribe-events-content {
        width: 100%;
        padding: 0;
    }

    .single-tribe_events .tribe-events-event-meta.secondary .tribe-events-meta-group,
    .single-tribe_events .tribe-events-venue-map {
        width: 100%;
    }

}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .inner {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .one_third,
    .one_fourth,
    .one_fifth,
    .two_fifth,
    .three_fifth {
        width: 48%;
        margin-right: 2%;
    }

    div.prod_hold .yith-wcwl-wishlistexistsbrowse.show,
    div.prod_hold .yith-wcwl-wishlistaddedbrowse.show {
        display: none !important;
    }

    #price-filter {
        width: 30%;
    }

    div.prod_hold,
    li.product-category {
        width: 49.5% !important;
    }

    .koda-products-list-view div.prod_hold {
        width: 100% !important;
    }

    .koda-products-list-view div.prod_hold span.image,
    .koda-products-list-view div.prod_hold .koda-list-prod-summary,
    .portfolio-unit.list-unit .portfolio-unit-info,
    .portfolio-unit.list-unit .port-unit-image-holder {
        width: 50%;
        float: left;
    }

    .koda-products-list-view div.prod_hold .koda-list-prod-summary,
    .portfolio-unit.list-unit .portfolio-unit-info {
        padding: 20px;
    }

    div.prod_hold a.button.add_to_cart_button i.fa,
    .portfolio-unit.list-unit .portfolio-unit-info:before {
        display: none;
    }

    div.product div.images,
    #content div.product div.images,
    div.product div.summary,
    #content div.product div.summary {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0;
    }

    #count_holder .count_info_left,
    #count_holder .count_info {
        width: 100%;
    }

    a.reset_variations {
        display: none;
    }

    ul.tabs li,
    .wpb_tabs .wpb_tabs_nav li {
        border: none !important;
        width: 100%;
    }

    #price-filter {
        width: 96%;
    }

    .content_holder.koda_double_timeline:before,
    .koda_shortcode_blog.koda_double_timeline:before {
        display: none;
    }

    .blog-post {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-top: 0 !important;
        border: none !important;
        width: 100% !important;
    }

    .post-date:before {
        display: none !important;
    }

    .koda_blog_small_image .koda_post_data_holder {
        margin-left: 0 !important;
        clear: both !important;
    }

    .portfolio-unit.portfolio-col-3,
    .portfolio-unit.masonry-unit,
    .portfolio-unit.portfolio-col-4,
    .koda_masonry_fullwidth .portfolio-unit.masonry-unit {
        width: 50%;
    }

    .portfolio-unit a.portfolio-link {
        padding: 20px;
    }

    .wpb_text_column h1,
    h1.vc_custom_heading,
    .koda_title_holder.title_has_image h1.heading-title,
    #content div.product div.summary h1.heading-title {
        font-size: 32px !important;
    }

    .wpb_text_column h2,
    h2.vc_custom_heading {
        font-size: 28px !important;
    }

    .koda-product-slide-details,
    .koda-product-slide-image {
        width: 100%;
        display: block;
        padding: 0;
    }

    .koda-product-slide-image {
        margin-bottom: 30px;
    }

    .social-link ul li {
        display: inline-block;
        margin-bottom: 2px;
    }

    .social-link ul li a {
        width: 79px;
    }
}

@media only screen and (min-width: 380px) and (max-width: 599px) {
    .hero-title h2 {
        font-size: 32px;

    }

    .hero-title h2 .seperator {
        margin: 20px auto;
    }

    .social-link ul li a {
        width: 79px;
    }

    .inner {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;

    }

    .one_half,
    .one_third,
    .two_third,
    .three_fourth,
    .one_fourth,
    .one_fifth,
    .two_fifth,
    .three_fifth,
    .four_fifth,
    #footer-menu .menu > li {
        width: 98%;
        margin-right: 1% !important;
        margin-left: 1% !important;
        margin-bottom: 30px;
    }

    div.prod_hold,
    li.product-category {
        width: 100% !important;
    }

    .koda-products-list-view div.prod_hold {
        width: 100% !important;
    }

    .koda-products-list-view div.prod_hold span.image,
    .koda-products-list-view div.prod_hold .koda-list-prod-summary,
    .portfolio-unit.list-unit .portfolio-unit-info,
    .portfolio-unit.list-unit .port-unit-image-holder {
        width: 100%;
        float: left;
        clear: both;
    }

    .koda-products-list-view div.prod_hold .koda-list-prod-summary,
    .portfolio-unit.list-unit .portfolio-unit-info {
        padding: 20px;
    }

    div.prod_hold a.button.add_to_cart_button i.fa,
    .portfolio-unit.list-unit .portfolio-unit-info:before {
        display: none;
    }

    div.product div.images,
    #content div.product div.images,
    div.product div.summary,
    #content div.product div.summary {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0;
    }

    #count_holder .count_info_left,
    #count_holder .count_info {
        width: 100%;
    }

    a.reset_variations {
        display: none;
    }

    ul.tabs li,
    .wpb_tabs .wpb_tabs_nav li {
        border: none !important;
        width: 100%;
    }

    #price-filter {
        width: 96%;
    }

    .blog-post {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-top: 0 !important;
        border: none !important;
        width: 100% !important;
    }

    .post-date:before {
        display: none !important;
    }

    .koda_blog_small_image .koda_post_data_holder {
        margin-left: 0 !important;
        clear: both !important;
    }

    .portfolio-unit.portfolio-col-2,
    .portfolio-unit.portfolio-col-3,
    .portfolio-unit.masonry-unit,
    .portfolio-unit.portfolio-col-4,
    .koda_masonry_fullwidth .portfolio-unit.masonry-unit {
        width: 100%;
    }

    .portfolio-unit a.portfolio-link {
        padding: 20px;
    }

    .koda-search-cart-holder {
        height: 38px;
        clear: both;
        margin-bottom: 30px;
        width: 100%;
    }

    .koda-wishlist-counter {
        float: none;
        height: 38px;
        line-height: 38px;
    }

    #cart-module a.cart-contents,
    #cart-module > li:first-child,
    .koda-search-cart-holder #search > span,
    .koda-wishlist-counter a,
    .koda-search-cart-holder a.sidebar-trigger {
        height: 38px;
        line-height: 38px;
    }

    tr.cart_item td:nth-child(2),
    .shop_table.cart tr th:nth-child(2),
    tr.cart_item td:nth-child(4),
    .shop_table.cart tr th:nth-child(4),
    tr.cart_item td:nth-child(5),
    .shop_table.cart tr th:nth-child(5) {
        display: none;
    }

    .koda_blog_small_image .blog-post {
        display: block;
    }

    .koda_blog_small_image .blog-post .post-unit-holder,
    .koda_blog_small_image .blog-post .koda_flexslider.post_slide,
    .koda_blog_small_image .blog-post .slideshow {
        margin-right: 0px;
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 35px;
    }

    #cart-module div.widget.woocommerce.widget_shopping_cart {
        width: 250px;
    }

    .wpb_text_column h1,
    h1.vc_custom_heading,
    .koda_title_holder.title_has_image h1.heading-title,
    #content div.product div.summary h1.heading-title {
        font-size: 32px !important;
    }

    .wpb_text_column h2,
    h2.vc_custom_heading {
        font-size: 28px !important;
    }

    .koda-product-slide-details,
    .koda-product-slide-image {
        width: 100%;
        display: block;
        padding: 0;
    }

    .koda-product-slide-image {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 379px) {
    .inner {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    #header_bottom,
    #header_bottom .inner {
        height: auto !important;
    }

    .one_half,
    .one_third,
    .two_third,
    .three_fourth,
    .one_fourth,
    .one_fifth,
    .two_fifth,
    .three_fifth,
    .four_fifth,
    #footer-menu .menu > li {
        width: 98%;
        margin-right: 1% !important;
        margin-left: 1% !important;
        margin-bottom: 30px;
    }

    div.prod_hold,
    li.product-category {
        width: 100% !important;
    }

    .koda-products-list-view div.prod_hold {
        width: 100% !important;
    }

    .koda-products-list-view div.prod_hold span.image,
    .koda-products-list-view div.prod_hold .koda-list-prod-summary,
    .portfolio-unit.list-unit .portfolio-unit-info,
    .portfolio-unit.list-unit .port-unit-image-holder {
        width: 100%;
        float: left;
        clear: both;
    }

    .koda-products-list-view div.prod_hold .koda-list-prod-summary,
    .portfolio-unit.list-unit .portfolio-unit-info {
        padding: 20px;
    }

    div.prod_hold a.button.add_to_cart_button i.fa,
    .portfolio-unit.list-unit .portfolio-unit-info:before {
        display: none;
    }

    div.product div.images,
    #content div.product div.images,
    div.product div.summary,
    #content div.product div.summary {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0;
    }

    #count_holder .count_info_left,
    #count_holder .count_info {
        width: 100%;
    }

    a.reset_variations {
        display: none;
    }

    ul.tabs li,
    .wpb_tabs .wpb_tabs_nav li {
        border: none !important;
        width: 100%;
    }

    #header #welcome {
        width: 100%;
        float: none;
        clear: both;
        padding: 15px 0;
        text-align: right;
    }

    #price-filter {
        width: 96%;
    }

    .blog-post {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-top: 0 !important;
        border: none !important;
        width: 100% !important;
    }

    .post-date:before {
        display: none !important;
    }

    .koda_blog_small_image .koda_post_data_holder {
        margin-left: 0 !important;
        clear: both !important;
    }

    .portfolio-unit.portfolio-col-2,
    .portfolio-unit.portfolio-col-3,
    .portfolio-unit.masonry-unit,
    .portfolio-unit.portfolio-col-4,
    .koda_masonry_fullwidth .portfolio-unit.masonry-unit {
        width: 100%;
    }

    .portfolio-unit a.portfolio-link {
        padding: 20px;
    }

    .koda_blog_small_image .blog-post {
        display: block;
    }

    .koda_blog_small_image .blog-post .post-unit-holder,
    .koda_blog_small_image .blog-post .koda_flexslider.post_slide,
    .koda_blog_small_image .blog-post .slideshow {
        margin-right: 0px;
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 35px;
    }

    .koda-search-cart-holder {
        height: 38px;
        clear: both;
        margin-bottom: 30px;
        width: 100%;
    }

    .koda-wishlist-counter {
        float: none;
        height: 38px;
        line-height: 38px;
    }

    #cart-module a.cart-contents,
    #cart-module > li:first-child,
    .koda-search-cart-holder #search > span,
    .koda-wishlist-counter a,
    .koda-search-cart-holder a.sidebar-trigger {
        height: 38px;
        line-height: 38px;
    }

    tr.cart_item td:nth-child(2),
    .shop_table.cart tr th:nth-child(2),
    tr.cart_item td:nth-child(4),
    .shop_table.cart tr th:nth-child(4),
    tr.cart_item td:nth-child(5),
    .shop_table.cart tr th:nth-child(5) {
        display: none;
    }

    #cart-module div.widget.woocommerce.widget_shopping_cart {
        width: 250px;
    }

    .wpb_text_column h1,
    h1.vc_custom_heading,
    .koda_title_holder.title_has_image h1.heading-title,
    #content div.product div.summary h1.heading-title {
        font-size: 32px !important;
    }

    .wpb_text_column h2,
    h2.vc_custom_heading {
        font-size: 28px !important;
    }

    .koda-product-slide-details,
    .koda-product-slide-image {
        width: 100%;
        display: block;
        padding: 0;
    }

    .koda-product-slide-image {
        margin-bottom: 30px;
    }
}

.hero-section {


    z-index: 1;
}

body .hero-section:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.22);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: visible !important;
}

.blog-item .blog-content .read-btn:hover {
    background: #94b741;
}
