/*
* Table of content
*
*   Gallery slider
*
# SITE HEADER
*
*
# SITE LOGO
*
*
# SITE NAVIGATION
*
*
# SITE HEADER BOXED
*
* Style 1
* Style 2
* Style 3
* Style 4
* Style 5
*
# ABOVE NAV BAR
*
*
# SITE HEADER STYLE NORMAL
*
*
# SITE HEADER STYLE TRANSPARENT
*
*
# SITE HEADER FULL WIDTH
*
*
# SITE HEADER BOXED
*
*
# SITE HEADER POSITION BOTTOM
*
*
# SITE HEADER LAYOUT NORMAL
*
*
# SITE HEADER CENTER
*
*
# SITE HEADER LAYOUT LOGO CENTER
*
*
# SITE HEADER LAYOUT MENU LEFT
*
*
# SITE HEADER STICKY
*
*
# SITE HEADER VERTICAL
*
*
# MEGAMENU
*
*
# SITE SEARCH
*
*
# TOP BAR
*
* Page Header
* breadcrumbs
*
* WOOCOMMERCE HEADER CART
*
# FOOTER
*
* Footer style 2
* Nav widget
* Anps Text widget
* Style 3
* Recent News
* Socialize
* Style 4
*
# FEATURED ELEMENT
*
* Featured Content
* Featured Title
* Featured Header
* Featured Push top
* Featured Large
* Featured Horizontal
*
# CONTACT NUMBER
*
*
# TRANSPORT HEADER STYLING
*
* Alert
* Tables
* Gallery FS
*/


@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,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@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) ")";
  }

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

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

  .btn > .caret,
  .added_to_cart > .caret,
  .tab-pane .form-submit #submit > .caret,
  .dropup > .btn > .caret,
  .dropup > .added_to_cart > .caret,
  .tab-pane .form-submit .dropup > #submit > .caret {
    border-top-color: #000 !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.62857;
}

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

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

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

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

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

hr {
  margin-top: 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;
}

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}

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

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

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

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

.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}

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

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

cite {
  font-style: normal;
}

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

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

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

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

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

.list-inline {
  margin-left: -5px;
}

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 8.5px 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,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}

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

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

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

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

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

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

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

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

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

input[type="date"] {
  line-height: 31px;
}

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

.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"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

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

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

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

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

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

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

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

.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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

.has-feedback {
  position: relative;
}

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

.has-feedback .form-control-feedback {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-static {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (min-width: 993px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

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

.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;
  -moz-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;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active {
  background-image: none;
}

.open .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}

.btn-default .badge {
  color: white;
  background-color: #333333;
}

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}

.open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active {
  background-image: none;
}

.open .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: white;
}

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}

.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active {
  background-image: none;
}

.open .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}

.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active {
  background-image: none;
}

.open .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}

.open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active {
  background-image: none;
}

.open .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}

.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active {
  background-image: none;
}

.open .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

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

.btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.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 .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.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-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: white;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 993px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 993px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 993px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 993px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 993px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 993px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 993px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 993px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 16.5px 15px;
  font-size: 15px;
  line-height: 17px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 993px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@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,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    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.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 993px) {
  .navbar-left {
    float: left !important;
  }

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}

@media (max-width: 992px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 993px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}

.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}

@media (min-width: 993px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}

@media (max-width: 992px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-default .btn-link {
  color: #777777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}

@media (max-width: 992px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: white;
}

.navbar-inverse .btn-link {
  color: #999999;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: white;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}


body,
html {
  height: 100%;
}

p {
  line-height: 1.7em;
}

.left {
  float: left;
}

.carousel-inner .item.left {
  float: none;
}

.right {
  float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.35em;
}


a:hover {
  text-decoration: none;
}

.site-wrapper {
  background-color: #fff;
  overflow: hidden;
}




/* List
---------------------------------------- */

h3 + .list,
h4 + .list {
  margin: 30px 0 20px 0;
}

.list {
  list-style: outside none none;
  margin: 15px 0 20px;
  padding-left: 0;
}

.list.square li:before {
  content: "\f0c8";
}

.list.circle li:before {
  content: "\f111";
}

.list.circle-arrow li:before {
  content: "\f138";
}

.list.hand li:before {
  content: "\f087";
}

.list.triangle li:before {
  content: "\f0da";
}

.list.arrow li:before {
  content: "\f061";
}

.list.circle-check li:before {
  content: "\f058";
}

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

.btn.btn-md,
.added_to_cart,
.tab-pane .form-submit #submit,
.woocommerce-page .button {
  font-size: 15px;
  padding: 12px 25px;
}

.btn.btn-md .fa,
.added_to_cart .fa,
.tab-pane .form-submit #submit .fa {
  font-size: 16px;
}

.btn.btn-lg,
.btn-lg.added_to_cart,
.tab-pane .form-submit .btn-lg#submit {
  font-size: 17px;
  padding: 15px 41px;
}

.btn.btn-lg .fa,
.btn-lg.added_to_cart .fa,
.tab-pane .form-submit .btn-lg#submit .fa {
  font-size: 16px;
}

.btn.btn-wide,
.btn-wide.added_to_cart,
.tab-pane .form-submit .btn-wide#submit {
  font-size: 14px;
  padding: 12px 57px;
}

.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
---------------------------------------- */

.col-2-5 {
  width: 20%;
}

