/*
Theme Name:         uuu
Theme URI:          http://
Description:        u
Version:            1.3
Author:             u
Author URI:         http://

License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html

Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		u
Domain Path: 		/languages/
*/

/**
 * Table of Contents:
 *
 * 1.0 - Core
 * 2.0 - Template
 * 3.0 - Widget
 * 4.0 - Header
 * 5.0 - Footer
 * 6.0 - Blog
 * 7.0 - Woocommerce
 * 8.0 - ShortCode
 * 9.0 - Mixins
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 - Core
 * ----------------------------------------------------------------------------
 */
@-moz-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
* WordPress Core
* ----------------------------------------------------------------------------
*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #979797;
  line-height: 1.8;
}
.sticky {
  opacity: 1;
}
.bypostauthor {
  opacity: 1;
}
/**
* Gallery
* ----------------------------------------------------------------------------
*/
.gallery {
  margin: 0 -5px 10px -5px;
}
.gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  max-width: 33.33%;
  width: 100%;
}
.gallery-caption {
  font-size: 12px;
  color: #979797;
  line-height: 1.8;
  margin-top: 5px;
}
.gallery-icon img {
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #eee;
  padding: 7px;
}
.gallery-icon img:hover {
  border: 1px solid #ccc;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/**
* Typography
* ----------------------------------------------------------------------------
*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content hr,
.entry-content dl,
.entry-content blockquote,
.entry-content table,
.entry-content ul,
.entry-content ol,
.entry-content address,
.entry-content pre {
  margin-bottom: 20px;
}
.entry-content h1:last-child,
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:last-child,
.entry-content h5:last-child,
.entry-content h6:last-child,
.entry-content p:last-child,
.entry-content hr:last-child,
.entry-content dl:last-child,
.entry-content blockquote:last-child,
.entry-content table:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child,
.entry-content address:last-child,
.entry-content pre:last-child {
  margin-bottom: 0;
}
.entry-content hr {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  clear: both;
}
.entry-content table {
  width: 100%;
  border: 1px solid #dedede;
}
.entry-content td,
.entry-content th {
  padding: 8px;
  border-top: 1px solid #dedede;
  vertical-align: top;
}
.entry-content thead th {
  font-weight: bold;
  background: #eeeeee;
  vertical-align: bottom;
}
.entry-content thead:first-child > tr:first-child > td,
.entry-content thead:first-child > tr:first-child > th {
  border-top: none;
}
.entry-content dt,
.entry-content dd {
  line-height: 2;
}
.entry-content dd {
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
  padding-left: 25px;
}
.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
}
.entry-content address {
  line-height: 1.8;
  font-style: italic;
  color: #979797;
}
.entry-content del {
  color: #979797;
}
/**
 * 2.0 - Template
 * ----------------------------------------------------------------------------
 */
