@import "../fonts/droidserif/droidserif.css";
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Grid
 # Class
 # Forms
 # Button
 # Header
 # Main Menu
 # Page Title & Breadcrumb
 # Post and Page
 # Navigation
 # Layout Content
 # Widgets
 # Media
 # Singlular
 # Comments
 # Footer
 # VC Elements
 --------------------------------------------------------------*/
/* Typography */
/* Heading */
/* Meta */
/* Extra */
/* Icon Font */
/* Border */
/* Media break point */
/* Font Smoothing */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* Overlay Post */
/* image fit */
/* Image black and white */
/* FontAwesome 5.x */
/* Social Color
 * establish social media colors
 */
/* KeyFrames */
@keyframes buttonRing {
  0% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -khtml-transform: scale3d(0.5, 0.5, 0.5);
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -o-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6; }

  85% {
    opacity: 0; }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -khtml-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; } }

@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }

  20% {
    opacity: 0.8; }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0; } }

@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }

  20% {
    opacity: 0.8; }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0; } }
/* MouseWheel */
/**
 * Display 
 */
/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.oc-owl:not(.owl-loaded) {
  display: none; }
  .oc-owl:not(.owl-loaded) .oc-carousel-item, .oc-owl:not(.owl-loaded) .oc-carousel-item-wrap {
    display: none; }
  .oc-owl:not(.owl-loaded) + .loader {
    height: 200px;
    position: relative;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.oc-owl.owl-loaded + .loader {
  height: 0;
  visibility: hidden;
  z-index: -1; }

.owl-stage-outer {
  padding-bottom: 10px; }

.owl-stage {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.owl-item {
  float: left;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  height: 100%; }
  .owl-item .oc-carousel-item, .owl-item .oc-carousel-item-wrap, .owl-item .oc-box-shadow {
    height: 100%; }
  .owl-item .oc-box-shadow {
    margin-bottom: 10px !important; }
  .owl-item .oc-carousel-item-wrap.multi .oc-carousel-item {
    margin-bottom: 43px; }
    .owl-item .oc-carousel-item-wrap.multi .oc-carousel-item:last-child {
      margin-bottom: 0; }

.oc-owl-wrap .owl-carousel .owl-item img {
  width: auto;
  display: inline-block; }

.owl-nav, .owl-dots {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
  margin-top: 47px;
  justify-content: center; }
  .owl-nav > div, .owl-dots > div {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin: 3px;
    cursor: pointer; }
  .owl-nav.disabled, .owl-dots.disabled {
    display: none; }

.owl-dots.dotContainerTop, .owl-dotsdots-progress.dotContainerTop {
  padding-top: 0;
  margin-bottom: 35px; }
/* Dots Thumbnail */
.dots-thumbnail .owl-dots, .dots-thumbnail + .owl-nav .owl-dots, .dots-thumbnail.owl-dots, .dots-thumbnail + .owl-nav.owl-dots {
  margin: 0; }
  .dots-thumbnail .owl-dots .owl-dot, .dots-thumbnail + .owl-nav .owl-dots .owl-dot, .dots-thumbnail.owl-dots .owl-dot, .dots-thumbnail + .owl-nav.owl-dots .owl-dot {
    width: 40px;
    height: 40px; }
/* Dots Progress */
.owl-dots.dots-progress {
  margin-top: 5px; }
  .owl-dots.dots-progress .owl-dot {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    height: 5px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .owl-dots.dots-progress .owl-dot span {
    width: 100%;
    height: 5px;
    background-color: #000;
    margin-left: 0;
    margin-right: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .owl-dots.dots-progress .owl-dot:hover span, .owl-dots.dots-progress .owl-dot.active span {
    background-color: #a0a0a0; }
  .owl-dots.dots-progress .owl-dot:hover ~ .owl-dot span, .owl-dots.dots-progress .owl-dot.active ~ .owl-dot span {
    background-color: #000; }
  .owl-dots.dots-progress .owl-dot:hover ~ .owl-dot:hover span, .owl-dots.dots-progress .owl-dot.active ~ .owl-dot:hover span {
    background-color: #a0a0a0; }
  .owl-dots.dots-progress:hover .owl-dot span {
    background-color: #a0a0a0; }
/* Shortcode Carousel from CMS */
.cms-carousel .owl-dots {
  margin-top: 30px; }
  .cms-carousel .owl-dots .owl-dot span {
    display: none !important; }
/* Stretch row */
/* Rev Slider */
.vc_row[data-vc-stretch-content="true"] .fullwidthbanner-container {
  max-width: 100%;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important; }

.biger-Button-White, .biger-Button-White-Outline {
  transition: all 300ms linear 0ms !important;
  -webkit-transition: all 300ms linear 0ms !important;
  -moz-transition: all 300ms linear 0ms !important;
  -ms-transition: all 300ms linear 0ms !important; }

.tp-dottedoverlay.twoxtwo {
  background: rgba(27, 26, 26, 0.45); }
/* Select2 */
body .select2-container .select2-selection--single {
  height: 38px;
  border: 1px solid #e6e6e6; }
  body .select2-container .select2-selection--single .select2-selection__rendered {
    height: 38px;
    line-height: 38px;
    padding: 0 20px; }
  body .select2-container .select2-selection--single .select2-selection__arrow {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 13px;
    width: 36px; }
  body .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none; }
  body .select2-container .select2-selection--single .select2-selection__arrow:before {
    content: "\f078";
    display: inline-block; }
  body .select2-container .select2-dropdown, body .select2-container .select2-search--dropdown .select2-search__field {
    border-color: #e6e6e6; }

#zk-loading {
  height: 100vh;
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.spinner {
  width: 70px;
  height: 70px;
  position: relative; }
/* Flip Box */
.rotateplane {
  background-color: #a0a0a0;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* Double Bounce */
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #a0a0a0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }

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

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/* Wave */
.wave > div {
  background-color: #a0a0a0;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .wave .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .wave .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
  .wave .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .wave .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }

  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
/* Double Cube */
.cube1, .cube2 {
  background-color: #a0a0a0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out; }

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }
/* Scale Out */
.scaleout {
  background: #a0a0a0;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }

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

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
/* Double Dots */
.double-dots {
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #a0a0a0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }

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

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/* Three Circle Bounce */
.three-circle-bounce > div {
  width: 18px;
  height: 18px;
  background-color: #a0a0a0;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .three-circle-bounce .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .three-circle-bounce .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }

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

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* Circle Loading */
.sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #a0a0a0;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

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

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* Cube Grid */
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #a0a0a0;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
/* Fading circle */
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #a0a0a0;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }
/* Folding Cube */
.sk-folding-cube {
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0a0a0;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
/* CSS MouseWheel */
.oc-mousewheel {
  overflow: hidden;
  height: 100%;
  max-height: 100vh; }
  .oc-mousewheel .oc-mousewheel-inner {
    overflow-x: hidden;
    overflow-y: scroll;
    width: calc(100% + 34px);
    padding-right: 34px;
    max-height: 100%; }
  .oc-mousewheel .oc-mousewheel-inner select, .oc-mousewheel .oc-mousewheel-inner table {
    width: calc(100% - 50px); }

.rtl .oc-mousewheel .oc-mousewheel-inner {
  padding-right: 0;
  padding-left: 34px; }
/*--------------------------------------------------------------
 # Bootstrap
 --------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*, *::before, *::after {
  box-sizing: inherit; }

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  -webkit-border-radius: 0.2rem;
  -khtml-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, .25);
  -khtml-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, .25);
  -ms-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, .25);
  -o-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, .25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
      .container {
        max-width: 540px; } }

@media (min-width: 768px) {
      .container {
        max-width: 720px; } }

@media (min-width: 992px) {
      .container {
        max-width: 960px; } }

@media (min-width: 1200px) {
      .container {
        max-width: 1200px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.gutters-2, .gutter-2 {
  margin-left: -1px;
  margin-right: -1px; }

.gutters-2 > .col, .gutter-2 > .col, .gutters-2 > [class*="col-"], .gutter-2 > [class*="col-"] {
  padding-right: 1px;
  padding-left: 1px; }

.gutters-5, .gutter-5 {
  margin-left: -2.5px;
  margin-right: -2.5px; }

.gutters-5 > .col, .gutter-5 > .col, .gutters-5 > [class*="col-"], .gutter-5 > [class*="col-"] {
  padding-right: 2.5px;
  padding-left: 2.5px; }

.gutters-10, .gutter-10 {
  margin-left: -5px;
  margin-right: -5px; }

.gutters-10 > .col, .gutter-10 > .col, .gutters-10 > [class*="col-"], .gutter-10 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.gutters-15, .gutter-15 {
  margin-left: -7.5px;
  margin-right: -7.5px; }

.gutters-15 > .col, .gutter-15 > .col, .gutters-15 > [class*="col-"], .gutter-15 > [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px; }

.gutters-20, .gutter-20 {
  margin-left: -10px;
  margin-right: -10px; }

.gutters-20 > .col, .gutter-20 > .col, .gutters-20 > [class*="col-"], .gutter-20 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px; }

.gutters-40, .gutter-40 {
  margin-left: -20px;
  margin-right: -20px; }

.gutters-40 > .col, .gutter-40 > .col, .gutters-40 > [class*="col-"], .gutter-40 > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px; }

.gutters-50, .gutter-50 {
  margin-left: -25px;
  margin-right: -25px; }

.gutters-50 > .col, .gutter-50 > .col, .gutters-50 > [class*="col-"], .gutter-50 > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px; }

.gutters-60, .gutter-60 {
  margin-left: -30px;
  margin-right: -30px; }

.gutters-60 > .col, .gutter-60 > .col, .gutters-60 > [class*="col-"], .gutter-60 > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

.rtl .offset-1 {
  margin-left: 0;
  margin-right: 8.3333333333%; }

.rtl .offset-2 {
  margin-left: 0;
  margin-right: 16.6666666667%; }

.rtl .offset-3 {
  margin-left: 0;
  margin-right: 25%; }

.rtl .offset-4 {
  margin-left: 0;
  margin-right: 33.3333333333%; }

.rtl .offset-5 {
  margin-left: 0;
  margin-right: 41.6666666667%; }

.rtl .offset-6 {
  margin-left: 0;
  margin-right: 50%; }

.rtl .offset-7 {
  margin-left: 0;
  margin-right: 58.3333333333%; }

.rtl .offset-8 {
  margin-left: 0;
  margin-right: 66.6666666667%; }

.rtl .offset-9 {
  margin-left: 0;
  margin-right: 75%; }

.rtl .offset-10 {
  margin-left: 0;
  margin-right: 83.3333333333%; }

.rtl .offset-11 {
  margin-left: 0;
  margin-right: 91.6666666667%; }

@media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }
      .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-sm-first {
        order: -1; }
      .order-sm-last {
        order: 13; }
      .order-sm-0 {
        order: 0; }
      .order-sm-1 {
        order: 1; }
      .order-sm-2 {
        order: 2; }
      .order-sm-3 {
        order: 3; }
      .order-sm-4 {
        order: 4; }
      .order-sm-5 {
        order: 5; }
      .order-sm-6 {
        order: 6; }
      .order-sm-7 {
        order: 7; }
      .order-sm-8 {
        order: 8; }
      .order-sm-9 {
        order: 9; }
      .order-sm-10 {
        order: 10; }
      .order-sm-11 {
        order: 11; }
      .order-sm-12 {
        order: 12; }
      .offset-sm-0 {
        margin-left: 0; }
      .offset-sm-1 {
        margin-left: 8.3333333333%; }
      .offset-sm-2 {
        margin-left: 16.6666666667%; }
      .offset-sm-3 {
        margin-left: 25%; }
      .offset-sm-4 {
        margin-left: 33.3333333333%; }
      .offset-sm-5 {
        margin-left: 41.6666666667%; }
      .offset-sm-6 {
        margin-left: 50%; }
      .offset-sm-7 {
        margin-left: 58.3333333333%; }
      .offset-sm-8 {
        margin-left: 66.6666666667%; }
      .offset-sm-9 {
        margin-left: 75%; }
      .offset-sm-10 {
        margin-left: 83.3333333333%; }
      .offset-sm-11 {
        margin-left: 91.6666666667%; }
      .rtl .offset-sm-0 {
        margin-left: 0;
        margin-right: 0; }
      .rtl .offset-sm-1 {
        margin-left: 0;
        margin-right: 8.3333333333%; }
      .rtl .offset-sm-2 {
        margin-left: 0;
        margin-right: 16.6666666667%; }
      .rtl .offset-sm-3 {
        margin-left: 0;
        margin-right: 25%; }
      .rtl .offset-sm-4 {
        margin-left: 0;
        margin-right: 33.3333333333%; }
      .rtl .offset-sm-5 {
        margin-left: 0;
        margin-right: 41.6666666667%; }
      .rtl .offset-sm-6 {
        margin-left: 0;
        margin-right: 50%; }
      .rtl .offset-sm-7 {
        margin-left: 0;
        margin-right: 58.3333333333%; }
      .rtl .offset-sm-8 {
        margin-left: 0;
        margin-right: 66.6666666667%; }
      .rtl .offset-sm-9 {
        margin-left: 0;
        margin-right: 75%; }
      .rtl .offset-sm-10 {
        margin-left: 0;
        margin-right: 83.3333333333%; }
      .rtl .offset-sm-11 {
        margin-left: 0;
        margin-right: 91.6666666667%; } }

@media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }
      .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-md-first {
        order: -1; }
      .order-md-last {
        order: 13; }
      .order-md-0 {
        order: 0; }
      .order-md-1 {
        order: 1; }
      .order-md-2 {
        order: 2; }
      .order-md-3 {
        order: 3; }
      .order-md-4 {
        order: 4; }
      .order-md-5 {
        order: 5; }
      .order-md-6 {
        order: 6; }
      .order-md-7 {
        order: 7; }
      .order-md-8 {
        order: 8; }
      .order-md-9 {
        order: 9; }
      .order-md-10 {
        order: 10; }
      .order-md-11 {
        order: 11; }
      .order-md-12 {
        order: 12; }
      .offset-md-0 {
        margin-left: 0; }
      .offset-md-1 {
        margin-left: 8.3333333333%; }
      .offset-md-2 {
        margin-left: 16.6666666667%; }
      .offset-md-3 {
        margin-left: 25%; }
      .offset-md-4 {
        margin-left: 33.3333333333%; }
      .offset-md-5 {
        margin-left: 41.6666666667%; }
      .offset-md-6 {
        margin-left: 50%; }
      .offset-md-7 {
        margin-left: 58.3333333333%; }
      .offset-md-8 {
        margin-left: 66.6666666667%; }
      .offset-md-9 {
        margin-left: 75%; }
      .offset-md-10 {
        margin-left: 83.3333333333%; }
      .offset-md-11 {
        margin-left: 91.6666666667%; }
      .rtl .offset-md-0 {
        margin-left: 0;
        margin-right: 0; }
      .rtl .offset-md-1 {
        margin-left: 0;
        margin-right: 8.3333333333%; }
      .rtl .offset-md-2 {
        margin-left: 0;
        margin-right: 16.6666666667%; }
      .rtl .offset-md-3 {
        margin-left: 0;
        margin-right: 25%; }
      .rtl .offset-md-4 {
        margin-left: 0;
        margin-right: 33.3333333333%; }
      .rtl .offset-md-5 {
        margin-left: 0;
        margin-right: 41.6666666667%; }
      .rtl .offset-md-6 {
        margin-left: 0;
        margin-right: 50%; }
      .rtl .offset-md-7 {
        margin-left: 0;
        margin-right: 58.3333333333%; }
      .rtl .offset-md-8 {
        margin-left: 0;
        margin-right: 66.6666666667%; }
      .rtl .offset-md-9 {
        margin-left: 0;
        margin-right: 75%; }
      .rtl .offset-md-10 {
        margin-left: 0;
        margin-right: 83.3333333333%; }
      .rtl .offset-md-11 {
        margin-left: 0;
        margin-right: 91.6666666667%; } }

@media (min-width: 992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }
      .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-lg-first {
        order: -1; }
      .order-lg-last {
        order: 13; }
      .order-lg-0 {
        order: 0; }
      .order-lg-1 {
        order: 1; }
      .order-lg-2 {
        order: 2; }
      .order-lg-3 {
        order: 3; }
      .order-lg-4 {
        order: 4; }
      .order-lg-5 {
        order: 5; }
      .order-lg-6 {
        order: 6; }
      .order-lg-7 {
        order: 7; }
      .order-lg-8 {
        order: 8; }
      .order-lg-9 {
        order: 9; }
      .order-lg-10 {
        order: 10; }
      .order-lg-11 {
        order: 11; }
      .order-lg-12 {
        order: 12; }
      .offset-lg-0 {
        margin-left: 0; }
      .offset-lg-1 {
        margin-left: 8.3333333333%; }
      .offset-lg-2 {
        margin-left: 16.6666666667%; }
      .offset-lg-3 {
        margin-left: 25%; }
      .offset-lg-4 {
        margin-left: 33.3333333333%; }
      .offset-lg-5 {
        margin-left: 41.6666666667%; }
      .offset-lg-6 {
        margin-left: 50%; }
      .offset-lg-7 {
        margin-left: 58.3333333333%; }
      .offset-lg-8 {
        margin-left: 66.6666666667%; }
      .offset-lg-9 {
        margin-left: 75%; }
      .offset-lg-10 {
        margin-left: 83.3333333333%; }
      .offset-lg-11 {
        margin-left: 91.6666666667%; }
      .rtl .offset-lg-0 {
        margin-left: 0;
        margin-right: 0; }
      .rtl .offset-lg-1 {
        margin-left: 0;
        margin-right: 8.3333333333%; }
      .rtl .offset-lg-2 {
        margin-left: 0;
        margin-right: 16.6666666667%; }
      .rtl .offset-lg-3 {
        margin-left: 0;
        margin-right: 25%; }
      .rtl .offset-lg-4 {
        margin-left: 0;
        margin-right: 33.3333333333%; }
      .rtl .offset-lg-5 {
        margin-left: 0;
        margin-right: 41.6666666667%; }
      .rtl .offset-lg-6 {
        margin-left: 0;
        margin-right: 50%; }
      .rtl .offset-lg-7 {
        margin-left: 0;
        margin-right: 58.3333333333%; }
      .rtl .offset-lg-8 {
        margin-left: 0;
        margin-right: 66.6666666667%; }
      .rtl .offset-lg-9 {
        margin-left: 0;
        margin-right: 75%; }
      .rtl .offset-lg-10 {
        margin-left: 0;
        margin-right: 83.3333333333%; }
      .rtl .offset-lg-11 {
        margin-left: 0;
        margin-right: 91.6666666667%; } }

@media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }
      .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }
      .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
      .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
      .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }
      .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
      .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }
      .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .order-xl-first {
        order: -1; }
      .order-xl-last {
        order: 13; }
      .order-xl-0 {
        order: 0; }
      .order-xl-1 {
        order: 1; }
      .order-xl-2 {
        order: 2; }
      .order-xl-3 {
        order: 3; }
      .order-xl-4 {
        order: 4; }
      .order-xl-5 {
        order: 5; }
      .order-xl-6 {
        order: 6; }
      .order-xl-7 {
        order: 7; }
      .order-xl-8 {
        order: 8; }
      .order-xl-9 {
        order: 9; }
      .order-xl-10 {
        order: 10; }
      .order-xl-11 {
        order: 11; }
      .order-xl-12 {
        order: 12; }
      .offset-xl-0 {
        margin-left: 0; }
      .offset-xl-1 {
        margin-left: 8.3333333333%; }
      .offset-xl-2 {
        margin-left: 16.6666666667%; }
      .offset-xl-3 {
        margin-left: 25%; }
      .offset-xl-4 {
        margin-left: 33.3333333333%; }
      .offset-xl-5 {
        margin-left: 41.6666666667%; }
      .offset-xl-6 {
        margin-left: 50%; }
      .offset-xl-7 {
        margin-left: 58.3333333333%; }
      .offset-xl-8 {
        margin-left: 66.6666666667%; }
      .offset-xl-9 {
        margin-left: 75%; }
      .offset-xl-10 {
        margin-left: 83.3333333333%; }
      .offset-xl-11 {
        margin-left: 91.6666666667%; }
      .rtl .offset-xl-0 {
        margin-left: 0;
        margin-right: 0; }
      .rtl .offset-xl-1 {
        margin-left: 0;
        margin-right: 8.3333333333%; }
      .rtl .offset-xl-2 {
        margin-left: 0;
        margin-right: 16.6666666667%; }
      .rtl .offset-xl-3 {
        margin-left: 0;
        margin-right: 25%; }
      .rtl .offset-xl-4 {
        margin-left: 0;
        margin-right: 33.3333333333%; }
      .rtl .offset-xl-5 {
        margin-left: 0;
        margin-right: 41.6666666667%; }
      .rtl .offset-xl-6 {
        margin-left: 0;
        margin-right: 50%; }
      .rtl .offset-xl-7 {
        margin-left: 0;
        margin-right: 58.3333333333%; }
      .rtl .offset-xl-8 {
        margin-left: 0;
        margin-right: 66.6666666667%; }
      .rtl .offset-xl-9 {
        margin-left: 0;
        margin-right: 75%; }
      .rtl .offset-xl-10 {
        margin-left: 0;
        margin-right: 83.3333333333%; }
      .rtl .offset-xl-11 {
        margin-left: 0;
        margin-right: 91.6666666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important;
  flex-wrap: wrap; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
    .d-sm-none {
      display: none !important; }
      .d-sm-inline {
        display: inline !important; }
      .d-sm-inline-block {
        display: inline-block !important; }
      .d-sm-block {
        display: block !important; }
      .d-sm-table {
        display: table !important; }
      .d-sm-table-row {
        display: table-row !important; }
      .d-sm-table-cell {
        display: table-cell !important; }
      .d-sm-flex {
        display: flex !important;
        flex-wrap: wrap; }
      .d-sm-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 768px) {
    .d-md-none {
      display: none !important; }
      .d-md-inline {
        display: inline !important; }
      .d-md-inline-block {
        display: inline-block !important; }
      .d-md-block {
        display: block !important; }
      .d-md-table {
        display: table !important; }
      .d-md-table-row {
        display: table-row !important; }
      .d-md-table-cell {
        display: table-cell !important; }
      .d-md-flex {
        display: flex !important;
        flex-wrap: wrap; }
      .d-md-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 992px) {
    .d-lg-none {
      display: none !important; }
      .d-lg-inline {
        display: inline !important; }
      .d-lg-inline-block {
        display: inline-block !important; }
      .d-lg-block {
        display: block !important; }
      .d-lg-table {
        display: table !important; }
      .d-lg-table-row {
        display: table-row !important; }
      .d-lg-table-cell {
        display: table-cell !important; }
      .d-lg-flex {
        display: flex !important;
        flex-wrap: wrap; }
      .d-lg-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 1200px) {
    .d-xl-none {
      display: none !important; }
      .d-xl-inline {
        display: inline !important; }
      .d-xl-inline-block {
        display: inline-block !important; }
      .d-xl-block {
        display: block !important; }
      .d-xl-table {
        display: table !important; }
      .d-xl-table-row {
        display: table-row !important; }
      .d-xl-table-cell {
        display: table-cell !important; }
      .d-xl-flex {
        display: flex !important;
        flex-wrap: wrap; }
      .d-xl-inline-flex {
        display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
    .flex-sm-row {
      flex-direction: row !important; }
      .flex-sm-column {
        flex-direction: column !important; }
      .flex-sm-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-sm-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-sm-wrap {
        flex-wrap: wrap !important; }
      .flex-sm-nowrap {
        flex-wrap: nowrap !important; }
      .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-sm-start {
        justify-content: flex-start !important; }
      .justify-content-sm-end {
        justify-content: flex-end !important; }
      .justify-content-sm-center {
        justify-content: center !important; }
      .justify-content-sm-between {
        justify-content: space-between !important; }
      .justify-content-sm-around {
        justify-content: space-around !important; }
      .align-items-sm-start {
        align-items: flex-start !important; }
      .align-items-sm-end {
        align-items: flex-end !important; }
      .align-items-sm-center {
        align-items: center !important; }
      .align-items-sm-baseline {
        align-items: baseline !important; }
      .align-items-sm-stretch {
        align-items: stretch !important; }
      .align-content-sm-start {
        align-content: flex-start !important; }
      .align-content-sm-end {
        align-content: flex-end !important; }
      .align-content-sm-center {
        align-content: center !important; }
      .align-content-sm-between {
        align-content: space-between !important; }
      .align-content-sm-around {
        align-content: space-around !important; }
      .align-content-sm-stretch {
        align-content: stretch !important; }
      .align-self-sm-auto {
        align-self: auto !important; }
      .align-self-sm-start {
        align-self: flex-start !important; }
      .align-self-sm-end {
        align-self: flex-end !important; }
      .align-self-sm-center {
        align-self: center !important; }
      .align-self-sm-baseline {
        align-self: baseline !important; }
      .align-self-sm-stretch {
        align-self: stretch !important; } }

@media (min-width: 768px) {
    .flex-md-row {
      flex-direction: row !important; }
      .flex-md-column {
        flex-direction: column !important; }
      .flex-md-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-md-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-md-wrap {
        flex-wrap: wrap !important; }
      .flex-md-nowrap {
        flex-wrap: nowrap !important; }
      .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-md-start {
        justify-content: flex-start !important; }
      .justify-content-md-end {
        justify-content: flex-end !important; }
      .justify-content-md-center {
        justify-content: center !important; }
      .justify-content-md-between {
        justify-content: space-between !important; }
      .justify-content-md-around {
        justify-content: space-around !important; }
      .align-items-md-start {
        align-items: flex-start !important; }
      .align-items-md-end {
        align-items: flex-end !important; }
      .align-items-md-center {
        align-items: center !important; }
      .align-items-md-baseline {
        align-items: baseline !important; }
      .align-items-md-stretch {
        align-items: stretch !important; }
      .align-content-md-start {
        align-content: flex-start !important; }
      .align-content-md-end {
        align-content: flex-end !important; }
      .align-content-md-center {
        align-content: center !important; }
      .align-content-md-between {
        align-content: space-between !important; }
      .align-content-md-around {
        align-content: space-around !important; }
      .align-content-md-stretch {
        align-content: stretch !important; }
      .align-self-md-auto {
        align-self: auto !important; }
      .align-self-md-start {
        align-self: flex-start !important; }
      .align-self-md-end {
        align-self: flex-end !important; }
      .align-self-md-center {
        align-self: center !important; }
      .align-self-md-baseline {
        align-self: baseline !important; }
      .align-self-md-stretch {
        align-self: stretch !important; } }

@media (min-width: 992px) {
    .flex-lg-row {
      flex-direction: row !important; }
      .flex-lg-column {
        flex-direction: column !important; }
      .flex-lg-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-lg-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-lg-wrap {
        flex-wrap: wrap !important; }
      .flex-lg-nowrap {
        flex-wrap: nowrap !important; }
      .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-lg-start {
        justify-content: flex-start !important; }
      .justify-content-lg-end {
        justify-content: flex-end !important; }
      .justify-content-lg-center {
        justify-content: center !important; }
      .justify-content-lg-between {
        justify-content: space-between !important; }
      .justify-content-lg-around {
        justify-content: space-around !important; }
      .align-items-lg-start {
        align-items: flex-start !important; }
      .align-items-lg-end {
        align-items: flex-end !important; }
      .align-items-lg-center {
        align-items: center !important; }
      .align-items-lg-baseline {
        align-items: baseline !important; }
      .align-items-lg-stretch {
        align-items: stretch !important; }
      .align-content-lg-start {
        align-content: flex-start !important; }
      .align-content-lg-end {
        align-content: flex-end !important; }
      .align-content-lg-center {
        align-content: center !important; }
      .align-content-lg-between {
        align-content: space-between !important; }
      .align-content-lg-around {
        align-content: space-around !important; }
      .align-content-lg-stretch {
        align-content: stretch !important; }
      .align-self-lg-auto {
        align-self: auto !important; }
      .align-self-lg-start {
        align-self: flex-start !important; }
      .align-self-lg-end {
        align-self: flex-end !important; }
      .align-self-lg-center {
        align-self: center !important; }
      .align-self-lg-baseline {
        align-self: baseline !important; }
      .align-self-lg-stretch {
        align-self: stretch !important; } }

@media (min-width: 1200px) {
    .flex-xl-row {
      flex-direction: row !important; }
      .flex-xl-column {
        flex-direction: column !important; }
      .flex-xl-row-reverse {
        flex-direction: row-reverse !important; }
      .flex-xl-column-reverse {
        flex-direction: column-reverse !important; }
      .flex-xl-wrap {
        flex-wrap: wrap !important; }
      .flex-xl-nowrap {
        flex-wrap: nowrap !important; }
      .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
      .justify-content-xl-start {
        justify-content: flex-start !important; }
      .justify-content-xl-end {
        justify-content: flex-end !important; }
      .justify-content-xl-center {
        justify-content: center !important; }
      .justify-content-xl-between {
        justify-content: space-between !important; }
      .justify-content-xl-around {
        justify-content: space-around !important; }
      .align-items-xl-start {
        align-items: flex-start !important; }
      .align-items-xl-end {
        align-items: flex-end !important; }
      .align-items-xl-center {
        align-items: center !important; }
      .align-items-xl-baseline {
        align-items: baseline !important; }
      .align-items-xl-stretch {
        align-items: stretch !important; }
      .align-content-xl-start {
        align-content: flex-start !important; }
      .align-content-xl-end {
        align-content: flex-end !important; }
      .align-content-xl-center {
        align-content: center !important; }
      .align-content-xl-between {
        align-content: space-between !important; }
      .align-content-xl-around {
        align-content: space-around !important; }
      .align-content-xl-stretch {
        align-content: stretch !important; }
      .align-self-xl-auto {
        align-self: auto !important; }
      .align-self-xl-start {
        align-self: flex-start !important; }
      .align-self-xl-end {
        align-self: flex-end !important; }
      .align-self-xl-center {
        align-self: center !important; }
      .align-self-xl-baseline {
        align-self: baseline !important; }
      .align-self-xl-stretch {
        align-self: stretch !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-start {
  text-align: initial !important; }

@media (min-width: 576px) {
    .text-sm-left {
      text-align: left !important; }
      .text-sm-right {
        text-align: right !important; }
      .text-sm-center {
        text-align: center !important; }
      .text-sm-start {
        text-align: initial !important; } }

@media (min-width: 768px) {
    .text-md-left {
      text-align: left !important; }
      .text-md-right {
        text-align: right !important; }
      .text-md-center {
        text-align: center !important; }
      .text-md-start {
        text-align: initial !important; } }

@media (min-width: 992px) {
    .text-lg-left {
      text-align: left !important; }
      .text-lg-right {
        text-align: right !important; }
      .text-lg-center {
        text-align: center !important; }
      .text-lg-start {
        text-align: initial !important; } }

@media (min-width: 1200px) {
    .text-xl-left {
      text-align: left !important; }
      .text-xl-right {
        text-align: right !important; }
      .text-xl-center {
        text-align: center !important; }
      .text-xl-start {
        text-align: initial !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.gutters-0 {
  margin-left: 0;
  margin-right: 0; }

.gutters-0 > [class*='col'] {
  padding-left: 0;
  padding-right: 0; }

.gutters-10 {
  margin-left: -5px;
  margin-right: -5px; }

.gutters-10 > [class*='col'] {
  padding-left: 5px;
  padding-right: 5px; }

.gutters-15 {
  margin-left: -7.5px;
  margin-right: -7.5px; }

.gutters-15 > [class*='col'] {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.gutters-20 {
  margin-left: -10px;
  margin-right: -10px; }

.gutters-20 > [class*='col'] {
  padding-left: 10px;
  padding-right: 10px; }

.gutters-25 {
  margin-left: -12.5px;
  margin-right: -12.5px; }

.gutters-25 > [class*='col'] {
  padding-left: 12.5px;
  padding-right: 12.5px; }

.gutters-30 {
  margin-left: -15px;
  margin-right: -15px; }

.gutters-30 > [class*='col'] {
  padding-left: 15px;
  padding-right: 15px; }

.gutters-35 {
  margin-left: -17.5px;
  margin-right: -17.5px; }

.gutters-35 > [class*='col'] {
  padding-left: 17.5px;
  padding-right: 17.5px; }

.gutters-40 {
  margin-left: -20px;
  margin-right: -20px; }

.gutters-40 > [class*='col'] {
  padding-left: 20px;
  padding-right: 20px; }

.gutters-50 {
  margin-left: -25px;
  margin-right: -25px; }

.gutters-50 > [class*='col'] {
  padding-left: 25px;
  padding-right: 25px; }

.gutters-60 {
  margin-left: -30px;
  margin-right: -30px; }

.gutters-60 > [class*='col'] {
  padding-left: 30px;
  padding-right: 30px; }

.gutters-70 {
  margin-left: -35px;
  margin-right: -35px; }

.gutters-70 > [class*='col'] {
  padding-left: 35px;
  padding-right: 35px; }

.gutters-80 {
  margin-left: -40px;
  margin-right: -40px; }

.gutters-80 > [class*='col'] {
  padding-left: 40px;
  padding-right: 40px; }

.gutters-90 {
  margin-left: -45px;
  margin-right: -45px; }

.gutters-90 > [class*='col'] {
  padding-left: 45px;
  padding-right: 45px; }

.gutters-100 {
  margin-left: -50px;
  margin-right: -50px; }

.gutters-100 > [class*='col'] {
  padding-left: 50px;
  padding-right: 50px; }

.w-25 {
  width: 25%; }

.w-50 {
  width: 50%; }

.w-75 {
  width: 75%; }

.w-100 {
  width: 100%; }

.h-25 {
  height: 25%; }

.h-50 {
  height: 50%; }

.h-75 {
  height: 75%; }

.h-100 {
  height: 100%; }

@media (min-width: 576px) {
    .w-sm-25 {
      width: 25%; }
      .w-sm-50 {
        width: 50%; }
      .w-sm-75 {
        width: 75%; }
      .w-sm-100 {
        width: 100%; }
      .h-sm-25 {
        height: 25%; }
      .h-sm-50 {
        height: 50%; }
      .h-sm-75 {
        height: 75%; }
      .h-sm-100 {
        height: 100%; } }

@media (min-width: 768px) {
    .w-md-25 {
      width: 25%; }
      .w-md-50 {
        width: 50%; }
      .w-md-75 {
        width: 75%; }
      .w-md-100 {
        width: 100%; }
      .h-md-25 {
        height: 25%; }
      .h-md-50 {
        height: 50%; }
      .h-md-75 {
        height: 75%; }
      .h-md-100 {
        height: 100%; } }

@media (min-width: 992px) {
    .w-lg-25 {
      width: 25%; }
      .w-lg-50 {
        width: 50%; }
      .w-lg-75 {
        width: 75%; }
      .w-lg-100 {
        width: 100%; }
      .h-lg-25 {
        height: 25%; }
      .h-lg-50 {
        height: 50%; }
      .h-lg-75 {
        height: 75%; }
      .h-lg-100 {
        height: 100%; } }

@media (min-width: 1200px) {
    .w-xl-25 {
      width: 25%; }
      .w-xl-50 {
        width: 50%; }
      .w-xl-75 {
        width: 75%; }
      .w-xl-100 {
        width: 100%; }
      .h-xl-25 {
        height: 25%; }
      .h-xl-50 {
        height: 50%; }
      .h-xl-75 {
        height: 75%; }
      .h-xl-100 {
        height: 100%; } }
/*--------------------------------------------------------------
 # Normalize. Delete this line and _normalize.scss if you are
 # using Bootstrap. Bootstrap itself already have normalize
 --------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small, .small {
  font-size: 13px; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

select {
  max-width: 100%; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

table th {
  font-family: 'Raleway', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: start; }

table td, table th {
  padding: 5px; }
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
/*!
 * WordPress theme info goes into this comment section, then add the rest of the theme's @import
 * declarations.
 */
/* Un-comment the ones you need. */
/**
 * Colors
 */
/**
 * Often re-used variables
 * Relevant mainly to editor-style
 */
@keyframes fade-in {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
/**
 * Breakpoints & Media Queries
 */
/**
 * Breakpoint mixins
 * Variables are in _breakpoints.scss.
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Button states and focus styles
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Applies editor right position to the selector passed as argument
 */
/**
 * Often re-used variables
 */
/***************** Common Blocks *****************/
/* Paragraph */
p.is-small-text {
  font-size: 14px; }

p.is-regular-text {
  font-size: 16px; }

p.is-large-text {
  font-size: 36px; }

p.is-larger-text {
  font-size: 48px; }

p.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 4.1em;
  line-height: 0.7;
  font-weight: 600;
  margin: 0.07em 0.23em 0 0;
  text-transform: uppercase;
  font-style: normal; }

p.has-background {
  padding: 20px 30px; }
/* Audio */
.wp-block-audio figcaption {
  margin-top: 0.5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px; }
/* Cover Image */
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.wp-block-cover-image.has-left-content {
  justify-content: flex-start; }

.wp-block-cover-image.has-left-content h2, .wp-block-cover-image.has-left-content .wp-block-cover-image-text {
  margin-left: 0;
  text-align: left; }

.wp-block-cover-image.has-right-content {
  justify-content: flex-end; }

.wp-block-cover-image.has-right-content h2, .wp-block-cover-image.has-right-content .wp-block-cover-image-text {
  margin-right: 0;
  text-align: right; }

.wp-block-cover-image h2, .wp-block-cover-image .wp-block-cover-image-text {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 636px;
  padding: 14px;
  text-align: center; }

.wp-block-cover-image h2 a, .wp-block-cover-image .wp-block-cover-image-text a, .wp-block-cover-image h2 a:hover, .wp-block-cover-image .wp-block-cover-image-text a:hover, .wp-block-cover-image h2 a:focus, .wp-block-cover-image .wp-block-cover-image-text a:focus, .wp-block-cover-image h2 a:active, .wp-block-cover-image .wp-block-cover-image-text a:active {
  color: #fff; }

.wp-block-cover-image.has-parallax {
  background-attachment: fixed; }

.wp-block-cover-image.has-background-dim::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.wp-block-cover-image.has-background-dim.has-background-dim-10::before {
  background-color: rgba(0, 0, 0, 0.1); }

.wp-block-cover-image.has-background-dim.has-background-dim-20::before {
  background-color: rgba(0, 0, 0, 0.2); }

.wp-block-cover-image.has-background-dim.has-background-dim-30::before {
  background-color: rgba(0, 0, 0, 0.3); }

.wp-block-cover-image.has-background-dim.has-background-dim-40::before {
  background-color: rgba(0, 0, 0, 0.4); }

.wp-block-cover-image.has-background-dim.has-background-dim-50::before {
  background-color: rgba(0, 0, 0, 0.5); }

.wp-block-cover-image.has-background-dim.has-background-dim-60::before {
  background-color: rgba(0, 0, 0, 0.6); }

.wp-block-cover-image.has-background-dim.has-background-dim-70::before {
  background-color: rgba(0, 0, 0, 0.7); }

.wp-block-cover-image.has-background-dim.has-background-dim-80::before {
  background-color: rgba(0, 0, 0, 0.8); }

.wp-block-cover-image.has-background-dim.has-background-dim-90::before {
  background-color: rgba(0, 0, 0, 0.9); }

.wp-block-cover-image.has-background-dim.has-background-dim-100::before {
  background-color: rgba(0, 0, 0, 1); }

.wp-block-cover-image.components-placeholder {
  height: inherit; }

[data-align="left"] .wp-block-cover-image, [data-align="right"] .wp-block-cover-image, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright {
  max-width: 318px;
  width: 100%; }
/* Image */
.wp-block-image {
  width: fit-content; }

.wp-block-image figcaption {
  margin-top: 0.5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px; }

.wp-block-image.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.wp-block-image.is-resized {
  width: min-content;
  display: -ms-inline-grid;
  -ms-grid-columns: min-content; }

.wp-block-image.is-resized figcaption {
  -ms-grid-row: 2; }

.wp-block-image.is-resized img {
  max-width: none; }
/* Heading */
.wp-block-heading h1, .wp-block-heading h2, .wp-block-heading h3, .wp-block-heading h4, .wp-block-heading h5, .wp-block-heading h6 {
  margin: 0; }

.wp-block-heading h1 {
  font-size: 2.44em; }

.wp-block-heading h2 {
  font-size: 1.95em; }

.wp-block-heading h3 {
  font-size: 1.56em; }

.wp-block-heading h4 {
  font-size: 1.25em; }

.wp-block-heading h5 {
  font-size: 1em; }

.wp-block-heading h6 {
  font-size: 0.8em; }
/* Gallery */
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 -8px 0 -8px; }

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 8px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative; }

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end; }

.wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto; }

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent);
  position: absolute;
  width: 100%;
  max-height: 100%;
  overflow: auto; }

.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  flex: 1;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.wp-block-gallery.is-cropped .blocks-gallery-image _:-ms-lang(x), .wp-block-gallery.is-cropped .blocks-gallery-item _:-ms-lang(x), .wp-block-gallery.is-cropped .blocks-gallery-image figure, .wp-block-gallery.is-cropped .blocks-gallery-item figure {
  height: auto;
  width: auto; }

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc(100% / 2 - 16px); }

.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: calc(100% / 1 - 16px); }

@media (min-width: 600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
      width: calc(100% / 3 - 16px); }
      .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(100% / 4 - 16px); }
      .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(100% / 5 - 16px); }
      .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(100% / 6 - 16px); }
      .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(100% / 7 - 16px); }
      .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(100% / 8 - 16px); } }

[data-align="left"] .wp-block-gallery, [data-align="right"] .wp-block-gallery, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 318px;
  width: 100%; }