@media (max-width: 992px) {
  .col-2-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col-9-5 {
  padding-right: 40px;
  width: 75%;
}

.col-2-5 + .col-9-5 {
  padding-left: 40px;
  padding-right: 0;
}

@media (max-width: 992px) {
  .col-2-5 + .col-9-5 {
    padding: 0;
  }
}

.col-2-5,
.col-9-5 {
  float: left;
}

@media (max-width: 992px) {
  .col-2-5,
  .col-9-5 {
    width: 100%;
  }
}

.tab-pane,
.nav-tabs {
  margin: 0 auto;
  max-width: 980px;
}

.tabs-7 li {
  text-align: center;
  width: 14.49%;
}

.tabs-7 li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.pos-left {
  position: absolute;
  left: 0;
  top: -50px;
  max-width: 50%;
}

@media (max-width: 1260px) {
  .pos-left {
    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: 60px;
  padding: 38px 0 33px 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;
}

.page-heading .breadcrumbs {
  float: right;
  padding: 0;
  margin-top: 10px;
}

.page-heading .breadcrumbs li {
  list-style: none;
  float: left;
}

.page-heading .breadcrumbs li a:after {
  content: "/";
  margin: 0 5px;
}

.page-heading .breadcrumbs li:last-child a:after {
  display: none;
}

@media (max-width: 480px) {
  .page-heading .breadcrumbs {
    float: left;
    width: 100%;
  }
}

/* Team
---------------------------------------- */

@media (max-width: 768px) {
  .team-wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .team-wrapper > * {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .team-wrapper > * {
    float: left;
    padding-left: .5%;
    padding-right: .5%;
    width: 50%;
  }
}

.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 header:hover img {
  top: -77px;
}

.team-hover header:hover .hover {
  bottom: -1px;
}

.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 .social,
.team .hover .socialize {
  margin-top: 22px;
  text-align: center;
}

.team .hover .social a,
.team .hover .socialize a {
  font-size: 14px;
  margin: 0;
}

/* Pricing table
---------------------------------------- */

.pricing-table {
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
}

.pricing-table header {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 22px;
}

.pricing-table.exposed {
  margin-top: -20px;
}

.pricing-table.exposed header h2 {
  font-size: 22px;
  line-height: 45px;
}

.pricing-table.exposed ul li a.btn {
  font-size: 17px;
  padding: 20px 40px;
}

.pricing-table header h2,
.pricing-table header .price {
  color: #fff;
}

.pricing-table header h2 {
  font-size: 18px;
  margin: 0 0 5px 0;
  padding: 16px 0;
  text-transform: none;
}

.pricing-table header .price {
  font-size: 48px;
  margin: 0 2px;
}

.pricing-table header .currency {
  font-size: 24px;
  position: relative;
  top: -13px;
}

.pricing-table header .date {
  margin-top: -13px;
}

.pricing-table ul {
  margin: 0;
  padding: 0 23px;
}

.pricing-table ul li {
  border-bottom: 1px solid #ececec;
  list-style: none;
  padding: 16px;
}

.pricing-table .btn,
.pricing-table .added_to_cart,
.pricing-table .tab-pane .form-submit #submit,
.tab-pane .form-submit .pricing-table #submit {
  margin: 35px 0;
}

@media (max-width: 992px) {
  .pricing-table {
    margin: 20px 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: "\f10d";
  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: "\f10e";
  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: "\f176";
}

.faq .panel-title a.collapsed:before {
  content: "\f175";
}

.faq .panel-title a:after {
  background: none !important;
  content: "\f128";
  font-size: 18px;
  float: left;
}

.faq .panel-body {
  padding: 10px 0 20px;
}

.faq .panel-body h4 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: none;
}

.faq .panel-body p {
  padding-left: 10px;
  padding-right: 10px;
}

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

/* Contact form
---------------------------------------- */

.contact-form:before,
.contact-form:after,
.woocommerce:before,
.woocommerce:after {
  content: " ";
  display: table;
}

.contact-form:after,
.woocommerce:after {
  clear: both;
}

.contact-form .form-group,
.woocommerce .form-group {
  position: relative;
}

.contact-form .form-group .fa,
.woocommerce .form-group .fa {
  background-color: #fff;
  font-size: 15px;
  margin-top: -7px;
  position: absolute;
  right: 19px;
  top: 22px;
}

.woocommerce-Message .button {
  margin-right: 20px;
}

.woocommerce-column__title.title {
  margin-top: 15px;
}

.woocommerce-customer-details {
  margin-top: 30px;
}

.woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 20px;
}

.contact-form input[type="text"],
.woocommerce input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form textarea,
.contact-form select,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce select,
input[type="text"] {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 14px 19px;
  width: 100%;
  transition: 0.2s border;
}

.contact-form textarea,
.woocommerce textarea {
  height: 190px;
}

.contact-buttons {
  margin-top: 20px;
}

@media (min-width: 993px) {
  .contact-buttons {
    margin-top: -50px;
    text-align: right;
    float: left;
  }
}

body.admin-bar .contact-buttons {
  margin-top: 20px;
  float: none;
}

.contact-buttons button {
  margin-right: 5px;
}

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

.contact-buttons .btn,
.contact-buttons .added_to_cart,
.contact-buttons .tab-pane .form-submit #submit,
.tab-pane .form-submit .contact-buttons #submit {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .contact-buttons .btn,
  .contact-buttons .added_to_cart,
  .contact-buttons .tab-pane .form-submit #submit,
  .tab-pane .form-submit .contact-buttons #submit {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .contact-buttons .btn,
  .contact-buttons .added_to_cart,
  .contact-buttons .tab-pane .form-submit #submit,
  .tab-pane .form-submit .contact-buttons #submit {
    margin-left: 0 !important;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }
}

.contact-buttons .btn + .btn,
.contact-buttons .added_to_cart + .btn,
.contact-buttons .tab-pane .form-submit #submit + .btn,
.tab-pane .form-submit .contact-buttons #submit + .btn,
.contact-buttons .btn + .added_to_cart,
.contact-buttons .added_to_cart + .added_to_cart,
.contact-buttons .tab-pane .form-submit #submit + .added_to_cart,
.tab-pane .form-submit .contact-buttons #submit + .added_to_cart,
.contact-buttons .tab-pane .form-submit .btn + #submit,
.tab-pane .form-submit .contact-buttons .btn + #submit,
.contact-buttons .tab-pane .form-submit .added_to_cart + #submit,
.tab-pane .form-submit .contact-buttons .added_to_cart + #submit,
.contact-buttons .tab-pane .form-submit #submit + #submit,
.tab-pane .form-submit .contact-buttons #submit + #submit {
  margin-left: 17px;
}

.contact-success {
  margin-top: 30px;
}

/* Comments
---------------------------------------- */

.comments-title {
  margin-top: 70px;
  margin-bottom: 40px;
}

.post-comment-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comment-list {
  margin: 0;
  padding: 0;
}

.comment-list ul {
  margin: 0;
  padding: 0;
}

.comment-list .comment {
  border-bottom: 1px solid #ececec;
  list-style: none;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.comment-list .comment .children {
  border-top: 1px solid #ececec;
  margin-top: 40px;
  padding-top: 40px;
}

.comment-list .comment .children li:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.comment-list .comment header {
  margin-bottom: 15px;
}

.comment-list .comment h1,
.comment-list .comment .date {
  font-size: 14px;
}

.comment-list .comment h1 {
  display: inline-block;
}

.comment-list .comment .date:before {
  content: "/";
  margin: 0 4px;
}

.comment-list .comment .btn,
.comment-list .comment .added_to_cart,
.comment-list .comment .tab-pane .form-submit #submit,
.tab-pane .form-submit .comment-list .comment #submit {
  display: none;
  font-size: 12px;
  text-transform: lowercase;
  margin-left: 20px;
  padding: 3px 17px;
  position: relative;
  top: -2px;
}

.comment-list .comment.depth-2 {
  margin-left: 15%;
}

.comment-list .comment.depth-3 {
  margin-left: 20%;
}

.comment-list .comment.depth-4 {
  margin-left: 25%;
}

@media (max-width: 768px) {
  .comment-list .comment.depth-2,
  .comment-list .comment.depth-3,
  .comment-list .comment.depth-4 {
    margin-left: 20px;
  }
}

.comment-list .comment:hover .btn,
.comment-list .comment:hover .added_to_cart,
.comment-list .comment:hover .tab-pane .form-submit #submit,
.tab-pane .form-submit .comment-list .comment:hover #submit {
  display: inline-block;
}

/* Portfolio
---------------------------------------- */

.filter {
  padding: 0;
  text-align: center;
}

.filter i.fa-filter {
  margin-right: 10px;
  font-size: 16px;
}

.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: alpha(opacity=100);
}

.filter button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

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

.classic.isotope {
  margin-left: -1.3%;
  width: 102.6%;
}

.classic.isotope header {
  overflow: hidden;
  position: relative;
}

.classic.isotope li {
  padding: 0 1.3% 25px 1.3%;
}

.classic.isotope li > h2 {
  margin-top: 14px;
  text-align: center;
  text-transform: none;
}

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

.random.isotope li.width-2 {
  width: 584px;
}

@media (max-width: 1200px) {
  .random.isotope li.width-2 {
    width: 484px;
  }
}

@media (max-width: 992px) {
  .random.isotope li.width-2 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .random.isotope li.width-2 {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .random.isotope li.width-2 {
    width: 100%;
  }
}

.random.isotope li.height-2 {
  height: 448px;
}

@media (min-width: 992px) {
  .random.isotope li.width-2 {
    height: 225px;
    width: 584px;
  }

  .random.isotope li.height-2 {
    height: 450px;
  }

  .random.isotope li {
    height: 225px;
    padding: 15px;
    width: 292px;
  }
}

@media (max-width: 992px) {
  .random.isotope li.height-2 {
    height: 232px;
  }
}

@media (max-width: 480px) {
  .random.isotope li.height-2 {
    height: 232px;
  }
}

/* Portfolio single
---------------------------------------- */

.portfolio-single p {
  margin: 20px 0;
}

.portfolio-single h3 {
  font-size: 18px;
  margin-top: 40px;
}

.portfolio-single .btn:last-child,
.portfolio-single .added_to_cart:last-child,
.portfolio-single .tab-pane .form-submit #submit:last-child,
.tab-pane .form-submit .portfolio-single #submit:last-child {
  margin-top: 23px;
}

.portfolio-single .carousel + .row {
  margin-top: 53px;
}

.portfolio-single .carousel + .row h4 {
  font-size: 15px;
}

.portfolio-single .carousel + .row h4:first-child {
  margin-top: -6px;
}

.portfolio-single .carousel + .row .btn:last-child,
.portfolio-single .carousel + .row .added_to_cart:last-child,
.portfolio-single .carousel + .row .tab-pane .form-submit #submit:last-child,
.tab-pane .form-submit .portfolio-single .carousel + .row #submit:last-child {
  margin-top: 6px;
}

