@charset "utf-8";
 

aside,
nav,
footer,
header,
section {
    display: block
}


body.site-dark {
    background: #000;
    color: #fff;
}

a {
    color: inherit;
}

img {
    border: none;
    height: auto;
}

input.style2,
textarea.style2 {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: left;
    background: #fff;
    border: 1px solid #dedede;
    color: #2d2d2d;
    padding: 10px 20px;
    line-height: 23px;
}

input.style2 {}

textarea.style2 {
    padding: 15px 20px;
}

input.style3 {
    margin-bottom: 15px !important;
    text-align: center;
}

textarea.style3 {
    border: none;
    border-bottom: 1px solid;
    resize: none;
    text-align: center;
    margin-bottom: 15px !important;
}


/*------------------------------------------------------------------
[1.5 Preloader ]
*/

.preloader-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.loaded .preloader-area {
    opacity: 0;
    visibility: hidden;
}

#loader {
  /* Uncomment this to make it run! */
  /*
     animation: loader 5s linear infinite; 
  */
  
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
@keyframes loader {
  0% { left: -100px }
  100% { left: 110%; }
}
#box {
  width: 50px;
  height: 50px;
  background: #feb332;
  animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes animate {
  17% { border-bottom-right-radius: 3px; }
  25% { transform: translateY(9px) rotate(22.5deg); }
  50% {
    transform: translateY(18px) scale(1,.9) rotate(45deg) ;
    border-bottom-right-radius: 40px;
  }
  75% { transform: translateY(9px) rotate(67.5deg); }
  100% { transform: translateY(0) rotate(90deg); }
} 
#shadow { 
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow .5s linear infinite;
}
@keyframes shadow {
  50% {
    transform: scale(1.2,1);
  }
}

/*------------------------------------------------------------------
[2. Header ]
*/

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-header.with-side {
    display: none;
}

.vc_editor .site-header {
    z-index: 0;
}

.vc_editor .site-header.fixed {
    z-index: 100;
}

.site-header.fixed {
    background: #fff;
}

.site-header.dark.fixed {
    background: #4b4b4b;
}

.admin-bar .site-header {
    top: 32px;
}

.site-header.dark {
    color: #fff;
}

.site-header.light {}

.site-header.header-space-on.dark {
    background: #4b4b4b;
}

.site-header.header-space-on.light {
    /* background: #fff; */
    color: #000;
}

.site-header.header_side {
    display: none;
}

.site-header .container-fluid {
    padding: 0 30px;
}


/*------------------------------------------------------------------
[2.1 Logo ]
*/

.site-header .logo,
.side-header .logo,
.site-footer .logo {
    font-size: 1.125em;
    font-weight: bold;
    float: left;
}

.side-header .logo {
    position: absolute;
    left: 60px;
    top: 0;
}

