@charset "UTF-8";
/* Compass, Bootstrap and Variables */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
main,
nav,
section,
summary {
  display: block;
}


canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
pre {
  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;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  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;
  }

  select {
    background: #fff !important;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #727272;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #d54900;
  outline: 0;
  text-decoration: none;
}

a:hover, a:focus {
  color: #292929;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  outline: 0;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 17px;
  margin-bottom: 17px;
  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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "test";
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

/* Mobile (and above) */
h1, .h1 {
  font-size: 24px;
}

h2, .h2 {
  font-size: 15px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 17px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 11px;
}

/* Tablet */
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 28px;
  }

  h3, .h3 {
    font-size: 18px;
  }
}
/* Desktop */
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 31px;
  }

  h3, .h3 {
    font-size: 21px;
  }

  h4, .h4 {
    font-size: 18px;
  }
}
p {
  margin: 0 0 8.5px;
}

th, td {
  padding: 5px;
}

cite {
  font-style: normal;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

dt {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

blockquote {
  padding: 9px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}

blockquote footer:before {
  content: "— ";
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857;
}

.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: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

 .col-md-3, .col-md-9, .col-xs-12, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

 .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}
@media (min-width: 992px) {
   .col-md-3, .col-md-9, .col-md-12 {
    float: left;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-12 {
    width: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.relative {
  position: relative;
  display: table;
  width: 100%;
}

label {
  display: inline-block;
  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;
}

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;
}

input[type=search] {
  -webkit-appearance: none;
}

.radio,
.checkbox {
  display: block;
  min-height: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

input[type=radio][disabled], fieldset[disabled] input[type=radio],
input[type=checkbox][disabled], fieldset[disabled] input[type=checkbox],
.radio[disabled], fieldset[disabled] .radio,
.checkbox[disabled], fieldset[disabled] .checkbox {
  cursor: not-allowed;
}

.has-feedback {
  position: relative;
}


.has-success .radio,
.has-success .checkbox {
  color: #3c763d;
}


.has-warning .radio,
.has-warning .checkbox {
  color: #8a6d3b;
}


.has-error .radio,
.has-error .checkbox {
  color: #a94442;
}

.added_to_cart, .tab-pane .form-submit #submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.added_to_cart:focus, .tab-pane .form-submit #submit:focus, .btn:active:focus, .added_to_cart:active:focus, .tab-pane .form-submit #submit:active:focus, .btn.active:focus, .active.added_to_cart:focus, .tab-pane .form-submit .active#submit:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.added_to_cart:hover, .tab-pane .form-submit #submit:hover, .added_to_cart:focus, .tab-pane .form-submit #submit:focus {
  color: #333333;
  text-decoration: none;
}

.added_to_cart:active, .tab-pane .form-submit #submit:active, .active.added_to_cart, .tab-pane .form-submit .active#submit {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .disabled.added_to_cart, .tab-pane .form-submit .disabled#submit, .btn[disabled], [disabled].added_to_cart, .tab-pane .form-submit [disabled]#submit, fieldset[disabled] .btn, fieldset[disabled] .added_to_cart, fieldset[disabled] .tab-pane .form-submit #submit, .tab-pane .form-submit fieldset[disabled] #submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
}

.btn-link {
  color: #d54900;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #292929;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.added_to_cart, .tab-pane .form-submit #submit {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #d54900;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  z-index: 1;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: none;
}

@media (min-width: 993px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.25px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}

@media (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 993px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* Alerts */
.woocommerce-page .alert .button {
  font-size: 12px;
  padding: 6px 16px;
  margin-right: 15px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 17px;
  margin-bottom: 17px;
  background-color: whitesmoke;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 17px;
  color: white;
  text-align: center;
  background-color: #428bca;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.carousel {
  position: relative;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  font-size: 20px;
  color: white;
  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;
}

.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;
}

.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: white;
  text-decoration: none;
  opacity: 0.9;
}

.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 white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

@media screen and (min-width: 768px) {

  .carousel-indicators {
    bottom: 20px;
  }
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
/* Custom mixins */

/* Global */
/* General */
body, html {
  height: 100%;
}

p {
  line-height: 1.7em;
}

.left {
  float: left;
}

.right {
  float: right;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.35em;
}

h1.style-2, h2.style-2, h3.style-2, h4.style-2, h5.style-2, h6.style-2 {
  color: #bfbfbf;
  text-transform: none;
}

h1.style-3, h2.style-3, h3.style-3, h4.style-3, h5.style-3, h6.style-3 {
  text-transform: none;
}

h1.style-3, h2.style-3, h3.style-3, h4.style-3, h5.style-3, h6.style-3 {
  text-transform: none;
}

h2 + h3 {
  margin-top: 0;
}

h3.style-2 {
  font-size: 18px;
}

 .col-md-3 > h1:first-child, .col-md-3 > h2:first-child, .col-md-3 > h3:first-child, .col-md-3 > h4:first-child, .col-md-3 > h5:first-child, .col-md-9 > h1:first-child, .col-md-9 > h2:first-child, .col-md-9 > h3:first-child, .col-md-9 > h4:first-child, .col-md-9 > h5:first-child, .col-md-12 > h1:first-child, .col-md-12 > h2:first-child, .col-md-12 > h3:first-child, .col-md-12 > h4:first-child, .col-md-12 > h5:first-child {
  margin-top: 0;
}

@media (max-width: 992px) {
   .col-md-3 + .col-md-3 {
    margin-top: 20px;
  }
}
a:hover {
  text-decoration: none;
}

.site-wrapper {
  background-color: #fff;
  overflow: hidden;
}

/* Blog
---------------------------------------- */
.post + .post {
  margin-top: 60px;
}

.post header {
  position: relative;
  overflow: hidden;
}

.post header a {
  display: block;
  position: relative;
  z-index: 9;
}

.post header img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.post header + h1, .post header + a {
  display: inline-block;
  margin-top: 0px;
}

.post .post-meta {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.post .post-meta ul {
  padding: 0;
  height: 100%;
}

.post .post-meta li {
  list-style: none;
  height: 25%;
  position: relative;
}

.post .post-meta li:first-of-type button {
  border: none;
}

.post .post-meta button {
  color: #fff;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  height: 100%;
  font-size: 20px;
  padding: 0;
  position: relative;
  z-index: 11;
}

.post .post-meta button i {
  display: block;
  margin-top: 1px;
  height: 100px;
  width: 70px;
}

.post .post-meta button i:before {
  margin-left: -9px;
  margin-top: -9px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.post .post-meta button:hover i {
  background-color: rgba(0, 0, 0, 0.15);
}

.post h1 {
  font-size: 24px;
  text-transform: none;
  margin-bottom: 20px;
  word-break: break-all;
}

.post .btn, .post .added_to_cart, .post .tab-pane .form-submit #submit, .tab-pane .form-submit .post #submit {
  margin-top: 20px;
}

.post.style-2 header {
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
}

.post.style-2 > header img {
  margin-bottom: 20px;
}

.post.style-2 h1 {
  margin: 13px 0 15px 0;
}

.post.style-2 .post-meta {
  position: static;
}

.post.style-2 .post-meta .fa {
  margin-right: 10px;
}

.post.style-2 .post-meta li {
  display: inline-block;
  margin-right: 10px;
}

.post.style-3 {
  margin-bottom: 56px;
}

.post.style-3 header {
  padding-left: 0;
  padding-bottom: 65px;
}

.post.style-3 h1 {
  font-size: 19px;
  margin-top: 0;
}

.post.style-3 .post-meta {
  margin-top: -70px;
  top: 100%;
}

.post.style-3 .post-meta ul {
  position: relative;
}

.post.style-3 .post-meta li {
  float: left;
  width: 25%;
  height: auto;
  position: static;
}

.post.style-3 .post-meta li button {
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
}

.post.style-3 .post-meta li button i {
  height: 65px;
  width: 200px;
}

.post-meta li, .post-meta li a {
  color: #b8b8b8;
}

.post-meta li a:hover {
  color: #727272;
}

.absolute.stickymark {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}

.triangle-topleft.hovercolor {
  border-right: 60px solid transparent;
  border-top: 60px solid #e6ae48;
  height: 0;
  left: 0;
  top: 0;
  width: 0;
  z-index: 30;
}
/* Blog masonry
---------------------------------------- */
.blog-masonry article.post {
  float: none;
  margin-top: 0;
  margin-bottom: 33px;
}

.blog-masonry article.recentblog header {
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}

.blog-masonry article.post h1 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 7px;
}

@media (max-width: 768px) {
  .blog-masonry article.post {
    width: 49.9%;
  }
}
@media (max-width: 380px) {
  .blog-masonry article.post {
    width: 100%;
  }
}

.blog-masonry .post + .post {
  margin-top: 0;
}

/* Recent posts
---------------------------------------- */
/* Pagination
---------------------------------------- */
.page-numbers,
.nav-links {
  padding-left: 0;
  text-align: center;
}

.page-numbers .last, .page-numbers .first {
  font-size: 10px;
  position: relative;
  top: -1px;
}

.page-numbers .prev, .page-numbers .next, .page-numbers .first, .page-numbers .last {
  font-family: "FontAwesome";
}

.page-numbers .prev {
  margin-right: 10px;
}

.page-numbers .next {
  margin-left: 10px;
}

.page-numbers .first {
  margin-right: -10px;
}

.page-numbers .last {
  margin-left: -10px;
}

.page-numbers .prev:before {
  content: "";
}

.page-numbers .next:before {
  content: "";
}

.page-numbers .first:before {
  content: "";
}

.page-numbers .last:before {
  content: "";
}

.nav-links a, .nav-links span,
.page-numbers a, .page-numbers span {
  display: inline-block;
  font-size: 14px;
  padding: 10px;
}

.page-numbers li {
  display: inline-block;
  list-style: none;
}

/* LayerSlider
---------------------------------------- */
.ls-michell h1, .ls-michell h2, .ls-michell h3, .ls-michell h4, .ls-michell h5, .fullscreen h1, .fullscreen h2, .fullscreen h3, .fullscreen h4, .fullscreen h5 {
  text-transform: none;
}

.ls-michell .upper, .fullscreen .upper {
  text-transform: uppercase;
}

 .ls-michell .added_to_cart, .ls-michell .tab-pane .form-submit #submit, .tab-pane .form-submit .ls-michell #submit, .fullscreen .added_to_cart, .fullscreen .tab-pane .form-submit #submit, .tab-pane .form-submit .fullscreen #submit {
  font-size: 15px !important;
  padding: 15px 57px !important;
}

@media (max-width: 992px) {
   .ls-michell .added_to_cart, .ls-michell .tab-pane .form-submit #submit, .tab-pane .form-submit .ls-michell #submit {
    font-size: 13px !important;
    padding: 1.5% 4% !important;
  }
}
@media (max-width: 768px) {
   .ls-michell .added_to_cart, .ls-michell .tab-pane .form-submit #submit, .tab-pane .form-submit .ls-michell #submit {
    font-size: 12px !important;
  }
}
@media (max-width: 500px) {
   .ls-michell .added_to_cart, .ls-michell .tab-pane .form-submit #submit, .tab-pane .form-submit .ls-michell #submit {
    font-size: 11px !important;
  }
}
@media (max-width: 300px) {
   .ls-michell .added_to_cart, .ls-michell .tab-pane .form-submit #submit, .tab-pane .form-submit .ls-michell #submit {
    font-size: 10px !important;
  }
}

/* Boxed layout
---------------------------------------- */