/* List */
/* Quote */
.wp-block-quote cite, .wp-block-quote footer {
  color: #6c7781;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
  font-style: normal; }

.wp-block-quote.is-large {
  margin: 0 0 16px;
  padding: 0 1em; }

.wp-block-quote.is-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6; }

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer {
  font-size: 19px;
  text-align: right; }
/* Subheading */
p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75; }
/* Video */
.wp-block-video {
  margin: 0; }

.wp-block-video figcaption {
  margin-top: 0.5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px; }

.wp-block-video.aligncenter {
  text-align: center; }
/************ Formatting **********/
/* Classic */
/* Code */
pre.wp-block-code {
  background: #eee;
  font-family: Courier 10 Pitch, Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

/* Custom HTML */
/* Preformatted */
pre.wp-block-preformatted {
  background: #eee;
  font-family: Courier 10 Pitch, Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }
/* Pullquote */
.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  padding: 3em 0;
  text-align: center; }

.wp-block-pullquote > p {
  font-size: 24px;
  line-height: 1.6; }

.wp-block-pullquote blockquote {
  margin-left: 0;
  margin-right: 0; }

.wp-block-pullquote cite {
  color: #40464d;
  position: relative;
  text-transform: uppercase;
  font-size: 13px; }

.wp-block-pullquote::after, .wp-block-pullquoteblockquote::before {
  content: ""; }

.wp-block-pullquote + * {
  margin-top: 30px; }
/* Table */
.wp-block-table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  width: 100%; }

.wp-block-table tbody {
  width: 100%;
  display: table;
  min-width: 240px; }

.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid currentColor; }
/* Verse */
.wp-block-verse pre, pre.wp-block-verse {
  color: #191e23;
  white-space: nowrap;
  font-family: inherit;
  font-size: inherit;
  padding: 1em;
  overflow: auto; }
/* Layout Elements */
/* Button */
/* Columns */
/* More [used to be called 'read more'] */
/* Page break */
/* Seperator */
/* Spacer */
/* Text Columns */
/* Shortcode */
/* Categories */
.wp-block-categories.alignleft {
  margin-right: 2em; }

.wp-block-categories.alignright {
  margin-left: 2em; }
/* Latest Posts */
.wp-block-latest-posts.alignleft {
  margin-right: 2em; }

.wp-block-latest-posts.alignright {
  margin-left: 2em; }

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none; }

.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%; }

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
      width: calc(( 100% / 2 ) - 16px); }
      .wp-block-latest-posts.columns-3 li {
        width: calc(( 100% / 3 ) - 16px); }
      .wp-block-latest-posts.columns-4 li {
        width: calc(( 100% / 4 ) - 16px); }
      .wp-block-latest-posts.columns-5 li {
        width: calc(( 100% / 5 ) - 16px); }
      .wp-block-latest-posts.columns-6 li {
        width: calc(( 100% / 6 ) - 16px); } }

.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px; }

.wp-block-embed figcaption {
  margin-top: 0.5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px; }

.wp-block-embed.alignleft, .wp-block-embed.alignright {
  max-width: 318px;
  width: 100%; }
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

*:focus {
  outline: none; }

