@charset "UTF-8";
/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(//www.ankaranotebooktamiri.gen.tr/wp-content/themes/industrial/js/owlcarousel/assets/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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: 1em 40px;
}

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;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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-appearance: textfield;
  box-sizing: content-box;
}

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;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

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

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

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

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

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

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

@media (min-width: 1000px) {
  .container {
    width: 970px;
  }
}

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

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

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1000px) {
  .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 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .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 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

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

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

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

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


/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
  z-index: 99;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top-style: none;
  margin-top: 1px;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
}

.pika-single.pika-above {
  border-bottom-style: none;
  border-top-style: solid;
  margin-top: -1px;
}

.pika-single {
  *zoom: 1;
}

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 98;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 99;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  color: #fff;
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  height: 24px;
  text-indent: 200px;
  white-space: nowrap;
  overflow: hidden;
  width: 24px;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev:before,
.pika-next:before {
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  text-indent: 0;
  text-align: center;
  width: 24px;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
}

.pika-prev:before,
.is-rtl .pika-next:before {
  content: "\f104";
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
}

.pika-next:before,
.is-rtl .pika-prev:before {
  content: "\f105";
}

.pika-select {
  display: inline-block;
  *display: inline;
}

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

.pika-table th,
.pika-table td {
  line-height: 30px;
  width: 14.285714285714286%;
  padding: 0;
  text-align: center;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border: 0;
  margin: 0;
  padding: 8px;
  color: #666;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
}