.boxed .site-wrapper {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .boxed .site-wrapper {
    width: 750px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .boxed .site-footer {
    margin: 0 auto;
    width: 750px;
  }
}
@media (min-width: 992px) {
  .boxed .site-wrapper {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .boxed .site-wrapper {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .boxed .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .boxed .container {
    width: 930px;
  }
}
@media (min-width: 1200px) {
  .boxed .container {
    width: 1100px;
  }
}
/* Transitions
---------------------------------------- */
a {
  transition: color 0.2s;
}

.site-footer:not(.style-4) .tagcloud a {
  transition: background-color 0.2s;
}

.ls-michell .ls-nav-next,
.ls-michell .ls-nav-prev,
.ls-michell .ls-bottom-slidebuttons a,
.carousel-indicators li {
  transition: all 0.2s !important;
}

/* Full screen
---------------------------------------- */
.fullscreen {
  background-size: cover;
  display: table;
  width: 100%;
}

.fullscreen > .container {
  display: table-cell;
  vertical-align: middle;
}

.fullscreen > .container > *:first-child {
  margin-top: -70px;
}

.fullscreen h1 {
  font-size: 60px;
}

.fullscreen h2 {
  font-size: 40px;
  margin: 10px 0 30px 0;
}

.fullscreen .btn + .btn, .fullscreen .added_to_cart + .btn, .fullscreen .tab-pane .form-submit #submit + .btn, .tab-pane .form-submit .fullscreen #submit + .btn, .fullscreen .btn + .added_to_cart, .fullscreen .added_to_cart + .added_to_cart, .fullscreen .tab-pane .form-submit #submit + .added_to_cart, .tab-pane .form-submit .fullscreen #submit + .added_to_cart, .fullscreen .tab-pane .form-submit .btn + #submit, .tab-pane .form-submit .fullscreen .btn + #submit, .fullscreen .tab-pane .form-submit .added_to_cart + #submit, .tab-pane .form-submit .fullscreen .added_to_cart + #submit, .fullscreen .tab-pane .form-submit #submit + #submit, .tab-pane .form-submit .fullscreen #submit + #submit {
  margin-left: 10px;
}

@media (max-width: 420px) {
  .fullscreen h1 {
    font-size: 40px !important;
  }

  .fullscreen h2 {
    font-size: 30px !important;
  }

  .fullscreen .btn, .fullscreen .added_to_cart, .fullscreen .tab-pane .form-submit #submit, .tab-pane .form-submit .fullscreen #submit {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .fullscreen .btn + .btn, .fullscreen .added_to_cart + .btn, .fullscreen .tab-pane .form-submit #submit + .btn, .tab-pane .form-submit .fullscreen #submit + .btn, .fullscreen .btn + .added_to_cart, .fullscreen .added_to_cart + .added_to_cart, .fullscreen .tab-pane .form-submit #submit + .added_to_cart, .tab-pane .form-submit .fullscreen #submit + .added_to_cart, .fullscreen .tab-pane .form-submit .btn + #submit, .tab-pane .form-submit .fullscreen .btn + #submit, .fullscreen .tab-pane .form-submit .added_to_cart + #submit, .tab-pane .form-submit .fullscreen .added_to_cart + #submit, .fullscreen .tab-pane .form-submit #submit + #submit, .tab-pane .form-submit .fullscreen #submit + #submit {
    margin-left: 0;
    margin-top: 10px;
  }
}
/* Parallax */
.parallax {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .parallax {
    background-attachment: scroll !important;
    background-position: top center !important;
  }
}
/* Elements */
/* Heading
---------------------------------------- */

/* Posts
---------------------------------------- */
.posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.posts li {
  background-size: cover;
  float: left;
  position: relative;
  overflow: hidden;
  width: 20%;
}

.posts li:hover div {
  left: 15%;
}

.posts li:hover img {
  left: -15%;
}

.posts img {
  height: auto;
  width: 100%;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.posts div {
  background-color: #f9f9f9;
  bottom: 0;
  left: 100%;
  padding: 26px 19px 26px 28px;
  position: absolute;
  top: 0;
  width: 85%;
  transition: 0.5s all;
}

.posts div a {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  height: 37px;
  padding-top: 12px;
  position: absolute;
  text-align: center;
  width: 37px;
  transition: 0.2s background-color;
}

.posts h2 {
  font-size: 17px;
  margin: 0 0 19px 0;
}

@media (max-width: 1320px) {
  .posts h2 {
    margin-bottom: 7px;
  }

  .posts div {
    padding: 16px 9px 16px 18px;
    width: 100%;
  }

  .posts li:hover div {
    left: 0;
  }
}
@media (max-width: 1100px) {
  .posts h2 {
    font-size: 16px;
  }

  .posts p {
    display: none;
  }

  .posts div {
    padding: 12px 9px 12px 14px;
  }
}
@media (max-width: 768px) {
  .posts li {
    width: 50%;
  }

  .posts p {
    display: block;
  }
}
@media (max-width: 450px) {
  .posts p {
    display: none;
  }
}
@media (max-width: 400px) {
  .posts li {
    width: 100%;
  }

  .posts p {
    display: block;
  }
}
/* Progress bar
---------------------------------------- */
.progress {
  border-radius: 3px;
  height: 25px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-michell 2s linear infinite;
  animation: progress-bar-michell 2s linear infinite;
}

@-webkit-keyframes progress-bar-michell {
  from {
    background-position: 55px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-michell {
  from {
    background-position: 55px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* Section style 2, Page heading style 2 (no background image)
---------------------------------------- */
section.style-2,
.page-heading {
  background-color: #f8f8f8;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045), inset 0 1px 0 0 rgba(0, 0, 0, 0.045);
}

/* List
---------------------------------------- */
h3 + .list,
h4 + .list {
  margin: 30px 0 20px 0;
}

.list {
  list-style: outside none none;
  margin: 15px 0 20px;
  padding-left: 0;
}

.list.arrow li:before {
  content: "";
}

.list li:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 15px;
  position: relative;
  top: -1px;
}

.list li + li {
  margin-top: 13px;
}

ol.list {
  list-style: decimal;
  padding-left: 19px;
}

ol.list li {
  padding-left: 7px;
}

ol.list li:before {
  display: none;
}

/* Button
---------------------------------------- */
.added_to_cart, .tab-pane .form-submit #submit {
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.2s background-color, 0.2s border;
}

.btn .fa:first-child, .added_to_cart .fa:first-child, .tab-pane .form-submit #submit .fa:first-child {
  margin-right: 5px;
}

.btn:hover, .added_to_cart:hover, .tab-pane .form-submit #submit:hover {
  color: #fff;
}

.btn.btn-sm, .btn-sm.added_to_cart, .tab-pane .form-submit .btn-sm#submit {
  font-size: 14px;
  padding: 11px 17px;
}

.btn.btn-sm .fa, .btn-sm.added_to_cart .fa, .tab-pane .form-submit .btn-sm#submit .fa {
  font-size: 16px;
}

 .added_to_cart, .tab-pane .form-submit #submit, .woocommerce-page .button {
  font-size: 15px;
  padding: 12px 25px;
}

 .added_to_cart .fa, .tab-pane .form-submit #submit .fa {
  font-size: 16px;
}

.btn.style-2, .style-2.added_to_cart, .tab-pane .form-submit .style-2#submit {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.btn.style-3, .style-3.added_to_cart, .tab-pane .form-submit .style-3#submit {
  border-radius: 3px;
}

.style-3.added_to_cart:hover, .tab-pane .form-submit .style-3#submit:hover {
  color: #fff !important;
}

/* Tabs
---------------------------------------- */
.tab-pane, .nav-tabs {
  margin: 0 auto;
  max-width: 980px;
}

.nav-tabs {
  border-color: #ececec;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .nav-tabs.vertical {
    border: 1px solid #ececec;
    border-style: none solid none none;
    padding-bottom: 14px;
  }

  .nav-tabs.vertical li {
    border: 1px solid transparent;
    border-right: none;
    border-bottom: 1px solid #ececec;
    float: none;
    margin: -1px 0;
    text-align: right;
    width: 100%;
  }

  .nav-tabs.vertical li.active, .nav-tabs.vertical li.active:last-child {
    border-bottom: 1px solid #ececec;
  }

  .nav-tabs.vertical li.active:after, .nav-tabs.vertical li.active:last-child:after {
    bottom: -1px;
    left: -1px;
    height: auto;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    z-index: 9;
  }

  .nav-tabs.vertical li:last-child {
    border-bottom-color: transparent;
  }
}
.nav-tabs > li {
  border: 1px solid transparent;
  border-bottom: none;
  border-right: 1px solid #ececec;
  margin: 0 -1px;
  position: relative;
  transition: all 0.2s;
}

.nav-tabs > li {
  display: inline-block;
  float: none;
}

.nav-tabs > li .fa {
  text-indent: 14px;
}

.nav-tabs > li:last-child {
  border-right: transparent;
}

.nav-tabs > li:last-child.active {
  border-right: 0px solid #ececec;
}

@media (max-width: 992px) {
  .nav-tabs > li:last-child.active {
    border-right: 1px solid #ececec;
  }
}
.nav-tabs > li > a {
  border: none !important;
  border-radius: 0;
  font-size: 14px;
  padding: 13px 24px;
}

.nav-tabs > li > a:hover {
  background: none;
}

.nav-tabs > li.active, .nav-tabs > li.active:last-child {
  border-color: #ececec;
}

.nav-tabs > li.active:after, .nav-tabs > li.active:last-child:after {
  content: "";
  left: -1px;
  height: 9px;
  position: absolute;
  right: -1px;
  top: -9px;
}

@media (max-width: 992px) {
  .nav-tabs > li, .nav-tabs > li:last-child {
    border: 1px solid #ececec;
    border-bottom: 0;
    margin: 0;
    float: none;
    text-align: left;
    width: 100%;
  }

  .nav-tabs > li .fa, .nav-tabs > li:last-child .fa {
    float: left;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 24px;
  }

  .nav-tabs > li.active:after, .nav-tabs > li:last-child.active:after {
    bottom: -1px;
    left: -1px;
    height: auto;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    z-index: 9;
  }
}
.tab-pane:before, .tab-pane:after {
  content: " ";
  display: table;
}

.tab-pane:after {
  clear: both;
}

/* Statement box
---------------------------------------- */
.statement {
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

.statement.style-2 {
  padding: 75px 0;
}

.statement h1, .statement h2, .statement h3, .statement h4, .statement h5 {
  margin: 0;
  text-transform: none;
}

.statement h1 {
  text-transform: uppercase;
}

.statement h2 {
  font-size: 30px;
}

.statement .style-2 {
  color: #fff;
}

.statement .btn, .statement .added_to_cart, .statement .tab-pane .form-submit #submit, .tab-pane .form-submit .statement #submit {
  margin-top: 20px;
}
/* Error 404
---------------------------------------- */
.error-404 {
  margin: 140px 0 160px 0;
  text-align: center;
}

.error-404 h1, .error-404 h2 {
  text-transform: none;
}

.error-404 h1 {
  font-size: 48px;
}

.error-404 h2 {
  margin-bottom: 40px;
}

/* Page heading
---------------------------------------- */
.page-heading {
  background-size: cover;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045);
  font-size: 14px;
  margin-bottom: 30px;
  padding: 18px 0 13px 0;
}

.page-heading:before, .page-heading:after {
  content: " ";
  display: table;
}

.page-heading:after {
  clear: both;
}

.page-heading h1 {
  font-size: 24px;
  float: left;
  margin: 0;
  text-transform: none;
}
/* Team
---------------------------------------- */
.team {
  border-bottom: 1px solid #ececec;
  padding-bottom: 17px;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .team img {
    width: 100%;
  }
}
.team h2, .team h3 {
  font-size: 17px;
}

.team h3 {
  margin: 0 0 14px 0;
}

.team h2 {
  text-transform: none;
}

.team h2, .team em {
  display: block;
  text-align: center;
}

.team em {
  color: #a3a3a3;
  font-size: 13px;
  font-style: normal;
}

.team img {
  position: relative;
  top: 0;
  transition: all 0.4s;
  width: 100%;
}

.team header {
  position: relative;
  overflow: hidden;
}

.team .hover {
  background-color: #f9f9f9;
  padding: 26px 22px 22px 22px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120%;
  transition: 0.4s all;
}