/* 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: .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
---------------------------------------- */

.coming-soon {
  background-size: cover;
  min-height: 100%;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 40px;
  width: 100%;
}

.coming-soon h1,
.coming-soon h2,
.coming-soon h3 {
  text-transform: none;
  padding: 0 20px;
}

.coming-soon h1 {
  font-size: 36px;
}

.coming-soon h2 {
  font-size: 18px;
}

.coming-soon .countdown {
  font-size: 36px;
  list-style: none;
  margin: 40px 0;
  padding: 0;
}

.coming-soon .countdown:before,
.coming-soon .countdown:after {
  content: " ";
  display: table;
}

.coming-soon .countdown:after {
  clear: both;
}

.coming-soon .countdown li {
  display: inline-block;
  margin: 0 80px;
  position: relative;
}

@media (max-width: 992px) {
  .coming-soon .countdown li {
    margin: 0 50px;
  }
}

@media (max-width: 600px) {
  .coming-soon .countdown li {
    margin: 0 20px;
  }
}

@media (max-width: 400px) {
  .coming-soon .countdown li {
    float: left;
    margin: 0;
    padding: 0 20px;
    width: 50%;
  }

  .coming-soon .countdown li:nth-of-type(2n-1):after {
    display: block !important;
  }
}

.coming-soon .countdown li:after {
  background-color: #292929;
  border-radius: 100%;
  content: '';
  height: 9px;
  position: absolute;
  right: -80px;
  top: 24px;
  width: 9px;
}

@media (max-width: 992px) {
  .coming-soon .countdown li:after {
    right: -50px;
  }
}

@media (max-width: 600px) {
  .coming-soon .countdown li:after {
    right: -20px;
  }
}

@media (max-width: 400px) {
  .coming-soon .countdown li:after {
    right: -10px;
    display: none;
  }
}

.coming-soon .countdown li:last-of-type:after {
  display: none;
}

.coming-soon .countdown label {
  color: #292929;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

.coming-soon .contact-form {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 422px;
}

.coming-soon .contact-form .form-group {
  float: left;
  width: 65%;
}

.coming-soon .contact-form .btn,
.coming-soon .contact-form .added_to_cart,
.coming-soon .contact-form .tab-pane .form-submit #submit,
.tab-pane .form-submit .coming-soon .contact-form #submit {
  border-width: 1px;
  margin-left: 5%;
  padding-left: 0;
  padding-right: 0;
  width: 30%;
}

@media (max-width: 300px) {
  .coming-soon .contact-form .form-group,
  .coming-soon .contact-form .btn,
  .coming-soon .contact-form .added_to_cart,
  .coming-soon .contact-form .tab-pane .form-submit #submit,
  .tab-pane .form-submit .coming-soon .contact-form #submit {
    margin-left: 0;
    width: 100%;
  }
}

/* Testimonials
---------------------------------------- */

.testimonials blockquote {
  border: none;
  padding: 0;
}

.testimonials blockquote p {
  font-size: 14px;
  padding: 35px 0 20px 24px;
  position: relative;
}

@media (min-width: 650px) {
  .testimonials blockquote {
    text-align: center;
  }

  .testimonials blockquote p {
    padding: 35px 64px 60px 64px;
  }
}

.testimonials blockquote p:before,
.testimonials blockquote p:after {
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 35px;
}

.testimonials blockquote p:before {
  content: "\f10d";
  left: 0;
}

.testimonials blockquote p:after {
  content: "\f10e";
  display: none;
  right: 0;
}

@media (min-width: 650px) {
  .testimonials blockquote p:before,
  .testimonials blockquote p:after {
    font-size: 18px;
    margin-top: -21px;
    top: 50%;
  }

  .testimonials blockquote p:before {
    left: 24px;
  }

  .testimonials blockquote p:after {
    display: block;
    right: 24px;
  }
}

.testimonials blockquote header {
  position: relative;
}

.testimonials blockquote header:before {
  background-color: #e5e5e5;
  content: "";
  height: 1px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
}

.testimonials blockquote header img {
  border: 1px solid transparent;
  border-radius: 150px;
  position: relative;
  width: 150px;
  z-index: 9;
}

.testimonials blockquote cite {
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
}

@media (min-width: 650px) {
  .testimonials blockquote cite {
    margin-top: 20px;
  }
}

.testimonials-wrap {
  margin: 0 30px;
  position: relative;
}

@media (min-width: 650px) {
  .testimonials-wrap {
    margin: 0 50px;
  }
}

.testimonials-wrap .owlprev,
.testimonials-wrap .owlnext {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 19px;
  outline: none;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonials-wrap .owlprev:hover,
.testimonials-wrap .owlprev:focus,
.testimonials-wrap .owlnext:hover,
.testimonials-wrap .owlnext:focus {
  color: #000;
}

.testimonials-wrap .owlprev:hover .fa,
.testimonials-wrap .owlprev:focus .fa,
.testimonials-wrap .owlnext:hover .fa,
.testimonials-wrap .owlnext:focus .fa {
  opacity: 1;
}

.testimonials-wrap .owlprev {
  left: -50px;
}

.testimonials-wrap .owlnext {
  right: -50px;
}

@media (min-width: 650px) {
  .testimonials-wrap .owlprev {
    left: -70px;
  }

  .testimonials-wrap .owlnext {
    right: -70px;
  }
}

.testimonials.white ~ .owlnext,
.testimonials.white ~ .owlprev {
  color: #fff;
}

/* Elements */

@media (max-width: 992px) {
  body:not(.home) section {
    margin-top: 60px;
  }
}

section .widget-title,
h2.widgettitle {
  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"],
.site-footer .search-field {
  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 li,
section .widget_archive li,
section .widget_categories li,
section .widget_recent_entries li {
  border-bottom: 1px solid #ebebeb;
  list-style: none;
}

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,
.social {
  padding: 0;
}

.socialize svg,
.social svg {
  color: inherit;
  fill: currentColor;
  height: 14px;
  width: 14px;
}

.socialize li,
.social li {
  display: inline-block;
  font-size: 20px;
  list-style: none;
}

.socialize a,
.social a {
  margin: 0 2px;
  padding: 0 10px;
}

.site-footer .social,
.site-footer .socialize {
  margin-left: -12px;
}

/* RSS feed
---------------------------------------- */

.widget_rss {
  padding: 0;
}

.widget_rss .rsswidget {
  display: block;
  text-transform: uppercase;
}

.widget_rss cite,
.widget_rss .rss-date {
  display: block;
  margin: 4px 0;
}

.widget_rss li {
  list-style: none;
}

/* WooCommerce */

/* Shop page
---------------------------------------- */

/* Before loop */

.woocommerce-before-loop:before,
.woocommerce-before-loop:after {
  content: " ";
  display: table;
}

.woocommerce-before-loop:after {
  clear: both;
}

.woocommerce-before-loop .woocommerce-ordering {
  float: right;
  position: relative;
  top: -10px;
}

.woocommerce-before-loop .woocommerce-ordering select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  border: none;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  padding: 14px 20px 14px 0;
}

.woocommerce-before-loop .woocommerce-ordering:after {
  content: "\f078";
  font-family: "FontAwesome";
  margin-top: -9px;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 50%;
}

.woocommerce-before-loop .woocommerce-result-count {
  float: left;
  font-size: 18px;
}

@media (max-width: 420px) {
  .woocommerce-before-loop .woocommerce-ordering,
  .woocommerce-before-loop .woocommerce-result-count {
    float: none;
    width: 100%;
  }

  .woocommerce-before-loop .woocommerce-ordering select,
  .woocommerce-before-loop .woocommerce-result-count select {
    width: 100%;
  }

  .woocommerce-before-loop .woocommerce-result-count {
    margin-bottom: 20px;
  }
}

.select2-drop-active,
.select2-container .select2-choice {
  border-color: #eee !important;
}

.select2-container .select2-choice {
  padding: 14px 19px;
}

.select2-dropdown,
.select2-container--default .select2-selection--single {
  border-color: #eee !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 53px !important;
  padding-left: 19px !important;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 53px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px !important;
}

/* Content product / loop */

ul.products li.product a img {
  box-shadow: none;
}

.products {
  margin: 0 -15px;
  padding: 0;
}

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

.products:after {
  clear: both;
}

.products .product-header {
  display: block;
  position: relative;
}

.products .product-header:hover .btn,
.products .product-header:hover .added_to_cart,
.products .product-header:hover .tab-pane .form-submit #submit,
.tab-pane .form-submit .products .product-header:hover #submit {
  opacity: 1;
}

.products .product-header:hover:after {
  opacity: .7;
}

.products .product-header:after {
  background-color: #e6e6e6;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s;
}

.products .product-header img {
  width: 100%;
}

.products .product-header .add-to-cart-wrapper {
  left: 0;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}

.products .product-header a {
  display: block;
  font-size: 14px;
  margin: 0 auto;
  max-width: 160px;
  opacity: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 80%;
  -webkit-backface-visibility: hidden;
  transition: all 0.1s, margin 0.4s;
}

.products .product-header a.added {
  margin-top: -24px;
  margin-bottom: 7px;
}

.products .product-header a.added + .added_to_cart {
  display: block;
}

.products .product-header a.added_to_cart {
  display: none;
}

.products li {
  list-style: none;
  margin-top: 0 !important;
  margin-bottom: 42px;
  position: relative;
}

.products li h3 {
  font-size: 17px;
  margin: 16px 0 12px 0;
  text-transform: none;
  transition: 0.2s;
}

.onsale {
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  padding: 13px 6px;
  position: absolute;
  right: -5px;
  text-transform: uppercase;
  top: -5px;
  z-index: 1;
}

.price {
  font-size: 16px;
  position: relative;
  top: -4px;
}

.price del {
  color: #a4a4a4;
}

.price ins {
  text-decoration: none;
}

/* Star rating */

.product .star-rating,
.product_list_widget .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1.39em;
  line-height: 1.29em;
  font-size: 1.09em;
  font-family: 'FontAwesome';
}