body {
  line-height: 1.8;
  overflow-x: hidden;
  color: #727272;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #727272;
}
a:hover,
a:focus {
  color: #1086df;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div,
iframe,
img {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
  color: #222222;
  margin-top: 0;
  margin-bottom: 20px;
}
p {
  margin: 0 0 20px 0;
}
input,
textarea,
button,
select {
  outline: none;
}
::selection {
  color: #ffffff;
  background-color: #1086df;
}
::-moz-selection {
  color: #ffffff;
  background-color: #1086df;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea,
select {
  padding: 0 10px;
  height: 44px;
  line-height: 1;
  background-color: transparent;
  color: #727272;
  border: 1px solid #dedede;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #727272;
}
input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #727272;
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #727272;
}
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #727272;
}
textarea {
  padding-top: 10px;
  height: auto;
}
select {
  min-width: 150px;
  max-width: 100%;
  outline: none;
}
select::-ms-expand {
  display: none;
}
#wrapper {
  background-color: #fff;
}
body.boxed #wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.container .container {
  width: auto;
}
/**
* Block Center
* ----------------------------------------------------------------------------
*/
.block-center:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.block-center {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.block-center-inner {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  font-size: initial;
}
.block-center-inner > * {
  margin: auto;
}
/**
* Back To Top
* ----------------------------------------------------------------------------
*/
.back-to-top {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background-color: #727272;
}
.back-to-top i {
  font-size: 22px;
  line-height: 44px;
}
.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #1086df;
}
.back-to-top.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
/**
* Site Loading
* ----------------------------------------------------------------------------
*/
.site-loading {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 600ms ease 200ms;
  -moz-transition: opacity 600ms ease 200ms;
  -o-transition: opacity 600ms ease 200ms;
  transition: opacity 600ms ease 200ms;
}
body.page-loading .site-loading {
  opacity: 1;
  display: block;
}
.logo-loading {
  margin-bottom: 30px;
}
.scheme-dark {
  color: #fff;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
/**
* Owl-Carousel
* ----------------------------------------------------------------------------
*/
.owl-dark > .owl-nav > div i {
  background-color: #fff;
}
.owl-dark.owl-nav-creative > .owl-nav > div.owl-prev:after {
  border-top-color: #fff;
}
.owl-dark.owl-nav-creative > .owl-nav > div.owl-prev:hover i {
  background-color: #fff;
}
.owl-dark > .owl-dots > div {
  border-color: #fff;
}
.owl-dark.owl-dot-line > .owl-dots > div {
  background-color: rgba(255, 255, 255, 0.5);
}
.owl-dark.owl-dot-line > .owl-dots > div.active,
.owl-dark.owl-dot-line > .owl-dots > div:hover {
  border-color: #fff !important;
  background-color: #fff !important;
}
.owl-nav {
  font-size: 0;
  text-align: center;
  margin-top: 30px;
}
.owl-nav > div {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.owl-nav > div.owl-prev {
  margin-right: 5px;
}
.owl-nav > div.owl-next {
  margin-left: 5px;
}
.owl-nav > div i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: #f6f6f6;
  color: #1086df;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-nav > div:hover i {
  background-color: #1086df;
  color: #ffffff;
}
.owl-nav-creative > .owl-nav > div i {
  height: 34px;
  line-height: 34px;
  width: 28px;
  font-size: 18px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.owl-nav-creative > .owl-nav > div:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-nav-creative > .owl-nav > div.owl-prev:after {
  left: 100%;
  border-top: solid 34px #f6f6f6;
  border-right: solid 6px transparent;
  border-bottom: solid 0 transparent;
}
.owl-nav-creative > .owl-nav > div.owl-prev:hover i {
  background-color: #f6f6f6;
  color: #1086df;
}
.owl-nav-creative > .owl-nav > div.owl-next:hover i,
.owl-nav-creative > .owl-nav > div.owl-next i {
  background-color: #1086df;
  color: #ffffff;
}
.owl-nav-creative > .owl-nav > div.owl-next:after {
  right: 100%;
  border-bottom: solid 34px #1086df;
  border-left: solid 6px transparent;
  border-top: solid 0 transparent;
}
.owl-nav-creative.owl-nav-lg > .owl-nav > div i {
  height: 60px;
  line-height: 60px;
  width: 50px;
  font-size: 32px;
}
.owl-nav-creative.owl-nav-lg > .owl-nav > div.owl-prev {
  margin-right: 10px;
}
.owl-nav-creative.owl-nav-lg > .owl-nav > div.owl-prev:after {
  border-top-width: 60px;
  border-right-width: 10px;
}
.owl-nav-creative.owl-nav-lg > .owl-nav > div.owl-next {
  margin-left: 10px;
}
.owl-nav-creative.owl-nav-lg > .owl-nav > div.owl-next:after {
  border-bottom-width: 60px;
  border-left-width: 10px;
}
.owl-nav-creative.owl-nav-askew > .owl-nav .owl-prev {
  top: -3px;
}
.owl-nav-creative.owl-nav-askew > .owl-nav .owl-next {
  top: 3px;
}
@media (min-width: 1350px) {
  .owl-nav-center > .owl-nav {
    margin: 0;
  }
  .owl-nav-center > .owl-nav > div {
    position: absolute;
    top: 50%;
    margin: 0;
  }
  .owl-nav-center > .owl-nav > div.owl-prev {
    left: -20px;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  .owl-nav-center > .owl-nav > div.owl-next {
    right: -20px;
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
}
.owl-nav-center-inner > .owl-nav {
  margin: 0;
}
.owl-nav-center-inner > .owl-nav > div {
  position: absolute;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.owl-nav-center-inner > .owl-nav > div.owl-prev {
  left: 0;
}
.owl-nav-center-inner > .owl-nav > div.owl-next {
  right: 0;
}
.owl-nav-center-inner:hover > .owl-nav > div {
  opacity: 1;
}
.owl-nav-center-inner:hover > .owl-nav > div.owl-prev {
  left: 20px;
}
.owl-nav-center-inner:hover > .owl-nav > div.owl-next {
  right: 20px;
}
.owl-nav-top-68 > .owl-nav,
.owl-nav-top > .owl-nav {
  margin: 0;
  position: absolute;
  top: -100px;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.owl-nav-top-68 > .owl-nav {
  top: -68px;
}
.owl-dots {
  font-size: 0;
  text-align: center;
  margin-top: 30px;
}
.owl-dots > div {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 2px;
}
.owl-dots > div.active,
.owl-dots > div:hover {
  border-color: #1086df !important;
  background-color: #1086df !important;
}
.owl-dot-line > .owl-dots > div {
  width: 45px;
  height: 4px;
  background-color: #ededed;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  margin: 0 5px;
}
.owl-dot-bottom > .owl-dots {
  position: absolute;
  margin: 0;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.product-listing .owl-nav-top-68 > .owl-nav,
.product-listing .owl-nav-top > .owl-nav {
  right: 15px;
}
@media (max-width: 991px) {
  .owl-nav-top > .owl-nav {
    top: -80px;
  }
  .owl-nav-top-68 > .owl-nav {
    top: -48px;
  }
}
@media (max-width: 480px) {
  .owl-dot-line > .owl-dots > div {
    width: 30px;
  }
  .owl-nav-top-68 > .owl-nav,
  .owl-nav-top > .owl-nav {
    display: none !important;
  }
}
#search_popup_wrapper form {
  margin: 2em 1em;
  position: relative;
}
#search_popup_wrapper input {
  width: 100%;
  padding-right: 95px;
}
#search_popup_wrapper input:focus {
  border-color: #1086df;
}
#search_popup_wrapper button {
  position: absolute;
  right: 0;
  top: 0;
}
.popup-overlay-wrapper {
  position: absolute;
  z-index: 9999;
  background-color: rgba(20, 22, 24, 0.95);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 80px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0.5s, visibility 0s 1s;
  transition: opacity 0.5s 0.5s, visibility 0s 1s;
}
.popup-overlay-wrapper.in {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.popup-overlay-wrapper.in .popup-overlay-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.5s 0.2s, opacity 0.5s 0.2s;
  transition: transform .5s .8s, opacity .5s .8s;
}
.popup-overlay-content {
  margin: 80px auto 0;
  width: 80%;
  position: relative;
  font-size: 20px;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}
.popup-overlay-content input {
  border: solid 2px #FFF;
  padding: 1em;
  height: auto;
  color: #fff;
}
.popup-overlay-content input::-webkit-input-placeholder {
  color: #eeeeee;
}
.popup-overlay-content input:-moz-placeholder {
  color: #eeeeee;
}
.popup-overlay-content input::-moz-placeholder {
  color: #eeeeee;
}
.popup-overlay-content input:-ms-input-placeholder {
  color: #eeeeee;
}
.popup-overlay-content .search-button {
  position: absolute;
  top: 22px;
  right: 30px;
  color: #fff;
}
.popup-overlay-content .search-button:hover {
  cursor: pointer;
  color: #1086df;
}
.popup-overlay-result {
  color: #fff;
  background-color: #343537;
  padding: 0;
  font-size: 16px;
  line-height: 2em;
}
.popup-overlay-result ul {
  padding: 15px 0;
  margin: 0;
  list-style: none;
}
.popup-overlay-result li {
  padding: 5px 30px;
}
.popup-overlay-result li.selected,
.popup-overlay-result li:hover {
  color: #1086df;
}
.popup-overlay-result li + li {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.popup-overlay-result a {
  color: inherit;
}
.popup-overlay-result .date {
  display: inline-block;
  float: right;
}
.popup-overlay-result .view-more {
  position: absolute;
  background: #343537;
  left: 0;
  right: 0;
  text-align: center;
  padding: 5px;
  -webkit-border-radius: 0 0 100% 100%;
  -moz-border-radius: 0 0 100% 100%;
  border-radius: 0 0 100% 100%;
  margin: auto;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}
.ps-container > .ps-scrollbar-y-rail {
  width: 3px;
  right: 5px;
  background-color: #222 !important;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 5px;
  right: -1px;
  background-color: #1086df !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6 !important;
}
.gf-preset-content-wrapper {
  background: url(http://www.emlakrentacar.com/wp-content/themes/volkanrentacar/assets/images/preset-bg.jpg) repeat;
  padding: 150px 0;
  text-align: center;
  font-size: 60px;
  color: #222;
  border: dashed 8px #222;
}
.toggle-icon-wrapper {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.toggle-icon-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.toggle-icon-wrapper .toggle-icon {
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 24px;
}
.toggle-icon-wrapper .toggle-icon > span {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
  background-color: #000;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.toggle-icon-wrapper .toggle-icon:before {
  top: 20%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.toggle-icon-wrapper .toggle-icon:after {
  bottom: 20%;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.toggle-icon-wrapper + span {
  vertical-align: middle;
  text-transform: uppercase;
}
.toggle-icon-wrapper.in .toggle-icon span {
  opacity: 0;
}
.toggle-icon-wrapper.in .toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-icon-wrapper.in .toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.x-nav-menu > .x-menu-item > .x-menu-a-text,
.sticky-region,
.logo-header,
.x-nav-menu > .x-menu-item,
.header-customize-nav,
.header-3 .header-above-wrapper,
.menu-categories,
.menu-categories-select > i,
.header-nav-wrapper nav.primary-menu,
.header-nav-wrapper .product-text,
.popup-overlay-result a,
.toggle-icon-wrapper .toggle-icon > span,
.toggle-icon-wrapper .toggle-icon:before,
.toggle-icon-wrapper .toggle-icon:after,
.sticky-region .header-mobile-container-inner > div,
b.x-caret,
.menu-drop-fly,
.top-drawer-toggle,
.header-above-inner,
.logo-header img,
.x-sub-menu-tab > .x-menu-item,
.x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*
----------- Other --------------*/
.logged-in.admin-bar .lg-toolbar {
  margin-top: 32px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #1086df;
}
/*
-----------Page 404------------*/
.page404 {
  background-size: cover;
  position: relative;
  background-color: #000;
}
.page404 .bg-404 {
  background-blend-mode: multiply;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page404 .container {
  position: relative;
}
.page404 .container .content-wrap {
  text-align: center;
}
.page404 .container h2 {
  text-align: center;
  font-size: 162px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  margin-bottom: -42px;
}
.page404 .container h4.subtitle {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  line-height: 79px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: -34px;
}
.page404 .container p.description {
  font-weight: 500;
  font-size: 24px;
  line-height: 53px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: -4px;
  margin-bottom: 31px;
}
.page404 .container div.return {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  color: #fff;
  padding-right: 80px;
}
.page404 .container div.return p {
  margin-bottom: 38px;
}
.page404 .container div.return a {
  color: #1086df;
}
.page404 .container .search-form {
  max-width: 570px;
  margin: auto;
}
.page404 .container .search-form .search-field {
  border: none;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  color: #fff;
  height: 55px;
  padding-left: 20px;
}
.page404 .container .search-form .search-field::-webkit-input-placeholder {
  color: #ffffff;
}
.page404 .container .search-form .search-field:-moz-placeholder {
  color: #ffffff;
}
.page404 .container .search-form .search-field::-moz-placeholder {
  color: #ffffff;
}
.page404 .container .search-form .search-field:-ms-input-placeholder {
  color: #ffffff;
}
.page404 .container .search-form .search-submit {
  top: 5px;
}
.page404 .container .search-form .search-submit i {
  font-size: 18px;
  color: #fff;
}
/*   SEARCH PAGE */
.archive-search-wrap .archive-search-result h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.archive-search-wrap .archive-search-box {
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
}
.archive-search-wrap .archive-search-box .search-form-lg input {
  font-family: inherit;
  line-height: 50px;
}
.archive-search-wrap .archive-search-wrap-inner article {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.archive-search-wrap .archive-search-wrap-inner article:after {
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  content: '';
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #1086df;
}
.archive-search-wrap .archive-search-wrap-inner article:hover:after {
  width: 100%;
}
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span,
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span:after,
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span:before {
  background-color: #1086df;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #eaeaea;
  text-align: center;
  float: left;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span {
  width: 20px;
  height: 1px;
  vertical-align: middle;
  background-color: #222222;
  display: block;
  position: relative;
  margin-left: 15px;
  line-height: 50px;
  margin-top: 24.5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:after,
.archive-search-wrap .archive-search-wrap-inner .search-icon span:before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #222222;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:after {
  bottom: 5px;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:before {
  top: 5px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap {
  padding-left: 70px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #222222;
  display: inline-block;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a:hover {
  color: #1086df;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-post-type {
  margin-bottom: 0;
  color: #1086df;
  font-style: italic;
  letter-spacing: 0.1em;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-excerpt {
  margin-top: 25px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-excerpt p {
  margin-bottom: 0;
}
/* End Search Page */
@media screen and (max-width: 460px) {
  .search-popup-inner > input {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .search-popup-inner > button {
    margin-top: 10px;
    width: 100%;
    display: block;
  }
}
.block-title {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 60px !important;
  line-height: 1.2;
  position: relative;
}
.block-title:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #1086df;
  margin-top: 20px;
}
.block-title.lg {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.block-title.lg:after {
  width: 110px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .block-title {
    margin-bottom: 40px !important;
  }
}
.bg-gray-full {
  position: relative;
}
.bg-gray-full:before {
  position: absolute;
  content: '';
  background-color: #f6f6f6;
  display: block;
  height: 100%;
  width: 2000%;
  left: -1000%;
  top: 0;
}
.close-button {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #fff;
  font-size: 20px;
}
.close-button:hover {
  color: #fff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top-separate {
  position: relative;
  padding-top: 35px;
}
.top-separate:before {
  content: "";
  height: 2px;
  width: 110px;
  background: #1086df;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #eeeeee;
  font-size: 16px;
  z-index: 1;
}
.drop-shadow {
  -webkit-box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.1);
}
/**
* Columns
* ----------------------------------------------------------------------------
*/
.gf-item-wrap {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .columns-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columns-md-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-md-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-md-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-md-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-md-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-md-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-md-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-md-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-md-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-md-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columns-sm-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-sm-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-sm-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-sm-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-sm-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-sm-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-sm-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-sm-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-sm-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-sm-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .columns-xs-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-xs-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-xs-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-xs-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-xs-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-xs-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-xs-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-xs-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-xs-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-xs-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .columns-mb-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-mb-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-mb-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-mb-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-mb-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-mb-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-mb-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-mb-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-mb-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-mb-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li a,
.breadcrumbs li span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
}
.breadcrumbs li span {
  opacity: 0.65;
}
.breadcrumbs li:after {
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f061';
  font-size: 10px;
  letter-spacing: -0.02em;
  padding: 0 10px;
  color: #fff;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.page-title {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #094d80), color-stop(1, #0b5893));
  background: -ms-linear-gradient(bottom, #094d80, #0b5893);
  background: -moz-linear-gradient(center bottom, #094d80 0%, #0b5893 100%);
  background: -o-linear-gradient(#0b5893, #094d80);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b5893', endColorstr='#094d80', GradientType=0);
}
.page-title .page-title-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-title .page-title-background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-title .page-title-background.page-title-parallax {
  height: 200%;
  top: -25%;
}
.page-title h1 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  display: inline-block;
  max-width: 50%;
}
.page-title p {
  font-size: 14px;
  color: #fff;
  margin: 5px 0;
  opacity: 0.65;
  max-width: 50%;
}
.page-title-inner {
  position: relative;
  z-index: 2;
}
.page-title-layout-creative {
  position: relative;
}
.page-title-layout-creative:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  width: 100%;
  right: 50%;
  -webkit-transform: skewX(-36deg);
  -moz-transform: skewX(-36deg);
  -o-transform: skewX(-36deg);
  -ms-transform: skewX(-36deg);
  transform: skewX(-36deg);
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1;
}
.page-title-layout-creative .page-title-inner > .container {
  padding: 100px 15px 125px 15px;
}
.page-title-layout-creative .page-title-inner h1 {
  font-size: 60px;
  color: #1086df;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 50px;
}
.page-title-layout-creative .page-title-inner p {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  letter-spacing: 0.05em;
  opacity: 1;
  margin: 0;
  margin-top: 13px;
}
.page-title-layout-creative .page-title-inner .page-title-breadcrumbs {
  position: relative;
  padding-bottom: 20px;
}
.page-title-layout-creative .page-title-inner .page-title-breadcrumbs:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: auto;
  width: 100%;
  right: 70%;
  bottom: 20px;
  z-index: 0;
  background-image: url('http://www.emlakrentacar.com/wp-content/themes/volkanrentacar/assets/images/bg-breadcrumbs.jpg');
  background-repeat: repeat;
  -webkit-transform: skewX(-36deg);
  -moz-transform: skewX(-36deg);
  -o-transform: skewX(-36deg);
  -ms-transform: skewX(-36deg);
  transform: skewX(-36deg);
}
.page-title-layout-creative .page-title-inner .page-title-breadcrumbs .page-title-breadcrumbs-inner {
  position: relative;
}
.page-title-layout-creative .page-title-inner .page-title-breadcrumbs .page-title-breadcrumbs-inner:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: auto;
  width: 100%;
  right: 55%;
  bottom: 0;
  z-index: 0;
  background-image: url('http://www.emlakrentacar.com/wp-content/themes/volkanrentacar/assets/images/bg-breadcrumbs.jpg');
  background-repeat: repeat;
  -webkit-transform: skewX(-36deg);
  -moz-transform: skewX(-36deg);
  -o-transform: skewX(-36deg);
  -ms-transform: skewX(-36deg);
  transform: skewX(-36deg);
}
.page-title-layout-creative .page-title-inner .page-title-breadcrumbs .breadcrumbs {
  position: relative;
  z-index: 1;
  max-width: 50%;
  padding: 10px 0;
  padding-right: 5%;
}
.page-title-layout-creative .page-title-inner .page-title-breadcrumbs .breadcrumbs li:after {
  content: "\f101";
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #ddd;
  font-weight: 300;
  padding: 0 20px;
}
.page-title-layout-creative .page-title-inner .page-title-breadcrumbs .breadcrumbs a,
.page-title-layout-creative .page-title-inner .page-title-breadcrumbs .breadcrumbs span {
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
}
.page-title-layout-creative .page-title-inner .page-title-breadcrumbs .breadcrumbs a {
  color: #ddd;
}
.page-title-layout-creative .page-title-inner .page-title-breadcrumbs .breadcrumbs span {
  color: #fff;
}
.page-title-layout-normal {
  padding: 36px 0;
}
.page-title-layout-normal .breadcrumbs {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
}
@media (max-width: 991px) {
  .page-title-layout-creative,
  .page-title-layout-normal {
    background-position: center !important;
  }
  .page-title-layout-creative:before,
  .page-title-layout-creative .page-title-inner .page-title-breadcrumbs:before {
    right: 0;
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -o-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
  }
  .page-title-layout-creative .vc_row-background-overlay {
    background: none !important;
  }
  .page-title-layout-creative .page-title-inner > .container {
    padding: 60px 15px 85px 15px;
  }
  .page-title-layout-creative .page-title-inner h1,
  .page-title-layout-creative .page-title-inner p,
  .page-title-layout-creative .page-title-inner .page-title-breadcrumbs .breadcrumbs {
    max-width: 100%;
    padding-right: 0;
  }
  .page-title-layout-normal .breadcrumbs {
    position: static;
  }
}
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
}
.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(55, 58, 71, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}
.dialog__content {
  width: 80%;
  max-width: 520px;
  min-width: 290px;
  background: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}
.dialog--open .dialog__content {
  pointer-events: auto;
}
/* Content */
.dialog h2 {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  padding: 0 0 15px;
  text-transform: uppercase;
}
.dialog--open .dialog__overlay {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.dialog__content {
  padding: 0;
  background: transparent;
}
.dialog.dialog--open .dialog__content {
  opacity: 1;
}
.morph-shape {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -2px;
  left: -2px;
  z-index: -1;
}
.morph-shape svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 1680;
}
.dialog--open .morph-shape svg rect {
  -webkit-animation: anim-dash 0.6s forwards;
  animation: anim-dash 0.6s forwards;
}
.dialog-inner {
  opacity: 0;
  background: #fff;
}
.dialog--open .dialog-inner {
  padding: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.85s 0.35s;
  transition: opacity 0.85s 0.35s;
}
.dialog.dialog--open h2 {
  -webkit-animation: anim-elem-1 0.7s ease-out both;
  -o-animation: anim-elem-1 0.7s ease-out both;
  animation: anim-elem-1 0.7s ease-out both;
}
.dialog.dialog--open a[data-dialog-close] {
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  background-color: #eee;
}
.dialog.dialog--open a[data-dialog-close] i {
  font-size: 16px;
  line-height: 35px !important;
}
.dialog.dialog--open a[data-dialog-close]:hover {
  color: #1086df;
}
.dialog.dialog--open p {
  line-height: 1.5;
  font-size: 18px;
}
@keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.safari .dialog__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
body.safari .dialog__content .morph-shape {
  display: none;
}
.main-menu:not(.x-nav-menu) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu:not(.x-nav-menu) li {
  position: relative;
}
.main-menu:not(.x-nav-menu) li li a {
  display: block;
  padding: 10px 0;
  color: inherit;
}
.main-menu:not(.x-nav-menu) li li a:hover {
  color: #1086df;
}
.main-menu:not(.x-nav-menu) li:hover > ul {
  display: block;
  border-top: solid 1px #eee;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
}
.main-menu:not(.x-nav-menu) > li {
  display: inline-block;
  line-height: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-menu:not(.x-nav-menu) > li + li {
  margin-left: 30px;
}
.main-menu:not(.x-nav-menu) > li > a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #212121;
}
.main-menu:not(.x-nav-menu) > li li + li > a {
  border-top: solid 1px #ededed;
}
.main-menu:not(.x-nav-menu) > li ul {
  display: none;
  position: absolute;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background-color: #fff;
  top: 0;
  left: 100%;
  color: #111;
  z-index: 999;
  border-bottom: solid 2px #1086df;
}
.main-menu:not(.x-nav-menu) > li ul li {
  position: relative;
  min-width: 210px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 25px;
}
.main-menu:not(.x-nav-menu) > li:hover > ul {
  top: 100%;
  left: auto;
}
.main-menu:not(.x-nav-menu) > li:last-child > ul {
  left: auto;
  right: 0;
}
.main-menu:not(.x-nav-menu) > li:last-child li:hover ul {
  left: auto;
  right: 100%;
}
.nav-menu-mobile:not(.x-nav-menu) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-menu-mobile:not(.x-nav-menu) li {
  border-top: solid 1px #313131;
  position: relative;
}
.nav-menu-mobile:not(.x-nav-menu) a {
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-menu-mobile:not(.x-nav-menu) ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #313131;
  position: relative;
}
.nav-menu-mobile:not(.x-nav-menu) ul li {
  border-color: #414141;
}
.nav-menu-mobile:not(.x-nav-menu) b.menu-caret {
  position: absolute;
  right: 20px;
}
.nav-menu-mobile:not(.x-nav-menu) b.menu-caret:before {
  content: "\f067";
  font-family: fontawesome;
  font-size: 10px;
  font-weight: 400;
  vertical-align: top;
}
b.x-caret:before {
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 12px;
  font-weight: 400;
  vertical-align: top;
}
.x-sub-menu-open > a b.x-caret {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.x-custom-content-wrapper {
  white-space: normal;
  line-height: 1.8;
  padding-top: 5px;
  padding-bottom: 5px;
}
.x-nav-menu img {
  max-width: 100%;
  height: auto;
}
.x-image-layout > a {
  display: block;
}
@media screen and (min-width: 992px) {
  .x-col-1-12 {
    width: 8.33333333333333%;
  }
  .x-col-2-12 {
    width: 16.6666666666667%;
  }
  .x-col-3-12 {
    width: 25%;
  }
  .x-col-4-12 {
    width: 33.3333333333333%;
  }
  .x-col-5-12 {
    width: 41.6666666666667%;
  }
  .x-col-6-12 {
    width: 50%;
  }
  .x-col-7-12 {
    width: 58.3333333333333%;
  }
  .x-col-8-12 {
    width: 66.6666666666667%;
  }
  .x-col-9-12 {
    width: 75%;
  }
  .x-col-10-12 {
    width: 83.3333333333333%;
  }
  .x-col-11-12 {
    width: 91.6666666666667%;
  }
  .x-col-12-12 {
    width: 100%;
  }
  .x-col-1-11 {
    width: 9.09090909090909%;
  }
  .x-col-2-11 {
    width: 18.1818181818182%;
  }
  .x-col-3-11 {
    width: 27.2727272727273%;
  }
  .x-col-4-11 {
    width: 36.3636363636364%;
  }
  .x-col-5-11 {
    width: 45.4545454545455%;
  }
  .x-col-6-11 {
    width: 54.5454545454545%;
  }
  .x-col-7-11 {
    width: 63.6363636363636%;
  }
  .x-col-8-11 {
    width: 72.7272727272727%;
  }
  .x-col-9-11 {
    width: 81.8181818181818%;
  }
  .x-col-10-11 {
    width: 90.9090909090909%;
  }
  .x-col-1-10 {
    width: 10%;
  }
  .x-col-2-10 {
    width: 20%;
  }
  .x-col-3-10 {
    width: 30%;
  }
  .x-col-4-10 {
    width: 40%;
  }
  .x-col-5-10 {
    width: 50%;
  }
  .x-col-6-10 {
    width: 60%;
  }
  .x-col-7-10 {
    width: 70%;
  }
  .x-col-8-10 {
    width: 80%;
  }
  .x-col-9-10 {
    width: 90%;
  }
  .x-col-1-8 {
    width: 12.5%;
  }
  .x-col-3-8 {
    width: 37.5%;
  }
  .x-col-5-8 {
    width: 62.5%;
  }
  .x-col-7-8 {
    width: 87.5%;
  }
  .x-col-1-9 {
    width: 11.1111111111111%;
  }
  .x-col-2-9 {
    width: 22.2222222222222%;
  }
  .x-col-4-9 {
    width: 44.4444444444444%;
  }
  .x-col-5-9 {
    width: 55.5555555555556%;
  }
  .x-col-7-9 {
    width: 77.7777777777778%;
  }
  .x-col-8-9 {
    width: 88.8888888888889%;
  }
  .x-col-1-7 {
    width: 14.2857142857143%;
  }
  .x-col-2-7 {
    width: 28.5714285714286%;
  }
  .x-col-3-7 {
    width: 42.8571428571429%;
  }
  .x-col-4-7 {
    width: 57.1428571428571%;
  }
  .x-col-5-7 {
    width: 71.4285714285714%;
  }
  .x-col-6-7 {
    width: 85.7142857142857%;
  }
  .x-col {
    display: block;
    float: left;
  }
  .x-clear {
    clear: both;
  }
  .x-new-row {
    clear: both;
  }
  li.x-pos-static {
    position: static;
  }
  li.x-text-align-right {
    text-align: right;
  }
  li.x-text-align-left {
    text-align: left;
  }
  li.x-text-align-center {
    text-align: center;
  }
  span.x-disable-text {
    display: none;
  }
  i.x-menu-icon {
    color: #1086df;
  }
  i.x-menu-icon.x-icon-left {
    padding-right: 10px;
  }
  i.x-menu-icon.x-icon-right {
    padding-left: 10px;
  }
  i.x-menu-icon.x-icon-left.x-disable-text {
    padding-right: 0;
  }
  i.x-menu-icon.x-icon-right.x-disable-text {
    padding-left: 0;
  }
  li > a.x-disable-menu-item {
    display: none !important;
  }
  li.x-new-row:after {
    content: "";
    display: block;
    clear: both;
  }
  .x-list-style-none {
    list-style: none;
    list-style-position: inside;
  }
  .x-list-style-disc {
    list-style: disc !important;
    list-style-position: inside !important;
  }
  .x-list-style-square {
    list-style: square !important;
    list-style-position: inside !important;
  }
  .x-list-style-circle {
    list-style: circle !important;
    list-style-position: inside !important;
  }
  li.x-image-layout-image-only a.x-menu-a-text {
    display: none;
  }
  li.x-image-layout-image-only p.x-description {
    display: none;
  }
  li.x-image-layout-above > a.x-image + a.x-menu-a-text {
    margin-top: 10px;
  }
  a.x-image > img {
    border: solid 1px #ededed;
  }
  a.x-image + a.x-menu-a-text {
    text-align: center;
  }
  .x-sub-menu-standard .x-sub-menu.x-pos-left-menu-parent,
  .x-sub-menu-standard .x-sub-menu.x-pos-left-menu-bar {
    right: 100%;
    left: auto;
  }
  .x-sub-menu.x-pos-full {
    left: 0;
    right: 0;
  }
  .x-nav-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    vertical-align: middle;
  }
  .x-nav-menu * {
    color: inherit;
    box-sizing: border-box;
  }
  .x-nav-menu > .x-menu-item {
    display: inline-block;
    line-height: 24px;
  }
  .x-nav-menu > .x-menu-item > a b.x-caret:before {
    margin-left: 5px;
  }
  .x-nav-menu > .x-menu-item + .x-menu-item {
    margin-left: 30px;
  }
  .x-nav-menu > .x-menu-item > .x-menu-a-text {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #222222;
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block;
    position: relative;
  }
  .x-nav-menu > .x-menu-item > .x-menu-a-text:before {
    content: '';
    border-top: solid 4px #1086df;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .x-nav-menu > .x-menu-item > .x-menu-a-text > .x-description {
    display: none;
  }
  .x-sub-menu {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    color: #111;
    z-index: -1;
    list-style: none;
    background-color: #fff;
    border-bottom: solid 2px #1086df;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  }
  .x-sub-menu .x-menu-item {
    position: relative;
    min-width: 210px;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1;
  }
  .x-sub-menu .x-menu-item + .x-menu-item > .x-menu-a-text {
    border-top: solid 1px #ededed;
  }
  .x-sub-menu .x-menu-a-text {
    line-height: 32px;
  }
  .x-sub-menu b.x-caret:before {
    content: "\f178";
    font-size: 11px;
  }
  .x-active > .x-sub-menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: 999;
    border-top: solid 1px #eee;
  }
  .x-menu-a-text {
    font-size: 14px;
  }
  p.x-description {
    font-style: italic;
    font-size: 0.9em;
    line-height: 30px;
    margin-top: -8px;
    margin-bottom: 10px;
  }
  span.x-menu-text {
    position: relative;
  }
  .x-sub-menu-standard {
    padding: 10px 0;
  }
  .x-sub-menu-standard > .x-menu-item b.x-caret {
    position: absolute;
    right: 20px;
    transition: all 0.5s;
    line-height: 32px;
  }
  .x-sub-menu-standard a.x-menu-a-text {
    padding: 5px 0;
    color: inherit;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    display: block;
  }
  .x-sub-menu-standard a.x-menu-a-text > span.x-menu-text,
  .x-sub-menu-standard a.x-menu-a-text > i.x-menu-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon,
  .x-sub-menu-standard a.x-menu-a-text:hover > span.x-menu-text {
    padding-left: 20px;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text {
    padding-left: 0;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover {
    color: #1086df;
  }
  .x-sub-menu-standard .x-sub-menu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .x-sub-menu-multi-column {
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
    color: #999;
  }
  .x-sub-menu-multi-column.no-padding {
    padding: 0;
  }
  .x-sub-menu-multi-column:after {
    content: "";
    display: block;
    clear: both;
  }
  .x-sub-menu-multi-column > .x-menu-item {
    padding-left: 0;
    padding-right: 20px;
    margin-top: 20px;
    min-width: 0;
  }
  .x-sub-menu-multi-column .x-menu-item {
    min-width: 0;
  }
  .x-sub-menu-multi-column .x-menu-item + .x-menu-item > .x-menu-a-text {
    border-top: none;
  }
  .x-sub-menu-multi-column > .x-item-menu-standard .x-menu-item {
    padding-left: 0;
    padding-right: 0;
  }
  .x-sub-menu-multi-column .x-custom-content .x-menu-a-text {
    display: none;
  }
  .x-sub-menu-multi-column .x-menu-a-text {
    line-height: 32px;
  }
  .x-sub-menu-multi-column .x-sub-menu {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    visibility: visible;
    opacity: 1;
    position: static;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    z-index: 999;
    overflow: visible;
  }
  .x-sub-menu-multi-column li.x-active > ul.x-sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
  }
  .x-sub-menu-multi-column .x-header-column > a {
    color: #191919;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: solid 2px #ededed;
  }
  .x-sub-menu-multi-column b.x-caret {
    display: none;
  }
  .x-tabs.x-item-menu-tab {
    position: static;
    padding: 0;
    margin: 0;
  }
  .x-tabs.x-item-menu-tab > .x-menu-a-text {
    display: none;
  }
  .x-sub-menu-tab > .x-menu-item {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
  .x-sub-menu-tab > li > ul.x-sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding-bottom: 30px;
  }
  .x-sub-menu-tab > li.x-menu-item > a.x-menu-a-text {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
  }
  .x-sub-menu-tab > li.x-menu-active {
    border-right: solid 3px #1086df;
  }
  .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text {
    font-weight: 700;
  }
  .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:hover {
    color: inherit;
  }
  .x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    height: auto;
  }
  .x-sub-menu-tab .x-menu-item {
    min-width: 0;
  }
  .x-tabs > .x-sub-menu-tab {
    background-color: #fafafa;
  }
  .x-nav-menu a:focus {
    color: inherit;
  }
  .x-nav-menu .x-sub-menu-standard > li.current-menu-ancestor > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.current-menu-parent > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.current-menu-item > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.menu-current > a.x-menu-a-text {
    color: #1086df;
  }
  .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
  .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
  .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
  .x-nav-menu > li.menu-current > a.x-menu-a-text,
  .x-nav-menu > li > a.x-menu-a-text:hover,
  .x-nav-menu > li.x-menu-item:hover > a {
    color: #222222 !important;
  }
  .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text:before,
  .x-nav-menu > li.current-menu-parent > a.x-menu-a-text:before,
  .x-nav-menu > li.current-menu-item > a.x-menu-a-text:before,
  .x-nav-menu > li.menu-current > a.x-menu-a-text:before,
  .x-nav-menu > li > a.x-menu-a-text:hover:before,
  .x-nav-menu > li.x-menu-item:hover > a:before {
    width: 100%;
  }
  .primary-menu .no-menu {
    line-height: 84px;
  }
  .is-sticky .primary-menu .no-menu {
    line-height: 55px;
  }
}
@media screen and (max-width: 991px) {
  i.x-icon-left {
    margin-right: 10px;
  }
  i.x-icon-right {
    margin-left: 10px;
  }
  .x-sub-menu {
    display: none;
    margin: 0;
    padding: 0;
  }
  p.x-description,
  .x-custom-content-wrapper,
  .x-image {
    padding-left: 20px;
    padding-right: 20px;
  }
  a.x-image {
    padding-top: 20px;
    display: inline-block;
  }
  .x-nav-menu,
  .x-nav-menu ul {
    list-style: none;
  }
  .x-menu-item {
    position: relative;
  }
  .x-nav-menu {
    padding: 0;
    margin: 0;
  }
  .x-nav-menu a.x-menu-a-text {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
  }
  b.x-caret:before {
    font-weight: 400;
    vertical-align: middle;
  }
  .x-caret {
    position: absolute;
    right: 0;
  }
  .x-sub-menu,
  .x-nav-menu,
  .x-nav-menu li.x-menu-item + li {
    border-top: solid 1px #eeeeee;
  }
  .menu-drop-fly {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -280px;
    width: 280px;
    background-color: #212121;
    color: #fff;
    z-index: 9999;
    overflow: auto;
  }
  .menu-drop-fly .nav-menu-mobile {
    color: #fff;
  }
  .menu-drop-fly .nav-menu-mobile a {
    color: #fff;
  }
  .menu-drop-fly .nav-menu-mobile a:hover {
    color: #1086df;
  }
  .menu-drop-fly .nav-menu-mobile {
    display: block;
  }
  .menu-drop-fly .x-sub-menu,
  .menu-drop-fly .x-nav-menu,
  .menu-drop-fly li.x-menu-item + li {
    border-color: #313131;
  }
  .menu-drop-fly .x-caret {
    right: 20px;
  }
  .menu-drop-fly .x-menu-a-text {
    padding-left: 20px !important;
    padding-right: 20px;
  }
  .menu-drop-fly .x-menu-item .x-menu-item .x-menu-a-text {
    text-transform: none;
  }
  .menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
    font-weight: 400;
  }
  .menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
    font-size: 12px;
  }
  .menu-drop-fly .x-sub-menu {
    background-color: #313131;
    position: relative;
    border-top: none !important;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu {
    background-color: #414141;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu {
    background-color: #515151;
  }
  .menu-drop-fly li li.x-menu-item + li {
    border-color: #414141;
  }
  .menu-drop-fly li li li.x-menu-item + li {
    border-color: #515151;
  }
  .menu-drop-fly li li li li.x-menu-item + li {
    border-color: #616161;
  }
  .menu-drop-fly .x-sub-menu:before {
    content: '';
    position: absolute;
    left: 20px;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 6px #212121;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu:before {
    border-top-color: #313131;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu:before {
    border-top-color: #414141;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu .x-sub-menu:before {
    border-top-color: #515151;
  }
  body {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
  }
  .mobile-nav-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    max-width: 0;
    -webkit-transition: opacity 0.5s, visibility 1s;
    transition: opacity 0.5s, visibility 1s;
    cursor: url(http://www.emlakrentacar.com/wp-content/themes/volkanrentacar/assets/images/close.png) 15 15, default;
  }
  body.mobile-nav-in {
    overflow: hidden;
    left: 280px;
  }
  body.mobile-nav-in .menu-drop-fly {
    left: 0;
  }
  body.mobile-nav-in .mobile-nav-overlay {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }
  body.mobile-nav-in .is-sticky .sticky-region {
    left: 280px;
    right: -280px;
  }
}
/**
 * 3.0 - Widget
 * ----------------------------------------------------------------------------
 */
.sidebar-mobile-canvas-icon-close {
  display: none;
}
.sidebar-mobile-canvas-icon {
  padding: 10px 12px;
  display: none;
  line-height: 1;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  position: fixed;
  top: 245px;
  left: 0;
  z-index: 1001;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget {
  margin-bottom: 60px;
}
.widget:after {
  content: '';
  clear: both;
  display: block;
}
.widget-title {
  font-size: 18px;
  font-weight: 500;
  background-color: #000000;
  color: #ffffff;
  padding: 12px;
  margin-bottom: 40px;
}
/**
* Archive, categories, nav_menu
* ----------------------------------------------------------------------------
*/
.widget_meta .widget-title,
.widget_archive .widget-title,
.widget_categories .widget-title,
.widget_nav_menu .widget-title,
.widget_pages .widget-title,
.widget_product_categories .widget-title,
.widget_recent_entries .widget-title {
  margin-bottom: 0;
}
.widget_meta ul,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_product_categories ul,
.widget_recent_entries ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_meta > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_product_categories > ul,
.widget_recent_entries > ul {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F9F9F9;
}
.widget_meta li,
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li,
.widget_product_categories li,
.widget_recent_entries li {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  color: #727272;
}
.widget_meta li > a,
.widget_archive li > a,
.widget_categories li > a,
.widget_nav_menu li > a,
.widget_pages li > a,
.widget_product_categories li > a,
.widget_recent_entries li > a {
  display: block;
  padding: 9px 20px;
  color: inherit;
  font-weight: 500;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_meta li > a:before,
.widget_archive li > a:before,
.widget_categories li > a:before,
.widget_nav_menu li > a:before,
.widget_pages li > a:before,
.widget_product_categories li > a:before,
.widget_recent_entries li > a:before {
  content: "\f0da";
  font-family: fontawesome;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
.widget_meta li li > a,
.widget_archive li li > a,
.widget_categories li li > a,
.widget_nav_menu li li > a,
.widget_pages li li > a,
.widget_product_categories li li > a,
.widget_recent_entries li li > a {
  padding-left: 40px;
}
.widget_meta li li li > a,
.widget_archive li li li > a,
.widget_categories li li li > a,
.widget_nav_menu li li li > a,
.widget_pages li li li > a,
.widget_product_categories li li li > a,
.widget_recent_entries li li li > a {
  padding-left: 60px;
}
.widget_meta li li li li > a,
.widget_archive li li li li > a,
.widget_categories li li li li > a,
.widget_nav_menu li li li li > a,
.widget_pages li li li li > a,
.widget_product_categories li li li li > a,
.widget_recent_entries li li li li > a {
  padding-left: 80px;
}
.widget_meta ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul,
.widget_recent_entries ul ul {
  display: none;
}
.widget_meta .li-caret,
.widget_archive .li-caret,
.widget_categories .li-caret,
.widget_nav_menu .li-caret,
.widget_pages .li-caret,
.widget_product_categories .li-caret,
.widget_recent_entries .li-caret {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
}
.widget_meta .li-caret.in:before,
.widget_archive .li-caret.in:before,
.widget_categories .li-caret.in:before,
.widget_nav_menu .li-caret.in:before,
.widget_pages .li-caret.in:before,
.widget_product_categories .li-caret.in:before,
.widget_recent_entries .li-caret.in:before {
  content: '\f068';
}
.widget_meta .current_page_item > a,
.widget_archive .current_page_item > a,
.widget_categories .current_page_item > a,
.widget_nav_menu .current_page_item > a,
.widget_pages .current_page_item > a,
.widget_product_categories .current_page_item > a,
.widget_recent_entries .current_page_item > a,
.widget_meta .current-cat > a,
.widget_archive .current-cat > a,
.widget_categories .current-cat > a,
.widget_nav_menu .current-cat > a,
.widget_pages .current-cat > a,
.widget_product_categories .current-cat > a,
.widget_recent_entries .current-cat > a,
.widget_meta .current-menu-item > a,
.widget_archive .current-menu-item > a,
.widget_categories .current-menu-item > a,
.widget_nav_menu .current-menu-item > a,
.widget_pages .current-menu-item > a,
.widget_product_categories .current-menu-item > a,
.widget_recent_entries .current-menu-item > a,
.widget_meta li > a:hover,
.widget_archive li > a:hover,
.widget_categories li > a:hover,
.widget_nav_menu li > a:hover,
.widget_pages li > a:hover,
.widget_product_categories li > a:hover,
.widget_recent_entries li > a:hover {
  background-color: #1086df;
  color: #ffffff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.widget_meta .current_page_item > a + ul + span,
.widget_archive .current_page_item > a + ul + span,
.widget_categories .current_page_item > a + ul + span,
.widget_nav_menu .current_page_item > a + ul + span,
.widget_pages .current_page_item > a + ul + span,
.widget_product_categories .current_page_item > a + ul + span,
.widget_recent_entries .current_page_item > a + ul + span,
.widget_meta .current-cat > a + ul + span,
.widget_archive .current-cat > a + ul + span,
.widget_categories .current-cat > a + ul + span,
.widget_nav_menu .current-cat > a + ul + span,
.widget_pages .current-cat > a + ul + span,
.widget_product_categories .current-cat > a + ul + span,
.widget_recent_entries .current-cat > a + ul + span,
.widget_meta .current-menu-item > a + ul + span,
.widget_archive .current-menu-item > a + ul + span,
.widget_categories .current-menu-item > a + ul + span,
.widget_nav_menu .current-menu-item > a + ul + span,
.widget_pages .current-menu-item > a + ul + span,
.widget_product_categories .current-menu-item > a + ul + span,
.widget_recent_entries .current-menu-item > a + ul + span,
.widget_meta li > a:hover + ul + span,
.widget_archive li > a:hover + ul + span,
.widget_categories li > a:hover + ul + span,
.widget_nav_menu li > a:hover + ul + span,
.widget_pages li > a:hover + ul + span,
.widget_product_categories li > a:hover + ul + span,
.widget_recent_entries li > a:hover + ul + span {
  color: #ffffff;
}
.widget_meta .current_page_ancestor > ul,
.widget_archive .current_page_ancestor > ul,
.widget_categories .current_page_ancestor > ul,
.widget_nav_menu .current_page_ancestor > ul,
.widget_pages .current_page_ancestor > ul,
.widget_product_categories .current_page_ancestor > ul,
.widget_recent_entries .current_page_ancestor > ul,
.widget_meta .current_page_parent > ul,
.widget_archive .current_page_parent > ul,
.widget_categories .current_page_parent > ul,
.widget_nav_menu .current_page_parent > ul,
.widget_pages .current_page_parent > ul,
.widget_product_categories .current_page_parent > ul,
.widget_recent_entries .current_page_parent > ul,
.widget_meta .current-cat-parent > ul,
.widget_archive .current-cat-parent > ul,
.widget_categories .current-cat-parent > ul,
.widget_nav_menu .current-cat-parent > ul,
.widget_pages .current-cat-parent > ul,
.widget_product_categories .current-cat-parent > ul,
.widget_recent_entries .current-cat-parent > ul,
.widget_meta .current-cat-ancestor > ul,
.widget_archive .current-cat-ancestor > ul,
.widget_categories .current-cat-ancestor > ul,
.widget_nav_menu .current-cat-ancestor > ul,
.widget_pages .current-cat-ancestor > ul,
.widget_product_categories .current-cat-ancestor > ul,
.widget_recent_entries .current-cat-ancestor > ul {
  display: block;
}
.widget_recent_comments .widget-title,
.widget_rss .widget-title {
  margin-bottom: 0;
}
.widget_recent_comments ul,
.widget_rss ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_recent_comments > ul,
.widget_rss > ul {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F9F9F9;
}
.widget_recent_comments li,
.widget_rss li {
  padding: 10px 20px;
}
.widget_recent_comments li:before,
.widget_rss li:before {
  content: "\f0da";
  font-family: fontawesome;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
.widget_recent_comments li ul,
.widget_rss li ul {
  padding-left: 20px;
}
/**
* Archive dropdown
* ----------------------------------------------------------------------------
*/
.widget_archive select,
.widget_categories select {
  width: 100%;
  margin-top: 20px;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: none;
}
/**
* Calendar
* ----------------------------------------------------------------------------
*/
.widget_calendar .calendar_wrap caption {
  color: #222222;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding-top: 0;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar th {
  background-color: #eeeeee;
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
  border: solid 1px #eeeeee;
  text-align: center;
  padding: 8px 0 2px;
}
.widget_calendar #wp-calendar tfoot td {
  color: #222222;
  text-transform: uppercase;
  font-weight: bold;
}
.widget_calendar #wp-calendar td#next {
  text-align: right;
}
/**
* G5Plus:Posts
* ----------------------------------------------------------------------------
*/
.widget-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-posts li {
  margin-bottom: 30px;
}
.widget-posts li:last-child {
  margin-bottom: 0;
}
.widget-posts .entry-thumb-wrap {
  width: 70px;
  margin-bottom: 0;
  float: left;
}
.widget-posts .entry-thumb-wrap + .entry-content-wrap {
  padding-left: 85px;
}
.widget-posts .entry-post-title {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.widget-posts .entry-meta-date {
  font-size: 12px;
  color: #222222;
  font-weight: 500;
}
.widget-posts .entry-thumbnail .zoomGallery {
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.widget-posts .post-video .zoomGallery {
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.widget-posts .owl-carousel > .owl-nav {
  display: none !important;
}
/**
* Search
* ----------------------------------------------------------------------------
*/
.search-form {
  position: relative;
  width: 100%;
}
.search-form .search-field {
  height: 42px;
  border: solid 1px #eeeeee;
  width: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-right: 65px;
}
.search-form .search-field:focus {
  border-color: #1086df;
}
.search-form .search-submit {
  position: absolute;
  width: 42px;
  height: 42px;
  right: 10px;
  top: 0;
  font-size: 14px;
  background-color: transparent;
  color: #727272;
  border: none;
  border-left: 0;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search-form .search-submit:hover {
  color: #1086df;
}
/**
* Tag Clound
* ----------------------------------------------------------------------------
*/
.tagcloud {
  font-size: 0;
  margin-bottom: -5px;
}
.tagcloud a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px !important;
  line-height: 18px;
  padding: 5px 20px;
  margin: 0 5px 5px 0;
  border: solid 1px #eeeeee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tagcloud a:hover {
  background-color: #1086df;
  border-color: #1086df;
  color: #ffffff;
}
/**
* Social Profile
* ----------------------------------------------------------------------------
*/
.social-profiles {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-profiles li {
  display: inline-block;
}
.social-profiles li + li {
  margin-left: 20px;
}
.social-profiles.circle li + li {
  margin-left: 5px;
}
.social-profiles.circle i {
  background-color: rgba(0, 0, 0, 0.1);
  width: 42px;
  height: 42px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 42px;
  text-align: center;
}
.social-profiles-title {
  display: inline-block;
  margin-right: 15px;
}
/**
* Mailchimp
* ----------------------------------------------------------------------------
*/
.mailchimp-widget .mailchimp {
  text-align: left;
}
.mailchimp-widget .mailchimp p {
  display: block;
}
.mailchimp-widget .mailchimp .form-control {
  height: 30px;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #eeeeee;
}
.mailchimp-widget .mailchimp .submit {
  display: none;
}
.mailchimp-widget .mailchimp .btn {
  display: block;
  margin-top: 9px;
}
/**
* Woocommerce Price Filter
* ----------------------------------------------------------------------------
*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ededed;
  height: 6px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  margin-bottom: 40px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  height: 6px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #1086df;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  height: 18px;
  width: 18px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: #1086df;
  top: -6px;
}
.woocommerce .widget_price_filter .price_label {
  font-size: 14px;
  text-transform: uppercase;
  color: #222222;
  line-height: 34px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #1086df;
  color: #ffffff;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #ffffff;
  background-color: #222;
}
/**
* Product
* ----------------------------------------------------------------------------
*/
.woocommerce ul.product_list_widget li {
  padding: 0;
  margin-bottom: 30px;
}
.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 70px;
  margin: 0 10px 0 0;
}
.woocommerce ul.product_list_widget li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #222222;
}
.woocommerce ul.product_list_widget li a:hover {
  color: #1086df;
}
.woocommerce ul.product_list_widget span.reviewer,
.woocommerce ul.product_list_widget span.amount {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #8f8f8f;
}
.woocommerce ul.product_list_widget ins span.amount {
  text-decoration: none;
}
.woocommerce ul.product_list_widget del span.amount {
  font-size: 14px;
  margin-right: 5px;
  text-decoration: line-through;
}
.woocommerce ul.product_list_widget del,
.woocommerce ul.product_list_widget ins {
  display: inline-block;
}
.woocommerce ul.product_list_widget a + span.amount,
.woocommerce ul.product_list_widget a + del {
  margin-top: 5px;
}
.woocommerce ul.product_list_widget li .star-rating {
  margin-bottom: 15px;
  margin-top: 5px;
}
/**
* Widget Layered Nav
* ----------------------------------------------------------------------------
*/
.woocommerce .widget_layered_nav .widget-title,
.woocommerce .widget_layered_nav_filters .widget-title {
  margin-bottom: 0;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color),
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F9F9F9;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li a,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li a {
  color: inherit;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li {
  display: block;
  padding: 9px 20px;
  font-weight: 500;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:before,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:before {
  content: "\f0da";
  font-family: fontawesome;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:hover,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:hover {
  background-color: #1086df;
  color: #ffffff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.woocommerce .widget_layered_nav .count,
.woocommerce .widget_layered_nav_filters .count {
  font-size: 1em;
}
/**
* yith-woocommerce-ajax-product-filter
* ----------------------------------------------------------------------------
*/
.woocommerce .widget_layered_nav ul.yith-wcan-color {
  margin-top: 40px;
  margin-bottom: -5px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a {
  position: relative;
  width: 34px;
  height: 34px;
  border: none;
  margin: 0 5px 5px 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover {
  border: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #fff;
  position: absolute;
  margin: 10px 0 0 10px;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  top: 0;
  left: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a {
  border: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:before {
  display: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #fff;
  position: absolute;
  margin: 10px 0 0 10px;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  top: 0;
  left: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label {
  margin-top: 40px;
  margin-bottom: -5px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a {
  background-color: transparent;
  font-size: 12px;
  border: 1px solid #dedede;
  margin: 0 5px 5px 0;
  line-height: 20px;
  padding: 4px 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover {
  background-color: #1086df;
  border-color: #1086df;
  color: #ffffff;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:before {
  display: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a {
  background-color: #1086df;
  border-color: #1086df;
  color: #ffffff;
}
.yit-wcan-select-open {
  margin-top: 40px;
  margin-bottom: 0;
}
/**
* widget woocompare
* ----------------------------------------------------------------------------
*/
.yith-woocompare-widget ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.yith-woocompare-widget a.button {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.yith-woocompare-widget ul.products-list a.remove {
  margin: 0;
  height: 16px;
  width: 14px;
  line-height: 1;
  font-size: 0;
}
.yith-woocompare-widget ul.products-list a.remove:hover {
  background-color: transparent;
}
.yith-woocompare-widget ul.products-list li a.title {
  font-weight: 500;
}
.yith-woocompare-widget ul.products-list li {
  margin-bottom: 20px;
}
.yith-woocompare-widget ul.products-list li:last-child {
  margin-bottom: 0;
}
/**
* Contact Form
* ----------------------------------------------------------------------------
*/
.widget_text .wpcf7-form input[type="text"],
.widget_text .wpcf7-form input[type="email"],
.widget_text .wpcf7-form input[type="url"],
.widget_text .wpcf7-form select {
  height: 30px;
}
.widget_text .wpcf7-form textarea {
  height: 58px;
}
.widget_text .wpcf7-form input[type="text"],
.widget_text .wpcf7-form input[type="email"],
.widget_text .wpcf7-form input[type="url"],
.widget_text .wpcf7-form select,
.widget_text .wpcf7-form textarea {
  width: 100%;
}
.widget_text .wpcf7-form input[type="text"]:focus,
.widget_text .wpcf7-form input[type="email"]:focus,
.widget_text .wpcf7-form input[type="url"]:focus,
.widget_text .wpcf7-form select:focus,
.widget_text .wpcf7-form textarea:focus {
  border-color: #1086df;
}
.widget_text .wpcf7-form input[type="submit"],
.widget_text .wpcf7-form button {
  padding-top: 5px;
  padding-bottom: 5px;
  border: solid 1px #1086df;
}
.widget_text .wpcf7-form p {
  margin-bottom: 5px;
}
/**
* Widget Info Box
* ----------------------------------------------------------------------------
*/
.widget-info-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget-info-box li + li {
  padding-top: 15px;
}
.widget-info-box li > i {
  float: left;
  font-size: 15px;
  text-align: center;
  width: 20px;
  line-height: 22px;
}
.widget-info-box .if-content {
  display: block;
  padding-left: 26px;
}
.widget-custom-working-hours {
  font-size: 12px;
}
.widget-custom-working-hours p {
  margin-bottom: 10px;
}
.widget-custom-working-hours p > span {
  float: right;
}
/**
* Primary Sidebar
* ----------------------------------------------------------------------------
*/
.primary-sidebar .widget:last-child {
  margin-bottom: 0;
}
.primary-sidebar .widget_meta > div,
.primary-sidebar .widget_archive > div,
.primary-sidebar .widget_categories > div,
.primary-sidebar .widget_nav_menu > div,
.primary-sidebar .widget_pages > div,
.primary-sidebar .widget_product_categories > div,
.primary-sidebar .widget_recent_entries > div {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F9F9F9;
}
@media (max-width: 991px) {
  .primary-sidebar {
    margin-top: 30px;
  }
  .sidebar-mobile-canvas-icon {
    display: block;
  }
  .sidebar-mobile-canvas-icon.changed {
    display: none;
  }
  .sidebar-mobile-canvas {
    margin-top: 0;
    opacity: 0;
    position: fixed;
    left: -300px;
    top: 0;
    padding: 30px;
    width: 300px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 999999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sidebar-mobile-canvas.changed {
    opacity: 1;
    left: 0;
  }
  .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 0 5px;
    display: block;
  }
  .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close i {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close:hover i {
    color: red;
  }
  .overlay-canvas-sidebar {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .overlay-canvas-sidebar.changed {
    display: block;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: url(http://www.emlakrentacar.com/wp-content/themes/volkanrentacar/assets/images/close.png) 15 15, default;
  }
}
/**
 * 4.0 - Header
 * ----------------------------------------------------------------------------
 */
.top-drawer-wrapper {
  background-color: #2f2f2f;
  color: #c5c5c5;
  line-height: 2em;
  position: relative;
}
.top-drawer-wrapper .widget {
  margin-bottom: 0;
}
.top-drawer-wrapper .top-drawer-toggle {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1086df;
  border-top: solid 2px rgba(0, 0, 0, 0.2);
  padding: 7px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
}
.top-drawer-wrapper.in .top-drawer-toggle,
.top-drawer-wrapper:hover .top-drawer-toggle {
  opacity: 1;
}
.top-drawer-wrapper.in .top-drawer-toggle > i:before {
  content: "\f068";
}
.top-drawer-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-drawer-type-toggle .top-drawer-inner {
  display: none;
}
@media screen and (max-width: 991px) {
  .top-drawer-mobile-invisible {
    display: none;
  }
}
.shopping-cart-icon {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
}
.shopping-cart-icon .subtotal-info-wrapper {
  display: inline-block;
}
.shopping-cart-icon > .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px 5px 0;
}
.shopping-cart-icon > .icon > i:before {
  content: '\f102';
  font-family: "flaticon";
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
}
.shopping-cart-icon > .icon > span {
  position: absolute;
  margin: auto;
  top: -10px;
  right: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background-color: #1086df;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 11px;
  font-weight: 400;
  padding-right: 1px;
}
.shopping-cart-list {
  display: block;
  visibility: hidden;
  opacity: 0;
  margin-top: 15px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  background: #fff;
  color: #212121;
  padding: 20px 0;
  width: 320px;
  line-height: 1.6;
  -webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -moz-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -ms-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -o-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
}
.shopping-cart-list li a {
  color: inherit;
}
.shopping-cart-list li a:hover {
  color: #1086df;
}
.shopping-cart-list ul.cart_list {
  list-style: none;
  margin: 0;
  max-height: 256px;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}
.shopping-cart-list ul.cart_list li img {
  width: 60px;
}
.shopping-cart-list ul.cart_list li,
.shopping-cart-list p.total {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.shopping-cart-list ul.cart_list li + li {
  border-top: solid 1px #eeeeee;
  padding-top: 15px;
}
.shopping-cart-list p.total {
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  padding-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
}
.shopping-cart-list ul.cart_list li:last-child {
  margin-bottom: 15px;
}
.shopping-cart-list ul.cart_list li.empty {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  text-align: center;
}
.shopping-cart-list li.mini_cart_item a.remove {
  position: absolute;
  right: 20px;
  font-size: 0;
  color: #212121 !important;
}
.shopping-cart-list li.mini_cart_item a.remove:before {
  content: '\f00d';
  font-family: 'fontawesome';
  font-size: 13px;
}
.shopping-cart-list li.mini_cart_item a.remove:hover {
  color: #1086df !important;
}
.shopping-cart-list span.quantity {
  margin-top: 5px;
  display: block;
}
.shopping-cart-list p.buttons {
  margin: 0;
  text-align: center;
  padding: 15px 20px 0 20px;
}
.shopping-cart-list p.buttons a.button + a.button {
  margin-left: 10px;
}
.shopping-cart-list p.buttons .button {
  background-color: #1086df;
  border: none;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 8px 18px;
  font-weight: 500;
  line-height: 1.6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shopping-cart-list p.buttons .button:hover {
  background-color: #000;
}
.widget_shopping_cart_content {
  position: relative;
  text-align: left;
}
.widget_shopping_cart_content:hover .shopping-cart-list {
  visibility: visible;
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -moz-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -ms-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -o-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
}
#search_popup_wrapper .dialog-inner {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
}
#search_popup_wrapper form {
  padding-right: 90px;
  position: relative;
}
#search_popup_wrapper input {
  width: 100%;
}
#search_popup_wrapper button {
  position: absolute;
  top: 0;
  right: 0;
}
.bar-left {
  text-align: left;
}
.bar-left .menu ul {
  left: 100%;
  right: auto;
}
.bar-left .menu li > ul {
  left: 0;
}
.bar-right {
  text-align: right;
}
.bar-right .widget {
  text-align: left;
}
.bar-wrapper {
  line-height: 30px;
  font-size: 12px;
}
.bar-wrapper .bottom-bar-inner .widget,
.bar-wrapper .top-bar-inner .widget {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
.bar-wrapper .bottom-bar-inner .widget + .widget,
.bar-wrapper .top-bar-inner .widget + .widget {
  margin-left: 40px;
}
.bar-wrapper .menu {
  margin-top: 0;
}
.bar-wrapper .menu li {
  position: relative;
  font-size: 12px;
  color: inherit;
}
.bar-wrapper .menu li a {
  background-color: transparent !important;
  border: none;
}
.bar-wrapper .menu li:hover > ul {
  display: block;
}
.bar-wrapper .menu > li {
  display: inline-block;
  line-height: 30px;
}
.bar-wrapper .menu > li + li {
  margin-left: 30px;
}
.bar-wrapper .menu > li > ul {
  right: 0;
}
.bar-wrapper .menu > li:hover ul {
  -webkit-transform: translateY(0);
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
}
.bar-wrapper .menu > li > a {
  padding: 0;
}
.bar-wrapper .menu > li > a:before {
  display: none;
}
.bar-wrapper .menu > li .li-caret {
  display: none;
}
.bar-wrapper .menu ul {
  display: none;
  text-align: left;
  padding: 10px 15px;
  left: auto;
  right: 100%;
  min-width: 180px;
  background-color: #fff;
  color: #212121;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 9999;
}
.bar-wrapper .menu ul a {
  padding: 5px 0;
}
.bar-wrapper .menu ul a:hover {
  color: #1086df !important;
}
.bar-wrapper .menu .current_page_item > a,
.bar-wrapper .menu .current_page_ancestor > a,
.bar-wrapper .menu .current_page_parent > a,
.bar-wrapper .menu .current-cat > a,
.bar-wrapper .menu .current-cat-parent > a,
.bar-wrapper .menu .current-cat-ancestor > a,
.bar-wrapper .menu li:hover > a {
  background-color: transparent;
}
.bar-wrapper.text-center .bar-left,
.bar-wrapper.text-center .bar-right {
  text-align: center;
}
.bar-wrapper .social-profiles-text-follow {
  display: inline-block;
  font-weight: 400;
  margin-right: 15px;
}
.bar-wrapper .social-profiles {
  display: inline-block;
  font-size: 13px;
}
.bar-wrapper .widget-info-box li > i {
  text-align: left;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.bar-wrapper .widget-info-box ul li {
  display: inline-block;
}
.bar-wrapper .widget-info-box .if-content {
  display: inline-block;
  padding-left: 0;
}
.bar-wrapper .widget-info-box li + li {
  padding-top: 0;
  margin-left: 20px;
}
.top-bar-wrapper a:hover {
  color: #1086df;
}
.top-bar-wrapper {
  background-color: #222222;
  color: #ffffff;
}
.top-bar-wrapper a {
  color: inherit;
}
.top-bar-wrapper.full-border {
  border-bottom: solid 1px #333333;
}
.top-bar-wrapper.container-border .top-bar-inner {
  border-bottom: solid 1px #333333;
}
.top-bar-wrapper .menu li > a:hover {
  color: #ffffff;
}
.top-bar-wrapper .search-form-small .search-form .search-field {
  border-color: #333333;
  background-color: #fff;
}
.top-bar-wrapper .search-form-small .search-form .search-submit {
  background-color: #222 !important;
}
.top-bar-wrapper .search-form-square .search-form .search-field {
  background-color: #fff;
}
.top-bar-wrapper .social-profiles.circle i {
  background-color: #333333;
}
.top-bar-inner {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (min-width: 992px) {
  header.header-mobile {
    display: none;
    height: 0;
  }
  .main-header {
    background-color: #ffffff;
    color: #212121;
  }
  .header-wrapper .container-inner {
    position: relative;
  }
  .header-above-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logo-header {
    float: left;
    height: 84px;
    font-size: 0;
    position: relative;
  }
  .logo-header:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .logo-header img {
    max-height: 84px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
  }
  .logo-sticky {
    display: none;
  }
  .header-row > .container,
  .header-wrapper > .container {
    position: relative;
  }
  .float-header {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
  }
  .header-wrapper.container-full .container {
    width: 100%;
  }
  .header-wrapper.container-full .container > .container-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-nav-wrapper {
    background-color: #ffffff;
    color: #222222;
  }
  .header-nav-wrapper .search-form input {
    height: 44px;
  }
  .header-nav-wrapper .search-form .search-submit {
    height: 44px;
    width: 44px;
    padding: 0;
    text-align: center;
  }
  .header-right {
    float: right;
    text-align: right;
  }
  .header-customize-wrapper .header-customize-item:first-child {
    margin-left: 30px;
  }
  .header-customize-nav {
    float: right;
    line-height: 84px;
    color: #222222;
  }
  .header-customize-nav .header-customize-item {
    margin-left: 20px;
  }
  .header-customize-nav a {
    color: #222222;
  }
  .header-customize-nav a.btn,
  .header-customize-nav a.btn:hover {
    color: #fff;
  }
  .header-customize-nav a:hover {
    color: #222222;
  }
  .header-customize-nav .shopping-cart-icon {
    border-top: none;
    border-bottom: none;
  }
  .header-customize-nav .shopping-cart-icon .subtotal-info-wrapper {
    display: none;
  }
  .header-customize-nav .item-email > a,
  .header-customize-nav .item-phone > a {
    font-size: 20px;
    width: auto;
    height: auto;
    background-color: transparent;
    color: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .header-customize-nav .item-email > a:hover,
  .header-customize-nav .item-phone > a:hover {
    background-color: transparent;
  }
  .header-customize-nav .item-email > span,
  .header-customize-nav .item-phone > span {
    display: none;
  }
  .header-customize-nav .social-profiles a {
    font-size: 1.2em;
  }
  .header-customize-nav .social-profiles a:hover {
    color: #1086df;
  }
  .header-customize-nav .social-profiles li + li {
    margin-left: 15px;
  }
  .header-customize-nav .item-search,
  .header-customize-nav .item-info {
    font-size: 20px;
  }
  .header-customize-left,
  .header-customize-right {
    line-height: 84px;
  }
  .header-customize-left .header-customize-item:first-child,
  .header-customize-right .header-customize-item:first-child {
    margin-left: 0;
  }
  .header-customize-left {
    float: left;
    text-align: left;
  }
  .header-customize-left .header-customize-item {
    margin-left: 30px;
  }
  .header-customize-right {
    float: right;
    text-align: right;
  }
  .header-customize-right .header-customize-item {
    margin-left: 40px;
  }
  .header-customize-item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    max-width: 100%;
  }
  .header-customize-item.item-search > a,
  .header-customize-item.item-info > a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-customize-item.item-search > a:hover,
  .header-customize-item.item-info > a:hover {
    color: #1086df;
  }
  .header-customize-item.item-search .search-form {
    margin-top: 0;
    width: 240px;
  }
  .header-customize-item.item-search .search-field {
    font-size: 14px;
  }
  .item-info {
    text-align: left;
  }
  .item-info > i,
  .item-info > a {
    width: 36px;
    height: 36px;
    background-color: #1086df;
    text-align: center;
    line-height: 36px;
    float: left;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .item-info > i:hover,
  .item-info > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .item-info > div {
    line-height: 18px;
    margin-left: 46px;
    white-space: nowrap;
  }
  .item-info > div.label {
    font-weight: 700;
    color: #666666;
  }
  .item-sidebar {
    line-height: 30px;
  }
  .item-sidebar .widget {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
  }
  .item-sidebar .widget + .widget {
    margin-left: 30px;
  }
  .item-sidebar .widget + .widget:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
    height: 15px;
    border-left: solid 1px;
    border-color: #eeeeee;
  }
  .header-wrapper.full-border,
  .header-wrapper.container-border .container-inner {
    border-bottom: solid 1px #eeeeee;
  }
  .header-above-wrapper.full-border,
  .header-above-wrapper.container-border .header-above-inner {
    border-bottom: solid 1px #eeeeee;
  }
  .header-float {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
  }
  .header-float input[type="text"],
  .header-float input[type="search"],
  .header-float input[type="email"],
  .header-float input[type="url"],
  .header-float input[type="password"],
  .header-float input[type="tel"],
  .header-float textarea,
  .header-float select {
    color: #212121;
  }
  .header-float input[type="text"]::-webkit-input-placeholder,
  .header-float input[type="search"]::-webkit-input-placeholder,
  .header-float input[type="email"]::-webkit-input-placeholder,
  .header-float input[type="url"]::-webkit-input-placeholder,
  .header-float input[type="password"]::-webkit-input-placeholder,
  .header-float input[type="tel"]::-webkit-input-placeholder,
  .header-float textarea::-webkit-input-placeholder,
  .header-float select::-webkit-input-placeholder {
    color: #212121;
  }
  .header-float input[type="text"]:-moz-placeholder,
  .header-float input[type="search"]:-moz-placeholder,
  .header-float input[type="email"]:-moz-placeholder,
  .header-float input[type="url"]:-moz-placeholder,
  .header-float input[type="password"]:-moz-placeholder,
  .header-float input[type="tel"]:-moz-placeholder,
  .header-float textarea:-moz-placeholder,
  .header-float select:-moz-placeholder {
    color: #212121;
  }
  .header-float input[type="text"]::-moz-placeholder,
  .header-float input[type="search"]::-moz-placeholder,
  .header-float input[type="email"]::-moz-placeholder,
  .header-float input[type="url"]::-moz-placeholder,
  .header-float input[type="password"]::-moz-placeholder,
  .header-float input[type="tel"]::-moz-placeholder,
  .header-float textarea::-moz-placeholder,
  .header-float select::-moz-placeholder {
    color: #212121;
  }
  .header-float input[type="text"]:-ms-input-placeholder,
  .header-float input[type="search"]:-ms-input-placeholder,
  .header-float input[type="email"]:-ms-input-placeholder,
  .header-float input[type="url"]:-ms-input-placeholder,
  .header-float input[type="password"]:-ms-input-placeholder,
  .header-float input[type="tel"]:-ms-input-placeholder,
  .header-float textarea:-ms-input-placeholder,
  .header-float select:-ms-input-placeholder {
    color: #212121;
  }
  .header-search-gray header .search-form input {
    border-color: #eeeeee;
  }
  .header-search-gray header .search-form button {
    background-color: #eeeeee;
  }
  .header-search-gray2 header .search-form input {
    border-color: #d5d5d5;
  }
  .header-search-gray2 header .search-form button {
    background-color: #d5d5d5;
  }
  .header-search-transparent header .search-product-wrapper > input {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
  }
  .header-search-transparent header .search-product-wrapper.search-ajax-content .categories {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .header-search-transparent header .search-product-wrapper > button {
    color: #1086df;
    background-color: #fff;
    border: none;
  }
  .header-customize-item.search-form-small .search-form .search-field {
    border-color: #d5d5d5;
  }
  .is-sticky .menu-categories,
  .is-sticky .logo-header {
    height: 55px;
  }
  .is-sticky .x-nav-menu > .x-menu-item > .x-menu-a-text {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
  .is-sticky .menu-categories,
  .is-sticky .menu-categories-select > i,
  .is-sticky .header-customize-nav {
    line-height: 55px;
  }
  .is-sticky .logo-header img {
    max-height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .is-sticky .logo-sticky {
    display: initial;
  }
  .is-sticky .has-logo-sticky .no-sticky {
    display: none;
  }
  .header-1 .is-sticky .header-above-inner,
  .header-2 .is-sticky .header-above-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-nav-hidden .is-sticky .product-text,
  .header-nav-hidden .is-sticky .menu-switch,
  .header-nav-hidden .is-sticky .header-search .search-product-wrapper .categories > span {
    line-height: 55px;
  }
  .header-nav-hidden .is-sticky .header-search .search-product-wrapper > input {
    height: 55px;
  }
  .header-1 .header-customize-nav,
  .header-2 .header-customize-nav {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .header-1 .primary-menu,
  .header-2 .primary-menu {
    float: right;
  }
  .header-2 .logo-header {
    padding-right: 40px;
  }
  .header-2 .logo-header:after {
    content: '';
    background-color: #1086df;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1000px;
  }
  .header-5 .header-wrapper {
    border-bottom: solid 1px #eeeeee;
  }
  .header-5 .logo-header {
    padding-right: 30px;
    border-right: solid 1px;
    border-color: #eeeeee;
  }
  .header-5 nav.primary-menu {
    text-align: center;
  }
  .header-5 .header-customize-nav {
    border-left: solid 1px;
    border-color: #eeeeee;
  }
  .header-5 .x-nav-menu > .x-menu-item > .x-menu-a-text:before {
    border-top-color: #222222;
  }
  .header-5 .item-info > div {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .search-product-wrapper > input {
    width: 500px;
  }
}
.nav-custom-list {
  font-size: 13px;
  font-weight: 700;
}
.nav-custom-list a + a {
  margin-left: 30px;
}
.is-sticky .sticky-region {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
  margin: auto;
}
body:not(.header-is-float) .is-sticky {
  height: 55px;
}
.header-sticky-fix-style .is-sticky .sticky-region {
  background-color: rgba(0, 0, 0, 0.9);
}
body.boxed .is-sticky .sticky-region {
  max-width: 1200px;
  width: 100%;
}
header.main-header .textwidget > span i,
header.header-mobile .textwidget > span i {
  font-size: 13px;
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  header.main-header {
    display: none;
  }
  header.header-mobile {
    display: block;
    height: auto;
  }
  .top-bar-wrapper {
    background-color: #ffffff !important;
    color: #444444 !important;
  }
  .top-bar-wrapper.full-border {
    border-bottom: solid 1px #eeeeee !important;
  }
  .top-bar-wrapper.container-border .top-bar-inner {
    border-bottom: solid 1px #eeeeee !important;
  }
  .top-bar-wrapper .widget + .widget:before,
  .top-bar-wrapper .menu > li + li:before {
    border-left: solid 1px;
    border-color: #eeeeee;
  }
  .top-bar-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .header-mobile-inner {
    background-color: #ffffff !important;
    color: #444444 !important;
  }
  .header-mobile-inner a {
    color: #444444;
  }
  .header-mobile-inner a:hover {
    color: #1086df;
  }
  .header-mobile-inner .toggle-icon-wrapper .toggle-icon:after,
  .header-mobile-inner .toggle-icon-wrapper .toggle-icon:before,
  .header-mobile-inner .toggle-icon-wrapper .toggle-icon > span {
    background-color: #444444 !important;
  }
  .header-mobile-container-inner {
    position: relative;
  }
  .header-mobile-container-inner > div {
    line-height: 90px !important;
  }
  .toggle-mobile-menu {
    float: left;
  }
  .logo-mobile-wrapper,
  .item-shopping-cart,
  .mobile-search-button,
  .shopping-cart-icon {
    display: inline-block;
  }
  .shopping-cart-list {
    margin-top: 0;
  }
  .item-shopping-cart .subtotal-info-wrapper {
    display: none;
  }
  .item-shopping-cart,
  .mobile-search-button {
    float: right;
  }
  .item-shopping-cart + .mobile-search-button {
    margin-right: 20px;
  }
  .mobile-search-button {
    font-size: 20px;
    position: relative;
    z-index: 1;
  }
  .logo-mobile-wrapper {
    position: absolute;
    padding-left: 50px;
    padding-right: 50px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .nav-menu-mobile {
    display: none;
  }
  .menu-drop-fly .search-form {
    padding: 20px;
    position: relative;
    background-color: #111;
    margin-top: 0;
  }
  .menu-drop-fly .search-form input {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #333;
    background-color: #333;
  }
  .menu-drop-fly .search-form button {
    position: absolute;
    right: 20px;
    top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 0;
  }
  .menu-drop-dropdown li li a.x-menu-a-text {
    padding-left: 20px;
  }
  .menu-drop-dropdown li li li a.x-menu-a-text {
    padding-left: 40px;
  }
  .menu-drop-dropdown li li li li a.x-menu-a-text {
    padding-left: 60px;
  }
  .both-mobile-icon .logo-mobile-wrapper {
    padding-right: 90px;
  }
  .header-mobile-2 .toggle-icon-wrapper {
    float: right;
    margin-left: 10px;
  }
  .header-mobile-2 .logo-mobile-wrapper {
    text-align: left;
    padding-left: 0;
    padding-right: 90px;
  }
  .header-mobile-2 .both-mobile-icon .logo-mobile-wrapper {
    padding-right: 130px;
  }
  .header-mobile-2 .mobile-search-button {
    margin-right: 10px;
  }
  .header-mobile-2 .item-shopping-cart + .mobile-search-button {
    margin-right: 20px;
  }
  .header-mobile-3 .toggle-icon-wrapper {
    margin-right: 20px;
  }
  .header-mobile-3 .item-shopping-cart,
  .header-mobile-3 .mobile-search-button {
    float: left;
  }
  .header-mobile-3 .logo-mobile-wrapper {
    text-align: right;
    padding-left: 90px;
    padding-right: 0;
  }
  .header-mobile-3 .both-mobile-icon .logo-mobile-wrapper {
    padding-left: 130px;
  }
  .header-mobile-3 .item-shopping-cart + .mobile-search-button {
    margin-left: 10px;
  }
  .header-mobile-4 .both-mobile-icon .logo-mobile-wrapper {
    padding-right: 50px;
  }
  .is-sticky {
    height: 60px;
  }
  .is-sticky .header-mobile-container-inner > div {
    line-height: 60px !important;
  }
  .is-sticky .header-mobile-nav.menu-drop-dropdown {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 480px) {
  #search_popup_wrapper .dialog-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #search_popup_wrapper form {
    padding-right: 0;
  }
  #search_popup_wrapper button {
    position: static;
    margin-top: 10px;
    width: 100%;
  }
}
/**
 * 5.0 - Footer
 * ----------------------------------------------------------------------------
 */
.main-footer-wrapper {
  background-color: #2a2a2a;
  color: #b2b2b2;
}
.main-footer-wrapper .widget {
  margin-bottom: 40px;
}
.main-footer.full-border,
.main-footer.container-border .footer-inner {
  border-top: solid 1px #373737;
}
.main-footer a {
  color: inherit;
}
.main-footer a:hover {
  color: #1086df;
}
.main-footer .widget-title {
  color: #ffffff;
  background-color: transparent;
  border-left: solid 3px;
  border-left-color: #1086df;
  border-right-color: #1086df !important;
  line-height: 26px;
  padding: 0 0 0 20px;
  margin-bottom: 25px;
}
.main-footer .widget_meta > ul,
.main-footer .widget_archive > ul,
.main-footer .widget_categories > ul,
.main-footer .widget_nav_menu > ul,
.main-footer .widget_pages > ul,
.main-footer .widget_product_categories > ul,
.main-footer .widget_recent_entries > ul,
.main-footer .woocommerce .widget_layered_nav > ul,
.main-footer .woocommerce .widget_layered_nav_filters > ul,
.main-footer .yith-woocompare-widget > ul,
.main-footer .widget_meta .menu-main-menu-container,
.main-footer .widget_archive .menu-main-menu-container,
.main-footer .widget_categories .menu-main-menu-container,
.main-footer .widget_nav_menu .menu-main-menu-container,
.main-footer .widget_pages .menu-main-menu-container,
.main-footer .widget_product_categories .menu-main-menu-container,
.main-footer .widget_recent_entries .menu-main-menu-container,
.main-footer .woocommerce .widget_layered_nav .menu-main-menu-container,
.main-footer .woocommerce .widget_layered_nav_filters .menu-main-menu-container,
.main-footer .yith-woocompare-widget .menu-main-menu-container {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.main-footer .widget_meta li,
.main-footer .widget_archive li,
.main-footer .widget_categories li,
.main-footer .widget_nav_menu li,
.main-footer .widget_pages li,
.main-footer .widget_product_categories li,
.main-footer .widget_recent_entries li,
.main-footer .woocommerce .widget_layered_nav li,
.main-footer .woocommerce .widget_layered_nav_filters li,
.main-footer .yith-woocompare-widget li {
  color: inherit;
}
.main-footer .widget_meta li:hover > a,
.main-footer .widget_archive li:hover > a,
.main-footer .widget_categories li:hover > a,
.main-footer .widget_nav_menu li:hover > a,
.main-footer .widget_pages li:hover > a,
.main-footer .widget_product_categories li:hover > a,
.main-footer .widget_recent_entries li:hover > a,
.main-footer .woocommerce .widget_layered_nav li:hover > a,
.main-footer .woocommerce .widget_layered_nav_filters li:hover > a,
.main-footer .yith-woocompare-widget li:hover > a {
  border-bottom-color: transparent;
}
.main-footer .widget_meta li > a,
.main-footer .widget_archive li > a,
.main-footer .widget_categories li > a,
.main-footer .widget_nav_menu li > a,
.main-footer .widget_pages li > a,
.main-footer .widget_product_categories li > a,
.main-footer .widget_recent_entries li > a,
.main-footer .woocommerce .widget_layered_nav li > a,
.main-footer .woocommerce .widget_layered_nav_filters li > a,
.main-footer .yith-woocompare-widget li > a {
  padding: 0;
  color: inherit;
  border: none;
}
.main-footer .widget_meta li > a:hover,
.main-footer .widget_archive li > a:hover,
.main-footer .widget_categories li > a:hover,
.main-footer .widget_nav_menu li > a:hover,
.main-footer .widget_pages li > a:hover,
.main-footer .widget_product_categories li > a:hover,
.main-footer .widget_recent_entries li > a:hover,
.main-footer .woocommerce .widget_layered_nav li > a:hover,
.main-footer .woocommerce .widget_layered_nav_filters li > a:hover,
.main-footer .yith-woocompare-widget li > a:hover {
  background-color: transparent;
  color: #1086df;
}
.main-footer .widget_meta li li > a,
.main-footer .widget_archive li li > a,
.main-footer .widget_categories li li > a,
.main-footer .widget_nav_menu li li > a,
.main-footer .widget_pages li li > a,
.main-footer .widget_product_categories li li > a,
.main-footer .widget_recent_entries li li > a,
.main-footer .woocommerce .widget_layered_nav li li > a,
.main-footer .woocommerce .widget_layered_nav_filters li li > a,
.main-footer .yith-woocompare-widget li li > a {
  padding-left: 20px;
}
.main-footer .widget_meta li li li > a,
.main-footer .widget_archive li li li > a,
.main-footer .widget_categories li li li > a,
.main-footer .widget_nav_menu li li li > a,
.main-footer .widget_pages li li li > a,
.main-footer .widget_product_categories li li li > a,
.main-footer .widget_recent_entries li li li > a,
.main-footer .woocommerce .widget_layered_nav li li li > a,
.main-footer .woocommerce .widget_layered_nav_filters li li li > a,
.main-footer .yith-woocompare-widget li li li > a {
  padding-left: 40px;
}
.main-footer .widget_meta li li li li > a,
.main-footer .widget_archive li li li li > a,
.main-footer .widget_categories li li li li > a,
.main-footer .widget_nav_menu li li li li > a,
.main-footer .widget_pages li li li li > a,
.main-footer .widget_product_categories li li li li > a,
.main-footer .widget_recent_entries li li li li > a,
.main-footer .woocommerce .widget_layered_nav li li li li > a,
.main-footer .woocommerce .widget_layered_nav_filters li li li li > a,
.main-footer .yith-woocompare-widget li li li li > a {
  padding-left: 60px;
}
.main-footer .widget_meta .current_page_item > a,
.main-footer .widget_archive .current_page_item > a,
.main-footer .widget_categories .current_page_item > a,
.main-footer .widget_nav_menu .current_page_item > a,
.main-footer .widget_pages .current_page_item > a,
.main-footer .widget_product_categories .current_page_item > a,
.main-footer .widget_recent_entries .current_page_item > a,
.main-footer .woocommerce .widget_layered_nav .current_page_item > a,
.main-footer .woocommerce .widget_layered_nav_filters .current_page_item > a,
.main-footer .yith-woocompare-widget .current_page_item > a,
.main-footer .widget_meta .current_page_ancestor > a,
.main-footer .widget_archive .current_page_ancestor > a,
.main-footer .widget_categories .current_page_ancestor > a,
.main-footer .widget_nav_menu .current_page_ancestor > a,
.main-footer .widget_pages .current_page_ancestor > a,
.main-footer .widget_product_categories .current_page_ancestor > a,
.main-footer .widget_recent_entries .current_page_ancestor > a,
.main-footer .woocommerce .widget_layered_nav .current_page_ancestor > a,
.main-footer .woocommerce .widget_layered_nav_filters .current_page_ancestor > a,
.main-footer .yith-woocompare-widget .current_page_ancestor > a,
.main-footer .widget_meta .current_page_parent > a,
.main-footer .widget_archive .current_page_parent > a,
.main-footer .widget_categories .current_page_parent > a,
.main-footer .widget_nav_menu .current_page_parent > a,
.main-footer .widget_pages .current_page_parent > a,
.main-footer .widget_product_categories .current_page_parent > a,
.main-footer .widget_recent_entries .current_page_parent > a,
.main-footer .woocommerce .widget_layered_nav .current_page_parent > a,
.main-footer .woocommerce .widget_layered_nav_filters .current_page_parent > a,
.main-footer .yith-woocompare-widget .current_page_parent > a,
.main-footer .widget_meta .current-cat > a,
.main-footer .widget_archive .current-cat > a,
.main-footer .widget_categories .current-cat > a,
.main-footer .widget_nav_menu .current-cat > a,
.main-footer .widget_pages .current-cat > a,
.main-footer .widget_product_categories .current-cat > a,
.main-footer .widget_recent_entries .current-cat > a,
.main-footer .woocommerce .widget_layered_nav .current-cat > a,
.main-footer .woocommerce .widget_layered_nav_filters .current-cat > a,
.main-footer .yith-woocompare-widget .current-cat > a,
.main-footer .widget_meta .current-cat-parent > a,
.main-footer .widget_archive .current-cat-parent > a,
.main-footer .widget_categories .current-cat-parent > a,
.main-footer .widget_nav_menu .current-cat-parent > a,
.main-footer .widget_pages .current-cat-parent > a,
.main-footer .widget_product_categories .current-cat-parent > a,
.main-footer .widget_recent_entries .current-cat-parent > a,
.main-footer .woocommerce .widget_layered_nav .current-cat-parent > a,
.main-footer .woocommerce .widget_layered_nav_filters .current-cat-parent > a,
.main-footer .yith-woocompare-widget .current-cat-parent > a,
.main-footer .widget_meta .current-cat-ancestor > a,
.main-footer .widget_archive .current-cat-ancestor > a,
.main-footer .widget_categories .current-cat-ancestor > a,
.main-footer .widget_nav_menu .current-cat-ancestor > a,
.main-footer .widget_pages .current-cat-ancestor > a,
.main-footer .widget_product_categories .current-cat-ancestor > a,
.main-footer .widget_recent_entries .current-cat-ancestor > a,
.main-footer .woocommerce .widget_layered_nav .current-cat-ancestor > a,
.main-footer .woocommerce .widget_layered_nav_filters .current-cat-ancestor > a,
.main-footer .yith-woocompare-widget .current-cat-ancestor > a,
.main-footer .widget_meta li:hover > a,
.main-footer .widget_archive li:hover > a,
.main-footer .widget_categories li:hover > a,
.main-footer .widget_nav_menu li:hover > a,
.main-footer .widget_pages li:hover > a,
.main-footer .widget_product_categories li:hover > a,
.main-footer .widget_recent_entries li:hover > a,
.main-footer .woocommerce .widget_layered_nav li:hover > a,
.main-footer .woocommerce .widget_layered_nav_filters li:hover > a,
.main-footer .yith-woocompare-widget li:hover > a {
  background-color: transparent;
  color: #1086df;
  border: none;
}
.main-footer .widget .widget-title {
  margin-bottom: 20px;
}
.main-footer .widget-posts .entry-meta-date {
  color: #f7f7f7;
}
.main-footer .tagcloud a {
  border-color: #373737;
}
.main-footer .tagcloud a:hover {
  border-color: #1086df;
  color: #ffffff;
}
.main-footer .wpcf7-form input[type="text"],
.main-footer .wpcf7-form input[type="email"],
.main-footer .wpcf7-form input[type="url"],
.main-footer .wpcf7-form select,
.main-footer .wpcf7-form textarea {
  border-color: #373737;
}
.main-footer .wpcf7-form input[type="text"]:focus,
.main-footer .wpcf7-form input[type="email"]:focus,
.main-footer .wpcf7-form input[type="url"]:focus,
.main-footer .wpcf7-form select:focus,
.main-footer .wpcf7-form textarea:focus {
  border-color: #1086df;
}
.main-footer .wpcf7-form input[type="submit"]:hover,
.main-footer .wpcf7-form button:hover {
  border: solid 1px #1086df;
  background-color: transparent;
  color: #b2b2b2;
}
.main-footer .widget-custom-working-hours p > span {
  color: #f7f7f7;
}
.main-footer .social-profiles.circle i {
  background-color: #373737;
}
.main-footer .mailchimp-widget .mailchimp .form-control {
  border: 1px solid #373737;
}
.main-footer .mailchimp-widget .mailchimp .btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
.footer-inner {
  padding-top: 60px;
  padding-bottom: 20px;
}
.bottom-bar-wrapper {
  background-color: #222222;
  color: #b2b2b2;
}
.bottom-bar-wrapper.full-border,
.bottom-bar-wrapper.container-border .bottom-bar-inner {
  border-top: solid 1px #383838;
}
.bottom-bar-wrapper .widget + .widget {
  margin-left: 10px;
}
.bottom-bar-wrapper .widget_text strong,
.bottom-bar-wrapper .menu li > a:hover {
  color: #f7f7f7;
}
.bottom-bar-wrapper .menu ul {
  bottom: 100%;
}
.bottom-bar-wrapper .social-profiles.circle i {
  background-color: #383838;
  color: #f7f7f7;
}
.bottom-bar-inner {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  footer.enable-parallax {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
  }
  footer.enable-parallax.static {
    position: static !important;
  }
  body.boxed footer.enable-parallax {
    max-width: 1210px;
  }
}
@media only screen and (max-width: 991px) {
  .bottom-bar-left,
  .bottom-bar-right {
    text-align: center;
  }
  .bottom-bar-left {
    margin-bottom: 10px;
  }
  .sidebar.col-sm-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  footer.footer-collapse-able .widget-title {
    margin-bottom: 0;
    cursor: pointer;
  }
  footer.footer-collapse-able .widget-title:after {
    content: '+';
    float: right;
  }
  footer.footer-collapse-able .widget-title.title-expanded:after {
    content: '-';
  }
  footer.footer-collapse-able .widget-title + div,
  footer.footer-collapse-able .widget-title + ul {
    padding-top: 20px;
    margin: 0;
  }
  footer.footer-collapse-able .main-footer .sidebar {
    margin-bottom: 0;
  }
  footer.footer-collapse-able .main-footer .sidebar + .sidebar {
    margin-top: 20px;
  }
  footer.main-footer-wrapper .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
  .sidebar .two-col ul > li {
    width: auto;
    float: none;
  }
}
.no-widget-content {
  padding: 50px 30px;
  text-align: center;
  border: dashed 2px #373737;
}
.bottom-bar-wrapper .no-widget-content {
  padding: 10px;
}
/**
 * 6.0 - Blog
 * ----------------------------------------------------------------------------
 */
.page-links {
  clear: both;
}
.page-links .page-link {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #1086df;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-links .page-link.current,
.page-links .page-link:hover,
.page-links .page-link:focus {
  background-color: #1086df;
  color: #ffffff;
}
.page-links a > .page-link {
  background-color: #222222;
}
.page-links > .page-links-title {
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 30px;
  color: #222222;
}
/**
* Thumb
* ----------------------------------------------------------------------------
*/
.entry-thumbnail {
  position: relative;
}
.entry-thumbnail img {
  width: 100%;
}
.entry-thumbnail .zoomGallery {
  position: absolute;
  bottom: 0;
  width: 56px;
  height: 55px;
  right: 0;
  line-height: 54px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.entry-thumbnail:hover .zoomGallery {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.entry-thumbnail:hover .entry-thumbnail-overlay:before {
  opacity: 1;
}
.entry-thumbnail:hover .product-deal-countdown {
  opacity: 0;
  z-index: -1;
}
.entry-thumbnail-overlay {
  position: relative;
  z-index: 2;
  display: block;
}
.entry-thumbnail-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post-video .entry-thumbnail-overlay:before {
  opacity: 1;
}
.post-video .zoomGallery {
  opacity: 1;
  font-size: 36px;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.post-video .zoomGallery:hover {
  color: #1086df;
}
.no-image {
  background-color: #f5f5f5;
}
.no-image .block-center-inner {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.05em;
}
/**
* Post Meta
* ----------------------------------------------------------------------------
*/
.entry-post-meta {
  display: inline-block;
  font-size: 0;
  margin-bottom: 25px;
}
.entry-post-meta > div {
  display: inline-block;
  vertical-align: middle;
}
.entry-post-meta .entry-meta-format {
  width: 44px;
  height: 38px;
  text-align: center;
  color: #fff;
  background-color: #222222;
  font-size: 18px;
}
.entry-post-meta .entry-meta-format i {
  line-height: 38px;
}
.entry-post-meta .entry-meta-date {
  font-size: 12px;
  background-color: #f9f9f9;
  line-height: 20px;
  padding: 9px 15px;
}
.entry-post-meta .entry-meta-date > a {
  color: #222222;
  font-weight: 500;
}
/**
* Post Meta 2
* ----------------------------------------------------------------------------
*/
.entry-post-meta-2 {
  display: inline-block;
  font-size: 0;
  margin-bottom: 15px;
}
.entry-post-meta-2 > div {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  color: #222222;
  margin-right: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.entry-post-meta-2 > div a {
  color: #222222;
}
.entry-post-meta-2 > div a:hover {
  color: #1086df;
}
.entry-post-meta-2 > div:last-child {
  margin-right: 0;
}
.entry-post-meta-2 i {
  font-size: 14px;
  color: #1086df;
  margin-right: 5px;
}
/**
* Paging Navigation
* ----------------------------------------------------------------------------
*/
.paging-navigation {
  padding-top: 30px;
}
.woocommerce-pagination,
.paging-navigation,
.comment-navigation {
  font-size: 0;
}
.woocommerce-pagination .page-numbers,
.paging-navigation .page-numbers,
.comment-navigation .page-numbers {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #222222;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-pagination .page-numbers.current,
.paging-navigation .page-numbers.current,
.comment-navigation .page-numbers.current,
.woocommerce-pagination .page-numbers:hover,
.paging-navigation .page-numbers:hover,
.comment-navigation .page-numbers:hover,
.woocommerce-pagination .page-numbers:focus,
.paging-navigation .page-numbers:focus,
.comment-navigation .page-numbers:focus {
  background-color: #1086df;
  color: #ffffff;
}
.woocommerce-pagination .page-numbers i,
.paging-navigation .page-numbers i,
.comment-navigation .page-numbers i {
  font-size: 10px;
  font-weight: normal;
}
.woocommerce-pagination .page-numbers:last-child,
.paging-navigation .page-numbers:last-child,
.comment-navigation .page-numbers:last-child {
  margin-right: 0;
}
.entry-thumb-wrap {
  margin-bottom: 30px;
  position: relative;
}
.entry-thumb-wrap .entry-post-meta {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  margin: 0 !important;
}
.entry-post-title {
  font-weight: 600;
  line-height: 1.4;
  font-size: 22px;
  margin-bottom: 15px;
}
.entry-excerpt {
  margin-bottom: 20px;
  line-height: 2em;
}
.entry-excerpt p:last-child {
  margin-bottom: 0;
}
.embed-responsive-large-image {
  padding-bottom: 42.73504273504274%;
}
.large-image .no-image:before {
  padding-bottom: 42.73504273504274%;
}
.embed-responsive-medium-image {
  padding-bottom: 42.85714285714286%;
}
.medium-image .no-image:before {
  padding-bottom: 42.85714285714286%;
}
.embed-responsive-small-image {
  padding-bottom: 86.48648648648649%;
}
.small-image .no-image:before {
  padding-bottom: 86.48648648648649%;
}
.format-audio .embed-responsive-large-image {
  padding: 0;
  overflow: inherit;
  height: auto;
  font-size: 0;
}
.format-audio .embed-responsive-large-image iframe {
  height: 166px;
  position: static;
}
blockquote {
  border: none;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 40px;
  background-color: #1086df;
  color: #ffffff;
}
blockquote cite {
  display: block;
}
blockquote a {
  color: #ffffff;
}
blockquote a:focus,
blockquote a:hover {
  color: #ffffff;
}
.entry-thumb-wrap blockquote {
  margin: 0;
}
.blog-wrap:not(.owl-carousel) {
  margin-bottom: -30px;
}
.blog-wrap:not(.owl-carousel) article {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}
@media (min-width: 481px) {
  .format-gallery > .entry-thumb-wrap > .owl-carousel > .owl-dots {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .format-gallery > .entry-thumb-wrap > .owl-carousel > .owl-nav {
    display: none !important;
  }
}
article.post-large-image.sticky {
  background-color: #f9f9f9;
  padding: 30px;
  border-bottom: none;
}
article.post-medium-image.sticky .entry-content-wrap {
  background-color: #f9f9f9;
  padding: 30px;
}
/**
* Medium-Image
* ----------------------------------------------------------------------------
*/
@media (min-width: 992px) {
  body:not(.has-sidebar) article.post-medium-image .entry-thumb-wrap {
    margin-bottom: 0;
    float: left;
    width: 60%;
    left: 40%;
    padding-left: 15px;
  }
  body:not(.has-sidebar) article.post-medium-image .entry-thumb-wrap + .entry-content-inner {
    float: left;
    width: 40%;
    right: 60%;
    padding-right: 15px;
    position: relative;
  }
  body:not(.has-sidebar) article.post-medium-image .entry-thumb-wrap + .entry-content-inner .entry-excerpt {
    overflow: hidden;
    max-height: 6em;
  }
  body:not(.has-sidebar) article.post-medium-image .entry-post-title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body:not(.has-sidebar) article.post-medium-image .entry-thumb-wrap {
    width: 66.66666667%;
    left: 33.33333333%;
  }
  body:not(.has-sidebar) article.post-medium-image .entry-thumb-wrap + .entry-content-inner {
    width: 33.33333333%;
    right: 66.66666667%;
  }
  body:not(.has-sidebar) article.post-medium-image .entry-thumb-wrap + .entry-content-inner .entry-excerpt {
    max-height: 12em;
  }
  body.has-sidebar article.post-medium-image .entry-thumb-wrap {
    margin-bottom: 0;
    float: left;
    width: 55%;
    left: 45%;
    padding-left: 15px;
  }
  body.has-sidebar article.post-medium-image .entry-thumb-wrap + .entry-content-inner {
    float: left;
    width: 45%;
    right: 55%;
    padding-right: 15px;
    position: relative;
  }
  body.has-sidebar article.post-medium-image .entry-thumb-wrap + .entry-content-inner .entry-excerpt {
    overflow: hidden;
    max-height: 6em;
  }
  body.has-sidebar article.post-medium-image .entry-post-title {
    font-size: 18px;
  }
}
/**
* Grid Layout
* ----------------------------------------------------------------------------
*/
article.post-grid .entry-thumb-wrap .entry-meta-date {
  background-color: #fff;
}
article.post-grid .entry-thumb-wrap + .entry-post-meta {
  margin-top: 10px;
}
article.post-grid .entry-post-meta .entry-meta-format {
  background-color: #1086df;
}
article.post-grid .entry-excerpt {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  article.post-grid {
    border-bottom: none !important;
  }
  article.post-grid .entry-thumb-wrap {
    margin-bottom: 15px;
  }
  article.post-grid .entry-thumb-wrap + .entry-post-meta {
    margin-top: 5px;
  }
  article.post-grid .entry-post-title {
    font-size: 18px;
    margin-bottom: 0;
  }
  article.post-grid .entry-post-meta {
    margin-bottom: 15px;
  }
  article.post-grid .entry-excerpt {
    max-height: 6em;
    overflow: hidden;
    margin-top: 10px;
  }
}
/**
* Single Blog
* ----------------------------------------------------------------------------
*/
article.post-single .entry-post-meta {
  margin-bottom: 35px;
}
article.post-single .entry-post-title {
  margin-bottom: 25px;
}
article.post-single .entry-thumbnail {
  display: inline-block;
}
article.post-single .entry-thumbnail img {
  width: auto;
}
.entry-meta-tag-wrap {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 18px 0;
}
.entry-meta-tag-wrap.left .entry-meta-tag {
  float: none;
}
.entry-meta-tag-wrap.left .entry-meta-tag + .social-share {
  float: none;
  margin-top: 5px;
}
.entry-meta-tag {
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 36px;
  float: left;
}
.entry-meta-tag i {
  font-size: 14px;
  color: #1086df;
  margin-right: 10px;
}
.entry-meta-tag a {
  color: #222222;
}
.entry-meta-tag a:hover {
  color: #1086df;
}
.social-share {
  font-size: 0;
}
.social-share a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: #f9f9f9;
  color: #222222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
}
.social-share a:hover {
  background-color: #1086df;
  color: #ffffff;
}
.social-share a:last-child {
  margin-right: 0;
}
.entry-meta-tag + .social-share {
  float: right;
}
/**
* Post Navigation
* ----------------------------------------------------------------------------
*/
.entry-meta-tag-wrap + .post-navigation {
  margin-top: -1px !important;
}
.post-navigation {
  padding: 0;
  display: table;
  width: 100%;
  position: relative;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.post-navigation .nav-links {
  width: 100%;
  margin: 0 auto;
  display: table;
}
.post-navigation .nav-links > div {
  position: relative;
  vertical-align: middle;
  padding: 20px 0;
  width: 50%;
  float: left;
}
.post-navigation .nav-links > div .post-navigation-content {
  margin-left: 30px;
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
}
.post-navigation .nav-next .post-navigation-content {
  margin-left: 0;
  margin-right: 30px;
}
.post-navigation .post-navigation-label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 5px;
  color: #222222;
}
.post-navigation .post-navigation-icon {
  font-size: 14px;
  line-height: 1em;
  width: 60px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.post-navigation .nav-links .nav-next .post-navigation-icon {
  right: 0;
}
@media (max-width: 767px) {
  .post-navigation .nav-links > div {
    width: 100%;
  }
  .post-navigation .nav-previous {
    border-bottom: 1px solid #ededed;
  }
}
/**
* Author Bio
* ----------------------------------------------------------------------------
*/
.author-avatar {
  float: left;
  width: 80px;
}
.author-avatar img {
  margin: 0;
}
.author-description {
  padding-left: 100px;
}
.author-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.author-title a {
  color: #222222;
}
.author-title a:hover {
  color: #1086df;
}
.author-bio {
  margin-bottom: 0;
}
/**
* Comment
* ----------------------------------------------------------------------------
*/
.comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.comment-list li.comment + li.comment {
  margin-top: 60px;
}
.comment-list .children {
  list-style: none;
  padding-left: 150px;
  margin-top: 60px;
}
.comment-list .avatar {
  margin: 0;
  padding: 0;
  float: left;
  width: 120px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.comment-list .avatar + .comment-text {
  padding-left: 150px;
}
.comment-list .text {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
}
.comment-list .author-name {
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #222222;
  font-size: 14px;
  margin-bottom: 5px;
}
.comment-list .author-name a {
  color: inherit;
}
.comment-list .author-name a:hover {
  color: #1086df;
}
.comment-list .comment-meta-date {
  color: #b5b5b5;
  font-size: 12px;
  margin-bottom: 20px;
}
.comment-list .comment-meta-date i {
  color: #1086df;
}
.comment-list .comment-body {
  position: relative;
}
.comment-list .comment-meta {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
.comment-list .comment-meta a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: #f6f6f6;
  color: #222222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.comment-list .comment-meta a:hover {
  background-color: #1086df;
  color: #ffffff;
}
.comment-list .comment-meta a + a {
  margin-left: 10px;
}
.comment-navigation .page-numbers.next,
.comment-navigation .page-numbers.prev {
  width: 36px;
  padding: 0;
}
.comment-form {
  margin-left: -15px;
  margin-right: -15px;
}
.comment-form:after {
  content: '';
  display: block;
  clear: both;
}
.comment-form > p {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
}
.comment-form > p input,
.comment-form > p textarea {
  width: 100%;
}
@media (min-width: 992px) {
  .comment-form .comment-form-field {
    width: 33.33333333333333%;
  }
  .comment-form .comment-form-comment {
    width: 100%;
  }
}
.comment-form .form-submit {
  margin-bottom: 0;
  text-align: center;
}
.comment-form .form-submit .btn:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 12px;
  content: '\f1d8';
  margin-right: 10px;
}
@media (max-width: 767px) {
  .comment-list .children {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .comment-list .avatar {
    display: none;
  }
  .comment-list .avatar + .comment-text {
    padding-left: 0;
  }
}
/**
 * 7.0 - Woocommerce
 * ----------------------------------------------------------------------------
 */
/**
* Navigation
* ----------------------------------------------------------------------------
*/
.woocommerce nav.woocommerce-pagination {
  text-align: left;
}
/**
* Catalog Filter
* ----------------------------------------------------------------------------
*/
.catalog-filter {
  margin-bottom: 55px;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 0;
}
.woocommerce .woocommerce-ordering select {
  min-width: 270px;
}
.woocommerce .woocommerce-result-count {
  line-height: 44px;
  color: #222222;
  font-weight: 500;
}
/**
* Remove Button
* ----------------------------------------------------------------------------
*/
.woocommerce a.remove {
  font-size: 0;
  width: 14px;
  height: 16px;
}
.woocommerce a.remove:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 18px;
  content: '\f00d';
  display: inline-block;
  color: #e32246;
}
.woocommerce a.remove:hover {
  background-color: transparent;
}
.woocommerce a.remove:hover:before {
  color: #1086df;
}
/**
* Row
* ----------------------------------------------------------------------------
*/
.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 20px 0;
}
.woocommerce form .form-row label {
  line-height: 1;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}
/**
* Shipping Method
* ----------------------------------------------------------------------------
*/
.woocommerce ul#shipping_method li {
  padding: 0 0 5px 22px;
}
.woocommerce ul#shipping_method li input {
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
.woocommerce ul#shipping_method .amount {
  font-weight: normal;
}
/**
* Sale Flash
* ----------------------------------------------------------------------------
*/
.product-flash {
  font-size: 12px;
  line-height: 20px;
  padding: 3px 10px;
  min-width: 44px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  z-index: 2;
  background-color: #1086df;
}
.on-sale {
  right: -3px;
  -webkit-border-radius: 4px 0 0 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
}
.on-featured {
  left: -3px;
  -webkit-border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
}
/**
* Product Thumb
* ----------------------------------------------------------------------------
*/
.product-thumb {
  position: relative;
  margin-bottom: 15px;
}
.product-thumb img {
  width: 100%;
  border: 1px solid #dedede;
}
.product-link {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-thumb-secondary {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product-images-hover {
  position: relative;
}
.product-images-hover.flip-back {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-images-hover.flip-back .product-thumb-primary {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
}
.product-images-hover.flip-back .product-thumb-secondary {
  display: block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 1;
}
.product-item-inner:hover .product-link {
  opacity: 1;
}
.product-item-inner:hover .product-images-hover.change-image .product-thumb-secondary {
  opacity: 1;
}
.product-item-inner:hover .product-images-hover.flip-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-item-inner:hover .yith-wcwl-wishlistaddedbrowse a,
.product-item-inner:hover .yith-wcwl-wishlistexistsbrowse a,
.product-item-inner:hover .add_to_wishlist,
.product-item-inner:hover .compare {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
/**
* Product Actions
* ----------------------------------------------------------------------------
*/
.product-actions {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  font-size: 0;
}
.product-actions .compare {
  vertical-align: top;
  width: 36px;
  height: 36px;
  text-align: center;
  background-color: #fff;
  display: block;
  font-size: 0;
}
.product-actions .compare i {
  font-size: 12px;
  line-height: 36px;
  color: #222;
}
.product-actions .compare:hover {
  background-color: #1086df;
  color: #ffffff;
}
.product-actions .compare:before {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f1de';
  font-size: 12px;
  line-height: 36px;
}
.product-actions .yith-wcwl-add-to-wishlist {
  display: block;
  margin: 0;
  font-size: 0;
  vertical-align: top;
}
.product-actions .yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-actions .add_to_wishlist {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  display: block;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.product-actions .add_to_wishlist:hover,
.product-actions .yith-wcwl-wishlistaddedbrowse a.added-spinner,
.product-actions .yith-wcwl-wishlistexistsbrowse a.added-spinner,
.product-actions .add_to_wishlist.added-spinner {
  background-color: #1086df;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product-actions .yith-wcwl-wishlistexistsbrowse a:hover:before,
.product-actions .add_to_wishlist:hover:before,
.product-actions .yith-wcwl-wishlistaddedbrowse a.added-spinner:before,
.product-actions .yith-wcwl-wishlistexistsbrowse a.added-spinner:before,
.product-actions .add_to_wishlist.added-spinner:before {
  color: #ffffff;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.product-actions .yith-wcwl-wishlistexistsbrowse a:before,
.product-actions .add_to_wishlist:before {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f08a';
  font-size: 12px;
  color: #222;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.product-actions .yith-wcwl-wishlistexistsbrowse a:before {
  content: '\f004';
}
.product-actions .yith-wcwl-add-button {
  font-size: 0;
  position: relative;
}
.product-actions .yith-wcwl-add-button .ajax-loading {
  display: none !important;
}
.product-actions .add_to_wishlist.added-spinner:before {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: "\f110";
}
.product-actions .yith-wcwl-add-to-wishlist {
  margin-top: 5px;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-actions .add_to_wishlist,
.product-actions .compare {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-actions .add_to_wishlist {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -webkit-transform 0.5s 0.15s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -moz-transform 0.5s 0.15s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -ms-transform 0.5s 0.15s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -o-transform 0.5s 0.15s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, transform 0.5s 0.15s ease-out;
}
.product-actions .compare {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -webkit-transform 0.5s 0.25s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -moz-transform 0.5s 0.25s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -ms-transform 0.5s 0.25s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -o-transform 0.5s 0.25s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
}
.yith-wcwl-add-button a.add_to_wishlist {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.tooltip-inner {
  white-space: nowrap;
}
/**
* Product Price
* ----------------------------------------------------------------------------
*/
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 16px;
  font-weight: 600;
  color: #8f8f8f;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: 600;
  text-decoration: none;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 14px;
  margin-right: 5px;
}
/**
* star-rating
* ----------------------------------------------------------------------------
*/
.woocommerce .products .star-rating,
.woocommerce .star-rating {
  font-size: 10px;
  letter-spacing: 2px;
  width: 61px;
  top: 7px;
}
.woocommerce .products .star-rating:before,
.woocommerce .star-rating:before {
  color: #cfcfcf;
  content: "\53\53\53\53\53";
}
.woocommerce .products .star-rating span,
.woocommerce .star-rating span {
  color: #ffb600;
}
.product-listing.woocommerce .star-rating {
  float: right;
  margin: 0;
}
/**
* Woocommerce Button
* ----------------------------------------------------------------------------
*/
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  padding: 12px 20px;
  color: #ffffff;
  background-color: #222;
  border: none;
  font-weight: normal;
  text-align: center;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
  color: #ffffff;
  background-color: #1086df;
}
.woocommerce a.added_to_cart.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce a.added_to_cart:disabled[disabled],
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled[disabled] {
  padding: 10px 20px;
  color: #ffffff;
  background-color: #222;
}
.woocommerce a.added_to_cart.disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce a.added_to_cart:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: #ffffff;
  background-color: #1086df;
}
.woocommerce a.added_to_cart.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #ffffff;
  background-color: #1086df;
}
.woocommerce a.added_to_cart.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #ffffff;
  background-color: #222;
}
.woocommerce a.added_to_cart i,
.woocommerce #respond input#submit i,
.woocommerce a.button i,
.woocommerce button.button i,
.woocommerce input.button i {
  margin-right: 5px;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled] {
  color: #ffffff;
  background-color: #1086df;
}
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover {
  color: #ffffff;
  background-color: #1086df;
}
/**
* Add To Cart Button
* ----------------------------------------------------------------------------
*/
.woocommerce div.product form.cart .button:before,
.woocommerce a.added_to_cart:before,
.woocommerce a.add_to_cart_button:before,
.woocommerce a.product_type_external:before,
.woocommerce a.product_type_simple:before,
.woocommerce a.product_type_grouped:before {
  font-family: 'FontAwesome';
  content: '\f07a';
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  line-height: 1;
}
.woocommerce div.product form.cart .button.loading,
.woocommerce a.added_to_cart.loading,
.woocommerce a.add_to_cart_button.loading,
.woocommerce a.product_type_external.loading,
.woocommerce a.product_type_simple.loading,
.woocommerce a.product_type_grouped.loading {
  padding-right: 20px;
  opacity: 0.8;
}
.woocommerce div.product form.cart .button.loading:after,
.woocommerce a.added_to_cart.loading:after,
.woocommerce a.add_to_cart_button.loading:after,
.woocommerce a.product_type_external.loading:after,
.woocommerce a.product_type_simple.loading:after,
.woocommerce a.product_type_grouped.loading:after {
  display: none;
}
.woocommerce div.product form.cart .button.loading:before,
.woocommerce a.added_to_cart.loading:before,
.woocommerce a.add_to_cart_button.loading:before,
.woocommerce a.product_type_external.loading:before,
.woocommerce a.product_type_simple.loading:before,
.woocommerce a.product_type_grouped.loading:before {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  content: '\f021';
}
.add-to-cart-wrap a.button,
.add-to-cart-wrap a.added_to_cart,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce div.product form.cart .button {
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.woocommerce a.add_to_cart_button.added {
  display: none;
}
.woocommerce a.added_to_cart:before {
  content: '\f061';
}
.add-to-cart-wrap {
  margin-top: 10px;
}
.add-to-cart-wrap:not(.text-center) a.button,
.add-to-cart-wrap:not(.text-center) a.added_to_cart {
  padding-left: 0;
  padding-right: 0;
  width: 48%;
  float: left;
}
.add-to-cart-wrap:not(.text-center) a.button.loading,
.add-to-cart-wrap:not(.text-center) a.added_to_cart.loading {
  padding-right: 0;
}
.add-to-cart-wrap:not(.text-center) a.button + a.button,
.add-to-cart-wrap:not(.text-center) a.added_to_cart {
  float: right;
}
/**
* Product Name
* ----------------------------------------------------------------------------
*/
h3.product-name {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 5px;
}
h3.product-name a {
  color: #222222;
}
h3.product-name a:hover {
  color: #1086df;
}
/**
* Sale CountDown
* ----------------------------------------------------------------------------
*/
.single-product-image-main-wrap {
  position: relative;
}
.product-deal-countdown {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
  z-index: 1;
}
.product-deal-countdown-inner {
  font-size: 0;
  text-align: center;
}
.countdown-section {
  display: inline-block;
  margin-right: 5px;
}
.countdown-section:last-child {
  margin-right: 0;
}
.countdown-amount {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1086df;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.countdown-period {
  font-size: 12px;
  display: block;
  color: #222222;
  font-weight: normal;
  margin-top: 10px;
  line-height: 1;
}
.product-deal-countdown.small .countdown-amount {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}
.product-deal-countdown.small .countdown-section {
  margin-right: 5px;
}
/**
* Product Category
* ----------------------------------------------------------------------------
*/
.product-category img {
  width: 100%;
  border: 1px solid #dedede;
  margin-bottom: 15px;
}
.product-category h3 {
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
}
.product-category mark {
  padding: 0;
  background-color: transparent;
}
/**
* Quantity Input
* ----------------------------------------------------------------------------
*/
.woocommerce div.product form.cart div.quantity {
  margin: 0 10px 0 0;
}
.quantity-inner {
  width: 100px;
  position: relative;
  display: inline-block;
}
.woocommerce .quantity .qty {
  width: 100%;
  height: 34px;
  padding-right: 48px;
  padding-left: 0;
}
.btn-number {
  position: absolute;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  font-size: 14px;
  color: #1086df;
  z-index: 1;
  cursor: pointer;
  right: 20px;
}
.btn-number[data-type="minus"] {
  top: 50%;
}
.btn-number[data-type="plus"] {
  bottom: 50%;
}
/**
* Single Product
* ----------------------------------------------------------------------------
*/
.single-product-image {
  position: relative;
}
.single-product-image img {
  width: 100%;
}
.single-product-image a {
  display: block;
  position: relative;
}
.single-product-image-main-wrap,
.product-image-thumb-item {
  border: 1px solid #ededed;
}
.product-image-thumb-item a:before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-image-thumb-item:hover a:before {
  opacity: 1;
}
.owl-item.current > .product-image-thumb-item a:before {
  opacity: 1;
}
.woocommerce div.product .product_title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}
.woocommerce .woocommerce-product-rating .star-rating {
  font-size: 15px;
  width: 88px;
  margin: 0 30px 0 0;
  top: 0;
}
.woocommerce div.product .woocommerce-product-rating {
  line-height: 1.5;
  margin-bottom: 25px;
}
.woocommerce div.product .summary-product p.price,
.woocommerce div.product .summary-product span.price {
  font-size: 28px;
  line-height: 1;
}
.woocommerce div.product .summary-product p.price del,
.woocommerce div.product .summary-product span.price del {
  font-size: 26px;
}
div[itemprop="description"] p {
  margin-bottom: 30px;
}
.woocommerce div.product p.stock {
  font-size: 20px;
  text-transform: uppercase;
}
.woocommerce div.product .stock {
  color: #1086df;
}
.woocommerce div.product .out-of-stock {
  color: #e32246;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 30px;
}
.woocommerce .button.alt.single_add_to_cart_button {
  background-color: #222;
}
.woocommerce .button.alt.single_add_to_cart_button:hover {
  background-color: #1086df;
}
.single-product-function .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0 10px 0 0;
}
.single-product-function .yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}
.single-product-function .yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.single-product-function .yith-wcwl-add-button a:before,
.single-product-function .yith-wcwl-wishlistaddedbrowse a:before,
.single-product-function .yith-wcwl-wishlistexistsbrowse a:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\f08a';
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #f9f9f9;
  color: #222222;
  font-size: 16px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-function .yith-wcwl-add-button a:hover:before,
.single-product-function .yith-wcwl-wishlistaddedbrowse a:hover:before,
.single-product-function .yith-wcwl-wishlistexistsbrowse a:hover:before {
  background-color: #1086df;
  color: #ffffff;
}
.single-product-function .yith-wcwl-wishlistaddedbrowse a:before,
.single-product-function .yith-wcwl-wishlistexistsbrowse a:before {
  content: '\f004';
}
.single-product-function .compare:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\f1de';
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #f9f9f9;
  color: #222222;
  font-size: 16px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-function .compare:hover:before {
  background-color: #1086df;
  color: #ffffff;
}
.single-product-function span.feedback {
  display: none;
}
.product_meta > span {
  display: block;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  line-height: 20px;
  padding: 10px 0;
  color: #222222;
}
.product_meta > span span,
.product_meta > span a {
  text-transform: none;
  display: inline-block;
}
.product_meta > span a {
  color: #1086df;
}
.product_meta > span + span {
  margin-top: -1px;
}
.summary-product .social-share {
  margin-top: 30px;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  vertical-align: middle;
  padding-bottom: 10px;
}
.woocommerce div.product form.cart .variations label {
  font-weight: normal;
  color: #222222;
}
.woocommerce div.product form.cart .variations select {
  min-width: 270px;
  height: 34px;
  margin: 0;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
  padding-bottom: 10px;
}
.woocommerce div.product form.cart .group_table td.label {
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce div.product form.cart .group_table td.label a {
  color: #222222;
}
.woocommerce div.product form.cart .group_table td.label a:hover {
  color: #1086df;
}
.woocommerce div.product form.cart .group_table td.price ins {
  text-decoration: none;
}
.woocommerce-variation-add-to-cart:after,
.woocommerce-variation-add-to-cart:before {
  content: '';
  display: table;
  clear: both;
}
.woocommerce-variation {
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .reset_variations {
  margin-left: 10px;
  color: #222222;
}
/**
* Single Product Tab
* ----------------------------------------------------------------------------
*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding: 0;
  margin: 0;
  background-color: #1086df;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: normal;
  line-height: 20px;
  padding: 12px 20px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #f6f6f6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #222222;
}
.woocommerce div.product .woocommerce-tabs .panel {
  background-color: #f6f6f6;
  padding: 40px;
  margin: 0;
}
/**
* Reviews
* ----------------------------------------------------------------------------
*/
.woocommerce #reviews #comments h2 {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 10px;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 40px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 62px;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: none;
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 92px;
  padding: 0;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 13px;
  color: #222222;
  margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce #review_form {
  margin-top: 30px;
}
.comment-form-rating {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce #review_form #respond p {
  margin-bottom: 30px;
}
.woocommerce #review_form #respond label {
  color: #222222;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.woocommerce #review_form #respond p.stars {
  display: inline-block;
  margin: 0;
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
  color: #ffb600;
}
.woocommerce p.stars a {
  height: 15px;
  width: 15px;
  margin-right: 2px;
}
.woocommerce p.stars a:before {
  height: 15px;
  width: 15px;
  font-size: 15px;
}
.woocommerce #review_form #respond p.form-submit {
  margin-bottom: 0;
}
.woocommerce #reviews #comment {
  height: 100px;
}
.woocommerce #review_form #respond input[type="text"] {
  width: 100%;
}
.woocommerce table.shop_attributes th {
  background-color: transparent;
}
@media (max-width: 320px) {
  .woocommerce div.product form.cart .variations select {
    min-width: 200px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    text-align: center;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px;
  }
}
/**
* Cart Page
* ----------------------------------------------------------------------------
*/
.woocommerce table.shop_table {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
}
.woocommerce table.shop_table thead th {
  background-color: #222;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 11px 10px;
}
.woocommerce table.shop_table td {
  padding: 10px 10px;
}
.woocommerce-cart table.cart {
  margin: 0;
}
.woocommerce-cart table.cart td {
  border-top: none;
}
.woocommerce-cart table.cart tr:nth-child(even) td {
  background-color: #f8f8f8;
}
.woocommerce-cart table.cart img {
  width: 60px;
  border: 1px solid #ededed;
}
.woocommerce-cart table.cart .product-thumbnail {
  width: 80px;
}
.woocommerce-cart table.cart td.product-name,
.woocommerce-cart table.cart .amount {
  font-size: 14px;
  color: #8f8f8f;
  font-weight: 500;
}
.woocommerce-cart table.cart .product-remove {
  width: 34px;
}
.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-quantity,
.woocommerce-cart table.cart .product-subtotal {
  text-align: center;
}
.woocommerce-cart table.cart .product-name a {
  color: inherit;
}
.woocommerce-cart table.cart .product-name a:hover {
  color: #1086df;
}
.woocommerce-cart table.cart .product-name dl.variation {
  margin: 0;
}
.woocommerce-cart table.cart .product-name dl.variation dd,
.woocommerce-cart table.cart .product-name dl.variation dt {
  margin: 0 0 5px 0;
  line-height: 1;
  padding: 0;
}
.woocommerce-cart table.cart .product-name dl.variation dt {
  margin: 0 5px 5px 0;
}
.woocommerce-cart table.cart td.actions {
  padding: 20px 0 0 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  border: 1px solid #dedede;
  height: 42px;
  padding: 0 20px;
}
.woocommerce-cart table.cart td.actions .button {
  line-height: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  vertical-align: middle;
}
.woocommerce-cart table.cart tr td.actions {
  background-color: transparent;
  border-top: 1px solid #f8f8f8;
}
@media (min-width: 769px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 270px;
    margin: 0 10px 0 0;
  }
  .woocommerce-cart table.cart [name="update_cart"] {
    margin-right: 5px;
  }
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells {
  float: none;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .cart_totals_inner,
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
  float: left;
  width: 50%;
  position: relative;
}
.woocommerce .cart-collaterals .cart_totals .cart_totals_inner {
  padding-right: 15px;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
  padding-left: 15px;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form {
  display: block !important;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form button.button {
  display: block;
  width: 100%;
  background-color: #1086df;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form button.button:hover {
  background-color: #222;
}
.woocommerce .cart-collaterals .cart_totals table {
  border: 1px solid #ededed;
}
.woocommerce .cart-collaterals .cart_totals table tbody td,
.woocommerce .cart-collaterals .cart_totals table tbody th {
  background-color: #fff;
  font-size: 14px;
  color: #8f8f8f;
  padding: 22px 30px;
  border-color: #ededed;
}
.woocommerce .cart-collaterals .cart_totals table tbody td strong,
.woocommerce .cart-collaterals .cart_totals table tbody th strong {
  font-weight: normal;
}
.woocommerce .cart-collaterals .cart_totals table tbody th {
  color: #222222;
  font-weight: 500;
  padding-left: 15px;
  border-right: 1px solid #ededed;
}
@media (max-width: 768px) {
  .woocommerce-cart table.cart .product-remove {
    width: 100%;
  }
  .woocommerce-cart table.cart td.actions .button {
    float: left;
    width: 48%;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin: 0;
  }
  .woocommerce-cart table.cart td.actions .checkout-button {
    float: right;
  }
  .woocommerce .cart-collaterals .cart_totals .cart_totals_inner,
  .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce .cart-collaterals .cart_totals .cart_totals_inner + .woocommerce-shipping-calculator {
    margin-top: 50px;
  }
}
@media (max-width: 320px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon input,
  .woocommerce-cart table.cart td.actions .button {
    float: left !important;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .woocommerce .cart-collaterals .cart_totals table tbody td,
  .woocommerce .cart-collaterals .cart_totals table tbody th {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/**
* Checkout Pages
* ----------------------------------------------------------------------------
*/
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: #dedede;
}
.select2-container .select2-choice {
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: 1px solid #dedede;
  color: #727272;
  padding: 0 0 0 10px;
}
.select2-drop-active {
  border-color: #dedede;
}
.select2-container--default .select2-selection--single {
  height: 44px;
  border: 1px solid #dedede;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  color: #727272;
  padding-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
#order_review_heading {
  margin-top: 80px;
}
.woocommerce table.shop_table tfoot td {
  font-weight: normal;
}
.woocommerce-order-received .block-title {
  margin-top: 80px;
}
.woocommerce .order_details {
  padding: 0;
}
@media (max-width: 768px) {
  .woocommerce-order-received .block-title,
  #order_review_heading,
  .woocommerce-shipping-fields {
    margin-top: 60px;
  }
}
@media (max-width: 320px) {
  .woocommerce .order_details li {
    float: none;
    margin: 0 0 10px 0;
  }
}
/**
* My Account Pages
* ----------------------------------------------------------------------------
*/
.woocommerce-account.logged-in .woocommerce {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #F9F9F9;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  color: #727272;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 9px 20px;
  color: inherit;
  font-weight: 500;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #1086df;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin-bottom: 20px;
  padding: 20px;
  border-color: #dedede;
}
.woocommerce table.my_account_orders {
  font-size: 1em;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 80px;
  }
  #customer_login .login {
    margin-bottom: 80px;
  }
}
/**
* WishList Page
* ----------------------------------------------------------------------------
*/
.wishlist-title h2 {
  padding: 0;
}
.woocommerce table.wishlist_table {
  font-size: 100%;
}
/* --------------------------------------------
	ORDER TRACKING
-------------------------------------------- */
.track_order {
  text-align: center;
}
.track_order .input-text {
  text-align: center;
}
.track_order p:first-child {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.woocommerce .track_order .form-row-first,
.woocommerce .track_order .form-row-last {
  float: none;
  margin: auto;
  margin-bottom: 20px;
}
/**
 * 8.0 - ShortCode
 * ----------------------------------------------------------------------------
 */
/**
* Button
* ----------------------------------------------------------------------------
*/
.g5plus-btn-container {
  display: block;
  max-width: 100%;
}
.g5plus-btn-container.btn-inline {
  display: inline-block;
  vertical-align: top;
}
.g5plus-btn-container.btn-right {
  text-align: right;
}
.g5plus-btn-container.btn-center {
  text-align: center;
}
.g5plus-btn-container.btn-left {
  text-align: left;
}
.btn,
button,
input[type="submit"] {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  padding: 12px 20px;
  color: #ffffff;
  background-color: #1086df;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus {
  color: #ffffff;
  background-color: #222222;
}
.btn.disabled,
.btn[disabled],
button[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-icon i {
  font-size: 12px;
  margin-right: 5px;
}
.btn.btn-icon-right i {
  margin-right: 0;
  margin-left: 5px;
}
.btn.btn-xs {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
}
.btn.btn-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn.btn-md {
  padding-top: 11px;
  padding-bottom: 11px;
}
.btn.btn-gray {
  background-color: #f9f9f9;
  color: #1086df;
}
.btn.btn-gray:hover {
  background-color: #1086df;
  color: #ffffff;
}
.btn.btn-dark {
  background-color: #222222;
}
.btn.btn-dark:hover {
  background-color: #1086df;
}
.btn.btn-white {
  background-color: #fff;
  color: #1086df;
}
.btn.btn-white:hover {
  background-color: #1086df;
  color: #ffffff;
}
.g5plus-icon-box .icon-bg-circle.icon-scheme-gray i,
.g5plus-icon-box .icon-bg-square.icon-scheme-gray i {
  color: #1086df;
}
.g5plus-icon-box .icon-bg-circle.icon-scheme-accent,
.g5plus-icon-box .icon-bg-square.icon-scheme-accent {
  background-color: #1086df;
}
.g5plus-icon-box .icon-bg-circle.icon-scheme-dark,
.g5plus-icon-box .icon-bg-square.icon-scheme-dark {
  background-color: #222222;
}
.g5plus-icon-box .icon-classic.icon-scheme-accent i {
  color: #1086df;
}
.g5plus-icon-box .icon-classic.icon-scheme-dark i {
  color: #222222;
}
.g5plus-icon-box .ib-content span {
  color: #222222;
}
.g5plus-icon-box .ib-content a span:hover {
  color: #1086df;
}
.g5plus-icon-box.hover-creative .icon-scheme-accent:before {
  border-color: #1086df;
}
.g5plus-icon-box.hover-creative .icon-scheme-dark:before {
  border-color: #222222;
}
.g5plus-icon-box.hover-creative:hover .icon-scheme-dark:before,
.g5plus-icon-box.hover-creative:hover .icon-scheme-gray:before {
  border-color: #1086df;
}
.g5plus-icon-box:hover .icon-bg-circle.icon-scheme-gray,
.g5plus-icon-box:hover .icon-bg-square.icon-scheme-gray,
.g5plus-icon-box:hover .icon-bg-circle.icon-scheme-dark,
.g5plus-icon-box:hover .icon-bg-square.icon-scheme-dark {
  background-color: #1086df;
}
.g5plus-icon-box:hover .icon-bg-circle.icon-scheme-accent i,
.g5plus-icon-box:hover .icon-bg-square.icon-scheme-accent i {
  color: #1086df;
}
.g5plus-banner {
  position: relative;
}
.g5plus-banner a {
  position: absolute;
  z-index: 2;
  display: block;
}
.g5plus-banner a:not(.btn) {
  width: 100%;
  height: 100%;
}
.g5plus-banner.button-right a.btn {
  right: 30px;
  bottom: 30px;
}
.g5plus-banner.button-left a.btn {
  left: 20px;
  bottom: 20px;
}
.suprema-effect,
.layla-effect,
.bubba-effect,
.jazz-effect {
  overflow: hidden;
}
.suprema-effect:after,
.layla-effect:after,
.bubba-effect:after,
.jazz-effect:after {
  -webkit-transition: opacity .8s ease .2s;
  transition: opacity .8s ease .15s;
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 0;
}
.suprema-effect .effect-content,
.layla-effect .effect-content,
.bubba-effect .effect-content,
.jazz-effect .effect-content {
  position: relative;
}
.suprema-effect .effect-content:before,
.layla-effect .effect-content:before,
.bubba-effect .effect-content:before,
.jazz-effect .effect-content:before,
.suprema-effect .effect-content:after,
.layla-effect .effect-content:after,
.bubba-effect .effect-content:after,
.jazz-effect .effect-content:after {
  position: absolute;
  content: '';
  display: block;
}
.suprema-effect:hover:after,
.layla-effect:hover:after,
.bubba-effect:hover:after,
.jazz-effect:hover:after,
.suprema-effect:hover .effect-content:before,
.layla-effect:hover .effect-content:before,
.bubba-effect:hover .effect-content:before,
.jazz-effect:hover .effect-content:before,
.suprema-effect:hover .effect-content:after,
.layla-effect:hover .effect-content:after,
.bubba-effect:hover .effect-content:after,
.jazz-effect:hover .effect-content:after {
  opacity: 1;
}
.suprema-effect .effect-content:before,
.suprema-effect .effect-content:after {
  width: 45%;
  height: 2px;
  top: 50%;
  background: #fff;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0s 0.2s;
  transition: opacity .2s ease, transform 0s .2s;
}
.suprema-effect .effect-content:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
}
.suprema-effect .effect-content:after {
  right: 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.suprema-effect:hover .effect-content:before {
  transition: opacity 0.3s ease 50ms, transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -webkit-transform: rotate(-45deg) translateX(-1000px);
  -moz-transform: rotate(-45deg) translateX(-1000px);
  -o-transform: rotate(-45deg) translateX(-1000px);
  -ms-transform: rotate(-45deg) translateX(-1000px);
  transform: rotate(-45deg) translateX(-1000px);
}
.suprema-effect:hover .effect-content:after {
  transition: opacity 0.4s ease, transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -webkit-transform: rotate(-45deg) translateX(1000px);
  -moz-transform: rotate(-45deg) translateX(1000px);
  -o-transform: rotate(-45deg) translateX(1000px);
  -ms-transform: rotate(-45deg) translateX(1000px);
  transform: rotate(-45deg) translateX(1000px);
}
.layla-effect .effect-content:after,
.bubba-effect .effect-content:after,
.layla-effect .effect-content:before,
.bubba-effect .effect-content:before {
  content: '';
  display: block;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.layla-effect .effect-content:after,
.bubba-effect .effect-content:after {
  top: 25px;
  bottom: 25px;
  left: 50%;
  right: 50%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.layla-effect .effect-content:before,
.bubba-effect .effect-content:before {
  top: 50%;
  bottom: 50%;
  left: 25px;
  right: 25px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.layla-effect:hover .effect-content:after {
  left: 10px;
  right: 10px;
}
.layla-effect:hover .effect-content:before {
  top: 10px;
  bottom: 10px;
}
.bubba-effect:hover .effect-content:after {
  left: 25px;
  right: 25px;
}
.bubba-effect:hover .effect-content:before {
  top: 25px;
  bottom: 25px;
}
.jazz-effect .effect-content:before {
  background-color: transparent;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg) scale(0.5);
  -moz-transform: rotate(45deg) scale(0.5);
  -o-transform: rotate(45deg) scale(0.5);
  -ms-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
}
.jazz-effect:hover .effect-content:before {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
@media (max-width: 479px) {
  .g5plus-banner.button-right a.btn {
    right: 5px;
    bottom: 5px;
  }
  .g5plus-banner.button-left a.btn {
    left: 5px;
    bottom: 5px;
  }
}
.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 7.5px 20px;
}
.vc_tta.vc_tta-tabs.vc_tta-style-circle .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a,
.vc_tta.vc_tta-tabs.vc_tta-style-circle .vc_tta-panels-container .vc_tta-panels .vc_tta-panel a {
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.24);
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.vc_tta.vc_tta-tabs.vc_tta-style-circle .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before,
.vc_tta.vc_tta-tabs.vc_tta-style-circle .vc_tta-panels-container .vc_tta-panels .vc_tta-panel a:before,
.vc_tta.vc_tta-tabs.vc_tta-style-circle .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after,
.vc_tta.vc_tta-tabs.vc_tta-style-circle .vc_tta-panels-container .vc_tta-panels .vc_tta-panel a:after {
  display: none;
}
.vc_tta.vc_tta-tabs.vc_tta-style-circle .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a i,
.vc_tta.vc_tta-tabs.vc_tta-style-circle .vc_tta-panels-container .vc_tta-panels .vc_tta-panel a i {
  font-size: 40px;
  line-height: 96px;
  color: #fff;
}
.vc_tta.vc_tta-tabs.vc_tta-style-circle .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a,
.vc_tta.vc_tta-tabs.vc_tta-style-circle .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active a {
  border-width: 0;
  background-color: #1086df;
}
.vc_tta.vc_tta-tabs.vc_tta-style-no_border .tab-background {
  background-color: #222222;
}
.vc_tta.vc_tta-tabs.vc_tta-style-no_border .vc_tta-tabs-list .vc_tta-tab a,
.vc_tta.vc_tta-tabs.vc_tta-style-no_border .vc_tta-panels .vc_tta-panel a {
  padding: 0 20px;
  border: none;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 150px;
}
.vc_tta.vc_tta-tabs.vc_tta-style-no_border .vc_tta-tabs-list .vc_tta-tab a i,
.vc_tta.vc_tta-tabs.vc_tta-style-no_border .vc_tta-panels .vc_tta-panel a i {
  font-size: 40px;
  display: block;
  color: #fff;
  line-height: 40px;
  margin-bottom: 13px;
}
.vc_tta.vc_tta-tabs.vc_tta-style-no_border .vc_tta-tabs-list .vc_tta-tab a span,
.vc_tta.vc_tta-tabs.vc_tta-style-no_border .vc_tta-panels .vc_tta-panel a span {
  font-size: 18px;
  line-height: 24px;
  margin-left: 0;
  color: #fff;
  display: block;
  font-weight: 600;
}
.vc_tta.vc_tta-tabs.vc_tta-style-no_border .vc_tta-tabs-list .vc_tta-tab.vc_active a i,
.vc_tta.vc_tta-tabs.vc_tta-style-no_border .vc_tta-panels .vc_tta-panel.vc_active a i,
.vc_tta.vc_tta-tabs.vc_tta-style-no_border .vc_tta-tabs-list .vc_tta-tab.vc_active a span,
.vc_tta.vc_tta-tabs.vc_tta-style-no_border .vc_tta-panels .vc_tta-panel.vc_active a span {
  color: #1086df;
}
@media (max-width: 767px) {
  .vc_tta.vc_tta-tabs.vc_tta-style-no_border .vc_tta-panels .vc_tta-panel-heading {
    background-color: #222222;
  }
  .vc_tta.vc_tta-tabs.vc_tta-style-no_border .vc_tta-panels .vc_tta-panel a {
    display: block;
    height: auto;
    padding: 30px 20px;
  }
}
.vc_tta.vc_general .vc_tta-icon {
  display: inline-block !important;
}
.vc_tta-accordion.vc_tta-style-classic.vc_tta-no-fill-color .vc_tta-panel .vc_tta-panel-heading {
  border-color: #eeeeee;
}
.vc_tta-accordion.vc_tta-style-classic.vc_tta-no-fill-color .vc_tta-panel .vc_tta-panel-heading:hover {
  background: none;
}
.vc_tta-accordion.vc_tta-style-classic.vc_tta-no-fill-color .vc_tta-panel .vc_tta-panel-heading a {
  color: #222222;
  padding: 20px;
}
.vc_tta-accordion.vc_tta-style-classic.vc_tta-no-fill-color .vc_tta-panel .vc_tta-panel-heading a i {
  font-size: 21px;
}
.vc_tta-accordion.vc_tta-style-classic.vc_tta-no-fill-color .vc_tta-panel .vc_tta-panel-heading a span {
  font-size: 16px;
  margin-left: 20px;
}
.vc_tta-accordion.vc_tta-style-classic.vc_tta-no-fill-color .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #1086df;
  border-color: #229fe3;
}
.vc_tta-accordion.vc_tta-style-classic.vc_tta-no-fill-color .vc_tta-panel.vc_active .vc_tta-panel-heading a {
  color: #fff;
}
.vc_tta-accordion.vc_tta-style-classic.vc_tta-no-fill-color .vc_tta-panel.vc_active .vc_tta-panel-heading a i:before {
  content: "\f056";
}
.vc_tta-accordion.vc_tta-style-classic.vc_tta-no-fill-color .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-color: #229fe3;
}
.vc_general.vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel-title > a span {
  font-size: 16px;
}
/*
-----Contact Form----------*/
.g5plus-contact-form button i {
  padding-right: 8px;
}
.g5plus-contact-form img {
  display: none;
}
.g5plus-contact-form.form-1 input {
  height: 44px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 13px;
  border-color: rgba(222, 222, 222, 0.5);
  padding: 0 19px;
  color: #fff;
}
.g5plus-contact-form.form-1 input::-webkit-input-placeholder {
  color: #ffffff;
}
.g5plus-contact-form.form-1 input:-moz-placeholder {
  color: #ffffff;
}
.g5plus-contact-form.form-1 input::-moz-placeholder {
  color: #ffffff;
}
.g5plus-contact-form.form-1 input:-ms-input-placeholder {
  color: #ffffff;
}
.g5plus-contact-form.form-1 button {
  width: 100%;
}
.g5plus-contact-form.form-3 input[type="text"],
.g5plus-contact-form.form-3 input[type="subject"],
.g5plus-contact-form.form-3 input[type="email"],
.g5plus-contact-form.form-3 input[type="tel"],
.g5plus-contact-form.form-3 textarea {
  height: 44px;
  margin-bottom: 30px;
  width: 100%;
  font-size: 12px;
  padding: 0 23px;
  border-color: #dedede;
}
.g5plus-contact-form.form-5 input {
  height: 44px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 12px;
  border-color: #dedede;
  padding: 0 19px;
}
.g5plus-contact-form.form-5 button {
  width: 100%;
}
.g5plus-contact-form.form-11 input[type="text"],
.g5plus-contact-form.form-11 input[type="subject"],
.g5plus-contact-form.form-11 input[type="email"],
.g5plus-contact-form.form-11 textarea {
  height: 44px;
  margin-bottom: 30px;
  width: 100%;
  font-size: 12px;
  padding: 0 23px;
  border-color: #dedede;
}
.g5plus-contact-form.form-11 textarea {
  height: 100px;
  padding-top: 15px;
  margin-bottom: 23px;
  max-width: 100%;
}
.g5plus-contact-form.form-12 input[type="text"],
.g5plus-contact-form.form-12 input[type="subject"],
.g5plus-contact-form.form-12 input[type="email"],
.g5plus-contact-form.form-12 textarea {
  height: 44px;
  margin-bottom: 30px;
  width: 100%;
  font-size: 12px;
  padding: 0 23px;
  border-color: #dedede;
}
.g5plus-contact-form.form-12 input[type="text"]::-webkit-input-placeholder,
.g5plus-contact-form.form-12 input[type="subject"]::-webkit-input-placeholder,
.g5plus-contact-form.form-12 input[type="email"]::-webkit-input-placeholder,
.g5plus-contact-form.form-12 textarea::-webkit-input-placeholder {
  color: #727272;
}
.g5plus-contact-form.form-12 input[type="text"]:-moz-placeholder,
.g5plus-contact-form.form-12 input[type="subject"]:-moz-placeholder,
.g5plus-contact-form.form-12 input[type="email"]:-moz-placeholder,
.g5plus-contact-form.form-12 textarea:-moz-placeholder {
  color: #727272;
}
.g5plus-contact-form.form-12 input[type="text"]::-moz-placeholder,
.g5plus-contact-form.form-12 input[type="subject"]::-moz-placeholder,
.g5plus-contact-form.form-12 input[type="email"]::-moz-placeholder,
.g5plus-contact-form.form-12 textarea::-moz-placeholder {
  color: #727272;
}
.g5plus-contact-form.form-12 input[type="text"]:-ms-input-placeholder,
.g5plus-contact-form.form-12 input[type="subject"]:-ms-input-placeholder,
.g5plus-contact-form.form-12 input[type="email"]:-ms-input-placeholder,
.g5plus-contact-form.form-12 textarea:-ms-input-placeholder {
  color: #727272;
}
.g5plus-contact-form.form-12 textarea {
  height: 100px;
  padding-top: 15px;
  margin-bottom: 23px;
  max-width: 100%;
}
.g5plus-contact-form.form-13 input[type="text"],
.g5plus-contact-form.form-13 input[type="subject"],
.g5plus-contact-form.form-13 input[type="email"],
.g5plus-contact-form.form-13 input[type="tel"] {
  height: 44px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 12px;
  padding: 0 23px;
  border-color: #dedede;
}
.g5plus-contact-form.form-13 input[type="text"]::-webkit-input-placeholder,
.g5plus-contact-form.form-13 input[type="subject"]::-webkit-input-placeholder,
.g5plus-contact-form.form-13 input[type="email"]::-webkit-input-placeholder,
.g5plus-contact-form.form-13 input[type="tel"]::-webkit-input-placeholder {
  color: #727272;
}
.g5plus-contact-form.form-13 input[type="text"]:-moz-placeholder,
.g5plus-contact-form.form-13 input[type="subject"]:-moz-placeholder,
.g5plus-contact-form.form-13 input[type="email"]:-moz-placeholder,
.g5plus-contact-form.form-13 input[type="tel"]:-moz-placeholder {
  color: #727272;
}
.g5plus-contact-form.form-13 input[type="text"]::-moz-placeholder,
.g5plus-contact-form.form-13 input[type="subject"]::-moz-placeholder,
.g5plus-contact-form.form-13 input[type="email"]::-moz-placeholder,
.g5plus-contact-form.form-13 input[type="tel"]::-moz-placeholder {
  color: #727272;
}
.g5plus-contact-form.form-13 input[type="text"]:-ms-input-placeholder,
.g5plus-contact-form.form-13 input[type="subject"]:-ms-input-placeholder,
.g5plus-contact-form.form-13 input[type="email"]:-ms-input-placeholder,
.g5plus-contact-form.form-13 input[type="tel"]:-ms-input-placeholder {
  color: #727272;
}
.g5plus-contact-form.form-13 button {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  margin-bottom: 0;
}
.g5plus-contact-form.form-22 input[type="text"],
.g5plus-contact-form.form-22 input[type="subject"],
.g5plus-contact-form.form-22 input[type="email"],
.g5plus-contact-form.form-22 input[type="tel"],
.g5plus-contact-form.form-22 textarea {
  height: 44px;
  margin-bottom: 30px;
  width: 100%;
  font-size: 12px;
  padding: 0 23px;
  border-color: #dedede;
  background-color: #fff;
}
.g5plus-contact-form.form-22 input[type="text"]::-webkit-input-placeholder,
.g5plus-contact-form.form-22 input[type="subject"]::-webkit-input-placeholder,
.g5plus-contact-form.form-22 input[type="email"]::-webkit-input-placeholder,
.g5plus-contact-form.form-22 input[type="tel"]::-webkit-input-placeholder,
.g5plus-contact-form.form-22 textarea::-webkit-input-placeholder {
  color: #727272;
}
.g5plus-contact-form.form-22 input[type="text"]:-moz-placeholder,
.g5plus-contact-form.form-22 input[type="subject"]:-moz-placeholder,
.g5plus-contact-form.form-22 input[type="email"]:-moz-placeholder,
.g5plus-contact-form.form-22 input[type="tel"]:-moz-placeholder,
.g5plus-contact-form.form-22 textarea:-moz-placeholder {
  color: #727272;
}
.g5plus-contact-form.form-22 input[type="text"]::-moz-placeholder,
.g5plus-contact-form.form-22 input[type="subject"]::-moz-placeholder,
.g5plus-contact-form.form-22 input[type="email"]::-moz-placeholder,
.g5plus-contact-form.form-22 input[type="tel"]::-moz-placeholder,
.g5plus-contact-form.form-22 textarea::-moz-placeholder {
  color: #727272;
}
.g5plus-contact-form.form-22 input[type="text"]:-ms-input-placeholder,
.g5plus-contact-form.form-22 input[type="subject"]:-ms-input-placeholder,
.g5plus-contact-form.form-22 input[type="email"]:-ms-input-placeholder,
.g5plus-contact-form.form-22 input[type="tel"]:-ms-input-placeholder,
.g5plus-contact-form.form-22 textarea:-ms-input-placeholder {
  color: #727272;
}
.g5plus-contact-form.form-22 textarea {
  height: 100px;
  padding-top: 15px;
  margin-bottom: 23px;
  max-width: 100%;
}
.g5plus-contact-form.form-22 .file-input {
  display: block;
  margin-bottom: 6px;
}
.g5plus-contact-form.form-22 .file-input #file-custom {
  display: block;
  height: 44px;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  background-color: #fff;
  color: #727272;
  font-size: 12px;
  padding-left: 23px;
  line-height: 42px;
  margin-top: -44px;
}
.g5plus-contact-form.form-22 .file-input #file-custom:before {
  content: 'Choose File';
  background-color: #dedede;
  height: 34px;
  width: 108px;
  display: block;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  float: right;
  margin: 4px;
}
.g5plus-contact-form.form-22 .file-input input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 44px;
  display: block;
}
/*
-----------Mailchimp-------*/
.mailchimp {
  position: relative;
}
.mailchimp p {
  display: none;
}
.mailchimp .form-control {
  width: 100%;
  height: 40px;
  padding: 6px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  color: #fff;
}
.mailchimp .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.mailchimp .form-control:-moz-placeholder {
  color: #ffffff;
}
.mailchimp .form-control::-moz-placeholder {
  color: #ffffff;
}
.mailchimp .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.mailchimp .submit {
  background: transparent;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.mailchimp .submit i {
  font-size: 16px;
}
.mailchimp .submit:hover {
  color: #727272;
}
.mailchimp .btn {
  display: none;
}
.mailchimp-borderbox .mailchimp {
  position: relative;
}
.mailchimp-borderbox .mailchimp .form-control {
  color: #727272;
  background-color: #fff;
  border: 0px;
  padding-right: 26px;
}
.mailchimp-borderbox .mailchimp .form-control::-webkit-input-placeholder {
  color: #727272;
}
.mailchimp-borderbox .mailchimp .form-control:-moz-placeholder {
  color: #727272;
}
.mailchimp-borderbox .mailchimp .form-control::-moz-placeholder {
  color: #727272;
}
.mailchimp-borderbox .mailchimp .form-control:-ms-input-placeholder {
  color: #727272;
}
.mailchimp-borderbox .mailchimp .submit {
  width: 55px;
  background: #1086df;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.mailchimp-borderbox .mailchimp .submit i {
  position: absolute;
  right: 26px;
  line-height: 0;
}
.mailchimp-borderbox .mailchimp .submit:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-right-style: solid;
  border-right-width: 16px;
  border-right-color: #1086df;
  border-top: solid 40px transparent;
}
/*
------- Custom VC_Progress_Bar -------*/
.vc_progress_bar.style_01 .progress-bar-title {
  margin-bottom: 12px;
  display: block;
  color: #212121;
}
.vc_progress_bar.style_01 .vc_single_bar {
  border-radius: 0;
  height: 12px;
  margin-bottom: 33px;
  background: #F5F5F5;
  box-shadow: none;
}
.vc_progress_bar.style_01 .vc_single_bar .vc_bar {
  height: 12px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.vc_progress_bar.style_01 .vc_single_bar .vc_bar .vc_label_units {
  position: absolute;
  right: -31px;
  top: -31px;
  background: #222222;
  color: #ffffff;
  width: 31px;
  height: 18px;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
}
.vc_progress_bar.style_01 .vc_single_bar .vc_bar .vc_label_units:before {
  border-left: 0;
  border-right: 7px solid transparent;
  border-top-style: solid;
  border-top-width: 7px;
  border-top-color: #222222;
  content: "";
  left: 0;
  position: absolute;
  top: 18px;
}
/*
-----------Pricing Table---------*/
.g5plus-pricing-tables .pricing-name {
  color: #222222;
}
.g5plus-pricing-tables .price-value {
  color: #1086df;
}
/*
-----------Heading---------*/
.g5plus-heading h2 {
  color: #222222;
}
.g5plus-heading span {
  font-family: 'Poppins';
}
.g5plus-heading:after {
  border-bottom-color: #1086df;
}
/*
----------Tracking--------*/
.g5plus-tracking.style_01 input[type="text"] {
  color: #727272;
}
.g5plus-tracking.style_01 input[type="text"]::-webkit-input-placeholder {
  color: #727272;
}
.g5plus-tracking.style_01 input[type="text"]:-moz-placeholder {
  color: #727272;
}
.g5plus-tracking.style_01 input[type="text"]::-moz-placeholder {
  color: #727272;
}
.g5plus-tracking.style_01 input[type="text"]:-ms-input-placeholder {
  color: #727272;
}
.g5plus-tracking.style_01 a {
  background: #1086df;
}
.g5plus-tracking.style_01 a:before {
  border-right-color: #1086df;
}
/*
----------Testimonials--------*/
.g5plus-testimonials .testimonial-item h4 {
  color: #1086df;
}
.g5plus-testimonials.style2 .testimonial-item .info span {
  border-left-color: #1086df;
}
/*
----------Partner--------*/
.g5plus-partner-carousel .partner-item .bordered {
  border-color: #dedede !important;
}
.g5plus-partner-carousel .partner-item:hover .bordered {
  border-color: #1086df !important;
}
/*
----------Counter--------*/
.g5plus-counter .ct_content .ct_value,
.g5plus-counter .ct_content .ct_unit {
  color: #1086df;
}
.g5plus-counter.light .ct_content {
  color: #ffffff;
}
.g5plus-counter.dark .ct_content {
  color: #222222;
}
/*
----------Counter--------*/
.g5plus-video a:hover {
  border-color: #1086df;
}
.g5plus-video a:hover i {
  color: #1086df;
}
/*
----------Feature-Box--------*/
.g5plus-feature-box .feature-content a {
  color: #212121;
}
.g5plus-feature-box .feature-content p {
  color: #727272;
}
.g5plus-feature-box .feature-thumb i {
  color: #ffffff;
}
.g5plus-ourteam .ourteam-content a {
  color: #222222;
}
.g5plus-ourteam .ourteam-item:hover .ourteam-content {
  background-color: #1086df;
}
.ourteam-single-wrap .follow-me .vc_row-background-overlay {
  background-color: rgba(16, 134, 223, 0.84);
}
.ourteam-single-wrap .follow-me ul li:hover a {
  color: #1086df;
}
.g5plus-services-creative.vertical:hover:before,
.g5plus-services-creative.horizontal:hover:before {
  background-color: rgba(16, 134, 223, 0.9);
}
.g5plus-services-creative .services-creative-content a.btn:hover {
  color: #1086df;
}
.g5plus-services-creative.none-background {
  background-color: #1086df;
}
.g5plus-services .services-avatar .block-center {
  background-color: rgba(16, 134, 223, 0.8);
}
.g5plus-services:not(.services-dark) .services-content a {
  color: #222222;
}
.g5plus-services:not(.services-dark) .services-content a:hover {
  color: #1086df;
}
.g5plus-services.services-dark .services-item a:not(.btn):hover,
.g5plus-services.services-light .block-center a.btn:hover {
  color: #1086df;
}
.g5plus-services.services-gray.text-left .services-item .services-content {
  border-color: #eeeeee;
}
.g5plus-services.excerpt-default .services-content a:before,
.g5plus-services:not(.excerpt-on-hover) .services-inner:hover,
.g5plus-services.services-gray.text-left .services-inner:hover {
  background-color: #1086df;
}
.services-archive-item .services-archive-content a {
  color: #222222;
}
.services-archive-item .services-archive-content a:before {
  background-color: #222222;
}
.services-archive-item .services-archive-content a:hover {
  color: #1086df;
}
.services-archive-item .services-archive-content a:hover:before {
  background-color: #1086df;
}
.gallery-avatar:after {
  background-color: rgba(16, 134, 223, 0.6);
}
.gallery-light .gallery-content p {
  color: #222222;
}
.col-gap-30.gallery-light .gallery-content p:before {
  background-color: #1086df;
}
.g5plus-info-table {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.g5plus-info-table li {
  display: inline-block;
  width: 100%;
  border: 1px solid #eeeeee;
  border-bottom: none;
  height: 45px;
}
.g5plus-info-table li span {
  line-height: 24px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.g5plus-info-table span:nth-child(1) {
  color: #222222;
  border-right: 1px solid;
  border-right-color: #eeeeee;
  border-left-color: #eeeeee;
  padding-right: 20px;
  min-width: 140px;
}
.g5plus-info-table li:nth-child(2n) {
  background-color: #f8f8f8;
}
.g5plus-info-table li:last-child {
  border-bottom: 1px solid #eeeeee;
}
/**
 * 9.0 - Mixins
 * ----------------------------------------------------------------------------
 */
/**
* Font
* ----------------------------------------------------------------------------
*/
.b-font {
  font-family: 'Poppins' !important;
}
.s-font {
  font-family: 'Poppins' !important;
}
/**
* Color
* ----------------------------------------------------------------------------
*/
.text-color-accent,
.text-color-accent-hover:hover {
  color: #1086df !important;
}
.bg-accent {
  background-color: #1086df !important;
}
.bg-bold {
  background-color: #222222;
}
.text-color-bold {
  color: #222222 !important;
}
.text-color-light {
  color: #979797 !important;
}
.bordered {
  border: 1px solid #eeeeee !important;
}
.border-dark {
  border: 1px solid #dedede !important;
}
.badge {
  background-color: #1086df;
}
/**
* Padding Top
* ----------------------------------------------------------------------------
*/
.pd-top-0 {
  padding-top: 0px !important;
}
.pd-top-5 {
  padding-top: 5px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.pd-top-15 {
  padding-top: 15px !important;
}
.pd-top-20 {
  padding-top: 20px !important;
}
.pd-top-25 {
  padding-top: 25px !important;
}
.pd-top-30 {
  padding-top: 30px !important;
}
.pd-top-35 {
  padding-top: 35px !important;
}
.pd-top-40 {
  padding-top: 40px !important;
}
.pd-top-45 {
  padding-top: 45px !important;
}
.pd-top-50 {
  padding-top: 50px !important;
}
.pd-top-55 {
  padding-top: 55px !important;
}
.pd-top-60 {
  padding-top: 60px !important;
}
.pd-top-65 {
  padding-top: 65px !important;
}
.pd-top-70 {
  padding-top: 70px !important;
}
.pd-top-75 {
  padding-top: 75px !important;
}
.pd-top-80 {
  padding-top: 80px !important;
}
.pd-top-85 {
  padding-top: 85px !important;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-95 {
  padding-top: 95px !important;
}
.pd-top-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-top-0 {
    padding-top: 0px !important;
  }
  .sm-pd-top-5 {
    padding-top: 5px !important;
  }
  .sm-pd-top-10 {
    padding-top: 10px !important;
  }
  .sm-pd-top-15 {
    padding-top: 15px !important;
  }
  .sm-pd-top-20 {
    padding-top: 20px !important;
  }
  .sm-pd-top-25 {
    padding-top: 25px !important;
  }
  .sm-pd-top-30 {
    padding-top: 30px !important;
  }
  .sm-pd-top-35 {
    padding-top: 35px !important;
  }
  .sm-pd-top-40 {
    padding-top: 40px !important;
  }
  .sm-pd-top-45 {
    padding-top: 45px !important;
  }
  .sm-pd-top-50 {
    padding-top: 50px !important;
  }
  .sm-pd-top-55 {
    padding-top: 55px !important;
  }
  .sm-pd-top-60 {
    padding-top: 60px !important;
  }
  .sm-pd-top-65 {
    padding-top: 65px !important;
  }
  .sm-pd-top-70 {
    padding-top: 70px !important;
  }
  .sm-pd-top-75 {
    padding-top: 75px !important;
  }
  .sm-pd-top-80 {
    padding-top: 80px !important;
  }
  .sm-pd-top-85 {
    padding-top: 85px !important;
  }
  .sm-pd-top-90 {
    padding-top: 90px !important;
  }
  .sm-pd-top-95 {
    padding-top: 95px !important;
  }
  .sm-pd-top-100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-top-0 {
    padding-top: 0px !important;
  }
  .xs-pd-top-5 {
    padding-top: 5px !important;
  }
  .xs-pd-top-10 {
    padding-top: 10px !important;
  }
  .xs-pd-top-15 {
    padding-top: 15px !important;
  }
  .xs-pd-top-20 {
    padding-top: 20px !important;
  }
  .xs-pd-top-25 {
    padding-top: 25px !important;
  }
  .xs-pd-top-30 {
    padding-top: 30px !important;
  }
  .xs-pd-top-35 {
    padding-top: 35px !important;
  }
  .xs-pd-top-40 {
    padding-top: 40px !important;
  }
  .xs-pd-top-45 {
    padding-top: 45px !important;
  }
  .xs-pd-top-50 {
    padding-top: 50px !important;
  }
  .xs-pd-top-55 {
    padding-top: 55px !important;
  }
  .xs-pd-top-60 {
    padding-top: 60px !important;
  }
  .xs-pd-top-65 {
    padding-top: 65px !important;
  }
  .xs-pd-top-70 {
    padding-top: 70px !important;
  }
  .xs-pd-top-75 {
    padding-top: 75px !important;
  }
  .xs-pd-top-80 {
    padding-top: 80px !important;
  }
  .xs-pd-top-85 {
    padding-top: 85px !important;
  }
  .xs-pd-top-90 {
    padding-top: 90px !important;
  }
  .xs-pd-top-95 {
    padding-top: 95px !important;
  }
  .xs-pd-top-100 {
    padding-top: 100px !important;
  }
}
/**
* Padding Bottom
* ----------------------------------------------------------------------------
*/
.pd-bottom-0 {
  padding-bottom: 0px !important;
}
.pd-bottom-5 {
  padding-bottom: 5px !important;
}
.pd-bottom-10 {
  padding-bottom: 10px !important;
}
.pd-bottom-15 {
  padding-bottom: 15px !important;
}
.pd-bottom-20 {
  padding-bottom: 20px !important;
}
.pd-bottom-25 {
  padding-bottom: 25px !important;
}
.pd-bottom-30 {
  padding-bottom: 30px !important;
}
.pd-bottom-35 {
  padding-bottom: 35px !important;
}
.pd-bottom-40 {
  padding-bottom: 40px !important;
}
.pd-bottom-45 {
  padding-bottom: 45px !important;
}
.pd-bottom-50 {
  padding-bottom: 50px !important;
}
.pd-bottom-55 {
  padding-bottom: 55px !important;
}
.pd-bottom-60 {
  padding-bottom: 60px !important;
}
.pd-bottom-65 {
  padding-bottom: 65px !important;
}
.pd-bottom-70 {
  padding-bottom: 70px !important;
}
.pd-bottom-75 {
  padding-bottom: 75px !important;
}
.pd-bottom-80 {
  padding-bottom: 80px !important;
}
.pd-bottom-85 {
  padding-bottom: 85px !important;
}
.pd-bottom-90 {
  padding-bottom: 90px !important;
}
.pd-bottom-95 {
  padding-bottom: 95px !important;
}
.pd-bottom-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .sm-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .sm-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .sm-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .sm-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .sm-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .sm-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .sm-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .sm-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .sm-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .sm-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .sm-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .sm-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .sm-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .sm-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .sm-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .sm-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .sm-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .sm-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .sm-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .sm-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .xs-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .xs-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .xs-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .xs-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .xs-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .xs-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .xs-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .xs-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .xs-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .xs-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .xs-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .xs-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .xs-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .xs-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .xs-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .xs-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .xs-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .xs-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .xs-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .xs-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
/**
* Margin Top
* ----------------------------------------------------------------------------
*/
.mg-top-0 {
  margin-top: 0px !important;
}
.mg-top-5 {
  margin-top: 5px !important;
}
.mg-top-10 {
  margin-top: 10px !important;
}
.mg-top-15 {
  margin-top: 15px !important;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px !important;
}
.mg-top-35 {
  margin-top: 35px !important;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.mg-top-45 {
  margin-top: 45px !important;
}
.mg-top-50 {
  margin-top: 50px !important;
}
.mg-top-55 {
  margin-top: 55px !important;
}
.mg-top-60 {
  margin-top: 60px !important;
}
.mg-top-65 {
  margin-top: 65px !important;
}
.mg-top-70 {
  margin-top: 70px !important;
}
.mg-top-75 {
  margin-top: 75px !important;
}
.mg-top-80 {
  margin-top: 80px !important;
}
.mg-top-85 {
  margin-top: 85px !important;
}
.mg-top-90 {
  margin-top: 90px !important;
}
.mg-top-95 {
  margin-top: 95px !important;
}
.mg-top-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-top-0 {
    margin-top: 0px !important;
  }
  .sm-mg-top-5 {
    margin-top: 5px !important;
  }
  .sm-mg-top-10 {
    margin-top: 10px !important;
  }
  .sm-mg-top-15 {
    margin-top: 15px !important;
  }
  .sm-mg-top-20 {
    margin-top: 20px !important;
  }
  .sm-mg-top-25 {
    margin-top: 25px !important;
  }
  .sm-mg-top-30 {
    margin-top: 30px !important;
  }
  .sm-mg-top-35 {
    margin-top: 35px !important;
  }
  .sm-mg-top-40 {
    margin-top: 40px !important;
  }
  .sm-mg-top-45 {
    margin-top: 45px !important;
  }
  .sm-mg-top-50 {
    margin-top: 50px !important;
  }
  .sm-mg-top-55 {
    margin-top: 55px !important;
  }
  .sm-mg-top-60 {
    margin-top: 60px !important;
  }
  .sm-mg-top-65 {
    margin-top: 65px !important;
  }
  .sm-mg-top-70 {
    margin-top: 70px !important;
  }
  .sm-mg-top-75 {
    margin-top: 75px !important;
  }
  .sm-mg-top-80 {
    margin-top: 80px !important;
  }
  .sm-mg-top-85 {
    margin-top: 85px !important;
  }
  .sm-mg-top-90 {
    margin-top: 90px !important;
  }
  .sm-mg-top-95 {
    margin-top: 95px !important;
  }
  .sm-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-top-0 {
    margin-top: 0px !important;
  }
  .xs-mg-top-5 {
    margin-top: 5px !important;
  }
  .xs-mg-top-10 {
    margin-top: 10px !important;
  }
  .xs-mg-top-15 {
    margin-top: 15px !important;
  }
  .xs-mg-top-20 {
    margin-top: 20px !important;
  }
  .xs-mg-top-25 {
    margin-top: 25px !important;
  }
  .xs-mg-top-30 {
    margin-top: 30px !important;
  }
  .xs-mg-top-35 {
    margin-top: 35px !important;
  }
  .xs-mg-top-40 {
    margin-top: 40px !important;
  }
  .xs-mg-top-45 {
    margin-top: 45px !important;
  }
  .xs-mg-top-50 {
    margin-top: 50px !important;
  }
  .xs-mg-top-55 {
    margin-top: 55px !important;
  }
  .xs-mg-top-60 {
    margin-top: 60px !important;
  }
  .xs-mg-top-65 {
    margin-top: 65px !important;
  }
  .xs-mg-top-70 {
    margin-top: 70px !important;
  }
  .xs-mg-top-75 {
    margin-top: 75px !important;
  }
  .xs-mg-top-80 {
    margin-top: 80px !important;
  }
  .xs-mg-top-85 {
    margin-top: 85px !important;
  }
  .xs-mg-top-90 {
    margin-top: 90px !important;
  }
  .xs-mg-top-95 {
    margin-top: 95px !important;
  }
  .xs-mg-top-100 {
    margin-top: 100px !important;
  }
}
/**
* Margin Bottom
* ----------------------------------------------------------------------------
*/
.mg-bottom-0 {
  margin-bottom: 0px !important;
}
.mg-bottom-5 {
  margin-bottom: 5px !important;
}
.mg-bottom-10 {
  margin-bottom: 10px !important;
}
.mg-bottom-15 {
  margin-bottom: 15px !important;
}
.mg-bottom-20 {
  margin-bottom: 20px !important;
}
.mg-bottom-25 {
  margin-bottom: 25px !important;
}
.mg-bottom-30 {
  margin-bottom: 30px !important;
}
.mg-bottom-35 {
  margin-bottom: 35px !important;
}
.mg-bottom-40 {
  margin-bottom: 40px !important;
}
.mg-bottom-45 {
  margin-bottom: 45px !important;
}
.mg-bottom-50 {
  margin-bottom: 50px !important;
}
.mg-bottom-55 {
  margin-bottom: 55px !important;
}
.mg-bottom-60 {
  margin-bottom: 60px !important;
}
.mg-bottom-65 {
  margin-bottom: 65px !important;
}
.mg-bottom-70 {
  margin-bottom: 70px !important;
}
.mg-bottom-75 {
  margin-bottom: 75px !important;
}
.mg-bottom-80 {
  margin-bottom: 80px !important;
}
.mg-bottom-85 {
  margin-bottom: 85px !important;
}
.mg-bottom-90 {
  margin-bottom: 90px !important;
}
.mg-bottom-95 {
  margin-bottom: 95px !important;
}
.mg-bottom-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .sm-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .sm-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .sm-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .sm-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .sm-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .sm-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .sm-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .sm-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .sm-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .sm-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .sm-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .sm-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .sm-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .sm-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .sm-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .sm-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .sm-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .sm-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .sm-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .sm-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .xs-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .xs-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .xs-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .xs-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .xs-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .xs-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .xs-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .xs-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .xs-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .xs-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .xs-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .xs-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .xs-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .xs-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .xs-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .xs-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .xs-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .xs-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .xs-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .xs-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
/**
* Font Weight
* ----------------------------------------------------------------------------
*/
.fw-light {
  font-weight: 300 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semi-bold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
/**
* Font Size
* ----------------------------------------------------------------------------
*/
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-31 {
  font-size: 31px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-46 {
  font-size: 46px !important;
}
.fs-50 {
  font-size: 50px !important;
}
.fs-60 {
  font-size: 60px !important;
}
/**
* Font Style
* ----------------------------------------------------------------------------
*/
.text-italic {
  font-style: italic !important;
}
.uppercase {
  text-transform: uppercase !important;
}
/**
* Line Height
* ----------------------------------------------------------------------------
*/
.line-small {
  line-height: 1em !important;
}
.line-normal {
  line-height: 1.5em !important;
}
.line-medium {
  line-height: 1.6em !important;
}
.line-large {
  line-height: 1.8em !important;
}
.line-2x {
  line-height: 2em !important;
}
.line-3x {
  line-height: 3em !important;
}
.line-21 {
  line-height: 21px !important;
}
.line-24 {
  line-height: 24px !important;
}
.line-42 {
  line-height: 42px !important;
}
/**
* TRANSITION
* ----------------------------------------------------------------------------
*/
.transition03 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.transition05 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/**
* OTHERS MIXIN
* ----------------------------------------------------------------------------
*/
.overflow-hidden {
  overflow: hidden !important;
}
.fixed {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pd-right-60 {
  padding-right: 60px;
}
@media screen and (max-width: 991px) {
  .md-pd-right-0 {
    padding-right: 0;
  }
}
/**
* Custom Columns Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 479px) {
  .col-mb-1,
  .col-mb-2,
  .col-mb-3,
  .col-mb-4,
  .col-mb-5,
  .col-mb-6,
  .col-mb-7,
  .col-mb-8,
  .col-mb-9,
  .col-mb-10,
  .col-mb-11,
  .col-mb-12 {
    float: left;
  }
  .col-mb-12 {
    width: 100%;
  }
  .col-mb-11 {
    width: 91.66666667%;
  }
  .col-mb-10 {
    width: 83.33333333%;
  }
  .col-mb-9 {
    width: 75%;
  }
  .col-mb-8 {
    width: 66.66666667%;
  }
  .col-mb-7 {
    width: 58.33333333%;
  }
  .col-mb-6 {
    width: 50%;
  }
  .col-mb-5 {
    width: 41.66666667%;
  }
  .col-mb-4 {
    width: 33.33333333%;
  }
  .col-mb-3 {
    width: 25%;
  }
  .col-mb-2 {
    width: 16.66666667%;
  }
  .col-mb-1 {
    width: 8.33333333%;
  }
  .col-mb-pull-12 {
    right: 100%;
  }
  .col-mb-pull-11 {
    right: 91.66666667%;
  }
  .col-mb-pull-10 {
    right: 83.33333333%;
  }
  .col-mb-pull-9 {
    right: 75%;
  }
  .col-mb-pull-8 {
    right: 66.66666667%;
  }
  .col-mb-pull-7 {
    right: 58.33333333%;
  }
  .col-mb-pull-6 {
    right: 50%;
  }
  .col-mb-pull-5 {
    right: 41.66666667%;
  }
  .col-mb-pull-4 {
    right: 33.33333333%;
  }
  .col-mb-pull-3 {
    right: 25%;
  }
  .col-mb-pull-2 {
    right: 16.66666667%;
  }
  .col-mb-pull-1 {
    right: 8.33333333%;
  }
  .col-mb-pull-0 {
    right: auto;
  }
  .col-mb-push-12 {
    left: 100%;
  }
  .col-mb-push-11 {
    left: 91.66666667%;
  }
  .col-mb-push-10 {
    left: 83.33333333%;
  }
  .col-mb-push-9 {
    left: 75%;
  }
  .col-mb-push-8 {
    left: 66.66666667%;
  }
  .col-mb-push-7 {
    left: 58.33333333%;
  }
  .col-mb-push-6 {
    left: 50%;
  }
  .col-mb-push-5 {
    left: 41.66666667%;
  }
  .col-mb-push-4 {
    left: 33.33333333%;
  }
  .col-mb-push-3 {
    left: 25%;
  }
  .col-mb-push-2 {
    left: 16.66666667%;
  }
  .col-mb-push-1 {
    left: 8.33333333%;
  }
  .col-mb-push-0 {
    left: auto;
  }
  .col-mb-offset-12 {
    margin-left: 100%;
  }
  .col-mb-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-mb-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-mb-offset-9 {
    margin-left: 75%;
  }
  .col-mb-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-mb-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-mb-offset-6 {
    margin-left: 50%;
  }
  .col-mb-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-mb-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-mb-offset-3 {
    margin-left: 25%;
  }
  .col-mb-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-mb-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-mb-offset-0 {
    margin-left: 0;
  }
}
/*
---------Add new class--------*/
.bg-half-left-dark:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.bg-half-left-black:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  background-color: #222222;
}
.bg-right-dark:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 54.4%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.pd-right-25 {
  padding-right: 25px;
}
.pd-left-30 {
  padding-left: 30px;
}
.border-overlay {
  position: relative;
  display: block;
}
.border-overlay:before {
  position: absolute;
  content: '';
  display: block;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  border: 5px solid #fff;
  opacity: 0.26;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.border-overlay:hover:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .bg-half-left-dark:before,
  .bg-right-dark:before {
    width: 100%;
  }
  .xs-pd-right-0 {
    padding-right: 0;
  }
}
.img-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.img-right .vc_column-inner {
  height: 100%;
}
.img-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.img-left .vc_column-inner {
  height: 100%;
}
.img-half-full-width-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.img-half-full-width-right .vc_column-inner > .wpb_wrapper {
  position: absolute;
  bottom: 0;
}
.width-33 {
  width: 33.33%;
}
.width-40 {
  width: 40%;
}
.width-43 {
  width: 43%;
}
.width-44 {
  width: 44%;
}
.width-50 {
  width: 50%;
}
.width-56 {
  width: 56%;
}
@media (max-width: 991px) {
  .img-right.width-50 {
    position: static;
    width: 100%;
  }
  .img-half-full-width-right {
    position: static;
    width: 100%;
  }
  .img-half-full-width-right .vc_column-inner > .wpb_wrapper {
    position: static;
  }
  .sm-pd-left-0 {
    padding-left: 0;
  }
  .bg-half-left-black:before {
    display: none;
  }
  .bg-half-left-black > .wpb_column:first-child:before {
    content: '';
    display: block;
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: #222222;
  }
  .bg-half-left-black > .wpb_column:first-child > .vc_column-inner {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .img-right,
  .img-left {
    position: static;
    width: 100%;
    padding-right: 0;
  }
}
.col-relative {
  position: relative;
  z-index: 1;
}
.skew-right:after {
  content: '';
  width: 78px;
  height: 100%;
  background: #2a2a2a;
  position: absolute;
  right: -59px;
  top: 0;
  z-index: 2;
  -webkit-transform: skewX(17deg);
  -moz-transform: skewX(17deg);
  -o-transform: skewX(17deg);
  -ms-transform: skewX(17deg);
  transform: skewX(17deg);
}
.skew-left {
  position: relative;
}
.skew-left:after {
  height: 100%;
  width: 1000%;
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  background-color: #1086df;
}
.skew-left .vc_column-inner > .wpb_wrapper {
  z-index: 1;
  padding: 55px 0 58px 40px;
}
.skew-left .g5plus-icon-box {
  float: left;
  padding-right: 16px;
}
.skew-left .g5plus-icon-box i {
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .skew-left:after {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .skew-left .vc_column-inner > .wpb_wrapper {
    padding: 55px 0 58px 0;
  }
}
.mailchimp-menu .widget {
  margin-bottom: 0;
}
.mailchimp-menu ul {
  list-style: none;
  text-align: right;
  background-color: #1086df;
  padding: 23px 3px 24px 0;
  position: relative;
  height: 71px;
  z-index: 1;
}
.mailchimp-menu ul li {
  display: inline-block;
}
.mailchimp-menu ul li a {
  padding: 0;
  color: #fff;
  font-size: 12px;
  border: none;
}
.mailchimp-menu ul li a:before {
  display: none;
}
.mailchimp-menu ul li:hover {
  color: #727272;
}
.mailchimp-menu ul li:hover a {
  border: none;
}
.mailchimp-menu ul li + li {
  margin-left: 36px;
}
.mailchimp-menu ul:after {
  content: "";
  left: 100%;
  width: 1000%;
  display: block;
  position: absolute;
  height: 71px;
  bottom: 0;
  background: #1086df;
  z-index: 1;
}
.mailchimp-menu:after {
  content: "";
  left: 0;
  width: 1000%;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  background: #f9f9f9;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .mailchimp-menu ul li + li {
    margin-left: 20px;
  }
}
@media (min-width: 767px) {
  .mailchimp-menu ul li + li {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .mailchimp-menu ul {
    text-align: center;
  }
  .mailchimp-menu ul:after {
    display: none;
  }
  .mailchimp-menu:after {
    display: none;
  }
}
.row-fix-content {
  position: relative;
  height: 70px;
}
.row-fix-content > .vc_column_container {
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  .row-fix-content {
    display: none;
  }
  .row-fix-content.row-visible-sm {
    display: block;
    height: auto;
  }
  .row-fix-content.row-visible-sm > .vc_column_container {
    position: static;
  }
}
.all-width-100 * {
  width: 100%;
}
.row-fix-column-content > .wpb_column {
  width: 45% !important;
}
.row-fix-column-content > .wpb_column:last-child {
  margin-left: 10%;
}
.column-fix-content-relative {
  position: relative;
}
.column-fix-content-relative .wpb_single_image .wpb_wrapper,
.column-fix-content-relative .wpb_single_image .vc_single_image-wrapper,
.column-fix-content-relative .wpb_single_image img {
  width: 100%;
}
.column-fix-content-relative .wpb_single_image:first-child .wpb_wrapper {
  position: relative;
}
.column-fix-content-relative .wpb_single_image:first-child .wpb_wrapper:before {
  position: absolute;
  content: '';
  display: block;
  top: 30px;
  bottom: 0;
  left: 30px;
  right: 30px;
  border: 5px solid #fff;
  border-bottom: none;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.column-fix-content-relative .wpb_single_image:first-child + .wpb_single_image .wpb_wrapper {
  position: relative;
}
.column-fix-content-relative .wpb_single_image:first-child + .wpb_single_image .wpb_wrapper:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 30px;
  left: 30px;
  right: 30px;
  border: 5px solid #fff;
  border-top: none;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.column-fix-content-relative .vc_column-inner > .wpb_wrapper:hover .wpb_single_image:first-child .wpb_wrapper:before {
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.column-fix-content-relative .vc_column-inner > .wpb_wrapper:hover .wpb_single_image:first-child + .wpb_single_image .wpb_wrapper:before {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.column-fix-content-relative .wpb_text_column {
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 270px;
  height: 240px;
  border: 10px solid #fff;
}
.column-fix-content-relative .wpb_text_column .block-center {
  height: 220px;
  color: #fff;
  background-color: #1086df;
}
@media (max-width: 767px) {
  .row-fix-column-content > .wpb_column {
    width: 100% !important;
  }
  .row-fix-column-content > .wpb_column:last-child {
    margin-left: 0;
  }
  .column-fix-content-relative .wpb_single_image .wpb_wrapper,
  .column-fix-content-relative .wpb_single_image .vc_single_image-wrapper,
  .column-fix-content-relative .wpb_single_image img {
    width: auto;
  }
  .column-fix-content-relative .wpb_text_column {
    right: 0;
    left: 0;
    margin: auto;
  }
}
.column-fix-content {
  position: absolute;
  width: 50%;
  bottom: 0;
}
.icon-box-col-custom-content {
  position: absolute;
  right: 0;
  bottom: 0;
}
.icon-box-col-custom-content > .vc_column-inner {
  padding-right: 0;
}
@media (max-width: 991px) {
  .icon-box-col-custom-content {
    position: static;
  }
  .icon-box-col-custom-content > .vc_column-inner {
    padding-left: 0;
  }
}
.above-footer-6 .vc_icon_element {
  display: inline-block;
  transition: all 0.5s;
}
.above-footer-6 .vc_icon_element .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
  font-size: 16px !important;
}
.above-footer-6 .vc_icon_element:hover .vc_icon_element-inner .vc_icon_element-icon {
  color: #1086df;
  transition: all 0.5s;
}
.above-footer-6 .vc_icon_element + .vc_icon_element {
  margin-left: 2px;
}
.footer-above-wrapper {
  overflow: hidden;
}