@media (max-width: 1200px) {
  .team .hover {
    padding: 16px 12px 12px 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .team .hover p {
    display: none;
  }
}

.team .hover .socialize {
  margin-top: 22px;
  text-align: center;
}


.team .hover .socialize a {
  font-size: 14px;
  margin: 0;
}


/* Mark
---------------------------------------- */
.mark {
  color: #fff;
  padding: 3px;
}

/* Drop Caps
---------------------------------------- */
.dropcaps:first-letter {
  float: left;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  margin-right: 15px;
}

/* Blockquote
---------------------------------------- */
blockquote {
  position: relative;
}

blockquote.style-1 {
  border: none;
  margin: 30px 0;
}

blockquote.style-1:before {
  content: "";
  font-family: FontAwesome;
  font-size: 30px;
  font-style: normal;
  position: absolute;
  top: 10px;
  left: 115px;
}

blockquote.style-1 p {
  font-size: 17px;
  margin-left: 150px;
  font-style: italic;
  line-height: 1.6em;
}

@media (max-width: 992px) {
  blockquote.style-1 p {
    margin-left: 50px;
  }

  blockquote.style-1:before {
    left: 0;
  }
}
blockquote.style-2 {
  background-color: #f4f4f4;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 12px;
  font-style: italic;
  line-height: 1.8em;
  overflow: hidden;
  padding: 29px 33px;
}

blockquote.style-2 p {
  margin-left: 100px;
}

blockquote.style-2:before {
  content: "";
  font-family: FontAwesome;
  font-size: 38px;
  font-style: normal;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  left: 45px;
}

blockquote.style-2:after {
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

/* FAQ
---------------------------------------- */
.faq .panel-title {
  margin-bottom: 15px;
}

.faq .panel-title a {
  border-bottom: 1px solid #ececec;
  display: block;
  font-size: 16px;
  padding-bottom: 15px;
}

.faq .panel-title a:before,
.faq .panel-title a:after {
  background: none !important;
  font-family: "FontAwesome";
  margin-right: 10px;
  padding: 0;
}

.faq .panel-title a:before {
  content: "";
}

.faq .panel-title a.collapsed:before {
  content: "";
}

.faq .panel-title a:after {
  background: none !important;
  content: "";
  font-size: 18px;
  float: left;
}

/* Google maps
---------------------------------------- */
.map {
  height: 550px;
  z-index: 1;
}

@media (max-width: 768px) {
  .map {
    height: 300px !important;
  }
}
.map img {
  max-width: none;
}

/* Contact info
---------------------------------------- */
.contact-info {
  margin: 0;
  padding: 0;
}

.contact-info .fa {
  font-size: 15px;
  margin-right: 10px;
  text-align: center;
  width: 20px;
}

.contact-info p {
  height: 5px;
  padding: 0;
}

.contact-info li {
  list-style: none;
  margin-bottom: 10px;
}


/* Portfolio
---------------------------------------- */
.filter {
  padding: 0;
  text-align: center;
}

.filter i + span {
  display: none;
}

.filter li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
}

.filter button {
  background: none;
  border: none;
  outline: none;
}

.filter button.selected:hover {
  cursor: default;
  opacity: 1;
}

.filter button:hover {
  opacity: 0.7;
}

.isotope {
  margin: 50px 0;
  padding: 0;
  width: 100%;
}

.isotope:before, .isotope:after {
  content: " ";
  display: table;
}

.isotope:after {
  clear: both;
}

.isotope li {
  display: block;
  float: none;
  width: 25%;
}

@media (max-width: 992px) {
  .isotope li {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .isotope li {
    width: 100%;
  }
}

.random.isotope {
  margin-left: -15px;
  margin-right: -30px;
  width: auto;
}

@media (max-width: 768px) {
  .random.isotope {
    margin-right: -15px;
  }
}
.random.isotope li {
  height: 232px;
  width: 292px;
  padding: 15px;
}

@media (max-width: 1200px) {
  .random.isotope li {
    width: 242px;
  }
}
@media (max-width: 992px) {
  .random.isotope li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .random.isotope li {
    width: 50%;
  }

  .random.isotope li {
    height: 232px;
  }
}
@media (max-width: 480px) {
  .random.isotope li {
    width: 100%;
  }
}
.isotope li .inner {
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {

  .random.isotope li {
    height: 225px;
    padding: 15px;
    width: 292px;
  }
}
/* Portfolio single
---------------------------------------- */

/* Carousel
---------------------------------------- */
.carousel {
  position: relative;
}

.carousel:hover .carousel-control.right, .carousel:hover .carousel-control.left {
  opacity: 1;
}

.carousel .carousel-control.right, .carousel .carousel-control.left {
  opacity: 0;
  background: none;
  font-size: 30px;
  text-shadow: none;
  position: absolute;
  top: 50%;
  top: calc(50% - 20px);
}

.carousel .carousel-control.left {
  left: 0px;
}

.carousel .carousel-control.right {
  right: 0px;
}

.carousel .carousel-indicators li {
  border: 3px solid #fff;
  height: 14px;
  margin: 0 3px;
  width: 14px;
}

.carousel .carousel-indicators .active {
  cursor: default;
}

.carousel .carousel-indicators li:not(.active):hover {
  opacity: 0.7;
}

/* Twitter
---------------------------------------- */
.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 0;
  text-align: center;
}

.twitter h1 {
  font-size: 29px;
  margin: 0 0 10px 0;
}

.twitter .item {
  padding: 0 20px;
  width: 100%;
}

.twitter .btn, .twitter .added_to_cart, .twitter .tab-pane .form-submit #submit, .tab-pane .form-submit .twitter #submit {
  font-size: 14px;
  margin-top: 20px;
}

.twitter .carousel-indicators {
  margin: 7px auto 0 auto !important;
  position: static;
}

.twitter .carousel-indicators li {
  border: none;
  height: 7px;
  margin: 0 2px;
  width: 7px;
}

/* Counter
---------------------------------------- */
.counter {
  margin: 40px 0;
  text-align: center;
}

.counter h2 {
  font-size: 36px;
}

.counter h3 {
  font-size: 18px;
  text-transform: none;
}

.counter .fa {
  font-size: 24px;
}

.counter .wrapbox {
  border: 1px solid #fff;
  margin: 24px;
  padding: 38px 0;
}

/* Coming soon
---------------------------------------- */

/* Elements */
@media (max-width: 992px) {
  body:not(.home) section {
    margin-top: 60px;
  }
}
section .widget-title {
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 30px;
}

section .menu {
  margin: 0;
  padding: 0;
}

section .menu li {
  list-style: none;
}

section .menu li.current-menu-item .sub-menu a,
section .menu li.current-menu-ancestor .sub-menu a {
  color: #fff;
  padding: 8px 21px;
}

section .menu a {
  border-bottom: 1px solid #ebebeb;
  color: #848484;
  display: block;
  padding: 11px 0;
  position: relative;
}

section .menu a:after {
  content: "›";
  font-size: 17px;
  font-family: Georgia, serif;
  position: absolute;
  right: 11px;
  top: 7px;
}

/* Tag Cloud
---------------------------------------- */
.tagcloud {
  margin: -1px;
}

.tagcloud:before, .tagcloud:after {
  content: " ";
  display: table;
}

.tagcloud:after {
  clear: both;
}

.site-footer:not(.style-4) .tagcloud a {
  background-color: #292929;
  border-radius: 3px;
  color: #fff;
  float: left;
  margin: 1px;
  padding: 5px 23px;
}

.site-footer:not(.style-4) .tagcloud a:hover {
  color: #fff !important;
}

/* Search
---------------------------------------- */
.searchform {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  position: relative;
}

.searchform input[type=text] {
  outline: none;
  border: none;
  padding: 5px 0;
  width: 100%;
}

.searchform button[type=submit] {
  background: #fff;
  border: none;
  font-size: 14px;
  padding: 6px 10px;
  position: absolute;
  right: 0;
  top: 2px;
}

/* Footer version */
.site-footer .searchform {
  border-bottom: none;
  padding-bottom: 0;
}

.site-footer .searchform input[type=text] {
  padding-left: 15px;
  padding-right: 35px;
}

.site-footer .fa-search:before {
  top: 8px;
  position: absolute;
  right: 15px;
}

/* Categories
---------------------------------------- */
section .widget-categories,
section .widget_archive,
section .widget_categories,
section .widget_recent_entries {
  padding: 0;
}

section .widget-categories ul,
section .widget_archive ul,
section .widget_categories ul,
section .widget_recent_entries ul {
  list-style: none;
  padding-left: 0;
}

section .widget-categories li,
section .widget_archive li,
section .widget_categories li,
section .widget_recent_entries li {
  border-bottom: 1px solid #ebebeb;
}

section .widget-categories a,
section .widget_archive a,
section .widget_categories a,
section .widget_recent_entries a {
  color: #848484;
  display: inline-block;
  padding: 9px 0;
}

section .widget_recent_comments li,
.widget_recent_comments .recentcomments {
  border-bottom: 1px solid #ebebeb;
  list-style: none;
  padding: 9px 0;
}

/* Social icons
---------------------------------------- */
.socialize {
  padding: 0;
}
.socialize svg {
  color: inherit;
  fill: currentColor;
  height: 14px;
  width: 14px;
}

.socialize li {
  display: inline-block;
  font-size: 20px;
  list-style: none;
}

.socialize a {
  margin: 0 2px;
  padding: 0 10px;
}


.site-footer .socialize {
  margin-left: -12px;
}

/* RSS feed
---------------------------------------- */
.widget_rss {
  padding: 0;
}

.widget_rss cite, .widget_rss .rss-date {
  display: block;
  margin: 4px 0;
}

.widget_rss li {
  list-style: none;
}

.widget_rss li:not(:last-child) {
  margin-bottom: 30px;
}



/* Recent Portfolio & portfolio*/
ul.recentportfolio {
  margin: 0;
  padding: 0;
}

ul.random li.isotope-item article {
  position: relative;
}
@media (max-width: 600px) {
  .filter {
    line-height: 15px;
    padding: 25px 0 20px;
    text-align: center;
  }
}

/* Recent blog*/
ul.recentblog {
  margin: 0;
  padding: 0;
}

.recentblog h2 {
  font-size: 19px;
}

article.recentblog {
  position: relative;
}

/*added in ver 2.0.4*/

/*added in ver 2.0.4*/

article.recentblog header {
  position: relative;
}
@media (max-width: 600px) {
   ul.portfolio li.isotope-item {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 50%;
  }
}
/* Recent Portfolio */
ul.recentportfolio, ul.portfolio {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

ul.portfolio li.isotope-item {
  width: 25%;
}

ul.portfolio.random li.isotope-item {
  display: block;
  float: none;
  list-style: none outside none;
  margin: 0;
  padding: 15px;
  position: absolute;
  width: auto;
}

li.isotope-item article.inner {
  display: block;
  height: 100%;
}
@media (max-width: 600px) {
   ul.portfolio li.isotope-item {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 50%;
  }
}
.posts img {
  height: auto;
}

li.item img, li.isotope-item img {
  transition: all 0.3s ease-in-out 0s;
}

li.item:not(.portfolio-modern):hover img,
li.isotope-item:not(.portfolio-modern):hover img {
  -webkit-transform: scale(1.1, 1.1) !important;
  transform: scale(1.1, 1.1) !important;
}

li.isotope-item .relative {
  width: 100.2%;
}

@media (min-width: 600px) {
  ul.filter {
    margin: 55px;
  }
}

/*extra padding for smooth scroll*/

/*
scrolling to top on mouse click*/
.scrollup {
  z-index: 11000;
  background: #ccc;
  display: none;
}

.scrollup a {
  display: none;
}

@media (min-width: 768px) {
  .scrollup a {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #000;
    bottom: 80px;
    color: #000;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 28px;
    height: 50px;
    position: fixed;
    right: 80px;
    text-align: center;
    transition: all 1s ease 0s;
    width: 50px;
    z-index: 1110;
  }
}
.scrollup a:hover, .scrollup a:focus, .scrollup a:active {
  outline: none;
}

@-webkit-keyframes moveit {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 45px;
  }
  50% {
    bottom: 45px;
  }
  100% {
    bottom: 50px;
  }
}

@keyframes moveit {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 45px;
  }
  50% {
    bottom: 45px;
  }
  100% {
    bottom: 50px;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    bottom: 53px;
  }
  40% {
    bottom: 48px;
  }
  60% {
    bottom: 43px;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    bottom: 53px;
  }
  40% {
    bottom: 48px;
  }
  60% {
    bottom: 43px;
  }
}
/*images fix*/

/* Single image padding fix */

/*Contact Form*/

.wpcf7-submit {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  padding: 11px 17px;
  font-size: 14px;
  background: #d54900;
  border-radius: 4px;
  float: right;
}
.wpcf7-submit:hover {
  background: #000;
}

.textwidget form select {
  max-width: 100%;
}

/*portfolio gallery*/

/*slider buttons fix */

body .tp-leftarrow.default,
body .tp-rightarrow.default {
  color: #fff;
}

p {
  line-height: 1.7em;
  margin: 0 0 10px;
}

/*grid-view fix*/
article.post h1, article.post.style-3 h1 {
  font-size: 18px;
  margin-bottom: 7px;
  margin-top: 20px;
}

.post.style-3 header {
  padding-bottom: 15px;
  padding-left: 0;
}

/*contact form 7 fix*/

/*responsive fixes*/
@media (max-width: 992px) {
   .col-md-3 {
    width: 50%;
    float: left;
  }

   .col-md-3 + .col-md-3 {
    margin-top: 0;
  }
}

.container {
  position: relative;
}
/*sidebar-fix 19-1-2015 ver 1.06*/
@media (max-width: 992px) {
  section.container.col-md-3 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .col-md-3 + .col-md-9 {
    clear: both;
  }
}
/*safari glitch ver 1.08 */
/*1.10 fix*/
/*video fix*/

/*VC fixes*/
.widget_recent_comments #recentcomments, .widget_recent_entries > ul {
  padding-left: 0;
}


.widget_recent_entries > ul > li {
  border-bottom: 1px solid #ebebeb;
  list-style: outside none none;
  padding: 9px 0;
}


.sidebar .widget_recent_entries > ul > li {
  color: #848484;
}

.wpb_content_element .widget a {
  color: #848484;
}

@media (max-width: 600px) {
  .col-xs-12 {
    width: 100% !important;
  }
}
/*portfolio style-2 filter*/
.filter.style-2 li + li:before {
  content: "";
}

.filter.style-2 button {
  padding: 8px 12px;
  margin: 3px 5px;
  border: 2px solid #000;
  transition: all 0.2s ease-in-out;
}

.filter.style-2 button.selected, .filter.style-2 button:hover {
  background: #000;
  color: #fff !important;
}

.filter.style-2:before {
  content: "";
}

/*box version menu bug fix 1.0.4*/
.boxed .site-wrapper {
  position: relative;
}

/*portfolio title and subtitle*/
ul.portfolio h2 {
  text-transform: uppercase;
}

/*wpml*/
#lang_sel a.lang_sel_sel {
  background: transparent;
  color: #c1c1c1;
  padding-left: 45px;
}

#lang_sel a, #lang_sel a:visited {
  border-color: transparent;
  font-family: PT Sans;
  font-size: 14px;
  padding-left: 20px;
  line-height: 23px;
}

.widget_icl_lang_sel_widget, .widget_icl_lang_sel_widget * {
  z-index: 1000;
}

.widget_icl_lang_sel_widget:hover #lang_sel a {
  border: 1px solid transparent;
}

#lang_sel > ul > li {
  width: 118px;
}

#lang_sel > ul > li > ul {
  left: -12px;
}

#lang_sel {
  padding-top: 7px;
}