.product .star-rating:before,
.product_list_widget .star-rating:before {
  content: "\f006\f006\f006\f006\f006";
}

.product .star-rating span,
.product_list_widget .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}

.product .star-rating span:before,
.product_list_widget .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
}

/* Single product page */

.woocommerce .tab-pane,
.woocommerce .nav-tabs {
  max-width: 100%;
}

form .quantity,
#content .quantity {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  float: left;
  margin-top: -1px;
  margin-right: 13px;
  width: 89px;
  position: relative;
  overflow: hidden;
  zoom: 1;
  /* Hide buttons for opera */
}

form .quantity input.qty,
#content .quantity input.qty {
  border: none;
  width: 63px;
  height: 44px;
  float: left;
  font-size: 14px;
  padding: 0 5px 0 0;
  text-align: center;
  border-right: 0;
  -moz-appearance: textfield;
  /* Hide buttons for Firefox 29 and later */
}

form .quantity noindex:-o-prefocus,
form .quantity input[type=number],
#content .quantity noindex:-o-prefocus,
#content .quantity input[type=number] {
  padding-right: 1.2em;
}

form .quantity .plus,
form .quantity .minus,
#content .quantity .plus,
#content .quantity .minus {
  border: none;
  color: #fff;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  vertical-align: text-top;
  width: 26px;
  height: 24px;
  text-decoration: none;
  overflow: visible;
  cursor: pointer;
  line-height: 23px;
  font-size: 14px;
  transition: 0.2s;
}

form .quantity .plus,
#content .quantity .plus {
  top: 0;
  right: 0;
  border-bottom: 0;
}

form .quantity .minus,
#content .quantity .minus {
  bottom: 0;
  right: 0;
}

.product-single-header {
  margin-bottom: 66px;
}

.product-single-header .woocommerce-product-rating {
  margin-bottom: 15px;
}

.product-single-header .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

.product-single-header .product_title {
  font-size: 36px;
  line-height: 1.1em;
  top: -7px;
  position: relative;
  text-transform: none;
}

.product-single-header .variations label {
  font-size: 14px;
  font-weight: 300;
  top: -13px;
  margin-right: 27px;
  position: relative;
  text-transform: uppercase;
}

.product-single-header .variations select {
  margin-bottom: 15px;
}

.product-single-header .single_variation {
  margin: 20px 0;
}

.product-single-header form:before,
.product-single-header form:after {
  content: " ";
  display: table;
}

.product-single-header form:after {
  clear: both;
}

.product-single-header .amount {
  font-size: 24px;
}

.product-single-header .star-rating {
  display: inline-block;
  float: none;
  font-size: 1.19em;
  margin-right: 15px;
  top: 0;
  width: 65px;
}

.product-single-header .woocommerce-review-link {
  font-size: 14px;
  position: relative;
  top: -6px;
}

.product-single-header .price del span {
  font-size: 15px;
}

.product-single-header .onsale {
  left: 10px;
  right: auto;
}

.product-single-header div[itemprop="offers"] {
  margin-top: 24px;
  margin-bottom: 10px;
}

.product-single-header div[itemprop="offers"]:before,
.product-single-header div[itemprop="offers"]:after {
  content: " ";
  display: table;
}

.product-single-header div[itemprop="offers"]:after {
  clear: both;
}

.product-single-header div[itemprop="description"] {
  margin-bottom: 36px;
}

.product-single-header .images .thumbnails {
  margin: 0 -1%;
}

.product-single-header .images .thumbnails:before,
.product-single-header .images .thumbnails:after {
  content: " ";
  display: table;
}

.product-single-header .images .thumbnails:after {
  clear: both;
}

.product-single-header .images .thumbnails a {
  float: left;
  margin: 0 1%;
  width: 31%;
}

.tab-pane {
  /* Form */
}

.tab-pane .commentlist {
  list-style: none;
  padding: 0;
}

.tab-pane .commentlist .comment_container {
  min-height: 60px;
  position: relative;
}

.tab-pane .commentlist .comment-text {
  position: relative;
  padding-left: 90px;
}

.tab-pane .commentlist .comment-head:before,
.tab-pane .commentlist .comment-head:after {
  content: " ";
  display: table;
}

.tab-pane .commentlist .comment-head:after {
  clear: both;
}

.tab-pane .commentlist li {
  border-bottom: 1px solid #ececec;
  padding-bottom: 25px;
}

.tab-pane .commentlist li:before,
.tab-pane .commentlist li:after {
  content: " ";
  display: table;
}

.tab-pane .commentlist li:after {
  clear: both;
}

.tab-pane .commentlist li + li {
  padding-top: 32px;
}

.tab-pane .commentlist .meta {
  float: left;
  font-size: 14px;
}

.tab-pane .commentlist .meta strong {
  font-weight: 300;
  text-transform: uppercase;
}

.tab-pane .commentlist .star-rating {
  clear: right;
  float: left;
  margin-left: 40px;
  margin-top: 4px;
}

.tab-pane .commentlist .description {
  display: inline-block;
}

.tab-pane .commentlist img {
  position: absolute;
  left: 0;
  top: 0;
}

.tab-pane h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: none;
}

.tab-pane .comment-reply-title {
  margin-top: 55px;
  margin-bottom: 25px;
}

.tab-pane .comment-form-author,
.tab-pane .comment-form-email {
  max-width: 380px;
  margin-bottom: 20px;
}

.tab-pane .form-submit #submit {
  display: inline-block;
  margin-top: 30px;
}

.tab-pane p.stars {
  margin: 20px 0 25px 0;
  position: relative;
  font-size: 16px;
}

.tab-pane p.stars a {
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
}

.tab-pane p.stars a:last-child {
  border-right: 0;
}

.tab-pane p.stars a.star-1,
.tab-pane p.stars a.star-2,
.tab-pane p.stars a.star-3,
.tab-pane p.stars a.star-4,
.tab-pane p.stars a.star-5 {
  border-right: 1px solid #ccc;
}