.site-header.header_logo_center .logo {
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.site-header .logo a,
.side-header .logo a,
.site-footer .logo a {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    text-decoration: none;
}

.site-header .logo img,
.side-header .logo img,
.site-footer .logo img {
    max-height: 65px;
    width: 85px;
}

.site-header.light .logo .dark,
.site-header.dark .logo .light,
.side-header.light .logo .dark,
.side-header.dark .logo .light,
.site-footer.light .logo .dark,
.site-footer.dark .logo .light {
    display: block;
}

.site-header.light .logo .light,
.site-header.dark .logo .dark,
.side-header.light .logo .light,
.side-header.dark .logo .dark,
.site-footer.light .logo .light,
.site-footer.dark .logo .dark {
    display: none;
}

.search-button {
    float: left;
    margin: 27px 0 0 25px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.search-button i {
    display: block;
}


/*------------------------------------------------------------------
[2.2 Navigation ]
*/

.navigation {
    float: left;
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.navigation > .mega-menu-wrap,.navigation > .mega-menu-wrap > *, .navigation > .mega-menu-wrap > * > * {
    visibility: hidden !important;
}

.navigation.active,
.navigation.visible_menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.navigation.active > .mega-menu-wrap,
.navigation.active > .mega-menu-wrap > *, 
.navigation.active > .mega-menu-wrap > * > *,
.navigation.visible_menu > .mega-menu-wrap,
.navigation.visible_menu > .mega-menu-wrap > *, 
.navigation.visible_menu > .mega-menu-wrap > * > * {
    visibility: visible !important;
}

.navigation ul {
    margin: 0;
    padding: 0;
}

.navigation li {
    display: block;
    position: relative;
}

.navigation a {
    text-decoration: none;
}

.navigation > ul {}

.navigation > ul > li {
    float: left;
    position: relative;
    /* padding: 20px 0; */
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.navigation > ul > li:not(:last-of-type) {
    margin-right: 15px;
}

.navigation.hover-style2 > ul > li:not(:last-of-type) {
    margin: 0;
}

.navigation > ul > li > a {
    transition: 0.3s;
    display: table-cell;
    position: relative;
    line-height: 25px;
    text-transform: uppercase;
    max-width: 130px;
    height: 75px;
    vertical-align: middle;
    line-height: 1.2em;
    text-align: center;
}

.navigation > ul > li > a span {}

.navigation.hover-style2 > ul > li > a span {
    border: none;
    padding: 2px 10px;
}

.navigation > ul > li.current-menu-item > a span,
.navigation > ul > li.current-menu-ancestor > a span,
.navigation > ul > li.current_page_item > a span,
.navigation > ul > li.current-menu-ancestor > a span {
    border-color: #c48f56;
}

.navigation.hover-style2 > ul > li.current-menu-item > a span,
.navigation.hover-style2 > ul > li.current-menu-ancestor > a span,
.navigation.hover-style2 > ul > li.current_page_item > a span,
.navigation.hover-style2 > ul > li.current-menu-ancestor > a span {
    box-shadow: inset 0 -9px 0 0 #9d7345;
}

.navigation.min > ul > li > a {
    font-size: 0.88em;
}

.navigation.min2 > ul > li > a {
    font-size: 0.7em;
}

.navigation > ul > li:hover > a {
    color: #f8b334;
}

.navigation .sub-menu,
.navigation .children {
    position: absolute;
    color: #000;
    background: #ffffff;
    width: 200px;
    left: 0;
    top: 100%;
    border: 1px solid #e7e7e7;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    font-family: "Oswald";
}

.navigation .mega-sub-menu {
    font-family: "Oswald" !important;
    font-weight: 300;
}

.navigation .mega-menu-megamenu .mega-sub-menu [aria-haspopup="true"],
.navigation .mega-menu-megamenu .mega-sub-menu .mega-block-title {
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}

.site-header.dark .navigation .sub-menu,
.site-header.dark .navigation .children {
    background: #000;
    color: #fff;
}

.navigation li.menu-item-has-children:hover > .sub-menu,
.navigation li.page_item_has_children:hover > .children {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.navigation .sub-menu .sub-menu,
.navigation .children .children {
    left: 100%;
    top: -1px;
}

.navigation > ul > li:nth-last-child(3) .sub-menu .sub-menu,
.navigation > ul > li:nth-last-child(2) .sub-menu .sub-menu,
.navigation > ul > li:nth-last-child(1) .sub-menu .sub-menu,
.navigation > ul > li:nth-last-child(3) .children .children,
.navigation > ul > li:nth-last-child(2) .children .children,
.navigation > ul > li:nth-last-child(1) .children .children {
    left: inherit;
    right: 100%;
}

.navigation > ul > li > .sub-menu,
.navigation > ul > li > .children {}

.navigation .sub-menu li,
.navigation .children li {
    padding: 0 0;
    border-bottom: 1px solid #e7e7e7;
}

.navigation .sub-menu li:last-of-type,
.navigation .children li:last-of-type {
    border-bottom: none;
}

.navigation .sub-menu li.menu-item-has-children,
.navigation .children li.page_item_has_children {
    position: relative;
}

.navigation .sub-menu li.current-menu-item > a,
.navigation .sub-menu li.current-menu-ancestor > a,
.navigation .sub-menu li:hover > a,
.navigation .sub-menu li.current-menu-item.menu-item-has-children:after,
.navigation .sub-menu li:hover.menu-item-has-children:after,
.navigation .children li.current_page_item > a,
.navigation .children li.current-menu-ancestor > a,
.navigation .children li:hover > a,
.navigation .children li.current_page_item.page_item_has_children:after,
.navigation .children li:hover.page_item_has_children:after {
    color: #f8b334;
}

.navigation > ul > li:nth-last-child(3) .sub-menu li.menu-item-has-children > a,
.navigation > ul > li:nth-last-child(2) .sub-menu li.menu-item-has-children > a,
.navigation > ul > li:nth-last-child(1) .sub-menu li.menu-item-has-children > a,
.navigation > ul > li:nth-last-child(3) .children li.menu_item_has_children > a,
.navigation > ul > li:nth-last-child(2) .children li.menu_item_has_children > a,
.navigation > ul > li:nth-last-child(1) .children li.menu_item_has_children > a {
    padding-left: 25px;
}

.navigation .sub-menu li.menu-item-has-children > a:after,
.navigation .children li.page_item_has_children > a:after {
    content: "\f054";
    font-family: 'FontAwesome' !important;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 0.7em;
}

.navigation > ul > li:nth-last-child(3) .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li:nth-last-child(2) .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li:nth-last-child(1) .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li:nth-last-child(3) .children li.page_item_has_children > a:after,
.navigation > ul > li:nth-last-child(2) .children li.page_item_has_children > a:after,
.navigation > ul > li:nth-last-child(1) .children li.page_item_has_children > a:after {
    content: "\f053";
    right: inherit;
    left: 8px;
}

.navigation .sub-menu li a,
.navigation .children li a {
    display: table-cell;
    width: 200px;
    height: 35px;
    padding: 5px 20px;
    position: relative;
    vertical-align: middle;
    transition-duration: 0.2s;
    z-index: 1;
}

#mega-menu-wrap-navigation #mega-menu-navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 30px;
    border-right: 1px solid;
}

#mega-menu-wrap-navigation #mega-menu-navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:first-of-type {
    padding-left: 0;
}

#mega-menu-wrap-navigation #mega-menu-navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:last-of-type {
    padding-right: 0;
    border-right: none;
}

.curtain-holder,
.curtain-holder>div {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.curtain-holder {
    visibility: hidden;
    overflow: hidden
}

.curtain-holder>div {
    background-color: #f3f3f3
}

.curtain-holder>div:first-child {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%)
}

.curtain-holder>div:last-child {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%)
}

.curtain-holder.edgtf-enter-bottom>div:last-child,
.curtain-holder.edgtf-enter-top>div:first-child {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .8s cubic-bezier(.21, .18, 0, .99);
    -moz-transition: all .8s cubic-bezier(.21, .18, 0, .99);
    transition: all .8s cubic-bezier(.21, .18, 0, .99)
}

.curtain-holder.edgtf-leave-top>div {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.curtain-holder.edgtf-leave-bottom>div {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}


/*------------------------------------------------------------------
[2.3 Fullscreen navigation ]
*/

.full-screen-nav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    z-index: 101;
    display: none;
    font-weight: 300;
}

.admin-bar .full-screen-nav {
    top: 32px;
}

.site-dark .full-screen-nav {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.full-screen-nav .close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 25px;
    cursor: pointer;
    z-index: 5;
}

.fsn-container {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    right: -25px;
    overflow-y: scroll;
}

.admin-bar .fsn-container {}

.full-screen-nav ul {
    margin: 0;
    padding: 0;
}

.full-screen-nav .fsn-container > ul {
    width: 3800px;
}

.full-screen-nav ul li {
    display: block;
}

.full-screen-nav ul li a {
    text-decoration: none;
}

.full-screen-nav .fsn-container > ul > li {
    margin: 20px 0;
}

.full-screen-nav .fsn-container > ul > li > a {
    position: relative;
    font-size: 1.875em;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2em;
    /* font-weight: bold; */
}

.full-screen-nav .fsn-container > ul > li:hover > a {
    color: #be60ae;
}

.full-screen-nav .fsn-container > ul > li:hover > a:after {
    width: 100%;
    opacity: 1;
}

.full-screen-nav .fsn-container > ul > li.current-menu-item > a,
.full-screen-nav .fsn-container > ul > li.current-menu-parent > a,
.full-screen-nav .fsn-container > ul > li.current-menu-ancestor > a {
    color: #be60ae;
}

.full-screen-nav .fsn-container > ul > li ul.sub-menu,
.full-screen-nav .fsn-container > ul > li ul.children {
    display: none;
}

.full-screen-nav .fsn-container > ul > li > ul.sub-menu,
.full-screen-nav .fsn-container > ul > li > ul.children {
    display: none;
    font-weight: 300;
    font-size: 1em;
    padding: 10px 0 0;
    text-transform: uppercase;
}

.full-screen-nav ul li ul.sub-menu li:hover > a,
.full-screen-nav ul li ul.children li:hover > a,
.full-screen-nav ul li ul.sub-menu li.current-menu-item > a,
.full-screen-nav ul li ul.children li.current_menu_item > a,
.full-screen-nav ul li ul.sub-menu li.current-menu-ancestor > a,
.full-screen-nav ul li ul.children li.current_menu_ancestor > a {
    color: #67686d;
}

.full-screen-nav ul li ul.sub-menu li,
.full-screen-nav ul li ul.children li {
    padding: 10px 0 0;
}


/*------------------------------------------------------------------
[2.4 Buter button ]
*/

.butter-button {
    float: left;
    width: 20px;
    height: 14px;
    position: relative;
    margin: 28px 0 0 10px;
    cursor: pointer;
    z-index: 1;
}

.butter-button + .header-minicart {
    margin-left: 20px;
}

.butter-button.visible_menu {
    display: none;
}

.butter-button div {
    height: 2px;
    box-shadow: inset 0 0 0 3px;
    margin: 6px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    /* float: right; */
}

.butter-button.active div {
    transform: scaleX(0);
}

.butter-button:after,
.butter-button:before {
    content: '';
    position: absolute;
    top: 0;
    width: 12px;
    box-shadow: inset 0 0 0 3px;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.butter-button:hover:after,
.butter-button:hover:before {
    width: 100%;
}

.butter-button:after {
    top: auto;
    bottom: 0;
    right: 0;
}

.butter-button.active:before {
    transform: rotate(45deg);
    transform-origin: 50%;
    top: 6px;
    width: 100%;
}

.butter-button.active:after {
    transform: rotate(-45deg);
    bottom: 6px;
    width: 100%;
}


/*------------------------------------------------------------------
[2.7 Side header ]
*/

.side-header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 270px;
    z-index: 50;
    overflow: hidden;
    background: #fff;
}

.side-header.dark {
    background: #000;
}

.admin-bar .side-header {
    top: 32px;
}

.side-header .wrap {
    position: absolute;
    top: 75px;
    left: 25px;
    bottom: 75px;
    overflow-y: scroll;
    right: -25px;
    padding-right: 25px;
    padding-left: 35px;
}

.side-header .wrap .cell {
    width: 1200px;
    vertical-align: text-bottom;
}

.side-header .copyright {
    position: absolute;
    bottom: 20px;
    left: 60px;
    font-size: 12px;
    right: 25px;
}


/*------------------------------------------------------------------
[2.8 Side navigation ]
*/

.side-navigation {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.side-navigation ul {
    margin: 0;
    padding: 0;
}

.side-navigation ul li {
    display: block;
}

.side-navigation ul li a {
    display: block;
    text-decoration: none;
}

.side-navigation ul li a span {
    position: relative;
    padding-right: 20px;
}

.side-navigation ul li.menu-item-has-children > a span:after,
.side-navigation ul li.page_item_has_children > a span:after {
    content: "\e94e";
    font-family: 'ui-super-basic' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 10px;
}

.side-navigation > ul {
    position: relative;
}

.side-navigation > ul > li {}

.side-navigation > ul > li > a {
    padding: 10px 0;
}

.side-navigation li.current-menu-item > a,
.side-navigation li.current-menu-parent > a,
.side-navigation li.current-menu-ancestor > a,
.side-navigation li.current_page_item > a,
.side-navigation li:hover > a {
    color: #feb332;
}

.side-navigation .sub-menu,
.side-navigation .children {
    display: none;
    min-height: 100%;
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    padding-left: 35px;
    z-index: 2;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-dark .side-navigation .sub-menu,
.site-dark .side-navigation .children {
    background: #000;
}

.side-navigation li.active-child > .sub-menu,
.side-navigation li.active-child > .children {
    right: 0;
    opacity: 1;
    visibility: visible;
    display: block;
}

.side-navigation .sub-menu .back,
.side-navigation .children .back {
    position: absolute;
    top: 9px;
    left: 0;
    cursor: pointer;
}

.side-navigation .sub-menu li,
.side-navigation .children li {}

.side-navigation .sub-menu li a,
.side-navigation .children li a {
    padding: 6px 0;
}



/*------------------------------------------------------------------
[2.5. Mincart / .header-minicart ]
*/

.header-minicart {
    float: left;
    padding: 26px 0;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.header-minicart a {
    text-decoration: none;
}

.hm-cunt {
    display: block;
    text-align: center;
    position: relative;
    font-size: 18px;
    cursor: pointer;
}

.hm-cunt.big {
    display: inline-block;
    font-size: 65px;
}

.hm-cunt i {
    display: block;
}

.hm-cunt span {
    display: block;
    font-size: 10px;
    position: absolute;
    top: -7px;
    right: -7px;
    background: #feb332;
    color: #fff;
    line-height: 17px;
    height: 17px;
    min-width: 17px;
    padding: 0 2px;
    border-radius: 50%;
}

.hm-cunt.big span {
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    font-size: 18px;
}

.header-minicart .minicart-wrap {
    position: absolute;
    background: #fff;
    top: 100%;
    right: 15px;
    padding: 5px 15px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #252a31;
    width: 310px;
    right: -30px;
    border: 1px solid #ffb332;
}

.site-dark .header-minicart .minicart-wrap {
    background: #272727;
    color: #fff;
}

.header-minicart:hover .minicart-wrap,
.minicart-wrap:hover {
    opacity: 1;
    visibility: visible;
}

.minicart-wrap {}

.minicart-wrap .cart_list.product_list_widget {
    margin: 0 -15px;
}

.minicart-wrap .cart_list .mini_cart_item,
.widget_shopping_cart_content .mini_cart_item {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    min-height: 60px;
}

.site-dark .minicart-wrap .cart_list .mini_cart_item,
.site-dark .widget_shopping_cart_content .mini_cart_item {
    border-bottom-color: #181818;
}

.minicart-wrap .cart_list .mini_cart_item .remove,
.widget_shopping_cart_content .cart_list .mini_cart_item .remove {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    font-size: 8px;
}

.minicart-wrap .cart_list .mini_cart_item .wp-post-image,
.widget_shopping_cart_content .cart_list .mini_cart_item .wp-post-image {
    float: left;
    margin-right: 10px;
    margin-left: 0;
    width: 40px;
}

.minicart-wrap .cart_list .mini_cart_item .wp-post-image img {}

.minicart-wrap .cart_list .mini_cart_item .quantity,
.widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
    font-size: 13px;
    display: block;
    margin-left: 50px;
    color: #feb332;
}

.widget_shopping_cart_content .cart_list .mini_cart_item .quantity span {}

.site-dark .minicart-wrap .cart_list .mini_cart_item .quantity span,
.site-dark .widget_shopping_cart_content .cart_list .mini_cart_item .quantity span {
    color: inherit;
}

.minicart-wrap .cart_list .mini_cart_item .variation,
.widget_shopping_cart_content .cart_list .mini_cart_item .variation {
    border: none;
    margin: 5px 0 0;
    padding: 0;
    margin-left: 50px;
    float: none;
    display: block;
    font-size: 0.778em;
}

.minicart-wrap .cart_list .mini_cart_item dt,
.widget_shopping_cart_content .cart_list .mini_cart_item dt {
    float: left;
    clear: none;
}

.minicart-wrap .cart_list .mini_cart_item dd,
.widget_shopping_cart_content .cart_list .mini_cart_item dd,
{
    float: none;
    display: block;
    /* margin-left: 45px; */
    margin-bottom: 0;
    clear: none;
}

.minicart-wrap .cart_list .mini_cart_item p,
.widget_shopping_cart_content .cart_list .mini_cart_item p {
    margin: 0;
}

.minicart-wrap .total,
.widget_shopping_cart_content .total {
    font-size: 1em;
    margin: 15px 0;
    overflow: hidden;
}

.minicart-wrap .total strong {
    font-weight: 600;
    margin: 6px 0;
    display: inline-block;
}

.minicart-wrap .total > span,
.widget_shopping_cart_content .total > span {
    color: #ffb332;
    float: right;
    font-weight: bold;
    font-size: 1.500em;
}

.minicart-wrap .buttons,
.widget_shopping_cart_content .buttons {
    margin: 0 0 0;
}

.minicart-wrap .buttons a.button, .widget_shopping_cart_content a.button {
    font-size: 12px;
    background: #4b4b4b;
    color: #fff;
    font-weight: normal;
    /* border-radius: 5px 5px 0 0; */
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.minicart-wrap .buttons a.checkout, .widget_shopping_cart_content a.checkout {
    background: #ffb332;
    /* border-radius: 0 0 5px 5px; */
    margin-bottom: 0;
}


/*------------------------------------------------------------------
[3. Body ]
*/


/*------------------------------------------------------------------
[3.1 Gallery widget ]
*/

.gallery-module {
    margin: -4px;
}

.gallery-module .item {
    padding: 4px;
    text-align: center;
}

.gallery-module .item a {
    display: block;
    position: relative;
}

.gallery-module .item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.gallery-module .item a:hover:after {
    opacity: 1;
    visibility: visible;
}

.gallery-module .item img {
    vertical-align: bottom;
}


/*------------------------------------------------------------------
[3.2 Contact row ]
*/

.contact-row {
    margin: 25px 0;
    padding-left: 45px;
    position: relative;
}

.contact-row.t2 {
    margin: 25px 0;
}

.contact-row .icon {
    float: left;
    font-size: 1.8em;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    text-align: center;
}

.contact-row.t2 .icon {
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.contact-row .icon i {
    display: block;
}

.contact-row h6 {
    text-transform: uppercase;
    margin: 0 0 5px;
    padding: 2px 0;
    font-size: 1.143em;
}

.contact-row p {
    font-size: 12px;
    line-height: 2.000em;
    margin: 0 0 0;
}

.contact-row.t2 p {
    line-height: 1.286em;
}


/*------------------------------------------------------------------
[3.3 Default widgets ]
*/

.widget {}

.widget select {
    max-width: 100%;
}

.widget-title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.widget-title:after,
.heading-decor-t2:after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    background: #f8b334;
    margin-top: 20px;
}

.site-footer .widget_nav_menu .widget-title {}

.site-footer .widget_nav_menu ul {}

#menu-footer-menu-2 {
    margin-top: 78px;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_rss ul {
    background: none;
    color: inherit;
    padding: 0;
    margin: 0;
    font-family: "Oswald";
}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_rss li {
    padding: 5px 0px;
    border: none;
    display: block;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a {}

.searchform {
    border: 1px solid #e7e7e7;
    color: #b8b8b8;
    font-size: 12px;
    background: #fff;
    font-family: "Oswald";
    font-weight: 300;
}

.site-content .searchform {
    margin-bottom: 40px;
}

.searchform .searchsubmit {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: none;
    border: none;
    padding: 0;
    color: inherit;
}

.searchform .searchsubmit i {
    vertical-align: middle;
    display: block;
}

.searchform div {
    margin-right: 40px;
}

.searchform .input {
    background: transparent;
    border: none;
    color: inherit;
    font-size: 1em;
    padding: 0 15px;
    line-height: 30px;
    width: 100%;
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #4b4b4b;
    background: rgba(75, 75, 75, 0.8);
    color: #fff;
    display: none;
}

.site-dark .search-popup {
    color: #fff;
    background: #000;
}

.admin-bar .search-popup {
    /* top: 102px; */
}

.search-popup .close {
    position: absolute;
    top: 100px;
    right: 25px;
    font-size: 25px;
    cursor: pointer;
}

.admin-bar .search-popup .close {
    top: 130px;
}

.search-popup .centered-container {
    width: 100% !important;
    max-width: 540px;
}

.search-popup .searchform {
    border: 1px solid;
    overflow: hidden;
    color: #fff;
    background: transparent;
    font-size: 16px;
}

.search-popup .searchform div {
    margin-right: 50px;
}

.search-popup .searchform .searchsubmit {
    float: right;
    background: none;
    border: none;
    line-height: 48px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    padding: 0;
    font-size: 21px;
    color: inherit;
}

.search-popup .searchform .input {
    width: 100%;
    border: none;
    padding: 0 20px;
    line-height: 48px;
    height: 48px;
    background: transparent;
    color: inherit;
}


/*------------------------------------------------------------------
[3.4 Portfolio ]
*/

.portfolio-items {
    color: #fff;
	text-align: center;
}

.portfolio-items.space-off {
    margin: 0;
}

.portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-items.space-off .portfolio-item {
    padding: 0;
    margin: 0;
}

.portfolio-item .a-img {
    position: relative;
    z-index: 1;
}

.portfolio-item .a-img img {
    display: block;
}

.portfolio-item .a-img div {
    padding-bottom: 50%;
	
    background-size: cover;
    background-position: 50%;
}

.portfolio-item .content {}

.portfolio_hover_type_1 .portfolio-item .content,
.portfolio_hover_type_2 .portfolio-item .content,
.portfolio_hover_type_3 .portfolio-item .content,
.portfolio_hover_type_4 .portfolio-item .content,
.portfolio_hover_type_5 .portfolio-item .content {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 15px;
    overflow: hidden;
    z-index: 1;
}

.portfolio_hover_type_1.space-off .portfolio-item .content,
.portfolio_hover_type_2.space-off .portfolio-item .content,
.portfolio_hover_type_3.space-off .portfolio-item .content,
.portfolio_hover_type_4.space-off .portfolio-item .content,
.portfolio_hover_type_5.space-off .portfolio-item .content,
.portfolio_hover_type_6.space-off .portfolio-item .content {
    left: 0;
    right: 0;
}

.portfolio-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.portfolio_hover_type_1 .portfolio-item h5 {
    position: absolute;
    margin: 0;
    bottom: 25px;
    z-index: 2;
    font-size: 1.286em;
    text-transform: uppercase;
    background: #f8b334;
    color: #fff;
    padding: 5px 30px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -moz-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -webkit-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
}

.portfolio_hover_type_1 .portfolio-item h5 span,
.portfolio_hover_type_2 .portfolio-item h5 span,
.portfolio_hover_type_3 .portfolio-item h5 span {
    display: table-cell;
    height: 45px;
    vertical-align: middle;
}

.portfolio_hover_type_1 .portfolio-item:hover h5 {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.portfolio-item p {
    font-family: "Oswald";
    font-weight: 300;
    line-height: 1.714em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.portfolio_hover_type_1 .portfolio-item p,
.portfolio_hover_type_2 .portfolio-item p,
.portfolio_hover_type_3 .portfolio-item p,
.portfolio_hover_type_4 .portfolio-item p,
.portfolio_hover_type_5 .portfolio-item p,
.portfolio_hover_type_8 .portfolio-item p,
.portfolio_hover_type_9 .portfolio-item p {
    display: none;
}

.portfolio_hover_type_2 .portfolio-item h5 {
    position: absolute;
    margin: 0;
    top: 50%;
    width: 100%;
    z-index: 2;
    font-size: 1.286em;
    text-transform: uppercase;
    background: #f8b334;
    background: rgba(248, 179, 52, 0.9);
    color: #fff;
    padding: 17px 30px;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.portfolio_hover_type_2 .portfolio-item h5 span {
    width: 1500px;
    height: 50px;
}

.portfolio_hover_type_2 .portfolio-item:hover h5 {
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.portfolio_hover_type_3 .portfolio-item h5 {
    position: absolute;
    margin: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    font-size: 1.286em;
    text-transform: uppercase;
    background: #f8b334;
    background: rgba(248, 179, 52, 0.9);
    color: #fff;
    padding: 5px 30px;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -moz-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    -webkit-transform: translate(0%, 100%);
    -o-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
}

.portfolio_hover_type_3 .portfolio-item h5 span {
    width: 1500px;
}

.portfolio_hover_type_3 .portfolio-item:hover h5 {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.portfolio_hover_type_4 .portfolio-item .content {
    background: #f8b334;
    background: rgba(248, 179, 52, 0.9);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

.portfolio_hover_type_4 .portfolio-item:hover .content {
    opacity: 1;
    visibility: visible;
}

.portfolio_hover_type_4 .portfolio-item:hover .content {}

.portfolio_hover_type_4 .portfolio-item h5 {
    position: absolute;
    margin: 0;
    top: 50%;
    width: 100%;
    z-index: 2;
    font-size: 1.286em;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.portfolio_hover_type_4 .portfolio-item h5:after {
    content: "\e900";
    display: block;
    font-family: 'wave-icon';
    margin-top: 15px;
    vertical-align: top;
    line-height: 1em;
    font-size: 7px;
}

.portfolio_hover_type_5 .portfolio-item:hover .content {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.portfolio_hover_type_5 .portfolio-item .content {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio_hover_type_5 .portfolio-item h5 {
    position: absolute;
    margin: 0;
    top: 20px;
    left: 40px;
    padding: 9px 0;
    padding-right: 15px;
    z-index: 2;
    font-size: 1.286em;
    text-transform: uppercase;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -moz-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -webkit-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
    opacity: 0;
    visibility: hidden;
}

.portfolio_hover_type_5 .portfolio-item:hover h5 {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
    visibility: visible;
}

.portfolio_hover_type_5 .portfolio-item h5:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    background: #f8b334;
    width: 90px;
}

.portfolio_hover_type_5 .portfolio-item h5 span {
    position: relative;
    z-index: 1;
}

.portfolio_hover_type_6 .portfolio-item:before {
    content: "";
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 15px;
    overflow: hidden;
    z-index: 2;
}

.portfolio_hover_type_6 .portfolio-item:hover:before {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.portfolio_hover_type_6.space-off .portfolio-item:before {
    left: 0;
    right: 0;
}

.portfolio_hover_type_6 .portfolio-item .content {
    position: absolute;
    top: 25px;
    text-align: left;
    z-index: 2;
    left: 20px;
    right: 30px;
}

.portfolio_hover_type_6 .portfolio-item .content {
    left: 45px;
}

.portfolio_hover_type_6.space-off .portfolio-item .content {
    left: 30px;
}

.portfolio_hover_type_6 .portfolio-item h5 {
    position: relative;
    margin: 0;
    z-index: 2;
    font-size: 1.286em;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.portfolio_hover_type_6 .portfolio-item:hover h5 {
    opacity: 1;
    visibility: visible;
}

.portfolio_hover_type_6 .portfolio-item h5:after {
    content: "\e900";
    display: block;
    font-family: 'wave-icon';
    margin-top: 15px;
    vertical-align: top;
    line-height: 1em;
    font-size: 7px;
    color: #ffb332;
}

.portfolio_hover_type_6 .portfolio-item h5 span {
    position: relative;
    z-index: 1;
}

.portfolio_hover_type_6 .portfolio-item p {
    margin: 10px 0 0;
}

.portfolio_hover_type_6 .portfolio-item:hover p {
    opacity: 1;
    visibility: visible;
}

.portfolio_hover_type_7 .portfolio-item:before {
    content: "";
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 15px;
    overflow: hidden;
    z-index: 2;
}

.portfolio_hover_type_7 .portfolio-item:hover:before {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.portfolio_hover_type_7.space-off .portfolio-item:before {
    left: 0;
    right: 0;
}

.portfolio_hover_type_7 .portfolio-item .content {
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 2;
    left: 20px;
    right: 20px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.portfolio_hover_type_7 .portfolio-item h5 {
    position: relative;
    margin: 0;
    z-index: 2;
    font-size: 1.286em;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.portfolio_hover_type_7 .portfolio-item:hover h5 {
    opacity: 1;
    visibility: visible;
}

.portfolio_hover_type_7 .portfolio-item h5:after {
    content: "\e900";
    display: block;
    font-family: 'wave-icon';
    margin-top: 15px;
    vertical-align: top;
    line-height: 1em;
    font-size: 7px;
    color: #ffb332;
}

.portfolio_hover_type_7 .portfolio-item h5 span {
    position: relative;
    z-index: 1;
}

.portfolio_hover_type_7 .portfolio-item p {
    margin: 10px 0 0;
}

.portfolio_hover_type_7 .portfolio-item:hover p {
    opacity: 1;
    visibility: visible;
}

.portfolio_hover_type_8 .portfolio-item:before {
    content: "";
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 35px;
    left: 50px;
    bottom: 35px;
    right: 50px;
    overflow: hidden;
    z-index: 2;
    border: 1px solid #e79733;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
}

.portfolio_hover_type_8 .portfolio-item:hover:before {
    opacity: 1;
    visibility: visible;
}

.portfolio_hover_type_8.space-off .portfolio-item:before {
    left: 35px;
    right: 35px;
}

.portfolio_hover_type_8 .portfolio-item .content {
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 2;
    left: 65px;
    right: 65px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    color: #4b4b4b;
}

.portfolio_hover_type_8.space-off .portfolio-item .content {
    left: 50px;
    right: 50px;
}

.portfolio_hover_type_8 .portfolio-item h5 {
    position: relative;
    margin: 0;
    z-index: 2;
    font-size: 1.286em;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.portfolio_hover_type_8 .portfolio-item:hover h5 {
    opacity: 1;
    visibility: visible;
}

.portfolio_hover_type_8 .portfolio-item h5 span {
    position: relative;
    z-index: 1;
}

.portfolio_hover_type_9 .portfolio-item:before {
    content: "";
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 35px;
    left: 50px;
    bottom: 35px;
    right: 50px;
    overflow: hidden;
    z-index: 2;
    border: 1px solid #e79733;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
}

.portfolio_hover_type_9 .portfolio-item:hover:before {
    opacity: 1;
    visibility: visible;
}

.portfolio_hover_type_9.space-off .portfolio-item:before {
    left: 35px;
    right: 35px;
}

.portfolio_hover_type_9 .portfolio-item .content {
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 2;
    left: 65px;
    right: 65px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    color: #fff;
}

.portfolio_hover_type_9.space-off .portfolio-item .content {
    left: 50px;
    right: 50px;
}

.portfolio_hover_type_9 .portfolio-item h5 {
    position: relative;
    margin: 0;
    z-index: 2;
    font-size: 1.286em;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.portfolio_hover_type_9 .portfolio-item:hover h5 {
    opacity: 1;
    visibility: visible;
}

.portfolio_hover_type_9 .portfolio-item h5 span {
    position: relative;
    z-index: 1;
}

.load-items-area {
    display: none !important;
}

.load-button {
    margin: 0 0 30px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px;
}

.blog-items + .load-button {
    margin: 30px 0;
    padding: 0;
}

.portfolio-items + .load-button {
    padding: 0;
    margin: 0;
}

.portfolio-items.space-on + .load-button {
    margin-bottom: 30px;
}

.portfolio-items + .load-button a {
}


/*------------------------------------------------------------------
[3.5 Projects slider ]
*/

.projects-slider {
    font-family: "Oswald";
    min-height: 600px;
}

.projects-slider.style2 {
    height: 600px !important;
}

.projects-slider.style3 {
    height: auto !important;
}

.projects-content {
    width: 275px;
    float: left;
    position: relative;
    z-index: 2;
}

.style2 .projects-content {
    width: 475px;
    width: 42%;
}

.style2 .projects-content:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 190px;
    height: 430px;
    background: #000;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    opacity: 0.05;
}

.projects-content .cell {
    padding: 15px 0;
    width: 1324px;
}

.style2 .projects-content .cell {
    height: 600px !important;
}

.projects-content .heading-decor {}

.style2 .projects-content .heading-decor {
    margin-top: -55px;
}

.projects-content .num-nav {
    max-width: 190px;
}

.projects-slider.style3 .num-nav {
    max-width: 260px;
    margin-bottom: 10px;
}

.projects-content .num-nav .owl-item:last-of-type,
.project-content .num-nav .owl-item:last-of-type,
.product-carousel-side .num-nav .owl-item:last-of-type {
    margin-right: 0 !important;
}

.projects-content .num-nav .owl-prev,
.projects-content .num-nav .owl-next,
.project-content .num-nav .owl-prev,
.project-content .num-nav .owl-next,
.product-carousel-side .num-nav .owl-prev,
.product-carousel-side .num-nav .owl-next {
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 0.7em;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.projects-content .num-nav .owl-prev.disabled,
.projects-content .num-nav .owl-next.disabled,
.project-content .num-nav .owl-prev.disabled,
.project-content .num-nav .owl-next.disabled,
.product-carousel-side .num-nav .owl-prev.disabled,
.product-carousel-side .num-nav .owl-next.disabled {
    opacity: 0;
}

.projects-content .num-nav .owl-prev,
.project-content .num-nav .owl-prev,
.product-carousel-side .num-nav .owl-prev {
    left: -20px;
}

.projects-content .num-nav .owl-next,
.project-content .num-nav .owl-next,
.product-carousel-side .num-nav .owl-next {
    right: -20px;
}

.projects-content .num-nav .item,
.project-content .num-nav .item,
.product-carousel-side .num-nav .item {
    opacity: 0.2;
    font-size: 1.286em;
    font-weight: lighter;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.projects-content .num-nav .active-item .item,
.project-content .num-nav .active-item .item,
.product-carousel-side .num-nav .active-item .item {
    opacity: 1;
    border-bottom-color: #f8e382;
}

.projects-content .current-num {
    font-size: 14.286em;
    line-height: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
}

.project-heading-area {
    position: relative;
    padding: 45px 0;
}

.project-heading-area .current-num {
    font-size: 5.143em;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0.2;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.projects-slider .fadeOut {
    opacity: 0 !important;
    visibility: hidden;
}

.projects-content .project-heading {
    background: #f8b334;
    color: #fff;
    font-size: 2.571em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
    padding: 25px 0 25px 1000px;
    margin: 20px 0 15px;
    margin-left: -1000px;
    margin-right: -120px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-heading-area .project-heading {
    padding: 0 0 0 50px;
    margin: 0;
    background: none !important;
    color: inherit;
}

.projects-content .project-desc {
    font-weight: 300;
    line-height: 1.714em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.style2 .projects-content .project-desc {
    border-bottom: 2px solid #f8b334;
    max-width: 350px;
    padding-bottom: 30px;
}

.project-read-more {
    margin-top: 85px;
}

.project-content .project-read-more {
    color: #f8b334;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    top: 85px;
    right: -15px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.project-content .project-read-more a {
    text-decoration: none;
}

.project-content .project-read-more a i {
    font-size: 10px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    margin-right: 3px;
}

.all-button {
    position: relative;
    font-family: "Oswald";
}

.all-button.right {
    text-align: right;
}

.all-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1030px;
    width: 1000px;
    height: 2px;
    background: #feb539;
    margin-top: -1px;
    opacity: .5;
}

.all-button.right:before {
    right: -1030px;
    left: auto;
}

.projects-content .all-button {
    margin-top: 25px;
}

.all-button a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    opacity: .2;
}

.all-button a:hover {
    opacity: 1 !important;
}

.all-button i {
    margin-left: 7px;
    font-size: 0.8em;
    vertical-align: middle;
    display: inline-block;
    margin-top: -0.3em;
}

.project-items-area {
    margin-left: 300px;
}

.style2 .project-items-area {
    margin-left: 42%;
}

.project-items {
    float: left;
    /* width: auto !important; */
    overflow: hidden;
    min-height: 600px;
}

.projects-slider.style3 .project-items {
    width: 100%;
    float: none;
    height: 480px !important;
    min-height: 550px;
    overflow: visible;
}

.project-items .owl-nav {
    display: none;
}

.style3 .project-items .owl-nav {
    display: block;
    position: absolute;
    right: -10px;
    bottom: -45px;
}

.style2 .project-items .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -250px;
}

.project-items .owl-nav > div {
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-items .owl-nav > div.disabled {
    opacity: 0;
}

.style2 .project-items,
.style2 .project-items .item {
    max-height: 600px;
}

.project-items .owl-item {
    overflow: hidden;
}

.project-items .item {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.projects-slider.style3 .project-items .item {
    height: 550px !important;
}

.projects-slider.style3 .project-items .item .button-style2 {
    display: none;
}

.project-items .active + .active .item .img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: blur(10px);
}

.project-items .img {
    background-size: cover;
    background-position: 50%;
    min-height: 550px;
}

.projects-slider.style3 .project-items .img {
    min-height: 499px;
    height: 550px !important;
}

.style2 .project-items .img {
    max-height: 430px;
    min-height: auto;
    position: relative;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.project-items .next-slide {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.714em;
    color: #fff;
    font-family: "Oswald";
    text-transform: uppercase;
    font-weight: 300;
    white-space: nowrap;
    width: 90px;
    cursor: pointer;
}

.style2 .project-items .next-slide {
    display: none;
}

.project-items .active + .active .next-slide {
    opacity: 1;
    visibility: visible;
}

.project-items .next-slide div {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: rotate(-90deg) translate(-50%, -50%);
    -ms-transform: rotate(-90deg) translate(-50%, -50%);
    -webkit-transform: rotate(-90deg) translate(-50%, -50%);
    -o-transform: rotate(-90deg) translate(-50%, -50%);
    transform: rotate(-90deg) translate(-50%, -50%);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.project-items .thumbnails {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.project-items .thumbnails .thumb {
    display: inline-block;
    width: 55px;
    height: 55px;
    background-size: cover;
    background-position: 50%;
    margin-left: 15px;
    border-radius: 50%;
    opacity: 0.6;
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.style2 .project-items .thumbnails .thumb,
.style3 .project-items .thumbnails .thumb {
    width: 10px;
    height: 10px;
    background-image: none !important;
    background: #fff;
    opacity: 1;
    box-shadow: none !important;
}

.style2 .project-items .thumbnails .thumb.active,
.style3 .project-items .thumbnails .thumb.active {
    background: #f8b334;
}

.project-items .thumbnails .thumb:not(.active):hover {
    opacity: .8;
}

.project-items .thumbnails .thumb.active {
    box-shadow: inset 0 0 0 3px #fff;
    opacity: 1;
}

.project-items .button-style2 {
    position: absolute;
    left: 0;
    bottom: 25px;
    background: #fff;
    color: #4b4b4b;
    font-weight: 400;
}

.style2 .project-items .button-style2 {
    display: none;
}

.project-items .active + .active .button-style2 {
    opacity: 0;
    visibility: hidden;
}

.project-items .button-style2:hover {
    background: #4b4b4b;
    color: #fff;
}

.separator {
    color: #ffb332;
    font-size: 10px;
}

.project-content {
    margin-top: 20px;
    margin-bottom: 45px;
}

.project-content .current-num {
    float: left;
    font-size: 7.143em;
    font-weight: bold;
    opacity: .2;
    line-height: 100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-content .project-heading {
    padding-left: 110px;
    font-size: 3.429em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-content .project-heading span {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}

.project-content .date {
    color: #f8b53a;
    font-weight: 600;
    font-size: 10px;
    font-style: italic;
    margin: 6px 0 25px;
    font-family: "Montserrat";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-content .project-desc {
    padding-right: 40px;
    max-width: 480px;
    line-height: 1.714em;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-content .project-desc:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 350px;
    height: 2px;
    background: #f8b334;
    margin-top: 20px;
}

.project-content .read-more-link {}

.project-content .read-more-link i {}


/*------------------------------------------------------------------
[3.5 Filter buttons ]
*/

.filter-button-group,
.category-buttons {
	text-align: center;
}

.filter-button-group button,
.filter-button-group a,
.category-buttons a {
    border: none;
    background: none;
    color: inherit;
    padding: 0 0;
    text-decoration: none;
    line-height: normal;
    font-size: 1.286em;
    color: inherit;
    text-transform: uppercase;
    font-family: "Oswald";
    font-weight: 300;
	margin-top: 20px;
	margin-bottom: 20px;
    opacity: .5;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}

.filter-button-group.tac button,
.filter-button-group.tac a,
.category-buttons.tac a {
}

.filter-button-group.tal button:not(:last-of-type),
.filter-button-group.tal a:not(:last-of-type),
.category-buttons.tal a:not(:last-of-type) {
    margin-right: 30px;
}

.filter-button-group.tar button:not(:first-of-type),
.filter-button-group.tar a:not(:first-of-type),
.category-buttons.tar a:not(:first-of-type) {
    margin-left: 30px;
}

.filter-button-group button.active,
.filter-button-group a.active,
.category-buttons a.active {
    opacity: 1;
}

.filter-button-group button:not(.active):hover,
.category-buttons a:not(.active):hover {
    color: inherit;
}


/*------------------------------------------------------------------
[3.6 Pagination ]
*/

.pagination {
    margin: 30px -5px;
    padding: 0;
}

.pagination > span,
.pagination > a {
    display: inline-block;
    vertical-align: middle;
    min-width: 35px;
    line-height: 35px;
    height: 35px;
    border: 1px solid;
    text-align: center;
    margin: 0 5px;
}

.pagination .current {
    border-color: #f8b335;
}

.pagination i {
    display: block;
    line-height: 33px;
}

.pagination a {
    text-decoration: none;
}


/*------------------------------------------------------------------
[3.7 Banner ]
*/

.banner-area {
    position: relative;
}

.banner-area .nav {
    position: absolute;
    bottom: 15px;
    right: 60px;
    z-index: 1;
    color: #fff;
    padding: 0 18px 0 0;
}

.banner-area .nav > *,
.banner-area .nav .owl-dot,
.banner-area .nav .owl-prev,
.banner-area .nav .owl-next {
    display: inline-block;
    vertical-align: middle;
}

.banner-area .nav .owl-prev,
.banner-area .nav .owl-next {
    color: #f8b335;
    font-size: 10px;
    cursor: pointer;
}

.banner-area .nav .owl-prev {
    margin-right: 7px;
}

.banner-area .nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
}

.banner-area .nav .owl-prev span,
.banner-area .nav .owl-next span {
    display: none;
}

.banner-area .nav .owl-dot {
    font-size: 12px;
    font-family: "Oswald";
    font-weight: bold;
    margin: 0 5px;
    opacity: 0.3;
    cursor: pointer;
}

.banner-area .nav .owl-dot.active {
    opacity: 1;
}

.banner {
    font-family: "Oswald";
    height: 100vh;
    min-height: 650px;
    position: relative;
}

.banner-social-buttons {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    z-index: 2;
    white-space: nowrap;
    font-size: 10px;
    font-family: "Oswald";
    text-transform: uppercase;
}

.banner-social-buttons > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.banner-social-buttons a {
    display: inline-block;
    text-decoration: none;
    margin: 0 15px;
    /* opacity: 0.5; */
}

.banner-social-buttons a:hover {
    opacity: 1;
    color: #ffb332;
}

.banner-social-buttons a i {
    margin-right: 5px;
    display: inline-block;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(-90deg);
    font-size: 1.3em;
}

.scroll-next-screen {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 16px;
    height: 30px;
    border: 2px solid;
    color: #f8e382;
    z-index: 10;
    border-radius: 9px;
    margin-left: -8px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll-next-screen:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 4px;
    left: 50%;
    top: 4px;
    margin-left: -1px;
    box-shadow: inset 0 0 0 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: auto;
}

.scroll-next-screen:hover {
    bottom: 15px;
}

.banner .item {
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    position: relative;
    min-height: 650px;
}

.banner .item.black {}

.banner .item.content-align-left {}

.banner .item.white {
    color: #fff;
}

.banner .item.parallax-enable {}

.banner .item .container {}

.banner .item .circle {
    position: absolute;
    width: 530px;
    height: 530px;
    border-radius: 50%;
    z-index: 1;
    right: 0;
}

.banner-type2 .item .circle {
    background: #e0e0e0;
    width: 880px;
    height: 880px;
    bottom: -565px;
    right: -70px;
    z-index: 2;
}

.banner .item .circle.top {}

.banner .item .circle.middle {
    top: 50%;
    left: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(-50%, -50%);
}

.banner .item .circle.bottom {}

.banner .additional-image {
    position: absolute;
    top: 2%;
    bottom: 2%;
    right: 0;
    left: auto;
    z-index: 2;
    text-align: center;
    float: right;
}

.banner-type2 .additional-image {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner .fadeOut {
    opacity: 0;
    visibility: hidden;
}

.banner .content-align-right .additional-image {
    left: 0;
    right: auto;
}

.banner .item .additional-image img {
    max-height: 100%;
    max-width: none;
    height: auto;
    width: auto;
    position: relative;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    /* display: block; */
    /* float: right; */
    z-index: 2;
}

.banner .item .lines {
    position: absolute;
    top: -60%;
    right: 0;
    bottom: -10%;
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: 450px;
    z-index: 1;
}

.banner-type2 .item .lines {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner-type2 .item .lines.fade {
    right: -800px;
}

.banner .item .lines > div {
    width: 90px;
    height: 100%;
    float: left;
    width: 450px;
    position: absolute;
}

.banner .item .line1 {}

.banner .item .line2 {
    left: 90px;
    z-index: 1;
}

.banner .item .line3 {
    left: 180px;
    z-index: 3;
}

.banner .item .line4 {
    left: 270px;
    z-index: 4;
}

.banner .item .line5 {
    left: 360px;
    z-index: 5;
    width: 1000px !important;
}

.banner .item .content-right {
    margin-left: 50%;
}

.banner .item .cell {
    position: relative;
    z-index: 3;
    height: 100vh;
}

.banner .item .heading-decor {
    margin: 0 0 20px;
    position: relative;
}

.banner .item .sub-h {
    text-transform: uppercase;
    font-weight: 300;
    opacity: .5;
}

.banner-404 .item .sub-h,
.banner .item .sub-h {
    opacity: 1;
}

.banner .item .h {
    line-height: 1em;
    position: relative;
}

.banner-coming-soon .item .h {
    font-size: 6.429em;
    margin-bottom: 25px;
}

.banner .h span {
    color: #feb332;
}

.banner .h-items {
    margin-top: -10px;
}

.banner .h-item {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 4.286em;
    line-height: 1.200em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
}

.banner .h-item.active {
    color: #f8b334;
    font-size: 7.143em;
}

.banner-type2 .all-button {
    margin-top: 30px;
}

.banner .item .text {
    font-size: 1.286em;
    font-weight: 300;
    margin: 25px 0;
    position: relative;
}

.banner .item .link-area {
    position: relative;
    margin-top: 30px;
}

.banner .item .button-style1 {}

.banner .item .button-style1 + .button-style1 {
    margin-left: 10px;
}

.banner .item .link1 {}

.banner .item .link2 {}

.banner .item .link2:hover {
    background: #feb333 !important;
    color: #fff !important;
}

.banner .owl-nav {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Oswald";
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.banner .owl-nav i {
    font-size: 0.8em;
    vertical-align: middle;
    display: inline-block;
    margin-top: -.2em;
}

.banner .owl-prev,
.banner .owl-next {
    opacity: .5
}

.banner .owl-prev:hover,
.banner .owl-next:hover {
    opacity: 1;
}

.banner .owl-prev {
    margin-bottom: 6px;
}

.banner .owl-prev i {
    margin-right: 5px;
}

.banner .owl-next {}

.banner .owl-next i {
    margin-left: 5px;
}


/*------------------------------------------------------------------
[3.12 Blog ]
*/

.blog-items {
    margin: 25px -15px 30px;
}

.search-items {
    margin: 25px 0px 30px;
}

.filter-button-group + .blog-items {
    margin-top: -15px;
}

.blog-items .owl-nav {
    position: absolute;
    top: -25px;
    right: 10px;
}

.blog-items .owl-nav > * {
    display: inline-block;
    margin: 0 5px;
}

.blog-items .owl-nav i {}

.blog-items.owl-carousel {
    margin: 0 -15px !important;
    width: auto !important;
}

.blog-item {
    margin-bottom: 0;
    padding: 15px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.blog-item.search {
    border-bottom: 1px solid #feb333;
    padding: 10px 0;
}

.blog-item.sticky {
    background: #eee;
}

.blog-item.unit {
    margin-bottom: 15px;
    border-bottom: 2px solid #f8b335;
    padding-bottom: 30px;
}

.blog-item:not(.unit):hover {
    background: #f8b53a;
    color: #fff;
}

.blog-item.search:hover {
    background: none;
    color: inherit;
}

.blog-item.sticky .wrap {
}

.blog-item .wrap {
    position: relative;
}

.site-dark .blog-item .wrap {
    background: #111111;
}

.blog-type-horizontal .blog-item .wrap {
    overflow: hidden;
}

.blog-item .category {
    font-size: 10px;
    color: #674da8;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.blog-item .category a {
    text-decoration: none;
}

.blog-item .img {
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-type-horizontal .blog-item .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 300px;
    bottom: 0;
    max-height: 600px;
    margin: 0;
}

.blog-item.unit .img {
    right: 600px;
}

.blog-item .img a {
    display: block;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.blog-type-horizontal .blog-item .img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.blog-item .img img {
    width: 100%;
    display: block;
}

.blog-type-grid .blog-item .img a {
    padding-bottom: 60%;
}

.blog-item .content {
    /* padding: 20px 35px 0; */
}

.blog-item .img + .content {
    border-top: 2px solid #f8b53a;
    padding: 10px 0 0;
}

.blog-item:hover .img + .content {
    border-color: inherit;
}

.blog-item .content .button-style2 {
    margin-top: 15px;
}

.blog-type-horizontal .blog-item.with-image .content {
    float: right;
    max-width: 268px;
    width: 100%;
    padding: 0;
    border: none;
}

.blog-item.with-image.unit .content {
    max-width: 570px;
}

.blog-item .content h5 {
    font-weight: 500;
    margin: 10px 0;
    text-transform: uppercase;
}

.blog-item.search .content h5 {
    min-height: auto !important;
    height:  auto !important;
}

.blog-type-horizontal .blog-item .content h5 {
    border-left: 2px solid #f8b53a;
    padding-left: 15px;
    padding-bottom: 3px;
    line-height: 1em;
    margin: 15px 0;
    margin-left: -17px;
    min-height: 75px;
}

.blog-item.unit .content h5 {
    height: auto !important;
    min-height: auto;
}

.blog-type-horizontal .blog-item:hover .content h5 {
    border-color: #fff;
}

.blog-item .date, .blog-type-horizontal .blog-item .date {
    font-style: italic;
    font-size: 10px;
    color: #f8b53a;
    font-weight: 600;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-type-horizontal .blog-item .date {
    margin: 0 0 10px;
    float: none;
}

.blog-item:hover .date,
.blog-item:hover .read-more-link {
    color: inherit !important;
    opacity: 1;
}

.blog-item .read-more-link {
    float: right;
}

.read-more-link {
    text-decoration: none;
    font-family: "Oswald";
    text-transform: uppercase;
    font-size: 10px;
    opacity: .5;
}

.read-more-link:hover {
    opacity: 1;
}

.read-more-link:after {
    content: "\e986";
    font-family: 'material-design' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.7em;
    vertical-align: middle;
    display: inline-block;
    margin-left: 1em;
    margin-top: -0.4em;
}

.blog-item .date div,
.project-horizontal .content .date div {
    display: inline-block;
    margin-right: 10px;
}

.blog-item .content p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.714em;
    font-weight: 400;
}

.blog-item .bottom {
    overflow: hidden;
    text-align: center;
    padding-top: 15px;
}

.site-dark .blog-item .bottom {
    border-top-color: #191919;
}

.blog-type-horizontal .blog-item .bottom {
    max-width: 475px;
    text-align: left;
    width: 100%;
    padding: 0;
}

.blog-type-horizontal .blog-item .read-more-link {
    float: none;
}

.blog-item .bottom .col {
    float: left;
    width: 50%;
    padding: 16px 0;
}

.blog-item .bottom .col i {
    color: #c48f56;
    vertical-align: middle;
    font-size: 1.2em;
    margin-right: 5px;
}

.blog-item .bottom .col a,
.blog-item .bottom .col span {
    text-decoration: none;
    vertical-align: middle;
}


/*------------------------------------------------------------------
[ 3.13 Countdown ]
*/

.countdownHolder {
    margin: 0 auto 25px;
    font-weight: 300;
    text-align: center;
}

.countdownHolder.medium {
    margin-bottom: 30px;
}

.countdownHolder > * {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.countdownHolder > *:not(:last-of-type) {
    margin: 0 65px 0 0;
}

.countdownHolder .position {
    display: inline-block;
    height: 1em;
    overflow: hidden;
    position: relative;
    width: 0.56em;
    font-size: 4.286em;
    margin: 0 -0.02em;
    font-weight: 300;
}

.countdownHolder.medium .position {
    font-size: 6.250em;
}

.countdownHolder .digit {
    /* position: relative; */
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
    line-height: 1em;
}

.countdownHolder .name {
    display: block;
    font-size: 1.143em;
    color: #f8b334;
    text-transform: uppercase;
    margin-left: 5px;
}

.countdownHolder.medium .name {
    font-size: 1.500em;
}

.countdownHolder .digit.static {}

.countdownHolder .countDiv {
    display: none;
    width: 16px;
    height: 1.6em;
    position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #444;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    top: 0.5em;
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
    content: '';
}

.countdownHolder .countDiv:after {
    top: 0.9em;
}


/*------------------------------------------------------------------
[ 3.14 Site content ]
*/

.site-content {
    font-weight: 300;
}

.site-content .date {
    font-size: 10px;
    font-style: italic;
    color: #f8b334;
    margin: 20px 0;
    font-weight: bold;
}

.site-content .category {
    font-size: 12px;
    color: #927bca;
    margin: 20px 0;
    font-weight: 500;
    text-transform: uppercase;
}

.site-content .category a {
    text-decoration: none;
}

.post-img {
    text-align: center;
}

.adaptive-img .post-img img {
    max-height: 80vh;
    width: auto;
}

.post-content {}

.post-content p {
    line-height: 1.875em;
}

.post-bottom {
    overflow: hidden;
    padding: 20px 0;
}

.post-bottom .zilla-likes {
    float: left;
    text-decoration: none;
    background: #c48f56;
    font-size: 14px;
    padding: 5px 10px;
    color: #fff;
}

.post-bottom .zilla-likes * {
    display: inline-block;
    vertical-align: middle;
}

.post-bottom .zilla-likes i {
    margin-right: 5px;
}

.post-nav {
    float: right;
}

.post-nav a {
    text-decoration: none;
    padding: 0 0;
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0;
    font-family: "Oswald";
    line-height: 1em;
}

.post-nav a + a {
    padding-left: 20px;
    margin-left: 15px;
    border-left: 2px solid #f8b334;
}

.post-nav a > * {
    display: inline-block;
    vertical-align: middle;
}

.post-nav a span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}

.post-nav a i {
    margin: 0 0;
    margin-left: 10px;
    font-size: 20px;
    color: #f8b334;
}

.post-nav a i + span {
    margin-left: 10px;
}


/*------------------------------------------------------------------
[3.15 Comments ]
*/

.comment-items-wrap {
    margin-top: 35px;
    margin-bottom: 35px;
}

.comment-items {
    margin: 0;
    padding: 0;
}

.comment-items .comment-item {
    display: block;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 25px;
}

.comment-items .comment-item .comment-respond {
    margin-left: 120px;
}

.comment-items .comment-item:last-of-type {
    border-bottom: none;
}

.comment-items .comment-item .image {
    float: left;
    width: 90px;
    border-radius: 50%;
    position: relative;
}

.comment-items .comment-item .image div {
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.comment-items .comment-item .text {
    position: relative;
    min-height: 85px;
    overflow: hidden;
}

.comment-items .comment-item .image + .text {
    margin-left: 110px;
}

.comment-items .comment-item .text h6 {
    margin: 0px 0 10px;
    font-weight: 500;
    padding: 5px 0 19px 35px;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid #f8b334;
    overflow: hidden;
    position: relative;
}

.comment-items .comment-item .text h6:before {
    content: "’’";
    font-family: "Tahoma";
    color: #f8b334;
    font-size: 3.429em;
    position: absolute;
    top: 0em;
    left: 0;
    line-height: 1em;
}

.comment-items .comment-item .text .date {
    font-size: 10px;
    font-style: italic;
    color: #674da8;
    margin-bottom: 10px;
}

.comment-items .comment-item .text .content {
    line-height: 1.500em;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
}

.comment-items .comment-item .button-style4 {
    position: absolute;
    top: 4px;
    right: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Oswald";
    font-weight: bold;
    z-index: 2;
}

.comment-items .children {
    margin: 0;
    padding: 0 0 0 75px;
    border-bottom: 1px solid #eaeaea;
}

.comment-items .children:last-of-type {
    border-bottom: none;
}

.comment-items .comment-item + .children {
    margin-top: -1px;
    position: relative;
    /* overflow: hidden; */
}

.comment-items .children .comment-item {}

.comment-items .children .comment-item + .comment-item {
    margin-top: 25px;
}

.comment-items .children .comment-item:not(:first-of-type):before {
    display: none;
}

.comment-form {
    overflow: hidden;
    padding-bottom: 10px;
}

.comment-respond {
    margin-bottom: 20px;
}

.comment-item .heading-decor {
    text-align: left;
}

.comment-respond .style1 {}


/*------------------------------------------------------------------
[ 3.16 Project page ]
*/

.post-gallery-masonry {}

.post-gallery-masonry > div {
    padding-bottom: 30px;
}

.post-gallery-masonry img {
    display: block;
}

.project-slider {
    margin-bottom: 30px !important;
}

.project-slider-carousel {
    margin-bottom: 60px !important;
}

.project-slider .item {
    text-align: center;
}

.project-slider .item .cell {
    height: 590px;
    width: 1800px;
}

.project-slider .item img {
    max-height: 590px;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.project-slider-carousel .item {
    padding-bottom: 60%;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-slider-carousel .active-item .item {
    box-shadow: inset 0 0 0 2px #c38f55;
}

.project-slider .owl-prev,
.project-slider-carousel .owl-prev {
    left: 0;
}

.project-slider .owl-next,
.project-slider-carousel .owl-next {
    right: 0;
}

.project-slider .owl-prev,
.project-slider .owl-next,
.project-slider-carousel .owl-prev,
.project-slider-carousel .owl-next {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 20px;
}

.project-horizontal {
    position: relative;
    padding-left: 420px;
    min-height: 600px;
}

.project-horizontal .content {
    position: absolute;
    left: 130px;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 2;
    max-width: 600px;
}

.project-horizontal .content .date {
    max-width: 430px;
}

.project-horizontal .content .text {
    max-width: 260px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.714em;
    font-family: "Oswald";
}

.project-horizontal .content .date {
    font-family: "Oswald";
    color: #feb333;
    margin-bottom: 15px;
}

.project-horizontal-slider {}

.project-horizontal-slider img {
    width: auto;
    display: block;
    min-height: 600px;
}

.project-horizontal-slider a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.project-horizontal-slider a * {
    display: inline-block;
    vertical-align: middle;
}

.project-horizontal-slider a i {
    margin: 0 5px;
    font-size: 12px;
}

.project-horizontal-slider .owl-nav {
    position: absolute;
    bottom: -40px;
    right: 15px;
}

.project-horizontal-slider .owl-prev,
.project-horizontal-slider .owl-next {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.project-horizontal-slider .owl-stage {
    min-width: 10000000px;
}

.project-horizontal-img {
    min-height: 600px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}


/*------------------------------------------------------------------
[ 3.24 Testimonials ]
*/

.testimonials {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.testimonial-item {
    overflow: hidden;
    margin-bottom: 70px;
}

.testimonial-item .image {
    width: 140px;
    border-radius: 50%;
    float: left;
    position: relative;
}

.testimonial-mode-right .image {
    float: right;
}

.testimonial-item .image div {
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.testimonial-item .text {}

.testimonial-item .image + .text {
    margin-left: 160px;
}

.testimonial-mode-right .image + .text {
    margin-left: 0;
    margin-right: 160px;
}

.testimonial-item blockquote {
    margin-left: -80px;
}

.testimonial-item .h {
    font-size: 1.714em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Oswald";
    padding-left: 50px;
    position: relative;
    padding-bottom: 10px;
}

.testimonial-item .h:after {
    content: "";
    border-bottom: 2px solid;
    color: #feb332;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.testimonial-item .image + .text .h:after {
    left: -35px;
}

.testimonial-mode-right .image + .text .h:after {
    left: 0;
    right: -35px;
}

.testimonial-item .h:before {
    content: "’’";
    font-family: "Tahoma";
    color: #f8b334;
    font-size: 3.000em;
    position: absolute;
    top: 0em;
    left: 0;
    line-height: 1em;
}

.testimonial-item .post {
    font-size: 10px;
    font-weight: 600;
    color: #f8b53a;
    font-style: italic;
    margin: 15px 0 10px;
}

.testimonial-item .desc {
    line-height: 1.714em;
    font-weight: 300;
}

.testimonials .owl-prev,
.testimonials .owl-next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.testimonials .owl-prev {
    left: -70px;
}

.testimonials .owl-next {
    right: -70px;
}


/*------------------------------------------------------------------
[ 3.27 Product items ]
*/

.product-items {}

.product-items.owl-carousel.owl-loaded {
    margin: 30px 0;
}

.products-item {
    margin-bottom: 30px;
}

.owl-carousel .products-item {
    margin-bottom: 0;
}

.products-item .wrap {
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 15px;
    padding: 25px 15px 20px;
}

.products-item .sub-heading {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.products-item .h {
    margin: 5px 0;
}

.products-item .logo {
    background: #f5f5f5;
    height: 155px;
    position: relative;
    border-radius: 15px;
    margin: 20px 0;
}

.products-item .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.products-item .button-style2 {}

.product-items .owl-prev,
.product-items .owl-next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.product-items .owl-prev {
    left: -90px;
}

.product-items .owl-next {
    right: -90px;
}


/*------------------------------------------------------------------
[ 3.28 Team items ]
*/

.team-items {}

.team-items.owl-carousel.owl-loaded {
    margin: 30px 0;
}

.team-item {
    margin-bottom: 30px;
}

.team-items .owl-item:nth-child(even) .team-item {
    margin-top: 50px;
}

.team-items.block-style2 .owl-item:nth-child(even) .team-item {
    margin-top: 0;
}

.owl-carousel .team-item {
    margin-bottom: 0;
}

.team-item .wrap {}

.team-item .image {
    position: relative;
    margin-bottom: 20px;
}

.team-item .image > div {
    padding-bottom: 130%;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.team-item .team-social-buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 25px;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.team-item .image:hover .team-social-buttons {
    opacity: 1;
    visibility: visible;
}

.team-item .team-social-buttons:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .4;
    background: #f8b53a;
}

.team-item .team-social-buttons div {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    z-index: 2;
}

.team-item .team-social-buttons a {
    display: block;
    vertical-align: middle;
    margin: 5px 0;
    text-decoration: none;
    font-size: 12px;
    font-family: "Oswald";
    text-transform: uppercase;
}

.team-item .team-social-buttons a i {
    float: left;
    margin-top: 0.29em;
}

.team-item .team-social-buttons a span {
    text-decoration: underline;
    display: block;
    margin-left: 20px;
}

.team-item .team-social-buttons a:hover span {
    text-decoration: none;
}

.team-item .name {
    font-size: 1.714em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: "Oswald";
    border-top: 2px solid #f8b53a;
    padding-top: 11px;
}

.team-item .post {
    font-size: 10px;
    font-weight: 600;
    font-style: italic;
    color: #f8b53a;
}

.team-items .owl-nav {
    position: absolute;
    top: -40px;
    right: -5px;
}

.team-items .owl-prev,
.team-items .owl-next {
    float: left;
    margin: 0 5px;
}

.team-items .owl-prev {}

.team-items .owl-next {}


/*------------------------------------------------------------------
[ 3.30 Benefit items ]
*/

.benefit-item {
    font-family: "Oswald";
    margin: 30px 0;
}

.benefit-item .num {
    font-size: 3.429em;
    color: #f8b334;
    line-height: 1.2em;
    font-weight: 400;
}

.benefit-item .h {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.143em;
}

/*------------------------------------------------------------------
[3.15 Subscribe form ]
*/

.subscribe-form {
    max-width: 500px;
    position: relative;
}

.banner .subscribe-form {
    margin-top: -15px;
}

.tac .subscribe-form {
    margin: 0 auto;
}

.coming-soon .subscribe-form {
    margin: 0 auto;
}

.subscribe-form .ajax-loader {
    display: none !important;
}

.subscribe-form .button-style1 {
    float: right;
    width: 130px;
    position: absolute;
    top: 0;
    right: 0;
}

.subscribe-form > div {
    margin-right: 150px;
}

.subscribe-form .style1 {
    margin-bottom: 0;
    font-family: 'Montserrat';
    line-height: 38px;
}

/*------------------------------------------------------------------
[ 3.30 Map ]
*/

.map {
    height: 310px;
    border: 2px solid #f8b334;
}


/*------------------------------------------------------------------
[3.12 Skills ]
*/

.skill-item {
    margin-bottom: 45px;
}

.skill-item .icon {
    font-size: 3.5em;
    color: #feb332;
}

.skill-item .chart {
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: "Oswald";
    float: left;
}

.skill-item .chart figcaption {
    padding: 0;
    width: 158px;
    height: 158px;
    line-height: 158px;
    font-size: 2.571em;
    font-weight: bold;
}

.skill-item .chart svg {
    position: absolute;
    top: 0;
    left: 0;
}

.skill-item .chart .outer {
    fill: transparent;
    stroke: #f8b334;
    stroke-width: 7px;
    stroke-dasharray: 534;
    stroke-dashoffset: 535;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    -moz-transform: rotate(-89deg) translateX(-190px);
}

.skill-item .chart .line {
    fill: transparent;
    stroke: #dfdfdf;
    stroke-width: 7px;
    stroke-dasharray: 534;
    stroke-dashoffset: 60;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    -moz-transform: rotate(-89deg) translateX(-190px);
}

.skill-item .text {
    margin-left: 190px;
}

.skill-item .text .cell {
    height: 158px;
}

.skill-item h6 {
    text-transform: uppercase;
    margin: 10px 0;
}

.skill-item h6 a {}

.skill-item h6 a i {
    color: #feb332;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.skill-item h6:hover a i {
    margin-left: 5px;
}

.skill-item .rating-line {
    background: #dfdfdf;
    position: relative;
    font-size: 12px;
    font-family: "Oswald";
    font-weight: bold;
    margin: 15px 0;
}

.skill-item .rating-line div {
    background: #f8b334;
    color: #fff;
    text-align: right;
    height: 20px;
    line-height: 20px;
}

.skill-item .rating-line div span {
    display: inline-block;
    padding: 0 3px;
}

.skill-item p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.500em;
    margin: 0;
    max-width: 230px;
}


/*------------------------------------------------------------------
[3.12 Category item ]
*/

.category-item {
    position: relative;
    font-family: "Oswald";
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
}

.category-item.mode-right {}

.category-item .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
}

.category-item .h {
    font-size: 2.571em;
    line-height: 1em;
    font-weight: bold;
    position: absolute;
    left: 25px;
    bottom: 20px;
}

.category-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.category-item:after {
    content: "";
    display: block;
    padding-bottom: 80%;
}

/*------------------------------------------------------------------
[3.12 Category carousel ]
*/

.category-carousel {
}

.category-carousel .owl-prev,
.category-carousel .owl-next {
    position: absolute;
    top: 50%;
    color: #fff;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 20px;
}

.category-carousel .owl-prev {
    left: 9px;
}

.category-carousel .owl-next {
    right: 10px;
}

.category-carousel .item {
    /* height: 100vh; */
    min-height: 500px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    box-shadow: 0px 0px 16px 10px rgba(0, 0, 0, 0.16);
    background: #ccc;
    background-size: cover;
    background-position: 50%;
}

.category-carousel.fixed-height .item {
    min-height: auto;
}

.category-carousel .item .h {
    position: absolute;
    bottom: 75px;
    background: #f8b334;
    font-size: 3.429em;
    color: #fff;
    font-family: "Oswald";
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 30px 15px 70px;
    line-height: 1em;
    max-width: 90%;
}

.category-carousel .item .all-button {
    position: absolute;
    bottom: 40px;
    left: 70px;
    color: #fff;
}

.category-carousel .item .all-button a {
    opacity: .8;
}

/*------------------------------------------------------------------
[3.12 Products carousel ]
*/

.product-carousel {
    overflow: hidden;
    margin: 0 0 30px;
}

.product-carousel-side {
    float: left;
    width: 285px;
}

.product-carousel-side .h {
    font-size: 3.429em;
    font-family: "Oswald";
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 45px;
}

.product-carousel-side .h:after {
    content: "\e940";
    font-family: 'ui-super-basic' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 15px;
    color: #feb332;
    font-size: 0.5em;
    vertical-align: middle;
    display: inline-block;
    margin-top: -0.4em;
}

.product-carousel-side .num-nav {
    font-family: "Oswald";
    max-width: 190px;
    margin-top: 25px !important;
}

.product-carousel-side .num-nav .item {}

.product-carousel-side .num-nav .owl-prev,
.product-carousel-side .num-nav .owl-next {}

.product-carousel-side .num-nav .owl-prev {}

.product-carousel-side .num-nav .owl-next {}

.nav-buttons {
    padding: 33px 0;
    border-top: 2px solid #f8b334;
    margin-top: 35px;
}

.nav-buttons .prev,
.nav-buttons .next {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.nav-buttons .prev {
    margin-right: 10px;
}

.nav-buttons .next {}

.product-carousel .woocommerce {
    margin-left: 285px;
    overflow: hidden;
}

.product-carousel-c {}

.product-carousel-c .price {
    left: 0 !important;
}

/*------------------------------------------------------------------
[3.12 Price list ]
*/

.price-list {}

.price-list .item {
    margin-bottom: 30px;
    color: #4b4b4b;
}

.price-list.owl-carousel .item {
    margin-bottom: 0;
}

.price-list .item .wrap {
    background: #fff;
    padding: 25px 25px;
    border: 1px solid #feb332;
}

.price-list .item .h {
    margin: 0;
    text-transform: uppercase;
}

.price-list .item .price {
    color: #f8b334;
    font-weight: bold;
    font-family: "Oswald";
    font-size: 2.143em;
    border-bottom: 2px dashed #f8b334;
    padding: 5px 0 10px;
    margin-bottom: 30px;
}

.price-list .item .options {
    font-weight: 300;
    padding: 0;
    margin-bottom: 25px;
}

.price-list .item .o-row {
    margin: 20px 0;
    position: relative;
    padding-left: 30px;
    line-height: 1em;
}

.price-list .item .o-row:before {
    content: "\e916";
    font-family: 'arrow-set' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #939393;
    color: #fff;
    width: 13px;
    height: 13px;
    line-height: 13px;
    font-size: 8px;
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
    border-radius: 2px;
    padding-left: 1px;
}

.price-list .item .button-style1 {
    display: block;
    font-size: 10px;
    font-weight: 400;
}

.price-list .owl-nav {
    position: absolute;
    top: -40px;
    right: -5px;
}

.price-list .owl-nav > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

/*------------------------------------------------------------------
[3.12 Side image ]
*/

.side-block-area {
    position: relative;
}

.side-block-area.right {}

.side-block-area > .img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
    background-position: 50%;
}

.side-block-area.right > .img {
    left: auto;
    right: 0;
}

.sb-block {
    width: 50%;
}

.sb-block > div {
    padding: 0 80px;
}

.side-block-area.left .sb-block {
    margin-left: 50%;
    /* padding-left: 40px; */
}

.side-block-area.right .sb-block {
    /* padding-right: 40px; */
}

.sb-block .cell {
    height: 100vh;
    padding: 65px 0;
}

.sb-block .vc_inner {
    margin: 0 -15px;
}

.sb-block .wpb_column {
    padding: 0 15px;
}

/*------------------------------------------------------------------
[3.12 Portfolio Horizontal ]
*/

.portfolio-h {}

.portfolio-h .text {
    float: left;
    width: 260px;
}

.portfolio-h .heading-decor {}

.portfolio-h .h {}

.portfolio-h p {
    font-family: "Oswald";
    line-height: 1.714em;
    margin: 25px 0;
}

.portfolio-h .button-style1 {}

.ph-slider-area {
    margin-left: 300px;
}

.ph-slider {overflow: hidden;}

.ph-slider .item {
    position: relative;
}

.ph-slider .item a {
}

.ph-slider .item a img {
    width: auto;
    display: block;
}

.ph-slider .owl-nav {
    position: absolute;
    bottom: -30px;
    right: 10px;
}

.ph-slider .owl-nav > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