#lang_sel ul ul {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/*mobile*/

@media (max-width: 599px) {
  .widget_icl_lang_sel_widget, .widget_icl_lang_sel_widget * {
    z-index: 1;
  }
}
/*downloads*/
.anps_download {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

.anps_download > a:focus {
  outline: none;
}

.anps_download > a {
  height: 49px;
  display: table-row;
  vertical-align: middle;
}

.anps_download > a span.anps_download_icon {
  background: none repeat scroll 0 0 red;
  display: table-cell;
  float: none;
  min-height: 49px;
  width: 49px;
  vertical-align: middle;
}

.anps_download svg {
  height: 19px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 19px;
}

.anps_download > a span i {
  line-height: 49px;
  height: 49px;
  width: 49px;
  display: inline-block;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

/*paralax overlay*/

/*buttons*/

/*revslider class*/
body .tp-rightarrow.default:after, body .tp-leftarrow.default:after {
  font-family: fontawesome;
}

/*fa-search glitch fix on active*/

@media (min-width: 600px) {

  ul.portfolio li.isotope-item.col-md-3 {
    width: 24.9%;
  }
}
ul.posts li + li, ul.isotope li.isotope-item:not(.portfolio-modern) {
  margin-top: 20px !important;
}



.widget_layered_nav ul {
  padding: 0;
}

.widget_layered_nav_filters a:before {
  content: "";
  left: 0;
  font-family: "FontAwesome";
  position: absolute;
  text-decoration: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget_layered_nav_filters a {
  padding-left: 18px;
  position: relative;
}

.widget_layered_nav_filters a:hover,
.widget_layered_nav_filters a:focus {
  text-decoration: line-through;
}



/* Order review */

/* Cart page */
.table td.actions {
  padding: 0;
}

/* Login page */
#customer_login h2 {
  font-size: 18px;
  margin: 0 0 30px 0;
}

#customer_login h3 {
  font-size: 18px;
  line-height: 1.7em;
  text-transform: none;
  margin-top: -20px;
}

@media (min-width: 992px) {
  #customer_login h3 {
    height: 163px;
    margin-top: 45px;
  }
}
#customer_login .btn, #customer_login .added_to_cart, #customer_login .tab-pane .form-submit #submit, .tab-pane .form-submit #customer_login #submit {
  margin: 5px 0;
  width: 100%;
}

#customer_login label {
  font-weight: 300;
}

@media (max-width: 992px) {
  #customer_login .col-md-3 + .col-md-3 h2 {
    margin-top: 50px;
  }
}
.menu .current_page_item > a {
  cursor: default;
}

mark {
  color: #fff;
  padding: 3px 7px;
}



/*woocommerce products aligment fix*/

/*vc update:*/
section .wpb_content_element {
  margin-bottom: 0;
  clear: both;
}

/*portfolio random*/
ul.isotope.random li.isotope-item {
  margin-top: 0px !important;
}
/*owl*/
.owl-carousel.recentportfolio {
  padding-top: 35px;
  padding-bottom: 50px;
}

.owlprev, .owlnext {
  height: 36px;
  font-size: 22px;
  background: #3d3d3d;
  margin-left: 5px;
  cursor: pointer;
  display: inline-block;
}

.owlprev i, .owlnext i {
  display: block;
  font-size: 18px;
  line-height: 36px;
  margin-top: 0;
  opacity: 0.25;
  text-align: center;
  width: 36px;
  transition: all 0.2s ease-in-out;
}

.owlprev:hover i, .owlnext:hover i {
  opacity: 1;
}

/*full size recent portfolio fix*/
@media (max-width: 993px) {
  .isotope {
    margin-top: 0;
  }

  .filter {
    clear: both;
    margin-bottom: 0;
    margin-top: 40px;
    padding: 0;
    line-height: 25px;
  }
}
/*13-4-15 update*/
/*paralax header*/
.paralax-header {
  max-height: 300px;
  min-height: 300px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-position: top;
  transition: 0.2s;
  background-size: contain;
}

@media (min-width: 768px) {
  .paralax-header {
    max-height: 600px;
    min-height: 600px;
    transition: 0.2s;
  }
}

.paralax-header {
  margin-bottom: 50px;
  position: relative;
}

.paralax-header > .page-heading {
  position: absolute;
  bottom: 10px;
  top: auto;
  width: 100%;
  background: transparent;
}

.paralax-header > .page-heading h1 {
  font-size: 48px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .paralax-header > .page-heading h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  header.site-header.absolute {
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1000;
  }
}
.page .page-heading {
  box-shadow: none;
}

@media (max-width: 767px) {
  .page-heading {
    margin-bottom: 20px;
  }
}
.paralax-header .page-heading, .paralax-header {
  margin-bottom: 0;
}

.paralax-header + section.container {
  margin-top: 40px;
}

.paralax-header {
  background-size: 100% auto;
  min-height: 500px;
  position: relative;
  width: auto;
  height: auto;
  transition: min-height 0.2s ease 0s;
}

@media (max-width: 1600px) {
  .paralax-header {
    background-size: auto 500px;
    min-height: 450px;
  }
}
@media (max-width: 991px) {
  .paralax-header {
    background-size: auto 400px;
    min-height: 350px;
    width: auto;
  }
}
@media (max-width: 600px) {
  .paralax-header {
    background-size: auto 300px;
    min-height: 250px;
    width: auto;
  }
}
@media (max-width: 992px) {
  .tablets-clear {
    clear: both;
  }
}
.widget_anpstext svg {
  color: inherit;
  fill: currentColor;
  height: 14px;
  margin-right: 12px;
  width: 14px;
}

section .widget_anpstext {
  padding-left: 30px;
  position: relative;
}

section .widget_anpstext span.fa {
  left: 0;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 16px;
}

section .widget_anpstext span.fa {
  top: -2px;
}

section .widget_anpstext {
  padding-bottom: 10px;
}

/*additional stylings for WPML*/
#lang_sel ul ul {
  top: auto;
}

#lang_sel_list a, #lang_sel_list a:visited {
  color: #727272;
}

#lang_sel_list a.lang_sel_sel, #lang_sel_list ul a, #lang_sel_list_list ul a:visited {
  color: #c1c1c1;
  font-size: 14px;
  line-height: 23px;
  background: transparent;
  padding-right: 5px;
}

#lang_sel_list li:not(:last-child) a:after {
  content: "/";
  color: #c1c1c1;
  padding-left: 5px;
}

#lang_sel_list li:first-child a.lang_sel_sel {
  padding-left: 0;
}

#lang_sel_list a.lang_sel_sel:hover {
  color: #444444;
}

/*native gallery wordpress*/
.gallery {
  margin-bottom: 1.5em;
}

/*custom bootstrap grid fix*/
@media (max-width: 992px) {
  .col-md-3 + .col-md-3 {
    margin-top: 0;
  }
}
/*carousel VC shortcode*/
.wpb_wrapper {
  max-width: 100%;
  position: relative;
}

/* Tabs
---------------------------------------- */
/*new VC tabs*/