.tab-pane p.stars a.star-1:after,
.tab-pane p.stars a.star-2:after,
.tab-pane p.stars a.star-3:after,
.tab-pane p.stars a.star-4:after,
.tab-pane p.stars a.star-5:after {
  font-family: "FontAwesome";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.tab-pane p.stars a.star-1 {
  width: 2em;
}

.tab-pane p.stars a.star-1:after {
  content: "\f006";
}

.tab-pane p.stars a.star-1:hover:after,
.tab-pane p.stars a.star-1.active:after {
  content: "\f005";
}

.tab-pane p.stars a.star-2 {
  width: 3em;
}

.tab-pane p.stars a.star-2:after {
  content: "\f006\f006";
}

.tab-pane p.stars a.star-2:hover:after,
.tab-pane p.stars a.star-2.active:after {
  content: "\f005\f005";
}

.tab-pane p.stars a.star-3 {
  width: 4em;
}

.tab-pane p.stars a.star-3:after {
  content: "\f006\f006\f006";
}

.tab-pane p.stars a.star-3:hover:after,
.tab-pane p.stars a.star-3.active:after {
  content: "\f005\f005\f005";
}

.tab-pane p.stars a.star-4 {
  width: 5em;
}

.tab-pane p.stars a.star-4:after {
  content: "\f006\f006\f006\f006";
}

.tab-pane p.stars a.star-4:hover:after,
.tab-pane p.stars a.star-4.active:after {
  content: "\f005\f005\f005\f005";
}

.tab-pane p.stars a.star-5 {
  width: 6em;
  border: 0;
}

.tab-pane p.stars a.star-5:after {
  content: "\f006\f006\f006\f006\f006";
}

.tab-pane p.stars a.star-5:hover:after,
.tab-pane p.stars a.star-5.active:after {
  content: "\f005\f005\f005\f005\f005";
}

.product_meta {
  font-size: 14px;
  margin-top: 31px;
}

.product_meta > span {
  display: block;
}

.product_meta > span + span {
  margin-top: 3px;
}

.btn.single_add_to_cart_button,
button.single_add_to_cart_button,
.single_add_to_cart_button.added_to_cart,
.tab-pane .form-submit .single_add_to_cart_button#submit {
  padding: 11px 25px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* WooCommerce */

.tab-content h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}

/* Related products */

.related h2,
.upsells h2 {
  font-size: 19px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.upsells + .related h2 {
  margin-top: 10px;
}

/* =Widgets
-------------------------------------------------------------- */

/* Price Filter Widget */

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

.widget_price_filter:after {
  clear: both;
}

.widget_price_filter .price_slider {
  margin-top: 35px;
  margin-bottom: 19px;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}

.widget_price_filter .price_slider_amount .button {
  border: none;
}

.widget_price_filter .price_slider_amount .button:hover {
  color: #fff;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
  line-height: inherit;
  transition: 0.2s;
}

.widget_price_filter .price_label {
  float: right;
}

.widget_price_filter .price_slider_amount .button,
.widget_price_filter .price_label {
  background-color: #ececec;
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 13px;
}

.widget_price_filter .ui-slider {
  max-width: 100%;
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  border: none;
  background-color: #d2d2d2;
  cursor: ew-resize;
  margin-left: -1px;
  position: absolute;
  z-index: 2;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  outline: none;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .2s box-shadow;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider-handle.ui-state-active {
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -18px;
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
}

.widget_price_filter .ui-slider-horizontal {
  height: 7px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/* Products List Widgets */

.product_list_widget li {
  padding-left: 54px;
}

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

.product_list_widget li:after {
  clear: both;
}

.widget-product-img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.product_list_widget li > img,
.product_list_widget li > a img {
  height: auto;
  width: 40px;
}

.product_list_widget .product-title {
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  top: -3px;
  position: relative;
  text-transform: none;
}

.product_list_widget .widget-product-price {
  line-height: 1em;
  margin-bottom: 6px;
}

.product_list_widget .star-rating {
  float: none !important;
}

.product_list_widget li .widget-rating {
  margin-top: 3px;
}

.product_list_widget li + li {
  margin-top: 30px;
}

.product_list_widget dl {
  margin-bottom: 0;
}

.product_list_widget dl * {
  display: inline;
}

.widget_shopping_cart .btn {
  font-size: 12px;
  padding: 7px 12px;
}

.widget-price {
  font-size: 14px;
}

.widget-price del {
  color: #A4A4A4;
  font-size: 12px;
}

.widget-price ins {
  text-decoration: none;
}

.site-wrapper .product-categories {
  padding: 0;
}

.site-wrapper .product-categories li {
  list-style: none;
}

.widget_rating_filter li,
.widget_layered_nav li,
.product-categories a {
  border-bottom: 1px solid #ebebeb;
  color: #848484;
  display: block;
  padding: 9px 0;
}

.product-categories a {
  padding-right: 30px;
}

.widget_rating_filter .star-rating {
  color: inherit;
}

.site-wrapper .product-categories .children a {
  padding-left: 20px;
}

.cart_list + .total {
  font-size: 15px;
  margin-top: 19px;
  margin-bottom: 20px;
}

.cart_list + .total strong {
  font-weight: 300;
}

.widget_shopping_cart li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 15px;
}

.widget_shopping_cart li + li {
  margin-top: 15px;
}

.widget_shopping_cart h4 {
  margin-bottom: 4px;
}

/* =Cart page
-------------------------------------------------------------- */

.shop_table.table {
  width: 100%;
}

.shop_table.table thead th {
  background-color: #F8F8F8;
}

.shop_table.table .product-remove {
  position: relative;
}

.shop_table.table .product-remove a {
  font-size: 20px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
}

.shop_table.table tfoot th,
.shop_table.table tfoot td {
  border: none;
  font-size: 14px;
  padding: 12px 25px;
}

@media (max-width: 670px) {
  .shop_table.table .product-thumbnail {
    display: none;
  }
}

@media (max-width: 570px) {
  .shop_table.table .product-price {
    display: none;
  }
}

@media (max-width: 470px) {
  .shop_table.table .product-quantity {
    display: none;
  }
}

.payment_methods {
  background-color: #F8F8F8;
  padding: 25px 30px;
}

.payment_methods li {
  list-style: none;
}

.woocommerce-checkout #rememberme {
  margin-left: 15px;
}

.woocommerce-checkout .woocommerce-form-login {
  padding: 20px 0;
}

.form-row-first,
.form-row-last {
  float: left;
  width: 48%;
}

.form-row-first {
  margin-right: 2%;
}

.form-row-last {
  margin-left: 2%;
}

form label {
  cursor: pointer;
  margin-bottom: 8px;
  margin-top: 15px;
}

.checkout .create-account .checkbox {
  display: inline-block;
  position: relative;
  top: -2px;
}

#order_review_heading {
  font-size: 19px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.place-order {
  margin-top: 30px;
  text-align: right;
}

#ship-to-different-address {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 6px;
  text-transform: lowercase;
}

#ship-to-different-address label {
  font-weight: 300;
  margin-right: 20px;
}

#ship-to-different-address input {
  position: relative;
  top: 1px;
}

/* Thank you page */

.thankyou-details {
  border: 1px solid #ebebeb;
  border-style: none none solid none;
  padding: 0;
  text-transform: uppercase;
}

.thankyou-details:before,
.thankyou-details:after {
  content: " ";
  display: table;
}

.thankyou-details:after {
  clear: both;
}

.thankyou-details strong {
  font-weight: 300;
}

.thankyou-details li {
  float: left;
  list-style: none;
  text-align: left;
}

.thankyou-details li:after {
  content: "/";
  padding: 0 10px;
}

.thankyou-details li.method:after {
  content: "";
}

.thankyou-details + .clear + p {
  margin-bottom: 40px;
}

.thankyou-text {
  margin: 35px 0 40px 0;
}

.thankyou-text p {
  background-color: #F8F8F8;
  margin: 0 0 1px 0;
  padding: 20px 30px;
}

.thankyou-text h2 {
  display: none;
}

.thankyou-text ul {
  margin: 0;
  padding: 0;
}

.thankyou-text ul li {
  border: 1px solid #fff;
  border-style: none solid none none;
  list-style: none;
  float: left;
  padding: 20px 20px;
}

.thankyou-text ul li strong {
  display: block;
  font-weight: 300;
}

/* Order review */

#order_review,
.order_details,
.my_account_orders {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
}