.is-today .pika-button {
  color: #000;
  font-weight: bold;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

.is-selected .pika-button,
.pika-button:hover {
  color: #fff;
  background-color: #1bc2a1;
  border-radius: 3px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}/*
* Table of content
*
*
* HEADER
* Above nav bar
* Header sticky
* Header classic
* Menu description
* Header right
* Header Center
* Header Bottom
* Burger Icon
* Header Style 4
* Vertical Header
* Megamenu
* Wordpress specific styles for widgets in header
* Transparent Header
* Vertical Header
* Full Width Header
* Large Above Menu
* Heading in case of full-width header
*
* HELPER AND BASIC CLASSES
* Admin bar logo fix
* Section Spacing
* Backgrounds
*
* SITE FOOTER
* Copyright Footer
* Page Content & Sidebar Divider
* Widgets
*   Anps menu
*   Contact Number Widget
*   Sidebar Widgets
*   Recent News Widget
* WordPress Widgets
*   Classic WP menu
*   Anps Menu widget
*   Search widget
*   Pages widget
*   RSS widget
*   Calendar widget
*
* REVOLUTION SLIDER NAVIGATION
*
* CUSTOM PADDINGS (HELPER CLASSES)
*
* WOOCOMMERCE
* Cart totals
* Cross sells
* Coupon
* Quantity field
* Mini cart
* WooCommerce Checkout
* Site Notice
* Boxed layout
*/


/* # Header */

body,
html {
  height: 100%;
}

html.show-menu .site::after {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .2s ease 0s;
  z-index: 3;
}

html.show-menu header {
  background: #b2b2b2;
  border-color: transparent;
}

html.show-menu header.transparent {
  background: transparent;
}

.show-menu .site-header .container {
  width: 100%;
}

header {
  position: relative;
  z-index: 10;
}

header .header-wrap {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

header.transparent {
  height: 80px;
  position: absolute;
  width: 100%;
}

.site-navigation > ul {
  padding: 0;
}

.main-menu {
  margin-top: 5px;
  padding-left: 0;
}

@media (max-width: 400px) {
  .main-menu {
    margin-top: 60px;
  }
}

@media (max-width: 400px) {
  .above-nav-bar + .main-menu,
  .large-above-menu + .main-menu,
  .site-search + .main-menu,
  .top-bar-mobile-right + .main-menu,
  .top-bar-mobile-left + .main-menu {
    margin-top: 0;
  }
}

nav.site-navigation {
  margin-bottom: 12px;
  margin-top: 21px;
  min-width: 50px;
  z-index: 50;
}

nav.site-navigation ul li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

nav.site-navigation .above-nav-bar ul li a {
  text-transform: none;
}

nav.site-navigation ul li a:active,
nav.site-navigation ul li a:focus,
nav.site-navigation ul li a:hover {
  color: #fab702;
}

nav.site-navigation ul li {
  display: inline-block;
  float: none;
  list-style: none;
  position: relative;
  vertical-align: middle;
}

/* ## Above nav bar */

.style-4 .above-nav-bar > * + * {
  margin-left: 20px;
}

.above-nav-bar .widget-title {
  display: none;
}

.above-nav-bar > ul > li {
  margin-left: 5px;
}

@media (max-width: 400px) {
  .show-menu .above-nav-bar {
    margin-top: 67px;
  }
}

@media (max-width: 400px) {
  .site-search + .above-nav-bar {
    margin-top: 0;
  }
}

/* ## Header sticky */

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

header.sticky {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  header.sticky.full-width .site-navigation {
    right: 15px;
  }
}

header.sticky.transparent {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
  transition: background .3s ease-in-out;
}

.logo-sticky {
  display: none;
}

.sticky .logo-sticky {
  display: block;
}

.sticky .logo-mobile,
.sticky .logo-wrap {
  display: none;
}

/* ## Header classic */

header.classic {
  background: #fff;
  border: none;
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {
  header.classic .site-navigation {
    margin-top: 0;
    padding-top: 19px;
  }

  header.classic .logo + .site-navigation {
    margin-top: 0;
    padding-top: 7px;
  }
}

@media (min-width: 1200px) {
  .header {
    transition: opacity .3s ease;
    width: 100%;
  }

  .logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .logo-wrap {
    display: block;
  }

  .logo-mobile {
    display: none;
  }

  nav.site-navigation {
    margin-top: 19px;
  }

  nav.site-navigation .main-menu {
    margin-bottom: 23px;
  }

  nav.site-navigation .above-nav-bar + .main-menu {
    margin-bottom: 10px;
  }

  nav.site-navigation ul {
    text-align: right;
  }

  nav.site-navigation ul li {
    min-height: 30px;
    text-align: left;
  }

  nav.site-navigation ul.main-menu > li > a {
    padding: 20px 10px 30px;
  }

  nav.site-navigation ul li:last-child > a {
    padding-right: 0;
  }

  nav.site-navigation .sub-menu {
    height: 0;
    overflow: hidden;
  }

  nav.site-navigation li:focus > .sub-menu,
  nav.site-navigation li:hover > .sub-menu {
    height: auto;
    overflow: visible;
  }

  nav.site-navigation > ul > li a {
    padding: 10px 16px;
  }

  nav.site-navigation ul li > ul.sub-menu {
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    padding-left: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 240px;
    z-index: 100;
  }

  nav.site-navigation ul li > ul.sub-menu a {
    clear: both;
    color: #767676;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 13px 20px;
    width: 100%;
  }

  nav.site-navigation ul li > ul.sub-menu li {
    width: 100%;
  }

  nav.site-navigation ul li > ul.sub-menu li:not(:last-child) {
    border-bottom: 1px solid #ececec;
  }

  nav.site-navigation ul li > ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
  }

  .above-nav-bar {
    text-align: right;
  }

  .vertical-menu .above-nav-bar {
    text-align: center;
  }

  .vertical-menu .above-nav-bar .mini-cart-content {
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .above-nav-bar > ul {
    display: inline-block;
  }

  .mobile-showchildren {
    display: none;
  }

  /* ### Classic header type - desktop */

  .site-header.sticky .mobile-wrap > ul > li > ul.sub-menu {
    top: 40px;
  }

  header.site-header.classic {
    padding-bottom: 0;
  }

  header.site-header.classic .mobile-wrap > ul > li > ul.sub-menu {
    top: 45px;
  }

  header.site-header.classic .mobile-wrap > ul > li ul.sub-menu > *:first-of-type > a {
    border-top: 1px solid #eff0f0;
  }

  header.site-header.classic nav.site-navigation ul li a {
    color: #8c8c8c;
  }

  header.site-header.classic .main-menu {
    margin: 5px 0;
  }

  header.site-header.classic nav.site-navigation ul.main-menu > li > a {
    padding-bottom: 27px;
    padding-top: 27px;
  }

  header .sub-menu > li.menu-item-has-children > a {
    position: relative;
  }

  header .sub-menu > li.menu-item-has-children > a::after {
    color: #8c8c8c;
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
  }

  header .sub-menu > li.menu-item-has-children > a:focus::after,
  header .sub-menu > li.menu-item-has-children > a:hover::after {
    color: #fff;
  }

  /* ## Transparent - desktop */

  header.transparent nav.site-navigation .mobile-wrap > ul > li:focus > ul.sub-menu,
  header.transparent nav.site-navigation .mobile-wrap > ul > li:hover > ul.sub-menu {
    padding-top: 0;
  }

  header.transparent nav.site-navigation {
    margin-bottom: 0;
  }
}

/* ## Menu description */

.menu-item-desc {
  clear: both;
  display: block;
  line-height: 1.3em;
  margin-bottom: 15px;
  opacity: .9;
}

@media (min-width: 1200px) {
  .menu-item-desc {
    color: #8c8c8c;
    font-size: 11px;
    line-height: 1em;
    margin: 0;
    max-width: 200px;
    padding: 0 10px;
  }

  .site-header.vertical .menu-item-desc {
    color: #8c8c8c;
    margin-bottom: 15px;
  }

  .site-header.transparent .menu-item-desc {
    color: #fff;
  }

  .site-header.style-4 .menu-item-desc {
    padding: 0 20px;
  }
}

/* ## Header right */

@media (min-width: 1200px) {
  header.left .logo {
    left: auto;
    right: 15px;
  }

  header.left .pull-right {
    float: left !important;
  }

  header.left .main-menu > .menu-item:first-child > a {
    padding-left: 0;
  }
}

/* ## Header Center */

@media (min-width: 1200px) {
  header.center {
    text-align: center;
  }

  header.center .logo {
    display: inline-block;
    float: none !important;
    margin-top: 15px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  header.center .site-navigation {
    float: none !important;
  }

  header.center .site-navigation .mobile-wrap {
    display: inline-block;
  }
}

/* ## Header Bottom */

header.bottom {
  min-height: 77px;
  /* Fix spacing issue on sticky */
}

html:not(.show-menu) header.bottom:not(.sticky) {
  left: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
}

header.bottom ~ .site-main {
  padding-top: 0 !important;
}

@media (max-width: 1199px) {
  html {
    max-width: 100%;
  }

  body .site {
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }

  body .site::after {
    opacity: 0;
    transition: opacity .2s;
  }

  .site-navigation {
    bottom: 0;
    margin-top: 21px;
    position: relative;
    right: 0;
    top: 0;
  }

  .site-navigation .mobile-wrap {
    background: #171717;
    border-left: 1px solid #000;
    box-shadow: inset -1px 0 3px 3px rgba(0, 0, 0, 0.75);
    height: 100%;
    overflow-y: auto;
    padding: 20px 20px 20px 15px;
    -webkit-transform: translateX(290px);
    -ms-transform: translateX(290px);
    transform: translateX(290px);
    transition: all .2s;
  }

  .site-navigation .mobile-wrap a,
  .site-navigation .mobile-wrap .menu-notice {
    color: #fff;
  }

  .site-navigation .main-menu {
    padding-left: 5px;
  }

  .site-navigation .main-menu li {
    display: block;
    position: relative;
  }

  .site-navigation .main-menu li a {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: normal;
    min-height: 40px;
    padding-top: 10px;
    text-transform: uppercase;
  }

  .site-navigation .main-menu li a:active,
  .site-navigation .main-menu li a:focus,
  .site-navigation .main-menu li a:hover {
    color: #fab702;
  }

  .site-navigation .main-menu li ul li a::before {
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 10px;
  }

  .site-navigation .main-menu li.current-menu-item > a {
    color: #fab702;
  }

  .site-navigation .main-menu .megamenu > *,
  .site-navigation .main-menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .site-navigation .main-menu .megamenu > * > ul,
  .site-navigation .main-menu > li > ul {
    min-width: 100%;
    padding: 10px 0;
  }

  .site-navigation .main-menu .megamenu > * > ul a,
  .site-navigation .main-menu > li > ul a {
    font-size: 12px;
    min-height: 32px;
    padding-top: 0;
  }

  .site-navigation .main-menu .megamenu > * ul li ul li,
  .site-navigation .main-menu > li ul li ul li {
    padding-left: 10px;
  }

  .site-navigation .main-menu ul {
    padding-left: 0;
  }

  .site-navigation .mobile-showchildren {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }

  .site-navigation .mobile-showchildren:active,
  .site-navigation .mobile-showchildren:hover {
    color: #fab702;
  }

  .site-navigation .sub-menu .mobile-showchildren {
    padding: 0 15px;
  }

  .logo {
    margin-top: 20px;
  }

  .above-nav-bar {
    text-align: left;
  }

  .above-nav-bar > ul {
    display: block;
    margin-bottom: 0;
  }

  .above-nav-bar > ul.contact-info > li {
    clear: both;
    margin-bottom: 13px;
    width: 100%;
  }

  .site {
    width: 100%;
  }

  .top-bar > .container {
    width: 100%;
  }

  .ghost-nav-wrap {
    margin-top: 0;
    pointer-events: none;
    position: fixed;
    width: 290px;
    z-index: 1;
  }

  html.show-menu body .site {
    -webkit-transform: translateX(-290px) translateZ(0);
    transform: translateX(-290px) translateZ(0);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }

  html.show-menu body .ghost-nav-wrap {
    pointer-events: all;
    position: fixed;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 290px;
  }

  html.show-menu body .ghost-nav-wrap .mobile-wrap {
    position: relative;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }

  .site .site-navigation .mobile-wrap {
    display: none;
  }

  .site-search form {
    margin-bottom: 20px;
    position: relative;
  }

  .site-search form input.searchfield {
    background: #353535;
    border: 1px solid transparent;
    border-radius: 3px;
    height: 37px;
    margin: 5px;
    padding: 7px 16px;
    width: 100%;
  }

  .site-search form button.submit {
    background: transparent none repeat scroll 0 0;
    border: medium none transparent;
    color: #717171;
    height: 37px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 37px;
  }

  .site-search form button.submit:focus,
  .site-search form button.submit:hover {
    color: #fff;
  }

  header.classic > .container {
    padding: 0 15px 18px;
  }

  header.vertical > .container {
    padding-left: 0;
    padding-right: 0;
  }

  header.classic {
    height: 80px;
  }
}

/* ## Burger Icon */

@media (max-width: 400px) {
  .searchform-header {
    padding-left: 55px;
  }
}

.burger {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 4px;
  color: #fff;
  display: block;
  height: 39px;
  padding: 10px;
  position: absolute;
  right: 0;
  transition: all 0.4s;
  width: 39px;
}

.mobile-wrap .burger {
  display: none;
}

@media (max-width: 400px) {
  .site-navigation > .burger.active {
    display: none;
  }

  .mobile-wrap .burger {
    border-color: rgba(255, 255, 255, 0.4);
    display: block;
    left: 20px;
    right: auto;
    top: 24px;
    z-index: 9;
  }
}

.burger.active {
  padding: 12px 8px 8px 12px;
}

.burger span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: currentColor;
  display: block;
  height: 16.66%;
  margin-bottom: 16.66%;
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  transition: all 0.4s;
  width: 100%;
}

.burger span.burger-top {
  -webkit-transform: rotate(0) scale(1, 1);
  -ms-transform: rotate(0) scale(1, 1);
  transform: rotate(0) scale(1, 1);
  -webkit-transform-origin: 8.33% 50%;
  -ms-transform-origin: 8.33% 50%;
  transform-origin: 8.33% 50%;
}

.burger span.burger-bottom {
  margin-bottom: 0;
  -webkit-transform: rotate(0) scale(1, 1);
  -ms-transform: rotate(0) scale(1, 1);
  transform: rotate(0) scale(1, 1);
  -webkit-transform-origin: 8.33% 50%;
  -ms-transform-origin: 8.33% 50%;
  transform-origin: 8.33% 50%;
}

.burger span.burger-middle {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.burger.active .burger-top {
  -webkit-transform: rotate(45deg) scale(1.13, 1);
  -ms-transform: rotate(45deg) scale(1.13, 1);
  transform: rotate(45deg) scale(1.13, 1);
  transition: all 0.4s ease;
}

.burger.active .burger-bottom {
  -webkit-transform: rotate(-45deg) scale(1.13, 1);
  -ms-transform: rotate(-45deg) scale(1.13, 1);
  transform: rotate(-45deg) scale(1.13, 1);
  transition: all 0.4s ease;
}

.burger.active .burger-middle {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.4s easin;
}

.burger.active span {
  margin-bottom: 16.66%;
}

.burger:focus,
.burger:hover {
  opacity: .6;
  outline: none;
}

@media (min-width: 1200px) {
  .burger {
    display: none;
  }
}

header.classic .burger {
  border: 1px solid #000;
}

header.classic .burger span {
  background: #000;
}

.top-bar {
  background: #f5f5f5;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 200;
}

.top-bar .widget-title {
  display: none;
}

@media (min-width: 1200px) {
  .top-bar-right {
    text-align: right;
  }
}

@media (max-width: 1199px) {
  .top-bar-mobile-menu {
    display: none;
  }
}

@media (max-width: 400px) {
  .top-bar-mobile-left,
  .top-bar-mobile-right {
    margin-top: 60px;
  }
}

.top-bar-mobile-left + .top-bar-mobile-right {
  margin-top: 0;
}

nav.site-navigation .current-menu-item > a {
  background: none !important;
  color: #fab702 !important;
  cursor: default;
}

header a:focus {
  color: #fab702;
  outline: none;
}

/* ## Header Style 4 */

header.style-4 .above-nav-bar {
  margin-bottom: 17px;
}

@media (min-width: 1200px) {
  header.site-header.style-4 nav.site-navigation ul.main-menu > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }

  header.site-header.style-4 nav.site-navigation ul.main-menu > li:last-child a {
    padding-right: 0;
  }
}

/* ## Vertical Header */

@media (min-width: 1200px) {
  body.vertical-menu .site-footer,
  body.vertical-menu .site-main,
  body.vertical-menu .top-bar {
    margin-left: 380px;
  }

  .site-header.vertical {
    background: #fff;
    bottom: 0;
    box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
    left: 0;
    position: fixed;
    top: 0;
    width: 380px;
  }

  .site-header.vertical .menu-item > a {
    display: block;
  }

  .site-header.vertical .site-navigation .main-menu ul li a:focus,
  .site-header.vertical .site-navigation .main-menu ul li a:hover {
    color: #fff;
  }

  .site-header.vertical .header-wrap {
    width: 380px;
  }

  .site-header.vertical .logo.relative {
    display: block;
    margin: 60px 60px 0;
    position: relative;
    text-align: center;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: auto;
  }

  .site-header.vertical .above-nav-bar {
    border-bottom: 0;
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .site-header.vertical .above-nav-bar > ul {
    display: block;
    margin-left: 0;
    padding: 0;
    text-align: center;
  }

  .site-header.vertical .above-nav-bar > ul.contact-info {
    text-align: center;
  }

  .site-header.vertical .above-nav-bar > ul.contact-info > li {
    clear: both;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 175px;
  }

  .site-header.vertical .above-nav-bar > ul.contact-info > li a {
    font-size: 12px;
  }

  .site-header.vertical .above-nav-bar > ul.contact-info > li a:focus,
  .site-header.vertical .above-nav-bar > ul.contact-info > li a:hover {
    color: #fab702;
  }

  .site-header.vertical .above-nav-bar > ul.contact-info.transparent li::before {
    border-right-color: rgba(0, 0, 0, 0.15);
  }

  .site-header.vertical .above-nav-bar > ul.social li {
    margin: 0 6px 6px;
  }

  .site-header.vertical .above-nav-bar > ul.social li a {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 14px;
  }

  .site-header.vertical .above-nav-bar > ul.social li a:hover i {
    color: #fab702;
  }

  .site-header.vertical .above-nav-bar > ul * {
    border-color: rgba(0, 0, 0, 0.15);
    color: #8c8c8c;
  }

  .site-header.vertical .main-menu > li:not(.mini-cart) {
    border-bottom: 1px solid #ececec;
    display: block;
    float: none;
    line-height: 49px;
    margin: auto;
    text-align: center;
    width: 195px;
  }

  .site-header.vertical .main-menu > li:not(.mini-cart):last-child {
    border-bottom: none;
  }

  .site-header.vertical .main-menu > li:not(.mini-cart) a {
    color: #000;
    line-height: 29px;
    padding: 10px 20px;
  }

  .site-header.vertical .main-menu > li:not(.mini-cart) > ul {
    left: 100%;
    line-height: 50px;
    top: 0;
  }

  .site-header.vertical .main-menu > li:not(.mini-cart):hover > a {
    color: #fab702;
  }

  .site-header.vertical .main-menu > li:not(.mini-cart):hover ul {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  }

  .site-header.vertical .main-menu > li:not(.mini-cart).current-menu-item > a {
    color: #fab702;
  }

  .site-header.vertical .main-menu > li:not(.mini-cart).search {
    width: 100%;
  }

  .site-header.vertical .main-menu .sub-menu li a {
    line-height: 30px;
  }

  .site-header.vertical .main-menu .sub-menu > li {
    margin-top: -2px;
  }
}

@media (max-width: 1199px) {
  .site-header.vertical {
    background: #fff;
    border: none;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
  }

  .site-header.vertical .logo {
    display: inline-block;
    margin: 20px;
  }

  .site-header.vertical .site-navigation {
    display: inline-block;
    float: right;
    margin: 20px;
    min-height: 36px;
    position: absolute;
  }

  .site-header.vertical .site-navigation .burger {
    background: #fff;
    border-color: #000;
  }

  .site-header.vertical .site-navigation .burger span {
    background: #000;
  }
}

/* ## Megamenu */

@media (min-width: 1200px) {
  .megamenu-wrapper {
    position: static !important;
  }

  header.site-header nav.site-navigation .main-menu > li:hover .megamenu {
    display: block !important;
    opacity: 1;
  }

  header.site-header nav.site-navigation .main-menu .megamenu {
    background-color: #fff;
    border-top: 1px solid #eff0f0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    display: none !important;
    font-size: 12px;
    left: 0;
    margin-top: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
  }

  header.site-header nav.site-navigation .main-menu .megamenu > *:first-of-type {
    padding-left: 0;
  }

  header.site-header nav.site-navigation .main-menu .megamenu > *:first-of-type li {
    padding-left: 29px;
  }

  header.site-header nav.site-navigation .main-menu .megamenu > *:last-of-type {
    padding-right: 0;
  }

  header.site-header nav.site-navigation .main-menu .megamenu > *:last-of-type li {
    padding-right: 29px;
  }

  header.site-header nav.site-navigation .main-menu .megamenu > *:not(:last-of-type)::after {
    background-color: #ececec;
    content: "";
    height: 700px;
    margin-top: -350px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }

  header.site-header nav.site-navigation .main-menu .megamenu ul {
    padding: 0;
    text-align: left;
  }

  header.site-header nav.site-navigation .main-menu .megamenu ul li {
    padding: 7px 15px;
    width: 100%;
  }

  header.site-header nav.site-navigation .main-menu .megamenu ul li:not(:last-of-type) {
    border-bottom: 1px solid #ececec;
  }

  header.site-header nav.site-navigation .main-menu .megamenu ul li > * {
    display: inline-block;
    font-size: inherit;
    padding: 5px;
  }

  header.site-header nav.site-navigation .main-menu .megamenu ul li a {
    color: #8c8c8c;
    text-transform: none;
  }

  header.site-header nav.site-navigation .main-menu .megamenu ul li a:focus,
  header.site-header nav.site-navigation .main-menu .megamenu ul li a:hover {
    color: #fab702;
  }
}

.megamenu-title {
  color: #fab702;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .megamenu {
    width: 100% !important;
  }

  .megamenu > * {
    padding: 0;
  }

  .megamenu > * + * {
    margin-top: 15px;
  }

  .megamenu > *:last-of-type {
    border-bottom: none !important;
  }
}

/* ## Wordpress specific styles for widgets in header */

.ghost-nav-wrap.site-navigation .contact-info li,
.site-header.transparent .contact-info li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.ghost-nav-wrap.site-navigation .contact-info li *,
.site-header.transparent .contact-info li * {
  color: #fff;
}

.ghost-nav-wrap.site-navigation .contact-info li::before,
.site-header.transparent .contact-info li::before {
  border-color: rgba(255, 255, 255, 0.2);
}

.ghost-nav-wrap.site-navigation .contact-info li a:hover,
.site-header.transparent .contact-info li a:hover {
  color: #fab702;
}

.ghost-nav-wrap.site-navigation ul.social > li > a,
.site-header.transparent ul.social > li > a {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.site-header.classic .above-nav-bar .contact-info li {
  border: 1px solid #d9d9d9;
  color: #8c8c8c;
  margin-left: 10px;
}

.site-header.classic .above-nav-bar .contact-info li * {
  color: #8c8c8c;
}

.site-header.classic .above-nav-bar .contact-info li::before {
  border-color: #d9d9d9;
}

.site-header.classic .above-nav-bar .contact-info li a:hover {
  color: #fab702;
}

.site-header.classic .above-nav-bar ul.social > li > a {
  background: transparent;
  border: 1px solid #d9d9d9;
}

.site-header.classic .above-nav-bar ul.social > li > a:hover {
  border: 1px solid #d9d9d9;
}

.site-header.classic .above-nav-bar .widget {
  color: #8c8c8c;
  display: inline-block;
  float: none;
  margin-left: 10px;
}

/* ## Transparent Header */

.site-header.transparent .widget {
  color: #fff;
  display: inline-block;
  float: none;
  margin-left: 7px;
}

.site-header.transparent .above-nav-bar ul > li:not(:first-child) {
  margin-left: 7px;
}

.site-header.transparent.sticky .burger {
  border: 1px solid #000;
}

.site-header.transparent.sticky .burger span {
  background: #000;
}

/* ## Vertical Header */

.site-header.vertical .main-menu > li.menu-search .menu-search-toggle {
  padding-left: 0;
}

.site-header.vertical ul {
  padding-left: 0;
  text-align: center;
}

.site-header.vertical .menu-search-form {
  left: 50%;
  margin-left: -100px;
  right: auto;
  width: 200px;
  z-index: 999;
}

.site-header.vertical .menu-search-form form {
  padding: 0 7px;
}

.site-header.vertical .menu-search-form .menu-search-field {
  line-height: 24px;
  width: 100%;
}

.site-header.vertical .menu-search-form::before {
  left: 49%;
  right: auto;
}

.site-header.vertical .contact-info {
  text-align: center;
}

.site-header.vertical .contact-info li {
  border: 1px solid #d9d9d9;
  color: #8c8c8c;
  display: table;
  margin: 20px auto;
  margin-left: 0;
  min-width: 175px;
  text-align: center;
}

.site-header.vertical .contact-info li * {
  color: #8c8c8c;
}

.site-header.vertical .contact-info li::before {
  border-color: #d9d9d9;
}

.site-header.vertical .contact-info li a:hover {
  color: #fab702;
}

.site-header.vertical .social {
  display: block;
}

.site-header.vertical .social li a {
  background: transparent;
  border: 1px solid #d9d9d9;
  color: #8c8c8c;
}

.site-header.vertical .social li a:hover,
.site-header.vertical .social li a:focus {
  color: #fab702;
}

.site-header.vertical .social li + li {
  margin-left: 15px;
}

.site-header.vertical .textwidget {
  margin: 10px 0;
  text-align: center;
}

/* ## Full Width Header */

@media (max-width: 1199px) {
  .menu-button {
    border-radius: 3px;
    display: block;
    margin-left: 5px;
    margin-top: 30px;
    padding: 11px 18px;
    width: calc(100% - 5px);
  }
}

.full-width {
  background-color: #fff;
}

.full-width .menu-button {
  display: none;
}

.full-width .site-navigation {
  right: 0;
}

@media (max-width: 1199px) {
  .full-width .mini-cart {
    right: 55px;
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .full-width {
    right: 15px;
  }
}

@media (min-width: 1200px) {
  .full-width .logo {
    position: absolute;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 1199px) {
  .full-width .preheader-wrap {
    height: 92px;
    position: relative;
  }

  .full-width .header-wrap {
    position: relative;
  }

  .full-width .site-navigation {
    position: absolute;
    top: -86px;
  }

  .full-width .burger {
    border-color: currentColor;
    color: #000;
  }

  .full-width .burger span {
    background-color: currentColor;
  }

  .full-width .logo {
    left: 15px;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

@media (min-width: 1200px) {
  .full-width .preheader-wrap {
    height: 144px;
  }

  .full-width .header-wrap.center .main-menu {
    text-align: center;
  }

  .full-width .header-wrap:not(.center) .mobile-wrap {
    float: left;
  }

  .full-width .header-wrap.right .mobile-wrap {
    float: right;
  }

  .full-width .header-wrap.sticky {
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99;
  }

  .full-width.full-width-has-cart .large-above-menu:not(.style-2) {
    padding-right: 94px;
  }

  .full-width .menu-button {
    display: block;
    font-size: 14px;
    height: 100%;
    line-height: 71px;
    padding: 0 24px;
    float: right;
    text-transform: uppercase;
  }

  .full-width .menu-button i {
    margin-right: 10px;
  }

  .full-width .logo {
    background-color: currentColor;
    color: transparent;
    display: table;
    height: 100%;
  }

  .full-width .logo::before {
    background-color: currentColor;
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 1200px;
  }

  .full-width .logo::after {
    border-left: 0 solid currentColor;
    border-right: 120px solid transparent;
    border-top: 144px solid currentColor;
    content: "";
    height: 0;
    position: absolute;
    right: -120px;
    top: 0;
    width: 0;
  }

  .full-width .logo > a {
    display: table-row;
  }

  .full-width .large-above-menu,
  .full-width .logo-wrap {
    padding-bottom: 31px;
  }

  .full-width .logo-wrap {
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: middle;
    z-index: 9;
  }

  .full-width nav.site-navigation {
    left: 15px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: -35px;
  }

  .full-width nav.site-navigation .main-menu {
    margin: 0;
    padding: 0 20px;
    text-align: left;
  }

  .full-width nav.site-navigation .main-menu li {
    min-height: auto;
  }

  .full-width nav.site-navigation .main-menu > li > a {
    display: block;
    font-size: 14px;
    padding: 24px 21px;
  }

  .full-width .sticky nav.site-navigation {
    top: 0;
  }
}

.menu-notice {
  padding: 24px 21px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .full-width:not(.above-nav-style-2) .mini-cart {
    float: none;
    position: absolute;
    right: 0;
    top: -85px;
  }

  .full-width:not(.above-nav-style-2) .mini-cart-link i {
    font-size: 21px;
  }

  .full-width:not(.above-nav-style-2) .mini-cart-link {
    background: none;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    height: 64px;
    width: 64px;
  }

  .full-width:not(.above-nav-style-2) .mini-cart-number {
    bottom: 50px;
    left: 50px;
  }
}

@media (min-width: 1200px) {
  .menu-search-toggle {
    padding-left: 15px;
  }
}

.ghost-nav-wrap.site-navigation .widget,
.ghost-nav-wrap.site-navigation .widget > ul > li {
  margin-bottom: 14px;
  margin-left: 0;
}

.ghost-nav-wrap.site-navigation .widget {
  color: #898989;
  display: block;
  margin-left: 5px;
}

.ghost-nav-wrap.site-navigation ul.social > li:not(:first-child) {
  margin-left: 5px;
}

.ghost-nav-wrap.site-navigation ul.social > li a:not(:hover) {
  color: #898989;
}

.ghost-nav-wrap.site-navigation ul.social > li a:hover {
  color: #fab702;
}

@media (min-width: 1000px) {
  .top-bar > .container .col-md-6 + .col-md-6 {
    text-align: right;
  }

  .top-bar .contact-info .important:not(:last-child) {
    margin-right: 7px;
  }

  .top-bar .contact-info br {
    display: none;
  }
}

@media (max-width: 999px) {
  .top-bar > .container .col-md-6 {
    text-align: center;
  }

  .top-bar > .container .col-md-6 + .col-md-6 {
    margin-top: 0;
  }

  .top-bar > .container .col-md-6 .textwidget,
  .top-bar > .container .col-md-6 .widget {
    display: block;
    margin-left: 0;
    text-align: center;
  }

  .top-bar > .container .col-md-6 .contact-info {
    height: auto;
  }

  .top-bar > .container .col-md-6 .contact-info li {
    margin-left: 20px;
  }
}

/* ## Large Above Menu */

@media (max-width: 1199px) {
  .site-header .large-above-menu {
    display: none;
  }
}

@media (max-width: 400px) {
  .burger + .large-above-menu {
    margin-top: 55px;
  }
}

@media (min-width: 1200px) {
  .large-above-menu {
    display: table;
    float: right;
    height: 100%;
  }

  .large-above-menu > * {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
  }
}

.large-above-menu .widget-title {
  display: none;
}

.large-above-menu.large-above-menu-right {
  margin-top: 23px;
}

@media (max-width: 1199px) {
  .site-header-logo-center .main-menu,
  .site-header-logo-center .site-search {
    display: none;
  }
}

@media (min-width: 1200px) {
  .site-header-logo-center .header-wrap {
    display: table;
    padding: 10px 0;
    width: 100%;
  }

  .site-header-logo-center .logo {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    padding: 0 50px;
    width: 0;
  }

  .site-header-logo-center .logo img {
    max-width: none !important;
  }

  .site-header-logo-center .main-menu {
    margin: 0 !important;
  }

  .site-header-logo-center .site-navigation {
    margin: 0 !important;
    padding: 0 !important;
  }

  .site-header-logo-center .site-nav-wrap {
    width: 50%;
  }

  .site-header-logo-center .logo,
  .site-header-logo-center .site-nav-wrap {
    display: table-cell;
    vertical-align: middle;
  }

  nav.site-navigation ul li {
    min-height: 0;
  }

  .site-navigation-left {
    float: right;
  }

  .site-navigation-right {
    float: left;
  }
}

/* ## Heading in case of full-width header */

@media (min-width: 1200px) {
  .site-header.full-width + .site-main .page-header:not(.page-header-media) {
    padding: 90px 0 56px;
  }
}

@media (min-width: 1200px) {
  nav.site-navigation ul li.children-right > ul.sub-menu ul.sub-menu {
    left: -100%;
  }
}

/* # Helper and Basic classes */

::-moz-selection {
  background-color: #fab702;
  color: #fff;
}

::selection {
  background-color: #fab702;
  color: #fff;
}

body {
  color: #898989;
  font-family: "PT Sans", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7em;
}

a {
  color: #fab702;
}

a:not([class*=""]) {
  transition: background-color .2s, color .2s;
}

a > h1,
a > h3,
a > h4,
a > h5,
a > h6,
a > h2 {
  transition: .4s opacity;
}

a:focus,
a:hover {
  color: #ffcc43;
  text-decoration: none;
}

a:focus > h1,
a:focus > h3,
a:focus > h4,
a:focus > h5,
a:focus > h6,
a:focus > h2,
a:hover > h1,
a:hover > h3,
a:hover > h4,
a:hover > h5,
a:hover > h6,
a:hover > h2 {
  opacity: .7;
}

.w-255 {
  width: 255px;
}

.w-350 {
  width: 350px;
}

.margin-l-5 {
  margin-left: 5px;
}

.top-margin-70 {
  margin-top: 70px;
}

.top-margin-50 {
  margin-top: 50px;
}

.font-size-30 {
  font-size: 30px;
}

.no-border {
  border: none;
}

.clear {
  clear: both;
}

@media (max-width: 999px) {
  .no-margin-mobile {
    margin-top: 0 !important;
  }

  .no-padding-mobile .vc_column-inner {
    padding-top: 0 !important;
  }
}

label {
  cursor: pointer;
}

select {
  border: 1px solid #e4e4e4;
  padding: 8px 15px;
}

.select-wrapper {
  background-color: #fff;
  display: inline-block;
  position: relative;
}

.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 3px;
  padding-right: 35px;
  position: relative;
  z-index: 1;
}

.select-wrapper::before {
  content: "\f107";
  font-family: FontAwesome;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ## Admin bar logo fix */

#wpadminbar {
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.show-menu #wpadminbar {
  -webkit-transform: translateX(-290px);
  -ms-transform: translateX(-290px);
  transform: translateX(-290px);
}

.embed-responsive + .embed-responsive {
  margin-top: 47px;
}

@media (min-width: 1000px) {
  .embed-responsive + .embed-responsive {
    margin-top: 87px;
  }
}

.background-mask {
  color: #fff;
  position: relative;
}

.background-mask > * {
  position: relative;
  z-index: 2;
}

.background-mask::before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

b {
  color: #fab702;
  font-weight: normal;
}

mark {
  background-color: #fab702;
  color: #fff;
  padding: .1em .2em;
}

.dropcap {
  color: #000;
  float: left;
  font-size: 36px;
  line-height: 1em;
  margin-right: 8px;
}

em {
  color: #000;
}

.site-footer em {
  color: #fff;
}

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

p + .panel-group {
  margin-top: 31px;
}

.error-page-sample {
  padding: 60px 0;
}

.h5,
.title.h5 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.rev_slider_wrapper {
  color: #fff;
  left: 0 !important;
  overflow: hidden;
}

.shadow {
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}

[class*="col-"] > *:first-child {
  margin-top: 0;
}

@media (max-width: 999px) {
  [class*="col-md-"] + [class*="col-md-"] {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 40px;
  }
}

.important {
  color: #fab702 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Montserrat", sans-serif;
}

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

.container {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.abs-bot-right {
  display: none;
  padding: 0 !important;
}

.abs-bot-right .container {
  z-index: 1;
}

.abs-bot-right img {
  bottom: 0;
  position: absolute;
  right: -190px;
}

@media (min-width: 1000px) {
  .abs-bot-right {
    display: block;
  }
}

/* ## Section Spacing */

.section {
  background-repeat: no-repeat;
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 1000px) {
  .section {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .section.padding-after {
    padding-bottom: 35px;
    padding-top: 0;
  }
}

/* ## Backgrounds */

.bg-primary {
  background-color: #fab702;
}

.bg-gray {
  background-color: #f8f9f9;
}

.bg-dark {
  background-color: #252525;
}

.bg-dark * {
  color: rgba(255, 255, 255, 0.4);
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: #fff;
}

.bg-dark .title::before {
  background-color: rgba(255, 255, 255, 0.1);
}

body .background-image-center {
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (max-width: 999px) {
  body .background-image-center {
    background-image: none !important;
  }
}

body .background-image-left {
  background-origin: content-box;
  background-position: bottom -35px left 0;
  background-repeat: no-repeat;
}

@media (max-width: 999px) {
  body .background-image-left {
    background-image: none !important;
  }
}

/* # Site Footer */

.site-footer {
  background-color: #171717;
  color: #7f7f7f;
  padding-top: 38px;
}

.site-footer p + p {
  margin-top: 0;
}

@media (min-width: 1000px) {
  .fixed-footer .site-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .site-footer {
    padding-top: 58px;
  }
}

.site-footer > .container {
  padding-bottom: 36px;
}

@media (min-width: 1000px) {
  .site-footer > .container {
    padding-bottom: 66px;
  }
}

.site-footer .widget-title {
  color: #fff;
  font-size: 18px;
  margin: 0 0 24px;
  padding-bottom: 16px;
  position: relative;
}

.site-footer .widget-title::after {
  background-color: #fab702;
  bottom: -1px;
  content: "";
  left: 0;
  position: absolute;
}

@media (min-width: 1000px) {
  .site-footer .widget-title {
    margin-bottom: 22px;
  }
}

.site-footer .widget + .widget {
  margin-top: 16px;
}

@media (max-width: 600px) {
  .site-footer .col-xs-6 {
    width: 100%;
  }
}

@media (min-width: 601px) and (max-width: 999px) {
  .site-footer .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }

  .site-footer .col-xs-6:nth-child(1),
  .site-footer .col-xs-6:nth-child(2) {
    margin-top: 0 !important;
  }
}

@media (max-width: 999px) {
  .site-footer [class*="col-md"] + [class*="col-md"] {
    margin-top: 25px;
  }
}

.site-footer a:not(.btn) {
  color: inherit;
}

.site-footer a:not(.btn):focus,
.site-footer a:not(.btn):hover {
  color: #fab702;
}

.site-footer ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.site-footer-modern .widget-title::after {
  height: 2px;
  width: 43px;
}

.site-footer-modern .widget_nav_menu a {
  padding: 8px 0;
}

.site-footer-default .widget-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-default .widget-title::after {
  height: 3px;
  width: 73px;
}

/* ## Copyright Footer */

.site-footer-default .copyright-footer {
  border-top: 1px solid #2e2e2e;
}

.site-footer-modern .copyright-footer {
  font-weight: bold;
}

.copyright-footer > .container {
  position: relative;
}

.site-footer-default .copyright-footer > .container {
  padding-bottom: 25px;
  padding-top: 25px;
}

.site-footer-modern .copyright-footer > .container {
  padding-bottom: 11px;
  padding-top: 11px;
}

.copyright-footer .widget_text {
  margin-top: 7px;
}

.copyright-footer .widget-title {
  display: none;
}

.copyright-footer p {
  margin-bottom: 0;
}

.copyright-footer ul {
  list-style: none;
  padding-left: 0;
}

@media (max-width: 999px) {
  .copyright-footer {
    text-align: center;
  }

  .copyright-footer .text-right,
  .copyright-footer .text-left {
    text-align: center;
  }

  .copyright-footer [class*="col-md"] + [class*="col-md"] {
    margin-top: 15px;
  }
}

.rev_slider {
  font-family: "Montserrat", sans-serif;
}

.rev-subtitle,
.rev-title {
  color: #fff;
  font-weight: 700;
}

.rev-title {
  font-size: 72px;
}

.rev-subtitle {
  font-size: 18px;
}

/* ## Page Content & Sidebar Divider */

@media (max-width: 999px) {
  .sidebar-hide .sidebar {
    display: none;
  }

  .sidebar-after .content-container > .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar-after .sidebar {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .sidebar-after:not(.sidebar-hide) .page-content {
    padding-bottom: 0;
  }
}

.page-content,
.sidebar {
  margin-top: 0 !important;
  padding-bottom: 33px;
  padding-top: 33px;
  position: relative;
}

@media (min-width: 1000px) {
  .page-content::after,
  .page-content::before,
  .sidebar::after {
    background-color: #e1e2e2;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }

  .sidebar + .page-content::after {
    left: -16px;
  }

  .sidebar::after {
    right: 15px;
  }

  .page-content + .sidebar::after {
    left: 15px;
  }

  .page-content:not(.col-md-6)::before {
    display: none;
  }

  .page-content.col-md-6::before {
    right: -16px;
  }

  .page-content::after {
    right: -16px;
  }
}

/* ## Widgets */

/* ### Anps menu */

.anps_menu_widget .menu {
  list-style: none;
  padding: 0;
}

.anps_menu_widget .menu li {
  margin-bottom: 17px;
}

.anps_menu_widget .menu li.current-page a {
  color: #fff;
  cursor: default;
}

.anps_menu_widget .menu a {
  padding-left: 14px;
  position: relative;
}

.anps_menu_widget .menu a::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  left: 0;
  position: absolute;
}

/* ### Contact Number Widget */

.contact-number {
  border-radius: 3px;
  line-height: 1em;
  min-height: 64px;
  padding: 15px 27px;
  text-align: center;
  text-transform: uppercase;
}

.contact-number > * {
  display: block;
}

.contact-number > * + * {
  margin-top: 5px;
}

.contact-number-number {
  font-size: 15px;
}

.vertical-menu .contact-number {
  margin: 0 auto;
  max-width: 181px;
}

/* ### Sidebar Widgets */

.sidebar {
  /* Menu */
}

.sidebar .widget + .widget {
  margin-top: 40px;
}

.sidebar a {
  color: #898989;
}

.sidebar a:focus,
.sidebar a:hover {
  color: #ffcc43;
}

.sidebar .widget-title {
  font-size: 16px;
  margin: 0 0 24px;
}

.sidebar .menu,
.sidebar .sub-menu,
.sidebar .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.sidebar .sub-menu {
  display: none;
}

.sidebar .sub-menu a {
  padding: 11px 0;
}

.sidebar .current-menu-item > .sub-menu,
.sidebar .current-menu-ancestor > .sub-menu {
  display: block;
}

.sidebar .anps_menu_widget .menu {
  overflow: hidden;
  position: relative;
}

.sidebar .anps_menu_widget .menu a {
  position: relative;
}

.sidebar .anps_menu_widget .menu .current-menu-item > a {
  background-color: #fab702;
  color: #fff;
  cursor: default;
  margin: -1px 0;
  position: relative;
  z-index: 1;
}

.sidebar .anps_menu_widget .menu .current-menu-item > a::after {
  background-color: #fab702;
  content: "";
  height: 100%;
  left: auto;
  right: 100%;
  top: 0;
  width: 1000px;
}

.sidebar .sub-menu a {
  padding-left: 40px;
  padding-right: 40px;
}

.sidebar .sub-menu .sub-menu a {
  padding-left: 50px;
  padding-right: 50px;
}

.sidebar .sub-menu .sub-menu .sub-menu a {
  padding-left: 60px;
  padding-right: 60px;
}

.sidebar-left {
  /* Remove spacing (full width elements) */
}

@media (min-width: 1000px) {
  .sidebar-left .widget,
  .sidebar-left .woocommerce-MyAccount-navigation {
    padding-right: 30px;
  }
}

@media (min-width: 1000px) {
  .sidebar-left .widget_nav_menu,
  .sidebar-left .woocommerce-MyAccount-navigation {
    margin-right: -30px;
  }
}

.sidebar-left .widget_nav_menu .menu > li > a,
.sidebar-left .woocommerce-MyAccount-navigation a {
  padding-right: 30px;
}

.sidebar-left .widget_nav_menu .menu > li > a,
.sidebar-left .woocommerce-MyAccount-navigation a {
  padding-left: 30px;
}

.sidebar-right {
  /* Remove spacing (full width elements) */
}

@media (min-width: 1000px) {
  .sidebar-right .widget,
  .sidebar-right .woocommerce-MyAccount-navigation {
    padding-left: 30px;
  }
}

@media (min-width: 1000px) {
  .sidebar-right .widget_nav_menu,
  .sidebar-right .woocommerce-MyAccount-navigation {
    margin-left: -30px;
  }
}

.sidebar-right .widget_nav_menu .menu > li > a,
.sidebar-right .widget_nav_menu .widget-title,
.sidebar-right .woocommerce-MyAccount-navigation a {
  padding-left: 30px;
}

/* ### Recent News Widget */

.anps-recent-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.anps-recent-posts li {
  display: table;
  height: 62px;
  line-height: 1em;
  padding-left: 92px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.anps-recent-posts li + li {
  margin-top: 18px;
}

.anps-recent-posts a {
  display: table-cell;
  vertical-align: middle;
}

.anps-recent-posts img {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.anps-recent-posts span {
  display: block;
  font-size: 12px;
  padding: 15px 0;
  text-transform: uppercase;
}

.sidebar .anps-recent-posts li {
  background-color: #f7f7f7;
}

.sidebar .anps-recent-posts span {
  color: #5b5b5b;
}

.site {
  overflow: hidden;
}

.site-main {
  background-color: #fff;
  position: relative;
  z-index: 3;
}

@media (max-width: 999px) {
  .fixed-footer .site-main {
    margin-bottom: 0 !important;
  }
}

/* ## WordPress Widgets */

/* Widget title for VC widgets */

.widgettitle {
  font-size: 18px;
  margin: 0 0 24px;
}

.widget_archive,
.widget_categories,
.widget_layered_nav,
.widget_meta,
.widget_pages,
.widget_product_categories,
.widget_recent_comments,
.widget_recent_entries {
  /* Children */
}

.widget_archive ul,
.widget_categories ul,
.widget_layered_nav ul,
.widget_meta ul,
.widget_pages ul,
.widget_product_categories ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_archive li,
.widget_categories li,
.widget_layered_nav li,
.widget_meta li,
.widget_pages li,
.widget_product_categories li,
.widget_recent_comments li,
.widget_recent_entries li {
  border-bottom: 1px solid #e5e5e5;
  padding: 9px 0;
}

.site-footer .widget_archive li,
.site-footer
    .widget_categories li,
.site-footer
    .widget_layered_nav li,
.site-footer
    .widget_meta li,
.site-footer
    .widget_pages li,
.site-footer
    .widget_product_categories li,
.site-footer
    .widget_recent_comments li,
.site-footer
    .widget_recent_entries li {
  border-bottom: 1px solid #2e2e2e;
}

.widget_archive li:first-of-type,
.widget_categories li:first-of-type,
.widget_layered_nav li:first-of-type,
.widget_meta li:first-of-type,
.widget_pages li:first-of-type,
.widget_product_categories li:first-of-type,
.widget_recent_comments li:first-of-type,
.widget_recent_entries li:first-of-type {
  padding-top: 0;
}

.widget_archive li:last-of-type,
.widget_categories li:last-of-type,
.widget_layered_nav li:last-of-type,
.widget_meta li:last-of-type,
.widget_pages li:last-of-type,
.widget_product_categories li:last-of-type,
.widget_recent_comments li:last-of-type,
.widget_recent_entries li:last-of-type {
  border-bottom: none;
}

.widget_archive a,
.widget_categories a,
.widget_layered_nav a,
.widget_meta a,
.widget_pages a,
.widget_product_categories a,
.widget_recent_comments a,
.widget_recent_entries a {
  display: inline-block;
  padding: 5px 0;
}

.widget_archive .children,
.widget_categories .children,
.widget_layered_nav .children,
.widget_meta .children,
.widget_pages .children,
.widget_product_categories .children,
.widget_recent_comments .children,
.widget_recent_entries .children {
  border-top: 1px solid #e5e5e5;
  margin-bottom: -9px;
  margin-top: 9px;
  padding-left: 15px;
}

.site-footer .widget_archive .children,
.site-footer
    .widget_categories .children,
.site-footer
    .widget_layered_nav .children,
.site-footer
    .widget_meta .children,
.site-footer
    .widget_pages .children,
.site-footer
    .widget_product_categories .children,
.site-footer
    .widget_recent_comments .children,
.site-footer
    .widget_recent_entries .children {
  border-top: 1px solid #2e2e2e;
}

.widget_archive .children li:first-of-type,
.widget_categories .children li:first-of-type,
.widget_layered_nav .children li:first-of-type,
.widget_meta .children li:first-of-type,
.widget_pages .children li:first-of-type,
.widget_product_categories .children li:first-of-type,
.widget_recent_comments .children li:first-of-type,
.widget_recent_entries .children li:first-of-type {
  padding-top: 9px;
}

.widget_archive .children li:last-of-type,
.widget_categories .children li:last-of-type,
.widget_layered_nav .children li:last-of-type,
.widget_meta .children li:last-of-type,
.widget_pages .children li:last-of-type,
.widget_product_categories .children li:last-of-type,
.widget_recent_comments .children li:last-of-type,
.widget_recent_entries .children li:last-of-type {
  padding-bottom: none;
}

.site-footer .widget_recent_entries li {
  border: none;
  padding: 7px 0;
}

.site-footer .widget_recent_entries a {
  transition: .2s opacity;
}

.site-footer .widget_recent_entries a:focus,
.site-footer .widget_recent_entries a:hover {
  opacity: .8;
}

.site-footer .widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.site-footer .widget_recent_entries .post-date::before {
  content: "\f073";
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 10px;
}

.tnp-widget {
  position: relative;
}

.tnp-widget label {
  display: none;
}

.tnp-widget::after {
  color: #fff;
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 16px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
}

.tnp-widget .tnp-email {
  border: none;
  padding: 10px 17px;
  width: 100%;
}

.sidebar .tnp-widget .tnp-email {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

.tnp-widget .tnp-submit {
  border: none;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -1000px;
  top: 0;
  width: 58px;
}

.sidebar .tnp-widget .tnp-submit {
  border-radius: 0 5px 5px 0;
}

/* ### Classic WP menu */

.widget_nav_menu ul,
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .widget_nav_menu li a,
.site-footer
.woocommerce-MyAccount-navigation li a {
  border-bottom: 1px solid #2e2e2e;
}

.widget_nav_menu li:first-of-type:not(.current-menu-item),
.woocommerce-MyAccount-navigation li:first-of-type:not(.current-menu-item) {
  padding-top: 0;
}

.widget_nav_menu li:last-of-type,
.woocommerce-MyAccount-navigation li:last-of-type {
  border-bottom: none;
}

.widget_nav_menu div > ul > li:not(.current-menu-item):first-of-type > a,
.woocommerce-MyAccount-navigation div > ul > li:not(.current-menu-item):first-of-type > a {
  margin-top: 0;
  padding-top: 0;
}

.widget_nav_menu div > ul > li:last-of-type > a,
.widget_nav_menu div > ul > li:last-of-type > .sub-menu > li:last-of-type > a,
.woocommerce-MyAccount-navigation div > ul > li:last-of-type > a,
.woocommerce-MyAccount-navigation div > ul > li:last-of-type > .sub-menu > li:last-of-type > a {
  border-bottom: 0;
}

.widget_nav_menu div > ul > li:last-of-type > .sub-menu,
.woocommerce-MyAccount-navigation div > ul > li:last-of-type > .sub-menu {
  border-top: 1px solid #e5e5e5;
}

.widget_nav_menu a,
.woocommerce-MyAccount-navigation a {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding: 14px 0;
}

.widget_recent_entries .post-date::before {
  content: "/ ";
}

/* ### Anps Menu widget */

.anps_menu_widget ul li {
  display: inline-block;
  float: none;
  width: calc(50% - 2px);
}

.anps_menu_widget .sub-menu {
  display: none;
}

/* ### Search widget */

.searchform input[type="text"] {
  background: none;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 10px 62px 10px 12px;
  width: 100%;
}

.site-footer .searchform input[type="text"] {
  border: 1px solid #2e2e2e;
}

.searchform > div {
  position: relative;
}

.searchform > div::after {
  color: #7f7f7f;
  content: "\f002";
  cursor: pointer;
  font-family: FontAwesome;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
}

.searchform #searchsubmit {
  background: none;
  border: 1px solid #e5e5e5;
  border-radius: 0 5px 5px 0;
  border-style: none solid;
  bottom: 1px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 1px;
  white-space: nowrap;
  width: 50px;
}

.site-footer .searchform #searchsubmit {
  border-color: #2e2e2e;
}

.searchform #searchsubmit:focus,
.searchform #searchsubmit:hover {
  background-color: #f8f9f9;
}

.site-footer .searchform #searchsubmit:focus,
.site-footer .searchform #searchsubmit:hover {
  background-color: #2e2e2e;
}

/* ### Pages widget */

.widget_pages > ul {
  overflow: hidden;
}

.widget_pages a {
  position: relative;
}

.widget_pages a::after {
  background-color: #e5e5e5;
  bottom: -10px;
  content: "";
  height: 1px;
  left: -500%;
  position: absolute;
  right: 0;
}

.site-footer .widget_pages a::after {
  background-color: #2e2e2e;
}

.widget_pages a::before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 8px;
}

/* ### RSS widget */

.widget_rss {
  /* Title */
  /* Content */
}

.widget_rss .widget-title:focus,
.widget_rss .widget-title:hover {
  color: #898989;
}

.widget_rss .widget-title a {
  color: inherit;
}

.widget_rss .widget-title .rsswidget:first-of-type::before {
  content: "\f09e";
  font-family: FontAwesome;
}

.widget_rss .widget-title .rsswidget:first-of-type img {
  display: none;
}

.widget_rss ul {
  list-style: none;
  padding: 0;
}

.widget_rss ul li + li {
  margin-top: 15px;
}

.widget_rss ul .rsswidget {
  color: #fab702;
  text-transform: uppercase;
}

.widget_rss ul .rss-date,
.widget_rss ul cite {
  color: #000;
  display: block;
  font-style: normal;
}

.site-footer .widget_rss ul .rss-date,
.site-footer
      .widget_rss ul cite {
  color: #fff;
}

/* ### Calendar widget */

@media (min-width: 1000px) {
  .sidebar .widget_calendar,
  .site-footer .widget_calendar {
    font-size: 12px;
  }
}

.widget_calendar caption,
.widget_calendar td,
.widget_calendar th {
  line-height: 30px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.widget_calendar th {
  background-color: #f5f5f5;
  color: #727272;
  font-weight: normal;
  position: relative;
}

.site-footer .widget_calendar th {
  background-color: #2e2e2e;
  color: #999;
}

.widget_calendar th::after {
  background-color: #e5e5e5;
  content: "";
  height: 2000px;
  left: -1px;
  margin-top: -1000px;
  position: absolute;
  top: 50%;
  width: 1px;
}

.site-footer .widget_calendar th::after {
  background-color: #2e2e2e;
}

.widget_calendar a {
  background-color: #fab702;
  color: #fff;
  display: block;
}

.widget_calendar a:focus,
.widget_calendar a:hover {
  background-color: #ffcc43;
  color: #fff;
}

.widget_calendar #today {
  color: #fab702;
  font-weight: bold;
}

.widget_calendar caption {
  background-color: #fab702;
  color: #fff;
  position: relative;
  z-index: 1;
}

.widget_calendar .calendar_wrap {
  overflow: hidden;
}

.widget_calendar table {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  width: 100%;
}

.site-footer .widget_calendar table {
  border-color: #2e2e2e;
}

.widget_calendar tfoot {
  display: none;
}

.widget_calendar table td,
.widget_calendar table th {
  border: 1px solid #e5e5e5;
}

.site-footer .widget_calendar table td,
.site-footer
  .widget_calendar table th {
  border: 1px solid #2e2e2e;
}

.widget_calendar table tr:first-child th {
  border-top: 0;
}

.widget_calendar table tr:last-child td {
  border-bottom: 0;
}

.widget_calendar table tr td:first-child,
.widget_calendar table tr th:first-child {
  border-left: 0;
}

.widget_calendar table tr td:last-child,
.widget_calendar table tr th:last-child {
  border-right: 0;
}

/* # Revolution Slider Navigation */

.tparrows.custom {
  background-color: #fff;
  border-radius: 3px;
  bottom: 40px !important;
  color: #005746;
  height: 40px;
  left: 50% !important;
  top: auto !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  width: 40px;
}

@media (min-width: 1000px) {
  .tparrows.custom {
    left: auto !important;
    right: 40px;
  }
}

@media (min-width: 1200px) {
  .tparrows.custom {
    bottom: 160px !important;
    left: 0 !important;
    right: auto;
  }
}

.tparrows.custom:focus,
.tparrows.custom:hover {
  color: #fff !important;
}

.tparrows.custom::before {
  color: inherit;
  font-family: FontAwesome;
  font-size: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tparrows.custom.tp-leftarrow::before {
  content: "\f053";
}

.tparrows.custom.tp-rightarrow::before {
  content: "\f054";
}

/* # Custom Paddings (helper classes) */

.no-bottom-padding {
  padding-bottom: 0 !important;
}

@media (min-width: 1000px) {
  .no-bottom-padding-md {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .no-bottom-padding-lg {
    padding-bottom: 0 !important;
  }
}

.no-top-padding {
  padding-top: 0 !important;
}

.no-padding {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

@media (min-width: 1000px) {
  .padding-small {
    padding: 50px 0;
  }

  .padding-top-small {
    padding-top: 30px;
  }

  .padding-bottom-small {
    padding-top: 30px;
  }

  .padding-bottom-big {
    padding-bottom: 60px;
  }

  .padding-bottom-xl {
    padding-bottom: 100px;
  }

  .title.margin-bottom-small {
    margin-bottom: 40px;
  }
}

/* Set padding on spans with background color */

.wpb_content_element span[style*="background-color"] {
  padding-left: 5px;
  padding-right: 5px;
}

.content-container > .row > *.col-md-12 {
  padding-bottom: 60px;
  padding-top: 60px;
}

body.footer-spacing-off .content-container > .row > *.col-md-12 {
  padding-bottom: 0;
}

body.footer-spacing-off .content-container > .row > *.col-md-12 .vc_row:last-child {
  margin-bottom: 0;
}

body.header-spacing-off .content-container > .row > *.col-md-12 {
  padding-top: 0;
}

/* Owl Slider Chrome issue */

.owl-stage {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Menu search */

.menu-search {
  display: none !important;
  position: relative;
}

@media (min-width: 1200px) {
  .menu-search {
    display: inline-block !important;
  }
}

.menu-search-toggle {
  background: none;
  border: none;
  color: #000;
  padding: 0 0 0 10px;
  transition: .2s color;
}

.transparent .menu-search-toggle {
  color: #fff;
}

.menu-search-toggle:focus,
.menu-search-toggle:hover {
  color: #fab702;
  outline: none;
}

.menu-search-form {
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
  margin-top: 5px;
  position: absolute;
  right: -15px;
  top: 100%;
}

.menu-search-form form {
  background-color: #fff;
  border-radius: inherit;
  padding: 7px 8px;
  position: relative;
  z-index: 2;
}

.menu-search-form::before {
  background-color: #fff;
  border: 5px solid inherit;
  border-bottom: 0;
  border-right: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
  content: "";
  height: 8px;
  position: absolute;
  right: 17px;
  top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  z-index: 1;
}

.menu-search-field {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  padding: 4px 10px;
}

.menu-search-field::-webkit-input-placeholder {
  color: #ccc;
}

.menu-search-field::-moz-placeholder {
  color: #ccc;
}

.menu-search-field:-ms-input-placeholder {
  color: #ccc;
}

.menu-search-field::placeholder {
  color: #ccc;
}

/* VC Video shadow fix */

.shadow .wpb_video_widget {
  margin-bottom: 0;
}

/* Cart page */

.shop_table_wrapper {
  margin-bottom: 25px;
}

.table.shop_table {
  margin-bottom: 0;
}

.anps-shadows .table.shop_table {
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
  border: 1px solid #e5e5e5;
}

.anps-no-shadows .table.shop_table {
  border: 1px solid #e5e5e5;
}

.table.shop_table th {
  border-top: 1px solid #e5e5e5;
  text-align: left;
}

.table.shop_table td {
  vertical-align: middle;
}

.table.shop_table .product-thumbnail {
  max-width: 70px;
  min-width: 70px;
}

.table.shop_table .product-thumbnail img {
  width: 70px;
}

.table.shop_table .product-remove {
  position: relative;
  width: 35px;
}

.table.shop_table .product-remove .remove {
  color: #fa7267;
  font-size: 24px;
  padding: 1px 10px;
}

.table.shop_table .product-remove .remove:focus,
.table.shop_table .product-remove .remove:hover {
  color: red;
}

.table.customer_details_wrap,
.table.order_details_wrap {
  margin-bottom: 15px;
}

/* Change AJAX overlay color */

.blockOverlay {
  background-color: #fff !important;
}

@media (max-width: 999px) {
  .btn.update-cart {
    margin-top: 30px;
    width: 100% !important;
  }
}

@media (max-width: 500px) {
  .btn.update-cart {
    margin-top: 15px;
  }
}

/* # WooCommerce */

/* ## Cart totals */

.cart_totals table {
  width: 100%;
}

.cart_totals .shipping ul {
  list-style: none;
}

.cart_totals .shipping input[type="radio"] {
  float: right;
  margin-left: 7px;
}

.cart_totals .order-total {
  color: #000;
  font-size: 16px;
}

.cart_totals th {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.cart_totals .input-text {
  padding: 9px 20px;
}

.cart_totals td,
.cart_totals th {
  padding: 15px 0;
}

.cart_totals tr:first-of-type td,
.cart_totals tr:first-of-type th {
  padding-top: 0;
}

.cart_totals tr + tr {
  border-top: 1px solid #e5e5e5;
}

.cart_totals td {
  text-align: right;
}

.cart_totals .checkout-button {
  display: block;
  margin-top: 10px;
}

.cart_totals select {
  width: 100%;
}

/* ## Cross sells */

.cross-sells {
  margin-top: 25px;
}

/* ## Coupon */

.coupon input {
  float: left;
  padding: 10px 20px;
}

@media (min-width: 500px) and (max-width: 999px) {
  .coupon input {
    width: 60%;
  }
}

@media (min-width: 1000px) {
  .coupon input {
    max-width: 270px;
  }
}

.coupon .btn[name="apply_coupon"] {
  float: left;
  margin-top: 15px;
}

@media (min-width: 500px) {
  .coupon .btn[name="apply_coupon"] {
    margin-top: 0;
  }
}

@media (min-width: 500px) and (max-width: 999px) {
  .coupon .btn[name="apply_coupon"] {
    margin-left: 3%;
    width: 37%;
  }
}

@media (min-width: 1000px) {
  .coupon .btn[name="apply_coupon"] {
    margin-left: 20px;
  }
}

/* ## Quantity field */

.quantity {
  overflow: hidden;
  position: relative;
  width: 84px;
}

.quantity .minus,
.quantity .plus {
  background: none;
  border: 1px solid #e5e5e5;
  border-style: none none none solid;
  height: 50%;
  position: absolute;
  right: 1px;
  transition: .2s background-color;
  width: 25px;
  z-index: 1;
}

.quantity .minus:focus,
.quantity .minus:hover,
.quantity .plus:focus,
.quantity .plus:hover {
  color: #000;
}

@media (min-width: 1000px) {
  .quantity .btn.btn-md {
    width: 100%;
  }
}

.quantity .plus {
  border-bottom-style: solid;
  top: 0;
}

.quantity .minus {
  bottom: 0;
}

.quantity .qty {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  height: 40px;
  padding-left: 0;
  padding-right: 25px;
  text-align: center;
  width: 84px;
}

.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* ## Mini cart */

.mini-cart {
  list-style: none;
  z-index: 100;
}

.show-menu .mini-cart {
  opacity: .3;
  pointer-events: none;
}

.mini-cart .variation {
  margin-bottom: 0;
}

.mini-cart .variation dd,
.mini-cart .variation dt {
  display: inline-block;
}

@media (max-width: 1199px) {
  .mini-cart {
    position: absolute;
    right: 65px;
    top: 0;
  }

  .vertical-menu .mini-cart {
    right: 70px;
  }
}

@media (min-width: 1200px) {
  .mini-cart {
    margin-left: 10px;
    position: relative;
  }

  .above-nav-bar .mini-cart {
    margin-left: 0;
  }

  .vertical-menu .mini-cart {
    display: block;
    margin-left: 0 !important;
    padding-top: 15px;
    text-align: center;
  }
}

.menu-search + .mini-cart {
  margin-left: 20px;
}

.mini-cart-content {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
  display: none;
  margin-top: 13px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 244px;
}

@media (min-width: 1200px) {
  .vertical-menu .mini-cart-content {
    left: 50%;
    margin-left: 16px;
    margin-top: 0;
    top: 15px;
  }
}

.mini-cart-content:focus,
.mini-cart-content:hover {
  display: block;
}

.mini-cart-content::after {
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  top: -21px;
  width: 100%;
}

.mini-cart-content .total {
  color: #000;
  font-weight: bold;
  padding: 9px 20px;
  text-transform: uppercase;
}

.mini-cart-content .total .amount {
  color: #fab702;
}

.mini-cart-content p {
  margin-bottom: 0;
}

.mini-cart-content .buttons a {
  background-color: #fab702;
  color: #fff !important;
  display: block;
  float: left;
  line-height: 32px;
  text-align: center;
  width: 50%;
}

.mini-cart-content .buttons a:focus,
.mini-cart-content .buttons a:hover {
  background-color: #ffcc43;
}

.mini-cart-content .buttons a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.mini-cart-link {
  background-color: #fab702;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  height: 39px;
  padding: 0 !important;
  position: relative;
  width: 39px;
}

@media (min-width: 1200px) {
  .mini-cart-link {
    height: 32px;
    width: 32px;
  }
}

.mini-cart-link:focus,
.mini-cart-link:hover {
  background-color: #ffcc43;
}

.mini-cart-link:focus + .mini-cart-content,
.mini-cart-link:hover + .mini-cart-content {
  display: block;
}

.mini-cart-link i {
  font-size: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mini-cart-number {
  background-color: #ffde00;
  border-radius: 3px;
  bottom: 27px;
  color: #715200;
  font-size: 9px;
  font-weight: bold;
  left: 27px;
  line-height: 15px;
  min-width: 16px;
  padding: 0 4px;
  position: absolute;
  text-align: center;
}

@media (min-width: 1200px) {
  .mini-cart-number {
    bottom: 21px;
    left: 21px;
  }
}

.mini-cart-list {
  margin: 0;
  padding: 0;
}

.mini-cart-list li {
  padding: 17px 19px 17px 80px;
  width: 100%;
}

.mini-cart-list .mini_cart_item {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.site-footer .mini-cart-list .mini_cart_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.127);
}

.mini-cart-list .mini_cart_item > a.remove {
  padding: 7px 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mini-cart-list .mini_cart_item > a.remove:focus,
.mini-cart-list .mini_cart_item > a.remove:hover {
  color: red;
}

.mini-cart-list img {
  border: 1px solid #e5e5e5;
  height: 50px;
  width: 50px;
}

a.mini_cart_item_img,
a.mini_cart_item_title {
  transition: .2s opacity ease;
}

a.mini_cart_item_img:focus,
a.mini_cart_item_img:hover,
a.mini_cart_item_title:focus,
a.mini_cart_item_title:hover {
  opacity: .8;
}

a.mini_cart_item_img {
  left: 19px;
  opacity: 1;
  position: absolute;
  top: 19px;
}

.mini_cart_item_title {
  color: #000 !important;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 2px;
  text-transform: uppercase;
}

.mini_cart_item {
  min-height: 89px !important;
  position: relative;
}

/* WooCommerce account pages form buttons */

.woocommerce-MyAccount-content form .button {
  margin-top: 40px;
}

/* ## WooCommerce Checkout */

.order-again {
  margin-top: 25px;
}

/* ## Site Notice */

.demo_store_wrapper {
  background-color: #fab702;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
  left: 0;
  padding: 13px 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .2s, -webkit-transform .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
  z-index: 999;
}

.demo_store_wrapper p {
  margin: 0;
}

.show-menu .demo_store_wrapper {
  left: -100%;
  -webkit-transform: translateX(-290px);
  -ms-transform: translateX(-290px);
  transform: translateX(-290px);
}

.show-menu .demo_store_wrapper::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .vertical-menu .demo_store_wrapper {
    left: 380px;
  }
}

.admin-bar .demo_store_wrapper {
  position: absolute;
  top: 46px;
}

@media (min-width: 601px) {
  .admin-bar .demo_store_wrapper {
    position: fixed;
  }
}

@media (min-width: 783px) {
  .admin-bar .demo_store_wrapper {
    top: 32px;
  }
}

.woocommerce-demo-store .site-header .woocommerce-demo-store .top-bar {
  margin-top: 49px;
}

.top-bar:not(.visible-lg-block) + .site-header:not(.sticky) {
  margin-top: 0 !important;
}

@media (min-width: 1200px) {
  .top-bar.visible-lg-block + .site-header:not(.sticky) {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .vertical-menu .site-header {
    margin-top: 0 !important;
  }
}

#ship-to-different-address {
  font-size: 16px;
  margin-bottom: 24px;
}

#ship-to-different-address label {
  display: inline-block;
  margin-right: 20px;
}

.select2-container .select2-choice,
.select2-drop-active {
  border-color: #e5e5e5 !important;
}

.select2-container .select2-choice {
  padding: 15px 19px;
}

.woocommerce textarea {
  height: 190px;
}

.woocommerce form label {
  color: #000;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 15px;
}

.woocommerce form .form-row label {
  display: block;
}

.woocommerce-billing-fields .title {
  float: left;
}

.form-row-wide {
  clear: both;
  width: 100%;
}

.form-row:not(.form-row-first):not(.form-row-last) {
  width: 100%;
}

.form-row,
p.form-row {
  float: left;
  margin-bottom: 7px;
  margin-top: 7px;
}

#shipping_method {
  list-style: none;
  padding: 0;
}

#shipping_method label {
  margin: 7px 0;
}

@media (min-width: 500px) {
  .form-row-first,
  .form-row-last {
    width: 49%;
  }

  .form-row-first {
    clear: left;
  }

  .form-row-last {
    clear: right;
    margin-left: 2%;
  }
}

.checkout_coupon:before,
.checkout_coupon:after {
  content: " ";
  display: table;
}

.checkout_coupon:after {
  clear: both;
}

input[name="coupon_code"] {
  padding: 10px 20px;
}

.shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 25px;
  width: 100%;
}

.shop_table.woocommerce-checkout-review-order-table p {
  margin-bottom: 0;
}

.payment_methods {
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
}

.payment_methods img {
  margin: 0 20px;
  max-width: 200px;
}

.payment_methods label {
  margin-left: 5px;
}

.woocommerce-order-details {
  margin-bottom: 30px;
}

.title.title-edit-account {
  margin-bottom: 30px;
  margin-top: 30px;
}

.order_details {
  list-style: none;
  padding: 0;
}

@media (min-width: 1000px) {
  .order_details li {
    display: inline-block;
  }

  .order_details li + li::before {
    content: "/";
    margin: 0 10px;
  }
}

.addresses address {
  line-height: 1.7em;
}

.site-main .wp-caption {
  margin-bottom: 30px;
  padding: 0;
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}

.site-main .wp-caption img {
  max-width: 100%;
  width: 100%;
}

.site-main .wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 40px;
  margin-top: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}

.site-main .wp-caption.alignnone {
  margin-bottom: 30px;
}

/* row classes */

.vc_row.bg-image-bottom {
  background-position: center bottom !important;
}

.no-bottom-padding-row {
  display: table;
  margin-bottom: -60px !important;
}

/* ## Boxed layout */

@media (min-width: 1000px) {
  .boxed .site,
  .boxed .site-footer {
    max-width: 1200px;
  }

  .boxed .site {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    left: auto;
    margin: auto;
    position: relative;
  }

  .boxed.fixed-footer .site-footer {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .pattern-0 {
    background-attachment: fixed;
    background-position: center center;
  }

  .pattern-1 {
    background-image: url(//www.ankaranotebooktamiri.gen.tr/wp-content/themes/industrial/css/boxed/pattern-1.png);
  }

  .pattern-2 {
    background-image: url(//www.ankaranotebooktamiri.gen.tr/wp-content/themes/industrial/css/boxed/pattern-2.png);
  }

  .pattern-3 {
    background-image: url(//www.ankaranotebooktamiri.gen.tr/wp-content/themes/industrial/css/boxed/pattern-3.png);
  }

  .pattern-4 {
    background-image: url(//www.ankaranotebooktamiri.gen.tr/wp-content/themes/industrial/css/boxed/pattern-4.png);
  }

  .pattern-5 {
    background-image: url(//www.ankaranotebooktamiri.gen.tr/wp-content/themes/industrial/css/boxed/pattern-5.png);
  }

  .pattern-6 {
    background-image: url(//www.ankaranotebooktamiri.gen.tr/wp-content/themes/industrial/css/boxed/pattern-6.png);
  }

  .pattern-7 {
    background-image: url(//www.ankaranotebooktamiri.gen.tr/wp-content/themes/industrial/css/boxed/pattern-7.png);
  }

  .pattern-8 {
    background-image: url(//www.ankaranotebooktamiri.gen.tr/wp-content/themes/industrial/css/boxed/pattern-8.png);
  }

  .pattern-9 {
    background-image: url(//www.ankaranotebooktamiri.gen.tr/wp-content/themes/industrial/css/boxed/pattern-9.png);
  }

  .pattern-10 {
    background-image: url(//www.ankaranotebooktamiri.gen.tr/wp-content/themes/industrial/css/boxed/pattern-10.png);
  }
}

/* VC 4.11 */

.site .vc_row[data-vc-full-width]:not(.vc_parallax) {
  overflow: visible;
}/*
* Table of content
*
*
* COMPONENTS
* Owl carousel
*   Style 1
*   Style 2
* Appointment
* WordPress widgets
*   Nav menu widget
* WooCommerce widgets
*   Mini Cart
*   Adjustments for footer
*   Layered nav list
*   My Account
*   Login  Register, Lost Password
* Accordion
* Blockquote
* Featured
* Breadcrumbs
* Button
*   Button Minimal
*   Button Gradient
*   Button Dark
*   Button Light
*   Button Shadow
* Clients
*   Clients Style 1
*   Clients Style 2
*   Clients Style 3
* Comments
* Contact Info
* Download
*   Content version
*   Sidebar Version (minimal)
*   Footer Version
* Gallery
* Gallery FS
* Icon
*   Icon Title
*   Icon Header
*   Icon Right and Icon Left Media
*   Icon Right
*   Icon center
* Info
*   Shadow
*   Divider
*   Icon with text
*   Icon
*   Button
* Info Table
* Jumbotron
* Social
*   Large above menu version
*   Social minimal
*   Social border
*   Footer version
*   Large above menu version
*   Transparent border
* Star rating
*   Stars
* Title
* Page Header
* Pagination
* Post
* Minimal Post
*   Minimal Post Dark
*   Minimal Post Light
* Products
*   Inline cart button
*   Recent products spacing
*   Gallery slider
* Progress Bars
* Recent News
* Projects
*   Filter
*   Hidden version
*   Normal filter version
*   Dark filter version
*   Content
*   Title
*   Pagination
*   Hover
*   Hover small
* Tabs
*   Default Tabs 
*   Minimal Tabs 
*   Minimal Tabs Small 
*   Tabs shapes 
*   Tabs position 
*   Tabs align 
*   Side Tabs 
*   Small tabs
*   Responsive
* Team
* Team With Description
*   Sizes
*   Content Elements
* Testimonials 
* Working Hours
* Footer versions
* Sidebar version
* Contact
* Search
*   Search Notice
*   Search Results
* Alert
* Tables
* Timeline
* VC grid
* Error 404
* Counter
* WPML
* Instagram
* Twitter
* Call to action
* Contact Cards
* Subscribe
* Scroll to top
* Above nav Style 2
*/


/* # Components */

/* ## Owl carousel */

.owl-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .owl-wrap {
    padding: 0 30px;
  }
}

/* ### Style 1 */

.owl-nav {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.owl-nav button {
  background-color: #1bc2a1;
  border: none;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 34px;
  position: relative;
  transition: .2s background-color;
  width: 49px;
}

.owl-nav button:first-of-type {
  border-radius: 3px 0 0 3px;
}

.owl-nav button:first-of-type:focus::after,
.owl-nav button:first-of-type:hover::after {
  opacity: 0;
}

.owl-nav button:first-of-type::after {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: .2s opacity;
  width: 1px;
}

.owl-nav button:last-of-type {
  border-radius: 0 3px 3px 0;
}

.owl-nav button:focus,
.owl-nav button:hover {
  background-color: #16a085;
}

.owl-nav button:focus {
  outline: none;
}

.owl-nav button i {
  line-height: 1em;
  text-align: center;
}

/* ### Style 2 */

.owl-nav-style-2 .owlnext,
.owl-nav-style-2 .owlprev {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #878787;
  font-size: 21px;
  opacity: .3;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .4s opacity;
  z-index: 10;
}

@media (min-width: 768px) {
  .owl-nav-style-2 .owlnext,
  .owl-nav-style-2 .owlprev {
    font-size: 36px;
  }
}

.owl-nav-style-2 .owlnext:focus,
.owl-nav-style-2 .owlnext:hover,
.owl-nav-style-2 .owlprev:focus,
.owl-nav-style-2 .owlprev:hover {
  opacity: 1;
  outline: none;
}

.owl-nav-style-2 .owlnext {
  right: 0;
  text-align: right;
}

@media (min-width: 768px) {
  .owl-nav-style-2 .owlnext {
    right: -65px;
  }

  .boxed .owl-nav-style-2 .owlnext {
    right: -35px;
  }
}

.owl-nav-style-2 .owlprev {
  left: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .owl-nav-style-2 .owlprev {
    left: -65px;
  }

  .boxed .owl-nav-style-2 .owlprev {
    left: -35px;
  }
}

/* ## Appointment */

.appointment {
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
  .appointment {
    display: table;
  }

  .appointment > * {
    display: table-cell;
    width: 50%;
  }
}

.appointment-media {
  margin-bottom: 30px;
}

.appointment-media img {
  width: 100%;
}

.appointment-content {
  background-color: #fbfbfb;
  padding-bottom: 30px;
}

.appointment-title.title {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
}

.appointment-text,
.appointment-title.title {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .appointment-text,
  .appointment-title.title {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.appointment-form {
  background-color: #fff;
  padding: 20px;
}

.appointment-form p {
  margin-bottom: 0;
}

.appointment-form p + p {
  margin-top: 18px;
}

@media (min-width: 768px) {
  .appointment-form {
    padding: 40px;
  }
}

@media (min-width: 1000px) {
  .appointment-form {
    padding: 60px;
    vertical-align: middle;
  }
}

@media (min-width: 1200px) {
  .appointment-form {
    padding: 80px 90px;
  }
}

/* ## WordPress widgets */

/* ### Nav menu widget */

.widget_nav_menu li.current-menu-item > a,
.widget_nav_menu li.current_page_item > a,
.woocommerce-MyAccount-navigation ul li.is-active > a {
  color: #fff;
}

.widget_nav_menu .sub-menu > li > ul > li a {
  padding-left: 20px;
}

.widget_nav_menu .sub-menu > li > ul > li ul > li > a {
  padding-left: 30px;
}

.widget_nav_menu .sub-menu > li > ul > li ul > li > ul > li > a {
  padding-left: 40px;
}

.widget_nav_menu .sub-menu > li > ul > li ul > li > ul > li > ul > li > a {
  padding-left: 50px;
}

.vc_row .widget_nav_menu .current-menu-item > a,
.woocommerce-MyAccount-navigation .is-active > a,
aside.sidebar .widget_nav_menu .current-menu-item > a {
  background-color: #fab702;
}

/* Image Captions */

.wp-caption {
  clear: both;
}

/* ## WooCommerce widgets */

.woocommerce form .form-row label[for="terms"] {
  display: inline-block;
}

/* ### Mini Cart */

.mini-cart-list {
  list-style: none;
}

.top-bar .mini-cart {
  margin-top: 5px;
}

.above-nav-bar .mini-cart > a {
  top: 12px;
}

.site-footer,
aside {
  /* Search */
  /* Minicart */
}

.site-footer .woocommerce-product-search,
aside .woocommerce-product-search {
  position: relative;
}

.site-footer .woocommerce-product-search input.search-field,
aside .woocommerce-product-search input.search-field {
  background: none;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 10px 62px 10px 12px;
  width: 100%;
}

.site-footer .woocommerce-product-search input[type="submit"],
aside .woocommerce-product-search input[type="submit"] {
  background: none;
  border: 1px solid #e5e5e5;
  border-radius: 0 5px 5px 0;
  border-style: none solid;
  bottom: 1px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 1px;
  white-space: nowrap;
  width: 50px;
}

.site-footer .woocommerce-product-search::after,
aside .woocommerce-product-search::after {
  color: #7f7f7f;
  content: "\f002";
  cursor: pointer;
  font-family: "FontAwesome";
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
}

.site-footer .mini-cart-list,
aside .mini-cart-list {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
}

.site-footer .mini-cart-list li,
aside .mini-cart-list li {
  position: relative;
}

.site-footer .mini-cart-list + p.total > strong,
aside .mini-cart-list + p.total > strong {
  color: #000;
}

.site-footer .mini-cart-list li.empty,
aside .mini-cart-list li.empty {
  padding: 17px 19px 17px 0;
}

.site-footer .mini-cart-list li.mini_cart_item,
aside .mini-cart-list li.mini_cart_item {
  padding-left: 70px;
}

.site-footer .mini_cart_item_img,
aside .mini_cart_item_img {
  left: 0;
}

.site-footer .widget_shopping_cart_content .buttons a,
aside .widget_shopping_cart_content .buttons a {
  background-color: #fab702;
  color: #fff !important;
  display: inline-block;
  float: none;
  line-height: 32px;
  text-align: center;
  width: calc(50% - 2px);
}

.site-footer .widget_shopping_cart_content .buttons a:focus,
.site-footer .widget_shopping_cart_content .buttons a:hover,
aside .widget_shopping_cart_content .buttons a:focus,
aside .widget_shopping_cart_content .buttons a:hover {
  background-color: #ffcc43;
}

.site-footer select.dropdown_product_cat,
aside select.dropdown_product_cat {
  width: 100%;
}

.site-footer .product-categories,
aside .product-categories {
  list-style: none;
  padding-left: 0;
}

.site-footer .widget_price_filter .price_slider_wrapper,
aside .widget_price_filter .price_slider_wrapper {
  padding-top: 0;
  position: relative;
}

.site-footer .widget_price_filter .price_slider_wrapper .price_slider,
aside .widget_price_filter .price_slider_wrapper .price_slider {
  cursor: pointer;
  margin: 0 19px 27px;
}

.site-footer .widget_price_filter .price_slider_wrapper .price_slider::after,
aside .widget_price_filter .price_slider_wrapper .price_slider::after {
  background-color: #e5e5e5;
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-footer .widget_price_filter .ui-slider,
aside .widget_price_filter .ui-slider {
  height: 4px;
  margin-bottom: 19px;
  margin-top: 35px;
  max-width: 100%;
  position: relative;
  text-align: left;
}

.site-footer .widget_price_filter .ui-slider .ui-slider-range,
aside .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #fab702;
  border: 0;
  display: block;
  font-size: .7em;
  left: 0;
  min-height: 4px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.site-footer .widget_price_filter .ui-slider-handle,
aside .widget_price_filter .ui-slider-handle {
  background-color: #d2d2d2;
  border: none;
  border-radius: 100%;
  cursor: ew-resize;
  height: 19px;
  margin-left: -1px;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .2s box-shadow;
  width: 19px;
  z-index: 2;
}

.site-footer .widget_price_filter .ui-slider-handle.ui-state-active,
.site-footer .widget_price_filter .ui-slider-handle:hover,
aside .widget_price_filter .ui-slider-handle.ui-state-active,
aside .widget_price_filter .ui-slider-handle:hover {
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.site-footer .widget_price_filter .ui-slider-handle:first-of-type,
aside .widget_price_filter .ui-slider-handle:first-of-type {
  margin-left: -19px;
}

.site-footer .widget_price_filter .price_slider_amount .price_label,
aside .widget_price_filter .price_slider_amount .price_label {
  display: inline-block;
  text-align: right;
}

.site-footer .widget_price_filter .price_slider_amount .from,
.site-footer .widget_price_filter .price_slider_amount .to,
aside .widget_price_filter .price_slider_amount .from,
aside .widget_price_filter .price_slider_amount .to {
  color: #fab702;
}

.site-footer .widget_price_filter .price_slider_amount button.button,
aside .widget_price_filter .price_slider_amount button.button {
  background-color: #fab702;
  border: none;
  color: #fff !important;
  display: inline-block;
  float: none;
  margin-right: 10px;
  padding: 5px 15px;
  text-align: center;
  transition: background-color .2s;
}

.site-footer .widget_price_filter .price_slider_amount button.button:focus,
.site-footer .widget_price_filter .price_slider_amount button.button:hover,
aside .widget_price_filter .price_slider_amount button.button:focus,
aside .widget_price_filter .price_slider_amount button.button:hover {
  background-color: #ffcc43;
}

.site-footer .widget_price_filter .price_slider_wrapper .price_slider::after {
  background-color: rgba(255, 255, 255, 0.127);
}

/* ### Adjustments for footer */

.site-footer .mini_cart_item_title,
.site-footer .product-title,
.site-footer strong {
  color: #fff !important;
}

.site-footer .woocommerce-product-search input.search-field,
.site-footer .woocommerce-product-search input[type="submit"] {
  border-color: #2e2e2e;
}

/* ### Layered nav list */

select.dropdown_layered_nav_color,
select.dropdown_product_cat {
  padding-right: 40px;
}

.select2-container .select2-choice,
.select2-container .select2-choice > .select2-chosen,
.select2-results li {
  color: #898989;
}

/* ### My Account */

.woocommerce-customer-details {
  margin-top: 15px;
}

.woocommerce .address header.title + .edit,
.woocommerce-Address header.title + .edit {
  display: inline;
  margin-left: 20px;
  top: -3px;
}

/* ### Login / Register, Lost Password */

#customer_login .form-row,
.lost_reset_password .form-row {
  margin-bottom: 0;
}

#customer_login .form-row:first-child,
.lost_reset_password .form-row:first-child {
  margin-top: 0;
}

#customer_login .btn,
#customer_login .button,
.lost_reset_password .btn,
.lost_reset_password .button {
  margin-top: 15px;
}

#customer_login label,
.lost_reset_password label {
  font-weight: normal;
}

#customer_login label[for="rememberme"],
.lost_reset_password label[for="rememberme"] {
  display: inline-block;
  font-weight: normal;
  margin-top: 25px;
}

@media (min-width: 500px) {
  #customer_login label[for="rememberme"],
  .lost_reset_password label[for="rememberme"] {
    margin-left: 20px;
    margin-top: 0;
  }
}

.woocommerce-password-strength {
  margin-top: 20px;
}

/* WooCommerce message */

.woocommerce-Message {
  padding-top: 10px;
  vertical-align: middle;
}

.woocommerce-Message a {
  float: left;
  margin-right: 15px;
  margin-top: -9px;
}

/* Nav rating */

.widget_rating_filter ul {
  list-style: none;
  padding: 0;
}

.widget_rating_filter span {
  margin-right: 5px;
}

.widget_rating_filter a {
  transition: .2s opacity;
}

.widget_rating_filter a:focus,
.widget_rating_filter a:hover {
  opacity: .8;
}

.widget_rating_filter .star-rating {
  float: left;
}

.widget_rating_filter .wc-layered-nav-rating {
  clear: both;
  line-height: 1em;
}

.widget_rating_filter .wc-layered-nav-rating + .wc-layered-nav-rating {
  margin-top: 10px;
}

/* Filter layer nav */

.widget_layered_nav_filters ul {
  list-style: none;
  padding: 0;
}

.widget_layered_nav_filters a {
  padding-left: 18px;
  position: relative;
}

.widget_layered_nav_filters a::before {
  content: "\f00d";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  text-decoration: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget_layered_nav_filters a:focus,
.widget_layered_nav_filters a:hover {
  text-decoration: line-through;
}

/* Product widgets */

.product_list_widget {
  list-style: none;
  padding: 0;
}

.product_list_widget li {
  padding-left: 65px;
  position: relative;
}

.product_list_widget li + li {
  margin-top: 15px;
}

.product_list_widget .product-title {
  display: block;
  font-size: 14px;
  margin: 0;
}

.product_list_widget img {
  border: 1px solid #e5e5e5;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

/* ## Accordion */

.faq,
.panel-group {
  border: 1px solid #e7e7e7;
}

.anps-shadows .faq,
.anps-shadows
  .panel-group {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
}

.panel-group + .panel-group {
  margin-top: 45px;
}

.faq + .faq {
  border-top: none;
}

.panel:last-of-type .panel-title {
  margin-bottom: -1px;
}

.panel:last-of-type .panel-body {
  border-bottom: none;
}

.panel:first-of-type .panel-heading::before {
  display: none;
}

.panel-spacing {
  border: none;
  box-shadow: none;
  padding-bottom: 10px;
}

.panel-spacing .panel {
  border: 1px solid #e5e5e5;
}

.panel-spacing .panel .panel-body {
  border-bottom: none;
  position: relative;
}

.panel-body {
  background-color: #f8f9f9;
  border-bottom: 1px solid #e7e7e7;
  padding: 20px;
}

.panel-title {
  font-size: 14px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.panel-title span + i {
  margin-left: 10px;
  margin-right: 0;
}

.panel-title i {
  margin-right: 10px;
}

.panel-heading {
  position: relative;
}

.panel-heading::before {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}

.panel-heading a {
  background-color: #fab702;
  border-bottom: 1px solid #fab702;
  display: block;
  margin: -1px 0;
  min-height: 50px;
  padding: 17px 74px 17px 20px;
  transition: .3s color, .2s background-color, .2s border-color;
}

.panel-heading a:not(.collapsed) {
  color: #fff !important;
}

.panel-heading a.collapsed {
  background: none;
  border-bottom-color: #e7e7e7;
  color: inherit;
}

.panel-heading a.collapsed:focus,
.panel-heading a.collapsed:hover {
  color: #fab702;
}

/** Panel shapes  */

.panel-shape-rounded {
  border-radius: 6px;
  overflow: hidden;
}

.panel-shape-round {
  border-radius: 15px;
  overflow: hidden;
}

/** Icons */

.panel-icon-chevron .panel-heading a::after,
.panel-icon-chevron .panel-heading a::before,
.panel-icon-plus .panel-heading a::after,
.panel-icon-plus .panel-heading a::before,
.panel-icon-triangle .panel-heading a::after,
.panel-icon-triangle .panel-heading a::before {
  position: absolute;
  width: 54px;
  z-index: 2;
}

.panel-icon-chevron .panel-heading a::after,
.panel-icon-plus .panel-heading a::after,
.panel-icon-triangle .panel-heading a::after {
  font-size: 18px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.panel-icon-chevron .panel-heading a::before,
.panel-icon-plus .panel-heading a::before,
.panel-icon-triangle .panel-heading a::before {
  bottom: 0;
  content: "";
  top: 0;
  transition: .2s border-color;
}

.panel-icon-chevron .panel-heading a.collapsed::after {
  content: "\f107";
}

.panel-icon-chevron .panel-heading a::after {
  content: "\f104";
  font-family: "FontAwesome";
}

.panel-icon-triangle .panel-heading a.collapsed::after {
  content: "\f0d7";
}

.panel-icon-triangle .panel-heading a::after {
  content: "\f0d9";
  font-family: "FontAwesome";
}

.panel-icon-plus .panel-heading a.collapsed::after {
  content: "+";
}

.panel-icon-plus .panel-heading a::after {
  content: "-";
}

.panel-icon-align-left .panel-heading::before {
  left: 51px;
}

.panel-icon-align-left .panel-title a {
  padding-left: 74px;
  padding-right: 20px;
}

.panel-icon-align-left .panel-title a.collapsed::before {
  border-right: 1px solid #e1e2e2;
}

.panel-icon-align-left .panel-title a::after,
.panel-icon-align-left .panel-title a::before {
  left: 0;
}

.panel-icon-align-left .panel-title a::before {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.panel-icon-align-right .panel-heading::before {
  right: 51px;
}

.panel-icon-align-right a.collapsed::before {
  border-left: 1px solid #e1e2e2;
}

.panel-icon-align-right a::after,
.panel-icon-align-right a::before {
  right: 0;
}

.panel-icon-align-right a::before {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height .35s ease;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

/* ## Blockquote */

.blockquote-style-1,
blockquote:not([class]) {
  border: 1px solid #e5e5e5;
  border-style: solid none;
  font-size: inherit;
  margin: 20px 0;
  padding: 25px 0;
}

.blockquote-style-1 p,
blockquote:not([class]) p {
  border-left: 5px solid #fab702;
  color: #000;
  font-style: italic;
  line-height: 1.5em;
  padding: 0 0 0 36px;
}

.blockquote-style-2 {
  border: none;
  font-size: inherit;
  margin: 20px 0;
  padding: 0;
}

.blockquote-style-2 p {
  border-left: 7px solid #fab702;
  line-height: 1.5em;
  padding: 0 0 0 19px;
}

/* ## Featured */

.featured:not(.product) {
  background: #fff;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .featured:not(.product) {
    padding-bottom: 72px;
  }
}

.anps-shadows .featured:not(.product) {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.featured:not(.product) img {
  width: 100%;
}

@media (min-width: 768px) {
  .featured:not(.product):focus .featured-content,
  .featured:not(.product):hover .featured-content {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@media (max-width: 767px) {
  .featured:not(.product) .featured-desc {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .featured-has-icon:focus .featured-title,
  .featured-has-icon:hover .featured-title {
    padding-left: 43px;
  }

  .featured-has-icon:focus .featured-title::before,
  .featured-has-icon:hover .featured-title::before {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .featured-has-icon:focus .featured-title .featured-title i,
  .featured-has-icon:hover .featured-title .featured-title i {
    background: none;
  }

  .featured-has-icon:focus .featured-title .featured-custom-icon-hover,
  .featured-has-icon:hover .featured-title .featured-custom-icon-hover {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .featured-has-icon .featured-title {
    padding-left: 63px;
    transition: .4s padding;
  }
}

.featured-has-icon .featured-title::before,
.featured-has-icon .featured-title i {
  content: "";
  left: 0;
  height: 50px;
  position: absolute;
  width: 50px;
}

@media (max-width: 767px) {
  .featured-has-icon .featured-title::before,
  .featured-has-icon .featured-title i {
    bottom: 100%;
  }
}

@media (min-width: 768px) {
  .featured-has-icon .featured-title::before,
  .featured-has-icon .featured-title i {
    height: 72px;
    top: 0;
    width: 73px;
  }
}

.featured-has-icon .featured-title::before {
  transition: .4s transform;
}

.featured-has-icon .featured-title i {
  color: #fff;
  line-height: 50px;
  text-align: center;
  transition: .3s all;
}

@media (max-width: 767px) {
  .featured-has-icon .featured-title i {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .featured-has-icon .featured-title i {
    line-height: 72px;
  }
}

.featured-has-icon .featured-title .featured-custom-icon,
.featured-has-icon .featured-title .featured-custom-icon img {
  position: absolute;
}

.featured-has-icon .featured-title .featured-custom-icon {
  height: 50px;
  left: 0;
  width: 50px;
}

@media (max-width: 767px) {
  .featured-has-icon .featured-title .featured-custom-icon {
    bottom: 100%;
  }
}

@media (min-width: 768px) {
  .featured-has-icon .featured-title .featured-custom-icon {
    height: 72px;
    top: 0;
    width: 73px;
  }
}

.featured-has-icon .featured-title img {
  height: auto;
  left: 50%;
  max-height: 50px;
  max-width: 50px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.featured-has-icon .featured-title a {
  color: inherit;
  transition: .2s opacity;
}

.featured-has-icon .featured-title a:hover,
.featured-has-icon .featured-title a:focus {
  opacity: .7;
}

.featured-has-icon .featured-custom-icon-hover {
  opacity: 0;
  z-index: 1;
}

/** Featured Content */

.featured-content {
  background-color: #fff;
  border-top: 5px solid;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .featured-content {
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-72px);
    -ms-transform: translateY(-72px);
    transform: translateY(-72px);
    transition: .4s transform ease;
    width: 100%;
  }

  .featured-has-content .featured-content {
    padding-bottom: 30px;
  }

  .featured-has-link .featured-content,
  .featured-image .featured-content,
  .featured-video .featured-content {
    min-height: 120px;
    padding-bottom: 50px;
  }

  .featured-content .btn {
    bottom: 7px;
    left: 30px;
    position: absolute;
    width: auto;
  }
}

.featured.simple-style.featured-has-icon .featured-title::before {
  background-color: transparent;
}

.featured.simple-style.featured-has-icon .featured-title {
  padding-left: 33px;
}

.featured.simple-style.featured-has-icon .featured-content {
  border-top: 0;
  padding-top: 2px;
}

/** Featured Title */

.featured-title {
  color: #000;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1em !important;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 26px;
}

@media (min-width: 768px) {
  .featured-title {
    height: 67px;
  }
}

/** Featured Header */

.featured-header {
  position: relative;
  width: 100%;
}

.featured-header a {
  display: block;
}

/** Featured Description */

/** Featured Push top */

.featured-push-top {
  margin: 0 -2px;
}

@media (min-width: 1000px) {
  .featured-push-top .featured-header {
    margin-top: -51.31%;
    position: absolute;
  }
}

/** Featured Large */

.featured-large {
  z-index: 1;
}

.featured-large .featured-title {
  margin-top: 10px;
}

@media (min-width: 1000px) {
  .featured-large {
    margin-left: -30px;
    margin-right: -30px;
  }
}

/***
 * Featured Horizontal
 */

.featured-horizontal {
  min-height: 70px;
  position: relative;
}

.featured-horizontal + .featured-horizontal {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .featured-horizontal + .featured-horizontal {
    margin-top: 35px;
  }
}

.featured-horizontal-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
}

.featured-horizontal-title {
  font-size: 16px;
  margin: 0 0 10px;
}

.featured-horizontal-content {
  padding-left: 130px;
}

a.featured-lightbox-link {
  bottom: 18px;
  font-size: 22px;
  position: absolute;
  right: 30px;
  transition: .3s opacity;
}

a.featured-lightbox-link svg {
  height: 20px;
  position: relative;
  top: 2px;
  width: 25px;
}

a.featured-lightbox-link:focus,
a.featured-lightbox-link:hover {
  opacity: .7;
}

/* ## Breadcrumbs */

.breadcrumb {
  border: 1px solid #e7e7e7;
  border-style: solid none;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  padding: 12px 0;
}

.breadcrumb ol,
.breadcrumb ul {
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  color: #c3c3c3;
  display: inline-block;
  list-style: none;
  margin: 5px 50px 5px 0;
  position: relative;
}

.breadcrumb li:first-of-type {
  margin-left: 0;
}

.breadcrumb li:last-of-type {
  margin-right: 0;
}

.breadcrumb li:last-of-type::before {
  display: none;
}

.breadcrumb li::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb a {
  color: #000;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
  color: #fab702;
}

.page-header + .breadcrumb {
  border-top: none;
}

@media (min-width: 1200px) {
  .full-width + .site-main > .breadcrumb:first-child {
    padding-top: 50px;
  }
}

/* ## Button */

.btn,
.button {
  background-color: #fab702;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color .2s, color .2s;
}

.rev_slider_wrapper .btn,
.rev_slider_wrapper
  .button {
  transition: .2s background-color, .3s color !important;
}

.btn:focus,
.btn:hover,
.button:focus,
.button:hover {
  background-color: #ffcc43;
  color: #fff;
}

.btn[disabled]:not(.btn-minimal),
.button[disabled]:not(.btn-minimal) {
  background-color: #f8f9f9 !important;
  color: #777;
  pointer-events: none;
}

.btn-minimal[disabled] {
  opacity: .4;
  pointer-events: none;
}

.btn:not(.btn-minimal):not(.btn-xs) {
  text-align: center;
  width: 100%;
}

@media (min-width: 500px) {
  .btn:not(.btn-minimal):not(.btn-xs) {
    width: auto;
  }
}

.btn,
.btn.btn-md,
.button {
  font-size: 12px;
  padding: 11px 28px;
}

.btn.btn-sm,
.woocommerce-Message .button {
  font-size: 11px;
  padding: 9px 21px;
}

.btn.btn-lg {
  font-size: 14px;
  padding: 14px 31px;
}

.btn.btn-wide {
  font-size: 14px;
  padding: 9px 34px;
}

.btn.btn-xs {
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  padding: 3px 11px;
  text-transform: none;
}

/* ### Button Minimal */

.btn.btn-minimal {
  background: none !important;
  color: #fab702;
  padding-left: 0;
  padding-right: 0;
}

.btn.btn-minimal:focus,
.btn.btn-minimal:hover {
  color: #ffcc43;
}

/* ### Button Gradient */

.btn.btn-gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), transparent 18px);
  background-color: #fab702;
  color: #fff;
}

.btn.btn-gradient:focus,
.btn.btn-gradient:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), transparent 18px);
  background-color: #ffcc43;
}

/* ### Button Dark */

.btn.btn-dark {
  background-color: #242424;
}

.btn.btn-dark:focus,
.btn.btn-dark:hover {
  background-color: #fff;
  color: #242424;
}

/* ### Button Light */

.btn.btn-light {
  background-color: #fff;
  color: #242424;
}

.btn.btn-light:focus,
.btn.btn-light:hover {
  background-color: #242424;
  color: #fff;
}

/* ### Button Shadow */

.btn.btn-shadow {
  overflow: visible;
}

.btn.btn-shadow::after {
  border-color: #595959 transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 0;
  bottom: 3px;
  content: "";
  height: 0;
  position: absolute;
  right: -4px;
  width: 0;
}

.btn-shadow {
  z-index: 1;
}

/* ## Clients */

.clients {
  padding-left: 0;
}

.clients li {
  list-style: none;
}

.clients li a:focus img,
.clients li a:hover img {
  opacity: .6;
}

.clients .owl-controls {
  display: none;
}

/* ### Clients Style 1 */

.logos-wrapper.style-1 .clients {
  border-bottom: none;
  border-left: none;
  margin-left: -19px;
  margin-right: -19px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.logos-wrapper.style-1 .client {
  border-right: none;
  border-top: none;
  float: left;
  list-style: none;
  position: relative;
  text-align: center;
  width: 100%;
}

.logos-wrapper.style-1 .client a,
.logos-wrapper.style-1 .client span {
  border: 4px solid #e5e5e5;
  display: block;
  margin-bottom: 38px;
  margin-left: 19px;
  margin-right: 19px;
  padding: 20px;
}

.logos-wrapper.style-1 .client a:focus,
.logos-wrapper.style-1 .client a:hover {
  opacity: .7;
}

@media (min-width: 400px) and (max-width: 767px) {
  .logos-wrapper.style-1 .client {
    clear: none;
    width: 50%;
  }

  .logos-wrapper.style-1 .client:nth-of-type(2n + 1) {
    clear: left;
  }
}

@media (min-width: 768px) {
  .logos-wrapper.style-1 .clients-col-1 .client {
    width: 100%;
  }

  .logos-wrapper.style-1 .clients-col-2 .client {
    width: 50%;
  }

  .logos-wrapper.style-1 .clients-col-3 .client {
    width: 33.3333%;
  }

  .logos-wrapper.style-1 .clients-col-4 .client {
    width: 25%;
  }

  .logos-wrapper.style-1 .clients-col-5 .client {
    width: 20%;
  }

  .logos-wrapper.style-1 .clients-col-6 .client {
    width: 16.6666%;
  }

  .logos-wrapper.style-1 .clients-col-7 .client {
    width: 14.2857%;
  }

  .logos-wrapper.style-1 .clients-col-8 .client {
    width: 12.5%;
  }
}

/* ### Clients Style 2 */

.clients.style-2 img {
  display: inline-block;
  width: auto;
}

@media (max-width: 399px) {
  .clients.style-2 li {
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
}

.clients.style-2.owl-carousel li {
  display: table;
  width: 100%;
}

.clients.style-2.owl-carousel a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 400px) {
  .clients.style-2:not(.owl-carousel) {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* IE9 fallback */
  }

  .no-flexbox .clients.style-2:not(.owl-carousel) {
    display: table;
    width: 100%;
  }

  .no-flexbox .clients.style-2:not(.owl-carousel) li {
    display: table-cell;
  }
}

@media (min-width: 400px) and (max-width: 1000px) {
  .clients.style-2.owl-carousel {
    text-align: center;
  }
}

@media (min-width: 400px) and (max-width: 768px) {
  .clients.style-2:not(.owl-carousel) li {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 20px;
    text-align: center;
  }
}

/* ### Clients Style 3 */

.logos-wrapper.style-3 .clients {
  border-bottom: none;
  border-left: none;
  margin-left: -19px;
  margin-right: -19px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
}

.logos-wrapper.style-3 .client {
  border-right: none;
  border-top: none;
  display: inline-block;
  list-style: none;
  position: relative;
  text-align: center;
  width: 100%;
}

.logos-wrapper.style-3 .client a,
.logos-wrapper.style-3 .client span {
  display: block;
  margin-bottom: 38px;
  margin-left: 19px;
  margin-right: 19px;
}

.logos-wrapper.style-3 .client a:focus,
.logos-wrapper.style-3 .client a:hover {
  opacity: .7;
}

@media (min-width: 400px) and (max-width: 767px) {
  .logos-wrapper.style-3 .client {
    clear: none;
    width: 50%;
  }

  .logos-wrapper.style-3 .client:nth-of-type(2n + 1) {
    clear: left;
  }
}

@media (min-width: 768px) {
  .logos-wrapper.style-3 .clients-col-1 .client {
    width: 100%;
  }

  .logos-wrapper.style-3 .clients-col-2 .client {
    width: 50%;
  }

  .logos-wrapper.style-3 .clients-col-3 .client {
    width: 33.3333%;
  }

  .logos-wrapper.style-3 .clients-col-4 .client {
    width: 25%;
  }

  .logos-wrapper.style-3 .clients-col-5 .client {
    width: 20%;
  }

  .logos-wrapper.style-3 .clients-col-6 .client {
    width: 16.6666%;
  }

  .logos-wrapper.style-3 .clients-col-7 .client {
    width: 14.2857%;
  }

  .logos-wrapper.style-3 .clients-col-8 .client {
    width: 12.5%;
  }
}

/* ## Comments */

.comments-list,
.comments-list .children {
  list-style: none;
  padding: 0;
}

.comment {
  padding-left: 114px;
  position: relative;
}

.comment.bypostauthor {
  background-color: #f9f9f9;
  padding: 15px;
  padding-left: 129px;
}

.comment.bypostauthor .comment-avatar {
  left: 15px;
  top: 15px;
}

.comment:not(:first-of-type),
.comment .children {
  margin-top: 31px;
}

@media (min-width: 1000px) {
  .comment:not(:first-of-type),
  .comment .children {
    margin-top: 61px;
  }
}

.comment .star-rating {
  display: inline-block;
  float: none !important;
}

.tab-content .comment:not(:first-of-type) {
  margin-top: 31px;
}

@media (max-width: 767px) {
  .comments-list .children {
    margin-left: -114px;
  }
}

.comment-avatar {
  left: 0;
  position: absolute;
  top: 0;
}

.comment-meta {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 22px;
  margin-top: 4px;
  padding-bottom: 12px;
}

@media (max-width: 999px) {
  .comment-meta > * {
    margin-top: 7px;
  }

  .comment-meta > *:not(.btn) {
    display: block;
  }
}

@media (min-width: 1000px) {
  .comment-meta > * {
    display: inline-block;
  }

  .comment-meta > *:not(.verified) {
    margin-left: 14px;
  }

  .comment-meta > *:first-child {
    margin-left: 0;
  }

  .comment-meta > *.star-rating {
    top: 5px !important;
  }
}

.comment-date,
[itemprop="datePublished"] {
  font-size: 11px;
  text-transform: uppercase;
}

.comment-date i,
[itemprop="datePublished"]::before {
  color: #fab702;
  font-size: 12px;
}

[itemprop="datePublished"]::before {
  content: "\f073";
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  margin-left: 5px;
  margin-right: 5px;
  text-rendering: auto;
}

.comment-author,
[itemprop="author"] {
  color: #000;
  font-weight: normal;
}

.comment-respond {
  margin-top: 40px;
}

.comments-list .comment-respond {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .comment-respond {
    margin-top: 80px;
  }
}

.comment-reply-link {
  vertical-align: middle;
}

/* ## Contact Info */

.contact-info {
  line-height: 1.4286em;
  list-style: none;
  padding: 0;
}

.contact-info li {
  border-radius: 4px;
  padding: 7px 12px 7px 44px;
  position: relative;
}

.contact-info li::before {
  border-right: 1px solid;
  bottom: 1px;
  content: "";
  left: 0;
  position: absolute;
  top: 1px;
  width: 31px;
}

.contact-info i {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 31px;
}

.contact-info-no-icon {
  padding-left: 0 !important;
}

/** Sidebar Version */

.sidebar .contact-info li {
  background-color: #f7f7f7;
  margin-top: 5px;
}

.sidebar .contact-info li::before {
  border-right-color: #e1e2e2;
}

/** Footer Versions */

.site-footer-default .contact-info li {
  margin-top: 6px;
}

.site-footer-default .contact-info li::before {
  border-right-color: rgba(52, 52, 52, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 31px;
}

.site-footer-modern .contact-info li {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  padding-top: 10px;
}

.site-footer-modern .contact-info li::before {
  display: none;
}

/** Transparent version */

.contact-info.transparent li {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-info.transparent li::before {
  border-right-color: rgba(255, 255, 255, 0.2);
}

.contact-info.transparent li i {
  color: #fff;
}

/** Classic header version */

header.classic .contact-info.transparent li {
  border: 1px solid #d9d9d9;
}

header.classic .contact-info.transparent li::before {
  border-right-color: #d9d9d9;
}

header.classic .contact-info.transparent li i {
  color: #8c8c8c;
}

/** Top-bar version */

.top-bar .widget {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.top-bar .widget:not(:first-child) {
  margin-left: 45px;
}

.top-bar .widget .row {
  min-height: 42px;
}

.top-bar .widget .row ul {
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
}

.top-bar .widget .row ul li {
  margin-bottom: 0;
  margin-top: 0;
  min-height: 42px;
}

.top-bar .contact-info {
  height: 42px;
  line-height: 42px;
  margin: 0;
}

.top-bar .contact-info li {
  border: none;
  display: inline-block;
  line-height: inherit;
  padding: 0;
  padding-left: 20px;
  vertical-align: middle;
}

.top-bar .contact-info li + li {
  margin-left: 15px;
}

.top-bar .contact-info li:not(:first-child) {
  margin-left: 7px;
}

.top-bar .contact-info li:not(:last-child) {
  padding-right: 20px;
}

.top-bar .contact-info li::before {
  border: none;
  width: 15px;
}

.top-bar .contact-info li i {
  text-align: left;
}

.top-bar .contact-info a {
  color: #8c8c8c;
}

.top-bar .contact-info a:hover {
  color: #fab702;
}

.top-bar .contact-info .contact-info-icon-link {
  transition: .3s opacity;
}

.top-bar .contact-info .contact-info-icon-link:hover,
.top-bar .contact-info .contact-info-icon-link:focus {
  opacity: .7;
}

.top-bar .social {
  margin-top: 0;
}

.top-bar .social li a {
  height: 42px;
  line-height: 42px;
}

.top-bar .textwidget {
  line-height: 42px;
}

.top-bar .contact-info.transparent li {
  border: none;
  display: inline-block;
  padding: 5px 12px 5px 34px;
}

.top-bar .contact-info.transparent li::before {
  border-right-color: transparent;
}

.top-bar .contact-info.transparent li i {
  color: #8c8c8c;
}

header.classic .contact-info li,
header.transparent .contact-info li {
  padding: 5px 12px 5px 44px;
}

/** Above nav bar version */

header.site-header.classic nav.site-navigation .above-nav-bar .contact-info li a:hover {
  color: #fab702;
}

/** Style-4 version */

.contact-info.style-4 i {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  width: 43px;
}

.contact-info.style-4 li {
  padding-left: 55px;
  text-align: left;
}

.contact-info.style-4 li::before {
  display: none;
}

@media (min-width: 1200px) {
  .large-above-menu .contact-info {
    font-size: 12px;
    margin-bottom: 0;
  }

  .large-above-menu .contact-info i {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    width: 64px;
  }

  .large-above-menu .contact-info li {
    display: inline-block;
    padding-left: 74px;
    text-align: left;
  }

  .large-above-menu .contact-info li + li {
    margin-left: 12px;
  }

  .large-above-menu .contact-info li::before {
    display: none;
  }
}

header.site-header .contact-info.style-4 li {
  padding-left: 55px;
}

@media (max-width: 1200px) {
  .contact-info.style-4 {
    margin-left: 0;
  }

  .contact-info.style-4 i {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}

/* ## Download */

/* ### Content version */

*:not(.widget) > .download {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 21px 15px 50px;
  position: relative;
}

*:not(.widget) > .download .btn {
  bottom: -7px;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  *:not(.widget) > .download {
    padding: 21px 200px 21px 60px;
  }
}

*:not(.widget) > .download-content {
  padding-left: 43px;
  position: relative;
}

*:not(.widget) > .download-content i {
  font-size: 30px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ### Sidebar Version (minimal) */

.sidebar .download a {
  background-color: #fab702;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 8px 10px 8px 47px;
  position: relative;
}

.sidebar .download a:focus,
.sidebar .download a:hover {
  background-color: #ffcc43;
}

.sidebar .download i {
  font-size: 16px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 34px;
}

.sidebar .download i::after {
  background-color: #e1e2e2;
  bottom: 1px;
  content: "";
  opacity: .45;
  position: absolute;
  right: 0;
  top: 1px;
  width: 1px;
}

.sidebar .download i::before {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ### Footer Version */

.site-footer .download a {
  border: 1px solid #2e2e2e;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 6px 10px 6px 47px;
  position: relative;
}

.site-footer .download a:focus,
.site-footer .download a:hover {
  color: #fab702;
}

.site-footer .download i {
  font-size: 16px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 34px;
}

.site-footer .download i::after {
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 1px;
  content: "";
  opacity: .45;
  position: absolute;
  right: 0;
  top: 1px;
  width: 1px;
}

.site-footer .download i::before {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-footer .download-icon {
  color: #898989;
}

/* ## Gallery */

.gallery-item {
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}

.gallery {
  margin-top: -30px;
}

.gallery > [class*="col-"] {
  margin-top: 30px;
}

@media (max-width: 600px) {
  .gallery > [class*="col-"] {
    width: 50%;
  }
}

.gallery a {
  display: block;
  overflow: hidden;
  position: relative;
}

.gallery a:focus::after,
.gallery a:focus::before,
.gallery a:hover::after,
.gallery a:hover::before {
  opacity: 1;
}

.gallery a::after,
.gallery a::before {
  display: block;
  opacity: 0;
  position: absolute;
  transition: opacity .3s;
}

.gallery a::before {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: -10px;
  content: "";
  left: -10px;
  right: -10px;
  top: -10px;
}

.gallery a::after {
  color: #fff;
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 24px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.gallery-caption {
  color: #999;
  padding: 12px 18px;
}

/* Gallery wp */

.gallery {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.gallery .gallery-item {
  border: none;
  box-shadow: none;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 15px;
}

.gallery .gallery-item img {
  border: none !important;
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}

.gallery-columns-3 .gallery-item {
  width: 33.33% !important;
}

.gallery-simple {
  margin: -4px;
}

.gallery-simple__item {
  float: left;
  font-size: 0;
  line-height: 0;
  padding: 4px;
}

@media (min-width: 500px) {
  .gallery-simple__item {
    width: 50%;
  }
}

.gallery-simple__link {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
  display: block;
  overflow: hidden;
}

.gallery-simple__link img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.001);
  transform: translate3d(0, 0, 0) scale(1.001);
  transition: .2s transform;
}

.gallery-simple__link:hover img,
.gallery-simple__link:focus img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}

.gallery-simple--col-2 .gallery-simple__item {
  width: 50%;
}

@media (min-width: 1000px) {
  .gallery-simple--col-3 .gallery-simple__item {
    width: 33.333%;
  }
}

@media (min-width: 1000px) {
  .gallery-simple--col-4 .gallery-simple__item {
    width: 25%;
  }
}

/* ## Gallery FS */

.gallery-fs {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.anps-shadows .gallery-fs {
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}

.gallery-fs figure {
  position: relative;
}

.gallery-fs figure img {
  width: 100%;
}

.gallery-fs .owl-item img {
  border-radius: 3px;
}

.gallery-fs .owl-item a {
  display: block;
  margin: 0 2px;
  position: relative;
}

.gallery-fs .owl-item a::after {
  border: 3px solid transparent;
  border-radius: 3px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: .3s border-color;
  width: 100%;
}

.gallery-fs .owl-item a.selected::after,
.gallery-fs .owl-item a:focus::after,
.gallery-fs .owl-item a:hover::after {
  border-color: #fab702;
  cursor: pointer;
}

.gallery-fs .gallery-fs-fullscreen,
.gallery-fs .owl-nav > * {
  background: transparent;
  border: 1px solid;
  border-radius: 3px;
  color: #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 37px;
  opacity: 1;
  padding: 0;
  position: relative;
  width: 37px;
}

.gallery-fs .gallery-fs-fullscreen + *,
.gallery-fs .owl-nav > * + * {
  margin-left: 6px;
}

.gallery-fs .gallery-fs-fullscreen i,
.gallery-fs .owl-nav > * i {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-fs .owl-nav {
  position: absolute;
  right: 21px;
  top: -49px;
}

.gallery-fs figcaption {
  min-height: 57px;
  padding: 19px 150px 19px 21px;
}

.gallery-fs .gallery-fs-nav {
  position: relative;
}

.gallery-fs .gallery-fs-fullscreen {
  background: none;
  bottom: 11px;
  position: absolute;
  right: 106px;
}

.gallery-fs-thumbnails {
  border-top: 1px solid #e5e5e5;
  padding: 18px 21px;
}

/* ## Icon */

.icon + .icon {
  margin-top: 45px;
}

/* ### Icon Title */

.icon-title {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

/* ### Icon Header */

.icon-header {
  margin-bottom: 20px;
  position: relative;
}

.icon-desc {
  color: #727272;
  margin-top: 20px;
}

.icon-media {
  color: #fab702;
}

.icon-media img {
  width: 100%;
}

/* ### Icon Right and Icon Left Media */

.icon:not(.icon-center) .icon-header {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -js-align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  width: 100%;
}

.icon:not(.icon-center) .icon-title {
  padding-left: 23px;
  width: 100%;
}

.icon:not(.icon-center) .icon-media {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -js-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -js-flex-shrink: 0;
}

/* ### Icon Right */

@media (min-width: 1000px) {
  .icon-right {
    text-align: right;
  }

  .icon-right .icon-header {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -js-justify-content: flex-end;
  }

  .icon-right .icon-title {
    padding-right: 23px;
  }

  .icon-right .icon-media {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -js-order: 1;
  }
}

/* ### Icon center */

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

.icon-center .icon-title {
  margin-top: 15px;
}

.icon-center .icon-media {
  display: inline-block;
}

/* ## Info */

.anps-info {
  border: 1px rgba(0, 0, 0, 0.2);
  border-style: none solid;
  position: relative;
}

@media (min-width: 768px) {
  .anps-info {
    display: table;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .anps-info-col-1 > * {
    width: 100%;
  }

  .anps-info-col-2 > * {
    width: 50%;
  }

  .anps-info-col-3 > * {
    width: 33.3333%;
  }

  .anps-info-col-4 > * {
    width: 25%;
  }

  .anps-info-col-5 > * {
    width: 20%;
  }
}

.anps-info-element {
  font-size: 16px;
  padding: 30px;
  position: relative;
  text-align: center;
}

@media (min-width: 1000px) {
  .anps-info-element {
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .anps-info-element {
    display: table-cell;
    text-align: left;
  }
}

.anps-info-element:first-child .anps-info-divider {
  display: none;
}

.anps-info-title {
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 999px) {
  .anps-info-title {
    word-break: break-all;
  }
}

.anps-info-text {
  margin-bottom: 0;
  margin-top: 15px;
}

/* ### Shadow */

.anps-info-shadow {
  background-color: #000;
  height: 5px;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
}

.anps-info-shadow::after,
.anps-info-shadow::before {
  background-color: inherit;
  content: "";
  height: 100%;
  position: absolute;
  width: 2000px;
}

.anps-info-shadow::after {
  left: 100%;
}

.anps-info-shadow::before {
  right: 100%;
}

/* ### Divider */

.anps-info-divider {
  background-color: rgba(0, 0, 0, 0.2);
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .anps-info-divider {
    height: 100%;
    width: 1px;
  }
}

/* ### Icon with text */

.anps-info-it-wrap {
  font-size: 22px;
  margin-top: 30px;
}

.anps-info-it-wrap .fa {
  margin-right: 12px;
}

/* ### Icon */

.anps-info-icons-wrap {
  font-size: 24px;
  margin-top: 23px;
}

.anps-info-icons-wrap .fa + .fa {
  margin-left: 20px;
}

/* ### Button */

.anps-info-button .btn {
  font-size: 14px;
  margin-top: 17px;
}

/* ## Info Table */

.info-table-icon {
  color: #fab702;
  font-size: 18px;
}

.info-table-content {
  color: #000;
}

.info-table-content strong {
  color: #898989;
  font-weight: normal;
}

.info-table-row:first-of-type > *::after {
  display: none;
}

.info-table {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  width: 100%;
}

.anps-shadows .info-table {
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}

.info-table td,
.info-table th {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 23px;
  position: relative;
  vertical-align: middle;
}

.info-table td::after,
.info-table th::after {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  top: -1px;
  width: 2px;
}

.info-table th {
  border-right: 1px solid #e5e5e5;
  font-weight: 400;
  text-align: center;
  width: 63px;
}

.info-table th::after {
  right: 0;
}

.info-table td {
  border-left-style: none;
}

.info-table td::after {
  left: 0;
}

/* ## Jumbotron */

.jumbotron {
  background-size: cover;
  color: #5a5a5a;
  font-size: 18px;
  padding-bottom: 33px;
  padding-top: 33px;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-bottom: 63px;
    padding-top: 63px;
  }
}

@media (min-width: 1000px) {
  .jumbotron {
    padding-bottom: 133px;
    padding-top: 133px;
  }
}

.jumbotron .wpb_column > .vc_column-inner:first-child {
  padding-top: 0 !important;
}

.jumbotron .wpb_column > .vc_column-inner:first-child > .wpb_wrapper {
  margin-top: 0 !important;
}

.font-size-18 {
  color: #5a5a5a;
  font-size: 18px;
}

/***
 * List
 */

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

.list li + li {
  margin-top: 11px;
}

.list li::before {
  color: #fab702;
  font-family: "FontAwesome";
  margin-right: 14px;
}

.list-default li::before {
  content: "\f14a";
}

.list-circle-arrow li::before {
  content: "\f138";
}

.list-triangle li::before {
  content: "\f0da";
}

.list-hand li::before {
  content: "\f087";
}

.list-square li::before {
  content: "\f0c8";
}

.list-arrow li::before {
  content: "\f105";
}

.list-circle li::before {
  content: "\f111";
}

.list-circle-check li::before {
  content: "\f058";
}

ol.list {
  font-weight: bold;
  list-style: decimal;
  margin-left: 14px;
}

ol.list span {
  font-weight: normal;
  padding-left: 11px;
}

/* ## Social */

.social {
  display: inline-block;
  line-height: 0;
  list-style: none;
  margin: -5px 0;
  padding: 0;
}

.social:before,
.social:after {
  content: " ";
  display: table;
}

.social:after {
  clear: both;
}

.social li {
  float: left;
  margin: 5px 0;
  /* Footer specific */
}

.social li + li {
  margin-left: 5px;
}

.site-footer .social li {
  margin-bottom: -4px;
  margin-top: 8px;
}

.social a {
  transition: background-color .2s, color .2s;
  background-color: #fab702;
  border-radius: 4px;
  color: #fff;
  display: block;
  height: 32px;
  position: relative;
  width: 32px;
}

.social a:focus,
.social a:hover {
  background-color: #ffcc43;
  color: #fff;
}

.social a[style] {
  transition: .2s opacity;
}

.social a[style]:focus,
.social a[style]:hover {
  opacity: .7;
}

.social i {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* ### Large above menu version */

@media (min-width: 1200px) {
  .large-above-menu .social {
    display: block;
    margin: 0;
  }

  .large-above-menu .social a {
    font-size: 18px;
    height: 62px;
    width: 64px;
  }
}

/* ### Social minimal */

/* Content version */

.site-main .social.social-minimal a {
  background: none;
  color: #000;
  font-size: 19px;
  height: auto;
  width: auto;
}

@media (min-width: 1000px) {
  .site-main .social.social-minimal a {
    font-size: 15px;
  }
}

.site-main .social.social-minimal a:focus,
.site-main .social.social-minimal a:hover {
  color: #898989;
}

.site-main .social.social-minimal a .fa {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.site-main .social.social-minimal li + li {
  margin-left: 17px;
}

/* Top bar & Footer version */

.site-footer .social.social-minimal,
.top-bar .social {
  margin-left: -10px;
  margin-right: -10px;
}

.site-footer .social.social-minimal a,
.top-bar .social a {
  background: none;
  color: #898989;
}

.site-footer .social.social-minimal a:focus,
.site-footer .social.social-minimal a:hover,
.top-bar .social a:focus,
.top-bar .social a:hover {
  background: none;
  color: #fab702;
}

.top-bar .social li {
  margin: 0;
}

/* ### Social border */

.social.social-border {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 10px;
  /* In header */
}

.social.social-border li {
  margin: 0;
}

.social.social-border a {
  background: none;
  color: #898989;
  height: 40px;
  width: 35px;
}

.social.social-border a:focus,
.social.social-border a:hover {
  background: none;
  color: #fab702;
}

.social.social-border i {
  font-size: 18px;
}

.ghost-nav-wrap .social.social-border,
.site-header.transparent .social.social-border {
  border-color: rgba(255, 255, 255, 0.2);
}

.ghost-nav-wrap .social.social-border {
  border: none;
  padding: 0;
  text-align: center;
}

.ghost-nav-wrap .social.social-border li {
  display: inline-block;
  float: none;
  margin-bottom: 5px !important;
}

/* ### Footer version */

.site-footer .social.social-border {
  border-color: rgba(255, 255, 255, 0.2);
}

.site-footer .social.social-border a {
  height: 33px;
  width: 30px;
}

.site-footer .social.social-border i {
  font-size: 14px;
}

/* ### Large above menu version */

@media (min-width: 1200px) {
  .large-above-menu .social.social-border a {
    font-size: 18px;
    height: 62px;
    width: 45px;
  }
}

/* ### Transparent border */

.social.social-transparent-border a {
  background: none;
  border: 1px solid #e5e5e5;
  color: #898989;
  /* In header */
}

.social.social-transparent-border a:focus,
.social.social-transparent-border a:hover {
  background: none;
  color: #fab702;
}

.site-header.transparent .social.social-transparent-border a {
  color: #fff;
}

.site-header.transparent .social.social-transparent-border a:focus,
.site-header.transparent .social.social-transparent-border a:hover {
  background: none;
  color: #fab702;
}

.ghost-nav-wrap .social.social-transparent-border a,
.site-footer .social.social-transparent-border a,
.site-header.transparent .social.social-transparent-border a {
  border-color: rgba(255, 255, 255, 0.2);
}

/* ## Star rating */

.star-rating {
  color: #fab702;
  display: block;
  font-family: "FontAwesome";
  font-size: 13px;
  height: 18px;
  line-height: 1em;
  overflow: hidden;
  position: relative;
  text-indent: 999px;
  white-space: nowrap;
  width: 63px;
  /* ### Inside Product */
}

.star-rating::before {
  content: "\f006\f006\f006\f006\f006";
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.star-rating span {
  left: 0;
  overflow: hidden;
  padding-top: 2em;
  position: absolute;
  top: 0;
}

.star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.product .star-rating {
  float: right;
  text-indent: 0;
  top: 1px;
}

/* ### Stars */

.stars-vote {
  margin-top: 5px;
}

.stars {
  clear: both;
  color: #fab702;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 18px;
  height: 18px;
  margin: 0 0 0 10px;
  overflow: hidden;
  position: relative;
  top: 2px;
}

.stars:hover a::before {
  content: "\f005" !important;
}

.stars,
.stars:hover a:hover ~ a::before {
  content: "\f006" !important;
}

.stars a {
  float: left;
  margin-right: 1px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  text-indent: -50px;
  width: 17px;
}

.stars a:focus,
.stars a:hover {
  color: #fab702;
}

.stars a::before {
  content: "\f006";
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.stars.selected a::before {
  content: "\f005";
}

.stars.selected a.active ~ a::before {
  content: "\f006";
}

/* ## Title */

.title,
.widgettitle {
  display: inline-block;
  position: relative;
}

.title.small-margin,
.widgettitle.small-margin {
  margin-bottom: 38px;
}

@media (min-width: 768px) {
  .title,
  .widgettitle {
    margin-bottom: 60px;
  }
}

.title::after,
.widgettitle::after {
  background-color: #fab702;
  bottom: -16px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 73px;
}

.text-center .title::before,
.text-center
  .widgettitle::before {
  display: none;
}

.text-center .title::after,
.text-center
  .widgettitle::after {
  left: calc(50% - 37px);
}

.title {
  font-size: 24px;
  margin-bottom: 40px;
}

/* ## Page Header */

.page-header {
  background-color: #f8f9f9;
  margin: 0;
  position: relative;
}

.page-header .page-title {
  color: #4e4e4e;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 1000px) {
  .page-header .page-title {
    font-size: 36px;
  }
}

/** Background Media */

.page-header-media {
  background-image: center;
  background-size: cover;
  margin: 0 -15px;
  overflow: hidden;
}

.page-header-media .page-title {
  color: #fff;
  position: relative;
  z-index: 1;
}

.page-header-media::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 999px) {
  .page-header-media .page-header-video {
    display: none;
  }
}

.page-header-media .page-header-video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.page-header-media .page-header-video iframe,
.page-header-media .page-header-video video {
  height: 100%;
  width: 100%;
}

/** Small version */

.page-header-sm {
  padding: 43px 0;
  text-align: center;
}

@media (min-width: 1000px) {
  .page-header-sm {
    padding: 73px 0;
  }
}

/** Large version  */

.page-header-lg {
  padding: 130px 15px 30px;
}

@media (min-width: 768px) {
  .page-header-lg {
    height: 250px;
    padding: 0;
  }

  .page-header-lg .page-title {
    bottom: 30px;
    left: 15px;
    position: absolute;
  }

  .page-header-lg .container {
    height: 100%;
  }
}

@media (min-width: 1000px) {
  .page-header-lg {
    height: 300px;
  }

  .page-header-lg .page-title {
    bottom: 51px;
  }
}

@media (min-width: 1200px) {
  .page-header-lg {
    height: 387px;
  }
}

/* ## Pagination */

.nav-links,
ul.page-numbers {
  margin-top: 45px;
}

.nav-links > *,
ul.page-numbers > * {
  display: inline-block;
  overflow: hidden;
  text-align: center;
}

.nav-links > * + *,
ul.page-numbers > * + * {
  margin-left: 4px;
}

/** Page Numbers */

ul.page-numbers {
  list-style: none;
  padding: 0;
}

ul.page-numbers > li > * {
  background-color: #dedede;
  border-radius: 3px;
  color: #afafaf;
  display: block;
  padding: 6px;
  width: 32px;
}

ul.page-numbers > li > *.next,
ul.page-numbers > li > *.prev {
  padding-left: 14px;
  padding-right: 14px;
  width: auto;
}

ul.page-numbers > li .prev .fa {
  margin-right: 5px;
}

ul.page-numbers > li .next .fa {
  margin-left: 5px;
}

ul.page-numbers > li > *.current,
ul.page-numbers > li > *:focus,
ul.page-numbers > li > *:hover {
  background-color: #fab702;
  color: #fff;
}

/** Nav Links */

.nav-links > *:not(.dots) {
  background-color: #dedede;
  border-radius: 3px;
  color: #afafaf;
  padding: 6px;
  width: 32px;
}

.nav-links > *:not(.dots).next,
.nav-links > *:not(.dots).prev {
  padding-left: 14px;
  padding-right: 14px;
  width: auto;
}

.nav-links > *:not(.dots).current,
.nav-links > *:not(.dots):focus,
.nav-links > *:not(.dots):hover {
  background-color: #fab702;
  color: #fff;
}

/* ## Post */

.post {
  margin: 0;
}

.post.post-single header,
.post:not(.post-single) {
  border: 1px solid #e5e5e5;
}

.anps-shadows .post.post-single header,
.anps-shadows .post:not(.post-single) {
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}

.post + .post {
  margin-top: 60px;
}

.post:not(.post-single) .post-content {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .post:not(.post-single) .post-content {
    padding: 0 30px;
  }
}

.post .post-desc {
  padding-bottom: 15px;
}

.post .btn {
  bottom: -7px;
  position: relative;
}

.recent-news .post {
  margin: 15px 1px;
}

.post + .title {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .post + .title {
    margin-top: 80px;
  }
}

.post > header .wpb_content_element {
  margin: 0;
}

.post-title {
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .post-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.recent-news .post-title {
  font-size: 16px;
}

.post-meta {
  border: 1px solid #e5e5e5;
  border-style: solid none;
  margin: 15px 0;
  padding: 5px 20px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .post-meta {
    padding: 5px 30px;
  }
}

.post-meta li {
  display: inline-block;
  font-size: 11px;
  list-style: none;
  margin-right: 20px;
  white-space: nowrap;
}

.post-meta li:last-of-type {
  margin-right: 0;
}

.post-meta li a {
  color: #898989;
}

.post-meta li a:focus,
.post-meta li a:hover {
  color: #ffcc43;
}

.post-meta i {
  color: #fab702;
  font-size: 12px;
  margin-right: 6px;
}

/** Post Single */

.post.post-single header {
  margin-bottom: 30px;
}

.post.post-single .post-meta {
  border-bottom: none;
  margin-bottom: 0;
}

/* Post Author */

.post-author {
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
  display: block;
  min-height: 101px;
  overflow: hidden;
  padding: 15px 15px 15px 127px;
  position: relative;
  vertical-align: middle;
}

.post-author img {
  left: 0;
  position: absolute;
  top: 0;
  width: 102px;
}

.post-author-title {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.post-author-title strong {
  color: #000;
  font-weight: normal;
}

.post-author-desc {
  line-height: 1.5em;
  margin-bottom: 0;
}

.post-info {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: 22px;
  width: 100%;
}

.post-info + .post-author {
  margin-top: 22px;
}

.post-info td,
.post-info th {
  background-color: #f7f7f7;
  padding-bottom: 16px;
  padding-top: 16px;
}

.post-info th {
  border-right: 1px solid #e5e5e5;
  color: #000;
  font-weight: normal;
  padding-left: 41px;
  padding-right: 41px;
  text-align: center;
  white-space: nowrap;
  width: 1px;
}

.post-info td {
  color: #a8a8a8;
  font-style: italic;
  padding-left: 21px;
  padding-right: 21px;
}

.post-info td a {
  color: inherit;
}

.post-info td a:focus,
.post-info td a:hover {
  color: #fab702;
}

.post.type-2 {
  margin-bottom: 40px;
}

article.post {
  margin-bottom: 60px;
}

article.post.sticky .post-content,
article.post.sticky .post-meta,
article.post.sticky .post-title {
  position: relative;
}

article.post.sticky .post-content::before,
article.post.sticky .post-meta::before,
article.post.sticky .post-title::before {
  background-color: #fab702;
  bottom: 0;
  content: "";
  left: -1px;
  position: absolute;
  top: 0;
  width: 6px;
  z-index: 11;
}

article.post.sticky .post-title::before {
  bottom: -20px;
  top: -20px;
}

article.post.sticky .post-content::before {
  top: -16px;
}

/* Column clear fix */

@media (min-width: 992px) {
  .anps-blog .col-md-4:nth-of-type(3n+1),
  .anps-blog .col-md-6:nth-of-type(2n+1) {
    clear: both;
  }
}

.post-carousel .owl-nav {
  font-size: 21px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-next,
.owl-prev {
  background-color: #000;
  color: #fff;
  line-height: 1em;
  opacity: .35;
  padding: 24px;
  transition: .4s opacity;
}

.owl-next:focus,
.owl-next:hover,
.owl-prev:focus,
.owl-prev:hover {
  opacity: .7;
}

.owl-prev {
  float: left;
}

.owl-next {
  float: right;
}

.search-results {
  margin-bottom: 40px;
}

.search-results > .container {
  margin-bottom: 60px;
}

.search-results .navigation.pagination {
  margin-bottom: -20px;
  margin-top: 60px;
}

/* ## Minimal Post */

.post-minimal header {
  margin-bottom: 22px;
}

.post-minimal-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.post-minimal-wrap {
  border-left: 3px solid #000;
  line-height: 0;
  padding-left: 16px;
}

.post-minimal-meta {
  font-size: 14px;
  list-style: none;
  margin: 7px 0 0;
  padding: 0;
}

.post-minimal-meta .fa {
  font-size: 16px;
  margin-right: 14px;
}

/* ### Minimal Post Dark */

.post-minimal-dark .post-minimal-meta {
  color: rgba(0, 0, 0, 0.4);
}

/* ### Minimal Post Light */

.post-minimal-light .post-minimal-title {
  color: #fff;
}

.post-minimal-light .post-minimal-meta {
  color: rgba(255, 255, 255, 0.4);
}

/* ## Products */

.products {
  list-style: none;
  margin: 0 -15px;
  margin-top: -40px;
  padding: 0;
  position: relative;
}

.products::after {
  clear: both;
  content: "";
  display: table;
}

.products:not(.related):not(.upsells) {
  padding-bottom: 45px;
}

@media (min-width: 480px) {
  .products .col-xs-6:nth-of-type(2n + 1) {
    clear: left;
  }
}

@media (min-width: 768px) {
  .products .col-sm-4:nth-of-type(n) {
    clear: none;
  }

  .products .col-sm-4:nth-of-type(3n + 1) {
    clear: left;
  }
}

@media (min-width: 1000px) {
  .products {
    margin-top: -50px;
  }

  .products .col-md-3:nth-of-type(n) {
    clear: none;
  }

  .products .col-md-3:nth-of-type(4n + 1) {
    clear: left;
  }
}

.products .add-to-cart-wrapper,
.products .product-header::before {
  transition: .3s opacity;
}

.products .btn,
.products .button {
  display: none;
}

.products .add-to-cart-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 50%;
  max-width: 80%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.products .add-to-cart-wrapper .btn,
.products .add-to-cart-wrapper .button {
  display: inline-block;
  width: 100% !important;
}

.products.related,
.products.upsells {
  margin-top: 0;
}

.product {
  margin-bottom: 0 !important;
  margin-top: 40px;
}

.product .price {
  float: left;
}

@media (max-width: 400px) {
  .product {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .product {
    margin-top: 50px;
  }
}

.product-header {
  border: 1px solid #e5e5e5;
  position: relative;
}

.anps-shadows .product-header {
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}

.product-header:hover .add-to-cart-wrapper,
.product-header:hover::before,
.product-header:focus .add-to-cart-wrapper,
.product-header:focus::before {
  opacity: 1;
}

.product-header::before {
  background-color: rgba(230, 230, 230, 0.7);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.product-title {
  font-size: 17px;
  margin-top: 13px;
  text-transform: uppercase;
}

.onsale {
  background-color: #fab702;
  border-radius: 4px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  height: 42px;
  min-width: 42px;
  padding: 10px 5px;
  position: absolute;
  right: -4px;
  text-align: center;
  text-transform: uppercase;
  top: -4px;
  z-index: 1;
}

.product-single > .row .onsale {
  left: 11px;
  right: auto;
}

.product-single > .row .product-title {
  margin-top: 0;
}

.product-single > .row .zoom {
  transition: opacity .4s;
}

.product-single > .row .zoom:hover,
.product-single > .row .zoom:focus {
  opacity: .8;
}

.price {
  color: #fab702;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.price del {
  color: #898989;
}

.price ins {
  text-decoration: none;
}

.before-loop {
  margin-bottom: 20px;
}

.before-loop:before,
.before-loop:after {
  content: " ";
  display: table;
}

.before-loop:after {
  clear: both;
}

.before-loop .woocommerce-result-count {
  color: #a3a3a3;
}

@media (min-width: 768px) {
  .before-loop .woocommerce-result-count {
    float: left;
  }

  .before-loop .woocommerce-ordering {
    float: right;
    margin-top: -10px;
    position: relative;
  }

  .before-loop .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border-radius: 3px;
    padding-right: 35px;
    position: relative;
    z-index: 1;
  }

  .before-loop .woocommerce-ordering::before {
    content: "\f107";
    font-family: FontAwesome;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

body.product-single > .row .product:not(.related) .product-title {
  display: block;
  font-size: 36px;
  margin-bottom: 50px;
  width: 100%;
}

body.product-single > .row .product-image {
  position: relative;
  top: 8px;
}

body.product-single > .row .product-title {
  margin-bottom: 60px;
}

.btn.btn-md.single_add_to_cart_button,
.button.single_add_to_cart_button {
  padding: 9px 28px 8px;
}

.product-top-meta {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px;
  padding-bottom: 35px;
  width: 100%;
}

.product-top-meta .star-rating {
  float: none;
}

.product-top-meta .woocommerce-review-link {
  font-size: 12px;
  text-transform: uppercase;
}

.product-top-meta .price {
  color: #000;
  float: none;
  font-size: 40px;
  height: auto;
  line-height: 34px;
  margin-right: 15px;
  padding-top: 2px;
}

@media (min-width: 768px) {
  .product-type-simple .product-top-meta > div:not(.woocommerce-product-rating) {
    float: left;
  }
}

.woocommerce-product-details__short-description {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.product_meta {
  color: #292929;
  font-size: 14px;
}

.product_meta > span {
  display: block;
}

.product_meta > span > span {
  color: #898989;
}

.product_meta .posted_in {
  margin-bottom: 15px;
}

.product_meta .posted_in a {
  color: #898989;
}

.product_meta .posted_in a:hover,
.product_meta .posted_in a:focus {
  color: #fab702;
}

.product_meta .sku_wrapper {
  margin-bottom: 10px;
}

.orderform {
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 100px;
  position: relative;
}

.orderform .minus,
.orderform .plus {
  background: none;
  border: 1px solid #e5e5e5;
  border-style: none none none solid;
  height: 50%;
  position: absolute;
  right: 1px;
  transition: .2s background-color;
  width: 25px;
}

.orderform .minus:hover,
.orderform .minus:focus,
.orderform .plus:hover,
.orderform .plus:focus {
  color: #000;
}

@media (min-width: 1000px) {
  .orderform .btn.btn-md,
  .orderform .button {
    width: 100%;
  }
}

.orderform .plus {
  border-bottom-style: solid;
  top: 0;
}

.orderform .minus {
  bottom: 0;
}

.orderform .quantity-field {
  -moz-appearance: textfield;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  height: 40px;
  padding-right: 25px;
  text-align: center;
  width: 84px;
}

.orderform .quantity {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 84px;
}

.orderform input::-webkit-outer-spin-button,
.orderform input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.thumbnails {
  margin-top: 15px;
}

.thumbnails::after {
  clear: both;
  content: "";
  display: table;
}

.thumbnails.columns-3 a,
.thumbnails > figure {
  float: left;
  margin: 1%;
  width: 32%;
}

.thumbnails a.first {
  margin-left: 0;
}

.thumbnails a.last {
  margin-right: 0;
}

.table.shop_attributes {
  margin: 0;
}

.table.shop_attributes td,
.table.shop_attributes th {
  vertical-align: middle;
}

.table.shop_attributes th {
  text-align: left;
  white-space: nowrap;
  width: 1px;
}

p.woocommerce-noreviews {
  margin-bottom: 20px;
}

.variations td + td {
  padding-left: 15px;
}

.variations .reset_variations {
  margin-left: 15px;
}

.woocommerce-variation-price .price {
  display: inline-block;
  float: none;
  font-size: 24px;
  margin-right: 7px;
  margin-top: 20px;
}

.woocommerce-variation-price,
.woocommerce-variation-availability {
  display: inline-block;
}

/* ### Inline cart button */

.product.add_to_cart_inline {
  border: none !important;
  /* Overwrite default WooCommerce style */
  clear: both;
  float: left;
  font-size: 16px;
  margin: 0;
  padding: 11px 0 !important;
  /* Overwrite default WooCommerce style, same padding as button */
}

.product.add_to_cart_inline + .add-to-cart-wrapper {
  float: left;
  margin-left: 20px;
}

/* ### Recent products spacing */

.single-product .related.products,
.single-product .products.upsells {
  margin-top: 30px;
}

/* ### Gallery slider */

.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 2px -4px 0;
  padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 4px 4px;
  list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs img:hover,
.woocommerce div.product div.images .flex-control-thumbs img:focus {
  opacity: .7;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  cursor: pointer;
  margin: 0;
  opacity: .5;
  transition: .2s opacity;
}

.flex-active {
  opacity: 1 !important;
  transition: .2s opacity;
}

.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}

.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery__trigger {
  color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 19px;
  height: 50px;
  z-index: 9999;
  text-align: center;
  width: 50px;
}

.woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce-product-gallery__trigger::before {
  color: #fff;
  content: "\f00e";
  font-family: FontAwesome;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

/* ## Progress Bars */

.progress {
  background-color: #eaeaea;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 11px;
  overflow: hidden;
}

.progress + .progress {
  margin-top: 25px;
}

.progress-bar {
  background-color: #d0d0d0;
  color: #9d9d9d;
  float: left;
  height: 100%;
  padding: 5px 13px;
  white-space: nowrap;
  width: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 50px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 50px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
}

.progress-bar-striped.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* Variations */

.progress-bar-danger,
.progress-bar-info,
.progress-bar-success,
.progress-bar-warning {
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-bar-danger {
  background-color: #d54900;
}

.progress-bar-info {
  background-color: #5bc0de;
}

.site-main .vc_progress_bar small.vc_label {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}

/* ## Recent News */

section.recent-news {
  padding-top: 40px;
}

section.recent-news .title {
  margin-bottom: 40px;
}

.recent-news {
  position: relative;
}

.recent-news .row > .col-md-12 {
  min-height: 66px;
}

.recent-news .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.recent-news .owl-carousel {
  margin: 0 -3px;
  width: calc(100% + 6px);
}

.recent-news-light .title {
  color: #fff;
}

/* ## Projects */

/* ### Filter */

.filter {
  margin: 0;
  padding: 0;
}

.filter:before,
.filter:after {
  content: " ";
  display: table;
}

.filter:after {
  clear: both;
}

.filter li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  list-style: none;
}

.filter button {
  transition: background-color .2s, color .2s;
}

.filter button:focus {
  outline: none;
}

.filter button.selected {
  cursor: default;
}

/* ### Hidden version */

.filter-hidden {
  display: none;
}

/* ### Normal filter version */

.filter:not(.filter-dark) {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  overflow: hidden;
}

.anps-shadows .filter:not(.filter-dark) {
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}

.filter:not(.filter-dark) li {
  position: relative;
  width: 50%;
}

@media (min-width: 768px) {
  .filter:not(.filter-dark) li {
    width: 33.3333%;
  }
}

@media (min-width: 1000px) {
  .filter:not(.filter-dark) li {
    width: auto;
  }
}

.filter:not(.filter-dark) li::after,
.filter:not(.filter-dark) li::before {
  background-color: #e5e5e5;
  content: "";
  position: absolute;
  z-index: 1;
}

.filter:not(.filter-dark) li::after {
  bottom: 0;
  height: 1px;
  left: 0;
  width: 200vw;
}

.filter:not(.filter-dark) li::before {
  height: 100%;
  right: 0;
  top: 0;
  width: 1px;
}

.filter:not(.filter-dark) button {
  background: none;
  border: none;
  color: #999;
  font-family: "Montserrat", sans-serif;
  padding: 17px 19px;
  text-align: center;
  width: 100%;
}

@media (min-width: 1000px) {
  .filter:not(.filter-dark) button {
    padding: 17px 31px;
    width: auto;
  }
}

.filter:not(.filter-dark) button:hover,
.filter:not(.filter-dark) button:focus,
.filter:not(.filter-dark) button.selected {
  background-color: #f8f8f8;
}

.filter:not(.filter-dark) button:focus,
.filter:not(.filter-dark) button.selected {
  color: #fab702;
}

/* ### Dark filter version */

@media (max-width: 999px) {
  .filter-dark {
    width: 100%;
  }
}

.filter-dark li {
  margin-top: 1px;
}

.filter-dark li + li {
  margin-left: 1px;
}

@media (min-width: 1000px) {
  .filter-dark li {
    margin-top: 0;
  }
}

.filter-dark button {
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  font-family: "Montserrat", sans-serif;
  padding: 15px;
  width: 100%;
}

@media (min-width: 1000px) {
  .filter-dark button {
    padding: 70px 30px 23px;
    width: auto;
  }
}

.filter-dark button:hover,
.filter-dark button:focus {
  background-color: rgba(0, 0, 0, 0.5);
  outline: none;
}

.filter-dark button.selected {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fab702;
}

/* ### Content */

.projects-content {
  margin-top: 10px;
  overflow: hidden;
}

.projects-content .projects-item {
  margin-top: 30px;
  transition: opacity .5s !important;
}

/* ### Title */

.projects-title {
  margin-bottom: 0;
  margin-top: 70px;
}

/* ### Pagination */

.projects-pagination {
  color: #fff;
  display: block;
  margin-bottom: 32px;
  margin-top: 32px;
  text-align: center;
}

.projects-pagination > button {
  background: none;
  border: 1px solid;
  border-radius: 3px;
  color: inherit;
  display: inline-block;
  height: 37px;
  opacity: .15;
  position: relative;
  width: 37px;
}

.projects-pagination > button:hover,
.projects-pagination > button:focus {
  opacity: .2;
  outline: none;
}

.projects-pagination > button + button {
  margin-left: 3px;
}

.projects-pagination > button i {
  font-size: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* ### Hover */

.project-hover,
.project-hover-bg,
.projects-item-wrap::after {
  opacity: 0;
}

.bg-dark .projects-item:hover .project-hover p {
  color: #fff;
}

.project-hover,
.project-hover-bg {
  transition: .3s opacity;
}

.project-hover {
  bottom: 0;
  left: 15px;
  padding: 25px;
  position: absolute;
  right: 15px;
  z-index: 5;
}

.projects-mobile .project-hover {
  bottom: auto;
  left: 50%;
  line-height: 1em;
  padding: 15px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.projects-mobile .project-hover p {
  display: none;
}

.projects-mobile .project-hover .btn {
  background: none !important;
  height: 600px;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -99999px;
  top: -300px;
}

.projects-mobile .project-hover .project-title {
  font-size: 21px !important;
  line-height: 1.3em;
  margin-bottom: 0 !important;
  text-align: center;
}

@media (max-width: 767px) {
  .project-hover {
    bottom: auto;
    left: 50%;
    line-height: 1em;
    padding: 15px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .project-hover p {
    display: none;
  }

  .project-hover .btn {
    background: none !important;
    height: 600px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: -99999px;
    top: -300px;
  }

  .project-hover .project-title {
    font-size: 21px !important;
    line-height: 1.3em;
    margin-bottom: 0 !important;
    text-align: center;
  }
}

/* ### Hover small */

.project-hover-small {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .4s opacity;
  width: 100%;
  z-index: 9;
}

.project-hover-small:hover,
.project-hover-small:focus {
  opacity: 1;
}

.project-hover-small .fa {
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 400px) {
  .projects-item {
    width: 100%;
  }
}

.projects-item:hover .project-hover,
.projects-item:hover .projects-item-wrap::after,
.projects-item:focus .project-hover,
.projects-item:focus .projects-item-wrap::after {
  opacity: 1;
}

.projects-item:hover .project-hover-bg,
.projects-item:focus .project-hover-bg {
  opacity: .7;
}

.projects-item img {
  width: 100%;
}

.projects-item .project-desc {
  color: #fff;
  display: none;
  margin-bottom: 20px;
}

@media (min-width: 1000px) {
  .projects-item .project-desc {
    display: block;
  }
}

.projects-item .project-title {
  color: #fab702;
  font-size: 14px;
  margin: 0 0 25px;
}

@media (min-width: 1000px) {
  .projects-item .project-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.project-hover-bg {
  background-color: #000;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.projects-item-wrap {
  overflow: hidden;
  position: relative;
}

.projects-item-wrap::after {
  border: 3px solid rgba(255, 255, 255, 0.05);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

/* ## Tabs */

.tabs + .tabs {
  margin-top: 40px;
}

.nav-tabs-wrap {
  margin: 0 -2px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 2px;
}

.nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-tabs li.active a {
  background-color: #fff;
  border-bottom-style: none;
  color: #000;
  padding-top: 16px;
  z-index: 2;
}

@media (min-width: 768px) {
  .nav-tabs li.active a {
    padding-top: 12px;
  }
}

.nav-tabs li.active a::after {
  background-color: #fff;
  content: "";
  position: absolute;
}

.anps-shadows .nav-tabs li:first-of-type a {
  border-left-style: solid;
}

.nav-tabs i {
  margin-right: 5px;
}

.nav-tabs span + i {
  margin-left: 5px;
  margin-right: 0;
}

.nav-tabs a {
  background-color: #f8f9f9;
  color: #9a9a9a;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  padding: 13px 20px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-tabs a:focus,
.nav-tabs a:hover {
  color: #fab702;
}

@media (min-width: 768px) {
  .nav-tabs a {
    padding: 9px 20px;
  }
}

.tab-content {
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.anps-shadows .tab-content {
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
}

.tab-pane {
  display: none;
  padding-top: 10px;
}

.tab-pane *:first-of-type {
  margin-top: 0;
}

.tab-pane.active {
  display: block;
}

/* ### Default Tabs  */

.tabs-default .nav-tabs,
.tabs-minimal .nav-tabs {
  display: table;
  padding-right: 2px;
  width: 100%;
}

.tabs-default .nav-tabs li,
.tabs-minimal .nav-tabs li {
  display: table-cell;
  min-width: 150px;
  vertical-align: bottom;
}

.tabs-default .nav-tabs li.active a::after,
.tabs-minimal .nav-tabs li.active a::after {
  bottom: -1px;
  height: 1px;
  left: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .tabs-default .nav-tabs li,
  .tabs-minimal .nav-tabs li {
    min-width: auto;
  }
}

.anps-no-shadows .tabs-default .nav-tabs li + li a,
.anps-no-shadows
  .tabs-minimal .nav-tabs li + li a {
  border-left-style: none;
}

.tabs-default .nav-tabs a,
.tabs-minimal .nav-tabs a {
  text-align: center;
}

.anps-no-shadows .tabs-default .nav-tabs a,
.anps-no-shadows
    .tabs-minimal .nav-tabs a {
  border: 1px solid #e5e5e5;
  border-bottom-style: none;
}

.anps-shadows .tabs-default .nav-tabs a,
.anps-shadows
    .tabs-minimal .nav-tabs a {
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
  border-bottom-style: none;
  border-left-style: none;
}

/* ### Minimal Tabs  */

.tabs-minimal .nav-tabs li {
  vertical-align: middle;
}

.anps-no-shadows .tabs-minimal .nav-tabs a,
.anps-shadows .tabs-minimal .nav-tabs a,
.anps-no-shadows
.tabs-minimal .nav-tabs li.active a,
.anps-shadows
.tabs-minimal .nav-tabs li.active a {
  border-bottom-style: solid;
}

.tabs-minimal .nav-tabs li.active a {
  padding-bottom: 10px;
}

.tabs-minimal .nav-tabs a::after {
  display: none;
}

.tabs-minimal .nav-tabs-wrap {
  padding-bottom: 2px;
}

.tabs-minimal .tab-content {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.anps-shadows .tabs-minimal .tab-content {
  box-shadow: none;
}

/* ### Minimal Tabs Small  */

.tabs-minimal-small .nav-tabs {
  display: inline-block;
}

.tabs-minimal-small .nav-tabs a {
  padding-left: 42px;
  padding-right: 42px;
}

/* ### Tabs shapes  */

.tabs-shape-rounded .nav-tabs a {
  border-radius: 6px 6px 0 0;
}

.tabs-shape-rounded.tabs-minimal .nav-tabs a {
  border-radius: 6px;
}

.tabs-shape-round .nav-tabs li {
  padding-left: 3px;
  padding-right: 3px;
}

.tabs-shape-round .nav-tabs li:first-of-type {
  padding-left: 0;
}

.tabs-shape-round .nav-tabs li:last-of-type {
  padding-right: 0;
}

.tabs-shape-round .nav-tabs li.active a::after {
  display: none;
}

.tabs-shape-round .nav-tabs a {
  border-radius: 25px;
}

.anps-shadows .tabs-shape-round .nav-tabs a {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}

/* ### Tabs position  */

.tabs-default.tabs-position-bottom .tab-content {
  margin-bottom: -1px;
  margin-top: 0;
}

.tabs-default.tabs-position-bottom .nav-tabs li {
  vertical-align: top;
}

.tabs-default.tabs-position-bottom .nav-tabs a {
  border-bottom-style: solid;
  border-top-style: none;
}

.tabs-default.tabs-position-bottom .nav-tabs li.active a {
  padding-bottom: 12px;
  padding-top: 9px;
}

.tabs-default.tabs-position-bottom .nav-tabs li.active a::after {
  bottom: auto;
  top: 0;
}

/* ### Tabs align  */

.tabs-align-left .nav-tabs a {
  text-align: left;
}

.tabs-align-center .nav-tabs a {
  text-align: center;
}

.tabs-align-right .nav-tabs a {
  text-align: right;
}

/* ### Side Tabs  */

@media (min-width: 1000px) {
  .tabs-side {
    position: relative;
  }

  .tabs-side .nav-tabs {
    position: absolute;
    top: -1px;
    width: 177px;
  }

  .tabs-side .nav-tabs li.active a,
  .tabs-side .nav-tabs li:last-of-type a {
    border-bottom-style: solid;
  }

  .tabs-side .nav-tabs li:first-of-type {
    margin-top: 0 !important;
  }

  .tabs-side .nav-tabs li.active a {
    z-index: 2;
  }

  .anps-shadows .tabs-side .nav-tabs li.active a {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
  }

  .tabs-side .nav-tabs li.active a::after {
    bottom: 0;
    height: 100%;
    width: 2px;
  }

  .tabs-side .nav-tabs a {
    border: 1px solid #e5e5e5;
    position: relative;
  }

  .tabs-spacing .tabs-side .nav-tabs {
    border-bottom-style: none;
  }

  .tabs-side .nav-tabs i {
    margin-right: 3px;
  }
}

@media (min-width: 1000px) {
  .tabs-side .nav-tabs li.active a {
    padding-top: 9px;
  }

  .tabs-side .nav-tabs li + li a {
    border-top: none !important;
  }

  .tabs-side.tabs-side .nav-tabs a {
    margin: 0 !important;
  }

  .tabs-side.tabs-side .nav-tabs li {
    padding: 0 !important;
  }

  /* Side Tabs Left  */

  .tabs-side-left.tabs-shape-rounded .nav-tabs a {
    border-radius: 6px 0 0 6px;
  }

  .tabs-side-left.tabs-shape-rounded .tab-content {
    border-radius: 0 6px 6px 6px;
  }

  .tabs-side-left.tabs-shape-round .nav-tabs li:first-of-type a {
    border-radius: 25px 0 0 0;
  }

  .tabs-side-left.tabs-shape-round .nav-tabs li:last-of-type a {
    border-radius: 0 0 0 25px;
  }

  .tabs-side-left.tabs-shape-round .tab-content {
    border-radius: 0 25px 25px 25px;
  }

  .tabs-side-left .nav-tabs {
    left: 0;
    padding-left: 2px;
  }

  .tabs-side-left .nav-tabs li.active a {
    margin-left: -2px;
    padding-left: 22px !important;
  }

  .tabs-side-left .nav-tabs li.active a::after {
    right: -2px;
  }

  .tabs-side-left .nav-tabs a {
    border-right-style: none !important;
  }

  .tabs-side-left .tab-content {
    margin-left: 177px;
  }

  /* Side Tabs Right  */

  .tabs-side-right.tabs-shape-rounded .nav-tabs a {
    border-radius: 0 6px 6px 0;
  }

  .tabs-side-right.tabs-shape-rounded .tab-content {
    border-radius: 6px 0 6px 6px;
  }

  .tabs-side-right.tabs-shape-round .nav-tabs li:first-of-type a {
    border-radius: 0 25px 0 0;
  }

  .tabs-side-right.tabs-shape-round .nav-tabs li:last-of-type a {
    border-radius: 0 0 25px 0;
  }

  .tabs-side-right.tabs-shape-round .tab-content {
    border-radius: 25px 0 25px 25px;
  }

  .tabs-side-right .nav-tabs {
    padding-right: 2px;
    right: 0;
  }

  .tabs-side-right .nav-tabs li.active a {
    margin-right: -2px;
    padding-right: 22px !important;
  }

  .tabs-side-right .nav-tabs li.active a::after {
    left: -2px;
  }

  .tabs-side-right .nav-tabs a {
    border-left-style: none !important;
  }

  .tabs-side-right .tab-content {
    margin-right: 177px;
  }
}

/* ### Small tabs */

@media (min-width: 1000px) {
  .tabs-small.tabs-default {
    margin-top: 50px;
  }

  .tabs-small.tabs-default .nav-tabs,
  .tabs-small.tabs-default .nav-tabs li {
    display: block;
  }

  .tabs-small.tabs-default .nav-tabs li {
    float: left;
  }

  .tabs-small.tabs-default .nav-tabs li:not(.active) {
    position: relative;
    top: 5px;
  }

  .tabs-small.tabs-default .nav-tabs li.active a {
    min-width: 180px;
  }

  .tabs-small.tabs-default .nav-tabs li a {
    min-width: 140px;
  }
}

/* ### Responsive */

@media (max-width: 999px) {
  .nav-tabs {
    display: table;
    padding-right: 2px;
    width: 100%;
  }

  .nav-tabs li {
    display: table-cell;
    min-width: 150px;
    vertical-align: bottom;
  }

  .nav-tabs li.active a::after {
    bottom: -1px;
    height: 1px;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 999px) and (min-width: 768px) {
  .nav-tabs li {
    min-width: auto;
  }
}

@media (max-width: 999px) {
  .nav-tabs a {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
    border-bottom-style: none;
    border-left-style: none;
    text-align: center;
  }
}

/* ## Team */

.team {
  margin: -25.5px -15px 0 !important;
}

.team:before,
.team:after {
  content: " ";
  display: table;
}

.team:after {
  clear: both;
}

@media (min-width: 1000px) {
  .team {
    margin-top: -51px !important;
  }
}

.member {
  float: left;
  margin-top: 25.5px !important;
  padding: 0 15px 14px;
  width: 100%;
}

.member.member-full {
  width: 100% !important;
}

@media (min-width: 500px) and (max-width: 1000px) {
  .member {
    width: 50%;
  }

  .member:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1000px) {
  .member {
    margin-top: 51px !important;
    width: 33.3333%;
  }

  .team-col-2 .member {
    width: 50%;
  }

  .team-col-2 .member:nth-of-type(2n+1) {
    clear: both;
  }

  .team-col-3 .member {
    width: 33.3333%;
  }

  .team-col-3 .member:nth-of-type(3n+1) {
    clear: both;
  }

  .team-col-4 .member {
    width: 25%;
  }

  .team-col-4 .member:nth-of-type(4n+1) {
    clear: both;
  }

  .team-col-5 .member {
    width: 20%;
  }

  .team-col-5 .member:nth-of-type(5n+1) {
    clear: both;
  }

  .team-col-6 .member {
    width: 16.6666%;
  }

  .team-col-6 .member:nth-of-type(6n+1) {
    clear: both;
  }
}

.member-desc {
  border-top: 1px solid #e5e5e5;
  padding-bottom: 15px;
  padding-top: 15px;
}

.member-wrap {
  border: 1px solid #e5e5e5;
}

.anps-shadows .member-wrap {
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}

.member-desc,
.member-title,
.member-wrap {
  padding-left: 28px;
  padding-right: 28px;
}

.member .social {
  padding-left: 10px;
}

.member-desc,
.member-image,
.member-title {
  margin: 0 -28px;
}

.member-image {
  margin-bottom: 21px;
}

.member-image img {
  width: 100%;
}

.member-name {
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 0;
}

.member-title {
  border-top: 1px solid #e5e5e5;
  display: block;
  font-size: 11px;
  overflow: hidden;
  padding-bottom: 6px;
  padding-top: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-single {
  padding-top: 40px;
}

.team-single .team .member {
  margin-top: 75px !important;
}

.team-single .member-image {
  margin-bottom: 17px;
}

.team-single ul.social {
  line-height: 17px;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.team-single ul.social li {
  margin: 5px 0;
}

/* ## Team With Description */

.team-desc {
  display: table;
}

.team-desc .team {
  margin-left: -21px;
  margin-right: -21px;
}

.team-desc .member {
  padding-left: 21px;
  padding-right: 21px;
}

.team-desc .member-wrap {
  background-color: #fff;
}

.team-desc .member-desc,
.team-desc .member-title,
.team-desc .member-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.team-desc .member-desc,
.team-desc .member-image,
.team-desc .member-title {
  margin-left: -15px;
  margin-right: -15px;
}

/* ### Sizes */

.team-desc-size-1 .member {
  width: 100%;
}

@media (max-width: 549px) {
  .team-desc-size-1 .team-desc-side {
    margin-top: 30px;
  }
}

@media (min-width: 550px) {
  .team-desc-size-1 .team-desc-main,
  .team-desc-size-1 .team-desc-side {
    display: table-cell;
    vertical-align: middle;
  }

  .team-desc-size-1 .team-desc-side {
    padding-left: 30px;
    width: 60%;
  }
}

@media (min-width: 1000px) {
  .team-desc-size-1 .team-desc-side {
    padding-left: 30px;
    width: 60%;
  }
}

@media (min-width: 1000px) {
  .team-desc-size-1 .team-desc-side {
    width: 70%;
  }
}

@media (max-width: 999px) {
  .team-desc-size-2 .team-desc-side {
    margin-top: 30px;
  }
}

@media (min-width: 1000px) {
  .team-desc-size-2 .team-desc-main,
  .team-desc-size-2 .team-desc-side {
    display: table-cell;
    vertical-align: middle;
  }

  .team-desc-size-2 .team-desc-side {
    padding-left: 30px;
    width: 55%;
  }

  .team-desc-size-2 .member {
    width: 50%;
  }
}

@media (max-width: 999px) {
  .team-desc-size-3 .team-desc-side {
    margin-top: 30px;
  }
}

@media (min-width: 1000px) {
  .team-desc-size-3 .team-desc-main,
  .team-desc-size-3 .team-desc-side {
    display: table-cell;
    vertical-align: middle;
  }

  .team-desc-size-3 .team-desc-side {
    padding-left: 30px;
    width: 33.5%;
  }

  .team-desc-size-3 .member {
    width: 33%;
  }
}

/* ### Content Elements */

.team-desc-side *:first-child {
  margin-top: 0;
}

.team-desc-title {
  font-size: 27px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.team-desc-description {
  color: #a3baca;
  font-size: 16px;
  margin-top: 16px;
}

.btn.team-desc-btn {
  margin-top: 30px;
}

/* ## Testimonials  */

.testimonials {
  margin-top: 0;
  position: relative;
}

ul.testimonial-wrap {
  list-style: none;
  padding-left: 0;
}

ul.testimonial-wrap .rating {
  color: #fab702;
  font-family: "FontAwesome";
  font-size: 12px;
}

ul.testimonial-wrap li {
  margin: 0;
  padding-bottom: 0;
  padding-top: 17px;
  position: relative;
}

ul.testimonial-wrap li > p {
  color: #727272;
  line-height: 1.65em;
  margin-bottom: 30px;
}

ul.testimonial-wrap .user {
  display: table;
  margin-bottom: 13px;
  position: relative;
}

ul.testimonial-wrap .user .content {
  display: table-cell;
  margin-top: 0;
  vertical-align: top;
}

@media (min-width: 600px) {
  ul.testimonial-wrap .user .content > * {
    padding-left: 32px;
    padding-right: 32px;
  }
}

ul.testimonial-wrap .user .content > h3 {
  margin-top: 0;
}

ul.testimonial-wrap .user .user-image {
  display: none;
  max-width: 50%;
  min-width: 253px;
  vertical-align: top;
}

@media (min-width: 600px) {
  ul.testimonial-wrap .user .user-image {
    display: table-cell;
  }
}

@media (min-width: 600px) {
  ul.testimonial-wrap .owl-item.active + .owl-item.active .user .content > * {
    padding-right: 0;
  }
}

ul.testimonial-wrap .user-data {
  padding-left: 18px;
}

ul.testimonial-wrap .user-data .name-user {
  font-size: 16px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
}

@media (min-width: 600px) {
  ul.testimonial-wrap .user-data .name-user {
    font-size: 18px;
    left: 83px;
    width: 200px;
  }
}

ul.testimonial-wrap .jobtitle {
  font-size: 14px;
  margin-top: -5px;
}

.testimonials-header .title {
  margin-top: 0;
}

.testimonials-style-1 .testimonials-header {
  min-height: 66px;
}

.testimonials-style-2 .testimonials-outer-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .testimonials-style-2 .testimonials-outer-wrap {
    padding: 0 30px;
  }
}

/* Testimonials style 3 */

.testimonials-style-3 .testimonials-wrap {
  margin-bottom: -13px;
  margin-left: -13px;
  margin-right: -13px;
  padding: 0;
}

@media (min-width: 1000px) {
  .testimonials-style-3 .testimonials-wrap {
    margin-bottom: -33px;
    margin-left: -33px;
    margin-right: -33px;
  }
}

.testimonials-style-3 .testimonials-wrap > li {
  float: left;
  list-style: none;
  margin-bottom: 13px;
  overflow: hidden;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
}

@media (min-width: 600px) {
  .testimonials-style-3 .testimonials-wrap > li {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .testimonials-style-3 .testimonials-wrap > li {
    margin-bottom: 66px;
    padding-left: 33px;
    padding-right: 33px;
  }

  .testimonials-style-3 .testimonials-wrap > li:hover::before,
  .testimonials-style-3 .testimonials-wrap > li:focus::before {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .testimonials-style-3 .testimonials-wrap > li:hover .content,
  .testimonials-style-3 .testimonials-wrap > li:focus .content {
    -webkit-transform: translateY(-115px);
    -ms-transform: translateY(-115px);
    transform: translateY(-115px);
  }

  .testimonials-style-3 .testimonials-wrap > li:hover .content p,
  .testimonials-style-3 .testimonials-wrap > li:focus .content p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.testimonials-style-3 .testimonials-wrap > li::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 13px;
  position: absolute;
  right: 13px;
  top: 0;
  transition: .3s background-color ease-in-out;
}

@media (min-width: 1000px) {
  .testimonials-style-3 .testimonials-wrap > li::before {
    left: 33px;
    right: 33px;
  }
}

.testimonials-style-3 .testimonials-wrap .content {
  bottom: 17px;
  color: #fff;
  left: 33px;
  position: absolute;
  right: 33px;
  transition: .3s transform;
  will-change: transform;
}

@media (min-width: 1000px) {
  .testimonials-style-3 .testimonials-wrap .content {
    bottom: 37px;
    left: 73px;
    right: 73px;
  }
}

.testimonials-style-3 .testimonials-wrap .content p {
  font-style: italic;
  padding-left: 30px;
  position: absolute;
  -webkit-transform: translateY(37px);
  -ms-transform: translateY(37px);
  transform: translateY(37px);
  transition: .5s transform;
  will-change: transform;
}

.testimonials-style-3 .testimonials-wrap .content p::before {
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 18px;
  font-style: normal;
  left: 0;
  position: absolute;
  top: 3px;
}

.testimonials-style-3 .testimonials-wrap .jobtitle {
  color: inherit;
}

.testimonials-style-3 .testimonials-wrap .name-user {
  font-size: 16px;
}

/* ## Working Hours */

.working-hours {
  border-collapse: separate;
  border-spacing: 0 6px;
  width: 100%;
}

.working-hours td,
.working-hours th {
  border: 1px solid;
  padding: 7px 12px;
  vertical-align: middle;
}

.working-hours th {
  border-radius: 3px 0 0 3px;
  border-right-style: none;
  font-weight: 400;
}

.working-hours td {
  border-left-style: none;
  border-radius: 0 3px 3px 0;
  text-align: right;
  white-space: nowrap;
}

/* ## Footer versions */

.site-footer-default .working-hours {
  border: 2px solid #2e2e2e;
  padding: 10px 0;
}

.site-footer-default .working-hours td,
.site-footer-default .working-hours th {
  border: none;
  padding: 0 27px;
}

.site-footer-default .working-hours td {
  color: #fff;
}

.site-footer-default .working-hours td.important {
  color: #fff !important;
}

.site-footer-modern .working-hours {
  border-spacing: 0;
}

.site-footer-modern .working-hours td,
.site-footer-modern .working-hours th {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid;
  padding: 8px 0;
}

/* ## Sidebar version */

.sidebar .working-hours td,
.sidebar .working-hours th {
  border-color: #e5e5e5;
}

.sidebar .working-hours td {
  color: #000;
}

/* ## Contact */

.form-group input:not([type="submit"]),
.form-group textarea,
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: inherit;
  padding: 15px 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.form-group input:not([type="submit"]):focus,
.form-group input:not([type="submit"]):hover,
.form-group textarea:focus,
.form-group textarea:hover,
.wpcf7 input:not([type="submit"]):focus,
.wpcf7 input:not([type="submit"]):hover,
.wpcf7 textarea:focus,
.wpcf7 textarea:hover {
  outline-color: #fab702;
}

.form-group input:not([type="submit"]):not(:focus).alert,
.form-group input:not([type="submit"]):not(:focus).wpcf7-not-valid,
.form-group textarea:not(:focus).alert,
.form-group textarea:not(:focus).wpcf7-not-valid,
.wpcf7 input:not([type="submit"]):not(:focus).alert,
.wpcf7 input:not([type="submit"]):not(:focus).wpcf7-not-valid,
.wpcf7 textarea:not(:focus).alert,
.wpcf7 textarea:not(:focus).wpcf7-not-valid {
  background: transparent;
  border-color: #e31919;
}

.form-group textarea,
.wpcf7 textarea {
  height: 212px;
  max-width: 100%;
}

.form-group textarea[rows="1"],
.wpcf7 textarea[rows="1"] {
  height: 51px;
}

.form-group textarea[rows="2"],
.wpcf7 textarea[rows="2"] {
  height: 117px;
}

.form-group textarea[rows="3"],
.wpcf7 textarea[rows="3"] {
  height: 183px;
}

.form-group textarea[rows="4"],
.wpcf7 textarea[rows="4"] {
  height: 249px;
}

.form-group textarea[rows="5"],
.wpcf7 textarea[rows="5"] {
  height: 315px;
}

.input-text {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: inherit;
  padding: 15px 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.input-text:focus,
.input-text:hover {
  outline-color: #fab702;
}

.contact-form br,
.wpcf7 br {
  display: none;
}

.contact-form .form-group,
.wpcf7 .form-group {
  position: relative;
}

.contact-form .form-group .wpcf7-form-control-wrap,
.wpcf7 .form-group .wpcf7-form-control-wrap {
  display: block;
}

.contact-form .form-group .wpcf7-not-valid-tip,
.contact-form .form-group label,
.wpcf7 .form-group .wpcf7-not-valid-tip,
.wpcf7 .form-group label {
  color: #e31919;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 17px;
  z-index: 0;
}

.contact-form .form-group .alert,
.wpcf7 .form-group .alert {
  line-height: 20px;
  margin-bottom: 0;
}

.contact-form .spinner i,
.wpcf7 .spinner i {
  font-size: 42px;
}

form [class*="col-"] + [class*="col-"] {
  margin-top: 0;
}

input {
  outline-color: #fab702;
}

select {
  max-width: 100%;
}

.contact-form .form-group textarea.alert {
  margin-bottom: 15px;
}

/* Date form type */

.wpcf7-form-control-wrap[class*="date-"] {
  display: block;
  position: relative;
}

.wpcf7-form-control-wrap[class*="date-"] input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  position: relative;
}

.wpcf7-form-control-wrap[class*="date-"]::after {
  background-color: #fff;
  content: "\f073";
  font-family: "FontAwesome";
  font-size: 18px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

/* ## Search */

/* ### Search Notice */

.search-notice {
  padding: 50px 0;
}

.search-notice-field {
  border: none;
  border-radius: 3px;
  color: #898989;
  font-size: 18px;
  padding: 12px 23px;
  width: 100%;
}

.search-notice-title {
  color: inherit;
  font-size: 24px;
  margin: 0;
}

.search-notice-query {
  color: #c8c8c8;
  font-size: 18px;
  margin-top: 15px;
}

.search-notice-label {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 30px;
}

/* ### Search Results */

.search-result {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 21px;
}

.search-result a {
  display: inline-block;
}

.search-result + .search-result {
  margin-top: 26px;
}

.search-result-title {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.search-result-content {
  margin: 3px 0 0;
}

.search-notice + .content-container {
  padding-top: 40px;
}

body.search .content-container {
  background: #fff;
}

/* ## Alert */

.alert,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
  background: #f0f0f0;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  color: #9d9d9d;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 15px;
  min-height: 47px;
  padding: 11px 60px 11px 67px;
  position: relative;
}

.alert.alert-no-icon,
div.wpcf7-mail-sent-ng.alert-no-icon,
div.wpcf7-validation-errors.alert-no-icon {
  padding-left: 15px;
}

.alert.alert-no-icon::after,
div.wpcf7-mail-sent-ng.alert-no-icon::after,
div.wpcf7-validation-errors.alert-no-icon::after {
  display: none;
}

.alert::before,
.alert > i,
div.wpcf7-mail-sent-ng::before,
div.wpcf7-mail-sent-ng > i,
div.wpcf7-validation-errors::before,
div.wpcf7-validation-errors > i {
  color: inherit;
  font-size: 14px;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  z-index: 2;
}

.alert::before,
div.wpcf7-mail-sent-ng::before,
div.wpcf7-validation-errors::before {
  display: none;
}

.alert::after,
div.wpcf7-mail-sent-ng::after,
div.wpcf7-validation-errors::after {
  border-right: 1px solid;
  border-color: inherit;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 1;
}

.alert .close,
div.wpcf7-mail-sent-ng .close,
div.wpcf7-validation-errors .close {
  background: transparent;
  border: none;
  color: inherit;
  float: right;
  height: 48px;
  opacity: .2;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity .2s;
  width: 48px;
}

.alert .close:focus,
.alert .close:hover,
div.wpcf7-mail-sent-ng .close:focus,
div.wpcf7-mail-sent-ng .close:hover,
div.wpcf7-validation-errors .close:focus,
div.wpcf7-validation-errors .close:hover {
  opacity: .5;
}

.alert .close i,
div.wpcf7-mail-sent-ng .close i,
div.wpcf7-validation-errors .close i {
  height: auto;
  line-height: 22px;
  padding: 0;
  text-align: center;
  top: 0;
  vertical-align: top;
  width: 46px;
}

.alert a:not(.alert-link),
div.wpcf7-mail-sent-ng a:not(.alert-link),
div.wpcf7-validation-errors a:not(.alert-link) {
  color: rgba(0, 0, 0, 0.85);
}

.alert a:not(.alert-link):hover,
div.wpcf7-mail-sent-ng a:not(.alert-link):hover,
div.wpcf7-validation-errors a:not(.alert-link):hover {
  color: black;
}

.alert .button,
div.wpcf7-mail-sent-ng .button,
div.wpcf7-validation-errors .button {
  background: none;
  display: inline;
  font-size: 11px;
  margin-right: 10px;
  padding: 7px 0;
  position: relative;
  top: -1px;
}

.alert .button:hover,
.alert .button:focus,
div.wpcf7-mail-sent-ng .button:hover,
div.wpcf7-mail-sent-ng .button:focus,
div.wpcf7-validation-errors .button:hover,
div.wpcf7-validation-errors .button:focus {
  background: none;
}

.alert-heading {
  color: inherit;
  font-size: 21px;
  margin-bottom: 5px;
  margin-top: 0;
}

.alert-link {
  font-weight: bold;
}

.alert-link:hover,
.alert-link:focus {
  text-decoration: underline;
}

.alert-maps {
  margin: 20px auto;
  max-width: 1140px;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
  margin: 0;
}

div.wpcf7-mail-sent-ng::before,
div.wpcf7-validation-errors::before {
  content: "\f12a";
  display: block;
  font-family: "FontAwesome";
}

.wpcf7 div.wpcf7-validation-errors.wpcf7-response-output {
  background: #fa7267;
  border: none;
  color: #fff;
  margin-top: 7px;
}

div.wpcf7-mail-sent-ok {
  background: #7add51;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 7px;
  min-height: 22px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-top: 10px;
  position: relative;
}

div.wpcf7-mail-sent-ok::before {
  content: "\f00c";
  display: block;
  font-family: "FontAwesome";
  left: 0;
  margin-left: 20px;
  position: absolute;
}

.alert-danger-style-2,
.alert-info-style-2,
.alert-normal-style-2,
.alert-success-style-2,
.alert-useful-style-2,
.alert-warning-style-2 {
  border-color: rgba(0, 0, 0, 0.05);
  color: #fff;
}

.alert-danger-style-2 .close,
.alert-info-style-2 .close,
.alert-normal-style-2 .close,
.alert-success-style-2 .close,
.alert-useful-style-2 .close,
.alert-warning-style-2 .close {
  color: #fff;
  opacity: .4;
}

.alert-info {
  background: #f7f7f9;
  border-color: #eee;
  color: #818a91;
}

.alert-info .alert-link {
  color: #555;
}

.alert-info-style-2 {
  background: #fab702;
}

.alert-danger,
div.wpcf7-mail-sent-ng {
  background: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger .alert-link,
div.wpcf7-mail-sent-ng .alert-link {
  color: #843534;
}

.alert-danger-style-2 {
  background: #fa7267;
}

.alert-warning,
div.wpcf7-validation-errors {
  background: #fcf8e3;
  border-color: #f7eec5;
  color: #8a6d3b;
}

.alert-warning .alert-link,
div.wpcf7-validation-errors .alert-link {
  color: #66512c;
}

.alert-warning-style-2 {
  background: #ffd500;
}

.alert-success {
  background: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-success-style-2 {
  background: #7add51;
}

.alert-useful {
  background: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-useful .alert-link {
  color: #245269;
}

.alert-useful-style-2 {
  background: #77dcff;
}

.alert-normal {
  background: #e9dfea;
  border-color: #d9cddc;
  color: #8d7b92;
}

.alert-normal .alert-link {
  color: #6b5c6f;
}

.alert-normal-style-2 {
  background: #bd8bc7;
}

/* ## Tables */

table.table {
  border: 1px solid #e5e5e5;
  margin-bottom: 45px;
}

table.table > tbody,
table.table > tfoot,
table.table > thead {
  border: none;
}

table.table > tbody td,
table.table > tbody th,
table.table > tfoot td,
table.table > tfoot th,
table.table > thead td,
table.table > thead th {
  padding: 15px 20px;
}

table.table > tbody td,
table.table > tfoot td,
table.table > thead td {
  position: relative;
}

table.table > tbody.bg-primary tr,
table.table > tbody tr.bg-primary,
table.table > tfoot.bg-primary tr,
table.table > tfoot tr.bg-primary,
table.table > thead.bg-primary tr,
table.table > thead tr.bg-primary {
  background: #fab702;
}

table.table > tbody.bg-primary tr td,
table.table > tbody.bg-primary tr th,
table.table > tbody tr.bg-primary td,
table.table > tbody tr.bg-primary th,
table.table > tfoot.bg-primary tr td,
table.table > tfoot.bg-primary tr th,
table.table > tfoot tr.bg-primary td,
table.table > tfoot tr.bg-primary th,
table.table > thead.bg-primary tr td,
table.table > thead.bg-primary tr th,
table.table > thead tr.bg-primary td,
table.table > thead tr.bg-primary th {
  color: #fff;
}

table.table > tbody th,
table.table > tfoot th,
table.table > thead th {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

table.table > thead th {
  border: none;
  position: relative;
}

table.table-bordered > tbody th,
table.table-bordered > tfoot th,
table.table-bordered > thead th {
  border: 1px solid #e5e5e5;
}

table.table-bordered > tbody td::after,
table.table-bordered > tbody td::before,
table.table-bordered > tbody th::after,
table.table-bordered > tbody th::before,
table.table-bordered > tfoot td::after,
table.table-bordered > tfoot td::before,
table.table-bordered > tfoot th::after,
table.table-bordered > tfoot th::before,
table.table-bordered > thead td::after,
table.table-bordered > thead td::before,
table.table-bordered > thead th::after,
table.table-bordered > thead th::before {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  top: -1px;
  width: 2px;
}

table.table-bordered > tbody td::after,
table.table-bordered > tbody th::after,
table.table-bordered > tfoot td::after,
table.table-bordered > tfoot th::after,
table.table-bordered > thead td::after,
table.table-bordered > thead th::after {
  right: 0;
}

table.table-bordered > tbody td::before,
table.table-bordered > tbody th::before,
table.table-bordered > tfoot td::before,
table.table-bordered > tfoot th::before,
table.table-bordered > thead td::before,
table.table-bordered > thead th::before {
  left: 0;
}

table.table.table-bordered tr *:first-child::before {
  display: none;
}

table.table.table-bordered tr *:last-child::after {
  display: none;
}

table.table.table-bordered thead tr:first-of-type td::after,
table.table.table-bordered thead tr:first-of-type td::before,
table.table.table-bordered thead tr:first-of-type th::after,
table.table.table-bordered thead tr:first-of-type th::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .table-responsive table.table {
    border: none;
  }
}

.table-striped > tbody > tr {
  background-color: #f7f7f7;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

table:not([class]):not([id]) td,
table:not([class]):not([id]) th {
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
}

/* ## Timeline */

.timeline-item {
  padding-left: 35px;
  position: relative;
}

.timeline-item::after,
.timeline-item::before {
  content: "";
  position: absolute;
}

.timeline-item::after {
  background-color: #e4e4e4;
  bottom: 0;
  left: 3px;
  top: 4px;
  width: 2px;
}

.timeline-item:last-child::after {
  bottom: auto;
  height: 59px;
}

.timeline-item + .timeline-item {
  margin-top: 43px;
}

.timeline-item + .timeline-item::after {
  top: -52px;
}

.timeline-item::before {
  border-radius: 100%;
  box-shadow: 0 0 0 2px #fff;
  height: 8px;
  left: 0;
  top: 4px;
  width: 8px;
  z-index: 1;
}

@media (min-width: 500px) {
  .timeline-item {
    padding-left: 130px;
  }

  .timeline-item::after {
    left: 87px;
  }

  .timeline-item::before {
    left: 84px;
  }
}

.timeline-year {
  font-size: 18px;
  margin-bottom: 7px;
}

@media (min-width: 500px) {
  .timeline-year {
    font-size: 24px;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
  }
}

.timeline-title {
  font-size: 18px;
  margin-bottom: 13px;
  margin-top: 2px;
}

/* ## VC grid */

.vc_gitem_row .vc_gitem-col.anps-grid,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry {
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
  padding: 0;
}

.vc_gitem_row .vc_gitem-col.anps-grid .post-title,
.vc_gitem_row .vc_gitem-col.anps-grid h3,
.vc_gitem_row .vc_gitem-col.anps-grid h4,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry .post-title,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry h3,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry h4 {
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
}

.vc_gitem_row .vc_gitem-col.anps-grid .post-desc,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry .post-desc {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 7px;
}

.vc_gitem_row .vc_gitem-col.anps-grid .vc_btn3-container,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry .vc_btn3-container {
  margin-bottom: -8px;
}

.vc_gitem_row .vc_gitem-col.anps-grid > *,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry > * {
  padding-left: 30px;
  padding-right: 30px;
}

.vc_gitem_row .vc_gitem-col.anps-grid .vc_gitem-post-data-source-post_date,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry .vc_gitem-post-data-source-post_date {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  font-size: 11px;
  line-height: 25px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.vc_gitem_row .vc_gitem-col.anps-grid .vc_gitem-post-data-source-post_date > div::before,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry .vc_gitem-post-data-source-post_date > div::before {
  color: #fab702;
  content: "\f073";
  font-family: "FontAwesome";
  font-size: 12px;
  padding-right: 6px;
}

.anpsgrid.vc_gitem-zone {
  overflow: visible;
}

.vc_gitem_row .vc_gitem-col.anps-grid-mansonry .vc_gitem-post-data-source-post_title {
  padding-top: 12px;
}

.vc_gitem_row .vc_gitem-col.anps-grid-mansonry .vc_gitem-post-data-source-post_excerpt {
  margin-bottom: 30px;
}

/* ## Error 404 */

.title.fs30 {
  font-size: 30px;
  margin-bottom: 68px;
}

.title.fs30::after {
  bottom: -27px;
}

img.error404 {
  margin-top: 78px !important;
}

/* ## Counter */

.counter-wrap .title {
  color: #fab702;
  display: block;
  font-size: 60px;
  margin-bottom: 35px;
}

.counter-wrap .title span {
  display: block;
}

.counter-wrap {
  margin-bottom: 35px;
  position: relative;
}

/* ## WPML */

.lang_sel_sel {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  z-index: 22;
}

.widget_icl_lang_sel_widget {
  position: relative;
}

.widget_icl_lang_sel_widget #lang_sel {
  z-index: 2;
}

#lang_sel img.iclflag {
  top: 0;
}

.widget_icl_lang_sel_widget #lang_sel > ul,
.widget_icl_lang_sel_widget #lang_sel_click > ul {
  margin-top: 5px !important;
  padding: 0 !important;
}

.widget_icl_lang_sel_widget #lang_sel > ul li,
.widget_icl_lang_sel_widget #lang_sel_click > ul li {
  min-height: 40px;
}

.widget_icl_lang_sel_widget #lang_sel > ul a,
.widget_icl_lang_sel_widget #lang_sel_click > ul a {
  line-height: 30px;
  text-align: left;
}

.widget_icl_lang_sel_widget #lang_sel > ul a span,
.widget_icl_lang_sel_widget #lang_sel_click > ul a span {
  text-align: left;
  width: 100%;
}

.widget_icl_lang_sel_widget #lang_sel > ul ul,
.widget_icl_lang_sel_widget #lang_sel_click > ul ul {
  top: 31px;
}

.above-nav-bar .widget_icl_lang_sel_widget #lang_sel > ul {
  margin-top: 12px !important;
}

.above-nav-bar .widget_icl_lang_sel_widget #lang_sel_click {
  top: 20px;
}

aside #lang_sel,
aside .widget_icl_lang_sel_widget #lang_sel > ul li,
aside .widget_icl_lang_sel_widget #lang_sel ul,
aside .widget_icl_lang_sel_widget #lang_sel_click,
aside .widget_icl_lang_sel_widget #lang_sel_click > ul li,
aside .widget_icl_lang_sel_widget #lang_sel_click ul {
  width: 100%;
}

#lang_sel a.lang_sel_sel {
  background-position: 93% 50%;
}

/* List */

#lang_sel_list {
  top: 9px;
}

#lang_sel_list ul li {
  min-height: 22px;
}

#lang_sel_list ul li a {
  padding: 5px !important;
}

.above-nav-bar #lang_sel_list {
  top: 15px;
}

#lang_sel > ul li:hover > a,
#lang_sel a:hover {
  background: #f8f9f9;
}

#lang_sel a.lang_sel_sel {
  color: #898989;
}

/* Top bar */

.top-bar #lang_sel a.lang_sel_sel {
  background-color: transparent;
  border: none;
  margin-top: 2px;
}

/* ## Instagram */

.instagram-pics {
  margin-left: -3px;
  margin-right: -3px;
}

.instagram-pics > li {
  display: inline-block;
  float: none;
}

.instagram-pics > li img {
  height: 89px;
  padding: 3px;
}

.instagram-pics + p > a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.instagram-pics + p > a:hover {
  color: #fab702;
}

/* ## Twitter */

.anps-twitter {
  padding-bottom: 50px;
  padding-top: 76px;
}

.anps-twitter .owl-carousel {
  margin: auto auto 8px;
  max-width: 600px;
  position: relative;
}

.anps-twitter .owl-item {
  color: #7f7f7f;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  width: 100%;
}

.anps-twitter .twitter-owl-nav {
  padding-bottom: 60px;
}

.anps-twitter .twitter-owl-nav button {
  background-color: transparent;
  border: 1px solid;
  border-color: #ccc;
  border-radius: 3px;
  color: #ccc;
  font-size: 18px;
  height: 38px;
  line-height: 34px;
  margin-right: 2px;
  width: 36px;
}

.anps-twitter .twitter-owl-nav button:focus,
.anps-twitter .twitter-owl-nav button:hover {
  background-color: #e7e7e7;
}

.anps-twitter .twitter-owl-nav button:focus {
  outline: none;
}

.anps-twitter .twitter-owl-nav button i {
  text-align: center;
}

.twitter {
  background-size: cover;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045), inset 0 1px 0 0 rgba(0, 0, 0, 0.045);
  font-size: 18px;
  padding: 75px 0 56px;
  text-align: center;
}

.twitter h1 {
  font-size: 29px;
  margin: 0 0 10px;
}

.twitter .item {
  padding: 0 20px;
  width: 100%;
}

.tab-pane .form-submit .twitter #submit,
.twitter .added_to_cart,
.twitter .btn,
.twitter .tab-pane .form-submit #submit {
  font-size: 14px;
  margin-top: 20px;
}

.twitter .carousel-indicators {
  margin: 7px auto 0 !important;
  position: static;
}

.twitter .carousel-indicators li {
  border: none;
  height: 7px;
  margin: 0 2px;
  width: 7px;
}

.heading-left,
.heading-middle {
  position: relative;
}

.heading-left.divider-lg span::before,
.heading-left.divider-sm span::before,
.heading-middle.divider-lg span::before,
.heading-middle.divider-sm span::before {
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 73px;
}

.heading-left.divider-sm span::before,
.heading-middle.divider-sm span::before {
  height: 3px;
}

/* Heading
---------------------------------------- */

.heading-left:not(.divider-sm):not(.divider-modern) span,
.heading-middle:not(.divider-sm):not(.divider-modern) span {
  border-bottom: 1px solid #ececec;
}

.heading-left span,
.heading-middle span {
  display: inline-block;
}

/* Heading Left
---------------------------------------- */

.heading-left span {
  padding-bottom: 20px;
}

/* Heading Middle
---------------------------------------- */

.heading-middle {
  position: relative;
  text-align: center;
}

.heading-middle.divider-lg span::before,
.heading-middle.divider-sm span::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.heading-middle span {
  padding: 0 58px 20px;
}

@media (max-width: 480px) {
  .responsive .heading-middle span {
    padding-left: 24px;
    padding-right: 24px;
  }
}

h1.heading {
  font-size: 19px;
}

h2.heading {
  font-size: 17px;
}

/* Heading Subtitle
---------------------------------------- */

.heading-subtitle {
  color: #a3baca;
  display: block;
  font-size: .72em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

/* Heading Divider Modern
---------------------------------------- */

.divider-modern:not(.heading-content) span {
  padding: 0 38px;
  position: relative;
}

.divider-modern:not(.heading-content) span::after {
  content: "";
  left: 0;
  position: absolute;
  -webkit-transform: skew(-25deg, 0);
  -ms-transform: skew(-25deg, 0);
  transform: skew(-25deg, 0);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 8px;
}

h1.divider-modern:not(.heading-content) span::after {
  bottom: 6px;
  top: 5px;
}

h2.divider-modern:not(.heading-content) span::after {
  bottom: 5px;
  top: 4px;
}

h3.divider-modern:not(.heading-content) span::after {
  bottom: 5px;
  top: 3px;
}

h4.divider-modern:not(.heading-content) span::after {
  bottom: 4px;
  top: 2px;
}

h5.divider-modern:not(.heading-content) span::after {
  bottom: 3px;
  top: 2px;
}

.divider-modern {
  font-weight: 900;
  text-transform: uppercase;
}

/* ## Call to action */

.anps_cta {
  font-size: 19px;
  padding: 30px 15px;
  position: relative;
}

@media (min-width: 768px) {
  .anps_cta {
    padding: 21px 200px 21px 0;
  }

  .anps_cta .btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .anps_cta .btn {
    margin-top: 20px;
    position: relative;
  }
}

/* ## Contact Cards */

.card {
  border-radius: 3px;
  display: table;
  height: 132px;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}

.card .icon {
  background-color: currentColor;
  display: table-cell;
  height: 100%;
  position: relative;
  width: 48px;
}

.card .icon::after {
  border-bottom: 272px solid currentColor;
  border-left: 0;
  border-right: 90px solid transparent;
  content: "";
  height: 100%;
  position: absolute;
  right: -90px;
  top: 0;
  width: 0;
}

.card .icon i {
  bottom: 25px;
  font-size: 28px;
  left: 25px;
  position: absolute;
  z-index: 1;
}

.card .content-wrap {
  display: table-cell;
  padding: 10px 10px 10px 62px;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}

.card .content-wrap .item-title {
  display: inline-block;
  font-size: 16px;
}

.card .content-wrap .text {
  font-size: 15px;
  font-weight: bold;
}

.card .content-wrap .text * {
  color: inherit;
}

.card .content-wrap .text a {
  text-decoration: underline;
  transition: .2s opacity;
}

.card .content-wrap .text a:hover,
.card .content-wrap .text a:focus {
  opacity: .7;
}

/* ## Subscribe */

.subscribe .tnp-field label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.subscribe {
  min-height: 64px;
}

@media (min-width: 768px) {
  .subscribe {
    padding-left: 390px;
  }
}

.subscribe .tnp,
.subscribe .newsletter {
  background-color: #dce6ed;
  border-radius: 3px;
  color: #a3baca;
  height: 64px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .subscribe .tnp,
  .subscribe .newsletter {
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 360px;
  }
}

.subscribe .tnp-field {
  height: 100%;
}

@media (min-width: 768px) {
  .subscribe .tnp-field {
    float: left;
  }
}

.subscribe .tnp-field > * {
  height: 100%;
}

.subscribe .tnp-field-button {
  position: relative;
  width: 80px;
}

.subscribe .tnp-field-button::after {
  color: #fff;
  content: "\f0e0";
  font-family: "FontAwesome";
  font-size: 24px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .subscribe .tnp-field-button {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (max-width: 767px) {
  .subscribe .tnp-field-email {
    margin-right: 80px;
  }
}

.subscribe .tnp-email {
  background: none;
  border: none;
  color: inherit;
  font-size: 17px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100% !important;
}

@media (min-width: 768px) {
  .subscribe .tnp-email {
    margin-right: 0;
    width: 280px !important;
  }
}

.subscribe .tnp-email::-webkit-input-placeholder {
  color: currentColor;
}

.subscribe .tnp-email::-moz-placeholder {
  color: currentColor;
}

.subscribe .tnp-email:-ms-input-placeholder {
  color: currentColor;
}

.subscribe .tnp-email::placeholder {
  color: currentColor;
}

.subscribe .tnp-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  text-indent: -999px;
  width: 100%;
}

.subscribe-title {
  color: #a3baca;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.subscribe-description {
  color: #2b2b2b;
  font-size: 17px;
  line-height: 1.25em;
}

/* ## Scroll to top */

.scroll-top {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid;
  bottom: 80px;
  color: #000;
  font-size: 28px;
  line-height: 50px;
  outline: none;
  position: fixed;
  right: 80px;
  transition: color .2s, opacity .2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 50px;
  z-index: 100;
}

.scroll-top-hide {
  opacity: 0;
}

@media (max-width: 999px) {
  .scroll-top {
    display: none;
  }
}

/* ## Above nav Style 2 */

.large-above-menu.style-2 {
  /* ### Anpstext */
}

.large-above-menu.style-2 > .widget:not(:last-child) {
  padding-right: 40px;
}

.large-above-menu.style-2 .widget_anpstext {
  line-height: 1.6em;
}

.large-above-menu.style-2 .widget_anpstext .fa,
.large-above-menu.style-2 .widget_anpstext .important {
  font-size: 18px;
}

.large-above-menu.style-2 .widget_anpstext .fa {
  margin-right: 5px;
}

.large-above-menu.style-2 .contact-info li {
  line-height: 1.6em;
  padding-left: 0;
}

.large-above-menu.style-2 .contact-info li + li {
  margin-left: 19px;
}

.large-above-menu.style-2 .contact-info li .fa {
  border: none;
  height: auto;
  line-height: 1.6em;
  margin-right: 10px;
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: auto;
}/* ## Button */
.btn,
.button {
  background-color: #fab702;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  text-overflow: ellipsis;
  transition: background-color .2s, color .2s;
  white-space: nowrap; }
  .rev_slider_wrapper .btn, .rev_slider_wrapper
  .button {
    transition: .2s background-color, .3s color !important; }
  .btn:hover, .btn:focus,
  .button:hover,
  .button:focus {
    background-color: #ffcc43;
    color: #fff; }

.btn:not(.btn-minimal):not(.btn-xs) {
  text-align: center;
  width: 100%; }
  @media (min-width: 500px) {
    .btn:not(.btn-minimal):not(.btn-xs) {
      width: auto; } }

.btn,
.btn.btn-md,
.button {
  font-size: 12px;
  padding: 11px 28px; }

.btn.btn-sm,
.woocommerce-Message .button {
  font-size: 11px;
  padding: 9px 21px; }

.btn.btn-lg {
  font-size: 14px;
  padding: 14px 31px; }

.btn.btn-wide {
  font-size: 14px;
  padding: 9px 34px; }

.btn.btn-xs {
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  padding: 3px 11px;
  text-transform: none; }

/* ### Button Minimal */
.btn.btn-minimal {
  background: none !important;
  color: #fab702;
  padding-left: 0;
  padding-right: 0; }
  .btn.btn-minimal:hover, .btn.btn-minimal:focus {
    color: #ffcc43; }

/* ### Button Gradient */
.btn.btn-gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), transparent 18px);
  background-color: #fab702;
  color: #fff; }
  .btn.btn-gradient:hover, .btn.btn-gradient:focus {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), transparent 18px);
    background-color: #ffcc43; }

/* ### Button Dark */
.btn.btn-dark {
  background-color: #242424; }
  .btn.btn-dark:hover, .btn.btn-dark:focus {
    color: #242424;
    background-color: #fff; }

/* ### Button Light */
.btn.btn-light {
  background-color: #fff;
  color: #242424; }
  .btn.btn-light:hover, .btn.btn-light:focus {
    color: #fff;
    background-color: #242424; }

/* ### Button Shadow */
.btn.btn-shadow {
  overflow: visible; }

.btn.btn-shadow:after {
  border-color: #595959 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 0;
  bottom: 3px;
  content: "";
  position: absolute;
  right: -4px;
  width: 0;
  height: 0;
  width: 0; }

.btn-shadow {
  z-index: 1; }
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(//www.ankaranotebooktamiri.gen.tr/wp-content/themes/industrial/images/swipebox/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(//www.ankaranotebooktamiri.gen.tr/wp-content/themes/industrial/images/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}