body {
  color: #9b9b9b;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 1.64285714;
  background-color: #f9f9f9;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  clear: both; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0; }

h1, .h1 {
  font-size: 36px;
  margin: 0 0 15px; }

@media (max-width: 991px) {
    h1, .h1 {
      font-size: 30px;
      margin-bottom: 10px; } }

h2, .h2 {
  font-size: 30px;
  margin: 0 0 15px; }

@media (max-width: 991px) {
    h2, .h2 {
      font-size: 24px !important;
      margin: 0 0 10px;
      line-height: normal !important; } }

h3, .h3 {
  font-size: 24px;
  margin: 0 0 15px; }

@media (max-width: 991px) {
    h3, .h3 {
      font-size: 18px;
      margin: 0 0 10px; } }

h4, .h4 {
  font-size: 18px;
  margin: 0 0 10px; }

h5, .h5 {
  font-size: 16px;
  margin: 0 0 10px; }

h6, .h6 {
  font-size: 14px;
  margin: 0 0 10px; }

p {
  margin: 0 0 23px; }

p:last-child {
  margin-bottom: 0; }

p:empty {
  display: none; }
/* Color */
.accent-color {
  color: #a0a0a0; }

.primary-color {
  color: #000; }

.color-white {
  color: #fff; }

.color-white * {
  color: #fff; }
/* Font Style */
.text-underline {
  text-decoration: underline; }

.required {
  color: red; }
/* Custom font */
.extra-font, .extra-r {
  font-family: 'Lora', serif; }

.droid-italic, .extra-ri {
  font-family: 'Lora', serif;
  font-style: italic; }

.extra-b {
  font-family: 'Lora', serif;
  font-weight: 700; }

.extra-bi {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic; }
/* Background */
.bg-white {
  background-color: #fff; }
/*--------------------------------------------------------------
 # Class
 --------------------------------------------------------------*/
.screen-reader-text, .bypostauthor:not(.comment) {
  display: none;
  visibility: hidden; }

.screen-reader-title {
  text-transform: uppercase;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700; }

.sticky {
  visibility: visible; }

.alignleft, .alignright, .aligncenter {
  margin-bottom: 1em;
  display: inline-block; }

.alignleft {
  float: left;
  margin-right: 1.5em; }

.alignright {
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }
/* Text align */
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.rtl .alignleft {
  float: right;
  margin-left: 1.5em; }

.rtl .alignright {
  float: left;
  margin-right: 1.5em; }

.rtl .text-left {
  text-align: right; }

.rtl .text-right {
  text-align: left; }
/* Post Password */
input[name="post_password"] {
  margin-bottom: 15px; }
/* Gallery */
div[class*="gallery-columns-"] {
  display: flex;
  flex-wrap: wrap;
  margin: -15px; }

div[class*="gallery-columns-"] + * {
  margin-top: 30px; }

div[class*="gallery-columns-"] .gallery-item {
  padding: 15px;
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  flex: 0 0 50%; }

.gallery-columns-3 .gallery-item {
  flex: 0 0 33.3333%; }

.gallery-columns-4 .gallery-item {
  flex: 0 0 25%; }

.gallery-columns-5 .gallery-item {
  flex: 0 0 20%; }
/* Post Audio */
.mejs-button > button {
  min-width: auto; }
/* Style */
.circle, .img-circle {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
/* Box Shadow */
.oc-box-shadow {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); }

.oc-box-shadow:last-child {
  margin-bottom: 0; }

.oc-box-shadow .box-title {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  background: url(../images/divider.png) 0 100% no-repeat;
  letter-spacing: 0.96px; }

.oc-box-shadow .entry-featured {
  margin-left: -30px;
  margin-top: -30px;
  margin-right: -30px;
  overflow: hidden;
  -webkit-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.oc-box-shadow.entry-author {
  padding-top: 25px; }

.oc-box-shadow:empty {
  display: none; }

.rtl .oc-box-shadow .entry-featured {
  margin-left: auto;
  margin-right: -30px; }
/* Overlay */
.overlay-wrap {
  position: relative; }

.overlay-wrap .overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  background-color: rgba(160, 160, 160, 0.95);
  color: #fff;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }

.overlay-wrap .overlay a {
  color: #fff; }

.overlay-wrap:hover .overlay {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }
/* Hover Direction */
.oc-hoverdir {
  position: relative;
  overflow: hidden; }

.oc-hoverdir .hoverdir-content {
  position: absolute;
  width: 100%;
  height: 100%; }

.light-box {
  cursor: zoom-in;
  cursor: -webkit-zoom-in; }
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
::-webkit-input-placeholder {
  color: #8a8a8a; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a; }

:-ms-input-placeholder {
  color: #8a8a8a; }

input, textarea {
  border: 2px solid #e6e6e6;
  padding: 10px 15px;
  margin: 0;
  outline: none;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

input:hover, textarea:hover, input:focus, textarea:focus {
  border-color: #a0a0a0; }

input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not(.tnp-email), textarea {
  background: transparent; }

input {
  height: 50px;
  line-height: 50px; }

input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto; }

input[type="button"], input[type='submit'] {
  width: auto; }

input:-webkit-autofill {
  padding-left: 15px;
  padding-right: 15px; }

button + label {
  display: block;
  margin-top: 30px; }

textarea {
  height: 95px;
  vertical-align: top; }

[class*="invalid"] input {
  border-bottom-color: #b81c23; }
/* Select */
select {
  max-width: 100%;
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 5px 15px;
  background: url(../images/select-arrow.png) calc(100% - 15px) center no-repeat; }

select[data-filter] {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Raleway', sans-serif; }

.rtl select {
  background-position: 15px center; }
/* Check Box */
label {
  cursor: pointer; }

.oc-checkbox-wrap {
  position: relative;
  height: 20px;
  width: 34px;
  display: inline-block; }

.oc-checkbox-wrap:first-child {
  margin-right: 15px; }

.oc-checkbox-wrap:last-child {
  margin-left: 15px; }

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 4px;
  width: 100%;
  height: 100%;
  z-index: 2; }

input[type=checkbox] + span {
  position: relative;
  display: block;
  padding-left: 50px; }

input[type=checkbox] + span:before {
  content: "";
  display: block;
  height: 16px;
  width: 30px;
  border: 2px solid #000;
  background: #000;
  border-radius: 15px;
  box-sizing: content-box;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 4px;
  left: 0; }

input[type=checkbox] + span:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: white;
  position: absolute;
  top: 7px;
  left: 17px;
  border-radius: 50%;
  transition: all ease-in-out 0.3s; }

input[type=checkbox]:checked + span:after {
  left: 3px; }

input[type=checkbox]:checked + span:before {
  border-color: #a0a0a0;
  background: #a0a0a0; }
/* Radio */
.oc-radio-wrap {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block; }

.oc-radio-wrap:first-child {
  margin-right: 15px; }

.oc-radio-wrap:last-child {
  margin-left: 15px; }

.oc-radio-wrap input[type='radio'] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2; }

.oc-radio-wrap input[type='radio'] + span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #000;
  background: #fff;
  margin-left: 4px;
  margin-right: 0.5em;
  border-radius: 100%;
  transform: translateY(2px);
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.oc-radio-wrap input[type='radio']:checked + span:before {
  box-shadow: 0 0 0 2px #a0a0a0;
  background: #a0a0a0; }

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 30px; }

.wpcf7-form .wpcf7-form-control-wrap.your-message {
  margin-bottom: 30px; }

.wpcf7-form .wpcf7-submit.d-block {
  width: 100%; }

.wpcf7-form .ajax-loader:not(.is-active) {
  display: none; }

.wpcf7-form .gutters-0 .wpcf7-form-control-wrap {
  margin-bottom: 0; }

.wpcf7-form .gutters-10 .wpcf7-form-control-wrap {
  margin-bottom: 10px; }

.wpcf7-form .gutters-15 .wpcf7-form-control-wrap {
  margin-bottom: 15px; }

.wpcf7-form .gutters-20 .wpcf7-form-control-wrap {
  margin-bottom: 20px; }

.wpcf7-form .gutters-25 .wpcf7-form-control-wrap {
  margin-bottom: 25px; }

.wpcf7-form .gutters-30 .wpcf7-form-control-wrap {
  margin-bottom: 30px; }

.wpcf7-form .gutters-35 .wpcf7-form-control-wrap {
  margin-bottom: 35px; }

.wpcf7-form .gutters-40 .wpcf7-form-control-wrap {
  margin-bottom: 40px; }

.wpcf7-form .gutters-50 .wpcf7-form-control-wrap {
  margin-bottom: 50px; }

.wpcf7-form .gutters-60 .wpcf7-form-control-wrap {
  margin-bottom: 60px; }

.wpcf7-form .gutters-70 .wpcf7-form-control-wrap {
  margin-bottom: 70px; }

.wpcf7-form .gutters-80 .wpcf7-form-control-wrap {
  margin-bottom: 80px; }

.wpcf7-form .gutters-90 .wpcf7-form-control-wrap {
  margin-bottom: 90px; }

.wpcf7-form .gutters-100 .wpcf7-form-control-wrap {
  margin-bottom: 100px; }
/*--------------------------------------------------------------
 # Button
 --------------------------------------------------------------*/
/* Default button variations */
/* Primary button variations */
.btn, .btn-default, button, .button, input[type="button"]:not(.btn-primary):not(.btn-pri), input[type="submit"]:not(.btn-primary):not(.btn-pri), .vc_general.vc_btn3.btn, .vc_general.vc_btn3.btn-default, .added_to_cart, .compare {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: normal;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  padding: 16px;
  min-width: 170px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: #000;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-attachment: inherit;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  /* Simple */ }

@media (max-width: 576px) {
    .btn, .btn-default, button, .button, input[type="button"]:not(.btn-primary):not(.btn-pri), input[type="submit"]:not(.btn-primary):not(.btn-pri), .vc_general.vc_btn3.btn, .vc_general.vc_btn3.btn-default, .added_to_cart, .compare {
      padding: 15px;
      min-width: auto; } }

.btn:hover, .btn-default:hover, button:hover, .button:hover, input[type="button"]:not(.btn-primary):not(.btn-pri):hover, input[type="submit"]:not(.btn-primary):not(.btn-pri):hover, .vc_general.vc_btn3.btn:hover, .vc_general.vc_btn3.btn-default:hover, .added_to_cart:hover, .compare:hover {
  color: #fff;
  border-color: #a0a0a0;
  background-color: #a0a0a0;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-attachment: inherit; }

.btn.btn-alt, .btn-default.btn-alt, button.btn-alt, .button.btn-alt, input[type="button"]:not(.btn-primary):not(.btn-pri).btn-alt, input[type="submit"]:not(.btn-primary):not(.btn-pri).btn-alt, .vc_general.vc_btn3.btn.btn-alt, .vc_general.vc_btn3.btn-default.btn-alt, .added_to_cart.btn-alt, .compare.btn-alt {
  color: #000;
  background-color: transparent;
  background-image: none; }

.btn.btn-alt:hover, .btn-default.btn-alt:hover, button.btn-alt:hover, .button.btn-alt:hover, input[type="button"]:not(.btn-primary):not(.btn-pri).btn-alt:hover, input[type="submit"]:not(.btn-primary):not(.btn-pri).btn-alt:hover, .vc_general.vc_btn3.btn.btn-alt:hover, .vc_general.vc_btn3.btn-default.btn-alt:hover, .added_to_cart.btn-alt:hover, .compare.btn-alt:hover {
  color: #fff;
  background-color: #a0a0a0; }

.btn.btn-alt.btn-white, .btn-default.btn-alt.btn-white, button.btn-alt.btn-white, .button.btn-alt.btn-white, input[type="button"]:not(.btn-primary):not(.btn-pri).btn-alt.btn-white, input[type="submit"]:not(.btn-primary):not(.btn-pri).btn-alt.btn-white, .vc_general.vc_btn3.btn.btn-alt.btn-white, .vc_general.vc_btn3.btn-default.btn-alt.btn-white, .added_to_cart.btn-alt.btn-white, .compare.btn-alt.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

.btn.btn-alt.btn-white:hover, .btn-default.btn-alt.btn-white:hover, button.btn-alt.btn-white:hover, .button.btn-alt.btn-white:hover, input[type="button"]:not(.btn-primary):not(.btn-pri).btn-alt.btn-white:hover, input[type="submit"]:not(.btn-primary):not(.btn-pri).btn-alt.btn-white:hover, .vc_general.vc_btn3.btn.btn-alt.btn-white:hover, .vc_general.vc_btn3.btn-default.btn-alt.btn-white:hover, .added_to_cart.btn-alt.btn-white:hover, .compare.btn-alt.btn-white:hover {
  color: #000;
  background-color: #fff; }

.btn.btn-white, .btn-default.btn-white, button.btn-white, .button.btn-white, input[type="button"]:not(.btn-primary):not(.btn-pri).btn-white, input[type="submit"]:not(.btn-primary):not(.btn-pri).btn-white, .vc_general.vc_btn3.btn.btn-white, .vc_general.vc_btn3.btn-default.btn-white, .added_to_cart.btn-white, .compare.btn-white, .btn + .added_to_cart, .btn-default + .added_to_cart, button + .added_to_cart, .button + .added_to_cart, input[type="button"]:not(.btn-primary):not(.btn-pri) + .added_to_cart, input[type="submit"]:not(.btn-primary):not(.btn-pri) + .added_to_cart, .vc_general.vc_btn3.btn + .added_to_cart, .vc_general.vc_btn3.btn-default + .added_to_cart, .added_to_cart + .added_to_cart, .compare + .added_to_cart {
  color: #000;
  background-color: #fff;
  border-color: #fff; }

.btn.btn-white:hover, .btn-default.btn-white:hover, button.btn-white:hover, .button.btn-white:hover, input[type="button"]:not(.btn-primary):not(.btn-pri).btn-white:hover, input[type="submit"]:not(.btn-primary):not(.btn-pri).btn-white:hover, .vc_general.vc_btn3.btn.btn-white:hover, .vc_general.vc_btn3.btn-default.btn-white:hover, .added_to_cart.btn-white:hover, .compare.btn-white:hover, .btn + .added_to_cart:hover, .btn-default + .added_to_cart:hover, button + .added_to_cart:hover, .button + .added_to_cart:hover, input[type="button"]:not(.btn-primary):not(.btn-pri) + .added_to_cart:hover, input[type="submit"]:not(.btn-primary):not(.btn-pri) + .added_to_cart:hover, .vc_general.vc_btn3.btn + .added_to_cart:hover, .vc_general.vc_btn3.btn-default + .added_to_cart:hover, .added_to_cart + .added_to_cart:hover, .compare + .added_to_cart:hover {
  color: #fff;
  background-color: #a0a0a0; }

.btn.simple, .btn-default.simple, button.simple, .button.simple, input[type="button"]:not(.btn-primary):not(.btn-pri).simple, input[type="submit"]:not(.btn-primary):not(.btn-pri).simple, .vc_general.vc_btn3.btn.simple, .vc_general.vc_btn3.btn-default.simple, .added_to_cart.simple, .compare.simple {
  border: none;
  padding: 0;
  background: transparent;
  color: #000;
  min-width: auto; }

.btn.simple:hover, .btn-default.simple:hover, button.simple:hover, .button.simple:hover, input[type="button"]:not(.btn-primary):not(.btn-pri).simple:hover, input[type="submit"]:not(.btn-primary):not(.btn-pri).simple:hover, .vc_general.vc_btn3.btn.simple:hover, .vc_general.vc_btn3.btn-default.simple:hover, .added_to_cart.simple:hover, .compare.simple:hover {
  color: #a0a0a0; }

.btn.simple.accent-color, .btn-default.simple.accent-color, button.simple.accent-color, .button.simple.accent-color, input[type="button"]:not(.btn-primary):not(.btn-pri).simple.accent-color, input[type="submit"]:not(.btn-primary):not(.btn-pri).simple.accent-color, .vc_general.vc_btn3.btn.simple.accent-color, .vc_general.vc_btn3.btn-default.simple.accent-color, .added_to_cart.simple.accent-color, .compare.simple.accent-color {
  color: #a0a0a0; }

.btn.simple.accent-color:hover, .btn-default.simple.accent-color:hover, button.simple.accent-color:hover, .button.simple.accent-color:hover, input[type="button"]:not(.btn-primary):not(.btn-pri).simple.accent-color:hover, input[type="submit"]:not(.btn-primary):not(.btn-pri).simple.accent-color:hover, .vc_general.vc_btn3.btn.simple.accent-color:hover, .vc_general.vc_btn3.btn-default.simple.accent-color:hover, .added_to_cart.simple.accent-color:hover, .compare.simple.accent-color:hover {
  color: #000; }

.btn-pri, .btn-primary, .vc_general.vc_btn3.btn-pri {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: normal;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  padding: 16px;
  min-width: 170px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #a0a0a0;
  background-color: #a0a0a0;
  background-image: none;
  background-size: inherit;
  background-position: inherit;
  background-attachment: inherit;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

@media (max-width: 576px) {
    .btn-pri, .btn-primary, .vc_general.vc_btn3.btn-pri {
      padding: 15px;
      min-width: auto; } }

.btn-pri:hover, .btn-primary:hover, .vc_general.vc_btn3.btn-pri:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
  background-image: none;
  background-size: inherit;
  background-position: inherit;
  background-attachment: inherit; }

.btn-pri.btn-alt, .btn-primary.btn-alt, .vc_general.vc_btn3.btn-pri.btn-alt {
  color: #a0a0a0;
  background-color: transparent;
  background-image: none; }

.btn-pri.btn-alt:hover, .btn-primary.btn-alt:hover, .vc_general.vc_btn3.btn-pri.btn-alt:hover, .btn-pri.btn-alt:focus:hover, .btn-primary.btn-alt:focus:hover, .vc_general.vc_btn3.btn-pri.btn-alt:focus:hover {
  color: #fff;
  border-color: #a0a0a0;
  border-width: 2px;
  background-color: #a0a0a0; }

.btn-pri.btn-alt:focus, .btn-primary.btn-alt:focus, .vc_general.vc_btn3.btn-pri.btn-alt:focus {
  border-color: #a0a0a0;
  border-width: 2px;
  background-color: transparent; }

.btn-pri.btn-hover-alt:hover, .btn-primary.btn-hover-alt:hover, .vc_general.vc_btn3.btn-pri.btn-hover-alt:hover, .btn-pri.btn-hover-alt:focus:hover, .btn-primary.btn-hover-alt:focus:hover, .vc_general.vc_btn3.btn-pri.btn-hover-alt:focus:hover {
  color: #a0a0a0;
  border-color: #a0a0a0;
  background: transparent; }
/* Button Block */
.btn-block {
  display: block; }
/* Button Size */
.btn-small, .btn-sm {
  padding-top: 10px;
  padding-bottom: 10px; }

@media (992px) {
    .btn-medium, .btn-md {
      min-width: 170px; } }

@media (min-width: 992px) {
    .btn-xlarge, .btn-xl {
      min-width: 270px; } }

.d-block .btn {
  width: 100%;
  display: block; }
/* Button Shape */
.btn-rounded {
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; }
/**/
.button-wrapper.d-inline-block + .d-inline-block {
  margin-left: 26px;
  margin-top: 30px; }

.button-wrapper.d-inline-block + .d-inline-block:first-child {
  margin-left: 0; }

.rtl .button-wrapper.d-inline-block + .d-inline-block {
  margin-left: 0;
  margin-right: 26px; }

.rtl .button-wrapper.d-inline-block + .d-inline-block:first-child {
  margin-right: 0; }
/*--------------------------------------------------------------
 # Header
 --------------------------------------------------------------*/
#oc-header {
  z-index: 2; }

.sticky-logo, .ontop-logo {
  display: none; }

.header-inner {
  position: relative; }

.header-inner.no-container {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 1200px) {
      .header-inner.no-container {
        padding-left: 100px;
        padding-right: 100px; } }
/* Ontop Header */
.header-ontop {
  position: absolute;
  left: 0;
  right: 0; }

.header-ontop .ontop-logo {
  display: block; }

.header-ontop .main-logo, .header-ontop .sticky-logo {
  display: none; }
/* Sticky Header */
.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1; }

.header-sticky .main-logo, .header-sticky .ontop-logo {
  display: none; }

.header-sticky .sticky-logo {
  display: block; }
/* Header Side Navigation */
@media (min-width: 1200px) {
  body.header-3 .side-header {
    left: 0; }
    [dir="rtl"] body.header-3 .side-header {
      left: auto;
      right: 0; }
    .side-header {
      position: fixed;
      padding-top: 25px; }
    .side-header .oc-header-helper {
      margin-bottom: 30px; }
    .side-header .oc-header-menu > li {
      display: block;
      clear: both;
      position: relative; }
    .side-header .oc-header-menu > li > a {
      text-align: center;
      line-height: 40px !important; }
    .side-header .oc-logo + .oc-navigation-wrap, .side-header .side-header-bottom {
      margin-top: 190px; }
    .side-header #oc-socials {
      margin-bottom: 10px; }
    .side-header .copyright a {
      color: #a0a0a0; }
    .side-header {
      overflow: hidden;
      height: 100%;
      max-height: 100vh; }
    .side-header > * {
      overflow-x: hidden;
      overflow-y: scroll;
      width: calc(100% + 34px);
      padding-right: 34px;
      max-height: 100%;
      padding-bottom: 25%; }
    .side-header > * select, .side-header > * table {
      width: calc(100% - 34px); }
    .rtl .side-header > * {
      padding-right: 0;
      padding-left: 34px; } }

@media (max-width: 1199px) {
  .side-header {
    padding-left: 15px;
    padding-right: 15px; } }

.headroom--pinned {
  background-color: #fff; }
/* Header icon */
.header-icon {
  font-size: 17px; }

#oc-search {
  position: relative; }

#oc-search .search-toggle {
  line-height: 32px; }

#oc-search .searchform {
  display: none; }

#oc-search .searchform.active {
  display: block; }

#oc-search .searchform {
  background: #fff;
  width: 260px;
  display: none;
  position: absolute;
  z-index: 999;
  padding: 15px;
  right: 0;
  top: 50px; }

#oc-cart {
  position: relative; }

#oc-cart .header-icon {
  position: relative; }

#oc-cart .header-icon .cart_total {
  position: absolute;
  top: 0;
  right: -10px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  text-align: center;
  padding: 0 5px;
  color: #fff;
  background: #a0a0a0;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

#oc-cart .cart-toggle {
  line-height: 32px; }

#oc-cart .cartform {
  display: none; }

#oc-cart .cartform.active {
  display: block; }

#oc-cart .cartform {
  background: #fff;
  width: 260px;
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 50px; }

#oc-cart .widget_shopping_cart {
  margin: 0;
  padding: 15px; }

#oc-cart .widget_shopping_cart p {
  margin-bottom: 0; }
/*  Social Icon */
.header-socials {
  margin-right: -7px;
  margin-left: -7px; }

.header-socials > a {
  padding-right: 7px;
  padding-left: 7px;
  font-size: 14px; }

.main-header {
  position: relative;
  z-index: 999; }

.oc-logo {
  padding-top: 15px;
  padding-bottom: 15px; }

@media (max-width: 576px) {
    .oc-logo {
      max-width: 95px !important; } }

.oc-logo a.custom-logo-link img {
  max-height: unset; }
/**
 * headroom
 */
#headroom {
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999; }

.headroom--pinned {
  display: block; }

.headroom--not-top {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0; }

.headroom--unpinned {
  display: none; }

.headroom {
  will-change: transform;
  transition: transform 200ms linear; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

.headroom--pinned #header-middle {
  display: none; }

.admin-bar .headroom--not-top {
  top: 32px; }
/*--------------------------------------------------------------
 # Main Menu
 --------------------------------------------------------------*/
/* Level 1 */
/* Level 2 */
/* Dropdown */
/**
 * Side Menu
 * Used for side Menu Only
 */
/* Side Sub Menu */
/* Mobile Menu */
.layout-1 .nav-extra:not(.no-menu):before {
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  display: block;
  width: 2px;
  height: 17px;
  background: rgba(0, 0, 0, 0.25); }

.layout-1 .nav-extra.no-icon:before {
  display: none; }

.layout-1 .nav-extra #main-popup-nav a.has-separator {
  position: relative;
  padding-right: 20px; }
  .layout-1 .nav-extra #main-popup-nav a.has-separator:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    display: block;
    width: 2px;
    height: 17px;
    background: rgba(0, 0, 0, 0.25); }

.rtl .nav-extra:before {
  left: auto;
  right: 0; }

.rtl .nav-extra #main-popup-nav a.has-separator:before {
  right: auto;
  left: 0; }

.btn-nav-mobile-wrap[class*="separator"] {
  position: relative; }

.btn-nav-mobile-wrap[class*="separator"]:before {
  position: absolute;
  top: 2px;
  content: '';
  display: block;
  width: 2px;
  height: 17px;
  background: rgba(0, 0, 0, 0.25); }

.btn-nav-mobile-wrap.separator-left {
  padding-left: 20px; }

.btn-nav-mobile-wrap.separator-left:before {
  left: 0; }

.btn-nav-mobile-wrap.separator-right {
  padding-right: 20px; }

.btn-nav-mobile-wrap.separator-right:before {
  right: 0; }

.btn-nav-mobile {
  color: #000;
  display: inline-block;
  font-size: 16px;
  height: 29px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  width: 17px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.btn-nav-mobile:before, .btn-nav-mobile:after, .btn-nav-mobile span {
  content: "";
  background-color: #000;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 17px;
  top: 19px;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.btn-nav-mobile:before {
  top: 7px; }

.btn-nav-mobile span {
  top: 13px; }

.btn-nav-mobile.opened:before {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
  zoom: 1; }

.btn-nav-mobile.opened:after {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
  zoom: 1; }

.btn-nav-mobile.opened span {
  display: none; }

#main-menu-mobile.text .btn-nav-mobile {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-weight: 700; }

#main-menu-mobile.text .btn-nav-mobile:before, #main-menu-mobile.text .btn-nav-mobile:after {
  display: none; }
/* Header on top */
#oc-header .oc-navigation-wrap {
  position: static; }

/* Toggle Variations  */

.has-toggle {
  display: flex;
  flex-wrap: wrap; }

.has-toggle > a {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.has-toggle > span {
  flex: 0 0 auto;
  max-width: 100%; }

.has-toggle > .sub-menu, .has-toggle > .children, .has-toggle > .oc-dropdown {
  flex: 0 0 100%;
  width: 100%; }

.biger-toggle {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 99;
  -webkit-transform: translateX(10px);
  -khtml-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px); }

[dir="rtl"] .biger-toggle {
  -webkit-transform: translateX(-10px);
  -khtml-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px); }

.biger-toggle .biger-toggle-inner {
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.biger-toggle .biger-toggle-inner:before, .biger-toggle .biger-toggle-inner:after {
  content: '';
  display: block;
  background: #a0a0a0;
  position: absolute; }

.biger-toggle .biger-toggle-inner:before {
  height: 2px;
  left: 0;
  right: 0;
  top: 4px; }

.biger-toggle .biger-toggle-inner:after {
  width: 2px;
  top: 0;
  bottom: 0;
  left: 4px; }

.biger-toggle .biger-toggle-inner.active:after {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }

.has-toggle:hover .biger-toggle .biger-toggle-inner {
  border-color: #a0a0a0; }

@media (max-width: 1199px) {
  .oc-menu .menu-item-has-children {
    display: flex;
    flex-wrap: wrap; }
    .oc-menu .menu-item-has-children > a {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .oc-menu .menu-item-has-children > span {
      flex: 0 0 auto;
      max-width: 100%; }
    .oc-menu .menu-item-has-children > .sub-menu, .oc-menu .menu-item-has-children > .children, .oc-menu .menu-item-has-children > .oc-dropdown {
      flex: 0 0 100%;
      width: 100%; }
    .biger-menu-toggle {
      cursor: pointer;
      position: relative;
      width: 30px;
      height: 30px;
      z-index: 99;
      -webkit-transform: translateX(10px);
      -khtml-transform: translateX(10px);
      -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
      -o-transform: translateX(10px);
      transform: translateX(10px); }
    [dir="rtl"] .biger-menu-toggle {
      -webkit-transform: translateX(-10px);
      -khtml-transform: translateX(-10px);
      -moz-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      -o-transform: translateX(-10px);
      transform: translateX(-10px); }
    .biger-menu-toggle .biger-menu-toggle-inner {
      height: 10px;
      width: 10px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .biger-menu-toggle .biger-menu-toggle-inner:before, .biger-menu-toggle .biger-menu-toggle-inner:after {
        content: '';
        display: block;
        background: #a0a0a0;
        position: absolute; }
      .biger-menu-toggle .biger-menu-toggle-inner:before {
        height: 1px;
        left: 0;
        right: 0;
        top: 4.5px; }
      .biger-menu-toggle .biger-menu-toggle-inner:after {
        width: 1px;
        top: 0;
        bottom: 0;
        left: 4.5px; }
      .biger-menu-toggle .biger-menu-toggle-inner.active:after {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0; }
    .oc-menu .menu-item-has-children:hover .biger-menu-toggle .biger-menu-toggle-inner {
      border-color: #a0a0a0; } }

.oc-menu, .oc-submenu {
  list-style: none;
  padding: 0;
  margin: 0; }

.oc-menu li {
  padding: 10px 0;
  overflow: hidden; }

.oc-menu li:not(.megamenu) {
  position: relative; }

.oc-menu li a {
  display: block;
  position: relative; }

.oc-menu li:hover {
  overflow: visible; }

.oc-menu .link-icon {
  padding-right: 10px; }

[dir="rtl"] .oc-menu .link-icon {
  padding-right: 0;
  padding-left: 10px; }

.oc-submenu {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%; }

.oc-toggle-menu {
  display: none;
  width: 100%;
  list-style: none;
  padding: 0; }

.menu-desc {
  display: block;
  font-size: 80%; }
/* Header extra */
.nav-extra .nav-link {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000; }

@media (min-width: 1200px) {
  .menu-default > li > a {
    color: #222; }
    .menu-default > li > a:after {
      background-color: #222; }
    .menu-default > li:hover > a {
      color: #222; }
      .menu-default > li:hover > a:after {
        background-color: #222; }
    .menu-default > li.current_page_item > a, .menu-default > li.current-menu-item > a, .menu-default > li.current_page_ancestor > a, .menu-default > li.current-menu-ancestor > a {
      color: #222; }
      .menu-default > li.current_page_item > a:after, .menu-default > li.current-menu-item > a:after, .menu-default > li.current_page_ancestor > a:after, .menu-default > li.current-menu-ancestor > a:after {
        background-color: #222; } }

@media (min-width: 1200px) {
  .menu-ontop > li > a {
    color: #fff; }
    .menu-ontop > li > a:after {
      background-color: #fff; }
    .menu-ontop > li:hover > a {
      color: #fff; }
      .menu-ontop > li:hover > a:after {
        background-color: #fff; }
    .menu-ontop > li.current_page_item > a, .menu-ontop > li.current-menu-item > a, .menu-ontop > li.current_page_ancestor > a, .menu-ontop > li.current-menu-ancestor > a {
      color: #fff; }
      .menu-ontop > li.current_page_item > a:after, .menu-ontop > li.current-menu-item > a:after, .menu-ontop > li.current_page_ancestor > a:after, .menu-ontop > li.current-menu-ancestor > a:after {
        background-color: #fff; } }
/* Header extra */
.header-ontop .nav-extra:before, .header-ontop .btn-nav-mobile-wrap[class*="separator"]:before {
  background: rgba(255, 255, 255, 0.25) !important; }

.header-ontop .header-icon, .header-ontop .nav-link {
  color: #fff; }

.header-ontop .btn-nav-mobile {
  color: #fff; }

.header-ontop .btn-nav-mobile:before, .header-ontop .btn-nav-mobile:after, .header-ontop .btn-nav-mobile span {
  background-color: #fff; }

.header-ontop .btn-nav-mobile:hover {
  color: #fff; }

.header-ontop .btn-nav-mobile:hover:before, .header-ontop .btn-nav-mobile:hover:after, .header-ontop .btn-nav-mobile:hover span {
  background-color: #fff; }

@media (min-width: 1200px) {
  .menu-sticky > li > a {
    color: #fff; }
    .menu-sticky > li > a:after {
      background-color: #fff; }
    .menu-sticky > li:hover > a {
      color: #fff; }
      .menu-sticky > li:hover > a:after {
        background-color: #fff; }
    .menu-sticky > li.current_page_item > a, .menu-sticky > li.current-menu-item > a, .menu-sticky > li.current_page_ancestor > a, .menu-sticky > li.current-menu-ancestor > a {
      color: #fff; }
      .menu-sticky > li.current_page_item > a:after, .menu-sticky > li.current-menu-item > a:after, .menu-sticky > li.current_page_ancestor > a:after, .menu-sticky > li.current-menu-ancestor > a:after {
        background-color: #fff; } }
/* Header extra */
.header-sticky .nav-extra:before, .header-sticky .btn-nav-mobile-wrap[class*="separator"]:before {
  background: rgba(255, 255, 255, 0.25) !important; }

.header-sticky .header-icon, .header-sticky .nav-link {
  color: #fff; }

.header-sticky .btn-nav-mobile {
  color: #fff; }

.header-sticky .btn-nav-mobile:before, .header-sticky .btn-nav-mobile:after, .header-sticky .btn-nav-mobile span {
  background-color: #fff; }

.header-sticky .btn-nav-mobile:hover {
  color: #fff; }

.header-sticky .btn-nav-mobile:hover:before, .header-sticky .btn-nav-mobile:hover:after, .header-sticky .btn-nav-mobile:hover span {
  background-color: #fff; }

@media (min-width: 1200px) {
  .oc-dropdown {
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
    padding: 10px 25px;
    margin: 25px 0 0 0;
    min-width: 250px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(27, 26, 26, 0.98);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 240ms;
    -khtml-transition: all 240ms;
    -moz-transition: all 240ms;
    -ms-transition: all 240ms;
    -o-transition: all 240ms;
    transition: all 240ms; }
    [dir="rtl"] .oc-dropdown {
      right: 0;
      left: auto; }
    .oc-dropdown .menu-item {
      border-bottom: 1px solid #2a2929;
      -webkit-transition: border-color 300ms;
      -khtml-transition: border-color 300ms;
      -moz-transition: border-color 300ms;
      -ms-transition: border-color 300ms;
      -o-transition: border-color 300ms;
      transition: border-color 300ms; }
      .oc-dropdown .menu-item:last-child {
        border-bottom: 0; }
      .oc-dropdown .menu-item:hover {
        border-color: #fff; }
        .oc-dropdown .menu-item:hover > a {
          color: #fff; }
      .oc-dropdown .menu-item.current_page_item, .oc-dropdown .menu-item.current-menu-item, .oc-dropdown .menu-item.current_page_ancestor, .oc-dropdown .menu-item.current-menu-ancestor {
        border-color: #fff; }
        .oc-dropdown .menu-item.current_page_item > a, .oc-dropdown .menu-item.current-menu-item > a, .oc-dropdown .menu-item.current_page_ancestor > a, .oc-dropdown .menu-item.current-menu-ancestor > a {
          color: #fff; }
    .oc-dropdown a {
      font-size: 13px;
      font-weight: 400;
      color: #9b9b9b; }
    .oc-dropdown .oc-dropdown {
      top: 0;
      left: 100%; }
      [dir="rtl"] .oc-dropdown .oc-dropdown {
        right: 100%;
        left: auto; }
    .oc-dropdown .sub-back {
      right: 100%;
      left: auto; }
      [dir="rtl"] .oc-dropdown .sub-back {
        left: 100%;
        right: auto; }
    .oc-dropdown > .menu-item-has-children {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .oc-dropdown > .menu-item-has-children > a {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }
      .oc-dropdown > .menu-item-has-children > .oc-dropdown {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; }
    .oc-dropdown .biger-menu-toggle {
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: right;
      -webkit-transform: translate(0, 0);
      -khtml-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
      [dir="rtl"] .oc-dropdown .biger-menu-toggle {
        text-align: left; }
      .oc-dropdown .biger-menu-toggle:before {
        font-family: 'FontAwesome';
        font-size: 60%;
        content: "\f054"; }
        [dir="rtl"] .oc-dropdown .biger-menu-toggle:before {
          content: "\f053"; }
      .oc-dropdown .biger-menu-toggle:after {
        display: none; }
      .oc-dropdown .biger-menu-toggle .biger-menu-toggle-inner {
        display: none; }

  li:hover, li.focus {
    overflow: visible; }
    li:hover > .oc-dropdown, li.focus > .oc-dropdown {
      visibility: visible;
      opacity: 1;
      margin-top: 0; } }
/* Mega Menu */
@media (min-width: 1200px) {
  #oc-navigation {
    position: static; } }

.container-megamenu {
  padding-left: 0;
  padding-right: 0; }

.megamenu {
  overflow: hidden;
  position: static;
  /* widget */
  /* VC */ }

.megamenu:hover {
  overflow: visible; }

.megamenu > a {
  position: relative; }

.megamenu > .oc-dropdown {
  right: 0; }

.megamenu h1, .megamenu h2, .megamenu h3, .megamenu h4, .megamenu h5, .megamenu h6, .megamenu h1 a, .megamenu h2 a, .megamenu h3 a, .megamenu h4 a, .megamenu h5 a, .megamenu h6 a, .megamenu .h1, .megamenu .h2, .megamenu .h3, .megamenu .h4, .megamenu .h5, .megamenu .h6, .megamenu .h1 a, .megamenu .h2 a, .megamenu .h3 a, .megamenu .h4 a, .megamenu .h5 a, .megamenu .h6 a, .megamenu thead, .megamenu th {
  color: #fff; }

.megamenu h1:hover, .megamenu h2:hover, .megamenu h3:hover, .megamenu h4:hover, .megamenu h5:hover, .megamenu h6:hover, .megamenu h1 a:hover, .megamenu h2 a:hover, .megamenu h3 a:hover, .megamenu h4 a:hover, .megamenu h5 a:hover, .megamenu h6 a:hover, .megamenu .h1:hover, .megamenu .h2:hover, .megamenu .h3:hover, .megamenu .h4:hover, .megamenu .h5:hover, .megamenu .h6:hover, .megamenu .h1 a:hover, .megamenu .h2 a:hover, .megamenu .h3 a:hover, .megamenu .h4 a:hover, .megamenu .h5 a:hover, .megamenu .h6 a:hover, .megamenu thead:hover, .megamenu th:hover {
  color: #fff; }

.megamenu .widget .widgettitle, .megamenu .widget .wg-title {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 13px !important;
  font-weight: 700;
  color: #fff; }

.megamenu .widget .menu .wg-menu-item:after {
  display: none; }

.megamenu .widget .tagcloud a {
  display: inline-block;
  border-color: #9b9b9b; }

.megamenu .wg-menu-item {
  border-bottom: 1px solid #2a2929; }

.megamenu .wg-menu-item:last-child {
  border-bottom: 0; }

.megamenu .wpb_content_element {
  margin-bottom: 0; }

@media (min-width: 1200px) {
  .oc-side-menu .menu-item-has-children {
    display: flex;
    flex-wrap: wrap; }
    .oc-side-menu .menu-item-has-children > a {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .oc-side-menu .menu-item-has-children > span {
      flex: 0 0 auto;
      max-width: 100%; }
    .oc-side-menu .menu-item-has-children > .sub-menu, .oc-side-menu .menu-item-has-children > .children, .oc-side-menu .menu-item-has-children > .oc-dropdown {
      flex: 0 0 100%;
      width: 100%; }
    .biger-menu-toggle {
      cursor: pointer;
      position: relative;
      width: 30px;
      height: 30px;
      z-index: 99;
      -webkit-transform: translateX(10px);
      -khtml-transform: translateX(10px);
      -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
      -o-transform: translateX(10px);
      transform: translateX(10px); }
    [dir="rtl"] .biger-menu-toggle {
      -webkit-transform: translateX(-10px);
      -khtml-transform: translateX(-10px);
      -moz-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      -o-transform: translateX(-10px);
      transform: translateX(-10px); }
    .biger-menu-toggle .biger-menu-toggle-inner {
      height: 10px;
      width: 10px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .biger-menu-toggle .biger-menu-toggle-inner:before, .biger-menu-toggle .biger-menu-toggle-inner:after {
        content: '';
        display: block;
        background: #000;
        position: absolute; }
      .biger-menu-toggle .biger-menu-toggle-inner:before {
        height: 2px;
        left: 0;
        right: 0;
        top: 4px; }
      .biger-menu-toggle .biger-menu-toggle-inner:after {
        width: 2px;
        top: 0;
        bottom: 0;
        left: 4px; }
      .biger-menu-toggle .biger-menu-toggle-inner.active:after {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0; }
    .oc-side-menu .menu-item-has-children:hover .biger-menu-toggle .biger-menu-toggle-inner {
      border-color: #a0a0a0; }
    .oc-side-menu {
      padding: 0 30px; }
    .oc-side-menu .megamenu .widget .widgettitle, .oc-side-menu .megamenu .widget .wg-title {
      color: #000; }
      .oc-side-menu .megamenu .widget .widgettitle + div, .oc-side-menu .megamenu .widget .wg-title + div {
        margin-bottom: 30px; }
      .oc-side-menu .megamenu .widget_archive li, .oc-side-menu .megamenu .widget_categories li, .oc-side-menu .megamenu .widget_pages li, .oc-side-menu .megamenu .widget_meta li, .oc-side-menu .megamenu .widget_recent_comments li, .oc-side-menu .megamenu .widget_recent_entries li, .oc-side-menu .megamenu .widget_rss li, .oc-side-menu .megamenu .widget_nav_menu li, .oc-side-menu .megamenu .widget_layered_nav li, .oc-side-menu .megamenu .widget_product_categories li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .oc-side-menu .megamenu .container {
        padding-left: 0;
        padding-right: 0; }
      .oc-side-menu .megamenu .wpb_column {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important; }
    .oc-side-menu span.biger-menu-toggle:not(.active):before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: -1000px; }
      [dir="rtl"] .oc-side-menu span.biger-menu-toggle:not(.active):before {
        right: -1000px;
        left: 0; }
    .oc-side-submenu {
      font-size: 13px;
      font-weight: 400;
      color: #000; }
    .oc-side-submenu .menu-item {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      -webkit-transition: border-color 300ms;
      -khtml-transition: border-color 300ms;
      -moz-transition: border-color 300ms;
      -ms-transition: border-color 300ms;
      -o-transition: border-color 300ms;
      transition: border-color 300ms; }
      .oc-side-submenu .menu-item:last-child {
        border-bottom: 0; }
      .oc-side-submenu .menu-item:hover {
        border-color: #a0a0a0; }
      .oc-side-submenu .menu-item:hover > a {
        color: #a0a0a0;
        padding-left: 15px; }
      [dir="rtl"] .oc-side-submenu .menu-item:hover > a {
        padding-left: 0;
        padding-right: 15px; }
      .oc-side-submenu .menu-item.current_page_item, .oc-side-submenu .menu-item.current-menu-item, .oc-side-submenu .menu-item.current_page_ancestor, .oc-side-submenu .menu-item.current-menu-ancestor {
        border-color: #a0a0a0; }
      .oc-side-submenu .menu-item.current_page_item > a, .oc-side-submenu .menu-item.current-menu-item > a, .oc-side-submenu .menu-item.current_page_ancestor > a, .oc-side-submenu .menu-item.current-menu-ancestor > a {
        color: #a0a0a0; }
      .oc-side-submenu .menu-item .oc-side-submenu {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .oc-side-submenu .menu-item .menu-item:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
    .oc-side-submenu .wg-menu-item:last-child {
      padding-bottom: 10px; }
    .oc-side-submenu a {
      font-size: 13px;
      font-weight: 400;
      color: #000; } }
/* Header Helper Menu */
.oc-header-helper {
  margin-bottom: -12px;
  padding-top: 31px;
  position: relative;
  z-index: 2; }

.oc-header-helper-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.oc-header-helper-menu li {
  padding: 0 3px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.oc-header-helper-menu li:hover a, .oc-header-helper-menu li.current-menu-item a, .oc-header-helper-menu li.highlight a {
  color: #fff;
  background: #a0a0a0; }

.oc-header-helper-menu li.highlight a {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  letter-spacing: 0.24px; }

.oc-header-helper-menu a {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
  color: #000;
  padding: 3px 7px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.header-ontop .oc-header-helper-menu a {
  color: #fff; }
/* Popup Nav */
#oc-popupnav .biger-main-nav + #sidebar-popup {
  margin-top: 110px; }

#oc-popupnav .biger-main-nav ul, #oc-popupnav .widget_nav_menu.popup-nav ul, #oc-popupnav .biger-main-nav ol, #oc-popupnav .widget_nav_menu.popup-nav ol {
  list-style: none;
  padding: 0;
  margin: 0; }

#oc-popupnav .biger-main-nav ul.popup-nav, #oc-popupnav .widget_nav_menu.popup-nav ul.popup-nav {
  /* First Level */ }

#oc-popupnav .biger-main-nav ul.popup-nav .menu-item, #oc-popupnav .widget_nav_menu.popup-nav ul.popup-nav .menu-item {
  position: relative;
  padding: 5px 0; }

#oc-popupnav .biger-main-nav ul.popup-nav .menu-item a, #oc-popupnav .widget_nav_menu.popup-nav ul.popup-nav .menu-item a {
  display: block; }

#oc-popupnav .biger-main-nav ul.popup-nav .sub-menu, #oc-popupnav .widget_nav_menu.popup-nav ul.popup-nav .sub-menu {
  display: none; }

#oc-popupnav .biger-main-nav ul.popup-nav > .menu-item, #oc-popupnav .widget_nav_menu.popup-nav ul.popup-nav > .menu-item {
  padding-top: 7px;
  padding-bottom: 7px; }

#oc-popupnav .biger-main-nav ul.popup-nav > .menu-item > a, #oc-popupnav .widget_nav_menu.popup-nav ul.popup-nav > .menu-item > a {
  font-size: 30px;
  font-weight: 700; }
  #oc-popupnav .biger-main-nav ul.popup-nav > .menu-item > a:after, #oc-popupnav .widget_nav_menu.popup-nav ul.popup-nav > .menu-item > a:after {
    display: none; }
/* Menu */
.popup-nav .biger-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto; }

.popup-nav .biger-menu-toggle.active {
  display: none; }

.popup-nav .biger-menu-toggle-inner {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }
/* Widgets */
#sidebar-popup {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap; }

#sidebar-popup .widget {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  min-height: 1px; }

@media (min-width: 992px) {
    #sidebar-popup > .widget {
      flex: 0 0 50%;
      max-width: 50%; } }

@media (min-width: 1200px) {
    #sidebar-popup > .widget {
      flex: 0 0 25%;
      max-width: 25%; } }

#sidebar-popup .wg-title {
  background-image: url('../images/divider4.png'); }

@media (min-width: 1200px) {
  .oc-menu {
    /* Has helper Menu */ }
    .oc-menu > li > a {
      text-transform: uppercase;
      font-family: 'Raleway', sans-serif;
      font-size: 13px;
      font-weight: 700; }
    .oc-menu.has-helper-menu > li > a {
      line-height: 75px; }

  .oc-header-menu {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    /* Level 1 */ }
    .oc-header-menu > * {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .oc-header-menu > li {
      vertical-align: middle;
      padding: 0;
      margin: 0 15px; }
      .oc-header-menu > li > a {
        line-height: 92px; }
        .oc-header-menu > li > a:after {
          content: '';
          display: block;
          height: 2px;
          width: 0;
          position: absolute;
          left: 50%;
          top: calc(50% + 8px);
          background-color: transparent;
          -webkit-transition: all 300ms ease-in-out;
          -khtml-transition: all 300ms ease-in-out;
          -moz-transition: all 300ms ease-in-out;
          -ms-transition: all 300ms ease-in-out;
          -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
      .oc-header-menu > li > .biger-menu-toggle {
        display: none; }
      .oc-header-menu > li:hover > a:after, .oc-header-menu > li.current_page_item > a:after, .oc-header-menu > li.current-menu-item > a:after, .oc-header-menu > li.current_page_ancestor > a:after, .oc-header-menu > li.current-menu-ancestor > a:after {
        left: 0;
        width: 100%; } }

.mobile-parent-nav-menu-item {
  display: none; }

@media (max-width: 1199px) {
  #oc-navigation {
    background-color: rgba(27, 26, 26, 0.98);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 99;
    padding: 15px 20px;
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    overflow-x: hidden;
    display: none; }

  .oc-submenu {
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
    display: none; }
    .oc-submenu .menu-item {
      border-bottom: 1px solid #2a2929;
      -webkit-transition: border-color 300ms;
      -khtml-transition: border-color 300ms;
      -moz-transition: border-color 300ms;
      -ms-transition: border-color 300ms;
      -o-transition: border-color 300ms;
      transition: border-color 300ms; }
      .oc-submenu .menu-item:last-child {
        border-bottom: 0; }
      .oc-submenu .menu-item:hover {
        border-color: #fff; }
        .oc-submenu .menu-item:hover > a {
          color: #fff; }
      .oc-submenu .menu-item.current_page_item, .oc-submenu .menu-item.current-menu-item, .oc-submenu .menu-item.current_page_ancestor, .oc-submenu .menu-item.current-menu-ancestor {
        border-color: #fff; }
        .oc-submenu .menu-item.current_page_item > a, .oc-submenu .menu-item.current-menu-item > a, .oc-submenu .menu-item.current_page_ancestor > a, .oc-submenu .menu-item.current-menu-ancestor > a {
          color: #fff; }
    .oc-submenu a {
      font-size: 13px;
      font-weight: 400;
      color: #9b9b9b; }

  .oc-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    /* level 1 */ }
    .oc-menu > li > a {
      text-transform: uppercase;
      font-family: 'Raleway', sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: #9b9b9b; }
      .oc-menu > li:hover > a {
        color: #fff; }
      .oc-menu > li.current_page_item > a, .oc-menu > li.current-menu-item > a, .oc-menu > li.current_page_ancestor > a, .oc-menu > li.current-menu-ancestor > a {
        color: #fff; }
    .oc-menu li a {
      display: block;
      color: #9b9b9b; }
      .oc-menu li:hover > a, .oc-menu li.focus > a {
        color: #fff; }
      .oc-menu li.current_page_item > a, .oc-menu li.current-menu-item > a, .oc-menu li.current_page_ancestor > a, .oc-menu li.current-menu-ancestor > a {
        color: #fff; }

  .megamenu .oc-dropdown-mega > li > .container {
    padding-left: 0;
    padding-right: 0; }
    .megamenu .menu li:last-child {
      padding-bottom: 10px; }
      .megamenu .menu li li:last-child {
        border-bottom: none; } }
/* Navigation Button */
#oc-header .btn-nav {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  padding: 1px 8px;
  margin: 0 10px; }

#oc-header .btn-nav:hover, #oc-header .btn-nav.active {
  background-color: #a0a0a0;
  color: #fff; }

#oc-header.header-ontop .btn-nav {
  color: #fff; }

#oc-header.header-sticky .btn-nav {
  color: #fff; }
/*--------------------------------------------------------------
 # Page Title & Breadcrumb
 --------------------------------------------------------------*/
#oc-pagetitle {
  color: #fff;
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #ccc;
  margin-bottom: 110px; }

@media (max-width: 991px) {
    #oc-pagetitle {
      margin-bottom: 30px; } }

#oc-pagetitle .parallax, #oc-pagetitle .parallax:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

#oc-pagetitle .parallax:before {
  content: "";
  display: block;
  background-color: rgba(27, 26, 26, 0.65); }

#oc-pagetitle .container {
  position: relative;
  z-index: 1; }

#oc-pagetitle h1 {
  color: #fff;
  margin: 0;
  line-height: 1.25; }

#oc-pagetitle .page-desc {
  font-size: 16px;
  padding-top: 4px; }

@media (min-width: 1600px) {
      #oc-pagetitle .page-desc {
        padding-left: 120px;
        padding-right: 120px; } }

#oc-pagetitle a {
  color: #fff; }

#oc-pagetitle a:hover {
  color: #a0a0a0; }

#oc-pagetitle.layout-1 {
  text-align: center; }

#oc-pagetitle.layout-1 .breadcrumb {
  margin-bottom: -27px; }

@media (min-width: 1200px) {
          #oc-pagetitle.layout-1 .page-title + .breadcrumb {
            padding-top: 184px; } }

@media (min-width: 1200px) {
          #oc-pagetitle.layout-1 .page-desc + .breadcrumb {
            padding-top: 144px; } }

@media (min-width: 1200px) {
      #oc-pagetitle.layout-2 {
        padding-top: 70px;
        padding-bottom: 200px; } }

#oc-pagetitle.layout-2 .page-title + .breadcrumb {
  padding-top: 5px; }

#oc-pagetitle.layout-2 .page-desc {
  padding-bottom: 38px; }

#oc-pagetitle.layout-3 {
  padding-top: 89px;
  padding-bottom: 87px; }

@media (min-width: 1200px) {
        #oc-pagetitle.layout-3 .page-title {
          font-size: 45px;
          padding-top: 0; } }

@media (min-width: 1600px) {
        #oc-pagetitle.layout-3 .page-desc {
          padding-left: 0;
          padding-right: 0; } }

@media (min-width: 1200px) {
    #oc-pagetitle h1 {
      font-size: 50px;
      font-weight: 800; } }

@media (min-width: 1600px) {
    #oc-pagetitle .page-title {
      padding-top: 115px; }
    #oc-pagetitle h1 {
      font-size: 75px; } }

@media (min-width: 1200px) {
      .layout-1.no-breadcrumb {
        padding-bottom: 188px !important; }
        .layout-1.no-breadcrumb .page-title {
          padding-top: 115px; } }

.layout-3 .page-title, .layout-3 .breadcrumb {
  color: #000; }

.layout-3 .breadcrumb a {
  color: #000; }

.layout-3 .breadcrumb a:hover {
  color: #a0a0a0; }

.breadcrumb {
  list-style: none;
  padding: 40px 0 0 0;
  margin: 0; }

.breadcrumb li {
  display: inline-block; }

.breadcrumb li:after {
  content: "/";
  display: inline-block;
  padding: 0 10px; }

.breadcrumb li:last-child:after {
  display: none; }
/* 404 page */
.error404 #oc-pagetitle.layout-2 {
  padding-top: 23px;
  padding-bottom: 150px;
  padding-top: 150px; }
/*--------------------------------------------------------------
 # Post and Page
 --------------------------------------------------------------*/
/* Post Meta */

.entry-meta {
  font-size: 13px;
  color: #616161;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic; }

.entry-meta:hover {
  color: #a0a0a0; }

.entry-meta a {
  color: #616161; }

.entry-meta a:hover {
  color: #a0a0a0; }

.entry-meta > div:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #616161;
  position: absolute;
  top: calc(50% - 1.5px);
  right: -1.5px; }

.entry-meta > div:last-child:after {
  display: none; }

.entry-meta .fa, .entry-meta .entry-update-on {
  display: none; }

.entry-meta .entry-posted-by a, .entry-meta .entry-posted-in a {
  color: #a0a0a0; }

.entry-meta .entry-posted-by a:hover, .entry-meta .entry-posted-in a:hover {
  color: #000; }

.entry-meta.entry-meta-top {
  margin-bottom: 15px; }

.entry-meta.entry-meta-bottom {
  margin-bottom: 19px;
  margin-top: -9px; }

.entry-meta.single-meta-top {
  margin-bottom: 25px; }

.entry-meta + .entry-title {
  margin-top: 8px; }

.rtl .entry-meta > div:after {
  right: auto;
  left: -1.5px; }

.entry-footer > div {
  margin-top: 23px; }

.entry-footer > div:empty {
  display: none; }

.entry-footer.readmore-style-btn > div {
  margin-top: 23px; }

.entry-readmore a.simple {
  color: #000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  overflow: hidden;
  letter-spacing: 0.26px; }

.entry-readmore a.simple i {
  max-width: 0;
  visibility: hidden;
  overflow: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: max-width 1s;
  -khtml-transition: max-width 1s;
  -moz-transition: max-width 1s;
  -ms-transition: max-width 1s;
  -o-transition: max-width 1s;
  transition: max-width 1s; }

.entry-readmore a.simple:hover {
  color: #a0a0a0;
  border-color: #a0a0a0; }

.entry-readmore a.simple:hover i {
  max-width: 50px;
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.entry-readmore a[class*="btn"] {
  padding: 5px 7.5px;
  min-width: auto;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.entry-readmore a[href*="#comments"], .entry-readmore a[href*="#respond"] {
  font-size: 13px;
  color: #616161;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
  margin-left: 15px; }

.entry-readmore a[href*="#comments"]:hover, .entry-readmore a[href*="#respond"]:hover {
  color: #a0a0a0; }

.entry-readmore a[href*="#comments"] a, .entry-readmore a[href*="#respond"] a {
  color: #616161; }

.entry-readmore a[href*="#comments"] a:hover, .entry-readmore a[href*="#respond"] a:hover {
  color: #a0a0a0; }

[dir="rtl"] .entry-readmore a[href*="#comments"], [dir="rtl"] .entry-readmore a[href*="#respond"] {
  margin-left: 0;
  margin-right: 15px; }
/* Entry Share */
.entry-shares .share-title {
  font-size: 13px;
  font-weight: 800;
  color: #000;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.26px; }

.entry-shares.on-single {
  border-top: 2px solid #e6e6e6;
  padding-top: 22px;
  margin-top: 23px;
  margin-bottom: -10px; }
/* Archive Page */
.entry-archive {
  margin-bottom: 40px; }

.entry-grid {
  padding-bottom: 30px; }

.entry-grid .entry-meta.entry-meta-top {
  margin-bottom: 7px; }

.entry-grid .entry-title {
  margin-bottom: 17px; }
/* Post Featured */
.entry-featured {
  position: relative;
  margin-bottom: 25px;
  /* Format Gallery */ }

.entry-featured:empty {
  display: none; }

.entry-featured .post-image img {
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }

.entry-featured .post-author {
  position: absolute;
  left: 30px;
  right: 30px;
  top: auto;
  bottom: 20px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
  z-index: 1;
  letter-spacing: 0.26px; }

.entry-featured .post-author a {
  color: #a0a0a0; }

.entry-featured .post-author img {
  vertical-align: middle;
  margin: 0;
  max-width: 30px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.entry-featured .post-author span {
  padding-top: 2px;
  display: inline-block; }

.entry-featured .post-image {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.entry-featured .post-image:after {
  content: '';
  display: block;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
  background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="transparent", endColorStr="rgba(0, 0, 0, 0.8)");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.entry-featured .oc-carousel:not(.owl-loaded) + .post-author {
  display: none; }
/* Post Format */
.format-quote .entry-featured, .format-link .entry-featured {
  background-color: #f7f7f7;
  padding: 30px;
  font-size: 18px;
  color: #000;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic; }

.format-quote .entry-featured cite, .format-link .entry-featured cite {
  display: block;
  text-indent: 30px;
  padding-top: 30px; }

.format-quote .post-image, .format-link .post-image, .format-quote .quote-wrap, .format-link .quote-wrap, .format-quote .link-wrap, .format-link .link-wrap {
  margin: -30px; }

.format-quote .quote-wrap, .format-link .quote-wrap, .format-quote .link-wrap, .format-link .link-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 30px; }

.format-quote .quote-wrap[style]:before, .format-link .quote-wrap[style]:before, .format-quote .link-wrap[style]:before, .format-link .link-wrap[style]:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: rgba(160, 160, 160, 0.8); }

.format-quote .quote-wrap[style] > *, .format-link .quote-wrap[style] > *, .format-quote .link-wrap[style] > *, .format-link .link-wrap[style] > * {
  position: relative;
  z-index: 1; }

.format-quote .quote-wrap[style] a:hover, .format-link .quote-wrap[style] a:hover, .format-quote .link-wrap[style] a:hover, .format-link .link-wrap[style] a:hover, .format-quote .quote-wrap[style] a:active, .format-link .quote-wrap[style] a:active, .format-quote .link-wrap[style] a:active, .format-link .link-wrap[style] a:active, .format-quote .quote-wrap[style] a:focus, .format-link .quote-wrap[style] a:focus, .format-quote .link-wrap[style] a:focus, .format-link .link-wrap[style] a:focus {
  color: #fff; }
/* Single Post */
.entry-author {
  margin-bottom: 40px; }

.entry-author .user-socials {
  padding-top: 4px; }

@media (min-width: 768px) {
    .entry-author .text-md-left .box-title {
      background-position: left bottom; }
    .entry-author .text-md-right .box-title {
      background-position: right bottom; } }

@media (max-width: 576px) {
    .entry-author .box-title {
      background-position: center bottom; }
    .entry-author .author-info {
      padding-top: 30px; } }
/* Single Related */
.entry-related {
  padding-top: 25px;
  padding-bottom: 23px;
  margin-bottom: 40px; }

.related-item > .entry-featured {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important; }

.related-item .entry-meta-top {
  margin-bottom: 10px; }

.related-item .entry-title {
  font-size: 16px;
  margin-bottom: 0; }

.single-post .entry-content.single-content {
  font-size: 16px;
  line-height: 27px;
  color: #8d8d8d; }
/* Single Portfolio */
body.single-portfolio {
  background: #fff; }

body.single-portfolio .entry-shares {
  background: #f9f9f9;
  padding: 30px 30px;
  margin: 30px 0 0; }

body.single-portfolio .post-navigation h6 {
  font-size: 16px; }

.p-atts {
  background: #f9f9f9;
  padding: 33px 30px;
  margin-top: 43px; }

.p-atts .att-item {
  padding-bottom: 6px; }

.p-atts .att-item:last-child {
  padding-bottom: 0; }

.p-atts .att-title {
  font-weight: 700;
  color: #000; }

.p-gal-wrap.plain .p-gallery-item {
  margin-bottom: 30px; }

.p-gal-wrap.plain .p-gallery-item:last-child {
  margin-bottom: 0; }
/* Page 404 */
.error404 {
  background: #fff; }

.error404 .oc-content-area {
  padding-bottom: 60px; }

.error404 .error-title {
  font-size: 100px;
  font-family: 'droid_serifbold';
  line-height: 1;
  padding-bottom: 23px;
  margin-bottom: 20px;
  background: url('../images/divider.png') center bottom no-repeat;
  letter-spacing: 2px; }

@media (min-width: 768px) {
      .error404 .error-title {
        font-size: 240px;
        letter-spacing: 4.8px; } }

.error404 .error-msg {
  font-size: 16px; }
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a:hover, a:focus, a:active {
  color: #a0a0a0; }

.navigation, .woocommerce-pagination, .biger-product-pagination {
  margin-top: 45px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'droid_serifbold';
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.4px; }

.navigation .nav-links, .woocommerce-pagination .nav-links, .biger-product-pagination .nav-links {
  text-align: center;
  margin: -5px -2px; }

.navigation > a, .woocommerce-pagination > a, .biger-product-pagination > a, .navigation > span > a, .woocommerce-pagination > span > a, .biger-product-pagination > span > a, .navigation .page-numbers, .woocommerce-pagination .page-numbers, .biger-product-pagination .page-numbers {
  color: #646464;
  padding: 0 10px;
  margin: 5px 2px;
  line-height: 46px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid rgba(100, 100, 100, 0.2);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.navigation > a:hover, .woocommerce-pagination > a:hover, .biger-product-pagination > a:hover, .navigation > span > a:hover, .woocommerce-pagination > span > a:hover, .biger-product-pagination > span > a:hover, .navigation .page-numbers:hover, .woocommerce-pagination .page-numbers:hover, .biger-product-pagination .page-numbers:hover, .navigation > a.current, .woocommerce-pagination > a.current, .biger-product-pagination > a.current, .navigation > span > a.current, .woocommerce-pagination > span > a.current, .biger-product-pagination > span > a.current, .navigation .page-numbers.current, .woocommerce-pagination .page-numbers.current, .biger-product-pagination .page-numbers.current {
  color: #fff;
  border-color: #a0a0a0;
  background-color: #a0a0a0; }

.navigation > a.current, .woocommerce-pagination > a.current, .biger-product-pagination > a.current, .navigation > span > a.current, .woocommerce-pagination > span > a.current, .biger-product-pagination > span > a.current, .navigation .page-numbers.current, .woocommerce-pagination .page-numbers.current, .biger-product-pagination .page-numbers.current {
  cursor: not-allowed; }

.navigation > a.next, .woocommerce-pagination > a.next, .biger-product-pagination > a.next, .navigation > span > a.next, .woocommerce-pagination > span > a.next, .biger-product-pagination > span > a.next, .navigation .page-numbers.next, .woocommerce-pagination .page-numbers.next, .biger-product-pagination .page-numbers.next, .navigation > a.prev, .woocommerce-pagination > a.prev, .biger-product-pagination > a.prev, .navigation > span > a.prev, .woocommerce-pagination > span > a.prev, .biger-product-pagination > span > a.prev, .navigation .page-numbers.prev, .woocommerce-pagination .page-numbers.prev, .biger-product-pagination .page-numbers.prev {
  font-size: 28px;
  font-weight: normal; }

@media (min-width: 768px) {
      .navigation > a, .woocommerce-pagination > a, .biger-product-pagination > a, .navigation > span > a, .woocommerce-pagination > span > a, .biger-product-pagination > span > a, .navigation .page-numbers, .woocommerce-pagination .page-numbers, .biger-product-pagination .page-numbers {
        min-width: 50px; } }

.navigation.default a, .woocommerce-pagination.default a, .biger-product-pagination.default a {
  font-size: 12px;
  letter-spacing: 2px;
  display: inline-block;
  border: 2px solid rgba(100, 100, 100, 0.2);
  padding: 10px 15px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.navigation.default a:hover, .woocommerce-pagination.default a:hover, .biger-product-pagination.default a:hover {
  color: #fff;
  border-color: #a0a0a0;
  background-color: #a0a0a0; }

.page-links {
  clear: both;
  padding-top: 45px;
  text-transform: uppercase;
  letter-spacing: 0.4px; }

.page-links .screen-reader-title {
  padding-top: 6px;
  display: inline-block; }

.page-links .page-link-number {
  padding: 0 10px;
  margin: 5px 2px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border: 1px solid #a0a0a0;
  background-color: #a0a0a0;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.page-links a .page-link-number {
  color: #646464;
  border: 1px solid rgba(100, 100, 100, 0.2);
  background: transparent; }

.page-links a:hover .page-link-number {
  color: #fff;
  border-color: #a0a0a0;
  background-color: #a0a0a0; }

.post-navigation {
  margin-bottom: 40px;
  /* portfolio navigation */ }

.post-navigation .archive-link {
  font-size: 23px;
  color: #616161;
  padding: 15px;
  display: block; }

.post-navigation .archive-link:hover {
  color: #a0a0a0; }

.post-navigation .nav-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1; }

.post-navigation .post-nav-img {
  max-width: 49px; }

.post-navigation .nav-text {
  font-size: 13px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic; }

.post-navigation h6 {
  font-size: 15px;
  padding-top: 4px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.post-navigation .nav-icon {
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  background: #222;
  color: #fff;
  font-size: 25px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.post-navigation .nav-box:hover h6 {
  color: #a0a0a0; }

.post-navigation .nav-box:hover .nav-icon {
  background: #a0a0a0; }

.post-navigation.portfolio-navigation {
  margin-top: 70px;
  padding-top: 35px;
  border-top: 2px solid #eee; }

.post-navigation.portfolio-navigation .nav-box {
  padding-top: 15px;
  padding-bottom: 15px; }
/*--------------------------------------------------------------
 # Layout Content
 --------------------------------------------------------------*/
.site-boxed {
  background-image: url(../images/bg-boxed.jpg);
  background-position: 0 0;
  background-repeat: repeat; }

@media (min-width: 1200px) {
      .site-boxed #oc-page {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        background: #fff; } }

#oc-page {
  position: relative; }

#biger-loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.oc-close {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px; }

.oc-close:before, .oc-close:after {
  content: "";
  background-color: #000;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 15px;
  top: 8px; }

.oc-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.oc-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.oc-close:hover:before, .oc-close:hover:after {
  background-color: red; }
/* Show/Hide Side Nav Menu */
#oc-page {
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

#oc-page.sidenav-open {
  -webkit-transform: translateX(-370px);
  -khtml-transform: translateX(-370px);
  -moz-transform: translateX(-370px);
  -ms-transform: translateX(-370px);
  -o-transform: translateX(-370px);
  transform: translateX(-370px); }

#oc-sidenav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  max-width: 370px;
  visibility: hidden;
  background: #fff;
  padding: 30px 15px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

#oc-sidenav.open {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

@media (min-width: 1200px) {
    #oc-sidenav {
      padding: 75px 50px; } }

.rtl #oc-page.sidenav-open {
  -webkit-transform: translateX(370px);
  -khtml-transform: translateX(370px);
  -moz-transform: translateX(370px);
  -ms-transform: translateX(370px);
  -o-transform: translateX(370px);
  transform: translateX(370px); }

.rtl #oc-sidenav {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.rtl #oc-sidenav.open {
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.logged-in #oc-sidenav {
  top: 32px;
  height: calc(100vh - 32px); }

#oc-close-sidenav {
  position: absolute;
  top: 20px;
  right: 15px; }

@media (min-width: 1200px) {
    #oc-close-sidenav {
      top: 45px;
      right: 50px; } }
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin-bottom: 30px; }

.widget:last-child {
  margin-bottom: 0; }

.widget select[name="archive-dropdown"], .widget select[name="cat"] {
  margin-top: 15px;
  width: 100%;
  max-width: 100%; }

.widget .screen-reader-text {
  display: none; }

.widget .wg-menu-item .title, .widget .wg-menu-item .date {
  display: block; }

.widget > ul, .widget > ol, .widget .menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.wg-title {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  background: url(../images/divider.png) 0 100% no-repeat;
  letter-spacing: 0.96px; }

[dir="rtl"] .wg-title {
  background-position: 100% 100%; }

.wg-menu-item, .widget_meta li, .widget_recent_entries li, .widget_archive li {
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.wg-menu-item:last-child, .widget_meta li:last-child, .widget_recent_entries li:last-child, .widget_archive li:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.wg-menu-item:after, .widget_meta li:after, .widget_recent_entries li:after, .widget_archive li:after {
  font-family: 'FontAwesome';
  color: #a0a0a0;
  content: '\f178';
  font-size: 11px; }

[dir="rtl"] .wg-menu-item:after, [dir="rtl"] .widget_meta li:after, [dir="rtl"] .widget_recent_entries li:after, [dir="rtl"] .widget_archive li:after {
  content: '\f177'; }

.wg-menu-item.has-toggle:after, .widget_meta li.has-toggle:after, .widget_recent_entries li.has-toggle:after, .widget_archive li.has-toggle:after {
  display: none; }

.wg-menu-item.has-toggle ul, .widget_meta li.has-toggle ul, .widget_recent_entries li.has-toggle ul, .widget_archive li.has-toggle ul, .wg-menu-item.has-toggle ol, .widget_meta li.has-toggle ol, .widget_recent_entries li.has-toggle ol, .widget_archive li.has-toggle ol {
  display: none; }

.wg-menu-item a, .widget_meta li a, .widget_recent_entries li a, .widget_archive li a {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.wg-menu-item:hover, .widget_meta li:hover, .widget_recent_entries li:hover, .widget_archive li:hover {
  color: #a0a0a0; }

.wg-menu-item:hover > a, .widget_meta li:hover > a, .widget_recent_entries li:hover > a, .widget_archive li:hover > a {
  color: #a0a0a0; }

.wg-menu-item ul, .widget_meta li ul, .widget_recent_entries li ul, .widget_archive li ul, .wg-menu-item ol, .widget_meta li ol, .widget_recent_entries li ol, .widget_archive li ol {
  list-style: none;
  border-top: 1px solid #efefef;
  margin: 9px 0 0 0;
  padding: 0 0 0 10px; }

[dir="rtl"] .wg-menu-item ul, [dir="rtl"] .widget_meta li ul, [dir="rtl"] .widget_recent_entries li ul, [dir="rtl"] .widget_archive li ul, [dir="rtl"] .wg-menu-item ol, [dir="rtl"] .widget_meta li ol, [dir="rtl"] .widget_recent_entries li ol, [dir="rtl"] .widget_archive li ol {
  padding: 0 10px 0 0; }
/* Calendar */
.widget_calendar .calendar_wrap {
  text-align: center; }

.widget_calendar table {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }

.widget_calendar #today {
  background: #a0a0a0;
  color: #fff; }

.widget_calendar #today a {
  display: block;
  color: #fff; }

.widget_calendar #today a:hover {
  color: #fff; }

.widget_calendar th {
  text-align: center; }
/* ZK Instagram */
.oc-instagram .instagram-item > a {
  overflow: hidden;
  display: block; }

.oc-instagram .instagram-item > a img {
  width: 100%;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.oc-instagram .instagram-item .overlay {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }

.oc-instagram .instagram-item .overlay a {
  padding: 0 10px; }

.oc-instagram .user {
  padding-top: 23px; }

.oc-instagram .user a {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: #a0a0a0; }

.oc-instagram .gutters-2 {
  margin: -1px; }

.oc-instagram .gutters-2 > div {
  padding: 1px; }

.oc-instagram .gutters-5 {
  margin: -2.5px; }

.oc-instagram .gutters-5 > div {
  padding: 2.5px; }

.oc-instagram .gutters-10 {
  margin: -5px; }

.oc-instagram .gutters-10 > div {
  padding: 5px; }

.oc-instagram .gutters-20 {
  margin: -10px; }

.oc-instagram .gutters-20 > div {
  padding: 10px; }

.oc-instagram .gutters-30 {
  margin: -15px; }

.oc-instagram .gutters-30 > div {
  padding: 15px; }
/* Newsletter */
.widget .tnp {
  position: relative; }

.widget .tnp form {
  position: relative; }

.widget .tnp form:after, .widget .tnp form input.tnp-submit {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background-color: #a0a0a0;
  position: absolute;
  top: 8px;
  right: 8px; }

[dir="rtl"] .widget .tnp form:after, [dir="rtl"] .widget .tnp form input.tnp-submit {
  right: auto;
  left: 8px; }

.widget .tnp form input.tnp-submit {
  font-size: 0;
  z-index: 2;
  padding: 0;
  min-width: auto;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }

.widget .tnp form:after {
  content: '\f178';
  font-family: 'FontAwesome';
  font-size: 11px;
  display: block; }

[dir="rtl"] .widget .tnp form:after {
  content: "\f177"; }

.widget .tnp form input.tnp-email {
  padding-right: 42px;
  height: 42px;
  line-height: 42px;
  background-color: #1d1d1d;
  color: #616161;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 13px;
  padding: 0 42px 0 15px;
  border: 0; }

[dir="rtl"] .widget .tnp form input.tnp-email {
  padding: 0 15px 0 42px; }
/* 7 Recent Post */
.posts-list .post-list-entry {
  margin-bottom: 11px;
  padding-bottom: 17px; }

.posts-list .post-list-entry:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.posts-list .entry-title {
  font-size: 15px;
  line-height: 23px;
  margin: 0 0 10px; }

.posts-list .entry-title a {
  color: #000; }

.posts-list .entry-title a:hover {
  color: #a0a0a0; }

.posts-list .entry-featured {
  max-width: 70px;
  margin-bottom: 0; }

.posts-list .entry-featured a {
  display: block;
  -webkit-transform: translateY(6px);
  -khtml-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px); }

.posts-list .has-post-thumbnail .entry-brief {
  max-width: calc(100% - 70px); }

.posts-list.white .entry-title a {
  color: #fff; }

.posts-list.white .entry-title a:hover {
  color: #a0a0a0; }

.posts-list.white .entry-meta a {
  color: #616161; }
/* WP Search */
.search-form {
  position: relative; }

.search-form input.dir-left {
  padding-right: 50px; }

.search-form input.dir-right {
  padding-left: 50px; }

.search-form input:-webkit-autofill + .search-btn {
  right: 15px; }

[dir="rtl"] .search-form input:-webkit-autofill + .search-btn {
  right: auto;
  left: 15px; }

.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: none;
  padding: 0;
  min-width: inherit; }

.search-form button:hover, .search-form button:focus {
  outline: none; }

[dir="rtl"] .search-form button {
  right: auto;
  left: 0; }
/* Search Form In Popup */
.mfp-content .search-form {
  color: #fff;
  font-size: 20px; }

.mfp-content .search-form input {
  background: transparent;
  border-color: #fff;
  border-width: 0 0 2px 0; }

.mfp-content .search-form input:hover, .mfp-content .search-form input:active, .mfp-content .search-form input:focus {
  border-color: #a0a0a0; }

.mfp-content .search-form input::-webkit-input-placeholder {
  color: #fff; }

.mfp-content .search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

.mfp-content .search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

.mfp-content .search-form input:-ms-input-placeholder {
  color: #fff; }

.mfp-content .search-form button i {
  font-size: 18px;
  color: #fff; }

.mfp-content .search-form button:hover i {
  color: #a0a0a0; }

@media (min-width: 768px) {
      .mfp-content .search-form input {
        width: 570px;
        font-size: 35px;
        padding-bottom: 17px;
        height: auto; }
      .mfp-content .search-form button {
        top: 20px; }
        .mfp-content .search-form button i {
          font-size: 28px; } }
/* Socials */
.oc-social {
  margin: -5px;
  /* Shap */
  /* Size */ }

.oc-social:empty {
  display: none; }

.oc-social span.el-title {
  font-size: 12px;
  font-family: 'Lora', serif;
  font-style: italic;
  letter-spacing: 0.24px; }

.oc-social a {
  margin: 5px;
  padding: 0;
  color: #646464;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: inline-block; }

.oc-social a:hover[class*="facebook"] {
  color: #4990e2 !important; }

.oc-social a:hover[class*="google"] {
  color: #ff4c4c !important; }

.oc-social a:hover[class*="twitter"] {
  color: #2cc7f0 !important; }

.oc-social a:hover[class*="youtube"] {
  color: #e9152f !important; }

.oc-social a:hover[class*="rss"] {
  color: #faa33d !important; }

.oc-social a:hover[class*="skype"] {
  color: #41bbe9 !important; }

.oc-social a:hover[class*="yahoo"] {
  color: #ab47ac !important; }

.oc-social a:hover[class*="dribbble"] {
  color: #ff70b7 !important; }

.oc-social a:hover[class*="flickr"] {
  color: #ff48a3 !important; }

.oc-social a:hover[class*="linkedin"] {
  color: #4c94db !important; }

.oc-social a:hover[class*="vimeo"] {
  color: #35c6ea !important; }

.oc-social a:hover[class*="pinterest"] {
  color: #e13138 !important; }

.oc-social a:hover[class*="github"] {
  color: #3f91cb !important; }

.oc-social a:hover[class*="instagram"] {
  color: #db944c !important; }

.oc-social a:hover[class*="tumblr"] {
  color: #426d9b !important; }

.oc-social a:hover[class*="behance"] {
  color: #1879fd !important; }

.oc-social a:hover[class*="stumbleupon"] {
  color: #ff5c30 !important; }

.oc-social a:hover[class*="dropbox"] {
  color: #17a3eb !important; }

.oc-social a:hover[class*="soundcloud"] {
  color: #ff7e30 !important; }

.oc-social a:hover[class*="lastfm"] {
  color: #f34320 !important; }

.oc-social a:hover[class*="deviantart"] {
  color: #6a8a7b !important; }

.oc-social a:hover[class*="digg"] {
  color: #75788d !important; }

.oc-social a:hover[class*="xing"] {
  color: #1a8e8c !important; }

.oc-social a:hover[class*="share"] {
  color: #25a774 !important; }

.oc-social a:hover[class*="wordpress"] {
  color: #2592c3 !important; }

.oc-social a:hover[class*="delicious"] {
  color: #ff9233 !important; }

.oc-social a:hover[class*="reddit"] {
  color: #377bda !important; }

.oc-social a:hover[class*="apple"] {
  color: #b3b5b8 !important; }

.oc-social a:hover[class*="vk"] {
  color: #4778ac !important; }

.oc-social a:hover[class*="sharethis"] {
  color: #a0a0a0 !important; }

.oc-social.text-colored a[class*="facebook"] {
  color: #4990e2; }

.oc-social.text-colored a[class*="google"] {
  color: #ff4c4c; }

.oc-social.text-colored a[class*="twitter"] {
  color: #2cc7f0; }

.oc-social.text-colored a[class*="youtube"] {
  color: #e9152f; }

.oc-social.text-colored a[class*="rss"] {
  color: #faa33d; }

.oc-social.text-colored a[class*="skype"] {
  color: #41bbe9; }

.oc-social.text-colored a[class*="yahoo"] {
  color: #ab47ac; }

.oc-social.text-colored a[class*="dribbble"] {
  color: #ff70b7; }

.oc-social.text-colored a[class*="flickr"] {
  color: #ff48a3; }

.oc-social.text-colored a[class*="linkedin"] {
  color: #4c94db; }

.oc-social.text-colored a[class*="vimeo"] {
  color: #35c6ea; }

.oc-social.text-colored a[class*="pinterest"] {
  color: #e13138; }

.oc-social.text-colored a[class*="github"] {
  color: #3f91cb; }

.oc-social.text-colored a[class*="instagram"] {
  color: #db944c; }

.oc-social.text-colored a[class*="tumblr"] {
  color: #426d9b; }

.oc-social.text-colored a[class*="behance"] {
  color: #1879fd; }

.oc-social.text-colored a[class*="stumbleupon"] {
  color: #ff5c30; }

.oc-social.text-colored a[class*="dropbox"] {
  color: #17a3eb; }

.oc-social.text-colored a[class*="soundcloud"] {
  color: #ff7e30; }

.oc-social.text-colored a[class*="lastfm"] {
  color: #f34320; }

.oc-social.text-colored a[class*="deviantart"] {
  color: #6a8a7b; }

.oc-social.text-colored a[class*="digg"] {
  color: #75788d; }

.oc-social.text-colored a[class*="xing"] {
  color: #1a8e8c; }

.oc-social.text-colored a[class*="share"] {
  color: #25a774; }

.oc-social.text-colored a[class*="wordpress"] {
  color: #2592c3; }

.oc-social.text-colored a[class*="delicious"] {
  color: #ff9233; }

.oc-social.text-colored a[class*="reddit"] {
  color: #377bda; }

.oc-social.text-colored a[class*="apple"] {
  color: #b3b5b8; }

.oc-social.text-colored a[class*="vk"] {
  color: #4778ac; }

.oc-social.text-colored a[class*="sharethis"] {
  color: #a0a0a0; }

.oc-social.text-colored a:hover {
  color: #fff; }
  .oc-social.text-colored a:hover[class*="facebook"] {
    background-color: #4990e2; }
  .oc-social.text-colored a:hover[class*="google"] {
    background-color: #ff4c4c; }
  .oc-social.text-colored a:hover[class*="twitter"] {
    background-color: #2cc7f0; }
  .oc-social.text-colored a:hover[class*="youtube"] {
    background-color: #e9152f; }
  .oc-social.text-colored a:hover[class*="rss"] {
    background-color: #faa33d; }
  .oc-social.text-colored a:hover[class*="skype"] {
    background-color: #41bbe9; }
  .oc-social.text-colored a:hover[class*="yahoo"] {
    background-color: #ab47ac; }
  .oc-social.text-colored a:hover[class*="dribbble"] {
    background-color: #ff70b7; }
  .oc-social.text-colored a:hover[class*="flickr"] {
    background-color: #ff48a3; }
  .oc-social.text-colored a:hover[class*="linkedin"] {
    background-color: #4c94db; }
  .oc-social.text-colored a:hover[class*="vimeo"] {
    background-color: #35c6ea; }
  .oc-social.text-colored a:hover[class*="pinterest"] {
    background-color: #e13138; }
  .oc-social.text-colored a:hover[class*="github"] {
    background-color: #3f91cb; }
  .oc-social.text-colored a:hover[class*="instagram"] {
    background-color: #db944c; }
  .oc-social.text-colored a:hover[class*="tumblr"] {
    background-color: #426d9b; }
  .oc-social.text-colored a:hover[class*="behance"] {
    background-color: #1879fd; }
  .oc-social.text-colored a:hover[class*="stumbleupon"] {
    background-color: #ff5c30; }
  .oc-social.text-colored a:hover[class*="dropbox"] {
    background-color: #17a3eb; }
  .oc-social.text-colored a:hover[class*="soundcloud"] {
    background-color: #ff7e30; }
  .oc-social.text-colored a:hover[class*="lastfm"] {
    background-color: #f34320; }
  .oc-social.text-colored a:hover[class*="deviantart"] {
    background-color: #6a8a7b; }
  .oc-social.text-colored a:hover[class*="digg"] {
    background-color: #75788d; }
  .oc-social.text-colored a:hover[class*="xing"] {
    background-color: #1a8e8c; }
  .oc-social.text-colored a:hover[class*="share"] {
    background-color: #25a774; }
  .oc-social.text-colored a:hover[class*="wordpress"] {
    background-color: #2592c3; }
  .oc-social.text-colored a:hover[class*="delicious"] {
    background-color: #ff9233; }
  .oc-social.text-colored a:hover[class*="reddit"] {
    background-color: #377bda; }
  .oc-social.text-colored a:hover[class*="apple"] {
    background-color: #b3b5b8; }
  .oc-social.text-colored a:hover[class*="vk"] {
    background-color: #4778ac; }
  .oc-social.text-colored a:hover[class*="sharethis"] {
    background-color: #a0a0a0; }

.oc-social.bg-colored a {
  color: #fff; }

.oc-social.bg-colored a[class*="facebook"] {
  background-color: #4990e2; }

.oc-social.bg-colored a[class*="google"] {
  background-color: #ff4c4c; }

.oc-social.bg-colored a[class*="twitter"] {
  background-color: #2cc7f0; }

.oc-social.bg-colored a[class*="youtube"] {
  background-color: #e9152f; }

.oc-social.bg-colored a[class*="rss"] {
  background-color: #faa33d; }

.oc-social.bg-colored a[class*="skype"] {
  background-color: #41bbe9; }

.oc-social.bg-colored a[class*="yahoo"] {
  background-color: #ab47ac; }

.oc-social.bg-colored a[class*="dribbble"] {
  background-color: #ff70b7; }

.oc-social.bg-colored a[class*="flickr"] {
  background-color: #ff48a3; }

.oc-social.bg-colored a[class*="linkedin"] {
  background-color: #4c94db; }

.oc-social.bg-colored a[class*="vimeo"] {
  background-color: #35c6ea; }

.oc-social.bg-colored a[class*="pinterest"] {
  background-color: #e13138; }

.oc-social.bg-colored a[class*="github"] {
  background-color: #3f91cb; }

.oc-social.bg-colored a[class*="instagram"] {
  background-color: #db944c; }

.oc-social.bg-colored a[class*="tumblr"] {
  background-color: #426d9b; }

.oc-social.bg-colored a[class*="behance"] {
  background-color: #1879fd; }

.oc-social.bg-colored a[class*="stumbleupon"] {
  background-color: #ff5c30; }

.oc-social.bg-colored a[class*="dropbox"] {
  background-color: #17a3eb; }

.oc-social.bg-colored a[class*="soundcloud"] {
  background-color: #ff7e30; }

.oc-social.bg-colored a[class*="lastfm"] {
  background-color: #f34320; }

.oc-social.bg-colored a[class*="deviantart"] {
  background-color: #6a8a7b; }

.oc-social.bg-colored a[class*="digg"] {
  background-color: #75788d; }

.oc-social.bg-colored a[class*="xing"] {
  background-color: #1a8e8c; }

.oc-social.bg-colored a[class*="share"] {
  background-color: #25a774; }

.oc-social.bg-colored a[class*="wordpress"] {
  background-color: #2592c3; }

.oc-social.bg-colored a[class*="delicious"] {
  background-color: #ff9233; }

.oc-social.bg-colored a[class*="reddit"] {
  background-color: #377bda; }

.oc-social.bg-colored a[class*="apple"] {
  background-color: #b3b5b8; }

.oc-social.bg-colored a[class*="vk"] {
  background-color: #4778ac; }

.oc-social.bg-colored a[class*="sharethis"] {
  background-color: #a0a0a0; }

.oc-social.bg-colored a:hover {
  color: #fff !important;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8; }

.oc-social.bg-hover-colored a {
  color: #fff; }

.oc-social.bg-hover-colored a:hover {
  color: #fff !important; }
  .oc-social.bg-hover-colored a:hover[class*="facebook"] {
    background-color: #4990e2; }
  .oc-social.bg-hover-colored a:hover[class*="google"] {
    background-color: #ff4c4c; }
  .oc-social.bg-hover-colored a:hover[class*="twitter"] {
    background-color: #2cc7f0; }
  .oc-social.bg-hover-colored a:hover[class*="youtube"] {
    background-color: #e9152f; }
  .oc-social.bg-hover-colored a:hover[class*="rss"] {
    background-color: #faa33d; }
  .oc-social.bg-hover-colored a:hover[class*="skype"] {
    background-color: #41bbe9; }
  .oc-social.bg-hover-colored a:hover[class*="yahoo"] {
    background-color: #ab47ac; }
  .oc-social.bg-hover-colored a:hover[class*="dribbble"] {
    background-color: #ff70b7; }
  .oc-social.bg-hover-colored a:hover[class*="flickr"] {
    background-color: #ff48a3; }
  .oc-social.bg-hover-colored a:hover[class*="linkedin"] {
    background-color: #4c94db; }
  .oc-social.bg-hover-colored a:hover[class*="vimeo"] {
    background-color: #35c6ea; }
  .oc-social.bg-hover-colored a:hover[class*="pinterest"] {
    background-color: #e13138; }
  .oc-social.bg-hover-colored a:hover[class*="github"] {
    background-color: #3f91cb; }
  .oc-social.bg-hover-colored a:hover[class*="instagram"] {
    background-color: #db944c; }
  .oc-social.bg-hover-colored a:hover[class*="tumblr"] {
    background-color: #426d9b; }
  .oc-social.bg-hover-colored a:hover[class*="behance"] {
    background-color: #1879fd; }
  .oc-social.bg-hover-colored a:hover[class*="stumbleupon"] {
    background-color: #ff5c30; }
  .oc-social.bg-hover-colored a:hover[class*="dropbox"] {
    background-color: #17a3eb; }
  .oc-social.bg-hover-colored a:hover[class*="soundcloud"] {
    background-color: #ff7e30; }
  .oc-social.bg-hover-colored a:hover[class*="lastfm"] {
    background-color: #f34320; }
  .oc-social.bg-hover-colored a:hover[class*="deviantart"] {
    background-color: #6a8a7b; }
  .oc-social.bg-hover-colored a:hover[class*="digg"] {
    background-color: #75788d; }
  .oc-social.bg-hover-colored a:hover[class*="xing"] {
    background-color: #1a8e8c; }
  .oc-social.bg-hover-colored a:hover[class*="share"] {
    background-color: #25a774; }
  .oc-social.bg-hover-colored a:hover[class*="wordpress"] {
    background-color: #2592c3; }
  .oc-social.bg-hover-colored a:hover[class*="delicious"] {
    background-color: #ff9233; }
  .oc-social.bg-hover-colored a:hover[class*="reddit"] {
    background-color: #377bda; }
  .oc-social.bg-hover-colored a:hover[class*="apple"] {
    background-color: #b3b5b8; }
  .oc-social.bg-hover-colored a:hover[class*="vk"] {
    background-color: #4778ac; }
  .oc-social.bg-hover-colored a:hover[class*="sharethis"] {
    background-color: #a0a0a0; }

.oc-social.circle a {
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.oc-social.rounded a {
  text-align: center;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.oc-social.outline a {
  background-color: transparent !important;
  border: 1px solid; }

.oc-social.outline a[class*="facebook"] {
  color: #4990e2 !important; }

.oc-social.outline a[class*="google"] {
  color: #ff4c4c !important; }

.oc-social.outline a[class*="twitter"] {
  color: #2cc7f0 !important; }

.oc-social.outline a[class*="youtube"] {
  color: #e9152f !important; }

.oc-social.outline a[class*="rss"] {
  color: #faa33d !important; }

.oc-social.outline a[class*="skype"] {
  color: #41bbe9 !important; }

.oc-social.outline a[class*="yahoo"] {
  color: #ab47ac !important; }

.oc-social.outline a[class*="dribbble"] {
  color: #ff70b7 !important; }

.oc-social.outline a[class*="flickr"] {
  color: #ff48a3 !important; }

.oc-social.outline a[class*="linkedin"] {
  color: #4c94db !important; }

.oc-social.outline a[class*="vimeo"] {
  color: #35c6ea !important; }

.oc-social.outline a[class*="pinterest"] {
  color: #e13138 !important; }

.oc-social.outline a[class*="github"] {
  color: #3f91cb !important; }

.oc-social.outline a[class*="instagram"] {
  color: #db944c !important; }

.oc-social.outline a[class*="tumblr"] {
  color: #426d9b !important; }

.oc-social.outline a[class*="behance"] {
  color: #1879fd !important; }

.oc-social.outline a[class*="stumbleupon"] {
  color: #ff5c30 !important; }

.oc-social.outline a[class*="dropbox"] {
  color: #17a3eb !important; }

.oc-social.outline a[class*="soundcloud"] {
  color: #ff7e30 !important; }

.oc-social.outline a[class*="lastfm"] {
  color: #f34320 !important; }

.oc-social.outline a[class*="deviantart"] {
  color: #6a8a7b !important; }

.oc-social.outline a[class*="digg"] {
  color: #75788d !important; }

.oc-social.outline a[class*="xing"] {
  color: #1a8e8c !important; }

.oc-social.outline a[class*="share"] {
  color: #25a774 !important; }

.oc-social.outline a[class*="wordpress"] {
  color: #2592c3 !important; }

.oc-social.outline a[class*="delicious"] {
  color: #ff9233 !important; }

.oc-social.outline a[class*="reddit"] {
  color: #377bda !important; }

.oc-social.outline a[class*="apple"] {
  color: #b3b5b8 !important; }

.oc-social.outline a[class*="vk"] {
  color: #4778ac !important; }

.oc-social.outline a[class*="sharethis"] {
  color: #a0a0a0 !important; }

.oc-social.outline a[class*="facebook"] {
  border-color: #4990e2; }

.oc-social.outline a[class*="google"] {
  border-color: #ff4c4c; }

.oc-social.outline a[class*="twitter"] {
  border-color: #2cc7f0; }

.oc-social.outline a[class*="youtube"] {
  border-color: #e9152f; }

.oc-social.outline a[class*="rss"] {
  border-color: #faa33d; }

.oc-social.outline a[class*="skype"] {
  border-color: #41bbe9; }

.oc-social.outline a[class*="yahoo"] {
  border-color: #ab47ac; }

.oc-social.outline a[class*="dribbble"] {
  border-color: #ff70b7; }

.oc-social.outline a[class*="flickr"] {
  border-color: #ff48a3; }

.oc-social.outline a[class*="linkedin"] {
  border-color: #4c94db; }

.oc-social.outline a[class*="vimeo"] {
  border-color: #35c6ea; }

.oc-social.outline a[class*="pinterest"] {
  border-color: #e13138; }

.oc-social.outline a[class*="github"] {
  border-color: #3f91cb; }

.oc-social.outline a[class*="instagram"] {
  border-color: #db944c; }

.oc-social.outline a[class*="tumblr"] {
  border-color: #426d9b; }

.oc-social.outline a[class*="behance"] {
  border-color: #1879fd; }

.oc-social.outline a[class*="stumbleupon"] {
  border-color: #ff5c30; }

.oc-social.outline a[class*="dropbox"] {
  border-color: #17a3eb; }

.oc-social.outline a[class*="soundcloud"] {
  border-color: #ff7e30; }

.oc-social.outline a[class*="lastfm"] {
  border-color: #f34320; }

.oc-social.outline a[class*="deviantart"] {
  border-color: #6a8a7b; }

.oc-social.outline a[class*="digg"] {
  border-color: #75788d; }

.oc-social.outline a[class*="xing"] {
  border-color: #1a8e8c; }

.oc-social.outline a[class*="share"] {
  border-color: #25a774; }

.oc-social.outline a[class*="wordpress"] {
  border-color: #2592c3; }

.oc-social.outline a[class*="delicious"] {
  border-color: #ff9233; }

.oc-social.outline a[class*="reddit"] {
  border-color: #377bda; }

.oc-social.outline a[class*="apple"] {
  border-color: #b3b5b8; }

.oc-social.outline a[class*="vk"] {
  border-color: #4778ac; }

.oc-social.outline a[class*="sharethis"] {
  border-color: #a0a0a0; }

.oc-social.outline a:hover {
  color: #fff !important; }
  .oc-social.outline a:hover[class*="facebook"] {
    background-color: #4990e2 !important; }
  .oc-social.outline a:hover[class*="google"] {
    background-color: #ff4c4c !important; }
  .oc-social.outline a:hover[class*="twitter"] {
    background-color: #2cc7f0 !important; }
  .oc-social.outline a:hover[class*="youtube"] {
    background-color: #e9152f !important; }
  .oc-social.outline a:hover[class*="rss"] {
    background-color: #faa33d !important; }
  .oc-social.outline a:hover[class*="skype"] {
    background-color: #41bbe9 !important; }
  .oc-social.outline a:hover[class*="yahoo"] {
    background-color: #ab47ac !important; }
  .oc-social.outline a:hover[class*="dribbble"] {
    background-color: #ff70b7 !important; }
  .oc-social.outline a:hover[class*="flickr"] {
    background-color: #ff48a3 !important; }
  .oc-social.outline a:hover[class*="linkedin"] {
    background-color: #4c94db !important; }
  .oc-social.outline a:hover[class*="vimeo"] {
    background-color: #35c6ea !important; }
  .oc-social.outline a:hover[class*="pinterest"] {
    background-color: #e13138 !important; }
  .oc-social.outline a:hover[class*="github"] {
    background-color: #3f91cb !important; }
  .oc-social.outline a:hover[class*="instagram"] {
    background-color: #db944c !important; }
  .oc-social.outline a:hover[class*="tumblr"] {
    background-color: #426d9b !important; }
  .oc-social.outline a:hover[class*="behance"] {
    background-color: #1879fd !important; }
  .oc-social.outline a:hover[class*="stumbleupon"] {
    background-color: #ff5c30 !important; }
  .oc-social.outline a:hover[class*="dropbox"] {
    background-color: #17a3eb !important; }
  .oc-social.outline a:hover[class*="soundcloud"] {
    background-color: #ff7e30 !important; }
  .oc-social.outline a:hover[class*="lastfm"] {
    background-color: #f34320 !important; }
  .oc-social.outline a:hover[class*="deviantart"] {
    background-color: #6a8a7b !important; }
  .oc-social.outline a:hover[class*="digg"] {
    background-color: #75788d !important; }
  .oc-social.outline a:hover[class*="xing"] {
    background-color: #1a8e8c !important; }
  .oc-social.outline a:hover[class*="share"] {
    background-color: #25a774 !important; }
  .oc-social.outline a:hover[class*="wordpress"] {
    background-color: #2592c3 !important; }
  .oc-social.outline a:hover[class*="delicious"] {
    background-color: #ff9233 !important; }
  .oc-social.outline a:hover[class*="reddit"] {
    background-color: #377bda !important; }
  .oc-social.outline a:hover[class*="apple"] {
    background-color: #b3b5b8 !important; }
  .oc-social.outline a:hover[class*="vk"] {
    background-color: #4778ac !important; }
  .oc-social.outline a:hover[class*="sharethis"] {
    background-color: #a0a0a0 !important; }

.oc-social.outline.white a {
  background-color: transparent;
  border-color: #e6e6e6;
  color: #fff !important; }

.oc-social.outline.white a:hover {
  border-color: #fff;
  background: #fff;
  color: #e6e6e6 !important; }

.oc-social.small a {
  width: 20px;
  height: 20px;
  line-height: 20px; }

.oc-social.smedium a {
  width: 34px;
  height: 34px;
  line-height: 34px; }

.oc-social.medium a {
  width: 45px;
  height: 45px;
  line-height: 45px; }

.oc-social.large {
  margin: -10px; }

.oc-social.large a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 10px; }

.oc-social.xlarge a {
  width: 60px;
  height: 60px;
  line-height: 60px; }
/* User social */
.user-socials {
  margin: 0 -15px; }

.user-socials a {
  padding: 3px 15px;
  color: #5d5d5d;
  font-size: 15px; }

.user-socials a:hover[class*="facebook"] {
  color: #4990e2; }

.user-socials a:hover[class*="google"] {
  color: #ff4c4c; }

.user-socials a:hover[class*="twitter"] {
  color: #2cc7f0; }

.user-socials a:hover[class*="youtube"] {
  color: #e9152f; }

.user-socials a:hover[class*="rss"] {
  color: #faa33d; }

.user-socials a:hover[class*="skype"] {
  color: #41bbe9; }

.user-socials a:hover[class*="yahoo"] {
  color: #ab47ac; }

.user-socials a:hover[class*="dribbble"] {
  color: #ff70b7; }

.user-socials a:hover[class*="flickr"] {
  color: #ff48a3; }

.user-socials a:hover[class*="linkedin"] {
  color: #4c94db; }

.user-socials a:hover[class*="vimeo"] {
  color: #35c6ea; }

.user-socials a:hover[class*="pinterest"] {
  color: #e13138; }

.user-socials a:hover[class*="github"] {
  color: #3f91cb; }

.user-socials a:hover[class*="instagram"] {
  color: #db944c; }

.user-socials a:hover[class*="tumblr"] {
  color: #426d9b; }

.user-socials a:hover[class*="behance"] {
  color: #1879fd; }

.user-socials a:hover[class*="stumbleupon"] {
  color: #ff5c30; }

.user-socials a:hover[class*="dropbox"] {
  color: #17a3eb; }

.user-socials a:hover[class*="soundcloud"] {
  color: #ff7e30; }

.user-socials a:hover[class*="lastfm"] {
  color: #f34320; }

.user-socials a:hover[class*="deviantart"] {
  color: #6a8a7b; }

.user-socials a:hover[class*="digg"] {
  color: #75788d; }

.user-socials a:hover[class*="xing"] {
  color: #1a8e8c; }

.user-socials a:hover[class*="share"] {
  color: #25a774; }

.user-socials a:hover[class*="wordpress"] {
  color: #2592c3; }

.user-socials a:hover[class*="delicious"] {
  color: #ff9233; }

.user-socials a:hover[class*="reddit"] {
  color: #377bda; }

.user-socials a:hover[class*="apple"] {
  color: #b3b5b8; }

.user-socials a:hover[class*="vk"] {
  color: #4778ac; }

.user-socials a:hover[class*="sharethis"] {
  color: #a0a0a0; }
/* tags cloud */
.tagcloud {
  margin: 0 -3px -5px -3px; }

.tagcloud > a {
  font-size: 12px !important;
  font-style: italic;
  line-height: 28px;
  border: 1px solid rgba(34, 34, 34, 0.07);
  padding: 0 10px;
  margin: 5px 3px;
  display: inline-block; }

.tagcloud > a:hover {
  border-color: #a0a0a0;
  background-color: #a0a0a0;
  color: #fff; }
/* Recent Comments */
.widget_recent_comments li {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6; }

.widget_recent_comments li:last-child {
  padding-bottom: 0;
  border-bottom: 0; }

.widget_recent_comments li:before {
  color: #a0a0a0;
  content: '\f178\00a0\00a0';
  display: inline-block;
  font-size: 11px;
  font-family: 'FontAwesome'; }

[dir="rtl"] .widget_recent_comments li:before {
  content: '\f177\00a0\00a0'; }

.widget_recent_comments .recentcomments a {
  display: inline-block; }

.widget_recent_comments a:after {
  display: none; }
/* Recent Post */
.widget_recent_entries .post-date {
  display: block; }
/* RSS */
.widget_rss > ul > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6; }

.widget_rss > ul > li:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.widget_rss .rsswidget {
  font-weight: 700; }

.widget_rss .rss-date {
  display: block;
  font-style: italic;
  color: #616161; }

.widget_rss cite {
  color: #000; }
/* Share this */
.st-logo {
  display: none !important; }
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

img.image-fit {
  height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -moz-object-fit: cover;
  -ms-filter-object-fit: cover;
  -webkit-object-fit: cover; }

img.bw {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

img.bw:hover {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none; }

img[style="visibility:hidden"] {
  display: none !important; }

img[width="1"], img[height="1"] {
  width: 100%;
  height: 100%; }

.circle, .image-circle, .img-circle {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.overlay-wrap:hover .bw {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none; }

.wp-video {
  width: auto !important; }

embed, iframe, object, video {
  max-width: 100%;
  vertical-align: top; }

.custom-logo-link {
  display: inline-block; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic; }

.wp-caption-text {
  text-align: center; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-caption {
  display: block; }
/*--------------------------------------------------------------
 # Comments
 --------------------------------------------------------------*/
#comments > .oc-box-shadow {
  padding-top: 24px;
  padding-bottom: 24px; }

.comment {
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  /* Replied comment */ }

.comment:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0; }

.comment .comment {
  padding-top: 30px;
  margin-top: 24px;
  border-top: 1px solid #e6e6e6; }

.comment .comment:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0; }

@media (min-width: 992px) {
      .comment .comment {
        margin-left: 20px; } }

.comment-avatar img {
  margin-bottom: 30px; }

.comment-avatar:empty {
  display: none; }

.comment-header {
  padding-bottom: 10px; }

.comment-author-name {
  font-size: 13px;
  margin-bottom: 3px; }

.comment-time {
  font-family: 'Lora', serif;
  font-style: italic; }

.comment-link {
  color: #a0a0a0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 -15px;
  padding-top: 8px;
  letter-spacing: 0.26px; }

.comment-link a {
  color: #a0a0a0;
  margin: 0 15px; }

.comment-link a:hover {
  color: #000; }

#cancel-comment-reply-link, .logged-in-as a + a {
  color: red; }

.comment-list + .no-comments {
  padding-top: 30px; }

.no-comments {
  color: red; }
/* Comment Form */
.comment-form-author, .comment-form-email {
  margin-bottom: 33px; }

.comment-form-url {
  margin-bottom: 46px; }

.form-submit {
  margin-top: 30px; }

.form-submit .submit {
  width: 100%; }
/*--------------------------------------------------------------
 # Sidebar Area 
 --------------------------------------------------------------*/
@media (max-width: 991px) {
    #oc-sidebar-area {
      margin-top: 50px; } }

.sidebar-inner {
  background-color: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 15px; }

@media (min-width: 1200px) {
    .sidebar-inner {
      padding: 42px 50px 50px; } }

.sidebar-inner .widget {
  margin-bottom: 48px; }

.sidebar-inner .widget:last-child {
  margin-bottom: 0; }

.sidebar-inner .widget.widget_search {
  margin-bottom: 55px; }

.sidebar-inner .widget.widget_text {
  font-family: 'Lora', serif; }

.sidebar-inner .widget.widget_tag_cloud {
  margin-bottom: 55px; }

.sidebar-inner .widget.widget_categories .wg-title {
  margin-bottom: 5px; }
/*--------------------------------------------------------------
 # Footer
 --------------------------------------------------------------*/
.oc-footer {
  margin-top: 90px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #222; }

.oc-footer a {
  color: #a0a0a0; }

.oc-footer h1, .oc-footer h2, .oc-footer h3, .oc-footer h4, .oc-footer h5, .oc-footer h6, .oc-footer .h1, .oc-footer .h2, .oc-footer .h3, .oc-footer .h4, .oc-footer .h5, .oc-footer .h6 {
  color: #fff; }

.oc-footer .wg-title, .oc-footer .widgettitle, .oc-footer .vc_custom_heading {
  background: none;
  font-size: 13px !important;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 29px;
  letter-spacing: 0.26px; }

.oc-footer .widget_ef_recent_posts .entry-title a {
  color: #fff; }

.oc-footer .entry-meta a {
  color: #616161; }

.copyright {
  font-size: 14px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic; }

a.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #a0a0a0;
  color: #fff;
  z-index: 99;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

[dir="rtl"] a.scroll-top {
  right: auto;
  left: 20px; }
/*--------------------------------------------------------------
 # VC Elements
 --------------------------------------------------------------*/
/* parallax */
.vc_parallax .parallax_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.vc_parallax[data-vc-parallax="1"] .vc_parallax-inner {
  background-attachment: fixed; }
/* VC Row */
.vc_row {
  /* parallax */
  /* Gutters */
  /* Custom Text color */
  /* Horizontal Alignment */
  /* Custom column width */ }

@media (min-width: 768px) {
      .vc_row.row-col-auto {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .vc_row.row-col-auto > .wpb_column[class*='vc_col'] {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          width: auto;
          max-width: none; } }

.vc_row.vc-gutters-50 {
  margin-left: -25px;
  margin-right: -25px; }

.vc_row.vc-gutters-50 > .vc_column_container > .vc_column-inner {
  padding-left: 25px;
  padding-right: 25px; }

@media (min-width: 992px) {
      .vc_row.vc-gutters-80 {
        margin-left: -40px;
        margin-right: -40px; }
        .vc_row.vc-gutters-80 > .vc_column_container > .vc_column-inner {
          padding-left: 40px;
          padding-right: 40px; } }

@media (min-width: 1200px) {
      .vc_row.vc-gutters-100 {
        margin-left: -50px;
        margin-right: -50px; }
        .vc_row.vc-gutters-100 > .vc_column_container > .vc_column-inner {
          padding-left: 50px;
          padding-right: 50px; } }

@media (min-width: 1600px) {
      .vc_row.vc-gutters-100 {
        margin-left: -100px;
        margin-right: -100px; }
        .vc_row.vc-gutters-100 > .vc_column_container > .vc_column-inner {
          padding-left: 100px;
          padding-right: 100px; } }

@media (min-width: 1600px) {
      .vc_row.vc-gutters-120 {
        margin-left: -120px;
        margin-right: -120px; }
        .vc_row.vc-gutters-120 > .vc_column_container > .vc_column-inner {
          padding-left: 120px;
          padding-right: 120px; } }

@media (min-width: 1200px) {
      .vc_row.vc-gutters-120 {
        margin-left: -60px;
        margin-right: -60px; }
        .vc_row.vc-gutters-120 > .vc_column_container > .vc_column-inner {
          padding-left: 60px;
          padding-right: 60px; } }

.vc_row.row-custom-color h1, .vc_row.row-custom-color h2, .vc_row.row-custom-color h3, .vc_row.row-custom-color h4, .vc_row.row-custom-color h5, .vc_row.row-custom-color h6, .vc_row.row-custom-color .h1, .vc_row.row-custom-color .h2, .vc_row.row-custom-color .h3, .vc_row.row-custom-color .h4, .vc_row.row-custom-color .h5, .vc_row.row-custom-color .h6 {
  color: inherit; }

.vc_row[class*='justify-content-']:before, .vc_row[class^='justify-content-']:before, .vc_row[class*='justify-content-']:after, .vc_row[class^='justify-content-']:after {
  display: none; }

@media (min-width: 400px) and (max-width: 767px) {
      .vc_row .vc_col-xs-6 {
        width: 50%; } }

@media (max-width: 399px) {
      .vc_row .vc_col-xs-6 {
        width: 100%; } }
/* VC Columns */
.wpb_column {
  /* Custom Text color */
  /* Column Outline */
  /* Col Full Left */ }

.wpb_column.col-custom-color *:not(.btn) {
  color: inherit !important; }

.wpb_column[class*="outline-"] {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative; }

.wpb_column[class*="outline-"]:before, .wpb_column[class*="outline-"]:after {
  content: "";
  display: none;
  background-color: #f0f0f0;
  position: absolute; }

.wpb_column[class*="outline-"][class*="-r"]:before {
  width: 1px;
  top: 0;
  bottom: 15px;
  right: 0; }

.wpb_column[class*="outline-"][class*="-b"]:after {
  height: 1px;
  left: 15px;
  right: 15px;
  bottom: 0; }

.wpb_column[class*="outline-"].outline-color2:before, .wpb_column[class*="outline-"].outline-color2:after {
  background-color: rgba(206, 206, 206, 0.3); }

@media (min-width: 1200px) {
      .wpb_column[class*="outline-"][class*='lg-r']:before {
        display: block; }
      .wpb_column[class*="outline-"][class*='lg-b']:after {
        display: block; } }

@media (min-width: 992px) and (max-width: 1199px) {
      .wpb_column[class*="outline-"][class*='md-r']:before {
        display: block; }
      .wpb_column[class*="outline-"][class*='md-b']:after {
        display: block; } }

@media (min-width: 768px) and (max-width: 991px) {
      .wpb_column[class*="outline-"][class*='sm-r']:before {
        display: block; }
      .wpb_column[class*="outline-"][class*='sm-b']:after {
        display: block; } }

@media (min-width: 0px) and (max-width: 767px) {
      .wpb_column[class*="outline-"][class*='xs-r']:before {
        display: block; }
      .wpb_column[class*="outline-"][class*='xs-b']:after {
        display: block; } }

@media (min-width: 992px) {
    .wpb_column.full-left, .wpb_column.full-right {
      position: absolute;
      top: 0;
      bottom: 0; }
    .wpb_column.full-left {
      left: 0; }
    .wpb_column.full-right {
      right: 0; } }

.rtl .wpb_column {
  /* Col Full Left */ }

@media (min-width: 992px) {
    .rtl .wpb_column.full-left {
      right: 0;
      left: auto; }
    .rtl .wpb_column.full-right {
      left: 0;
      right: auto; } }

.wpb_content_element.wpb_gmaps_widget .wpb_wrapper {
  padding: 0; }

.wpb_content_element.wpb_text_column {
  margin-bottom: 0; }
/*VC Custom Heading */
.vc_custom_heading a:hover {
  filter: alpha(opacity=1 !important * 100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1 !important * 100)";
  -webkit-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -ms-opacity: 1 !important;
  -o-opacity: 1 !important;
  opacity: 1 !important; }
/* VC TTA */
body.wpb-js-composer .vc_tta.vc_general {
  /* VC Accordion */
  /* VC Tabs */
  /* VC Tour */ }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-theme .vc_tta-panel {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.1);
  -khtml-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.1);
  -ms-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.1);
  -o-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.1); }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-theme .vc_tta-panel-title {
  font-size: 16px;
  font-weight: 700; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-theme .vc_tta-panel-title > a {
  padding-top: 26px;
  padding-bottom: 26px; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-theme .vc_tta-panel-title.vc_tta-controls-icon-position-left > a {
  padding-left: 68px; }
  body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-theme .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 28px; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-theme .vc_tta-controls-icon {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-theme .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
  left: 5px;
  right: 5px; }
  body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-theme .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
    top: 5px;
    bottom: 5px; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-theme .vc_tta-panel-body {
  padding: 0px 28px 22px;
  margin-top: -5px; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-theme.stroke .vc_tta-panel {
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
  -khtml-box-shadow: 0 0 0 1px #e6e6e6;
  -moz-box-shadow: 0 0 0 1px #e6e6e6;
  -ms-box-shadow: 0 0 0 1px #e6e6e6;
  -o-box-shadow: 0 0 0 1px #e6e6e6;
  box-shadow: 0 0 0 1px #e6e6e6; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-shape-theme .vc_tta-panel {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-shape-theme.square .vc_tta-panel {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-color-theme .vc_tta-panel {
  background-color: #fff; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-color-theme .vc_tta-controls-icon {
  background-color: #a0a0a0; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-color-theme .vc_tta-controls-icon.vc_tta-controls-icon-plus:before, body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-color-theme .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
  border-color: #fff; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #a5a5a5; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme .vc_tta-tabs-list, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme .vc_tta-panel-heading {
  margin: 0 -10px 20px; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme .vc_tta-tabs-list li, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme .vc_tta-panel-heading li, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme .vc_tta-tabs-list .vc_tta-panel-heading, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme .vc_tta-panel-heading .vc_tta-panel-heading {
  margin: 0 10px; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme .vc_tta-tabs-list li, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme .vc_tta-panel-heading {
  border: none; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme .vc_tta-tabs-list li a, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme .vc_tta-panel-heading a {
  border: none;
  padding: 4px 10px;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.26px; }
  body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme .vc_tta-tabs-list li a .vc_tta-icon, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme .vc_tta-panel-heading a .vc_tta-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    display: block;
    margin: 0 auto 12px;
    clear: both;
    text-align: center;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
    body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme .vc_tta-tabs-list li a .vc_tta-icon + .vc_tta-title-text, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme .vc_tta-panel-heading a .vc_tta-icon + .vc_tta-title-text {
      margin: 0; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-theme .vc_tta-panel-body {
  border: none; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-tabs-list li a, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-panel a {
  color: #000; }
  body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-tabs-list li a .vc_tta-icon, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-panel a .vc_tta-icon {
    color: #fff;
    background-color: #000; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-tabs-list li:hover .vc_tta-panel-title > a, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-panel:hover .vc_tta-panel-title > a, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-tabs-list li.vc_active .vc_tta-panel-title > a, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-panel.vc_active .vc_tta-panel-title > a, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-tabs-list li:hover a, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-panel:hover a, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-tabs-list li.vc_active a, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-panel.vc_active a {
  color: #a0a0a0;
  border-bottom-color: #a0a0a0; }
  body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-tabs-list li:hover .vc_tta-panel-title > a .vc_tta-icon, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-panel:hover .vc_tta-panel-title > a .vc_tta-icon, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-tabs-list li.vc_active .vc_tta-panel-title > a .vc_tta-icon, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-icon, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-tabs-list li:hover a .vc_tta-icon, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-panel:hover a .vc_tta-icon, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-tabs-list li.vc_active a .vc_tta-icon, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-color-theme .vc_tta-panel.vc_active a .vc_tta-icon {
    background-color: #a0a0a0; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-tabs-list, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-tabs-list {
  margin: 0;
  position: relative; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-tabs-list li, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-tabs-list li {
  position: relative;
  padding-right: 18px; }
  body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-tabs-list li:before, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-tabs-list li:before {
    content: '';
    display: block;
    width: 1px;
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    bottom: 0; }
  body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-tabs-list li a, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-tabs-list li a {
    border-bottom: none; }
  body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-tabs-list li:hover:before, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-tabs-list li:hover:before, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-tabs-list li.vc_active:before, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-tabs-list li.vc_active:before {
    width: 2px;
    background-color: #a0a0a0; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-panel-heading, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-panel-heading {
  margin-left: 0;
  margin-right: 0; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-tabs-list li a .vc_tta-icon, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-tabs-list li a .vc_tta-icon, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-panel-heading a .vc_tta-icon, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-panel-heading a .vc_tta-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 0 10px;
  font-size: 16px; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-panel-body, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-panel-body {
  padding: 0; }

@media (max-width: 768px) {
        body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-panel:not(last-child) .vc_tta-panel-body, body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-panel:not(last-child) .vc_tta-panel-body {
          padding-bottom: 30px; } }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme {
  text-align: left; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-tabs-list li:before {
  right: 0; }

@media (max-width: 768px) {
          body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-panel-heading {
            text-align: left; } }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-panel-body {
  padding-left: 20px; }

@media (min-width: 992px) {
          body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-panel-body {
            padding-left: 46px; } }

@media (max-width: 768px) {
          body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left.vc_tta-style-theme .vc_tta-panel-body {
            padding-left: 0; } }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme {
  text-align: right; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-tabs-list li {
  padding-right: 0;
  padding-left: 18px; }
  body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-tabs-list li:before {
    left: 0; }

@media (max-width: 768px) {
        body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-panel-heading {
          text-align: right; } }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-panel-body {
  padding-right: 20px; }

@media (min-width: 992px) {
          body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-panel-body {
            padding-right: 46px; } }

@media (max-width: 768px) {
          body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-right.vc_tta-style-theme .vc_tta-panel-body {
            padding-right: 0; } }
/* VC Progress Bar */
.vc_progress_bar.wpb_content_element {
  margin-bottom: 0; }

.vc_progress_bar.wpb_content_element .vc_single_bar {
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 34px;
  background: transparent;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.vc_progress_bar.wpb_content_element .vc_single_bar:after, .vc_progress_bar.wpb_content_element .vc_single_bar .vc_bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  height: 4px; }

.vc_progress_bar.wpb_content_element .vc_single_bar:after {
  content: '';
  display: block;
  background-color: #eee; }

.vc_progress_bar.wpb_content_element .vc_single_bar .vc_bar {
  background: #a0a0a0;
  z-index: 1;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.vc_progress_bar.wpb_content_element .vc_single_bar .vc_label {
  text-shadow: 0 0 0 transparent;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  padding: 0 0 6px; }

.vc_progress_bar.wpb_content_element .vc_single_bar .vc_label span {
  color: #9b9b9b;
  font-family: 'droid_serifbold_italic';
  float: right; }

.rtl .vc_progress_bar.wpb_content_element .vc_single_bar .vc_label span {
  float: left; }
/* VC Pie */
.vc_pie_chart {
  max-width: 207.5px;
  margin-left: auto;
  margin-right: auto; }

.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
  border: 0;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back:before, .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back:before {
  border: 3px solid #ebebeb;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back:after {
  background-color: #a0a0a0;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -khtml-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); }

.vc_pie_chart .vc_pie_wrapper .vc-pie-icon, .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value {
  color: #a0a0a0;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.vc_pie_chart .vc_pie_wrapper .vc-pie-icon + .vc_pie_chart_value, .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value + .vc_pie_chart_value {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }

.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value {
  width: auto !important;
  height: auto !important;
  line-height: 1 !important; }

.vc_pie_chart .wpb_pie_chart_heading {
  font-size: 16px;
  margin-top: 38px; }

.vc_pie_chart:hover .vc_pie_chart_back:before {
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -khtml-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); }

.vc_pie_chart:hover .vc_pie_chart_back:after {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.vc_pie_chart:hover .vc-pie-icon, .vc_pie_chart:hover .vc_pie_chart_value {
  color: #fff; }
/* VC Content Elements */
.wpb_content_element.wpb_single_image {
  margin-bottom: 0; }
/**
 * VC Basic Grid 
 * All custom style 
 */
/* Filter */
.vc_grid-filter.vc_grid-filter-theme {
  margin: 0 0 33px; }

.vc_grid-filter.vc_grid-filter-theme .vc_grid-filter-item {
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.26px;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.vc_grid-filter.vc_grid-filter-theme .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-theme .vc_grid-filter-item.vc_active {
  background-color: transparent;
  color: #a0a0a0; }

.vc_grid-filter.vc_grid-filter-theme.vc_grid-filter-size-md .vc_grid-filter-item {
  font-size: 13px;
  padding: 0 15px; }

.vc_grid-filter.vc_grid-filter-theme.vc_grid-filter-color-grey .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-theme.vc_grid-filter-color-grey .vc_grid-filter-item.vc_active {
  background-color: transparent;
  color: #a0a0a0; }
  .vc_grid-filter.vc_grid-filter-theme.vc_grid-filter-color-grey .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-theme.vc_grid-filter-color-grey .vc_grid-filter-item.vc_active > span {
    color: #a0a0a0; }

.vc_grid-filter.vc_grid-filter-theme.vc_grid-filter-color-grey.white .vc_grid-filter-item {
  color: #fff; }
/* Animated Block */
.vc_gitem-animated-block {
  overflow: hidden; }

.vc_gitem-animated-block.vc_gitem-animate-theme .vc_gitem-zone-b {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  position: absolute;
  display: block;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }
/* Paginate */
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_theme {
  margin-left: -5px;
  margin-right: -5px;
  font-family: 'droid_serifbold'; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_theme > li {
  margin-left: 5px;
  margin-right: 5px; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_theme.vc_grid-pagination-color-grey > li {
  border-color: transparent !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_theme.vc_grid-pagination-color-grey > li > a {
  color: #646464 !important;
  font-size: 20px;
  line-height: 47px;
  min-width: 51px;
  padding: 0 10px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(100, 100, 100, 0.2) !important;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_theme.vc_grid-pagination-color-grey > li:hover > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_theme.vc_grid-pagination-color-grey > li.vc_grid-active > a {
  border-color: #a0a0a0 !important;
  background-color: #a0a0a0 !important;
  color: #fff !important; }
/* Load More Button */
.vc_grid:not([class*="vc_grid-gutter-"]) .vc_pageable-load-more-btn {
  margin-top: 50px; }
/* VC Masony Grid */
.vc_masonry_grid .vc_col-sm-theme {
  width: 100%; }

@media (min-width: 768px) {
      .vc_masonry_grid .vc_col-sm-theme {
        width: 25%; }
        .vc_masonry_grid .vc_col-sm-theme:nth-child(12n - 6), .vc_masonry_grid .vc_col-sm-theme:nth-child(12n - 9) {
          width: 50%; } }

/* Animated block */

.vc_grid-item-mini .vc_gitem-animate-none .vc_gitem-zone-b {
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

/* Grid Item Parallax */

.vc_grid-item.parallax .vc_gitem-zone-a, .vc_grid-item.p-parallax .vc_gitem-zone-a {
  background-attachment: fixed;
  background-position: center; }
/* VC GItem Taxo */
.vc_gitem-entry-meta a {
  color: inherit; }
/* OC Google Maps */
#oc-markerLayer img {
  -webkit-animation: buttonRing 1.5s linear infinite;
  -khtml-animation: buttonRing 1.5s linear infinite;
  -moz-animation: buttonRing 1.5s linear infinite;
  -ms-animation: buttonRing 1.5s linear infinite;
  -o-animation: buttonRing 1.5s linear infinite;
  animation: buttonRing 1.5s linear infinite;
  -webkit-transform-origin: center;
  -khtml-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center; }
/* OC Timeline */
.oc-timeline-item .tl-content {
  padding-bottom: 57px; }

.oc-timeline-item .tl-img {
  margin-bottom: 25px; }

.oc-timeline-item:last-child .tl-content {
  padding-bottom: 0; }

@media (min-width: 576px) {
    .oc-timeline-item .tl-content {
      position: relative;
      padding-left: 42px !important; }
      .oc-timeline-item .tl-content .tl-title {
        color: #282828; }
        .oc-timeline-item .tl-content .tl-title > span {
          position: absolute;
          left: 0; }
      .oc-timeline-item .tl-content:before {
        content: '';
        display: block;
        width: 2px;
        background-color: #cecece;
        position: absolute;
        left: 8px;
        top: 30px;
        bottom: 0; } }
/* OC Video */
.oc-video-wrapper .oc-button-wrapper {
  padding-top: 25px; }

.oc-video-wrapper .oc-video-popup-wrap {
  margin-top: 30px; }

.oc-video-wrapper .oc-video-popup-wrap:first-child {
  margin-top: 0; }

.oc-video-wrapper .oc-video-shortcode {
  position: relative; }

.oc-video-wrapper .oc-video-shortcode .mejs-overlay-button:hover {
  cursor: pointer; }

.oc-video-wrapper .ocpopupvideo {
  padding: 20px;
  background-color: #a0a0a0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.oc-video-wrapper .ocpopupvideo:hover {
  background-color: #000; }

.oc-video-wrapper.play-style2 .ocpopupvideo {
  background-color: #000; }

.oc-video-wrapper.play-style2 .ocpopupvideo:hover {
  background-color: #a0a0a0; }

.mfp-inline-holder .mfp-content {
  display: inline-block;
  width: auto; }

.mfp-inline-holder .mfp-content .oc-video-popup {
  text-align: center;
  margin: auto;
  width: 70vw;
  height: 60vh; }

.mfp-inline-holder .mfp-content .oc-video-popup embed, .mfp-inline-holder .mfp-content .oc-video-popup iframe, .mfp-inline-holder .mfp-content .oc-video-popup object, .mfp-inline-holder .mfp-content .oc-video-popup video {
  vertical-align: middle;
  width: 75vw;
  height: 60vh; }

.mfp-close-btn-in .mfp-close {
  color: red; }

.mfp-close-btn-in .mfp-close:hover {
  color: white;
  background-color: red; }
/* OC Newsletter */
.oc-newsletter:not(.widget) .tnp form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.oc-newsletter:not(.widget) .tnp form input.tnp-email {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  background: transparent;
  color: #fff; }

.oc-newsletter:not(.widget) .tnp form input.tnp-email::-webkit-input-placeholder {
  color: #fff; }

.oc-newsletter:not(.widget) .tnp form input.tnp-email:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

.oc-newsletter:not(.widget) .tnp form input.tnp-email::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

.oc-newsletter:not(.widget) .tnp form input.tnp-email:-ms-input-placeholder {
  color: #fff; }

@media (max-width: 576px) {
        .oc-newsletter:not(.widget) .tnp form input.tnp-email {
          text-align: center; } }

.oc-newsletter:not(.widget) .tnp form input.tnp-submit {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #a0a0a0;
  border-color: #a0a0a0; }

@media (max-width: 576px) {
        .oc-newsletter:not(.widget) .tnp form input.tnp-submit {
          padding-left: 10px;
          padding-right: 10px;
          width: calc(100% - 30px);
          margin-top: 15px; } }

.oc-newsletter.widget {
  margin-bottom: 0; }
/* OC Clients */
.oc-clients-wrap .client-logo {
  display: block; }

.oc-clients-wrap .iphone-showcase .owl-stage-outer:before {
  content: "";
  display: block;
  width: 270px;
  height: 100%;
  background-image: url(../images/iphone-wrap2.png);
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99; }

.oc-clients-wrap .iphone-showcase .client-item {
  padding: 54px 0;
  text-align: center; }

.oc-clients-wrap .iphone-showcase img {
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  margin: auto; }

.oc-clients-wrap .app-icons .client-item:hover img {
  -webkit-transform: translateY(-20px);
  -khtml-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
/* OC Grid */
.oc-item {
  position: relative;
  margin-bottom: 30px; }

.owl-item .oc-item {
  margin-bottom: 0; }

.owl-item .oc-item-inner {
  margin-bottom: 30px; }

.owl-item .oc-item-inner:last-child {
  margin-bottom: 0; }
/* OC Posts */
.oc-blog-carousel-wrap .owl-dots {
  margin-top: 37px; }
/* OC Counter */
.oc-counter-wraper > .row {
  margin: -15px; }

.counter-item {
  padding: 15px; }

.counter-icon {
  font-size: 40px;
  color: #a0a0a0; }

.counter-icon i, .counter-icon i:before {
  display: contents; }

.oc-counter-wrap {
  font-family: 'Lora', serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin: 12px 0 18px;
  color: #000;
  letter-spacing: 1px; }

.oc-counter-wrap .prefix, .oc-counter-wrap .suffix {
  font-size: 75%; }

.counter-title {
  font-size: 13px;
  font-weight: 800;
  margin: 0;
  color: #9b9b9b;
  letter-spacing: 0.26px; }

.counter-desc {
  margin-top: 20px; }

.oc-counter-wraper.white {
  color: #fff; }

.oc-counter-wraper.white .counter-title, .oc-counter-wraper.white .oc-counter-wrap {
  color: #fff; }

.oc-counter-wraper.gradient .counter-icon, .oc-counter-wraper.gradient .oc-counter-wrap, .oc-counter-wraper.gradient .counter-title {
  background: -webkit-gradient(linear, left top, right top, color-stop(32%, #1ebbf0), color-stop(100%, #39dfaa));
  background: -webkit-linear-gradient(left, #1ebbf0 32%, #39dfaa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
/* OC Pricing Table */
.oc-pricing {
  padding: 25px 30px 30px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(40, 40, 40, 0.1);
  -khtml-box-shadow: 0 2px 3px 0 rgba(40, 40, 40, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(40, 40, 40, 0.1);
  -ms-box-shadow: 0 2px 3px 0 rgba(40, 40, 40, 0.1);
  -o-box-shadow: 0 2px 3px 0 rgba(40, 40, 40, 0.1);
  box-shadow: 0 2px 3px 0 rgba(40, 40, 40, 0.1); }

@media (min-width: 1200px) {
    .oc-pricing {
      padding: 45px 50px 50px; } }

.oc-pricing .pricing-img.img-top {
  margin-bottom: 20px; }

.oc-pricing .pricing-img + .featured-text {
  position: absolute;
  top: 47px;
  margin-top: 0;
  margin-left: 0; }

.oc-pricing .IconWrap {
  font-size: 80px;
  line-height: 0;
  color: #a0a0a0;
  text-align: center;
  padding: 20px 0 35px; }

.oc-pricing .featured-text {
  text-align: start;
  margin-bottom: 13px;
  margin-top: -24px;
  margin-left: -30px; }

.oc-pricing .featured-text span {
  background-color: #a0a0a0;
  color: #fff;
  font-size: 13px;
  padding: 3px 8px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

.oc-pricing .pricing-title {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase; }

.oc-pricing .pricing-title + .pricing-price {
  margin-top: 25px; }

.oc-pricing .pricing-price {
  background-color: #f9f9f9;
  line-height: 1;
  color: #000;
  padding: 39px 15px 41px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.oc-pricing .pricing-price .currency {
  font-size: 28px; }

.oc-pricing .pricing-price .price-value {
  font-size: 70px; }

.oc-pricing .pricing-price .plan {
  font-size: 13px; }

.oc-pricing .pricing-price.top {
  margin-bottom: 43px; }

.oc-pricing .pricing-price.bottom {
  margin-top: 43px; }

.oc-pricing .feature-list > div {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 7px; }

.oc-pricing .feature-list > div:after {
  content: '';
  display: block;
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #efefef;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.oc-pricing .feature-list > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

.oc-pricing .feature-list > div:last-child:after {
  display: none; }

.oc-pricing .pricing-footer {
  margin-top: 20px; }

.oc-pricing .pricing-content + .pricing-footer {
  margin-top: 43px; }

.oc-pricing.featured {
  padding-bottom: 40px;
  -webkit-box-shadow: 0px 2px 23px 0px rgba(40, 40, 40, 0.1);
  -khtml-box-shadow: 0px 2px 23px 0px rgba(40, 40, 40, 0.1);
  -moz-box-shadow: 0px 2px 23px 0px rgba(40, 40, 40, 0.1);
  -ms-box-shadow: 0px 2px 23px 0px rgba(40, 40, 40, 0.1);
  -o-box-shadow: 0px 2px 23px 0px rgba(40, 40, 40, 0.1);
  box-shadow: 0px 2px 23px 0px rgba(40, 40, 40, 0.1); }

@media (min-width: 1200px) {
      .oc-pricing.featured {
        padding-bottom: 60px; } }
/* OC Grid */
.oc-grid {
  margin: -15px; }

.oc-grid .oc-grid-item {
  padding: 15px; }
/* OC Blockquote */
.oc-blockquote {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Lora', serif;
  font-style: italic;
  padding: 25px 30px 20px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.oc-blockquote cite {
  font-size: 13px;
  font-weight: 800;
  font-style: normal;
  font-family: 'Raleway', sans-serif;
  color: #000;
  display: block;
  padding-top: 10px; }

.oc-blockquote + .oc-blockquote {
  margin-top: 35px; }

.oc-blockquote.layout-1 {
  border-left: 6px solid #000;
  padding-right: 0; }

.oc-blockquote.layout-1:hover {
  border-color: #a0a0a0; }

.oc-blockquote.layout-2 > span {
  display: block;
  clear: both;
  font-size: 16px;
  color: #000;
  position: absolute; }

.oc-blockquote.layout-2 > span.iconLquote {
  left: 0;
  top: 0; }

.oc-blockquote.layout-2 > span.iconRquote {
  right: 0;
  bottom: 0; }

.oc-blockquote.layout-3 {
  color: #a0a0a0;
  background-color: #f4f4f4;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.oc-blockquote.layout-4 {
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.oc-blockquote.layout-4 cite {
  color: #fff; }
/* OC List */
.oc-lists-wrap {
  font-size: 13px;
  color: #7f7f7f; }

.oc-lists-wrap + .oc-lists-wrap {
  margin-top: 30px; }

.oc-lists-wrap .oc-list-item {
  padding: 4px 0 5px; }

.oc-lists-wrap .oc-list-item:first-child {
  padding-top: 0; }

.oc-lists-wrap .oc-list-item:last-child {
  padding-bottom: 0; }

.oc-lists-wrap .ListIcon {
  font-size: 13px;
  font-weight: 700;
  color: #000; }

.oc-lists-wrap .ListIcon[class*=-circle] {
  font-size: 7px;
  -webkit-transform: translateY(-2px);
  -khtml-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px); }

.oc-lists-wrap ul, .oc-lists-wrap ol {
  padding: 0;
  margin: 0;
  list-style-position: inside; }

.wpb-js-composer .vc-mono:before {
  line-height: 0 !important; }
/* OC Latest Tweet */
.tweet-item.oc-grid-item {
  padding-top: 9px;
  padding-bottom: 9px; }

.tweet-item a {
  font-weight: 400;
  color: #9b9b9b; }

.tweet-item a:hover {
  color: #a0a0a0; }

.tweet-item a b {
  font-weight: 400; }

.tweet-item .tweet-url {
  display: none; }

.tweet-item .tweet-date a {
  color: #616161; }
/* CMS Carousel */
.cms-carousel .owl-dots {
  margin-top: 30px !important; }
/* OC CountDown */
.oc-countdown-bar {
  text-align: center; }

@media (min-width: 1200px) {
    .oc-countdown-bar .row {
      margin-left: -70px;
      margin-right: -70px; }
    .oc-countdown-bar .countdown-section {
      padding-left: 70px;
      padding-right: 70px; } }

.oc-countdown-bar .countdown-amount, .oc-countdown-bar .countdown-label {
  display: block; }

.oc-countdown-bar .countdown-amount {
  font-size: 80px;
  line-height: 1;
  font-family: 'droid_serifbold';
  color: #000; }

.oc-countdown-bar .countdown-label {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  padding-top: 4px;
  letter-spacing: 0.234px; }
/* OC Quick Contact */
.oc-qc-wrap {
  font-size: 12px;
  font-family: 'Lora', serif;
  font-style: italic;
  letter-spacing: 0.24px; }

.oc-qc-wrap .qc-item > span {
  font-size: 14px; }
/* OC Posts Carousel */
.oc-postscarousel-wrap {
  /* Full Height Slider */ }

.oc-postscarousel-wrap .post-item {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.oc-postscarousel-wrap .post-item > img {
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }

.oc-postscarousel-wrap .overlay-content {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="rgba(0, 0, 0, 0.2)", endColorStr="rgba(0, 0, 0, 0.8)");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.oc-postscarousel-wrap .oc-hoverdir .overlay-content {
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%; }

.oc-postscarousel-wrap .entry-title a, .oc-postscarousel-wrap .entry-posted-on a {
  color: #fff; }

.oc-postscarousel-wrap .entry-title a:hover, .oc-postscarousel-wrap .entry-posted-on a:hover {
  color: #a0a0a0; }

.oc-postscarousel-wrap .entry-posted-in a {
  color: #a0a0a0; }

.oc-postscarousel-wrap .entry-posted-in a:hover {
  color: #fff; }

.oc-postscarousel-wrap .nav-class.disabled {
  display: none; }

.oc-postscarousel-wrap .nav-class > div {
  margin: 0;
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.oc-postscarousel-wrap .nav-class .nav-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #999;
  font-size: 25px;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.oc-postscarousel-wrap .nav-class .nav-icon:hover {
  background: #000;
  color: #fff; }

.oc-postscarousel-wrap .nav-class .nav-count {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: -5px;
  bottom: -5px;
  z-index: 1;
  background: #fff;
  color: #000;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.oc-postscarousel-wrap .nav-class .nav-count:empty {
  display: none; }

.oc-postscarousel-wrap .nav-class > .owl-prev {
  left: 30px; }

.oc-postscarousel-wrap .nav-class > .owl-prev .nav-count {
  left: 0; }

.oc-postscarousel-wrap .nav-class > .owl-prev:hover .nav-count {
  left: 55px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.oc-postscarousel-wrap .nav-class > .owl-next {
  right: 30px; }

.oc-postscarousel-wrap .nav-class > .owl-next .nav-count {
  right: 0; }

.oc-postscarousel-wrap .nav-class > .owl-next:hover .nav-count {
  right: 55px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.oc-postscarousel-wrap .dot-class.disabled {
  display: none; }

.oc-postscarousel-wrap .dot-class .owl-dot {
  width: 22px;
  padding: 3px;
  cursor: pointer; }

.oc-postscarousel-wrap .dot-class .owl-dot span {
  width: 16px;
  height: 3px;
  display: block;
  background: #000; }

.oc-postscarousel-wrap .dot-class .owl-dot.active span, .oc-postscarousel-wrap .dot-class .owl-dot:hover span {
  background-color: #a0a0a0; }

@media (min-width: 1200px) {
    .oc-postscarousel-wrap .overlay-content {
      padding-left: 25%;
      padding-right: 25%; }
    .oc-postscarousel-wrap .entry-title {
      font-size: 38px;
      line-height: 47px;
      padding: 15px 0; }
    .oc-postscarousel-wrap .owl-stage-outer {
      padding-bottom: 0; }
    .oc-postscarousel-wrap .dot-class {
      position: absolute;
      bottom: 57px;
      width: 100%; }
      .oc-postscarousel-wrap .dot-class .owl-dot span {
        background-color: rgba(255, 255, 255, 0.3); }
        .oc-postscarousel-wrap .dot-class .owl-dot:hover span, .oc-postscarousel-wrap .dot-class .owl-dot.active span {
          background-color: #fff; }
    .oc-postscarousel-wrap .full-height-slider .post-item {
      height: calc(100vh - 60px) !important;
      margin: 30px; } }

@media (max-width: 1199px) {
    .oc-postscarousel-wrap .dot-class {
      margin-top: 25px; } }

.oc-postscarousel-wrap .full-height-slider .post-item {
  height: 100vh; }
/**
 * OC Call To Acction 
 */
.oc-cta {
  /* Layout 2 */ }

.oc-cta > div {
  margin: 15px 0; }

.oc-cta .cta-title {
  margin-bottom: 0; }

.oc-cta .cta-title.medium {
  color: #898989;
  font-size: 15px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
  line-height: 24px; }

.oc-cta.white {
  color: #fff; }

.oc-cta.white .cta-title {
  color: #fff; }

.oc-cta.layout-2 {
  margin-left: 0;
  margin-right: 0;
  padding: 35px;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.oc-cta.layout-2 .cta-title {
  color: #898989;
  font-size: 17px;
  line-height: 27px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic; }

.oc-cta .cta-subtext {
  padding-top: 7px;
  font-size: 17px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic; }
/* OC Events */
.e-atts .event-icon {
  margin-bottom: 20px; }

.e-atts .event-icon span {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  display: inline-block;
  background-color: #a0a0a0;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.e-atts .h3 {
  font-size: 26px;
  font-family: 'Lora', serif;
  font-style: italic;
  margin-bottom: 7px; }

.e-atts .h3 a:hover {
  color: #a0a0a0; }

.e-atts .att-item {
  font-size: 13px;
  font-family: 'Lora', serif;
  font-style: italic;
  color: #616161; }

.e-atts .separate {
  height: 2px;
  background-color: #a0a0a0;
  margin: 24px 0 40px; }

.e-atts .time-plan {
  margin-bottom: 33px; }

.e-atts .time-plan:last-child {
  margin-bottom: 0; }

.e-atts .time-plan .time {
  font-size: 16px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 7px; }

.e-atts.white .h3 a, .e-atts.white .time-plan .time {
  color: #fff; }

.e-atts.white .h3 a:hover {
  color: #a0a0a0; }

.e-atts.white .att-item {
  color: #f9f9f9; }
/* OC Fancy Box / Image */
.oc-fancybox {
  /* font-size: 13px;
   margin-bottom: 6px; */
  /* Layout 5 */ }

.oc-fancybox .small-title {
  color: #a0a0a0; }

.oc-fancybox.layout-5 {
  text-align: center; }

.oc-fancybox.layout-5 .oc-fancy-img {
  overflow: hidden; }

.oc-fancybox.layout-5 .oc-fancy-img img {
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.oc-fancybox.layout-5 .oc-fancy-title {
  background: url(../images/divider4.png) center bottom no-repeat;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.oc-fancybox.layout-5 .oc-fancy-content {
  padding-left: 30px;
  padding-right: 30px; }

.oc-fancybox.layout-5:hover .oc-fancy-img img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.oc-fancy-img {
  margin-bottom: 23px; }

.oc-fancyimg-inner {
  position: relative; }

.oc-fancyimg-inner .fancy-img-r {
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.oc-fancyimg-inner .fancy-img-h {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }

.oc-fancyimg {
  min-height: 128px; }

.oc-fancyimg:hover .oc-fancyimg-inner .fancy-img-r {
  -webkit-transform: translateY(-10px);
  -khtml-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px); }

.oc-fancyimg:hover .oc-fancyimg-inner .fancy-img-h {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }
/* Fancy Title */
.oc-fancy-icon {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 18px;
  color: #a0a0a0; }

.oc-fancy-title {
  margin-bottom: 8px; }

.oc-fancy-footer {
  padding-top: 10px; }

.white .fancy-icon {
  margin-bottom: 10px; }

.white .oc-fancy-title {
  color: #fff; }

.layout-3 .oc-fancy-icon {
  padding-top: 7px; }

.layout-3 .oc-fancy-title {
  margin-bottom: 15px; }

.layout-3 .oc-fancy-footer {
  padding-top: 20px; }

.oc-fancybox.layout-4 .oc-fancy-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px; }

@media (min-width: 1600px) {
    .oc-fancybox.layout-4 {
      padding-left: 85px;
      padding-right: 85px; } }
/* OC Heading */
.oc-heading {
  /* Layout 3, 4 */
  /* Layout 5 */ }

.oc-heading .image-wrap {
  margin-bottom: 25px; }

.oc-heading .heading-icon > * {
  font-size: 50px;
  color: #a0a0a0;
  margin-bottom: 25px;
  line-height: 0.9; }

.oc-heading .heading {
  font-size: 17px;
  color: #a0a0a0;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 3px; }

.oc-heading .sub-heading + .divider {
  margin-top: 3px; }

.oc-heading .sub-heading + .description {
  margin-top: -4px; }

.oc-heading .description {
  font-size: 17px;
  line-height: 24px; }

.oc-heading .description + .heading-btn {
  margin-top: 45px; }

.oc-heading .description + .divider {
  margin-top: 23px; }

.oc-heading .divider + .description {
  margin-top: -4px; }

.oc-heading.layout3 .sub-heading, .oc-heading.layout4 .sub-heading {
  margin-bottom: 6px; }

.oc-heading.layout5 .sub-heading {
  font-size: 35px;
  line-height: 1.34285714; }

.oc-heading.layout5 .description {
  font-size: 17px;
  line-height: 27px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
  color: #898989; }
/* OC Process */
.oc-process {
  /* Color mode */ }

.oc-process .oc-process-item {
  margin-bottom: 30px;
  padding-bottom: 25px;
  background: url(../images/divider.png) 15px 100% no-repeat; }

.oc-process.text-center .oc-process-item {
  background-position: 50% 100%; }

.oc-process.text-center h4:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.oc-process.text-right .oc-process-item {
  background-position: calc(100% - 15px) 100%; }

.oc-process.text-right h4:before {
  right: 0;
  left: auto; }

.oc-process .oc-process-header {
  position: relative; }

.oc-process .oc-process-header h3, .oc-process .oc-process-header h4 {
  position: relative; }

.oc-process .oc-process-header:before {
  content: attr(data-count);
  display: block;
  position: absolute;
  bottom: 4px;
  right: 0;
  color: #efefef;
  font-size: 55px;
  line-height: 1;
  font-family: 'Lora', serif;
  font-weight: 700;
  z-index: 0; }

.oc-process .oc-process-header[data-icon="1"]:before {
  display: none; }

.oc-process h4 {
  position: relative;
  font-size: 15px;
  font-family: 'Lora', serif;
  font-style: italic;
  color: #a0a0a0;
  padding-top: 23px;
  margin-bottom: 8px; }

.oc-process h4:before {
  content: attr(data-count);
  display: block;
  position: absolute;
  top: 0;
  color: #efefef;
  font-size: 55px;
  line-height: 1;
  font-family: 'Lora', serif;
  font-weight: 700;
  z-index: 0; }

.oc-process h4 span {
  position: relative;
  z-index: 1; }

.oc-process h3 {
  letter-spacing: 0.432px; }

.oc-process .oc-process-img {
  margin-bottom: 25px; }

.oc-process .desc {
  font-size: 15px;
  line-height: 24px; }

.oc-process.layout-3 {
  margin-left: -50px;
  margin-right: -50px; }

.oc-process.layout-3 .oc-process-item {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 0;
  background: none !important; }

.oc-process.layout-3 .oc-process-item:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: url(../images/divider2.png) 0 0 no-repeat;
  position: absolute;
  right: -15px;
  top: 220px; }

.oc-process.layout-3 .oc-process-item:last-child:after {
  display: none; }

.oc-process.layout-3 h3 {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0;
  color: #282828; }

.oc-process.layout-3 h4 {
  padding-top: 0; }

.oc-process.layout-3 .oc-process-header + .desc {
  padding-top: 10px; }

.oc-process.layout-3 .oc-process-img {
  margin-top: 20px; }

.oc-process.layout-3 .IconWrap {
  width: 134px;
  height: 134px;
  display: block;
  border: 6px solid transparent;
  position: relative;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(34, 34, 34, 0.1);
  -khtml-box-shadow: 0px 0px 0px 2px rgba(34, 34, 34, 0.1);
  -moz-box-shadow: 0px 0px 0px 2px rgba(34, 34, 34, 0.1);
  -ms-box-shadow: 0px 0px 0px 2px rgba(34, 34, 34, 0.1);
  -o-box-shadow: 0px 0px 0px 2px rgba(34, 34, 34, 0.1);
  box-shadow: 0px 0px 0px 2px rgba(34, 34, 34, 0.1); }

.oc-process.layout-3 .IconWrap span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.oc-process.layout-3 .IconWrap span:before {
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.oc-process.layout-3 .IconWrap span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #a0a0a0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(1.5);
  -khtml-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); }

.oc-process.layout-3 .IconWrap + h3 {
  margin-top: 44px; }

.oc-process.layout-3 .oc-process-item:hover .IconWrap span:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.01);
  -khtml-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01); }

.oc-process.white .oc-process-item {
  background-image: url(../images/divider3.png); }

.oc-process.white h3 {
  color: #fff; }

.oc-process.white.layout-3 .IconWrap {
  border-color: #393939; }

.oc-process.white.layout-3 .IconWrap span {
  background: #282828; }

.rtl .oc-process .oc-process-item {
  background-position: calc(100% - 15px) 100%; }
/* OC Team */
.oc-team-wrap {
  text-align: center; }

.oc-team-wrap .layout-2 .oc-team-item:hover .oc-social a {
  color: #a0a0a0; }
  .oc-team-wrap .layout-2 .oc-team-item:hover .oc-social a:hover {
    color: #000; }

.oc-team-media {
  position: relative;
  margin-bottom: 23px; }

.oc-team-media img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.oc-team-info h4 {
  margin-bottom: 4px;
  color: #282828; }

.oc-team-info .position {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic; }

.oc-team-info .description {
  font-size: 15px;
  margin-top: 14px;
  padding-top: 17px;
  background: url(../images/divider3.png) top center no-repeat; }

.oc-team-info .oc-social {
  margin-top: 18px; }
/* OC Testimonial */
.oc-testimonial-item > div {
  padding: 30px;
  background-color: #f9f9f9; }

.oc-testimonial-item .IconAvatarWrap {
  margin-bottom: 24px; }

.oc-testimonial-item .quote-icon {
  background-color: #a0a0a0;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  padding: 0 7px;
  -webkit-border-radius: 3px 0 0 3px;
  -khtml-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.oc-testimonial-item .author-avatar img {
  -webkit-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.oc-testimonial-item .desc {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 19px; }

.oc-testimonial-item .signature-img {
  margin: 0 0 20px 0; }

.oc-testimonial-item .author-name {
  margin-bottom: 3px; }

.oc-testimonial-item .author-position {
  font-size: 13px;
  color: #616161; }

.oc-testimonial-item.layout-1 > div {
  padding-top: 0;
  padding-bottom: 22px; }

.oc-testimonial-item.layout-1 .quote-icon {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.oc-testimonial-item.layout-1 .desc {
  font-size: 17px;
  margin-bottom: 24px;
  font-family: 'Lora', serif;
  font-style: italic; }

.oc-testimonial-item.layout-1 .author-info {
  border-top: 2px solid #e6e6e6;
  padding-top: 20px; }

.oc-testimonial-item.layout-1 .author-avatar {
  float: left;
  max-width: 52px;
  margin-right: 16px; }

.oc-testimonial-item.layout-1 .author-avatar img {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

[dir="rtl"] .oc-testimonial-item.layout-1 .author-avatar {
  float: right;
  margin-right: 0;
  margin-left: 16px; }

.oc-testimonial-item.layout-1 .author-info-content {
  padding-left: 68px; }

.oc-testimonial-item.layout-1 .author-info-content .author-name {
  clear: none; }

.oc-testimonial-item.layout-1 .author-info-content .author-position {
  font-size: 14px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
  color: #9b9b9b; }

[dir="rtl"] .oc-testimonial-item.layout-1 .author-info-content {
  padding-left: 0;
  padding-right: 68px; }

.oc-testimonial-item.layout-2 .author-avatar {
  margin-bottom: 42px; }

.oc-testimonial-item.layout-2 .author-avatar img {
  width: 70px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.oc-testimonial-item.layout-2 .desc {
  font-size: 20px;
  line-height: 33px; }

.oc-testimonial-item.layout-2 .desc + .fa {
  font-size: 28px;
  color: #a0a0a0;
  margin-top: 20px;
  margin-bottom: 22px; }

.oc-testimonial-item.color-white .oc-item-inner {
  background-color: transparent; }

.oc-testimonial-item.color-white .author-position {
  color: #fff; }

.vc_grid-container .vc_grid-loading {
  margin: 50px auto;
  width: 50px;
  height: 50px;
  display: block;
  text-indent: 0;
  -webkit-animation: fa-spin 2s infinite linear;
  -khtml-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -ms-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.vc_grid-container .vc_grid-loading:before {
  content: "\f110";
  font-family: 'FontAwesome';
  color: #a0a0a0;
  font-size: 50px;
  line-height: 1;
  width: 100%;
  height: 100%;
  position: static;
  top: auto;
  left: auto;
  -webkit-animation: none;
  -khtml-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none; }

.vc_grid-container .vc_grid-loading:after {
  display: none; }
/*--------------------------------------------------------------
 # WooCommerce
 --------------------------------------------------------------*/
.woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce-notice {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  padding: 20px;
  background: #f9f9f9;
  list-style: none outside;
  font-size: 15px;
  font-weight: 700; }

.woocommerce-message {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.woocommerce-message .msg::before {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #a0a0a0;
  color: #fff;
  font-family: 'FontAwesome';
  content: '\f058';
  display: inline-block;
  margin-right: 20px; }

.woocommerce-message .button {
  float: right; }

[dir="rtl"] .woocommerce-message .button {
  float: left; }

.woocommerce-message {
  color: #a0a0a0; }

.woocommerce-message .msg::before {
  content: '\f058'; }

.woocommerce-info li, .woocommerce-error li, .woocommerce-notice li {
  list-style: none outside;
  padding-left: 0;
  margin-left: 0; }

.woocommerce-info::before, .woocommerce-error::before, .woocommerce-notice::before {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 20px; }

.woocommerce-info, .woocommerce-notice {
  color: #a0a0a0; }

.woocommerce-info::before, .woocommerce-notice::before {
  content: '\f05a';
  background-color: #a0a0a0; }

.woocommerce-error {
  color: #b81c23;
  padding-left: 86px; }

.woocommerce-error::before {
  content: '\f00d';
  background-color: #b81c23;
  position: absolute;
  left: 20px;
  top: 20px; }

[dir="rtl"] .woocommerce-error {
  padding-left: 20px;
  padding-right: 86px; }

[dir="rtl"] .woocommerce-error:before {
  left: auto;
  right: 20px; }
/**
 * Star ratings
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  width: 5.4em;
  font-family: 'FontAwesome';
  display: inline-block; }

.star-rating::before {
  content: '\f005\f005\f005\f005\f005';
  top: 0;
  left: 0;
  position: absolute; }

.star-rating span {
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  height: 0; }

.star-rating span::before {
  content: '\f005\f005\f005\f005\f005';
  top: 0;
  position: absolute;
  left: 0;
  color: #a0a0a0; }
/* Rating */
p.stars {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'FontAwesome';
  content: '\f006';
  text-indent: 0;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

p.stars a:hover ~ a::before {
  content: '\f006';
  color: #000; }

p.stars:hover a::before {
  content: '\f005';
  color: #a0a0a0; }

p.stars.selected a.active::before {
  content: '\f005';
  color: #a0a0a0; }

p.stars.selected a.active ~ a::before {
  content: '\f006';
  color: #000; }

p.stars.selected a:not( .active)::before {
  content: '\f005';
  color: #a0a0a0; }

form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: -10px; }

form.cart .quantity, form.cart .single-addtocart-wrap {
  padding: 10px; }

form.cart > table td {
  padding: 10px; }

form.cart .variations {
  width: 100%; }

form.cart .variations tbody, form.cart .variations tr {
  display: flex;
  flex-wrap: wrap; }

form.cart .variations td {
  display: block;
  padding: 5px 10px;
  width: 100%; }

form.cart .variations td label {
  font-family: 'Raleway', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 18px; }

form.cart .single_variation_wrap {
  width: 100%; }
/* Products Widgets */
.product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0; }

.product_list_widget li {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid rgba(127, 127, 127, 0.15); }

.product_list_widget li:first-child {
  padding-top: 0; }

.product_list_widget li:first-child .remove_from_cart_button {
  top: 0; }

.product_list_widget li:last-child {
  border-bottom: 0; }

.product_list_widget a {
  display: block;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 15px; }

.product_list_widget img[class*="attachment-"] {
  float: left;
  margin-right: 20px; }

[dir="rtl"] .product_list_widget img[class*="attachment-"] {
  float: right;
  margin-right: 0;
  margin-left: 20px; }

.product_list_widget .remove_from_cart_button {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: red;
  width: 20px;
  height: 20px;
  line-height: 15px;
  text-align: center;
  color: white;
  font-size: 25px; }

.product_list_widget .wp-post-image {
  float: left;
  max-width: 70px;
  margin-right: 15px; }

.product_list_widget .quantity {
  font-size: 14px;
  font-family: 'droid_serifbold_italic'; }

.product_list_widget .woocommerce-Price-amount {
  font-size: 14px; }

.product_list_widget .star-rating {
  display: block;
  margin: 10px 0; }

.rtl .product_list_widget .remove_from_cart_button {
  right: 0;
  left: auto; }

.rtl .product_list_widget .wp-post-image {
  float: right;
  margin-left: 15px;
  margin-right: 0; }

.woocommerce-mini-cart__total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: 'droid_serifbold_italic';
  border-top: 2px solid rgba(127, 127, 127, 0.15);
  border-bottom: 2px solid rgba(127, 127, 127, 0.15);
  padding: 13px 0 10px;
  margin: 0 0 20px 0; }

.woocommerce-mini-cart__total .woocommerce-Price-amount {
  color: #a0a0a0; }

.woocommerce-mini-cart__buttons a {
  display: block;
  background-color: #a0a0a0;
  border-color: #a0a0a0; }

.woocommerce-mini-cart__buttons a:hover {
  background-color: transparent;
  color: #a0a0a0; }

.woocommerce-mini-cart__buttons a.checkout {
  margin-top: 10px; }
/**
 * Layered nav widget
 */
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: 'FontAwesome';
  content: "\f00d\00a0\00a0";
  color: red; }

.woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em; }

.widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1; }

.widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none; }

.widget_layered_nav_filters ul li a {
  text-decoration: none; }

.widget_layered_nav_filters ul li a::before {
  font-family: 'FontAwesome';
  content: "\f00d\00a0\00a0";
  color: red;
  vertical-align: inherit; }
/**
 * Price filter widget
 */
.widget_price_filter .price_slider {
  margin-bottom: 30px; }

.widget_price_filter .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
  justify-content: space-between; }

.widget_price_filter .price_slider_amount .button {
  margin: 0 15px;
  order: 2;
  min-width: auto; }

.widget_price_filter .price_slider_amount .price_label {
  margin: 0 15px; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a0a0a0;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  margin-left: -0.5em; }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #a0a0a0; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #000;
  border: 0; }

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }
/**
 * Rating Filter Widget
 */
.widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside; }

.widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none; }

.widget_rating_filter ul li::after {
  display: block;
  clear: both;
  content: ""; }

.widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none; }

.widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block; }

.widget_rating_filter ul li.chosen a::before {
  content: '\e013';
  color: red; }
/* loop Add to cart */
.add_to_cart_button {
  white-space: nowrap; }

.add_to_cart_button.loading {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5; }

.add_to_cart_button.added {
  display: none; }
/* Single product images */
div.images {
  margin-bottom: 2em; }

div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none; }

div.images div.thumbnails {
  padding-top: 1em; }

div.images.woocommerce-product-gallery {
  position: relative; }

div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }

div.images .flex-viewport .woocommerce-product-gallery__wrapper {
  justify-content: start; }

div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0; }

div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box; }

div.images .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box; }

div.images .woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box; }

div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none; }

div.images .flex-control-thumbs li img {
  cursor: pointer;
  margin: 0;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

div.images .flex-control-thumbs li img.flex-active, div.images .flex-control-thumbs li img:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.rtl .woocommerce-product-gallery {
  direction: ltr; }

.woocommerce-Reviews .woocommerce-Reviews-title {
  display: none; }

.woocommerce-Reviews .commentlist {
  list-style: none;
  padding: 0;
  margin: 0; }

.woocommerce-Reviews .comment_container .avatar {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px; }

.rtl .woocommerce-Reviews .comment_container .avatar {
  float: right;
  margin-left: 20px;
  margin-right: 0; }
/* Single add to cart button */
form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.single_add_to_cart_button {
  display: none; }
/* Upsell / Related */
.products.upsells, .products.related, .cross-sells {
  margin-top: 45px; }

.products.upsells > h2, .products.related > h2, .cross-sells > h2 {
  font-size: 16px;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 20 px;
  background: url(../images/divider.png) 0 100% no-repeat;
  letter-spacing: 0.96px; }

.rtl .products.upsells > h2, .rtl .products.related > h2, .rtl .cross-sells > h2 {
  background-position: 100% 100%;
  text-align: right; }
/* Cart Page */
.shipping .shipping-calculator-button {
  display: none; }
/* Checkout Page */
.wc_payment_methods {
  padding: 0;
  margin: 30px 0 0;
  list-style: none; }

.wc_payment_method {
  list-style: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px; }

.wc_payment_method .payment_box {
  padding: 2em;
  background: #eee; }

.wc_payment_method .payment_box ul:last-of-type, .wc_payment_method .payment_box ol:last-of-type {
  margin-bottom: 0; }

.wc_payment_method .payment_box fieldset {
  padding: 1.5em;
  padding-bottom: 0;
  border: 0;
  background: #f6f6f6; }

.wc_payment_method .payment_box li {
  list-style: none; }

.wc_payment_method .payment_box p:last-child {
  margin-bottom: 0; }

.wc_payment_method > label:first-of-type {
  display: block;
  margin: 0 0 30px 0; }

.wc_payment_method > label:first-of-type img {
  max-height: 24px;
  max-width: 200px;
  float: right; }

.wc_payment_method label {
  cursor: pointer; }

.wc_payment_method input.input-radio[name=payment_method] {
  display: none; }

.wc_payment_method input.input-radio[name=payment_method] + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid white;
  box-shadow: 0 0 0 2px black;
  background: white;
  margin-left: 4px;
  margin-right: 0.5em;
  border-radius: 100%;
  transform: translateY(2px); }

.wc_payment_method input.input-radio[name=payment_method]:checked + label:before {
  background: black; }
/* Thankyou Page */
.woocommerce-thankyou-order-details {
  padding: 0;
  margin: 0;
  list-style-position: inside; }

.woocommerce-order-details {
  margin-top: 30px; }

.woocommerce-order-details h2 {
  font-size: 18px; }
/* Account Page */
.woocommerce-MyAccount-navigation {
  margin-bottom: 30px; }

.woocommerce-MyAccount-navigation ul {
  margin: -5px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.woocommerce-MyAccount-navigation ul li {
  margin: 5px;
  padding: 5px 10px;
  border: 2px solid #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.woocommerce-MyAccount-navigation ul li:hover, .woocommerce-MyAccount-navigation ul li.is-active {
  border-color: #a0a0a0;
  background-color: #a0a0a0;
  color: #fff; }

.woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff; }

button[name="save_address"], button[name="save_account_details"] {
  margin-top: 40px; }

.woocommerce-Message {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.woocommerce-Message .woocommerce-Button {
  order: 10; }

body.woocommerce, body.woocommerce-page {
  background-color: #fff;
  /* Archive Page */ }

body.woocommerce .btn, body.woocommerce-page .btn, body.woocommerce button, body.woocommerce-page button, body.woocommerce .button, body.woocommerce-page .button, body.woocommerce .btn-pri, body.woocommerce-page .btn-pri {
  padding: 12px 11px 10px;
  min-width: 134px; }

@media (max-width: 576px) {
      body.woocommerce .btn, body.woocommerce-page .btn, body.woocommerce button, body.woocommerce-page button, body.woocommerce .button, body.woocommerce-page .button, body.woocommerce .btn-pri, body.woocommerce-page .btn-pri {
        width: 100%; } }

body.woocommerce.post-type-archive-product, body.woocommerce-page.post-type-archive-product, body.woocommerce.tax-product_cat, body.woocommerce-page.tax-product_cat {
  background-color: #f9f9f9; }

.woocommerce, .woocommerce-page {
  /* Products List */ }

.woocommerce .wc-ordering-wrap form, .woocommerce-page .wc-ordering-wrap form {
  display: inline-block;
  float: none;
  margin: 0; }

.woocommerce .wc-ordering-wrap select, .woocommerce-page .wc-ordering-wrap select {
  height: 30px; }

.woocommerce ul.products, .woocommerce-page ul.products {
  list-style: none;
  padding: 0;
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
  /* Columns */
  /* List Layout */ }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 15px;
  float: none;
  margin: 0;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
      .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product, .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        flex: 0 0 50%; } }

@media (min-width: 992px) {
      .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
        flex: 0 0 25%; }
      .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        flex: 0 0 20%; } }

.woocommerce ul.products.list li.product, .woocommerce-page ul.products.list li.product {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%; }

@media (min-width: 768px) {
          .woocommerce ul.products.list .oc-hoverdir, .woocommerce-page ul.products.list .oc-hoverdir {
            display: flex;
            flex-wrap: wrap;
            margin-left: -15px;
            margin-right: -15px;
            align-items: center; }
            .woocommerce ul.products.list .oc-hoverdir > div, .woocommerce-page ul.products.list .oc-hoverdir > div {
              margin-left: 15px;
              margin-right: 15px; }
            .woocommerce ul.products.list .oc-hoverdir .wc-loop-img-wrap, .woocommerce-page ul.products.list .oc-hoverdir .wc-loop-img-wrap {
              flex: 0 0 270px;
              max-width: 270px;
              margin-bottom: 0; }
            .woocommerce ul.products.list .oc-hoverdir .wc-loop-info, .woocommerce-page ul.products.list .oc-hoverdir .wc-loop-info {
              flex: 0 0 calc(100% - 330px);
              max-width: calc(100% - 330px); } }

@media (max-width: 576px) {
          .woocommerce ul.products.list .oc-hoverdir, .woocommerce-page ul.products.list .oc-hoverdir {
            text-align: center; } }

.oc-badges {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  margin: -5px; }

.oc-badge {
  background-color: #a0a0a0;
  color: #fff;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 13px;
  padding: 1px 7px;
  margin: 5px; }

.oc-badge.oc-onsale {
  background-color: #000; }

.rtl .oc-badges {
  right: auto;
  left: 20px; }

.woocommerce-Price-amount {
  font-size: 17px;
  color: #9b9b9b;
  font-family: 'droid_serifbold_italic'; }

.price {
  margin: 0 -10px; }

.price > * {
  padding-left: 10px;
  padding-right: 10px; }

.price del {
  color: red; }

.woocommerce-tabs {
  border: 1px solid #e6e6e6;
  margin-top: 70px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.woocommerce-tabs .wc-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e6e6e6;
  background: #f9f9f9; }

.woocommerce-tabs .wc-tabs li {
  font-weight: 700;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #000;
  padding: 18px 20px;
  margin-bottom: -1px;
  border-right: 1px solid #e6e6e6; }

.woocommerce-tabs .wc-tabs li:last-child {
  border-right: 0; }

.woocommerce-tabs .wc-tabs li:hover, .woocommerce-tabs .wc-tabs li.active {
  background: #fff; }

.woocommerce-tabs .wc-tabs li:hover a, .woocommerce-tabs .wc-tabs li.active a {
  color: #a0a0a0; }

.woocommerce-tabs .wc-tab {
  padding: 15px 20px;
  display: none; }
/* Loop Product */
.wc-archive-switch-view > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #e6e6e6;
  margin: 0 3px;
  color: #9b9b9b; }

.wc-archive-switch-view > a:hover, .wc-archive-switch-view > a.active {
  color: #a0a0a0; }

.products:not(.list) {
  text-align: center; }

.products:not(.list) .wc-loop-excerpt {
  display: none; }

.wc-loop-order {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.wc-loop-order select {
  border-color: #eee; }

.wc-loop-img-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.wc-loop-img-wrap .hoverdir-content {
  padding: 14.534% 18.52%;
  background-color: rgba(160, 160, 160, 0.95); }

.wc-loop-info .wc-category {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 13px;
  margin-bottom: 2px; }

.wc-loop-info .wc-category a {
  color: #333; }

.wc-loop-info .wc-category a:hover {
  color: #a0a0a0; }

.wc-loop-info .wc-loop-title {
  margin-bottom: 6px; }

.wc-loop-info .price {
  padding-bottom: 7px; }
/* Single Product */
.single-product .type-product {
  position: relative; }

.single-product .type-product .oc-badges {
  left: 20px;
  right: auto; }

.single-product .oc-price-rating {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.single-product .single-title, .single-product .woocommerce-product-details__short-description, .single-product .product_meta {
  width: 100%; }

.single-product .single-title {
  margin-bottom: 20px; }

.single-product .woocommerce-product-details__short-description {
  padding: 18px 0; }

.oc-product-meta {
  border-top: 1px solid #e6e6e6;
  margin-top: 24px;
  padding-top: 24px;
  font-size: 13px; }

.oc-product-meta h4 {
  margin-bottom: 20px; }

.oc-product-meta > div {
  padding-bottom: 7px; }

.oc-product-meta > div:last-child {
  padding-bottom: 0; }

.oc-product-meta a {
  color: #9b9b9b; }

.oc-product-meta a:hover {
  color: #a0a0a0; }

.quantity .screen-reader-text {
  visibility: visible;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  font-family: 'Raleway', sans-serif; }

.quantity .qty {
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 1px solid #e6e6e6;
  color: #000;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.quantity .qty.input-text {
  width: 30px; }

.quantity .qty::-webkit-inner-spin-button, .quantity .qty::-webkit-outer-spin-button {
  display: none; }

.quantity .quantity-button {
  cursor: pointer;
  color: #a0a0a0;
  font-size: 20px;
  line-height: 23px; }

.oc-single-addtocart {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  margin-top: 24px; }

.oc-single-addtocart .stock {
  display: none; }

.oc-single-addtocart .clear {
  display: none; }

.single_variation {
  padding: 10px; }

.woocommerce-variation-price {
  padding-top: 15px; }

@media (max-width: 576px) {
    .yith-wcwl-add-to-wishlist {
      width: 100%; } }

.single-addtocart-wrap, .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: -10px; }

.single-addtocart-wrap > *, .woocommerce-variation-add-to-cart > * {
  margin: 10px; }

.single-addtocart-wrap .single-addtocart-button, .woocommerce-variation-add-to-cart .single-addtocart-button, .single-addtocart-wrap .btn-cart, .woocommerce-variation-add-to-cart .btn-cart, .single-addtocart-wrap .compare, .woocommerce-variation-add-to-cart .compare, .single-addtocart-wrap .btn, .woocommerce-variation-add-to-cart .btn {
  padding: 11px;
  min-width: 134px; }

@media (max-width: 576px) {
      .single-addtocart-wrap .single-addtocart-button, .woocommerce-variation-add-to-cart .single-addtocart-button, .single-addtocart-wrap .btn-cart, .woocommerce-variation-add-to-cart .btn-cart, .single-addtocart-wrap .compare, .woocommerce-variation-add-to-cart .compare, .single-addtocart-wrap .btn, .woocommerce-variation-add-to-cart .btn {
        width: 100%; } }

.woocommerce-grouped-product-list label a {
  font-size: 15px;
  font-weight: 700;
  color: #a0a0a0;
  padding: 0 15px; }

.product-share {
  border-top: 1px solid #e6e6e6;
  margin-top: 30px;
  padding-top: 24px;
  width: 100%; }

.product-share .share-title {
  width: 100%;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px; }

.comment-form-rating label[for="rating"] {
  padding-right: 30px; }

.rtl .comment-form-rating label[for="rating"] {
  padding-left: 30px;
  padding-right: 0; }
/* Cart Page */
.oc-cart-wrap {
  overflow: hidden; }

.oc-cart-wrap .oc-cart-header, .oc-cart-wrap .cart-heading {
  background: #f9f9f9;
  margin-bottom: 0; }

.oc-cart-wrap .oc-cart-header .h6, .oc-cart-wrap .cart-heading {
  margin-bottom: 0;
  padding: 13px 0; }

.oc-cart-wrap .oc-cart-row {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 992px) {
    .oc-cart-wrap {
      border: 1px solid #e6e6e6; }
      .oc-cart-wrap .oc-cart-row {
        border-bottom: 1px solid #e6e6e6; }
        .oc-cart-wrap .oc-cart-row:last-child {
          border-bottom: 0; }
        .oc-cart-wrap .oc-cart-row > div {
          border-right: 1px solid #e6e6e6;
          padding: 20px; }
          .oc-cart-wrap .oc-cart-row > div:last-child {
            border-right: 0; }
        .oc-cart-wrap .oc-cart-row .cart-product {
          width: 54%; }
        .oc-cart-wrap .oc-cart-row .cart-price, .oc-cart-wrap .oc-cart-row > .cart-quantity, .oc-cart-wrap .oc-cart-row .cart-subtotal {
          width: 15.33333%;
          text-align: center; } }

@media (max-width: 991px) {
    .oc-cart-wrap .oc-cart-row {
      border: 1px solid #e6e6e6;
      margin-bottom: 30px; }
      .oc-cart-wrap .oc-cart-row > div {
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative; }
        .oc-cart-wrap .oc-cart-row > div:before {
          content: attr(data-title) ': ';
          font-size: 16px;
          font-weight: 700;
          font-family: 'Raleway', sans-serif;
          color: #000; }
        .oc-cart-wrap .oc-cart-row > div.cart-product:before {
          width: calc(100% + 30px);
          margin: -10px -15px 15px;
          background: #f9f9f9;
          display: block;
          padding: 10px 15px; }
      .oc-cart-wrap .oc-cart-row .quantity {
        display: inline-block; }
      .oc-cart-wrap .oc-cart-row .remove {
        position: absolute;
        top: 60px;
        right: 15px; } }

.oc-cart-wrap .screen-reader-text {
  display: none; }

.oc-cart-wrap .cart-item-img-title {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.oc-cart-wrap .cart-item-img-title > * {
  padding-left: 10px;
  padding-right: 10px; }

.oc-cart-wrap .remove {
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: #000;
  color: #fff; }

.oc-cart-wrap .remove:hover {
  background: red; }

.oc-cart-wrap .oc-cart-action {
  padding: 30px; }

@media (max-width: 991px) {
      .oc-cart-wrap .oc-cart-action {
        padding-left: 0;
        padding-right: 0; } }

.oc-cart-wrap .coupon {
  margin: -5px; }

.oc-cart-wrap .coupon > * {
  margin: 5px; }

.oc-cart-wrap .coupon .input-text {
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  height: 43px;
  line-height: 41px;
  width: calc(100% - 10px); }

@media (min-width: 576px) {
      .oc-cart-wrap .coupon .input-text {
        width: calc(100% - 154px);
        min-width: 250px; } }

@media (max-width: 991px) {
      .rtl .oc-cart-wrap .oc-cart-row .remove {
        right: auto;
        left: 15px; } }

.cart-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: -5px; }

.cart-buttons > * {
  margin: 5px; }

@media (max-width: 991px) {
    .cart-buttons {
      margin-top: 5px; }
      .cart-buttons > * {
        width: calc(50% - 10px) !important; } }

.cart-collaterals {
  margin-top: 50px; }

.cart-collaterals > div {
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  padding: 20px; }

.cart-collaterals > div > h2 {
  font-size: 18px;
  margin: 4px 0 24px; }

@media (min-width: 768px) {
    .cart-collaterals {
      display: flex;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
      .cart-collaterals > div {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px; } }

.cart-shipping-calc .woocommerce-shipping-calculator > p {
  display: none; }

.cart-shipping-calc .shipping-calculator-form {
  display: flex !important;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

.cart-shipping-calc .shipping-calculator-form .form-row:not(#calc_shipping_country_field) {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-width: 50%; }

.cart-shipping-calc .shipping-calculator-form p {
  padding-left: 10px;
  padding-right: 10px; }

.cart-shipping-calc .shipping-calculator-form p:not(.form-row) {
  width: 100%;
  text-align: right; }

.cart-shipping-calc .shipping-calculator-form #calc_shipping_country_field {
  width: 100%;
  flex: 0 0 100%; }

.cart-shipping-calc input[type="text"] {
  height: 38px;
  line-height: 36px;
  border: 1px solid #e6e6e6;
  padding: 0 20px; }

.cart-shipping-calc button[name="calc_shipping"] {
  background-color: #a0a0a0;
  border-color: #a0a0a0; }

.cart-shipping-calc button[name="calc_shipping"]:hover {
  background-color: #000;
  border-color: #000; }

.cart_totals .wc-proceed-to-checkout, .cart_totals #shipping_method + .woocommerce-shipping-calculator {
  display: none; }

.cart_totals table {
  width: 100%; }

.cart_totals table tbody, .cart_totals table tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; }

.cart_totals table th {
  font-family: #000;
  color: #a0a0a0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px; }

.cart_totals table th:after {
  content: '\00a0:\00a0'; }

.cart_totals table th, .cart_totals table td {
  padding: 5px 0; }

#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0; }

#shipping_method li {
  margin: 0;
  padding: 0.25em 0 0.25em 22px;
  text-indent: -22px;
  list-style: none outside; }

#shipping_method li input {
  margin: 3px 0.5ex;
  width: auto;
  height: auto;
  line-height: 1; }

#shipping_method li label {
  display: inline; }

#shipping_method .amount {
  font-weight: 700; }
/* Checkout page */
@media (min-width: 992px) {
    .col2-set {
      display: flex;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
      .col2-set > div {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
      .col2-set#customer_details {
        margin-bottom: 30px; } }

@media (max-width: 991px) {
    .col2-set > div {
      width: 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 30px;
      padding: 0; } }

#ship-to-different-address-checkbox {
  display: inline-block;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px); }

#ship-to-different-address-checkbox + span {
  padding: 0 10px; }

.place-order-wrap {
  margin-top: 30px; }
/* YITH Wishlist */
.yith-wcwl-add-button a.add_to_wishlist {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.yith-wcwl-add-to-wishlist .ajax-loading[style="visibility:hidden"] {
  display: none !important; }
/*--------------------------------------------------------------
 # Responsive
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Hint
 --------------------------------------------------------------*/
/*-------------------------------------*\
 HINT.css - A CSS tooltip library
 \*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
   * tooltip arrow
   */
  /**
   * tooltip body
   */ }

[class*="hint--"]:before, [class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms; }

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1; }

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms; }

[class*="hint--"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001; }

[class*="hint--"]:after {
  background: #383838;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap; }

[class*="hint--"][aria-label]:after {
  content: attr(aria-label); }

[class*="hint--"][data-hint]:after {
  content: attr(data-hint); }

[aria-label='']:before, [data-hint='']:before, [aria-label='']:after, [data-hint='']:after {
  display: none !important; }
/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #383838; }

.hint--top-right:before {
  border-top-color: #383838; }

.hint--top:before {
  border-top-color: #383838; }

.hint--bottom-left:before {
  border-bottom-color: #383838; }

.hint--bottom-right:before {
  border-bottom-color: #383838; }

.hint--bottom:before {
  border-bottom-color: #383838; }

.hint--left:before {
  border-left-color: #383838; }

.hint--right:before {
  border-right-color: #383838; }
/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -11px; }

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%; }

.hint--top:before {
  left: calc(50% - 6px); }

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px); }
/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -11px; }

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%; }

.hint--bottom:before {
  left: calc(50% - 6px); }

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }
/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px; }

.hint--right:after {
  margin-bottom: -13px; }

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%; }

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }
/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px; }

.hint--left:after {
  margin-bottom: -13px; }

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%; }

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }
/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -11px; }

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%; }

.hint--top-left:before {
  left: calc(50% - 6px); }

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }

.hint--top-left:after {
  margin-left: 12px; }

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }
/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -11px; }

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%; }

.hint--top-right:before {
  left: calc(50% - 6px); }

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }

.hint--top-right:after {
  margin-left: -12px; }

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }
/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -11px; }

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%; }

.hint--bottom-left:before {
  left: calc(50% - 6px); }

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }

.hint--bottom-left:after {
  margin-left: 12px; }

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px); }
/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -11px; }

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%; }

.hint--bottom-right:before {
  left: calc(50% - 6px); }

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }

.hint--bottom-right:after {
  margin-left: -12px; }

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }
/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */
.hint--small:after, .hint--medium:after, .hint--large:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word; }

.hint--small:after {
  width: 80px; }

.hint--medium:after {
  width: 150px; }

.hint--large:after {
  width: 300px; }
/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[class*="hint--"] {
  /**
   * tooltip body
   */ }

[class*="hint--"]:after {
  text-shadow: 0 -1px 0px #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }
/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726; }

.hint--error.hint--top-left:before {
  border-top-color: #b34e4d; }

.hint--error.hint--top-right:before {
  border-top-color: #b34e4d; }

.hint--error.hint--top:before {
  border-top-color: #b34e4d; }

.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--left:before {
  border-left-color: #b34e4d; }

.hint--error.hint--right:before {
  border-right-color: #b34e4d; }
/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328; }

.hint--warning.hint--top-left:before {
  border-top-color: #c09854; }

.hint--warning.hint--top-right:before {
  border-top-color: #c09854; }

.hint--warning.hint--top:before {
  border-top-color: #c09854; }

.hint--warning.hint--bottom-left:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--bottom-right:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--left:before {
  border-left-color: #c09854; }

.hint--warning.hint--right:before {
  border-right-color: #c09854; }
/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #1a3c4d; }

.hint--info.hint--top-left:before {
  border-top-color: #3986ac; }

.hint--info.hint--top-right:before {
  border-top-color: #3986ac; }

.hint--info.hint--top:before {
  border-top-color: #3986ac; }

.hint--info.hint--bottom-left:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--bottom-right:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--left:before {
  border-left-color: #3986ac; }

.hint--info.hint--right:before {
  border-right-color: #3986ac; }
/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a; }

.hint--success.hint--top-left:before {
  border-top-color: #458746; }

.hint--success.hint--top-right:before {
  border-top-color: #458746; }

.hint--success.hint--top:before {
  border-top-color: #458746; }

.hint--success.hint--bottom-left:before {
  border-bottom-color: #458746; }

.hint--success.hint--bottom-right:before {
  border-bottom-color: #458746; }

.hint--success.hint--bottom:before {
  border-bottom-color: #458746; }

.hint--success.hint--left:before {
  border-left-color: #458746; }

.hint--success.hint--right:before {
  border-right-color: #458746; }
/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible; }

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px); }

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }

.hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--top-right:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px); }

.hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--bottom-right:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--always.hint--left:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

.hint--always.hint--right:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }
/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px; }
/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms; }

.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }
/*--------------------------------------------------------------
 # MultiScroll
 --------------------------------------------------------------*/
body[class*="ms-viewing-"] .zk-main, body[class*="ms-viewing-"] .zk-main > *, body[class*="ms-viewing-"] .zk-main > * > *, .row-multiscroll, .row-multiscroll > *, .row-multiscroll > * > * {
  position: inherit; }

#multiscroll-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  margin-top: -32px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 7px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

#multiscroll-nav.right {
  right: 17px; }

#multiscroll-nav.left {
  left: 17px; }

#multiscroll-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#multiscroll-nav li {
  position: relative; }

#multiscroll-nav li a {
  display: block;
  padding: 7px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none; }

#multiscroll-nav li:hover span {
  background: #a0a0a0;
  border-color: #a0a0a0; }

#multiscroll-nav li .active span {
  background: #a0a0a0;
  border-color: #a0a0a0; }

#multiscroll-nav span {
  width: 9px;
  height: 9px;
  display: block;
  border: 1px solid #000;
  background: #000;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.multiscroll-tooltip {
  position: absolute;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  background: black;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.multiscroll-tooltip:before {
  content: '';
  display: block;
  border-style: solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.multiscroll-tooltip.right {
  right: 20px; }

.multiscroll-tooltip.right:before {
  right: -5px;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000; }

.multiscroll-tooltip.left {
  left: 20px; }

.multiscroll-tooltip.left:before {
  left: -5px;
  border-width: 5px 5px 5px 0;
  border-color: transparent #000 transparent transparent; }

.ms-responsive .ms-hide {
  display: none; }

@media (min-width: 992px) {
  body[class*="ms-viewing-"] {
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 100vh; }

  .ocms-left, .ocms-right {
    position: absolute;
    width: 50%; }

  .ocms-left {
    left: 0; }

  .ocms-right {
    right: 1px; }

  .ms-tableCell {
    height: 100%; } }

@media (max-width: 991px) {
  .ms-tableCell {
    height: auto !important; }
    .ms-tableCell:empty {
      display: none; } }

.oc-multiscroll .ocms-left, .oc-multiscroll .ocms-right {
  padding-left: 15px;
  padding-right: 15px; }

.ms-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ms-section.ms-table {
  display: table;
  width: 100%; }

.ms-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.ms-easing {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out; }

.ms-scrollable {
  overflow: hidden;
  position: relative; }

.ms-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

#oc-open-footer {
  display: none;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #a0a0a0;
  cursor: pointer; }

.page-template-page-splitslider .oc-footer-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  min-height: 50px; }

.page-template-page-splitslider #oc-open-footer {
  display: block; }

.page-template-page-splitslider #oc-footer {
  max-height: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.page-template-page-splitslider #oc-footer.opened {
  max-height: calc(100vh - 50px);
  padding-top: inherit;
  padding-bottom: inherit; }
/*# sourceMappingURL=child-theme.css.map */