#order_review th,
#order_review td,
.order_details th,
.order_details td,
.my_account_orders th,
.my_account_orders td {
  border-bottom: 1px solid #f8f8f8;
  padding: 15px 0 15px 16px;
}

#order_review tfoot tr,
.order_details tfoot tr,
.my_account_orders tfoot tr {
  border-bottom: 1px solid #fff;
}

@media (max-width: 992px) {
  #order_review .product-name,
  .order_details .product-name,
  .my_account_orders .product-name {
    width: 50%;
  }
}

.order_details.bacs_details {
  background-color: #F8F8F8;
  padding: 0;
}

.order_details.bacs_details h3 {
  background-color: #fff;
  margin: 0;
  padding-bottom: 20px;
  text-transform: none;
}

ul.order_details {
  margin-left: 0;
  padding-left: 0;
}

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

ul.order_details:after {
  clear: both;
}

ul.order_details li {
  list-style: none;
  float: left;
}

ul.order_details li:after {
  content: '/';
  margin: 0 11px 0 7px;
}

ul.order_details li:last-child::after {
  display: none;
}

.order_details h3 {
  margin: 40px 0 20px 0;
}

.return-shopping .btn,
.return-shopping .added_to_cart,
.return-shopping .tab-pane .form-submit #submit,
.tab-pane .form-submit .return-shopping #submit {
  float: right;
}

/* Cart page */

.table td.actions {
  padding: 0;
}

td.actions .coupon h2 {
  font-size: 19px;
  margin: 15px 0 15px 0;
  text-transform: none;
}

.table td.actions .coupon .btn,
.table td.actions .coupon .added_to_cart,
.table td.actions .coupon .tab-pane .form-submit #submit,
.tab-pane .form-submit .table td.actions .coupon #submit {
  height: 47px;
  width: 100%;
}

.shipping ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shipping-calculator-form {
  margin: 0;
}

.woocommerce-shipping-calculator {
  margin-top: 30px;
  max-width: 847px;
}

@media (min-width: 992px) {
  .woocommerce-shipping-calculator {
    margin-top: 20px;
  }
}

.woocommerce-shipping-calculator .button {
  margin-top: 10px;
}

.shipping-calculator-button {
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 15px;
}

.cart-sidebar {
  background-color: #F8F8F8;
  padding: 20px;
}

.cart-sidebar h2 {
  font-size: 20px;
  margin: 0;
  text-transform: none;
}

.cart-sidebar .btn,
.cart-sidebar .added_to_cart,
.cart-sidebar .tab-pane .form-submit #submit,
.tab-pane .form-submit .cart-sidebar #submit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.cart-sidebar .btn + .btn,
.cart-sidebar .added_to_cart + .btn,
.cart-sidebar .tab-pane .form-submit #submit + .btn,
.tab-pane .form-submit .cart-sidebar #submit + .btn,
.cart-sidebar .btn + .added_to_cart,
.cart-sidebar .added_to_cart + .added_to_cart,
.cart-sidebar .tab-pane .form-submit #submit + .added_to_cart,
.tab-pane .form-submit .cart-sidebar #submit + .added_to_cart,
.cart-sidebar .tab-pane .form-submit .btn + #submit,
.tab-pane .form-submit .cart-sidebar .btn + #submit,
.cart-sidebar .tab-pane .form-submit .added_to_cart + #submit,
.tab-pane .form-submit .cart-sidebar .added_to_cart + #submit,
.cart-sidebar .tab-pane .form-submit #submit + #submit,
.tab-pane .form-submit .cart-sidebar #submit + #submit {
  margin-top: 12px;
}

.cart-sidebar table {
  margin-top: 15px;
  margin-bottom: 20px;
  width: 100%;
}

.cart-sidebar table td,
.cart-sidebar table th {
  padding: 5px 0;
}

.cart-sidebar table td {
  text-align: right;
}

.cart-sidebar .continue-shopping {
  display: block;
  margin-top: 20px;
  text-align: center;
}

[name="save_account_details"],
[name="save_address"] {
  margin-top: 20px;
}

/* Login page */

#customer_login h2 {
  font-size: 18px;
  margin: 0 0 20px 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;
  }
}

@media (min-width: 450px) {
  .login-row {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }

  .login-row label {
    font-weight: normal;
    margin: 0;
    margin-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-6.col-md-4 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #customer_login > div + div {
    margin-top: 40px;
  }
}

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

.woocommerce-password-strength {
  margin-top: 15px;
}

.woocommerce-password-strength.good,
.woocommerce-password-strength.strong {
  display: none !important;
}

.menu .current_page_item > a {
  cursor: default;
}

mark {
  color: #fff;
  padding: 3px 7px;
}

.order-info {
  font-size: 21px;
}

/* Recent Portfolio & portfolio*/

ul.recentportfolio {
  margin: 0;
  padding: 0;
}

ul.recentportfolio li.item.item-type-line,
ul.portfolio li.item.item-type-line {
  float: left;
  list-style: none;
  position: relative;
  width: 20%;
  padding: 0;
  margin: 0;
}

.item-info h2,
.item-hover:hover h2,
.item-info .fa,
.item-hover:hover .fa {
  color: #fff;
}

.item-hover .fa {
  font-size: 17px;
  transition: all 300ms ease-out;
}

.item-type-line {
  z-index: 10;
  color: #ffffff;
  position: relative;
}

.item-type-line .item-hover,
li.isotope-item .item-hover {
  z-index: 100;
  transition: all 300ms ease-out;
  opacity: 0;
}

ul.random li.isotope-item article {
  position: relative;
}

ul.random li.isotope-item .item-hover {
  display: table;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 300ms ease-out 0s;
  width: 100%;
  z-index: 100;
}

ul.random li.isotope-item .item-hover:hover {
  opacity: 1;
}