.vc_tta-style-anps_tabs .vc_tta-tabs-list {
  border-color: #ececec;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list {
    border: 1px solid #ececec;
    border-style: none solid none none;
    padding-bottom: 14px;
  }

  .vc_tta-style-anps_tabs .vertical li {
    border: 1px solid transparent;
    border-right: none;
    border-bottom: 1px solid #ececec;
    float: none;
    margin: -1px 0;
    text-align: right;
    width: 100%;
  }

  .vc_tta-style-anps_tabs .vertical li.vc_active, .vc_tta-style-anps_tabs .vertical li.vc_active:last-child {
    border-bottom: 1px solid #ececec;
  }

  .vc_tta-style-anps_tabs .vertical li.vc_active:after, .vc_tta-style-anps_tabs .vertical li.vc_active:last-child:after {
    bottom: -1px;
    left: -1px;
    height: auto;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    z-index: 9;
  }

  .vc_tta-style-anps_tabs .vertical li:last-child {
    border-bottom-color: transparent;
    margin-top: -1px;
    margin-left: 0px !important;
  }
}
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li {
  border: 1px solid transparent;
  border-bottom: none;
  border-right: 1px solid #ececec;
  margin: 0 -1px;
  position: relative;
  transition: all 0.2s;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li {
  display: inline-block;
  float: none;
  border-bottom: 1px solid #ececec;
  border-left: none !important;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li .fa {
  text-indent: 14px;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child {
  border-right: transparent;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list {
  padding-bottom: 12px !important;
  border-right: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list {
  border-right: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li {
  border-right: 0;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li:first-child.vc_active {
  border-top: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child.vc_active {
  border-right: 0px solid #ececec;
}
@media (max-width: 992px) {
  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child.vc_active {
    border-right: 1px solid #ececec;
  }
}
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li > a {
  border: none !important;
  border-radius: 0;
  font-size: 14px;
  padding: 13px 24px;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li > a:hover {
  background: none;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active:last-child {
  border-color: #ececec;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.vc_active:after, .vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.vc_active:last-child:after {
  content: "";
  left: -1px;
  position: absolute;
  width: 9px;
  bottom: -1px;
  top: -2px;
}

.vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active::after, .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active:last-child::after {
  content: "";
  height: 9px;
  left: 0px;
  position: absolute;
  right: -1px;
  top: -2px;
}

@media (max-width: 992px) {
  .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active::after, .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active:last-child::after {
    height: 49px;
  }

  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child {
    border: 1px solid #ececec;
    border-bottom: 0;
    margin: 0;
    float: none;
    text-align: left;
    width: 100%;
  }

  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li .fa, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child .fa {
    float: left;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 24px;
  }

  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active:after, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child.active:after {
    bottom: -1px;
    left: -1px;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    bottom: -1px;
    z-index: 9;
  }
}
.vc_tta-style-anps_tabs {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active {
  border-left: 0px;
  border-top: 1px solid transparent;
}

/* Accordion
---------------------------------------- */



/* logos */
.logos li {
  position: relative;
}

.logos li:hover .hover {
  opacity: 1;
}

.variations td.label {
  padding-left: 0;
  padding-top: 17px;
  vertical-align: top;
}

.variations td.value select {
  margin-bottom: 5px;
}

button.single_add_to_cart_button {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

table td > p {
  margin: 0;
}

/* breadcrumbs*/

/* style 2 */

/* Contact Form 7 Textarea size using [rows] attribute */

/* Google Maps style changes */

section .sub-menu {
  display: none;
}


section .current_page_item .sub-menu {
  display: block;
}

 .owl-carousel {
  direction: ltr;
}

/* Visual Composer 4.9. fix */


/* VC 4.11 */
.site-wrapper .vc_row[data-vc-full-width]:not(.vc_parallax) {
  overflow: visible;
}

/* Tabs
---------------------------------------- */
/*new VC tabs*/

.vc_tta-style-anps_tabs .vc_tta-tabs-list {
  border-color: #ececec;
  margin-bottom: 40px;
  padding-left: 0;
}

@media (min-width: 992px) {
  .vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list {
    border: 1px solid #ececec;
    border-style: none solid none none;
    padding-bottom: 14px;
  }

  .vc_tta-style-anps_tabs .vertical li {
    border: 1px solid transparent;
    border-right: none;
    border-bottom: 1px solid #ececec;
    float: none;
    margin: -1px 0;
    text-align: right;
    width: 100%;
  }

  .vc_tta-style-anps_tabs .vertical li.vc_active, .vc_tta-style-anps_tabs .vertical li.vc_active:last-child {
    border-bottom: 1px solid #ececec;
  }

  .vc_tta-style-anps_tabs .vertical li.vc_active:after, .vc_tta-style-anps_tabs .vertical li.vc_active:last-child:after {
    bottom: -1px;
    left: -1px;
    height: auto;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    z-index: 9;
  }

  .vc_tta-style-anps_tabs .vertical li:last-child {
    border-bottom-color: transparent;
    margin-top: -1px !important;
    margin-left: 0px !important;
  }
}
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li {
  border: 1px solid transparent;
  border-bottom: none;
  margin: 0 -1px;
  position: relative;
  transition: all 0.2s;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li {
  display: inline-block;
  float: none;
  border-bottom: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li.active:first-child {
  border-left: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li.active:last-child {
  border-right: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li .fa {
  text-indent: 14px;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list {
  padding-bottom: 12px !important;
  border-right: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list {
  border-right: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li {
  border-right: 0;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.active:first-child {
  border-top: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li > a {
  border: none !important;
  border-radius: 0;
  display: block;
  font-size: 14px;
  padding: 13px 24px;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li > a:hover {
  background: none;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active:last-child {
  border-color: #ececec;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.vc_active:after, .vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.vc_active:last-child:after {
  content: "";
  left: -1px;
  position: absolute;
  width: 9px;
  bottom: -1px;
  top: -2px;
}

.vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active::after, .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active:last-child::after {
  content: "";
  height: 9px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -2px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active::after, .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active:last-child::after {
    top: 0;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child {
    border: 1px solid #ececec;
    border-bottom: 0;
    margin: 0;
    float: none;
    text-align: left;
    width: 100%;
  }

  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li .fa, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child .fa {
    float: left;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 24px;
  }

  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active:after, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child.active:after {
    bottom: -1px;
    left: -1px;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    bottom: -1px;
    z-index: 9;
  }
}
.vc_tta-style-anps_tabs {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active {
  border-top: 1px solid transparent;
}

/* vc tabs fix may 2016*/
@media (min-width: 600px) {

  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active {
    border-top: 1px solid #ececec !important;
  }
}
.vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active::after, .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active:last-child::after {
  left: 0px;
  right: 0;
}

@media (max-width: 991px) {
  .vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.vc_active:after, .vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.vc_active:last-child:after {
    margin-top: 1px;
  }
}
/* woocommerce fixes*/
.isotope {
  opacity: 1;
  transition: 0.6s opacity;
}

.processing {
  opacity: 0.3;
}

/* ### Gallery slider */

.woocommerce-product-gallery__trigger {
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 19px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  text-indent: -999px;
  z-index: 99;
  width: 50px;
}


footer.site-footer .widget_anpstext span.fa, aside.sidebar .widget_anpstext span.fa {
  left: 0;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 16px;
}

footer.site-footer .widget_anpstext, aside.sidebar .widget_anpstext {
  padding-left: 30px;
  position: relative;
}

.site-wrap {
  background-color: #fff;
  position: relative;
  z-index: 999;
}

@media (max-width: 991px) {
  .sidebar {
    width: 100% !important;
  }
}
.copyright-footer *:last-child {
  margin-bottom: 0;
}

/* Revolution Slider Fix */

.post-page-numbers {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 6px 9px;
  margin-left: 0.5em;
  border-radius: 4px;
  text-decoration: none;
}

.bypostauthor {
  background: none;
}

/*
# Site Header
*/
/*
# Site Logo
*/
.site-header .logo-mobile {
  display: block;
}
@media (min-width: 992px) {
  .site-header .logo-mobile {
    display: none;
  }
}
.site-header .logo-desktop {
  display: none;
}
@media (min-width: 992px) {
  .site-header .logo-desktop {
    display: block;
  }
}

.site-header-style-transparent .logo-mobile {
  display: none;
}
.site-header-style-transparent .logo-desktop {
  display: block;
}

.site-header:not(.site-header-vertical-menu) .logo-sticky {
  display: none;
}
.site-header:not(.site-header-vertical-menu) .site-logo,
.site-header:not(.site-header-vertical-menu) .site-logo a,
.site-header:not(.site-header-vertical-menu) .site-logo img {
  max-height: inherit;
}
.site-header:not(.site-header-vertical-menu) .site-logo {
  display: table;
  left: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.site-header:not(.site-header-vertical-menu) .site-logo a {
  display: table-cell;
  vertical-align: middle;
}
.site-header:not(.site-header-vertical-menu) .site-logo img {
  transition: 0.3s all;
}
.site-header:not(.site-header-vertical-menu).site-header-sticky-active .site-logo img {
  transition: 0.1s all;
}
.site-header:not(.site-header-vertical-menu).site-header-sticky-active .logo-sticky {
  display: block;
}
.site-header:not(.site-header-vertical-menu).site-header-sticky-active .logo-sticky ~ img,
.site-header:not(.site-header-vertical-menu).site-header-sticky-active .logo-sticky ~ span {
  display: none;
}

/*
# Site Navigation
*/
.site-navigation:nth-last-child(2) > ul > li:last-child:after {
  display: none !important;
}

.site-navigation {
  text-transform: uppercase;
  margin-right: -10px;
}
.site-navigation a:focus, .site-navigation a:hover {
  color: #3178bf;
  outline: none;
}

.navbar-toggle {
  margin: 0;
}

@media (min-width: 992px) {
  .site-search-toggle {
    margin-left: 26px;
    margin-right: -10px;
    position: relative;
    transition: 0.2s color;
  }
  .site-search-toggle button {
    background: none;
    border: none;
    padding: 0 10px;
  }

  .nav-wrap .site-search-toggle {
    color: #fff;
  }

  .site-navigation,
.site-search-toggle {
    display: inline-block;
  }

  .site-navigation > ul {
    margin: 0;
    padding: 0;
  }
  .site-navigation .current-menu-item > a {
    color: #3178bf;
  }
  .site-navigation .nav-empty {
    margin: 0;
    padding: 7px;
  }
  .site-navigation .menu-item-depth-0 {
    display: inline-block;
  }
  .site-navigation .menu-item-depth-0 > a {
    display: inline-block;
    padding: 7px;
    position: relative;
    z-index: 1;
  }
  .site-navigation .menu-item-depth-0 > a::before {
    content: "";
    left: 0;
    height: 25px;
    position: absolute;
    bottom: -15px;
    width: 100%;
  }
  .site-navigation .menu-item-depth-0 + .menu-item-depth-0 {
    margin-left: 10px;
  }
  .site-navigation .menu-item-depth-0:not(.megamenu) > .sub-menu {
    left: 50%;
    height: 0;
    overflow: hidden;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.2s height;
  }
  .site-navigation .menu-item {
    position: relative;
  }
  .site-navigation .menu-item > a:focus + .sub-menu:not([data-height]), .site-navigation .menu-item > a:hover + .sub-menu:not([data-height]) {
    height: auto;
  }
  .site-navigation .sub-menu {
    background-color: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 0;
    position: absolute;
    width: 204px;
  }
  .site-navigation .sub-menu > .menu-item:first-child {
    padding-top: 5px;
  }
  .site-navigation .sub-menu > .menu-item:last-child {
    padding-bottom: 5px;
  }
  .site-navigation .sub-menu .sub-menu {
    display: none;
    left: 100%;
    top: -5px;
  }
  .site-navigation .sub-menu > li:first-child > .sub-menu {
    top: 0;
  }
  .site-navigation .sub-menu:hover {
    height: auto;
    opacity: 1;
  }
  .site-navigation .sub-menu a {
    display: block;
    font-size: 12px;
    padding: 6px 24px;
  }

  .site-header-dropdown-2 .site-navigation > ul > .menu-item:not(.megamenu) .sub-menu a {
    font-size: 12px;
    padding: 10px 18px;
    text-transform: none;
  }
  .site-header-dropdown-2 .site-navigation > ul > .menu-item:not(.megamenu) .sub-menu .sub-menu {
    top: 0;
  }
  .site-header-dropdown-2 .site-navigation > ul > .menu-item:not(.megamenu) .menu-item {
    padding: 0 !important;
  }
  .site-header-dropdown-2 .site-navigation > ul > .menu-item:not(.megamenu) .sub-menu .menu-item + .menu-item > a {
    position: relative;
  }
  .site-header-dropdown-2 .site-navigation > ul > .menu-item:not(.megamenu) .sub-menu .menu-item + .menu-item > a::before {
    background-color: #ececec;
    content: "";
    left: 18px;
    height: 1px;
    position: absolute;
    right: 18px;
    top: 0;
  }

  .site-header-dropdown-3 .site-navigation > ul > .menu-item:not(.megamenu) .sub-menu a {
    font-size: 12px;
    padding: 10px 18px;
    text-transform: none;
    transition: 0.2s background-color, 0.2s color;
  }
  .site-header-dropdown-3 .site-navigation > ul > .menu-item:not(.megamenu) .sub-menu a:hover, .site-header-dropdown-3 .site-navigation > ul > .menu-item:not(.megamenu) .sub-menu a:focus {
    color: #fff !important;
  }
  .site-header-dropdown-3 .site-navigation > ul > .menu-item:not(.megamenu) .sub-menu .sub-menu {
    top: 0;
  }
  .site-header-dropdown-3 .site-navigation > ul > .menu-item:not(.megamenu) .menu-item {
    padding: 0 !important;
  }
  .site-header-dropdown-3 .site-navigation > ul > .menu-item:not(.megamenu) .sub-menu .menu-item + .menu-item > a {
    position: relative;
  }
  .site-header-dropdown-3 .site-navigation > ul > .menu-item:not(.megamenu) .sub-menu .menu-item + .menu-item > a::before {
    background-color: #ececec;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .navbar-toggle {
    display: none;
  }
}
@media (min-width: 1200px) {
  .site-navigation .nav-empty {
    margin: 0;
    padding: 10px;
  }
  .site-navigation .menu-item-depth-0 > a {
    padding: 10px;
  }
  .site-navigation .menu-item-depth-0 + .menu-item-depth-0 {
    margin-left: 20px;
  }
}
/* Divider Style Option */
@media (min-width: 992px) {
  .site-header-divider .menu-item-depth-0.current-menu-item > a::after {
    opacity: 1;
  }
  .site-header-divider .menu-item-depth-0 > a::after {
    background-color: currentColor;
    bottom: 5px;
    content: "";
    left: 7px;
    height: 1px;
    opacity: 0;
    position: absolute;
    right: 7px;
    transition: 0.3s opacity;
  }
  .site-header-divider .menu-item-depth-0 > a:focus::after, .site-header-divider .menu-item-depth-0 > a:hover::after {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .site-header-divider .menu-item-depth-0 > a::after {
    left: 10px;
    right: 10px;
  }
}
/* Transparent */

/* Mobile */
@media (max-width: 991px) {
  .site-navigation {
    background-color: #0f0f0f;
    color: #fff;
    display: none;
    left: 50%;
    overflow: auto;
    padding: 30px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    width: 100vw;
  }
  .boxed .site-navigation {
    width: calc(100% + 30px);
  }
  .site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-navigation ul a {
    color: currentColor;
    display: inline-block;
    padding: 4px 0;
  }
  .site-navigation .menu-item-depth-0 + .menu-item-depth-0 {
    margin-top: 5px;
  }
  .site-navigation .sub-menu {
    font-size: 13px;
    list-style: square;
    padding-left: 20px;
  }

  .site-navigation-opened {
    display: block;
  }

  .navbar-toggle,
.site-search-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .navbar-toggle,
.site-search-toggle button {
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    height: 30px;
    transition: 0.4s background-color;
    width: 30px;
    padding: 0 !important;
  }

  .site-search-toggle {
    margin-right: 40px;
  }

  .navbar-toggle i,
.site-search-toggle {
    display: block;
  }
  .navbar-toggle i:before,
.site-search-toggle:before {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
  }
}
/*
# Site Header Boxed
*/

/* ## Style 1 */

/* ## Style 2 */

/* ## Style 3 */

/* ## Style 4 */

/* ## Style 5 */
.large-above-menu-style-5 {
  /* ### Anpstext */
  /* ### Social */
}
.large-above-menu-style-5 > .widget:not(:last-child) {
  padding-right: 30px;
}
.large-above-menu-style-5 .widget_anpstext {
  position: relative;
}
.large-above-menu-style-5 .widget_anpstext .fa {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.45);
  display: none;
  font-size: 20px;
  height: 49px;
  left: 0;
  line-height: 49px;
  margin-right: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 49px;
}
.large-above-menu-style-5 .widget_anpstext svg {
  height: 20px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
}
@media (min-width: 1200px) {
  .large-above-menu-style-5 .widget_anpstext .fa {
    display: inline-block;
  }
}
.large-above-menu-style-5 .widget_anpssocial ul {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0 10px;
}
.large-above-menu-style-5 .widget_anpssocial ul:after {
  clear: both;
  content: "";
  display: table;
}
.large-above-menu-style-5 .widget_anpssocial li {
  float: left;
}
.large-above-menu-style-5 .widget_anpssocial svg {
  height: 20px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
}
.large-above-menu-style-5 .widget_anpssocial a {
  color: rgba(0, 0, 0, 0.45);
  font-size: 18px;
  height: 49px;
  width: 45px;
}
.large-above-menu-style-5 .widget_anpssocial a:hover, .large-above-menu-style-5 .widget_anpssocial a:focus {
  color: rgba(0, 0, 0, 0.75);
}

/*
# Above nav bar
*/
.above-nav-bar {
  display: none;
  padding-bottom: 10px;
  /* ## Widgets */
  /* ### Social */
  /* ### Anpstext */
}
.site-header-sticky-active .above-nav-bar {
  display: none;
}
@media (min-width: 992px) {
  .above-nav-bar {
    display: block;
  }
  .above-nav-bar .widget-container {
    display: inline-block;
  }
}
.above-nav-bar .widget-container + .widget-container {
  margin-left: 7px;
}
.above-nav-bar .widget_anpssocial ul {
  display: inline-block;
  margin: 0;
}
.above-nav-bar .widget_anpssocial li {
  height: 38px;
  width: 38px;
}
.above-nav-bar .widget_anpssocial li + li {
  margin-left: 3px;
}
.above-nav-bar .widget_anpssocial li > * {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.above-nav-bar .widget_anpssocial .fa:before {
  font-size: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.above-nav-bar .widget_anpstext {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 7px 12px 7px 44px;
  position: relative;
}
.above-nav-bar .widget_anpstext:after {
  border-right: 1px solid #e5e5e5;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 31px;
}
.above-nav-bar .widget_anpstext .fa {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 31px;
}

/* Styles */
/*
# Site Header Style Normal
*/
.site-header-style-normal .nav-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: 74px;
  max-height: 74px;
  position: relative;
  transition: 0.2s height;
  z-index: 9999;
}
@media (min-width: 992px) {
  .site-header-style-normal .nav-wrap {
    height: 112px;
    max-height: 112px;
  }
}
.site-header-style-normal .nav-wrap > .container {
  height: 100%;
  max-height: inherit;
}

@media (max-width: 993px) {
  .site-header-style-normal .nav-wrap > .container {
    width: 100%;
  }
}
/*
# Site Header Style Transparent
*/
.site-header-style-transparent {
  position: relative;
}
.site-header-style-transparent .nav-wrap {
  height: 74px;
  left: 0;
  max-height: 74px;
  position: absolute;
  transition: 0.2s height, 0.4s background-color ease-in-out;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 992px) {
  .site-header-style-transparent .nav-wrap {
    height: 112px;
    max-height: 112px;
    top: 41px;
  }
}
.site-header-style-transparent .nav-wrap > .container {
  height: inherit;
  max-height: inherit;
}

/*
# Site Header Full Width
*/
@media (max-width: 991px) {
  .site-header-style-full-width {
    z-index: 9999;
  }
  .site-header-style-full-width .show-md.cartwrap .mini-cart-wrap {
    display: none;
  }
  .site-header-style-full-width .mini-cart-wrap .cart-contents {
    margin-right: 10px;
    margin-top: 32px;
    padding-bottom: 20px;
  }
  .site-header-style-full-width .navbar-toggle {
    margin-top: 0;
    margin-right: 0;
  }
  .site-header-style-full-width + .container {
    margin-top: 0;
  }
  .site-header-style-full-width {
    background-color: #fff;
    position: relative;
    z-index: 9999;
  }
  .site-header-style-full-width .preheader-wrap {
    height: 72px;
    position: relative;
  }
  .site-header-style-full-width .preheader-wrap > * {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .site-header-style-full-width {
    /* Preheader */
    /* Navigation */
    /* Search */
  }
  .site-header-style-full-width .site-search-toggle {
    color: #fff;
  }
  .site-header-style-full-width .preheader-wrap {
    height: 114px;
  }
  .site-header-style-full-width .show-md.cartwrap {
    display: table;
  }
  .site-header-style-full-width .show-md.cartwrap .cart-contents {
    padding: 0;
  }
  .site-header-style-full-width .show-md.cartwrap .mini-cart-wrap {
    display: table-cell;
    margin-top: 0;
    padding-left: 30px;
    padding-top: 0;
    float: none;
    height: auto;
    vertical-align: middle;
  }
  .site-header-style-full-width .mini-cart-wrap .cart-contents > span {
    top: -2px;
  }
  .site-header-style-full-width .nav-bar-wrapper {
    display: table;
    height: 83px;
    width: 100%;
  }
  .site-header-style-full-width .nav-bar {
    display: table-cell;
    vertical-align: middle;
  }
  .site-header-style-full-width .site-navigation {
    margin-left: -10px;
  }
  .site-header-style-full-width .site-navigation .nav-empty,
.site-header-style-full-width .site-navigation > ul > li > a {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
  }
  .site-header-style-full-width nav.site-navigation > ul > li > a::after {
    bottom: 24px;
  }
  .site-header-style-full-width .menu-item-depth-0:not(.megamenu) > .sub-menu {
    margin-top: 0;
  }
  .site-header-style-full-width .menu-item-depth-0:first-child:not(.megamenu) > .sub-menu {
    left: 10px;
    -webkit-transform: none;
    transform: none;
  }
  .site-header-style-full-width .site-search-toggle {
    float: right;
  }
  .site-header-style-full-width .site-logo {
    background-color: currentColor;
    color: transparent;
  }
  .site-header-style-full-width .site-logo:before {
    background-color: currentColor;
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 1200px;
  }
  .site-header-style-full-width .site-logo:after {
    border-left: 0 solid currentColor;
    border-right: 120px solid transparent;
    border-top: 144px solid currentColor;
    content: "";
    height: 0;
    position: absolute;
    right: -120px;
    width: 0;
    top: 0;
  }
  .site-header-style-full-width .menu-button {
    display: block;
    font-size: 14px;
    height: 100%;
    line-height: 64px;
    padding: 0 24px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
  }
  .site-header-style-full-width .menu-button i {
    margin-right: 10px;
  }
  .site-header-style-full-width .mini-cart-wrap .cart-contents {
    padding-top: 9px;
  }
}

/* full heading */
@media (min-width: 992px) {
  .site-header-style-full-width.site-header-style-transparent {
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .site-header-style-full-width.site-header-style-transparent .preheader-wrap {
    z-index: 2;
  }

  .transparent.top-bar + .site-header-style-full-width.site-header-style-transparent {
    top: 92px;
  }
}
/*
# Site Header Boxed
*/
@media (max-width: 991px) {
  .site-header-style-boxed {
    z-index: 9999;
  }
  .site-header-style-boxed .show-md.cartwrap .mini-cart-wrap {
    display: none;
  }
  .site-header-style-boxed .mini-cart-wrap .cart-contents {
    margin-right: 10px;
    margin-top: 33px;
    padding-bottom: 20px;
  }
  .site-header-style-boxed + .container {
    margin-top: 0;
  }
  .site-header-style-boxed {
    background-color: #fff;
    position: relative;
    z-index: 9999;
  }
  .site-header-style-boxed .preheader-wrap {
    height: 72px;
    position: relative;
    width: 100%;
  }
  .site-header-style-boxed .preheader-wrap > * {
    position: absolute;
  }
  .site-header-style-boxed .menu-button {
    display: none;
  }
}
@media (min-width: 992px) {
  .site-header-style-boxed {
    /* Preheader */
    /* Navigation */
    /* Search */
  }
  .site-header-style-boxed .site-logo {
    padding-bottom: 35px;
  }
  .site-header-style-boxed .show-md.cartwrap {
    display: table;
    float: none;
    height: 100%;
  }
  .site-header-style-boxed .show-md.cartwrap .cart-contents {
    padding: 0;
  }
  .site-header-style-boxed .preheader-wrap {
    height: 144px;
    position: relative;
  }
  .site-header-style-boxed .show-md.cartwrap .mini-cart-wrap {
    display: table-cell;
    margin-top: 0;
    padding-left: 30px;
    float: none;
    height: auto;
    vertical-align: middle;
  }
  .site-header-style-boxed .mini-cart-wrap .cart-contents > span {
    top: -2px;
  }
  .site-header-style-boxed .above-nav-bar {
    display: none;
  }
  .site-header-style-boxed .nav-bar-wrapper {
    display: table;
    height: 83px;
    left: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 940px;
  }
  .site-header-style-boxed:not(.site-header-sticky-active) .nav-bar-wrapper {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header-style-boxed .nav-bar {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
  }
  .site-header-style-boxed .site-navigation > ul > li > a,
.site-header-style-boxed .site-navigation .nav-empty {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
  }
  .site-header-style-boxed .site-navigation,
.site-header-style-boxed .site-search-toggle {
    float: left;
  }
  .site-header-style-boxed.site-header-divider .menu-item-depth-0 > a:after {
    bottom: 20px;
  }
  .site-header-style-boxed .menu-item-depth-0:not(.megamenu) > .sub-menu {
    margin-top: 0;
  }
  .site-header-style-boxed .menu-item-depth-0:first-child:not(.megamenu) > .sub-menu {
    left: -20px;
    -webkit-transform: none;
    transform: none;
  }
  .site-header-style-boxed .site-logo {
    background-color: currentColor;
    color: transparent;
  }
  .site-header-style-boxed .site-logo:before {
    background-color: currentColor;
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 1200px;
  }
  .site-header-style-boxed .site-logo:after {
    border-left: 0 solid currentColor;
    border-right: 120px solid transparent;
    border-top: 144px solid currentColor;
    content: "";
    height: 0;
    position: absolute;
    right: -120px;
    width: 0;
    top: 0;
  }
  .site-header-style-boxed .menu-button {
    display: block;
    font-size: 14px;
    height: 100%;
    padding: 0 24px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    transition: opacity 0.2s;
  }
  .site-header-style-boxed .menu-button:hover, .site-header-style-boxed .menu-button:focus {
    opacity: 0.9;
  }
  .site-header-style-boxed .menu-button i {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .site-header-style-boxed .nav-bar-wrapper {
    width: 1140px;
  }
}

@media (min-width: 992px) {
  .site-wrapper > .site-header-style-boxed + .page-heading {
    padding-top: 70px !important;
  }
}
/* full heading */
@media (min-width: 992px) {
  .site-header-style-boxed.site-header-style-transparent {
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: #fff;
  }
  .site-header-style-boxed.site-header-style-transparent .preheader-wrap {
    z-index: 2;
  }

  .transparent.top-bar + .site-header-style-boxed.site-header-style-transparent {
    top: 60px;
  }
}
/* Positions */
/*
# Site Header Position Bottom
*/

/* Layouts */
/*
# Site Header Layout Normal
*/
@media (min-width: 992px) {
  .site-header-layout-normal .nav-bar {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
  .site-header-layout-normal .sub-menu {
    text-align: left;
  }
  .site-header-layout-normal .nav-bar-wrapper {
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .site-header-layout-normal .above-nav-bar {
    text-align: right;
  }
}

/*
# Site Header Center
*/

/*
# Site Header Layout Logo Center
*/

/*
# Site Header Layout Menu Left
*/

/* Other */
/*
# Site Header Sticky
*/
.site-header-sticky-active.site-header-style-normal:not(.site-header-layout-center),
.site-header-sticky-active:not(.site-header-layout-center) .nav-wrap {
  height: 74px;
  max-height: 74px;
}

@media (min-width: 992px) {
  .site-header-style-full-width.site-header-sticky-active,
.site-header-style-full-width.site-header-sticky-active .nav-wrap {
    height: 197px;
  }
}
.site-header-sticky-active .nav-wrap {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .site-header-sticky-active.site-header-style-full-width {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
}
.site-header-style-boxed.site-header-sticky-active {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .site-header-style-boxed.site-header-sticky-active {
    position: relative;
  }
}
@media (max-width: 991px) {
  .site-header-style-boxed.site-header-sticky-active + .container {
    padding-top: 73px;
  }
}

/*
# Site Header Vertical
*/
.vertical-menu .container {
  max-width: 100%;
}

@media (max-width: 991px) {
  .site-header-vertical-menu .container,
.site-header-vertical-menu .site-logo,
.site-header-vertical-menu .site-logo a,
.site-header-vertical-menu .site-logo img {
    max-height: inherit;
  }
  .site-header-vertical-menu .container {
    position: relative;
  }
  .site-header-vertical-menu .container,
.site-header-vertical-menu .site-logo,
.site-header-vertical-menu .site-logo a {
    height: inherit;
  }
  .site-header-vertical-menu .site-logo {
    display: table;
    left: 15px;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .site-header-vertical-menu .site-logo a {
    display: table-cell;
    vertical-align: middle;
  }
  .site-header-vertical-menu .nav-wrap {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    height: 72px;
    max-height: 72px;
    position: relative;
    z-index: 999;
  }
  .site-header-vertical-menu .nav-bar-wrapper {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  /* Body class */
  .vertical-menu:not(.hide-side-menu) {
    margin-left: 330px;
  }
}
@media (min-width: 992px) and (max-width: 1500px) {
  .vertical-menu .top-bar .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .site-header-vertical-menu {
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    height: 100%;
    padding-left: 60px;
    padding-top: 60px;
    position: fixed;
    top: 0;
    width: 330px;
    z-index: 9999;
  }
  .site-header-vertical-menu .above-nav-bar {
    border-bottom: none;
    margin-bottom: 10px;
  }
  .site-header-vertical-menu .nav-bar {
    margin-top: 90px;
    position: relative;
  }
  .site-header-vertical-menu .site-navigation {
    width: 100%;
  }
  .site-header-vertical-menu .container {
    padding: 0;
    max-width: 100%;
  }
  .site-header-vertical-menu .site-navigation {
    border-top: 1px solid #ececec;
  }
  .site-header-vertical-menu .menu-item-depth-0:not(.megamenu) {
    border-bottom: 1px solid #ececec;
    display: block;
    margin: 0 !important;
  }
  .site-header-vertical-menu .menu-item-depth-0:not(.megamenu) > .sub-menu {
    left: 100%;
    margin: 0;
    -webkit-transform: none;
    transform: none;
    top: 0;
  }
  .site-header-vertical-menu .menu-item-depth-0:not(.megamenu) > a {
    display: block;
    padding-left: 0;
  }
  .site-header-vertical-menu .sub-menu li {
    padding: 3px;
  }
  .site-header-vertical-menu .site-search-toggle {
    left: -10px;
    margin: 0;
    position: absolute;
    top: -30px;
  }
}
/*
# Megamenu
*/
@media (max-width: 991px) {
  .site-navigation .megamenu li[class*=col-] {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .site-navigation .megamenu > .sub-menu {
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: 0.4s height;
    margin-left: 73px;
    margin-top: 5px;
    width: 940px;
  }
  .site-navigation .megamenu > .sub-menu > li {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .site-navigation .megamenu > .sub-menu a {
    margin-top: 7px;
  }
  .site-navigation .megamenu > .sub-menu > li:not([class*=col-]) {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .site-navigation .megamenu > .sub-menu .sub-menu {
    background: none;
    box-shadow: none;
    left: auto;
    display: block;
    position: static;
    top: auto;
  }
  .site-navigation .megamenu > .sub-menu a {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .site-navigation .megamenu > .sub-menu {
    width: 1140px;
  }
}
/*
# Site Search
*/
/* Search element */
.site-search {
  height: 0;
  position: relative;
  transition: 0.3s height ease-out;
  will-change: height;
  z-index: 9999;
}
.site-search-opened .site-search {
  height: 80px;
}

.site-search .container,
.site-search-form {
  height: 100%;
  overflow: hidden;
}

/* Reset */
.site-search-close,
input.site-search-input {
  -webkit-appearance: none;
  background: none;
  border: none;
}

/* Input */
input.site-search-input {
  border: none !important;
  color: #fff;
  font-size: 24px;
  padding: 20px;
  text-align: center;
}
input.site-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
input.site-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
input.site-search-input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

/* Close button */
.site-search-close {
  color: rgba(255, 255, 255, 0.25);
  font-size: 32px;
  outline: none;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-search-close:focus, .site-search-close:hover {
  color: #fff;
}

/*
# Top bar
*/
.top-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
  z-index: 9;
  /* Widgets */
}
.top-bar .container {
  height: 0;
  max-width: 100%;
  will-change: height;
}
@media (max-width: 991px) {
  .top-bar {
    text-align: center;
  }
  .top-bar .container {
    overflow: hidden;
  }
  .top-bar .top-bar-left {
    margin-top: 20px;
  }
  .top-bar .widget-container {
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .top-bar {
    padding-bottom: 0;
    /* Widgets */
  }
  .top-bar .top-bar-left {
    float: left;
  }
  .top-bar .top-bar-right {
    float: right;
  }
  .top-bar .container > div {
    display: table;
  }
  .top-bar .widget-container {
    display: table-cell;
    vertical-align: middle;
  }
  .top-bar .top-bar-right > * + * {
    margin-left: 13px;
  }
}
.top-bar .widget-title {
  display: none;
}
.top-bar .widget_anpstext .fa {
  padding-right: 12px;
}

.top-bar .socialize,
.top-bar .widget-title {
  line-height: 1.4em;
}

.top-bar .socialize,
.top-bar .widget-title .fa {
  font-size: 15px;
}

.top-bar .socialize {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-bar .socialize li {
  display: inline-block;
  font-size: inherit;
}

.top-bar .socialize li:first-child a {
  margin-left: 0;
  padding-left: 0;
}

.top-bar .socialize li:last-child a {
  margin-right: 0;
  padding-right: 0;
}

.top-bar .socialize a {
  display: inline-block;
  margin: 0 2px;
  padding: 0 10px;
}

.top-bar-hide .container,
.top-bar-show .container {
  transition: 0.4s height;
}

.top-bar-close {
  background: none;
  border: none;
  bottom: 0;
  left: 50%;
  padding: 7px 20px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
}
@media (min-width: 992px) {
  .top-bar-close {
    display: none;
  }
}
.top-bar-close:focus, .top-bar-close:hover {
  color: #000;
  outline: none;
}
.top-bar-show .top-bar-close {
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}

.top-bar .widget_nav_menu ul, .above-nav-bar .widget_nav_menu ul {
  display: table;
  margin: 0;
  vertical-align: middle;
  padding: 0;
}
.top-bar .widget_nav_menu ul .sub-menu, .above-nav-bar .widget_nav_menu ul .sub-menu {
  display: none;
}
.top-bar .widget_nav_menu .menu-item, .above-nav-bar .widget_nav_menu .menu-item {
  display: table-cell;
  vertical-align: middle;
  float: none;
  list-style: none;
}
.top-bar .widget_nav_menu .menu-item a, .above-nav-bar .widget_nav_menu .menu-item a {
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
}
.top-bar .widget_nav_menu .menu-item:first-child a, .above-nav-bar .widget_nav_menu .menu-item:first-child a {
  padding-left: 0;
}
.top-bar .widget_nav_menu .menu-item:last-child a, .above-nav-bar .widget_nav_menu .menu-item:last-child a {
  padding-right: 0;
}

/* ## Page Header */

/* ## breadcrumbs */
.breadcrumb {
  border: 1px solid #e7e7e7;
  border-style: solid none;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
  font-size: 13px;
  padding: 12px 0;
}
.breadcrumb li {
  color: #c3c3c3;
  display: inline-block;
  list-style: none;
  margin: 5px 50px 5px 0;
  position: relative;
}
.breadcrumb li:not(:last-child):before {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  right: -30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

/*header*/
/* =Header
-------------------------------------------------------------- */

.show-md.cartwrap .mini-cart-wrap {
  margin-left: 10px;
  margin-top: 5px;
  padding-bottom: 0;
  padding-left: 10px;
}

@media (max-width: 991px) {
  .show-md.cartwrap {
    float: right;
    margin-right: 50px;
    margin-top: 15px;
  }

  .show-md.cartwrap.cart-search-space {
    margin-right: 85px;
  }

  .vertical-menu .show-md.cartwrap {
    margin-right: 35px;
    margin-top: -4px;
  }

  .vertical-menu .show-md.cartwrap.cart-search-space {
    margin-right: 65px;
  }
}
@media (min-width: 992px) {
  .show-md.cartwrap {
    float: right;
  }

  .vertical-menu .show-md.cartwrap {
    float: left;
    margin-top: 20px;
  }

  .vertical-menu .show-md.cartwrap .mini-cart-wrap {
    margin: 0 0 20px;
    padding: 0;
  }
}
.mini-cart-wrap {
  float: right;
  height: 25px;
  margin-left: 1px;
  margin-top: 19px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-top: 5px;
  z-index: 1000;
}

@media (min-width: 768px) {
  .mini-cart-wrap {
    position: relative;
  }
}

.mini-cart-wrap .cart-contents {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 0;
  padding-top: 2px;
}

.mini-cart-wrap .cart-contents > i {
  color: #474747;
  font-size: 19px;
}

.mini-cart-wrap .cart-contents > span {
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  height: 20px;
  line-height: 13px;
  padding: 4px;
  position: relative;
  text-align: center;
  top: -4px;
  left: 2px;
  width: 20px;
}

.mini-cart-wrap .cart_list + .total strong {
  color: #fff;
}

.cart_list + .total {
  font-size: 15px;
  margin-top: 19px;
  margin-bottom: 20px;
}

.cart_list + .total strong {
  font-weight: 300;
}

.cart_list.product_list_widget {
  float: none;
}

.cart_list.product_list_widget h4 > a {
  font-size: 14px;
}

/*
# Footer
*/
.site-footer {
  background-color: #313131;
  color: white;
  line-height: 1.9em;
  margin-top: 70px;
}

.site-footer .socialize a,
.site-footer .widget-title,
.site-footer a {
  color: inherit;
}

.site-footer > .container {
  padding-top: 69px;
  padding-bottom: 62px;
}

.site-footer > .container + .container {
  padding-top: 0;
}

.site-footer .widget-container + .widget-container {
  margin-top: 35px;
}

.site-footer .widget-title {
  font-size: 17px;
  margin-top: -6px;
  margin-bottom: 38px;
  text-transform: uppercase;
}

.site-footer img:not(.wpml-ls-flag) {
  margin-bottom: 0;
}

.site-footer .widget-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .site-footer .row > div + div {
    margin-top: 0;
  }

  .site-footer .col-md-3 {
    margin-bottom: 30px;
  }
}
.site-footer .menu {
  margin: 0;
  padding: 0;
}

.site-footer .menu a {
  display: block;
}

.site-footer .menu li + li {
  margin-top: 0;
}

.site-footer .copyright-footer > .container {
  padding-top: 22px;
  padding-bottom: 22px;
}

.site-footer .copyright-footer .socialize {
  margin-bottom: -3px;
}

.site-footer .copyright-footer .socialize a {
  color: inherit;
}
.site-footer .contact-info li {
  margin-bottom: 7px;
}


.site-footer .widget_recent_entries span:before {
  content: "/";
  margin: 0 6px;
}

.site-footer .widget_text img {
  margin: 10px 0 15px;
}

.site-footer .widget-container select {
  border-radius: 3px;
  border: 0;
  color: #727272;
  padding: 10px 8px;
  width: 100%;
}

/* ## Footer style 2 */
.site-footer.style-2,
.site-footer.style-3 {
  -webkit-font-smoothing: antialiased;
}

.site-footer.style-2 .copyright-footer {
  border-top: 1px solid #2e2e2e;
}

.site-footer.style-2 .widget-title {
  font-weight: 400;
}

.site-footer.style-2 .copyright-footer .container {
  padding-bottom: 31px;
  padding-top: 31px;
}

/* ## Nav widget */
.site-footer.style-2 .widget_nav_menu .menu a,
.site-footer.style-3 .widget_nav_menu .menu a {
  padding-left: 14px;
  position: relative;
  margin-bottom: 17px;
}

.site-footer.style-3 .widget_nav_menu .menu a {
  margin-bottom: 12px;
}

.site-footer.style-2 .widget_nav_menu .menu a:before,
.site-footer.style-3 .widget_nav_menu .menu a:before {
  content: "";
  left: 0;
  font-size: 14px;
  font-family: "FontAwesome";
  position: absolute;
}

/* ## Anps Text widget */
footer.site-footer.style-2 .widget_anpstext,
footer.site-footer.style-3 .widget_anpstext {
  position: relative;
  padding-left: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
}

footer.site-footer.style-2 .widget_anpstext > span.fa,
footer.site-footer.style-3 .widget_anpstext > span.fa {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

footer.site-footer.style-2 .widget_anpstext:before,
footer.site-footer.style-3 .widget_anpstext:before {
  border-right: 1px solid currentColor;
  bottom: 1px;
  content: "";
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 1px;
  width: 25px;
}

/* ## Style 3 */
/* ## Recent News */
footer.site-footer .widget_recent_entries > ul > li {
  border-bottom: none;
}

footer.site-footer.style-2 .widget_recent_entries a {
  color: inherit;
}

footer.site-footer.style-2 .widget_recent_entries > ul > li {
  padding-top: 0;
}

/* ## Socialize */

footer.site-footer.style-3 .copyright-footer > .container:before {
  content: "";
  display: block;
  left: 15px;
  height: 1px;
  position: absolute;
  right: 15px;
  top: 0;
}

footer.site-footer.style-3 .copyright-footer > .container {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

/* ## Style 4 */
.site-footer.style-4 {
  /* Widget title */
  /* Menu */
  /* Working hours */
  /* Tag cloud */
  /* Social */
  /* Copyright */
}
.site-footer.style-4 .widget-title::after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 14px;
  width: 37px;
}
.site-footer.style-4 .menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 4px 0;
  position: relative;
}
.site-footer.style-4 .menu-item:first-child {
  padding-top: 0;
}
.site-footer.style-4 .menu-item:first-child a {
  padding-top: 0;
}
.site-footer.style-4 .menu-item a {
  display: inline-block;
  padding: 2px 18px;
  position: relative;
}
.site-footer.style-4 .menu-item a::before {
  content: "";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-footer.style-4 .working-hours {
  width: 100%;
}
.site-footer.style-4 .working-hours td, .site-footer.style-4 .working-hours th {
  padding: 6px 0;
  position: relative;
}
.site-footer.style-4 .working-hours td::after, .site-footer.style-4 .working-hours th::after {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.site-footer.style-4 .working-hours tr:first-child > * {
  padding-top: 0;
}
.site-footer.style-4 .working-hours th {
  font-weight: normal;
}
.site-footer.style-4 .working-hours td {
  text-align: right;
}
.site-footer.style-4 .tagcloud {
  font-size: 0;
}
.site-footer.style-4 .tagcloud a {
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: inline-block;
  font-size: 14px !important;
  margin-bottom: 7px;
  margin-right: 6px;
  padding: 1px 18px;
  text-transform: uppercase;
  transition: 0.2s color, 0.2s border-color;
}

.site-footer.style-4 .socialize a {
  transition: 0.2s opacity;
}

.site-footer.style-4 .socialize a:hover,
.site-footer.style-4 .socialize a:focus {
  opacity: 0.7;
}
.site-footer.style-4 .copyright-footer > .container {
  padding-bottom: 12px;
  padding-top: 12px;
}

.footer-parallax .site-wrap {
  overflow: auto;
}
@media (min-width: 992px) {
  .footer-parallax.boxed .site-footer {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .footer-parallax.boxed .site-footer {
    width: 1170px;
  }
}
@media (min-width: 992px) {
  .footer-parallax .site-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
  }
  .footer-parallax .site-wrapper {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 999px) {
  .footer-parallax .site-wrapper {
    margin-bottom: 0 !important;
  }
}

/* Vertical menu */
@media (min-width: 992px) and (max-width: 1199px) {
  .vertical-menu .site-footer .row > * {
    width: 100%;
  }

  .vertical-menu .site-footer .row > * + * {
    margin-top: 50px;
  }
}
/*
# Featured element
*/

/* ## Featured Content */
.featured-content {
  background-color: #fff;
  border-top: 5px solid;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-72px);
  transform: translateY(-72px);
  transition: 0.4s -webkit-transform ease;
  transition: 0.4s transform ease;
  transition: 0.4s transform ease, 0.4s -webkit-transform ease;
  width: 100%;
}
@media (min-width: 768px) {
  .featured-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.featured-content .btn {
  bottom: 7px;
  left: 30px;
  position: absolute;
  width: auto;
}

/* ## Featured Title */

/* ## Featured Header */

/* ## Featured Push top */

/* ## Featured Large */

/* ## Featured Horizontal */

/*
# Contact number
*/

/*
# Transport header styling
*/
@media (min-width: 992px) {
  .site-header-style-normal .menu-item-depth-0:not(:last-child):after {
    top: 0;
  }

  .site-search-toggle {
    outline: none;
  }
  .site-search-toggle:after {
    top: 50%;
  }

  .top-bar .container > div {
    height: 100%;
  }

  .transparent.top-bar {
    background-color: transparent;
    position: absolute;
    z-index: 2;
    left: 0;
  }

  /* borders in top bar */
  .top-bar .widget-container {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }

  .top-bar .widget-container:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }

  .top-bar .widget-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* Separators */
@media (min-width: 992px) {
  .site-header:not(.site-header-vertical-menu) .site-navigation > ul > li:after {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    content: "";
    display: block;
    float: right;
    height: 38px;
    position: absolute;
    right: -8px;
    top: 2px;
    width: 34px;
    pointer-events: none;
  }

  .site-header.site-header-style-boxed .site-navigation > ul > li:after, .site-header.site-header-style-full-width .site-navigation > ul > li:after {
    top: 50%;
  }

  .site-header-style-boxed .site-navigation > ul > li:after,
.site-header-style-full-width .site-navigation > ul > li:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .site-header:not(.site-header-vertical-menu) .site-navigation > ul > li:after {
    right: -11px;
  }
}
/* header and footer spacing */
.f-content__title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  text-transform: uppercase;
}
.f-content__icon {
  color: rgba(0, 0, 0, 0.45);
  font-size: 25px;
  line-height: 60px;
  width: 60px;
}
.f-content__icon img {
  max-height: 70%;
  max-width: 70%;
}
@media (min-width: 992px) {
  .f-content__icon {
    font-size: 30px;
    line-height: 80px;
    width: 80px;
  }
}


.f-content--style-2 {
  text-align: center;
}

.f-content--style-2 .f-content__title {
  margin: 0;
}

.f-content--style-2 .f-content__divider {
  content: "";
  display: block;
  height: 3px;
  margin: 16px auto;
  width: 37px;
}

.f-content--style-2 .f-content__icon {
  border-radius: 50%;
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Icon element
---------------------------------------- */
.icon {
  text-align: center;
}

.icon > a {
  display: block;
}

.icon > a:before, .icon > a:after {
  content: " ";
  display: table;
}

.icon > a:after {
  clear: both;
}

.icon .fa {
  border-radius: 50px;
  color: #fff;
  height: 80px;
  font-size: 22px;
  padding: 29px 0;
  text-align: center;
  width: 80px;
}

.icon .fa, .icon h2 {
  transition: 0.4s color, 0.4s background-color;
}

.icon h2 {
  font-size: 17px;
  margin: 0;
  padding-top: 23px;
}

.icon h3 {
  font-size: 14px;
  margin-top: 6px;
}

.icon p {
  line-height: 1.75em;
  margin: 15px 0 0;
}

@media (max-width: 992px) {
  .icon {
    margin: 20px 0;
  }
}
.icon.style-2 .fa,
.icon.style-2 a:hover .fa {
  background: none;
  height: auto;
  padding: 0;
}

.icon.style-2 .fa {
  font-size: 29px;
}

.icon.style-2 h2 {
  padding-top: 23px;
}

.icon.style-2 p {
  margin-top: 7px;
}
.icon-m__media {
  color: rgba(0, 0, 0, 0.45);
  font-size: 27px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}
.icon-m__media img,
.icon-m__media svg {
  height: 45%;
  width: 45%;
}
.icon-m__media svg {
  color: inherit;
  fill: currentColor;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .icon-m__media {
    font-size: 30px;
    line-height: 80px;
    width: 80px;
  }
}
.icon-m__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  text-transform: uppercase;
}
.icon-m__link {
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
}
.icon-m__link[style] {
  transition: 0.2s opacity;
}
.icon-m__link[style]:hover, .icon-m__link[style]:focus {
  opacity: 0.7;
}

/* Accordion
---------------------------------------- */
.panel-title {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.panel-style-1 .collapse {
  height: 0;
}
.panel-style-1 .collapse.in {
  height: auto;
}
.panel-style-1 .panel-heading {
  padding: 10px 0;
}
.panel-style-1 .panel-title {
  text-transform: none;
}
.panel-style-1 .panel-title a {
  color: inherit;
  display: block;
}
.panel-style-1 .panel-title a::before {
  border-radius: 4px;
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 10px;
  padding: 5px 7px;
}

.panel-style-1 .panel-title a::before {
  color: #fff;
  content: "";
}
.panel-style-1 .panel-title a.collapsed::before {
  background-color: #e6e6e6;
  content: "";
}

.panel-style-3 {
  border: 1px solid #e7e7e7;
}
.panel-style-3 .panel-title {
  font-size: 14px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.panel-style-3 .panel-heading a {
  border-bottom: 1px solid #fab702;
  display: block;
  margin: -1px 0;
  min-height: 50px;
  padding: 17px 74px 17px 20px;
  transition: 0.3s color, 0.2s background-color, 0.2s border-color;
}
.panel-style-3 .panel-heading a::before {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s border-color;
  width: 54px;
  z-index: 2;
}
.panel-style-3 .panel-heading a::after {
  content: "-";
  font-size: 18px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 54px;
  z-index: 2;
}
.panel-style-3 .panel-heading a.collapsed {
  background: none;
  border-bottom-color: #e7e7e7;
  color: inherit;
}
.panel-style-3 .panel-heading a.collapsed::before {
  border-left: 1px solid #e1e2e2;
}
.panel-style-3 .panel-heading a.collapsed::after {
  content: "+";
}

/* ## Alert */
.alert {
  background: #f0f0f0;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  color: #9d9d9d;
  margin-bottom: 15px;
  min-height: 47px;
  padding: 11px 60px 11px 67px;
  position: relative;
}
.alert::before,
.alert > i {
  color: inherit;
  font-size: 14px;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  z-index: 2;
}
.alert::before {
  display: none;
}
.alert::after {
  border-right: 1px solid;
  border-color: inherit;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 1;
}
.alert .close {
  background: transparent;
  border: none;
  color: inherit;
  float: right;
  height: 48px;
  opacity: 0.2;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.2s;
  width: 48px;
}
.alert .close:focus, .alert .close:hover {
  opacity: 0.5;
}
.alert .close i {
  height: auto;
  line-height: 22px;
  padding: 0;
  text-align: center;
  top: 0;
  vertical-align: top;
  width: 46px;
}
.alert .button {
  background: none;
  display: inline;
  font-size: 11px;
  margin-right: 10px;
  padding: 7px 0;
  position: relative;
  top: -1px;
}
.alert .button:hover, .alert .button:focus {
  background: none;
}

/* ## Tables */
.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 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 > 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 > 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 > 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.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 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 {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.bg-primary th {
  border: none !important;
}

table:not([class]):not([id]) td,
table:not([class]):not([id]) th {
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
}

/* ## Gallery FS */
.gallery-fs {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.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: 0.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 {
  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%);
  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-nav button {
  outline: none;
}
.gallery-fs .gallery-fs-fullscreen {
  background: none;
  bottom: 11px;
  position: absolute;
  right: 106px;
}

.gallery-fs-thumbnails {
  border-top: 1px solid #e5e5e5;
  padding: 18px 21px;
}

.heading-left,
.heading-middle {
  position: relative;
}


.heading-left.divider-sm 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-sm span::before {
  left: 50%;
  -webkit-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;
  }
}
.home:not(.header-spacing-off) .site-header {
  margin-bottom: 60px;
}

/* Heading Subtitle
---------------------------------------- */
.heading-subtitle {
  color: #a3baca;
  display: block;
  font-size: 0.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);
  transform: skew(-25deg, 0);
  -webkit-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;
}
@media (max-width: 649px) {
  .recent-portfolio--mobile-2 > * {
    width: 50%;
  }
  .recent-portfolio--mobile-2 > *:nth-child(2n+1) {
    clear: left;
  }
  .recent-portfolio--mobile-1 > * {
    width: 100%;
  }
}
.recent-portfolio__title {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}
.recent-portfolio__title::after {
  content: "";
  display: block;
  height: 3px;
  margin: 15px auto 25px auto;
  width: 37px;
}
.recent-portfolio--modern-1 .recent-portfolio__excerpt {
  font-size: 14px;
}
.recent-portfolio--modern-1 .recent-portfolio__title {
  margin-top: 37px;
}

.testimonials-modern {
  text-align: center;
}
 .testimonial-modern__link {
  position: relative;
  z-index: 1;
}
.testimonial-modern__link {
  display: block;
}

/* Logos
---------------------------------------- */


.logos--style-3 img,
.logos--style-5 img {
  width: auto !important;
}

.logos--style-3 .logos__wrap,
.logos--style-5 .logos__wrap {
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid transparent;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 110px;
  transition: 0.2s border-color;
  width: 100%;
}

.logos--style-3 .owl-nav,
.logos--style-5 .owl-nav {
  color: #525252;
  bottom: 0;
  font-family: FontAwesome;
  font-size: 24px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
}

.logos--style-3 .owl-next,
.logos--style-3 .owl-prev,
.logos--style-5 .owl-next,
.logos--style-5 .owl-prev {
  float: left;
  height: 40px;
  position: relative;
  width: 40px;
}

.logos--style-3 .owl-next::before,
.logos--style-3 .owl-next::after,
.logos--style-3 .owl-prev::before,
.logos--style-3 .owl-prev::after,
.logos--style-5 .owl-next::before,
.logos--style-5 .owl-next::after,
.logos--style-5 .owl-prev::before,
.logos--style-5 .owl-prev::after {
  left: 50%;
  position: absolute;
  text-indent: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logos--style-3 .owl-next::before,
.logos--style-5 .owl-next::before {
  content: "";
}

.logos--style-3 .owl-prev::before,
.logos--style-5 .owl-prev::before {
  content: "";
}

.logos--style-3 .owl-dots,
.logos--style-5 .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.logos--style-3 .owl-dot,
.logos--style-5 .owl-dot {
  background-color: #525252;
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  margin: 0 7px;
  width: 6px;
}

.logos--style-3 .owl-dots,
.logos--style-5 .owl-dots {
  display: none;
}
.logos--style-3 .owl-carousel,
.logos--style-5 .owl-carousel {
  padding-bottom: 60px;
}
.rp-modern__icon {
  margin-right: 8px;
}
.rp-modern__header::after {
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 13px;
  margin-top: 10px;
  width: 37px;
}
.portfolio-modern__title {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}
.portfolio-modern__title::after {
  content: "";
  display: block;
  height: 3px;
  margin: 15px auto 25px auto;
  width: 37px;
}

.site-search-minimal {
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
  display: none;
  line-height: 1em;
  margin-top: 5px;
  position: absolute;
  right: -5px;
  top: 100%;
  width: 190px;
}
.site-search-minimal--active {
  display: block;
}
.site-search-minimal::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);
  transform: rotate(45deg);
  width: 8px;
  z-index: 1;
}

:root .has-blue-color {
  color: #3498db;
}

:root .has-orange-color {
  color: #d54900;
}

:root .has-green-color {
  color: #89c218;
}

:root .has-yellow-color {
  color: #f7c51e;
}

:root .has-light-color {
  color: #ffffff;
}

:root .has-dark-color {
  color: #242424;
}

:root .has-blue-background-color {
  background-color: #3498db;
}

:root .has-orange-background-color {
  background-color: #d54900;
}

:root .has-green-background-color {
  background-color: #89c218;
}

:root .has-yellow-background-color {
  background-color: #f7c51e;
}

:root .has-light-background-color {
  background-color: #ffffff;
}

:root .has-dark-background-color {
  background-color: #242424;
}

.has-anps-h-1-font-size {
  font-size: 31px;
}

.has-anps-h-2-font-size {
  font-size: 24px;
}

.has-anps-h-3-font-size {
  font-size: 21px;
}

.has-anps-h-4-font-size {
  font-size: 18px;
}

.has-anps-h-5-font-size {
  font-size: 16px;
}


.wp-block-columns {
  margin-bottom: 10px;
}

.wp-block-file__button {
  display: inline-block;
}
.sabit-telefon-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #e50914; /* Dikkat çekici Kırmızı - Güven ve Aciliyet verir */
    color: #ffffff !important;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 50px;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 99999;
    transition: all 0.3s ease;
}
.sabit-telefon-btn:hover {
    transform: scale(1.05);
    background-color: #b80710;
}
.sabit-telefon-btn svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}
/* Mobil cihazlar için boyutu biraz küçültüyoruz ki ekranı çok kaplamasın */
@media (max-width: 768px) {
    .sabit-telefon-btn {
        bottom: 20px;
        right: 20px;
        padding: 12px 20px;
        font-size: 16px;
    }
}