ul li.isotope-item .item-hover .item-info {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

img.attachment-portfolio-random-width-2-height-1 {
  max-width: 630px;
  margin-left: -50%;
}

@media (min-width: 975px) and (max-width: 1183px) {
  ul.isotope.random .item-img img.attachment-post-thumb {
    max-width: 300px;
  }

  ul.isotope.random .item-img img.attachment-portfolio-random-width-2-height-2 {
    max-width: 630px;
  }

  ul.isotope.random .item-img img.attachment-portfolio-random-width-2-height-1 {
    max-width: 630px;
  }
}

@media (max-width: 974px) {
  ul.isotope.random .item-img img.attachment-post-thumb {
    max-width: 400px;
  }

  ul.isotope.random .item-img img.attachment-portfolio-random-width-2-height-2 {
    max-width: 625px;
  }

  ul.isotope.random .item-img img.attachment-portfolio-random-width-2-height-1 {
    max-width: 625px;
  }
}

.item-type-line .item-hover:hover,
li.isotope-item .item-hover:hover {
  opacity: 1;
}

.line {
  height: 1px;
  margin: 15px auto;
  width: 0%;
}

.item-type-line .item-hover:hover .line,
li.isotope-item .item-hover:hover .line {
  width: 40%;
  background: #fff;
  transition: all 500ms ease-out;
}

.item-hover div.item-info {
  z-index: 1000;
  position: relative;
}

.item-type-line .item-hover .mask,
li.isotope-item .item-hover .mask {
  position: absolute;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100.2%;
  z-index: 0;
  top: 0;
}

ul.recentportfolio div.item-img img,
ul.portfolio div.item-img img {
  width: 100%;
  height: auto;
}

ul.portfolio.classic li.isotope-item {
  padding: 0 1% 25px;
}

@media (max-width: 370px) {
  ul.portfolio.classic li.isotope-item {
    padding: 0 2px 25px;
  }
}

@media (max-width: 600px) {
  .filter {
    line-height: 15px;
    padding: 25px 0 20px;
    text-align: center;
  }
}

ul.portfolio.isotope.classic li.isotope-item div.relative div.item-img {
  width: 100%;
  height: auto;
}

/* Recent blog*/

ul.recentblog {
  margin: 0;
  padding: 0;
}

ul.recentblog li.item.item-type-line {
  float: left;
  list-style: none;
  position: relative;
  width: 20%;
  padding: 0;
  margin: 0;
}

.recentblog h2 {
  font-size: 19px;
}

.post-hover:hover h2,
.post-hover:hover .fa {
  color: #fff;
}

.post-hover .fa {
  font-size: 22px;
  transition: all 300ms ease-out;
}

article.recentblog {
  position: relative;
}

.recentblog a.post-hover {
  z-index: 100;
  transition: all 300ms ease-out;
  opacity: 0;
}

.recentblog a.post-hover {
  display: table;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 300ms ease-out 0s;
  width: 100%;
  z-index: 100;
}

/*added in ver 2.0.4*/

.recentblog a.post-hover {
  bottom: 0;
  display: block;
  top: 0;
}

.recentblog a.post-hover:hover {
  opacity: 1;
}

.recentblog a.post-hover .item-info {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

/*added in ver 2.0.4*/

.recentblog a.post-hover .item-info {
  display: table;
  height: 100%;
}

.recentblog a.post-hover .item-info .fa-search {
  display: table-cell;
  vertical-align: middle;
}

article.recentblog a.post-hover:hover {
  opacity: 1;
}

article.recentblog a.post-hover:hover .line {
  width: 40%;
  background: #fff;
  transition: all 500ms ease-out;
}

a.post-hover div.item-info {
  z-index: 1000;
  position: relative;
}

article.recentblog .post-hover .mask {
  position: absolute;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100.2%;
  z-index: 0;
  top: 0;
}

.recentblog div.item-img img {
  width: 100%;
  height: auto;
}

.recentblog div.relative div.item-img {
  width: 100%;
  height: auto;
}

article.recentblog header {
  position: relative;
}

@media (max-width: 960px) {
  .line {
    margin: 10px auto;
  }

  .item-info h2,
  .item-hover:hover h2,
  .item-info .fa,
  .item-hover:hover .fa {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  ul.recentportfolio li.item.item-type-line,
  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.recentportfolio li.item.item-type-line {
  float: left;
  list-style: none;
  position: relative;
  width: 20%;
  padding: 0;
  margin: 0;
  display: table;
}

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

.item-info h2,
.item-hover:hover h2,
.item-info .fa,
.item-hover:hover .fa {
  color: #fff;
}

.item-hover .fa {
  font-size: 22px;
  transition: all 300ms ease-out;
}

ul.recentportfolio li.item.item-type-line .item-hover,
ul.portfolio li.isotope-item .item-hover {
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  bottom: 0;
}

li.isotope-item article.inner {
  display: block;
  height: 100%;
}

section.no-margin ul.isotope.random {
  margin: 0 auto !important;
  max-width: 90%;
}

.item-type-line {
  z-index: 10;
  color: #ffffff;
  position: relative;
}

.item-type-line .item-hover {
  z-index: 100;
  transition: all 300ms ease-out;
  opacity: 0;
}

.item-type-line .item-hover:hover,
.isotope-item .item-hover {
  opacity: 1;
}

.line {
  height: 1px;
  margin: 15px auto;
  width: 0%;
}

.item-type-line .item-hover:hover .line {
  width: 40%;
  background: #fff;
  transition: all 500ms ease-out;
}

.item-hover div.item-info {
  display: table;
  position: relative;
  vertical-align: middle;
  z-index: 1000;
  height: 100%;
  width: 100%;
}

.headline {
  display: table-cell;
  vertical-align: middle;
}

.item-type-line .item-hover .mask {
  position: absolute;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  height: 100%;
  min-height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  bottom: 0;
}

.item-type-line .item-hover .mask {
  background-color: #000;
  border: medium none;
  bottom: 0 !important;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  min-height: 100.14%;
}

.owly .item-type-line .item-hover .mask {
  min-height: 100%;
}

ul.recentportfolio div.item-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 960px) {
  .line {
    margin: 10px auto;
  }

  .item-info h2,
  .item-hover:hover h2,
  .item-info .fa,
  .item-hover:hover .fa {
    font-size: 13px;
  }

  ul.isotope.random .item-info h2,
  ul.isotope.random .item-hover:hover h2,
  ul.isotope.random .item-info .fa,
  ul.isotope.random .item-hover:hover .fa {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  ul.recentportfolio li.item.item-type-line,
  ul.portfolio li.isotope-item {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 50%;
  }
}

.posts img,
ul.recentportfolio div.item-img img,
ul.portfolio div.item-img img {
  height: auto;
}

.recent-posts article.recentblog {
  margin-top: 30px !important;
}

.recent-posts img {
  width: 100%;
}

.item-img {
  overflow: hidden;
}

li.item img,
li.isotope-item img,
.recentblog .item-img img {
  transition: all 0.3s ease-in-out 0s;
}

li.item:not(.portfolio-modern):hover img,
li.isotope-item:not(.portfolio-modern):hover img,
.recentblog header:hover .item-img img {
  -ms-transform: scale(1.1, 1.1) !important;
  transform: scale(1.1, 1.1) !important;
}

div.ls-inner div.ls-slide.ls-animating img.ls-bg.ls-preloaded {
  display: block;
  height: auto !important;
  margin-top: 0;
}

li.isotope-item .relative {
  width: 100.2%;
}

@media (min-width: 600px) {
  ul.filter {
    margin: 55px;
  }
}

div.wpb_single_image.wpb_content_element.vc_align_center {
  margin-bottom: 0px !important;
}

/*extra padding for smooth scroll*/

body.home section h4.heading {
  padding-top: 80px !important;
  margin-top: -80px !important;
}

body.home section #portfolio h4.heading {
  padding-top: 120px !important;
}

/*
scrolling to top on mouse click*/

.scrollup {
  z-index: 11000;
  background: #ccc;
  display: none;
}

/*.scrollup a {
  display: none; }*/
.scrollup a {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #939598;
    bottom: 80px;
    color: #939598;
    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;
}

@media (max-width:812px) {
    .scrollup a {
        width: 30px;
        right: 15px;
    }

}

.scrollup a:hover,
.scrollup a:focus,
.scrollup a:active {
  outline: none;
}

@keyframes moveit {
  0% {
    bottom: 40px;
  }

  50% {
    bottom: 45px;
  }

  50% {
    bottom: 45px;
  }

  100% {
    bottom: 50px;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    bottom: 53px;
  }

  40% {
    bottom: 48px;
  }

  60% {
    bottom: 43px;
  }
}

/*images fix*/

.wpb_single_image img {
  border-radius: 2px;
}

/* Single image padding fix */

body.page .wpb_single_image.wpb_content_element {
  margin-bottom: 23px;
}

/*Contact Form*/

.contactpage {
  margin-bottom: 80px;
  margin-top: 70px;
}

.contactpage p {
  padding-top: 0;
}

.wpcf7-form p {
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
}

.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 39px;
  margin-bottom: 15px;
  padding: 7px 19px;
  width: 100%;
}

.wpcf7-form textarea {
  min-height: 157px;
  padding-top: 10px;
}

.wpcf7-submit {
  -moz-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;
}

.norightpadding {
  padding-right: 0;
}

.noleftpadding {
  padding-left: 0;
}

@media (max-width: 767px) {
  .wpcf7-form .col-sm-7 {
    padding-left: 0;
  }

  .wpcf7-form .col-sm-5 {
    padding-right: 0;
  }
}

.wpcf7-submit:hover {
  background: #000;
}

div.contactpage div.image img {
  width: 100%;
  height: auto;
}

.textwidget form select {
  max-width: 100%;
}

/*portfolio gallery*/

.portfolio-single .gallery .item {
  margin-bottom: 20px;
}

/*slider buttons fix */

.rev_slider_wrapper a.btn.style-3 {
  padding: 9px 17px;
}

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

.post.style-3 .post-content {
  border-top: 1px solid #ececec;
  padding-top: 14px;
}

/*contact form 7 fix*/

.site-wrapper div.wpcf7-validation-errors,
.site-wrapper div.wpcf7-response-output {
  position: relative;
  clear: both;
  float: left;
  margin: 0;
  margin-top: 20px;
  width: calc(100% - 15px);
}

form.wpcf7-form .col-sm-7.norightpadding {
  margin-bottom: 20px;
}

form.wpcf7-form input.wpcf7-not-valid,
form.wpcf7-form textarea.wpcf7-not-valid {
  border: 1px solid #d82e21;
}

span.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-not-valid-tip {
  background-color: #fff;
  color: #f00;
  display: block;
  font-size: 1em;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  top: 8px;
}

textarea + span.wpcf7-not-valid-tip {
  top: 19px;
}

/*responsive fixes*/

@media (max-width: 1199px) {
  .col-md-9 .col-md-6 .vc_empty_space,
  div.col-md-9 div.row div.col-md-6 div.vc_empty_space {
    height: 3px !important;
  }
}

@media (max-width: 992px) {
  .col-md-4 .col-md-6,
  .col-md-9 .col-md-6,
  .col-md-3 {
    width: 50%;
    float: left;
  }

  .col-md-4 .col-md-6 + .col-md-6,
  .col-md-9 .col-md-6 + .col-md-6,
  .col-md-3 + .col-md-3 {
    margin-top: 0;
  }

  .col-2-5 {
    width: 20%;
    padding-left: 0;
    padding-right: 10px;
  }

  .col-9-5 {
    width: 80%;
  }

  .col-2-5 + .col-9-5:after {
    content: "";
    display: block;
    clear: both;
  }

  .col-md-8 + .col-md-4 {
    clear: both;
  }
}

@media (max-width: 767px) {
  .col-2-5 {
    width: 40%;
  }

  .col-9-5 {
    width: 60%;
  }
}

@media (max-width: 600px) {
  .col-md-9 .col-md-6 {
    width: 100%;
    float: none;
  }

  .col-2-5 {
    width: 50%;
  }

  .col-9-5 {
    width: 50%;
  }
}

.moveup {
  margin-top: -100px;
}

.container {
  position: relative;
}

@media (max-width: 992px) {
  .header-wrap > .container {
    position: static;
  }
}

/*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*/

.video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.video-wrapper {
  height: 0;
  padding-bottom: 56.2%;
  position: relative;
  z-index: 9;
}

/*VC fixes*/

.widget_recent_comments #recentcomments,
.widget_nav_menu #menu-side-menu,
.vc_wp_meta .widget_meta > ul,
.vc_wp_pages .widget_pages > ul,
.vc_wp_archives .widget_archive > ul,
.vc_wp_categories .widget_categories > ul,
.widget_recent_entries > ul {
  padding-left: 0;
}

.vc_wp_custommenu .widget_nav_menu #menu-side-menu > li,
.vc_wp_meta .widget_meta > ul > li,
.vc_wp_pages .widget_pages > ul > li,
.vc_wp_archives .widget_archive > ul > li,
.vc_wp_categories .widget_categories > ul > li,
.widget_recent_entries > ul > li {
  border-bottom: 1px solid #ebebeb;
  list-style: outside none none;
  padding: 9px 0;
}

.sidebar .vc_wp_custommenu .widget_nav_menu #menu-side-menu > li,
.sidebar .vc_wp_meta .widget_meta > ul > li,
.sidebar .vc_wp_pages .widget_pages > ul > li,
.sidebar .vc_wp_archives .widget_archive > ul > li,
.sidebar .vc_wp_categories .widget_categories > ul > li,
.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;
  }
}


.site-wrap {
  background-color: #fff;
  position: relative;
  z-index: 999;
}

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

@media (max-width: 767px) {
  .position-top-over {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .position-top-over {
    float: left;
    margin-top: -120px;
  }
}

.copyright-footer *:last-child {
  margin-bottom: 0;
}

/*
# 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: .3s all; }

.site-header:not(.site-header-vertical-menu).site-header-sticky-active .site-logo img {
  transition: .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: .2s color;
  }

  .site-search-toggle button {
    background: none;
    border: none;
    padding: 0 10px;
  }
  .site-navigation,
  .site-search-toggle {
    display: inline-block;
  }

  .menu-item-desc {
    color: #a9a9a9;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    max-width: 150px;
    padding: 10px;
  }

  .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%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .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 .menu-item-has-children:hover > .sub-menu {
    display: block;
  }

  .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: .2s background-color, .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: .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 */

.site-navigation-transparent {
  position: absolute;
}

/* Mobile */

@media (max-width: 991px) {
  .site-navigation {
    background-color: #0f0f0f;
    color: #fff;
    display: none;
    left: 50%;
    overflow: auto;
    padding: 30px;
    position: absolute;
    -ms-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;
  }

  .menu-item-desc {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    opacity: .7;
    text-transform: uppercase;
  }

  .site-navigation-opened {
    display: block;
  }

  .navbar-toggle,
  .site-search-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-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: .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;
  }
}

/*
# 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%;
  -ms-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%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 31px;
}

/* Styles */

/*
# Site Header Style Normal - DR CUSTOM - THIS ONE IS ACTIVE
*/

.site-header-style-normal .nav-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: 74px;
  max-height: 74px;
  position: relative;
  transition: .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%;
  }
}


/* Positions */

/*
# Site Header Position Bottom
*/

.site-header-position-bottom.site-header-style-transparent {
  position: relative;
  top: -74px;
}

@media (min-width: 992px) {
  .site-header-position-bottom.site-header-style-transparent {
    top: -112px;
  }
}

/* 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 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 (min-width: 601px) {
  .admin-bar .site-header-sticky-active .nav-wrap {
    top: 46px;
  }
}

@media (min-width: 783px) {
  .admin-bar .site-header-sticky-active .nav-wrap {
    top: 32px;
  }
}

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

@media (max-width: 991px) and (min-width: 601px) {
  .admin-bar .site-header-sticky-active.site-header-style-full-width {
    top: 46px;
  }
}

@media (max-width: 991px) and (min-width: 783px) {
  .admin-bar .site-header-sticky-active.site-header-style-full-width {
    top: 32px;
  }
}

@media (min-width: 992px) {
  .site-header-sticky-active .header-wrap {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 601px) {
  .admin-bar .site-header-sticky-active .header-wrap {
    top: 46px;
  }
}

@media (min-width: 992px) and (min-width: 783px) {
  .admin-bar .site-header-sticky-active .header-wrap {
    top: 32px;
  }
}

@media (min-width: 992px) {
  .site-header-style-boxed.site-header-sticky-active .header-wrap {
    background: none;
  }
}


/*
# Site Search
*/

/* Search element */

.site-search {
  height: 0;
  position: relative;
  transition: .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;
  -moz-appearance: none;
  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%;
  -ms-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 .social,
.top-bar .socialize,
.top-bar .widget-title {
  line-height: 1.4em;
}

.top-bar .social,
.top-bar .socialize,
.top-bar .widget-title .fa {
  font-size: 15px;
}

.top-bar .social,
.top-bar .socialize {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-bar .social li,
.top-bar .socialize li {
  display: inline-block;
  font-size: inherit;
}

.top-bar .social li:first-child a,
.top-bar .socialize li:first-child a {
  margin-left: 0;
  padding-left: 0;
}

.top-bar .social li:last-child a,
.top-bar .socialize li:last-child a {
  margin-right: 0;
  padding-right: 0;
}

.top-bar .social a,
.top-bar .socialize a {
  display: inline-block;
  margin: 0 2px;
  padding: 0 10px;
}

.top-bar-hide .container,
.top-bar-show .container {
  transition: .4s height;
}

.top-bar-close {
  background: none;
  border: none;
  bottom: 0;
  left: 50%;
  padding: 7px 20px;
  position: absolute;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: .4s 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 {
  -ms-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;
}

/*
# 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: 1;
    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%;
    -ms-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 */

body.header-spacing-off .page-heading {
  margin-bottom: 0;
}

body.header-spacing-off:not(.home) .site-header ~ .container {
  margin-top: 0;
}

body.footer-spacing-off .site-footer {
  margin-top: 0;
}

body.footer-spacing-off section.container .vc_row:last-child {
  margin-bottom: 0;
}




.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;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  z-index: 1;
}

.site-search-minimal__input {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  padding: 6px 10px !important;
}

.site-search-minimal__form {
  background-color: #fff;
  border-radius: inherit;
  padding: 7px 8px;
  position: relative;
  z-index: 2;
}