@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
/** 1.1.2.	Icon Fonts **/
@import url("../sass/components/Vendor/font-awesome/font-awesome.min.css");
@import url("../sass/components/Vendor/font-texgyreadventor/font-texgyreadventor.css");
@import url("../sass/components/Vendor/font-texgyreadventor-bold/font-texgyreadventor-bold.css");
@import url("../sass/components/Vendor/font-nexalight/style-font.css");
@import url("../sass/components/Vendor/font-nexabold/style.css");

/** 1.1.3. Vendor library **/
/* EX: @import url('components/Vendor/owlcarousel/owlcarousel.css'); */
/** 1.2. Bootstrap **/
/*!important
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  .navbar {
    display: none;
  }

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

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

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

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

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

* {
  box-sizing: border-box;
}

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

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

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

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

a {
  color: #ba933e;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #81662b;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #888888;
}

.text-primary {
  color: #ba933e;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #ba933e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

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

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

.initialism {
  font-size: 90%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container:after {
  clear: both;
}

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

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

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

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

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

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

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

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

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

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
  height: 30px;
  line-height: 30px;
}

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

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

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

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

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

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

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
  height: 46px;
  line-height: 46px;
}

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

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.ordering span.btn:focus:hover,
.btn.active.focus,
.ordering span.btn.focus:hover {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active,
.ordering span.btn:hover {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.ordering span.btn-default:hover,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.ordering span.btn-default:hover,
.btn-default.active:focus,
.ordering span.btn-default:focus:hover,
.btn-default.active.focus,
.ordering span.btn-default.focus:hover,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.ordering span.btn-default:hover,
.open>.btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #ba933e;
  border-color: #a78438;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #947531;
  border-color: #473818;
}

.btn-primary:hover {
  color: #fff;
  background-color: #947531;
  border-color: #796028;
}

.btn-primary:active,
.btn-primary.active,
.ordering span.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #947531;
  border-color: #796028;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.ordering span.btn-primary:hover,
.btn-primary.active:focus,
.ordering span.btn-primary:focus:hover,
.btn-primary.active.focus,
.ordering span.btn-primary.focus:hover,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #796028;
  border-color: #473818;
}

.btn-primary:active,
.btn-primary.active,
.ordering span.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #ba933e;
  border-color: #a78438;
}

.btn-primary .badge {
  color: #ba933e;
  background-color: #fff;
}

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

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.ordering span.btn-success:hover,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.ordering span.btn-success:hover,
.btn-success.active:focus,
.ordering span.btn-success:focus:hover,
.btn-success.active.focus,
.ordering span.btn-success.focus:hover,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.ordering span.btn-success:hover,
.open>.btn-success.dropdown-toggle {
  background-image: none;
}

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

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

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

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.ordering span.btn-info:hover,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.ordering span.btn-info:hover,
.btn-info.active:focus,
.ordering span.btn-info:focus:hover,
.btn-info.active.focus,
.ordering span.btn-info.focus:hover,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.ordering span.btn-info:hover,
.open>.btn-info.dropdown-toggle {
  background-image: none;
}

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

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

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

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.ordering span.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.ordering span.btn-warning:hover,
.btn-warning.active:focus,
.ordering span.btn-warning:focus:hover,
.btn-warning.active.focus,
.ordering span.btn-warning.focus:hover,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.ordering span.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

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

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

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

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.ordering span.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.ordering span.btn-danger:hover,
.btn-danger.active:focus,
.ordering span.btn-danger:focus:hover,
.btn-danger.active.focus,
.ordering span.btn-danger.focus:hover,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.ordering span.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
  background-image: none;
}

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

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

.btn-link {
  color: #ba933e;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.ordering span.btn-link:hover,
.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: #81662b;
  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: #888888;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-block {
  display: block;
  width: 100%;
}

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

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.ordering .dropdown-menu>span:hover>a,
.dropdown-menu>.active>a:hover,
.ordering .dropdown-menu>span:hover>a:hover,
.dropdown-menu>.active>a:focus,
.ordering .dropdown-menu>span:hover>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ba933e;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #888888;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #888888;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.ordering .btn-group>span.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active,
.ordering .btn-group-vertical>span.btn:hover {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.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: #888888;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #888888;
  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: #ba933e;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

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

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  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: #fff;
  background-color: #ba933e;
}

.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: 768px) {

  .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,
.ordering .nav-tabs-justified>span:hover>a,
.ordering .nav-tabs.nav-justified>span:hover>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.ordering .nav-tabs-justified>span:hover>a:hover,
.ordering .nav-tabs.nav-justified>span:hover>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus,
.ordering .nav-tabs-justified>span:hover>a:focus,
.ordering .nav-tabs.nav-justified>span:hover>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .ordering .nav-tabs-justified>span:hover>a,
  .ordering .nav-tabs.nav-justified>span:hover>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .ordering .nav-tabs-justified>span:hover>a:hover,
  .ordering .nav-tabs.nav-justified>span:hover>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus,
  .ordering .nav-tabs-justified>span:hover>a:focus,
  .ordering .nav-tabs.nav-justified>span:hover>a:focus {
    border-bottom-color: #fff;
  }
}

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

.tab-content>.active,
.ordering .tab-content>span:hover {
  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: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

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

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

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

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

.navbar-collapse {
  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: 768px) {
  .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;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

@media (min-width: 768px) {

  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

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

@media (min-width: 768px) {

  .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

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

.navbar-brand>img {
  display: block;
}

@media (min-width: 768px) {

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

.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .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: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.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: 8px;
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

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

.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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.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: #555;
}

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

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

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .ordering .dropdown-menu>span:hover>a,
  .ordering .navbar-default .navbar-nav .open .dropdown-menu>span:hover>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .ordering .dropdown-menu>span:hover>a:hover,
  .ordering .navbar-default .navbar-nav .open .dropdown-menu>span:hover>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .ordering .dropdown-menu>span:hover>a:focus,
  .ordering .navbar-default .navbar-nav .open .dropdown-menu>span:hover>a:focus {
    color: #555;
    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: #ccc;
    background-color: transparent;
  }
}

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

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

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

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

.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: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

.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: #fff;
}

@media (max-width: 767px) {
  .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: #afafaf;
  }

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

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .ordering .dropdown-menu>span:hover>a,
  .ordering .navbar-inverse .navbar-nav .open .dropdown-menu>span:hover>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .ordering .dropdown-menu>span:hover>a:hover,
  .ordering .navbar-inverse .navbar-nav .open .dropdown-menu>span:hover>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .ordering .dropdown-menu>span:hover>a:focus,
  .ordering .navbar-inverse .navbar-nav .open .dropdown-menu>span:hover>a:focus {
    color: #fff;
    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: #444;
    background-color: transparent;
  }
}

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

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

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

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

.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: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #96b76c;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active,
.ordering .breadcrumb>span:hover {
  color: #888888;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #ba933e;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  z-index: 2;
  color: #81662b;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination>.active>a,
.ordering .pagination>span:hover>a,
.pagination>.active>a:hover,
.ordering .pagination>span:hover>a:hover,
.pagination>.active>a:focus,
.ordering .pagination>span:hover>a:focus,
.pagination>.active>span,
.ordering .pagination>span:hover>span,
.pagination>.active>span:hover,
.ordering .pagination>span:hover>span:hover,
.pagination>.active>span:focus,
.ordering .pagination>span:hover>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #ba933e;
  border-color: #ba933e;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #888888;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #888888;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #888888;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #6f6f6f;
}

.label-primary {
  background-color: #ba933e;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #947531;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #888888;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active>.badge,
.ordering span.list-group-item:hover>.badge,
.nav-pills>.active>a>.badge,
.ordering .nav-pills>span:hover>a>.badge {
  color: #ba933e;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ba933e;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #ba933e;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.ordering span.progress:hover .progress-bar,
.progress-bar.active,
.ordering span.progress-bar:hover {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #888888;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #888888;
}

.list-group-item.active,
.ordering span.list-group-item:hover,
.list-group-item.active:hover,
.ordering span.list-group-item:hover,
.list-group-item.active:focus,
.ordering span.list-group-item:focus:hover {
  z-index: 2;
  color: #fff;
  background-color: #ba933e;
  border-color: #ba933e;
}

.list-group-item.active .list-group-item-heading,
.ordering span.list-group-item:hover .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.ordering span.list-group-item:hover .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.ordering span.list-group-item:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.ordering span.list-group-item:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.ordering span.list-group-item:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.ordering span.list-group-item:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.ordering span.list-group-item:focus:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.ordering span.list-group-item:focus:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small,
.ordering span.list-group-item:focus:hover .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.ordering span.list-group-item:hover .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.ordering span.list-group-item:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.ordering span.list-group-item:focus:hover .list-group-item-text {
  color: #f1e7d3;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

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

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

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

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

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

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

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

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

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #ba933e;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #ba933e;
  border-color: #ba933e;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ba933e;
}

.panel-primary>.panel-heading .badge {
  color: #ba933e;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ba933e;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

.carousel-inner>.active,
.ordering .carousel-inner>span:hover {
  left: 0;
}

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

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

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

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

.carousel-inner>.active.left,
.ordering .carousel-inner>span.left:hover {
  left: -100%;
}

.carousel-inner>.active.right,
.ordering .carousel-inner>span.right:hover {
  left: 100%;
}

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

.carousel-control.right {
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

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

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

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

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

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** 1.3. Animation **/
/* effect-v1 */
.effect-v1 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v1:before {
  border: 1px solid #ffffff;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  z-index: 1;
}

.effect-v1 img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.effect-v1 .action {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.effect-v1:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.effect-v1:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.effect-v1:hover .action {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

/* effect-v2*/
.effect-v2 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v2:before {
  border: 1px solid #ffffff;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: translate3d(-20px, 0px, 0px);
  transform: translate3d(-20px, 0px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  z-index: 1;
}

.effect-v2 img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.effect-v2 .action {
  -webkit-transform: translate3d(-10px, 0px, 0px);
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.effect-v2:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.effect-v2:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.2, 1);
  -ms-transform: scale(1.2, 1);
  transform: scale(1.2, 1);
}

.effect-v2:hover .action {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  filter: alpha(opacity=100);
}

/* effect-v3*/
.effect-v3 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v3:before,
.effect-v3:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  z-index: 1;
}

.effect-v3:before {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.effect-v3:after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}

.effect-v3 img {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.35s ease 0s;
}

.effect-v3 .banner-title {
  -webkit-transform: translate3d(0px, -20px, 0px);
  transform: translate3d(0px, -20px, 0px);
  transition: -webkit-transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.effect-v3 .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0px, 40px, 0px);
  transform: translate3d(0px, 40px, 0px);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.effect-v3:hover:before,
.effect-v3:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.effect-v3:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.effect-v3:hover .banner-title,
.effect-v3:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* effect-v4*/
.effect-v4 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v4:before {
  border: 2px solid #ffffff;
  bottom: 20px;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  z-index: 1;
}

.effect-v4 img {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.35s ease 0s;
}

.effect-v4 .banner-title {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.effect-v4 .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.effect-v4:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.effect-v4:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.effect-v4:hover .banner-title {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.effect-v4:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* effect-v5*/
.effect-v5 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v5 img {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

.effect-v5 .action {
  -webkit-transform: translate3d(-150%, 0px, 0px);
  transform: translate3d(-150%, 0px, 0px);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.effect-v5 .action:first-child {
  transition-delay: 0.15s;
}

.effect-v5 .action:nth-of-type(2) {
  transition-delay: 0.1s;
}

.effect-v5 .action:nth-of-type(3) {
  transition-delay: 0.05s;
}

.effect-v5:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.effect-v5:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.effect-v5:hover .action:first-child {
  transition-delay: 0s;
}

.effect-v5:hover .action:nth-of-type(2) {
  transition-delay: 0.05s;
}

.effect-v5:hover .action:nth-of-type(3) {
  transition-delay: 0.1s;
}

/* effect-v6*/
.effect-v6 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v6 img {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.35s ease 0s;
}

.effect-v6 .action {
  -webkit-transform: translate3d(0px, -100px, 0px);
  transform: translate3d(0px, -100px, 0px);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  opacity: 0;
}

.effect-v6:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.effect-v6:hover .action {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* effect-v7*/
.effect-v7 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v7:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  z-index: 1;
  border: 200px double transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.effect-v7:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0 double rgba(255, 255, 255, 0.7);
  visibility: hidden;
}

/* effect-v8*/
.effect-v8 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v8:before {
  border-bottom: 50px solid rgba(255, 255, 255, 0.4);
  border-top: 50px solid rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  width: 100%;
}

.effect-v8:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
}

/* effect-v9*/
.effect-v9 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v9:before {
  border: 50px solid transparent;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  content: "";
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100px;
  height: 100px;
  -webkit-transform: scale(7);
  -ms-transform: scale(7);
  transform: scale(7);
  transition: all 0.3s ease-in-out 0s;
  visibility: visible;
  z-index: 1;
}

.effect-v9:hover:before {
  border: 0 solid rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

/* effect-v10*/
.effect-v10 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}

.effect-v10:before {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  content: "";
  z-index: 1;
}

.effect-v10:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

/** 2. Reset **/
/** 2.1. Reset **/
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  color: #161616;
  position: relative;
}

body.ver-1 {
  background: url("../images/Futurelife-bg-body.png") repeat scroll 0 0;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

a,
p,
strong,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

li {
  list-style: none;
  outline: none;
}

a:focus,
input:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/** 2.2. Default base **/
/** 2.2.1.	Button **/
.dropdown-menu {
  background-color: #333333;
  border-radius: 0px;
  box-shadow: none;
  margin-top: 10px;
  padding: 0px;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  transition: all 0.3s ease 0s;
}

.dropdown-menu.hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.dropdown-menu li {
  border-bottom: 1px solid #444;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu li a {
  color: #888888;
  font-size: 11px;
  line-height: 40px;
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
  padding: 5px 20px;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:active,
.dropdown-menu li a:focus {
  background: #333333 !important;
  color: #ddd;
}

.border-bottom-home1 {
  height: 6px;
  width: 100%;
  background: url(../images/Hermes-home1-border-bottom.png) repeat-x;
}

.title-text {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 30px 0px;
  position: relative;
}

.title-text h3 {
  font-size: 36px;
  color: #333333;
  text-transform: uppercase;
  line-height: 30px;
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  position: relative;
}

.title-text p {
  font-size: 14px;
  color: #888888;
  line-height: 25px;
  font-family: 'Roboto';
  margin-top: 10px;
}

.title-text.title-text-v2 {
  text-align: left;
  margin: 30px 0px;
}

.title-text.title-text-v2:before {
  position: static;
}

.title-text.title-text-v2 h3 {
  font-size: 24px;
  padding: 0;
}

.title-text.title-text-v2.title-text-v3 {
  position: relative;
}

.title-text.title-text-v2.title-text-v3 h3 {
  font-size: 36px;
  color: #555555;
  position: relative;
}

.title-text.title-text-v2.title-text-v3 h3:after {
  position: absolute;
  content: "";
  top: -50px;
  background: #6dd6d6;
  height: 5px;
  width: 30px;
  left: 0px;
}

.title-text.title-text-v2.title-text-v3 p {
  font-family: "Lora";
  font-style: italic;
  color: #888888;
  width: 100%;
  margin-top: 30px;
}

.title-text.title-text-v2.title-text-v3 ul.tabs {
  position: absolute;
  top: 0px;
  right: 0px;
}

.title-text.title-text-v2.title-text-v3 ul.tabs li {
  font-family: "Lora";
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: #888888;
}

.title-text.title-text-v2.title-text-v3 ul.tabs li.active,
.title-text.title-text-v2.title-text-v3 ul.tabs li:hover {
  color: #6dd6d6;
  border-bottom: 1px solid #6dd6d6;
}

.title-text.title-about {
  margin-top: 0px;
}

.title-text.title-about h3 {
  background: none;
}

.title-text.title-about:before {
  position: static;
}

.title-v2 {
  width: 100%;
  text-align: center;
}

.title-v2 h3 {
  display: inline-block;
  font-size: 28px;
  font-family: "NexaBold";
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.title-v2 h3:after {
  position: absolute;
  content: "";
  width: 66px;
  height: 2px;
  background: #666;
  bottom: 0px;
  left: 50%;
  margin-left: -33px;
}

ul.tabs.title span {
  font-size: 30px;
  color: #222;
}

ul.tabs.title li {
  font-size: 30px;
  color: #222;
}

ul.tabs.title li.active,
ul.tabs.title li:hover {
  color: #808f66;
}

ul.tabs.title p {
  font-family: 'Roboto';
  font-size: 13px;
  color: #888888;
}

.breadcrumb {
  background: #fff;
  margin: 20px 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.breadcrumb li {
  font-family: 'Roboto';
  font-size: 13px;
}

.breadcrumb li.active {
  color: #ba933e;
}

.breadcrumb li a {
  color: #555555;
}

.return-home a:first-child {
  margin-right: 20px;
}

.banner-grid {
  padding: 0px;
}

.banner-grid img {
  width: 100%;
}

.bg-white {
  background-color: #fff;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.link-button {
  background: #ddd;
  color: #555;
  font-weight: 700;
  font-size: 13px;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 10px;
  font-family: "Montserrat";
  font-style: normal;
  border-radius: 0px;
  padding: 0px 20px;
  line-height: 40px;
}

.link-button:hover {
  background: #ba933e;
  color: #fff;
}

.link-button.link-button-v2 {
  background: #333333;
  color: #fff;
}

.link-button.link-button-v2:hover {
  background: #ba933e;
}

.link-button.link-button-fb {
  background: #2c5990;
  color: #fff;
  font-size: 13px;
}

.link-button.link-button-fb i.fa {
  font-size: 17px;
  line-height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.link-button.link-button-tw {
  background: #16bce6;
  color: #fff;
}

.link-button.link-button-tw i.fa {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 20px;
}

.acc-login .form-group .btn:nth-child(2n+1) {
  width: 48%;
  margin-right: 2%;
  float: left;
  padding: 5px;
}

.acc-login .form-group .btn:nth-child(2n) {
  margin-left: 2%;
  width: 48%;
  float: left;
  padding: 5px;
}

.home-v4 .animate1:hover {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.color-red {
  color: #ff1313;
}

.button1 {
  color: #eee;
  font-size: 13px;
  text-transform: uppercase;
  background: #ba933e;
  border: 2px solid #ba933e;
  height: 40px;
  line-height: 36px;
  vertical-align: bottom;
  width: 140px;
  text-align: center;
  display: inline-block;
}

.button1:hover {
  background: transparent;
  color: #ba933e;
}

.button2 {
  width: 140px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #ba933e;
  color: #ba933e;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
}

/*Padding Around the Block*/
.space-padding-0 {
  padding: 0 !important;
}

.space-padding-10 {
  padding: 10px !important;
}

.space-padding-20 {
  padding: 20px !important;
}

.space-padding-30 {
  padding: 30px !important;
}

.space-padding-40 {
  padding: 40px !important;
}

.space-padding-50 {
  padding: 50px !important;
}

/*Padding Top & Bottom*/
.space-padding-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.space-padding-tb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.space-padding-tb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.space-padding-tb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.space-padding-tb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.space-padding-tb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.space-padding-tb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.space-padding-tb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.space-padding-tb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.margin-0 {
  margin: 0px !important;
}

/*Margin Bottom*/
.space-5 {
  margin-bottom: 5px !important;
}

.space-10 {
  margin-bottom: 10px !important;
}

.space-15 {
  margin-bottom: 15px !important;
}

.space-20 {
  margin-bottom: 20px !important;
}

.space-25 {
  margin-bottom: 25px !important;
}

.space-30 {
  margin-bottom: 30px !important;
}

.space-35 {
  margin-bottom: 35px !important;
}

.space-40 {
  margin-bottom: 40px !important;
}

.space-45 {
  margin-bottom: 45px !important;
}

.space-50 {
  margin-bottom: 50px !important;
}

.space-55 {
  margin-bottom: 55px !important;
}

.space-60 {
  margin-bottom: 60px !important;
}

.space-65 {
  margin-bottom: 65px !important;
}

.space-70 {
  margin-bottom: 70px !important;
}

.space-75 {
  margin-bottom: 75px !important;
}

.space-80 {
  margin-bottom: 80px !important;
}

.space-85 {
  margin-bottom: 85px !important;
}

.space-90 {
  margin-bottom: 90px !important;
}

.space-95 {
  margin-bottom: 95px !important;
}

.space-100 {
  margin-bottom: 100px !important;
}

/*Margin top*/
.space-margin-top-0 {
  margin-top: 0px !important;
}

.hover-control-wrap .owl-carousel:hover .owl-prev {
  opacity: 0;
  -webkit-transform: translate3d(-60px, 0px, 0px);
  transform: translate3d(-60px, 0px, 0px);
}

.hover-control-wrap .owl-carousel:hover .owl-next {
  opacity: 0;
  -webkit-transform: translate3d(60px, 0px, 0px);
  transform: translate3d(60px, 0px, 0px);
}

.hover-control-wrap:hover .owl-carousel .owl-prev,
.hover-control-wrap:hover .owl-carousel .owl-next {
  opacity: 100;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.hover-effect-images,
.hover-effect-images-ver2 {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hover-effect-images img,
.hover-effect-images-ver2 img {
  transition: all 900ms ease 0s !important;
}

.hover-effect-images:before,
.hover-effect-images-ver2:before {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  bottom: 0px;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  transition: all 900ms ease 0s;
}

.hover-effect-images:hover img,
.hover-effect-images-ver2:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hover-effect-images:hover:before,
.hover-effect-images-ver2:hover:before {
  left: 50%;
  opacity: 1;
  right: 50%;
}

.hover-effect-images-ver2:after {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  bottom: 0px;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  transition: all 900ms ease 0s;
}

.hover-effect-images-ver2:hover:after {
  top: 50%;
  bottom: 50%;
  opacity: 1;
}

/** 3. Mixins **/
/** Loadding **/
@-webkit-keyframes engoloaddingmini {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes engoloaddingmini {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

/****/
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/** Responsive mixin **/
/** 4. Elements **/
/** 4.1. Accordions **/
.shipping-container {
  margin: 110px 0px;
  display: inline-block;
  width: 100%;
}

.shipping-container .col-md-4 {
  padding: 0px 15px;
}

.shipping-container .col-md-4 .shipping-item {
  border: 1px dashed #cdcdcd;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.shipping-container .col-md-4 .shipping-item:hover {
  border: 1px dashed #ba933e;
  cursor: pointer;
}

.shipping-container .col-md-4 .shipping-item:hover .images {
  background-image: url(../images/Futurelife-icon-shipping-hover.png);
}

.shipping-container .col-md-4 .shipping-item:hover .text h3 {
  color: #ba933e;
}

.shipping-container .col-md-4 .shipping-item:hover .text p {
  color: #ba933e;
}

.shipping-container .col-md-4 .shipping-item .images:after,
.shipping-container .col-md-4 .shipping-item .images:before,
.shipping-container .col-md-4 .shipping-item .text:after,
.shipping-container .col-md-4 .shipping-item .text:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  z-index: 3;
  top: -2px;
  right: -3px;
  border-radius: 100%;
  box-shadow: inset 0 0 0 4px white, 0 0 0 3px white;
  border: solid transparent 3px;
}

.shipping-container .col-md-4 .shipping-item .images {
  display: inline-block;
  height: 50px;
  width: 100%;
  background: url(../images/Futurelife-icon-shipping.png) no-repeat scroll center top;
  margin: 15px 0px;
}

.shipping-container .col-md-4 .shipping-item .images:before {
  right: inherit;
  left: -3px;
}

.shipping-container .col-md-4 .shipping-item .text:after,
.shipping-container .col-md-4 .shipping-item .text:before {
  top: inherit;
  bottom: -2px;
}

.shipping-container .col-md-4 .shipping-item .text:before {
  right: inherit;
  left: -3px;
}

.shipping-container .col-md-4 .shipping-item .text h3 {
  font-size: 16px;
  font-weight: 700;
  color: #666;
  line-height: 24px;
}

.shipping-container .col-md-4 .shipping-item .text p {
  font-family: "Lora" !important;
  font-style: italic;
  color: #aaa;
  line-height: 24px;
  margin-bottom: 20px;
}

.shipping-container .col-md-4:nth-child(2) .shipping-item .images {
  background-position: center top -124px;
}

.shipping-container .col-md-4:last-child .shipping-item .images {
  background-position: center top -246px;
}

/** 4.2. Call to action **/
.blog-post-container {
  display: inline-block;
  margin: 10px 0 50px;
  width: 100%;
}

.blog-post-container .blog-post-image img {
  max-width: 100%;
  height: 565px;
  object-fit: cover;
}

.blog-post-container .post-date {
  font-family: "Lora";
  color: #aaa;
  line-height: 20px;
  font-style: italic;
  margin: 15px 0px;
}

.blog-post-container .post-date i {
  font-size: 15px;
  line-height: 20px;
  margin-right: 5px;
  color: #aaa;
}

.blog-post-container h3 {
  color: #555;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 10px;
  min-height: 50px;
}

.blog-post-container .post-tags a {
  display: inline-block;
  color: #aaa;
  font-family: "Lora";
  font-style: italic;
  line-height: 20px;
  margin-bottom: 10px;
}

.blog-post-container .post-tags a.like {
  margin-right: 20px;
  position: relative;
}

.blog-post-container .post-tags a.like::after {
  position: absolute;
  content: "";
  background-color: #aaa;
  height: 12px;
  width: 1px;
  right: -12px;
  top: 3px;
}

.blog-post-container .post-tags a i {
  margin-right: 5px;
}

.blog-post-container .read-more a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #eee;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
}

.blog-post-container .read-more a:hover {
  background-color: #ba933e;
  color: #fff;
}

/** 4.3. Our New **/
.slider-product {
  display: inline-block;
  width: 100%;
  margin: 20px 0px;
}

.slider-product .tabs {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.slider-product .tabs li {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
  padding: 0 15px;
  padding-top: 0px;
}

.slider-product .tabs li:hover,
.slider-product .tabs li.active {
  color: #ba933e;
}

p.center {
  text-align: center;
  font-size: 13px;
  color: #888888;
  font-family: 'Roboto';
  margin-bottom: 30px;
}

.tab-container .owl-stage-outer {
  padding: 20px 0px;
}

.title-text ul.tabs {
  float: right;
  display: inline-block;
}

.title-text ul.tabs li {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #555555;
  padding-bottom: 5px;
}

.title-text ul.tabs li:last-child {
  margin-right: 0px;
}

.title-text ul.tabs li.active {
  color: #ba933e;
  border-bottom: 3px solid #ba933e;
}

.ver1 .our-new-product .product-tab-content {
  margin: 0px -12px;
}

/** 4.4. Banner Center **/
.banner-home2-top {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.banner-home2-top .action {
  top: 40% !important;
}

.banner-home2-top .action h3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-home2-top .action p {
  font-family: 'Roboto';
  font-size: 13px;
  color: #fff;
  height: 80px;
  margin-bottom: 10px;
}

.banner-home2-top .action a {
  color: #808f66;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.banner-home2-top .action a:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0px;
  right: 0px;
  background: url(../images/Hermes-banner-home2-top-link.png) no-repeat;
  height: 2px;
}

.banner-home2-top .col-md-3 {
  padding: 0px;
  padding-left: 13px;
  float: right;
}

.banner-home2-top .col-md-3.first {
  padding-right: 13px;
  padding-left: 0px;
  float: left;
}

.banner-home2-top .col-md-6 {
  padding: 0 7px;
}

.banner-home2-bottom {
  background: url(../images/Hermes-home2-bannner-bottom.jpg) no-repeat;
  padding-left: 60px;
  padding-right: 60px;
}

.banner-home2-bottom i {
  color: #fff;
  font-size: 50px;
  float: left;
  margin-right: 50px;
}

.banner-home2-bottom .text h3 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}

.banner-home2-bottom .text p {
  color: #bbb;
  font-family: 'Roboto';
  font-size: 13px;
}

.banner-home3-top {
  position: relative;
  margin-bottom: 30px;
}

.banner-home3-top img {
  width: 100%;
}

.banner-home3-top .text {
  position: absolute;
  top: 50px;
  left: 50px;
}

.banner-home3-top .text h3 {
  color: #f39a00;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 5px;
}

.banner-home3-top .text h4 {
  color: #444;
  text-transform: uppercase;
  font-size: 16px;
}

.banner-home3-bottom {
  position: relative;
  float: left;
}

.banner-home3-bottom .text {
  position: absolute;
}

.banner-home3-bottom img {
  width: 100%;
}

.banner-home3-bottom .col-md-8 {
  padding-left: 0px;
}

.banner-home3-bottom .col-md-8 .text {
  top: 100px;
  left: 100px;
}

.banner-home3-bottom .col-md-8 .text h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  margin-left: -20px;
}

.banner-home3-bottom .col-md-8 .text h3 span {
  font-family: 'Roboto';
}

.banner-home3-bottom .col-md-8 .text h4 {
  font-size: 28px;
  color: #f3b100;
  text-transform: uppercase;
}

.banner-home3-bottom .col-md-8 .text p {
  color: #999;
  font-family: 'Roboto';
  text-transform: none;
}

.banner-home3-bottom .col-md-8 .text a {
  color: #f3b100;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
}

.banner-home3-bottom .col-md-4 {
  padding-right: 0px;
  position: relative;
}

.banner-home3-bottom .col-md-4 .text {
  padding: 0 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 30%;
}

.banner-home3-bottom .col-md-4 .text h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
}

.banner-home3-bottom .col-md-4 .text p {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
}

.banner-home2-top.banner-home2-top-home4 {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.banner-home2-top.banner-home2-top-home4 .col-md-4 {
  padding: 0px 3px;
}

.banner-home2-top.banner-home2-top-home4 .col-md-4:first-child {
  padding-right: 6px;
}

.banner-home2-top.banner-home2-top-home4 .col-md-4:last-child {
  padding-left: 6px;
}

.hermes-collection.hermes-collection-home4 .col-md-6:first-child {
  padding-left: 0px;
  position: relative;
}

.hermes-collection.hermes-collection-home4 .col-md-6:first-child img {
  width: 100%;
}

.hermes-collection.hermes-collection-home4 .col-md-6:first-child .text {
  position: absolute;
  top: 35%;
  left: 50px;
}

.hermes-collection.hermes-collection-home4 .col-md-6:first-child .text p {
  font-family: 'Roboto';
  color: #888888;
  text-transform: uppercase;
}

.hermes-collection.hermes-collection-home4 .col-md-6:first-child .text h4 {
  font-size: 30px;
  color: #555555;
  text-transform: uppercase;
}

.hermes-collection.hermes-collection-home4 .col-md-6:first-child .text h3 {
  font-family: 'Roboto';
  color: #333333;
  font-size: 86px;
  text-transform: uppercase;
}

.banner-home4-bottom {
  display: inline-block;
  width: 100%;
}

.banner-home4-bottom .col-md-6 {
  padding: 0px;
  padding-right: 10px;
  position: relative;
}

.banner-home4-bottom .col-md-6 .text {
  position: absolute;
  top: 30%;
}

.banner-home4-bottom .col-md-6 img {
  width: 100%;
}

.banner-home4-bottom .col-md-6:first-child .text {
  right: 40px;
  text-align: left;
}

.banner-home4-bottom .col-md-6:first-child .text h3 {
  font-size: 30px;
  color: #eee;
  text-transform: uppercase;
}

.banner-home4-bottom .col-md-6:first-child .text p {
  color: #929a71;
  font-family: 'Roboto';
  text-transform: uppercase;
}

.banner-home4-bottom .col-md-6:last-child {
  padding: 0px;
  padding-left: 10px;
}

.banner-home4-bottom .col-md-6:last-child .text {
  left: 70px;
}

.banner-home4-bottom .col-md-6:last-child .text p {
  display: inline-block;
  background: url("../images/Hermes-home4-bg-banner-bottom.png") no-repeat;
  width: 135px;
  height: 24px;
  color: #010a0d;
  font-size: 13px;
  padding-left: 20px;
  text-transform: uppercase;
}

.banner-home4-bottom .col-md-6:last-child h3 {
  font-size: 60px;
  color: #ba933e;
  text-transform: uppercase;
}

.banner-home4-bottom .col-md-6:last-child h4 {
  font-size: 36px;
  color: #eee;
  text-transform: uppercase;
}

.banner-home4-bottom .col-md-6:last-child h5 {
  font-family: 'Roboto';
  font-size: 24px;
  color: #999;
  text-transform: uppercase;
}

.banner-home5-top {
  position: relative;
}

.banner-home5-top img {
  width: 100%;
}

.banner-home5-top .text {
  position: absolute;
  right: 60px;
  top: 100px;
}

.banner-home5-top .text h3 {
  font-family: 'Roboto';
  font-size: 60px;
  color: #ddd;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.banner-home5-top .text h3 span {
  font-family: 'Roboto', sans-serif;
  color: #12a170;
}

.banner-home5-top .text p {
  font-size: 16px;
  color: #ddd;
  font-family: 'Roboto';
}

.banner-home5-top .time {
  position: absolute;
  top: 100px;
  left: 60px;
}

.banner-home5-top .time .text {
  position: inherit;
}

.banner-home5-top .time .countdown-times .distance {
  border: none;
}

.banner-home5-top .time .countdown-times .distance .number {
  background: url("../images/Hermes-home5-banner-top-time.png") no-repeat;
  height: 55px;
  width: 55px;
  display: inline-block;
  padding: 10px;
}

.banner-home5-top .tag-date {
  position: absolute;
  top: -10px;
  left: 0px;
  color: #fff;
  font-size: 16px;
  background: #12a170;
  padding: 0px 30px;
  line-height: 40px;
}

.banner-home5-bottom a {
  position: relative;
  max-width: 276px;
}

.banner-home5-bottom .text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
}

.banner-home5-bottom .text h3 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.banner-home6-top .col-md-4 {
  margin-top: 30px;
  padding: 0 10px;
  position: relative;
}

.banner-home6-top .col-md-4 img {
  width: 100%;
}

.banner-home6-top .col-md-4 .text {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.banner-home6-top .col-md-4 .text h3 {
  display: inline-block;
  padding: 0px 30px;
  color: #fff;
  background: #000;
  margin: 0 auto;
  line-height: 36px;
  font-family: "NexaBold";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.8;
}

.banner-home6-top .col-md-4:nth-child(3n+1) {
  padding: 0px 20px 0 0;
}

.banner-home6-top .col-md-4:nth-child(3n) {
  padding: 0 0 0 20px;
}

.banner-home6-bottom {
  display: inline-block;
  width: 100%;
}

.banner-home6-bottom .col-md-6 {
  margin-top: 20px;
  padding: 0 0 0 10px;
  position: relative;
}

.banner-home6-bottom .col-md-6:first-child {
  padding: 0 10px 0 0;
}

.banner-home6-bottom .col-md-6:first-child .text {
  left: 36px;
  bottom: 43px;
  right: inherit;
}

.banner-home6-bottom .col-md-6:first-child .text h3 {
  font-family: "Lato";
  font-size: 28px;
  font-weight: 700;
  color: #f4f4f4;
  text-transform: uppercase;
}

.banner-home6-bottom .col-md-6:first-child .text h4 {
  font-family: "Lato";
  font-size: 33.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #f4f4f4;
  padding-left: 30px;
}

.banner-home6-bottom .col-md-6:first-child .text h4 span {
  font-weight: 700;
}

.banner-home6-bottom .col-md-6 .text {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.banner-home6-bottom .col-md-6 .text h3 {
  font-family: "NexaBold";
  font-size: 34px;
  color: #f4f4f4;
  text-transform: uppercase;
}

.banner-home6-bottom .col-md-6 .text p {
  color: #f4f4f4;
  text-transform: uppercase;
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
}

.banner-home6-bottom .col-md-6 .text h4 {
  color: #f4f4f4;
  text-transform: uppercase;
  font-family: "Lato";
  font-weight: 400;
  font-size: 22px;
  text-align: right;
}

.banner-home6-bottom img {
  width: 100%;
}

.banner-home6-bottom2 {
  display: inline-block;
  width: 100%;
  background: url(../images/Hermes-home6-banner-bg-bottom2.jpg) no-repeat center center/cover;
  text-align: center;
}

.banner-home6-bottom2.bottom-home1 {
  position: relative;
}

.banner-home6-bottom2.bottom-home1:before {
  position: static;
  width: 0px;
}

.banner-home6-bottom2 .wrap-slider-testti .head-item .images {
  float: initial;
}

.banner-home6-bottom2 .wrap-slider-testti .head-item .images img {
  margin: 0 auto;
}

.banner-home6-bottom2 .container {
  max-width: 500px;
}

.banner-home6-bottom2 .wrap-slider-testti .head-item .images img {
  width: 120px;
  height: 120px;
  border: 2px solid #fff;
}

.banner-home6-bottom2 .wrap-slider-testti .head-item .text a {
  font-family: "Lato";
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}

.banner-home6-bottom2 .wrap-slider-testti .content {
  margin-top: 10px;
}

.banner-home6-bottom2 .wrap-slider-testti .content p {
  font-family: "Lato";
  color: #eeeeee;
  line-height: 15px;
}

.banner-home5-bottom img {
  width: 100%;
}

.banner-home7-top {
  display: inline-block;
  margin-bottom: 50px;
}

.banner-home7-top .col-md-4 {
  padding: 0 10px;
}

.banner-home7-top .col-md-4 img {
  width: 100%;
}

.banner-home7-top .col-md-4 .interactive-banner-v4 {
  position: relative;
  overflow: hidden;
}

.banner-home7-top .col-md-4 .interactive-banner-v4:hover .text {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.banner-home7-top .col-md-4:first-child {
  padding: 0 20px 0 0;
}

.banner-home7-top .col-md-4:last-child {
  padding: 0 0 0 20px;
}

.banner-home7-top .col-md-4 .text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #fff;
  text-align: center;
  padding: 20px 0px;
  opacity: 0.8;
  transition: all 0.4s ease 0s;
  -webkit-transform: translate3d(0px, 100px, 0px);
  -ms-transform: translate3d(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px);
}

.banner-home7-top .col-md-4 .text h3 {
  text-transform: uppercase;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.banner-home7-top .col-md-4 .text p {
  color: #555555;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 14px;
}

/** 4.5. Banner bottom **/
.banner-bottom {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}

.banner-bottom a {
  display: inline-block;
  width: 20%;
  float: left;
}

.banner-bottom img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .banner-bottom a {
    width: 33.33%;
  }

  .banner-bottom a:first-child,
  .banner-bottom a:nth-child(2) {
    width: 50%;
  }

  .shipping-container {
    margin: 50px 0;
  }
}

/** 4.6. News letter **/
.newsletter {
  background: #ececec url(../images/Futurelife-bg-newsletter.jpg) no-repeat;
  text-align: center;
  padding: 80px 0px;
  background-size: 100% auto;
}

.newsletter .text h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 20px;
  color: #333;
  text-transform: uppercase;
  margin: 30px 0px;
}

.newsletter .text p {
  font-family: "Lora";
  font-size: 14px;
  font-style: italic;
  color: #888;
  line-height: 22px;
  max-width: 560px;
  margin: 0 auto;
}

.newsletter form {
  display: inline-block;
  position: relative;
  width: 450px;
  margin: 50px 0px 30px;
}

.newsletter form input {
  background: #eee;
  box-shadow: none;
  font-family: "Lora";
  font-style: italic;
  font-size: 13px;
  color: #999;
  padding: 0 150px 0 20px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 95%;
}

.newsletter form button {
  background: #ddd;
  color: #555;
  font-weight: 700;
  font-size: 13px;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  line-height: 20px;
  height: 40px;
  width: 150px;
  border-radius: 10px;
  font-family: "Montserrat";
  position: absolute;
  top: 0px;
  right: 0px;
}

.newsletter form button:hover {
  background: #ba933e;
  color: #fff;
}

.newsletter.newsletter-v2 {
  background: url(../images/Futurelife-bg-newsletter-v2.png) repeat;
  display: inline-block;
  width: 100%;
  margin: 30px 0px;
  position: relative;
  padding: 0 10px;
}

.newsletter.newsletter-v2 .image {
  position: relative;
  left: 20px;
  bottom: -25px;
}

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

.newsletter.newsletter-v2 .text h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 40px;
}

.newsletter.newsletter-v2 .text p {
  max-width: inherit;
}

.newsletter.newsletter-v2 form {
  width: 600px;
  margin: 20px 0 30px;
}

.newsletter.newsletter-v2 form input {
  background: url(../images/Futurelife-bg-newsletter-v2.png) repeat;
}

@media (max-width: 467px) {
  .newsletter form {
    width: 250px !important;
  }

  .newsletter form button {
    width: 100px;
  }

  .newsletter form input {
    padding-right: 100px;
  }
}

.popup-content {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.popup-content-wrapper {
  background: url(../images/bg-popup-newsletter.jpg) no-repeat;
  background-size: 100% auto;
  max-width: 920px;
  margin: 200px auto 0px;
  width: 90%;
  height: 540px;
  position: relative;
  padding: 60px;
}

.popup-content-wrapper .close-popup {
  display: inline-block;
  position: absolute;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: #ba933e;
  top: -25px;
  right: -25px;
}

.popup-content-wrapper .close-popup i {
  color: #fff;
  line-height: 42px;
}

.popup-content-wrapper .col-md-offset-6 {
  text-align: left;
}

.popup-content-wrapper .abs-req {
  display: none;
}

.popup-content-wrapper h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #333;
  margin-top: 50px;
  padding-bottom: 40px;
}

.popup-content-wrapper .popup-content-text {
  font-family: 'Roboto';
  font-size: 13px;
  line-height: 20px;
  color: #666;
  margin-bottom: 20px;
}

.popup-content-wrapper input[type="text"] {
  width: 100%;
  background: transparent;
  border: 1px solid #dadbdd;
  line-height: 17px;
  padding: 11px 10px;
  font-size: 13px;
  color: #888;
  font-family: 'Roboto';
}

.popup-content-wrapper input[type="submit"] {
  background: #ba933e;
  color: #fff;
  text-transform: uppercase;
  font: 400 14px 'Roboto', sans-serif;
  text-transform: uppercase;
  padding: 0px 30px;
  height: 45px;
  border: none;
  margin-top: 15px;
  margin-bottom: 10px;
}

.popup-content-wrapper input[type="submit"]:hover {
  opacity: 0.8;
}

.popup-content-wrapper .not-again span {
  font: 400 14px 'Roboto';
  color: #333;
  margin-left: 10px;
}

.quickview-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  text-align: center;
}

.quickview-wrapper .quick-modal {
  max-width: 900px;
  width: 90%;
  margin: 100px auto 0px;
  background: #fff;
  padding: 20px;
  text-align: left;
  position: relative;
}

.quickview-wrapper #quickview-content .product {
  float: left;
  width: 100%;
}

.quickview-wrapper #quickview-content .product .product-images {
  float: left;
  width: 40%;
  padding-right: 15px;
}

.quickview-wrapper #quickview-content .product .product-images img {
  width: 100%;
}

.quickview-wrapper #quickview-content .product .product-info {
  float: left;
  width: 60%;
}

.quickview-wrapper #quickview-content .product .product-info h1 {
  font: 400 18px/20px 'Roboto', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.quickview-wrapper #quickview-content .product .product-info h1:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 3px;
  background: #ba933e;
}

.quickview-wrapper #quickview-content .product .product-info .price {
  font: 700 17px/20px 'Roboto';
  margin-bottom: 20px;
}

.quickview-wrapper #quickview-content .product .product-info .see-all {
  font: 400 13px/20px 'Roboto';
  color: #333;
  text-decoration: underline;
  margin-bottom: 20px;
  display: inline-block;
}

.quickview-wrapper #quickview-content .product .product-info .see-all:hover {
  color: #ba933e;
}

.quickview-wrapper #quickview-content .product .product-info .quantity {
  display: inline-block;
}

.quickview-wrapper #quickview-content .product .product-info .quantity input {
  width: 55px;
  height: 45px;
  text-align: center;
  font: 400 14px/20px 'Roboto';
  color: #333;
}

.quickview-wrapper #quickview-content .product .product-info button.single_add_to_cart_button {
  height: 45px;
  border: none;
  color: #fff;
  background: #2f2f2f;
  font: 400 13px/45px 'Roboto', sans-serif;
  padding: 0px 25px;
  text-transform: uppercase;
}

.quickview-wrapper #quickview-content .product .product-info button.single_add_to_cart_button:hover {
  background: #ba933e;
}

.quickview-wrapper .closeqv {
  background: #ba933e;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -20px;
  right: -20px;
}

.quickview-wrapper .closeqv i {
  color: #fff;
  line-height: 40px;
}

.quickview-wrapper #quickview-content {
  overflow: hidden;
}

.quickview-wrapper .quick-desc {
  font: 400 14px/25px 'Roboto';
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.quickview-wrapper .quick-desc li:before {
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 6px;
}

.quickview-wrapper .single_variation_wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.quickview-wrapper .social-sharing .widget-title {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 10px;
  margin-right: 10px;
}

.quickview-wrapper .social-sharing .social-icons {
  display: inline-block;
}

.quickview-wrapper .social-sharing .social-icons li {
  display: inline-block;
  margin: 0px 8px;
}

.quickview-wrapper .social-sharing .social-icons li i {
  font-size: 16px;
}

.quickview-wrapper .quick-thumbnails ul {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.quickview-wrapper .quick-thumbnails ul li {
  float: left;
  width: 25%;
}

/** 4.7. Brand **/
.brand-container {
  display: inline-block;
  width: 100%;
  background: #222;
}

.brand-container ul {
  width: 100%;
}

.brand-container ul li {
  display: inline-block;
  text-align: center;
  border-left: 1px solid #eeeeee;
  width: 20%;
  float: left;
}

.brand-container ul li img {
  max-width: 100%;
}

.brand-container ul li:last-child {
  border-right: 1px solid #eeeeee;
}

.brand-container .owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}

.brand-container.brand-container-home5 {
  padding: 50px 0px;
  border-bottom: 5px solid #444;
}

.brand-container.brand-container-home5 .owl-carousel .owl-controls .owl-nav .owl-prev,
.brand-container.brand-container-home5 .owl-carousel .owl-controls .owl-nav .owl-next {
  background: transparent;
  border: none;
  box-shadow: none;
}

.brand-container.brand-container-home5 .owl-carousel .owl-controls .owl-nav .owl-prev i,
.brand-container.brand-container-home5 .owl-carousel .owl-controls .owl-nav .owl-next i {
  font-size: 32px;
}

.brand-container.brand-container-home5 .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.brand-container.brand-container-home5 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  box-shadow: none;
}

.brand-container.brand-container-home5 .owl-carousel .owl-controls .owl-nav .owl-prev:hover i,
.brand-container.brand-container-home5 .owl-carousel .owl-controls .owl-nav .owl-next:hover i {
  color: #12a170;
}

/** 4.8. Iconbox **/
.feature-box .fbox-icon {
  float: left;
  margin: 10px 20px 0 0;
}

.rtl .feature-box .fbox-icon {
  float: right;
}

.rtl .feature-box .fbox-icon {
  margin: 10px 0 0 20px;
}

.feature-box .fbox-body {
  overflow: hidden;
}

.feature-box .fbox-body .fbox-icon {
  margin-top: 0;
}

.feature-box small {
  font-size: 13px;
  margin-bottom: 15px;
  display: inline-block;
}

.feature-box h4 {
  margin-bottom: 7px;
  text-transform: uppercase;
}

.feature-box .fbox-title {
  margin: 10px 0;
  font-weight: 600;
  text-transform: none;
}

.feature-box.light-style {
  color: #dfdfdf;
}

.feature-box.light-style a {
  color: #fff;
}

.feature-box.light-style a:hover {
  color: #000;
}

.feature-box.light-style .fbox-title,
.feature-box.light-style h4 {
  color: #fff;
}

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

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

.feature-box.feature-box-right .fbox-icon {
  float: right;
  margin: 10px 0 0 20px;
}

.rtl .feature-box.feature-box-right .fbox-icon {
  float: left;
}

.rtl .feature-box.feature-box-right .fbox-icon {
  margin: 10px 20px 0 0;
}

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

.feature-box.feature-box-center .fbox-icon {
  float: none;
}

[class*="feature-box-"] .fbox-icon {
  float: none;
  margin: 0;
}

[class*="feature-box-"] h4 {
  padding: 10px 0 20px;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}

[class*="feature-box-"] p {
  font-family: 'Roboto';
  color: #888888;
  line-height: 22px;
}

.feature-box-v2 .fbox-icon {
  float: left;
  margin-right: 30px;
}

.feature-box-v2 .fbox-icon .icons {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
}

.feature-box-v2 .fbox-body {
  font-size: 18px;
}

.feature-box-v3 .fbox-icon .icons {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  color: #ba933e;
}

.feature-box-v3 .fbox-icon .icons.icons-plain {
  width: auto;
  height: auto;
  line-height: 100%;
}

.feature-box-v3.feature-box-right .fbox-icon {
  float: none;
  margin: 0;
}

.feature-box-v3.feature-box-right h4:before {
  left: inherit;
  right: 0;
}

.feature-box-v3.about-icon .icons {
  font-size: 80px;
}

.feature-box-v3.about-icon .fbox-icon {
  margin-bottom: 40px;
}

.feature-box-v3.about-icon h4 {
  text-transform: uppercase;
  font-size: 15px;
}

.feature-box-v4 {
  position: relative;
  border: 1px solid #333;
  padding: 35px 30px 20px;
  text-align: center;
}

.feature-box-v4 .fbox-icon {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -36px;
  margin: 0 auto;
}

.feature-box-v4 .fbox-icon .icons {
  font-size: 24px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.feature-box-v4 .fbox-icon.fbox-bg .icons {
  background-color: #ba933e;
  border: 1px solid #ba933e;
  color: #fff;
}

.feature-box-v4 h4 {
  padding: 10px 0 20px;
}

.feature-box-v4 h4:before {
  width: 0px;
  height: 0px;
  background-color: transparent;
}

.feature-box-v4[class*="bg-"] {
  border: none;
}

.feature-box-v5 {
  padding: 20px 30px;
  border: 1px solid #ddd;
  border-bottom: 3px solid #ba933e;
}

.feature-box-v5 .fbox-icon .icons {
  font-size: 40px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #333;
}

/** 4.9. Iconbox **/
.contact-form {
  font-family: 'Roboto';
}

.contact-form .col-md-6:first-child {
  padding-right: 10px;
}

.contact-form h3 {
  font-size: 18px;
  font-style: normal;
  font-family: "Montserrat";
  color: #555555;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.contact-form h3::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: 0px;
  bottom: -25px;
  background: #ba933e;
}

.contact-form.post-comment {
  padding: 0px;
  background: none;
}

.contact-form.contact-form-bg {
  background: #f4f4f4;
}

.form-horizontal .col-md-6:nth-child(2n+1) {
  padding-left: 0px;
  padding-right: 10px;
}

.form-horizontal .col-md-6:nth-child(2n) {
  padding-right: 0px !important;
  padding-left: 10px;
}

.form-horizontal label.control-label {
  font-size: 15px;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}

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

.form-horizontal .form-group.col-md-6 {
  padding-right: 10px;
}

.form-horizontal .form-group.col-md-6:last-child {
  padding-right: 0px;
  padding-left: 10px;
}

.form-control {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #888888;
  padding: 9px 20px;
  line-height: 1.625;
  height: 47px;
  display: block;
  width: 100%;
  font-size: 13px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control:focus {
  border-color: #ddd;
  box-shadow: none;
  outline: none;
}

.form-control.col-md-4 {
  width: 31.33%;
  margin-right: 3%;
}

.form-control.col-md-4:last-child {
  margin-right: 0px;
}

#googleMap {
  height: 100%;
}

.contact-content {
  display: inline-block;
  width: 100%;
}

@media (max-width: 1024px) {
  .form-control.col-md-4 {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }

  .form-horizontal .col-md-6 {
    padding: 0px !important;
  }
}

@media (width: 1024px) {
  .col-md-6:nth-child(1) {
    padding-right: 10px !important;
  }

  .col-md-6:nth-child(2) {
    padding-left: 10px !important;
  }
}

/** 4.10. Interactive **/
.interactive-banner {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.interactive-banner .interactive-banner-profile {
  position: absolute;
  z-index: 2;
  margin: auto;
  content: "";
}

.interactive-banner .interactive-banner-profile h2 {
  text-transform: uppercase;
  margin: 10px 0 15px;
}

.interactive-banner .interactive-banner-profile small {
  text-transform: uppercase;
}

.interactive-banner .mask-link {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.interactive-banner .banner-title h2,
.interactive-banner .banner-title h3,
.interactive-banner .banner-title h4,
.interactive-banner .banner-title h5,
.interactive-banner .banner-title h6 {
  color: #fff;
}

.interactive-banner .action .icons:hover {
  background-color: #5cb85c !important;
  border: #5cb85c !important;
}

.interactive-banner.left .interactive-banner-profile {
  left: 20px;
}

.interactive-banner.right .interactive-banner-profile {
  right: 20px;
}

.interactive-banner.center .interactive-banner-profile {
  right: 0;
  left: 0;
}

.interactive-banner-v1 .interactive-banner-profile {
  width: 100%;
  height: 20px;
  bottom: 0;
  top: 0;
}

.interactive-banner-v2 .interactive-banner-profile {
  top: 40px;
  width: 100%;
  height: 20px;
}

.interactive-banner-v2 .interactive-banner-profile .action {
  padding: 5px 15px;
  margin-bottom: 3px;
  background-color: #fff;
  color: #333;
}

.interactive-banner-v2.left .interactive-banner-profile {
  left: 60px;
}

.interactive-banner-v2.right .interactive-banner-profile {
  right: 60px;
}

.interactive-banner-v2.center .interactive-banner-profile {
  right: 0;
  left: 0;
}

.interactive-banner-v3 .interactive-banner-profile {
  padding: 40px 60px;
  width: 100%;
  height: 100%;
  top: 0;
}

.interactive-banner-v3 .interactive-banner-profile .action {
  bottom: 60px;
  left: 60px;
  right: 60px;
  content: "";
  position: absolute;
}

.interactive-banner-v3 .interactive-banner-profile .action:after {
  content: "";
  position: absolute;
  border: 5px solid #fff;
  bottom: -30px;
  left: -30px;
  right: -30px;
  height: calc(100% + 60px);
  width: calc(100% + 60px);
  z-index: -1;
}

.interactive-banner-v4 .interactive-banner-profile {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  position: absolute;
  content: "";
  -webkit-transform: translate3d(0px, 60px, 0px);
  transform: translate3d(0px, 60px, 0px);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.interactive-banner-v4 .interactive-banner-profile .action {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.35s ease 0s;
  position: relative;
  background-color: #5cb85c;
  margin: 0 -30px;
  padding: 20px 30px;
}

.interactive-banner-v4 .interactive-banner-profile img {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.35s ease 0s;
}

.interactive-banner-v4:hover .interactive-banner-profile {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.interactive-banner-v4:hover .interactive-banner-profile .action {
  opacity: 1;
  filter: alpha(opacity=100);
}

.interactive-banner-v4:hover .interactive-banner-profile img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.interactive-banner-v5 .interactive-banner-profile {
  width: 55%;
  height: 120px;
  bottom: 0;
  top: 0;
}

.interactive-banner-v5 a.links {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  -webkit-transform: translate3d(0px, -60px, 0px);
  transform: translate3d(0px, -60px, 0px);
}

.interactive-banner-v5:hover a.links {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/** 4.11. About-team **/
.effect-v6 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  /* style for hover */
}

.effect-v6 img {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.35s ease 0s;
  width: 100%;
}

.effect-v6 .action {
  -webkit-transform: translate3d(0px, -100px, 0px);
  transform: translate3d(0px, -100px, 0px);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}

.effect-v6 .action i.icons {
  color: #555555;
  font-size: 22px;
  margin: 0 10px;
}

.effect-v6 .action i.icons:hover {
  color: #ba933e !important;
  background: none !important;
}

.effect-v6:hover {
  border-color: #ba933e;
}

.effect-v6:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.effect-v6:hover .action {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.about-icon .feature-box p {
  font-family: 'Roboto';
  font-style: normal;
}

.about-content {
  background-color: #eee;
}

.about-content .banner-title {
  text-align: center;
}

.about-content .banner-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
  font-family: 'Roboto';
}

.about-content .banner-title p {
  font-family: "Lora";
  font-style: italic;
  color: #555555;
  line-height: 20px;
}

.about-content .effect-v6 {
  border-radius: 50%;
  background: #fff;
  border: 4px solid #ba933e;
}

.about-content .effect-v6 img {
  border-radius: 50%;
}

.about-content .interactive-banner {
  max-width: 200px;
}

.our-skills h3 {
  font-family: 'Roboto';
  color: #555555;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.our-skills .progress-bar-success {
  background: #ba933e;
}

.our-skills .progress-bar {
  box-shadow: none;
  position: relative;
}

.our-skills .progress-bar span {
  position: absolute;
  top: -30px;
  right: -15px;
  color: #555555;
  font-family: "texgyreadventorbold";
  font-size: 14px;
}

.our-skills .progress {
  border-radius: 0;
  height: 8px;
  box-shadow: none;
  overflow: visible;
}

@media (max-width: 767px) {
  .about-us {
    margin-bottom: 20px !important;
  }

  .about-us .col-md-4:nth-child(2) .feature-box {
    margin: 40px 0px 60px !important;
  }
}

/** 4.12. Blog **/
.blog-post-container h3 {
  font-size: 14px;
  margin-bottom: 3px;
}

.blog-post-container .read-more {
  margin-top: 20px;
}

.blog-post-container .post-by {
  font-family: 'Roboto';
  font-size: 12px;
  text-transform: uppercase;
  color: #555555;
  display: inline-block;
  width: 100%;
  margin: 20px 0px;
}

.blog-post-container .post-by span:last-child {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #eeeeee;
}

.blog-post-container.blog-post-columns-2 .blog-post-item {
  width: 50%;
}

.blog-post-container.blog-post-columns-2 .blog-post-item:nth-child(2n+1) {
  padding-right: 10px;
}

.blog-post-container.blog-post-columns-2 .blog-post-item:nth-child(2n) {
  padding-left: 10px;
}

.blog-post-container.blog-post-columns-3 .blog-post-item {
  width: 33.33%;
}

.blog-post-container.blog-post-columns-3 .blog-post-item:nth-child(3n+1) {
  padding-right: 14px;
}

.blog-post-container.blog-post-columns-3 .blog-post-item:nth-child(3n+2) {
  padding-right: 7px;
  padding-left: 7px;
}

.blog-post-container.blog-post-columns-3 .blog-post-item:nth-child(3n) {
  padding-left: 14px;
}

.blog-post-container .blog-post-item {
  float: left;
  margin-bottom: 50px;
}

.blog-post-container .blog-post-item h3 {
  min-height: auto;
  font-size: 15px;
  margin-top: 10px;
}

.blog-post-container .blog-post-item h3 a {
  color: #555555;
}

.blog-post-container .blog-post-item h3 a:hover {
  color: #ba933e;
}

.blog-post-container .blog-post-item .post-date {
  margin: 5px 0px;
}

.blog-post-container .blog-post-item .content {
  font-family: 'Roboto';
  line-height: 22px;
  color: #555555;
  margin-top: 10px;
}

.blog-post-container .blog-post-item .content p {
  margin: 5px 0px;
}

.blog-post-container .blog-post-item .blog-post-image {
  background: #000;
  border-radius: 0;
  height: auto;
  border: none;
  position: relative;
  width: 100%;
}

.blog-post-container .blog-post-item .blog-post-image:hover {
  border: none;
}

.blog-post-container .blog-post-item .blog-post-image .action {
  position: absolute;
  text-align: center;
  left: 0px;
  top: 50%;
  margin-top: -33px;
}

.blog-post-container .blog-post-item .blog-post-image .action .icons {
  transition: all 0.3s ease-out 0s;
  font-size: 24px;
  color: #fff;
  box-shadow: 0 0 0 30px #ba933e inset;
  padding: 20px;
  border-radius: 50%;
}

.blog-post-container .blog-post-item .blog-post-image .action .icons:hover {
  box-shadow: 0 0 0 2px #ba933e inset;
  color: #ba933e;
}

.blog-post-container .blog-post-item .blog-post-image img {
  width: 100%;
  border-radius: 0 !important;
}

.blog-post-container .blog-post-item .posted {
  font-family: 'Roboto';
  color: #666;
  margin-top: 25px;
}

.blog-post-container .blog-post-item .posted i {
  font-size: 14px;
  color: #888888;
}

.blog-post-container .contact-content {
  font-family: 'Roboto';
}

.blog-post-container .contact-content h4 {
  color: #333333;
  margin: 20px 0px;
  font-size: 14px;
}

.blog-post-container .contact-content label.control-label {
  font-size: 14px;
}

.blog-post-container .blog-colum-left {
  padding-right: 0px;
}

.blog-post-container .blog-colum-left .image img {
  max-width: 100%;
}

.blog-post-container .blog-colum-left {
  padding-left: 0px;
}

.blog-post-container .pagination-container {
  text-align: center;
}

.blog-post-container .pagination-container nav.pagination a,
.blog-post-container .pagination-container nav.pagination span {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
}

.blog-post-container .pagination-container nav.pagination a.next,
.blog-post-container .pagination-container nav.pagination a.prev {
  width: auto;
  padding: 0 15px;
}

.blog-post-container .share-tags {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 0px;
}

.blog-post-container .share-tags span {
  font-size: 13px;
  color: #555555;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 15px;
}

.blog-post-container .share-tags i {
  color: #555555;
  margin: 0px 5px;
}

.blog-post-container .share-tags i:hover {
  color: #ba933e;
}

.blog-post-container .share-tags .share {
  float: left;
}

.blog-post-container .share-tags .tags {
  float: right;
}

.blog-post-container .share-tags a {
  font-family: 'Roboto';
  margin: 0 5px;
  color: #555555;
}

.blog-post-container .share-tags a.active {
  color: #ba933e;
  text-decoration: underline;
}

.blog-post-container .profile {
  border-bottom: 1px solid #d7d7d7;
  display: inline-block;
  width: 100%;
}

.blog-post-container .profile .avatar {
  width: 125px;
  height: 125px;
  border: 3px solid #ba933e;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}

.blog-post-container .profile .avatar img {
  width: 100%;
  border-radius: 50%;
}

.blog-post-container .profile .text {
  font-family: 'Roboto';
}

.blog-post-container .profile .text h3 {
  text-transform: capitalize;
  color: #333333;
  font-size: 16px;
}

.blog-post-container .profile .text p {
  font-size: 14px;
  color: #666;
}

.blog-post-container.blog-post-container-home6 .blog-post-item .blog-post-image {
  background: #fff;
}

.blog-post-container-home6 .blog-post-inner.owl-carousel .owl-controls .owl-nav .owl-prev,
.blog-post-container-home6 .blog-post-inner.owl-carousel .owl-controls .owl-nav .owl-next {
  margin-top: -40px;
}

.slider-product.slider-product-home6 .tabs li:hover,
.slider-product.slider-product-home6 .tabs li.active {
  color: #fff;
  background: #333333;
  border-radius: 10px;
}

.slider-product.slider-product-home6 .tabs li {
  font-weight: 400;
  font-family: "Lato";
  font-size: 14px;
  line-height: 25px;
}

.blog-post-container.blog-post-container-home5 .blog-post-item .post-date {
  font-family: 'Roboto';
  font-size: 12px;
}

.blog-post-container.blog-post-container-home5 .blog-post-item h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #333333;
}

.blog-post-container.blog-post-container-home5 .blog-post-item p.description {
  font-family: 'Roboto';
  font-size: 12px;
}

.banner-page-top {
  position: relative;
  display: inline-block;
  width: 100%;
}

.banner-page-top.banner-page-top-ver2 .text h3 {
  font-size: 50px;
}

.banner-page-top .text {
  height: 100px;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -50px;
  position: absolute;
}

.banner-page-top .text h4 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.banner-page-top .text h4 span {
  position: relative;
}

.banner-page-top .text h4 span:after {
  content: "";
  height: 4px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: -20px;
  background: #fff;
}

.banner-page-top .text h4 span:before {
  content: "";
  height: 4px;
  width: 14px;
  position: absolute;
  top: 50%;
  right: -20px;
  background: #fff;
}

.banner-page-top .text h3 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}

.banner-page-top .text p {
  font-family: 'Roboto';
  color: #ba933e;
  margin-top: 15px;
}

.banner-page-top img {
  width: 100%;
}

.page-blog .blog-post-container .blog-post-item h3 {
  margin-top: 20px !important;
}

.page-blog .blog-post-container .blog-post-item p.content {
  margin-top: 10px !important;
}

.page-blog .blog-post-container .blog-post-item .post-by {
  margin: 15px 0px;
}

.blog-post-container-home6 .blog-post-item.effect-v6 {
  background: #f4f4f4;
}

.blog-post-container-home6 .blog-post-item.effect-v6 .action {
  top: 0px;
  padding: 20px;
  text-align: left;
}

.blog-post-container-home6 .blog-post-item.effect-v6 .action h3 {
  min-height: auto;
  margin-bottom: 10px;
  font-family: "NexaBold";
  color: #666;
  font-size: 26px;
  text-transform: capitalize;
}

.blog-post-container-home6 .blog-post-item.effect-v6 .action .description {
  font-family: "Lato";
  font-size: 14px;
  color: #666;
  line-height: 15px;
}

.blog-post-container-home6 .blog-post-item.effect-v6 .action .post-date {
  padding-bottom: 15px;
  font-family: 'Roboto';
  color: #888888;
  font-style: normal;
}

.blog-post-container-home6 .blog-post-item.effect-v6 .action .post-date i {
  color: #888888;
}

.blog-post-container-home6 .blog-post-item.effect-v6 .action .post-date span {
  display: inline-block;
  color: #666;
  position: relative;
}

.blog-post-container-home6 .blog-post-item.effect-v6 .action .post-date span:after {
  position: absolute;
  content: "";
  left: -20px;
  bottom: -10px;
  background: #666;
  height: 1px;
  right: 0px;
}

.blog-post-container-home6 .blog-post-item.effect-v6 .action .read-more {
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  text-align: right;
}

.blog-post-container-home6 .blog-post-item.effect-v6 .action .read-more a {
  padding: 0px;
  background: none;
  color: #666;
  text-transform: capitalize;
  font-family: "Lato";
  transition: all 0.3s ease-out 0s;
}

.blog-post-container-home6 .blog-post-item.effect-v6 .action .read-more a i {
  color: #fff;
  font-size: 10px;
  padding: 1px;
  background: #666;
  margin-left: 5px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  text-align: center;
  vertical-align: 2px;
}

.blog-post-container-home6 .blog-post-item.effect-v6 .action .read-more a:hover {
  margin-right: 10px;
}

.blog-post-container-home6 .blog-post-item.effect-v6 .action a.user {
  color: #666;
  font-family: "Lato";
  display: inline-block;
  margin-top: 10px;
  transition: all 0.3s ease-out 0s;
}

.blog-post-container-home6 .blog-post-item.effect-v6 .action a.user i {
  margin-right: 5px;
}

.blog-post-container-home6 .blog-post-item.effect-v6 .action a.user:hover {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blog-page .widget-area {
    padding: 0px !important;
  }

  #secondary.col-md-3 {
    padding: 0px !important;
  }
}

@media (max-width: 467px) {
  .blog-post-container.blog-page .blog-post-item {
    width: 100% !important;
    padding: 0px !important;
  }
}

/** 4.13. Images Zoom **/
.product-img-box {
  margin-bottom: 50px;
  text-align: center;
}

.product-img-box #image-view {
  display: inline-block;
}

.product-img-box .thumb-content {
  margin-top: 20px;
  width: 100%;
}

.product-img-box .thumb-content li {
  display: inline-block;
  width: 25%;
  float: left;
  padding-right: 15px;
  margin-bottom: 20px;
}

.product-img-box .thumb-content li:nth-child(4n+2) {
  padding-left: 5px;
  padding-right: 10px;
}

.product-img-box .thumb-content li:nth-child(4n+3) {
  padding-left: 10px;
  padding-right: 5px;
}

.product-img-box .thumb-content li:nth-child(4n) {
  padding-left: 15px;
  padding-right: 0px;
}

.product-img-box .thumb-content li a {
  display: inline-block;
  border: 2px solid #fff;
}

.product-img-box .thumb-content li.active a {
  border: 2px solid #ba933e;
}

.product-img-box img {
  width: 100%;
}

.product-details-content .col-md-6:first-child {
  padding-left: 0px;
}

/** 4.14. Icon Progress Bar **/
.icon-rating {
  float: left;
}

.icon-rating input {
  left: -9999px;
  position: absolute;
}

.icon-rating label {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 22px;
  height: 17px;
  line-height: 17px;
  padding: 0 1px;
}

.icon-rating label {
  color: #e0e0e0;
  transition: color 0.3s ease 0s;
}

.icon-rating input+label:hover,
.icon-rating input+label:hover~label {
  color: #e19824;
}

.icon-rating input:checked~label {
  color: #e19824;
}

.icon-rating-horizontal {
  float: none;
  text-align: center;
}

.icon-rating-horizontal label {
  float: none;
  height: 20px;
  line-height: 20px;
}

.light-style {
  color: #fff;
}

.light-style h1,
.light-style h2,
.light-style h3,
.light-style h4,
.light-style h5,
.light-style h6 {
  color: #fff;
}

.bg-success .icon-rating label {
  color: #947531;
}

.bg-success .icon-rating input+label:hover,
.bg-success .icon-rating input+label:hover~label,
.bg-success .icon-rating input:checked~label {
  color: #fff;
}

.bg-danger .icon-rating label {
  color: #b52b27;
}

.bg-danger .icon-rating input+label:hover,
.bg-danger .icon-rating input+label:hover~label,
.bg-danger .icon-rating input:checked~label {
  color: #fff;
}

.bg-warning .icon-rating label {
  color: #df8a13;
}

.bg-warning .icon-rating input+label:hover,
.bg-warning .icon-rating input+label:hover~label,
.bg-warning .icon-rating input:checked~label {
  color: #fff;
}

.bg-primary .icon-rating label {
  color: #81662b;
}

.bg-primary .icon-rating input+label:hover,
.bg-primary .icon-rating input+label:hover~label,
.bg-primary .icon-rating input:checked~label {
  color: #fff;
}

.bg-info .icon-rating label {
  color: #28a1c5;
}

.bg-info .icon-rating input+label:hover,
.bg-info .icon-rating input+label:hover~label,
.bg-info .icon-rating input:checked~label {
  color: #fff;
}

/** 4.15. Parallax **/
/** 4.16 Instagram **/
.wrap-slider-testti .head-item .images {
  width: 90;
  height: 90;
  float: left;
}

.wrap-slider-testti .head-item .images img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #ba933e;
  margin-right: 10px;
}

.wrap-slider-testti .head-item .text a {
  display: inline-block;
  margin-top: 22px;
  font-size: 15px;
  color: #ddd;
  margin-bottom: 3px;
  transition: all 0.5s ease-out 0s;
}

.wrap-slider-testti .head-item .text a:hover {
  padding-left: 7px;
}

.wrap-slider-testti .head-item .text p {
  font-style: italic;
  font-size: 11px;
  color: #888;
}

.wrap-slider-testti .head-item .text i {
  font-size: 11px;
  color: #888;
  font-style: normal;
}

.wrap-slider-testti .content {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 30px;
  position: relative;
  font-family: 'Roboto';
}

.wrap-slider-testti .content i {
  vertical-align: 9px;
  margin-right: 10px;
  color: #aaa;
}

.wrap-slider-testti .content i.fa-quote-right {
  position: absolute;
  right: 0px;
  bottom: 6px;
}

.policy i {
  font-size: 24px;
  background: #e5e5e5;
  color: #333333;
  padding: 17px;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
}

.policy ul li {
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.policy ul li .text h4 {
  color: #333333;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 8px;
}

.policy ul li .text p {
  font-family: 'Roboto';
  color: #888888;
  font-size: 13px;
  line-height: 20px;
}

.policy ul li a:hover i {
  background: #808f66;
  color: #fff;
}

.policy-home4 {
  background: #222;
  border-bottom: 5px solid #373737 !important;
}

.policy-home4 ul li .text h4 {
  color: #ddd;
}

.policy-home4 ul li a i {
  background: #555555;
  color: #fff;
}

.policy-home4 ul li a:hover i {
  background: #ddd;
  color: #333333;
}

.policy.head-policy {
  border-bottom: 1px solid #eeeeee;
}

.policy.head-policy ul {
  width: 100%;
}

.policy.head-policy ul li {
  display: inline-block;
  width: 33.33%;
}

.top-brand a {
  float: left;
  width: 50%;
  display: inline-block;
  margin-bottom: 10px;
}

.top-brand a img {
  width: 100%;
}

.top-brand a:nth-child(2n) {
  padding-left: 5px;
}

.top-brand a:nth-child(2n+1) {
  padding-right: 5px;
}

.home-v2 .wrap-slider-testti .images img {
  border: 2px solid #808f66;
}

.home-v2 .wrap-slider-testti .text a {
  color: #333333;
}

.home-v2 .wrap-slider-testti .text p {
  color: #888;
  font-family: 'Roboto';
}

.home-v2 .wrap-slider-testti .content i {
  color: #808f66;
}

.countdown-times {
  margin-bottom: 20px;
}

.countdown-times .distance {
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  padding: 10px 5px;
  border: 2px solid #888;
  width: 60px;
}

.countdown-times .distance:last-child {
  margin: 0px;
}

.countdown-times .distance .number,
.countdown-times .distance .text {
  color: #fff;
  font-size: 20px;
}

.countdown-times .distance .text {
  font-family: 'Roboto';
  text-transform: capitalize;
  color: #ddd;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.home-v4 .policy {
  background: #222;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #373737;
  margin-bottom: 0px;
  padding: 80px 0px 70px;
}

.home-v4 .policy i {
  background: #555555;
  color: #ddd;
}

.home-v4 .policy ul li {
  width: 33.33%;
  float: left;
}

.home-v4 .policy ul li .text h4 {
  color: #ddd;
}

.home-v4 .policy ul li:hover i {
  color: #555555;
  background: #ddd;
}

.policy.policy-home-5 {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

.policy.policy-home-5 ul li {
  width: 33.33%;
  float: left;
}

.policy.policy-home-5 ul li i {
  background: #555555;
  color: #ddd;
}

.policy.policy-home7 {
  margin-top: 0px;
  border-bottom: none;
  display: inline-block;
  width: 100%;
}

.policy.policy-home7 ul li {
  padding: 0 10px;
}

.policy.policy-home7 ul li a {
  display: inline-block;
  width: 100%;
  background: #7accc8;
  padding: 22px 30px;
}

.policy.policy-home7 ul li a .text h4,
.policy.policy-home7 ul li a .text p {
  color: #fff;
}

.policy.policy-home7 ul li a:hover i {
  background: none !important;
}

.policy.policy-home7 ul li:first-child {
  padding: 0 10px 0 0;
}

.policy.policy-home7 ul li:first-child a {
  background: #fec689;
}

.policy.policy-home7 ul li:last-child {
  padding: 0 0 0 10px;
}

.policy.policy-home7 ul li:last-child a {
  background: #c4df9c;
}

.policy.policy-home7 ul li i {
  background: none;
  color: #fff;
  font-size: 40px;
  padding: 10px;
}

.policy.policy-home7 ul li:hover i {
  background: none;
  color: #fff;
}

.testimonial-widget .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.testimonial-widget .item .images {
  display: inline-block;
  float: left;
  width: 70px;
  margin-right: 10px;
}

.testimonial-widget .item .images img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-widget .item .text h3 {
  text-transform: uppercase;
  font-size: 12px;
  color: #555555;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
}

.testimonial-widget .item .text p {
  font-family: 'Roboto';
  color: #888888;
  line-height: 15px;
}

/** 5. Ecommerce **/
/** 5.1. Shop General **/
.pagination-container {
  display: inline-block;
  width: 100%;
}

nav.pagination {
  font-family: 'Roboto';
  font-size: 13px;
  margin: 0px;
}

nav.pagination a,
nav.pagination span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #eeeeee;
  color: #333333;
  vertical-align: bottom;
}

nav.pagination a:hover,
nav.pagination span:hover {
  background: #333333;
  color: #eeeeee;
}

nav.pagination span {
  background: #333333;
  color: #eeeeee;
}

nav.pagination .next i,
nav.pagination .prev i {
  font-size: 18px;
  color: #666;
  margin-top: 8px;
}

nav.pagination .next:hover,
nav.pagination .prev:hover {
  background: #ba933e;
}

nav.pagination .next:hover i,
nav.pagination .prev:hover i {
  color: #eeeeee;
}

/** 5.2. Item view templates **/
.products.grid_full .item-inner {
  width: 25%;
  float: left;
  margin: 15px 0px;
  padding: 0 15px;
}

.products.grid_full.grid_sidebar .item-inner {
  width: 33.33%;
}

.products.grid_full.grid_sidebar .item-inner:nth-child(3n+1) {
  padding: 0px 20px 0 0;
}

.products.grid_full.grid_sidebar .item-inner:nth-child(3n+2) {
  padding: 0 10px;
}

.products.grid_full.grid_sidebar .item-inner:nth-child(3n) {
  padding: 0px 0 0 20px;
}

.products.grid_full .container {
  padding: 0px;
}

.products.grid_full.list-item .item-inner {
  transition: all 0.3s ease 0s;
  width: 100%;
  padding: 0 0 10px 0 !important;
}

.products.grid_full.list-item .item-inner .product-images {
  width: 20%;
  float: left;
}

.products.grid_full.list-item .item-inner .product-title,
.products.grid_full.list-item .item-inner .product-price,
.products.grid_full.list-item .item-inner .description {
  width: 80%;
  float: right;
  padding-left: 20px;
}

.products.grid_full.list-item .item-inner .product-title {
  font-weight: 700;
  font-size: 16px;
  color: #555555;
}

.products.grid_full.list-item .item-inner .add-to-cart {
  margin-left: 20px;
  position: inherit;
  top: inherit;
}

.products.grid_full.list-item .item-inner .add-to-cart:hover {
  background: #fff;
}

.products.grid_full.list-item .item-inner .description {
  display: inline-block;
}

.products.grid_full.list-item .item-inner .content-star {
  float: left;
  width: 100%;
}

.products.grid_full.list-item .item-inner .action {
  position: relative;
  top: inherit;
  display: inline-block;
  right: inherit;
  float: inherit;
}

.products.grid_full.list-item .item-inner .action a {
  background: #eeeeee;
}

.products.grid_full.list-item .item-inner .action a:first-child {
  margin-right: 0px;
}

.products.grid_full.list-item .item-inner .action a:hover i {
  color: #fff;
}

.products.grid_full .product .wrap-product-images {
  position: relative;
}

.products.grid_full .product .add-to-cart {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 0px;
  text-align: center;
  background: none;
  box-shadow: 0 0 0 30px #ba933e inset;
  color: #fff;
  line-height: 54px;
  padding: 0 37px;
}

.products.grid_full .product .add-to-cart:hover {
  background: url("../images/Hermes-home1-header.png");
  color: #ba933e;
  box-shadow: 0 0 0 2px #ba933e inset;
}

.products.grid_full .product .add-to-cart::after {
  content: "";
}

.products.grid_full .product .product-price::after {
  position: static;
}

.products.grid_full .product .action {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.products.grid_full .product .action a {
  line-height: 54px;
  background: url("../images/Hermes-home1-header.png");
  display: inline-block;
  box-shadow: 0 0 0 0px #ba933e inset;
  padding: 0 15px;
}

.products.grid_full .product .action a:first-child {
  margin-right: -5px;
}

.products.grid_full .product .action a:hover {
  box-shadow: 0 0 0 30px #ba933e inset;
}

.products.grid_full .product .action a:hover i {
  color: #fff;
}

.products .product {
  position: relative;
}

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

.products .product p.product-title,
.products .product .description {
  font-family: 'Roboto';
  font-size: 14px;
  color: #555555;
  line-height: 34px;
}

.products .product .description {
  line-height: 20px;
  display: none;
}

.products .product .product-price {
  font-size: 16px;
  color: #222;
  line-height: 34px;
  margin-bottom: 10px;
  position: relative;
}

.products .product .product-price:after {
  position: absolute;
  content: "";
  height: 1px;
  background: #eeeeee;
  bottom: 0px;
  left: 50%;
  right: 50%;
  transition: all 0.6s ease 0s;
}

.products .product .add-to-cart {
  display: inline-block;
  padding: 0px;
  text-transform: uppercase;
  font-size: 13px;
  color: #222;
  margin-bottom: 20px;
  font-style: normal;
  opacity: 0;
  padding-left: 20px;
  transition: all 0.3s ease 0s;
  position: relative;
}

.products .product .add-to-cart::after {
  font-family: "FontAwesome";
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  content: "\f067";
  left: 0px;
  top: 3px;
  color: #555555;
}

.products .product img.secondary_image {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  transition: all 0.9s ease 0s;
}

.products .product .action {
  display: inline-block;
  vertical-align: top;
  float: right;
}

.products .product .action a {
  opacity: 0;
}

.products .product .action a:first-child {
  transition: all 0.3s ease 0.2s;
}

.products .product .action a:first-child i {
  margin-left: 8px;
}

.products .product .action a:last-child {
  transition: all 0.3s ease 0.4s;
}

.products .product .action a i {
  font-size: 16px;
  color: #888;
  margin: 0 5px;
}

.products .product .content-star {
  float: right;
  font-size: 10px;
  color: #ddd;
  margin-bottom: 0px;
  margin-top: 10px;
}

.products .product .content-star i.active {
  color: #e19824;
}

.products .product .lable {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
  font-size: 11px;
  text-transform: capitalize;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  background-color: #000;
}

.products .product.sale .product-price {
  color: #e19824;
}

.products .product.sale .product-price .price-old {
  color: #999;
  font-weight: 400;
  margin-left: 5px;
  text-decoration: line-through;
}

.slider-home7 .product .time {
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 9999;
  width: 60px;
}

.slider-home7 .product .time .distance {
  margin-right: 0px;
  margin-bottom: 5px;
  padding: 5px;
  border: none;
}

.slider-home7 .product .time .distance.day {
  background: #fe8989;
}

.slider-home7 .product .time .distance.hours {
  background: #fec689;
}

.slider-home7 .product .time .distance.minutes {
  background: #7accc8;
}

.slider-home7 .product .time .distance.seconds {
  background: #c4df9c;
}

.slider-home7 .product .time .distance .number {
  font-size: 16px;
  font-weight: 400;
}

.slider-home7 .product .time .distance .text {
  color: #fff;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 8px;
}

.item-inner {
  border-radius: 0px 0px 8px 8px;
  transition: all 0.5s ease 0s;
}

.item-inner:hover .product img.secondary_image {
  opacity: 100;
}

.item-inner:hover img.primary_image {
  opacity: 0;
}

.item-inner:hover .product .action a {
  opacity: 100;
}

.item-inner:hover .add-to-cart {
  opacity: 100;
}

.item-inner:hover .product-price:after {
  left: 0px;
  right: 0px;
}

.tab-content {
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.tab-content.active,
.ordering span.tab-content:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/** 5.3. Shop Widget **/
.widget ul.product-categories ul li a,
.widget ul li a {
  color: #333;
  font-family: 'Roboto';
  text-transform: capitalize;
  color: #666;
}

.widget ul.product-categories ul li a:hover,
.widget ul li a:hover {
  color: #ba933e;
}

.widget {
  font-family: 'Roboto';
  color: #666;
  margin-bottom: 30px;
}

.widget.bottom-home1 {
  padding: 0px;
}

.widget.border-bottom .widget-title {
  border-bottom: 1px solid #eeeeee;
}

.widget.border-bottom .widget-title:after {
  width: 0px;
  height: 0px;
}

.widget .widget-title {
  font-size: 18px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-style: normal;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.widget .widget-title:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 30px;
  height: 3px;
  background: #ba933e;
}

.widget ul.product-categories {
  margin-bottom: 30px;
}

.widget ul.product-categories li {
  border-bottom: 1px solid #eeeeee;
  line-height: 30px;
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.widget ul.product-categories li i {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px;
  cursor: pointer;
}

.widget ul.product-categories li i.active::before {
  content: "\f068";
}

.widget ul.product-categories li a {
  text-transform: uppercase;
  color: #333;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 13px;
  font-style: normal;
}

.widget ul.product-categories ul {
  display: none;
  margin: 0px;
  border-top: 1px solid #eeeeee;
  padding: 6px 0px;
}

.widget ul.product-categories ul li {
  border-bottom: none;
  margin-bottom: 0px;
}

.widget ul.product-categories ul li a {
  transition: all 0.3s ease-out 0s;
}

.widget ul.product-categories ul li a:hover {
  margin-left: 15px;
}

.widget ul.product-categories ul li i {
  display: none;
}

.widget.sidebar-newsletter {
  background: #6dc5ee;
  padding: 20px;
}

.widget.sidebar-newsletter h3 {
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #aedaee;
  margin-bottom: 20px;
  margin-top: 10px;
}

.widget.sidebar-newsletter p {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 20px;
}

.widget.sidebar-newsletter form {
  position: relative;
}

.widget.sidebar-newsletter form input {
  background: #fff;
  border: none;
  font-family: 'Roboto';
  font-size: 12px;
  height: 35px;
  width: 100%;
  padding: 0px 35px 0 20px;
}

.widget.sidebar-newsletter form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  background: #fff;
  border: #fff;
}

.widget.sidebar-newsletter form button i {
  font-size: 18px;
  color: #888888;
}

.widget ul {
  margin-bottom: 15px;
}

.widget ul li {
  position: relative;
  line-height: 30px;
}

.widget ul li span {
  position: absolute;
  right: 0px;
  top: 0px;
}

.widget h4 {
  font-family: "Montserrat";
  font-style: normal;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  font-weight: 700;
}

.widget.bottom-home1-home5 .widget-title::after {
  background: #a3a3a3;
  width: 90px;
}

.home-v3.widget .widget-title {
  font-size: 24px;
}

.my-account {
  margin-bottom: 50px;
}

.my-account .widget ul li {
  margin-bottom: 20px;
}

.my-account .breadcrumb {
  margin-bottom: 80px;
}

.my-account .contact-form .link-button {
  float: right;
}

.connect-icon li {
  display: inline-block;
}

.connect-icon li i {
  color: #666;
  font-size: 20px;
  background: #eaeaea;
  height: 50px;
  width: 50px;
  padding: 16px;
  border-radius: 50%;
  text-align: center;
}

.connect-icon li i:hover {
  background: #12a170;
  color: #fff;
}

.home-v5 .widget .widget-title {
  border-bottom: none;
  position: relative;
  font-size: 20px;
  font-family: "NexaBold";
}

.home-v5 .widget .widget-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 92px;
  height: 3px;
  background: #a3a3a3;
}

.home-v5 #secondary .search-form button:hover {
  background: #12a170;
}

/** 5.4. Shop view Pages **/
#secondary {
  float: left;
}

#secondary.col-md-3 {
  padding-left: 0px;
  padding-right: 20px;
}

#secondary .search-form {
  position: relative;
}

#secondary .search-form input {
  width: 100%;
  height: 36px;
  border: 2px solid #eeeeee;
  border-radius: 20px;
  padding: 0 20px;
  font-family: 'Roboto';
  color: #666;
}

#secondary .search-form button {
  position: absolute;
  background: #333333;
  color: #dfdfdf;
  font-size: 14px;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  right: 3px;
  width: 34px;
  height: 34px;
}

#primary {
  float: right;
}

#primary.col-md-9 {
  padding-left: 10px;
  padding-right: 0px;
}

#secondary.secondary-home5 {
  float: right;
}

#secondary.secondary-home5.col-md-3 {
  padding-right: 0px;
  padding-left: 20px;
}

#primary.primary-home5 {
  float: left;
}

#primary.primary-home5.col-md-9 {
  padding-right: 10px;
  padding-left: 0px;
}

.bottom-home1-title h3.title {
  font-size: 24px;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

@media (max-width: 1024px) {

  .products.grid_full .item-inner,
  .products.grid_full.grid_sidebar .item-inner {
    width: 33.33%;
  }
}

@media (max-width: 767px) {

  .products.grid_full .item-inner,
  .products.grid_full.grid_sidebar .item-inner {
    width: 50%;
  }
}

@media (max-width: 467px) {

  .products.grid_full .item-inner,
  .products.grid_full.grid_sidebar .item-inner {
    width: 100%;
  }

  .ordering .order-by {
    margin-top: 20px;
    margin-left: 0px !important;
  }
}

/** 5.5. Shop Single **/
.product-details-content .col-md-6:last-child {
  padding-right: 0px;
  font-family: 'Roboto';
  display: inline-block;
}

.product-details-content .product-name h1 {
  color: #555555;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 20px;
  position: relative;
  padding-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

.product-details-content .product-name h1:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #ba933e;
}

.product-details-content .product-name p {
  color: #888888;
  line-height: 20px;
}

.product-details-content .rating .icon-rating label {
  margin: 4px 0 0 0 !important;
}

.product-details-content .rating i {
  font-size: 13px;
}

.product-details-content .rating ul {
  margin-left: 20px;
  vertical-align: bottom;
  display: inline-block;
}

.product-details-content .rating ul li {
  display: inline-block;
  color: #888888;
}

.product-details-content .rating ul li:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #888888;
}

.product-details-content .rating ul li a {
  color: #888888;
}

.product-details-content .wrap-price {
  border-bottom: 1px solid #ba933e;
}

.product-details-content .wrap-price p {
  font-style: normal;
  color: #333333;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}

.product-details-content .title-product {
  text-transform: capitalize;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
}

.product-details-content .form-group {
  position: relative;
  display: inline-block;
  width: 100%;
}

.product-details-content .form-group::after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: "FontAwesome";
  content: "";
  font-size: 15px;
  color: #555;
  line-height: 1;
  width: 10px;
  height: 10px;
  font-style: normal;
  color: #555555;
}

.product-details-content label.control-label {
  font-size: 14px !important;
}

.product-details-content .form-control {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  height: 38px;
}

.product-details-content .form-control option {
  padding: 10px 0;
}

.product-details-content .products .product .add-to-cart {
  background: #ba933e;
  margin: 0px;
  line-height: 52px;
  padding: 0 40px;
  color: #fff;
  opacity: 1;
  border: 1px solid #ba933e;
}

.product-details-content .products .product .add-to-cart:after {
  content: "";
}

.product-details-content .products .product .add-to-cart:hover {
  background: #fff;
  color: #ba933e;
}

.product-details-content .products .product .action {
  float: inherit;
  opacity: 1;
}

.product-details-content .products .product .action a {
  background: #eeeeee;
  opacity: 1;
  line-height: 54px;
  padding: 0 15px;
  display: inline-block;
  border: 1px solid #eeeeee;
}

.product-details-content .products .product .action a:hover {
  background: #ba933e;
  border: 1px solid #ba933e;
}

.product-details-content .products .product .action a:hover i {
  color: #fff;
}

.product-details-content .quantity p {
  margin-bottom: 10px;
}

.product-details-content .quantity input {
  height: 38px;
}

.product-details-content .quantity span,
.product-details-content .quantity .quanty-select {
  display: inline-block;
}

.product-details-content .quantity .quanty-select {
  position: relative;
}

.product-details-content .quantity select {
  margin-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(../images/Hermes-icon-select.jpg) no-repeat scroll right top;
  border: 1px solid #eeeeee;
  box-shadow: none;
  padding-right: 30px;
}

.title-product h3,
.hoz-tab-container ul li {
  font-size: 18px;
  color: #555555;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.title-product h3::after,
.hoz-tab-container ul li::after {
  content: "";
  background: #ba933e;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  position: absolute;
}

.title-product h3 {
  margin-bottom: 10px;
}

.upsell-product.products {
  margin: 0px -10px;
}

.hoz-tab-container {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}

.hoz-tab-container ul li {
  display: inline-block;
  cursor: pointer;
  margin-right: 30px;
}

.hoz-tab-container ul li:hover,
.hoz-tab-container ul li.active {
  color: #ba933e;
}

.hoz-tab-container ul li:last-child {
  margin-right: 0px;
}

.hoz-tab-container ul li.active::after {
  position: absolute;
}

.hoz-tab-container ul li::after {
  position: static;
}

.hoz-tab-container .tab-container p {
  font-family: 'Roboto';
  display: inline-block;
  width: 100%;
  margin: 3px 0px;
  font-size: 13px;
}

.hoz-tab-container .tab-container #description p {
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
}

.hoz-tab-container .tab-container #customer .col-md-6:first-child {
  padding-left: 0px;
}

.hoz-tab-container .tab-container #customer .icon-rating p {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

.hoz-tab-container .tab-container #customer .icon-rating i {
  font-size: 13px;
}

.hoz-tab-container .tab-container #customer label {
  margin: 5px 0 0 !important;
}

.hoz-tab-container .tab-container #customer .form-horizontal {
  font-family: 'Roboto';
  font-size: 13px;
}

.hoz-tab-container .tab-container #customer .form-horizontal label {
  color: #333333;
  margin-bottom: 10px !important;
  font-size: 13px;
  display: inline-block;
  widows: 100%;
}

.hoz-tab-container .tab-container #customer input[type=radio] {
  display: none;
}

.hoz-tab-container .tab-container #customer .customer-radio label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 20px !important;
  font-family: 'Roboto';
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
}

.hoz-tab-container .tab-container #customer .customer-radio label:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 2px;
  background: #fff;
  border: 1px solid #ba933e;
  width: 12px;
  height: 12px;
}

.hoz-tab-container .tab-container #customer .customer-radio input[type=radio]:checked+label:before {
  background: #ba933e;
}

.hoz-tab-container .tab-container h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
  color: #333333;
}

.hoz-tab-container .tab-container h4 {
  font-family: 'Roboto';
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}

.hoz-tab-container #product-tags .link-button {
  margin-top: 20px !important;
}

@media (max-width: 767px) {
  .product-details-content .col-md-6 {
    padding: 0px !important;
  }
}

/** 5.6. Shop Cart **/
/** 5.7. Shop Checkout **/
.checkout-header ul {
  padding: 10px 0px 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.checkout-header ul li {
  display: inline-block;
  width: 33.33%;
  float: left;
  text-transform: uppercase;
  color: #333333;
  font-size: 15px;
}

.checkout-header ul li:nth-child(2) {
  text-align: center;
}

.checkout-header ul li:nth-child(3) {
  text-align: right;
}

.checkout-header ul li.active span {
  background: #ba933e;
  color: #fff;
}

.checkout-header ul li span {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 13px;
  border-radius: 50%;
  background: #e5e5e5;
  color: #333333;
  width: 40px;
  height: 40px;
}

.account .col-md-6:nth-child(2n+1) {
  padding-left: 0px;
}

.account .col-md-6:nth-child(2n) padding-right {
  padding-right: 0px;
}

.account p {
  font-family: 'Roboto';
  color: #888888;
}

.check-out label {
  font-family: "Montserrat" !important;
  color: #555555 !important;
  font-weight: 700 !important;
  font-style: normal;
  text-transform: capitalize;
  font-size: 15px !important;
}

.cart-review {
  display: inline-block;
  width: 100%;
}

.cart-review table.table th:nth-child(2) {
  width: 30%;
}

.cart-review table.table th:nth-child(3) {
  width: 15%;
}

.cart-review table.table td:nth-child(2) {
  color: #888888;
}

.cart-review table.table td:nth-child(3),
.cart-review table.table td:nth-child(5) {
  color: #555555;
  font-style: normal;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

.icon {
  width: 100%;
  text-align: center;
}

.icon .fa-shopping-basket {
  font-size: 300px;
  color: #ddd;
  position: relative;
}

.icon .fa-check {
  position: absolute;
  right: -33px;
  bottom: -50px;
  font-size: 160px;
  color: #e11111;
}

.icon h3,
.icon h4 {
  text-transform: uppercase;
  color: #555555;
  text-align: center;
}

.icon h3 {
  font-size: 30px;
  margin-top: 80px;
}

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

.order-details .col-md-6:nth-of-type(2n+1) {
  padding-right: 0px;
}

.order-details .col-md-6:nth-of-type(2n) {
  padding-left: 0px;
}

.order-details .col-md-6 h4 {
  font-size: 15px;
  color: #555555;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.order-details .col-md-6 p {
  font-family: 'Roboto';
  color: #888888;
  margin: 4px 0px;
  line-height: 20px;
}

.order-details .col-md-6 p b {
  color: #222;
  font-weight: 400;
}

.order-details .col-md-6 p.total {
  text-transform: uppercase;
  color: #ba933e;
  font-style: normal;
  margin-top: 30px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

.order-details .col-md-6 p.total span {
  color: #555555;
}

.payment-order ul.tabs li {
  padding: 20px 0px 20px 20px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.payment-order ul.tabs li h3 {
  font-size: 15px;
  color: #555555;
  margin-bottom: 10px;
  display: inline-block;
}

.payment-order ul.tabs li p {
  font-family: 'Roboto';
  color: #888888;
}

.payment-order ul.tabs li i {
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  border: 1px solid #888888;
  position: absolute;
  left: 0px;
  top: 22px;
  background: #fff;
}

.payment-order ul.tabs li.active i {
  border: 1px solid #ba933e;
  background: #ba933e;
}

.payment-order ul.tabs li img {
  float: right;
}

.place-order-now {
  text-align: center;
  margin-top: 30px;
}

.form-group {
  margin-bottom: 25px !important;
}

.check-billing .text-price ul li {
  padding: 20px 0;
}

.check-billing .text-price ul li .text {
  font-family: 'Roboto', sans-serif;
}

.check-billing .text-price ul li .number.color {
  color: #e11111;
}

@media (max-width: 1024px) {
  .account .col-md-6 {
    padding: 0px !important;
  }

  .order-details .col-md-6 {
    padding: 0px !important;
  }
}

@media (max-width: 767px) {
  .check-confirm .col-md-6 {
    padding: 0px !important;
  }

  .check-confirm .col-md-6.order-details {
    margin-top: 40px;
  }

  .check-confirm .col-md-6 .icon h3 {
    font-size: 20px;
  }

  .check-confirm .col-md-6 .icon h4 {
    font-size: 15px;
  }

  .check-confirm .col-md-12 {
    padding: 0px !important;
  }

  .check-confirm .return-home a:first-child {
    margin-right: 10px;
  }

  .check-billing .contact-form .col-md-6 {
    padding: 0px !important;
  }

  .acc-login .form-group .btn.acc:nth-child(2n+1) {
    width: 100%;
  }

  .account .col-md-6.acc-login {
    margin-top: 50px;
  }
}

@media (max-width: 467px) {
  .checkout-header ul li {
    width: 100%;
    text-align: left !important;
    margin-bottom: 20px;
  }

  .icon .fa-shopping-basket {
    font-size: 220px;
  }
}

/** 5.8. Shop Wishlist **/
table.table th {
  font-size: 13px;
  text-transform: uppercase;
  color: #555555;
  border: none !important;
  font-weight: 400;
}

table.table th:nth-child(1),
table.table th:nth-child(2) {
  width: 15%;
}

table.table th:nth-child(3) {
  width: 25%;
}

table.table td {
  font-family: 'Roboto';
  padding: 30px 10px !important;
}

table.table td:first-child img {
  width: 100px;
  height: auto;
}

table.table td:nth-child(4),
table.table td:nth-child(6) {
  color: #333333 !important;
  font-size: 18px;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
}

table.table td:nth-child(2) a {
  color: #000;
  font-size: 13px;
}

table.table td:nth-child(3) {
  color: #888888;
  font-size: 13px;
}

table.table td:nth-child(5) input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #eeeeee;
  padding: 5px 10px;
}

table.table td:last-child a {
  font-family: "texgyreadventorbold";
  color: #e60d0d !important;
  font-size: 18px;
  font-style: normal;
}

table.table.wishlist td:nth-child(5) {
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #333333;
}

table.table.wishlist td:nth-child(6) a {
  color: #333333;
  background: #f2f2f2;
  padding: 10px;
  display: inline-block;
}

table.table.wishlist td:nth-child(6) a:hover {
  color: #fff;
  background: #ba933e;
}

.caculate-shipping .form-group:after,
.caculate-shipping .form-group:before {
  display: inline !important;
}

.caculate-shipping button {
  margin-top: 30px;
}

.coupon p {
  font-family: 'Roboto';
  color: #888888;
  line-height: 20px;
  margin-bottom: 30px;
  padding-top: 10px;
}

.coupon button {
  margin-top: 40px;
}

.text-price ul li {
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  float: left;
}

.text-price ul li .text {
  font-family: 'Roboto';
  font-size: 13px;
  color: #555555;
  float: left;
}

.text-price ul li .number {
  float: right;
  color: #555555;
  font-size: 18px;
  line-height: 20px;
}

.text-price a {
  margin-top: 30px;
}

@media (max-width: 767px) {

  table.table tr th.description,
  table.table tr th.product-avai,
  table.table tr th.total-price {
    display: none;
  }

  table.table tr td.description,
  table.table tr td.product-avai,
  table.table tr td.total-price {
    display: none;
  }

  table.table tr td:nth-child(5) input {
    width: 50px;
  }
}

@media (max-width: 467px) {
  table.table tr th {
    font-size: 10px;
  }

  table.table tr td {
    padding: 30px 7px !important;
  }

  table.table tr td img {
    width: 50px !important;
  }

  table.table tr td:nth-child(4) {
    font-size: 14px;
  }
}

/** 5.9. Track Order **/
.ordering {
  font-family: 'Roboto';
  font-size: 13px;
  color: #333333;
  display: inline-block;
  width: 100%;
  margin: 30px 0px 10px;
}

.ordering a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #333;
  padding: 0 15px;
  background: #eee;
  vertical-align: bottom;
}

.ordering span {
  display: inline-block;
  height: 35px;
  width: 35px;
  background: #eee url(../images/Futurelife-icon-list-col.png) no-repeat scroll center 8px;
  vertical-align: bottom;
  cursor: pointer;
}

.ordering span.active,
.ordering span:hover {
  background-color: #333;
  background-image: url(../images/Futurelife-icon-list-col-active.png) !important;
}

.ordering span.list {
  background-position: center bottom 11px !important;
}

.ordering .order-by {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

.ordering .order-by::after {
  position: absolute;
  content: "\f107";
  top: 9px;
  right: 10px;
  font-family: FontAwesome;
  line-height: 1;
  font-size: 16px;
  font-style: normal;
}

.ordering form {
  vertical-align: bottom;
}

.ordering form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  padding: 9px 25px 9px 15px;
  background: #eee;
  outline: none;
}

p.result-count {
  float: right;
  padding-bottom: 8px;
  border-bottom: 1px solid #b2b2b2;
  margin-top: 7px;
  font-family: 'Roboto';
  font-size: 13px;
}

/** 6. Templates Layout **/
/** 6.1. General **/
/** 6.2. Header **/
/** 6.2.1. General **/
#topbar {
  border-bottom: 1px solid #262627;
}

#topbar .topbar-left {
  display: inline-block;
  float: left;
}

#topbar .dropdown {
  padding-left: 10px;
  display: inline-block;
  border-left: 1px solid #262627;
}

#topbar .dropdown:first-child {
  border: none;
  padding-left: 0px;
  padding-right: 10px;
}

#topbar .dropdown .btn {
  height: 55px;
  border: none;
  border-radius: 0px;
  background: none;
  font-size: 13px;
  color: #555555;
  text-transform: uppercase;
  padding: 0 12px;
  outline: none;
  line-height: 55px;
  box-shadow: none;
}

#topbar .dropdown .btn.active,
#topbar .dropdown .ordering span.btn:hover,
.ordering #topbar .dropdown span.btn:hover,
#topbar .dropdown .btn:hover {
  color: #ddd;
}

#topbar .social {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
  float: right;
}

#topbar .social a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 12px;
}

#topbar .social a:hover i,
#topbar .social a.active i {
  color: #fff;
}

#topbar .social a i {
  font-size: 16px;
  color: #555555;
}

#topbar .topbar-right {
  display: inline-block;
  float: right;
}

#topbar .topbar-right .sign-in {
  border-left: 1px solid #262627;
  display: inline-block;
  padding: 0 20px;
  height: 55px;
  line-height: 55px;
}

#topbar .topbar-right a,
#topbar .topbar-right span {
  text-transform: capitalize;
  font-size: 14px;
  color: #ddd;
  font-family: 'Roboto';
  color: #666;
}

#topbar .topbar-right a:hover,
#topbar .topbar-right a.active {
  color: #ddd;
}

#topbar i.fa {
  color: #ddd;
  font-size: 11px;
  display: inline-block;
}

#header .cart .icon-cart {
  height: 54px;
}

#header .cart .cart-list {
  left: inherit;
  right: 0px;
  width: 345px;
  text-align: left;
  padding: 10px 0px 0px;
  background-color: #fff;
}

#header .cart .cart-list .cart-product-image {
  width: 70px;
  display: inline-block;
  vertical-align: top;
}

#header .cart .cart-list .cart-product-image img {
  width: 100%;
}

#header .cart .cart-list ul {
  padding: 0 20px;
}

#header .cart .cart-list li {
  padding: 20px 0px;
  border-bottom: 1px solid #eeeeee;
}

#header .cart .cart-list li a,
#header .cart .cart-list li .text {
  padding: 0px;
  display: inline-block;
  width: auto;
}

#header .cart .cart-list li a {
  margin-right: 20px;
}

#header .cart .cart-list li:last-child {
  border-bottom: none;
}

#header .cart .cart-list li .text .product-name {
  font-family: 'Roboto';
  color: #888888;
  line-height: 18px;
}

#header .cart .cart-list li .text .product-price {
  color: #333333;
  line-height: 34px;
  font-size: 16px;
}

#header .cart .cart-list .total {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-transform: capitalize;
  line-height: 34px;
  color: #222;
  font-size: 18px;
  padding: 15px 20px;
  border-top: 1px solid #eeeeee;
}

#header .cart .cart-list .total span {
  color: #ba933e;
}

#header .cart .cart-list .checkout {
  display: inline-block;
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  background: #000;
  color: #ba933e;
  text-transform: uppercase;
  font-size: 18px;
}

#header .cart .cart-list .checkout:hover {
  background: #ba933e;
  color: #fff;
}

#header .cart .cart-list .qty {
  font-family: 'Roboto';
  color: #ba933e;
  text-transform: uppercase;
}

#header .cart a {
  display: inline-block;
  position: relative;
}

#header .cart .cart-count {
  font-family: "Lora" !important;
  font-size: 9px;
  color: #000;
  display: inline-block;
  background-color: #e19824;
  border-radius: 50%;
  color: #fff;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -12px;
}

#header .search {
  margin-right: 30px;
  margin-top: 10px;
  position: relative;
}

#header .search .search-form {
  width: 320px;
  height: 40px;
  left: inherit;
  right: 0px;
}

#header .search .search-form input {
  width: 100%;
  height: 40px;
  border: 1px solid #eeeeee;
  box-shadow: none;
  background: #333;
  color: #555555;
  padding: 0 30px 0 15px;
  background-color: #fff;
  font-family: 'Roboto';
}

#header .search .search-form .icon-search {
  position: absolute;
  top: 0px;
  right: 0px;
  background: none;
  border: none;
}

#header .search .search-form .icon-search i {
  font-size: 18px;
  color: #888888;
  margin-top: 10px;
  margin-right: 10px;
  height: auto;
}

#header .search i {
  cursor: pointer;
  height: 56px;
}

#header.header-v1.fixed {
  position: fixed;
  background: url(../images/Hermes-home1-header.png) repeat;
}

#header.header-v1 {
  background: #0c0c0c;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  transition: all 300ms ease 0s;
}

#header.header-v1.labfixed {
  margin-top: -56px;
}

#header .header-top {
  text-align: center;
  padding: 25px 0px 0px;
}

#header .header-top .container {
  position: relative;
}

#header .header-top .col-md-10 {
  padding-left: 0px;
  position: static;
}

#header .header-top i.fa {
  font-size: 24px;
  color: #bbb;
}

#header .header-top .logo {
  float: left;
}

#header .header-top .logo a {
  font-size: 36px;
  color: #fff !important;
  text-transform: uppercase;
}

#header .header-top .search,
#header .header-top .cart {
  float: right;
  display: inline-block;
  margin-top: 8px;
}

#header .header-top .menu-top {
  display: inline-block;
  float: left;
  margin-left: 70px;
}

#header .header-top .menu-top i.fa {
  font-size: 14px;
}

#header .header-top .menu-top a {
  font-size: 14px;
  color: #555555;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 44px;
  padding: 0 5px;
}

#header .header-top .menu-top li {
  display: inline-block;
  padding: 0 20px;
}

#header .header-top .menu-top li.level1 {
  position: relative;
}

#header .header-top .menu-top li:hover a,
#header .header-top .menu-top li:hover i.fa {
  color: #ba933e;
}

#header .header-top .menu-top li:hover ul.menu-level2 a {
  color: #888888;
}

#header .header-top .menu-top li .menu-level2 li {
  display: block;
  text-align: center;
}

#header .header-top .menu-top li .menu-level2 li a {
  color: #888888;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 44px;
  width: 100%;
  padding: 5px 0px;
}

#header .header-top .menu-top li .menu-level2 li a:hover {
  color: #ddd;
}

#myCarousel {
  margin-top: -4px;
}

.mega-menu {
  display: inline-block;
  width: auto;
}

.mega-menu ul.navbar-nav {
  width: 100%;
}

.mega-menu ul.navbar-nav li {
  text-align: left;
  padding: 0 30px;
}

.mega-menu ul.navbar-nav li.level1 {
  padding-top: 6px;
  padding-bottom: 24px;
}

.mega-menu ul.navbar-nav li.dropdown {
  position: relative;
}

.mega-menu ul.navbar-nav li.dropdown.images {
  position: static;
}

.mega-menu ul.navbar-nav li.active a,
.mega-menu ul.navbar-nav li a:hover {
  background: none !important;
  color: #ba933e;
}

.mega-menu ul.navbar-nav li a {
  text-transform: uppercase;
  color: #ccc;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  font-size: 15px;
}

.mega-menu ul.navbar-nav li:hover ul.menu-level-1 {
  opacity: 1;
}

.mega-menu ul.navbar-nav li.level2 {
  border-bottom: none;
}

.mega-menu ul.navbar-nav ul.menu-level-1 {
  position: absolute;
  padding: 10px 0px;
  opacity: 0;
  left: 0px;
  min-width: 220px;
  top: 100%;
  background: #fff;
  transition: all 0.6s ease 0s;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  z-index: 999;
  margin-top: 4px;
}

.mega-menu ul.navbar-nav ul.menu-level-1.hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.mega-menu ul.navbar-nav ul.menu-level-1 li a {
  font-family: 'Roboto';
  font-size: 13px;
  color: #333333;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}

.mega-menu ul.navbar-nav ul.menu-level-1 li a:hover {
  padding-left: 10px;
  color: #ba933e;
}

.mega-menu ul.navbar-nav .sub-menu {
  transition: all 0.6s ease-out 0s;
  padding: 0 20px;
  top: 75%;
  background: #f6f6f6;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  left: 15px;
  right: 15px;
  border: none;
}

.mega-menu ul.navbar-nav .sub-menu.hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.mega-menu ul.navbar-nav .sub-menu .top-sub-menu {
  padding: 30px 0px;
  border-bottom: 1px solid #e7dac1;
  display: inline-block;
  width: 100%;
}

.mega-menu ul.navbar-nav .sub-menu .top-sub-menu .item {
  float: left;
  width: 33.33%;
  text-align: left;
  cursor: pointer;
}

.mega-menu ul.navbar-nav .sub-menu .top-sub-menu .item:hover .image {
  background: #555555;
  color: #fff;
}

.mega-menu ul.navbar-nav .sub-menu .top-sub-menu .item .image {
  display: inline-block;
  background: #ba933e;
  border-radius: 50%;
  text-align: left;
  vertical-align: 17px;
  margin-right: 5px;
  transition: all 0.5s ease-out 0s;
}

.mega-menu ul.navbar-nav .sub-menu .top-sub-menu .item .image i.fa {
  color: #fff !important;
  padding: 16px;
  font-size: 16px;
  display: inline-block;
}

.mega-menu ul.navbar-nav .sub-menu .top-sub-menu .item .text {
  display: inline-block;
  text-align: left;
  max-width: 270px;
  width: 270px;
}

.mega-menu ul.navbar-nav .sub-menu .top-sub-menu .item .text h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 5px;
}

.mega-menu ul.navbar-nav .sub-menu .top-sub-menu .item .text p {
  color: #777;
  line-height: 18px;
  font-size: 13px;
  font-family: 'Roboto';
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 {
  background: transparent;
  display: inline-block;
  width: 100%;
  padding: 50px 0px;
  position: relative;
  top: 0px;
  border: none;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2 {
  display: inline-block;
  float: left;
  border: none;
  text-align: left;
  width: 25%;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2:last-child,
.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2:nth-child(4) {
  width: 25%;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2 a {
  line-height: 30px;
  height: auto;
  background: none !important;
  font-size: 17px;
  color: #333333;
  padding: 0px;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2 a:hover {
  background: none !important;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 {
  border: none;
  width: 100%;
  text-align: left;
  padding: 0px;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 a {
  font-family: 'Roboto';
  color: #888888;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.5s ease-out 0s;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 a:hover {
  color: #ba933e;
  padding-left: 15px;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 ul.menu-level-2 {
  padding-top: 20px;
  position: relative;
}

.mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 ul.menu-level-2:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 0px;
  background-color: #ba933e;
  height: 3px;
  width: 30px;
}

.mega-menu ul.navbar-nav .sub-menu .bottom-sub-menu {
  display: inline-block;
  width: 100%;
  padding: 30px 0px;
  border-top: 1px solid #e7dac1;
}

.mega-menu ul.navbar-nav .sub-menu .bottom-sub-menu p {
  font-family: 'Roboto';
  font-size: 14px;
  color: #888888;
  text-align: left;
  line-height: 22px;
}

.icon-menu-mobile,
.mega-menu ul.navbar-nav li i {
  display: none;
}

.slidershow-container {
  margin-bottom: 50px;
}

.slidershow-container.slidershow-container-v2 {
  margin-bottom: 0px;
}

.slidershow-container .container {
  width: 100%;
  padding: 0px;
}

.slidershow-container .container img {
  width: 100%;
}

/** 6.2.2. Header version 2 **/
#topbar.topbar-v2 {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}

#topbar.topbar-v2 .topbar-left {
  float: right;
}

#topbar.topbar-v2 .voucher {
  margin-left: 0px;
}

#topbar.topbar-v2 .voucher a {
  border: 1px solid #ba933e;
  background: #ba933e;
  color: #fff;
}

#topbar.topbar-v2 .topbar-right .sign-in {
  border-left: none;
  border-color: #eeeeee;
}

#topbar.topbar-v2 .topbar-right .sign-in a {
  color: #555555;
}

#topbar.topbar-v2 .topbar-right .sign-in span {
  color: #999;
}

#topbar.topbar-v2 .dropdown .btn {
  border-color: #eeeeee !important;
  color: #555555;
}

#topbar.topbar-v2 .dropdown .btn i {
  color: #555555;
}

.mega-menu.mega-menu-v2 {
  box-shadow: none;
  border-bottom: 1px solid #eeeeee;
}

.megamenu-v2 .search-form {
  position: relative;
}

.megamenu-v2 .search-form input {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 20px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #605d5e;
  color: #888;
  font-family: "Lora";
  font-style: italic;
}

.megamenu-v2 .search-form button {
  background: transparent;
  color: #ddd;
  position: absolute;
  border: none;
  top: 10px;
  right: 10px;
}

.megamenu-v2 .search-form i {
  font-size: 18px;
}

.megamenu-v2.header-top .cart .cart-count {
  position: static;
  width: auto;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  font-size: 14px;
  font-style: italic;
  margin: 0px 10px;
}

.megamenu-v2.header-top .cart a {
  color: #ddd;
  width: 100%;
  text-align: center;
}

.megamenu-v2.header-top .cart i {
  font-size: 20px;
}

/** 6.2.3. Header version 2 **/
#header.header-v2 {
  position: relative;
  background: url("../images/Hermes-bg-footer.png") repeat;
}

#header.header-v2 .topbar {
  background: transparent;
  padding: 10px;
}

#header.header-v2 .header-top {
  padding: 34px 0px 84px;
}

/** 6.2.4. Header version 3 **/
#header.header-v3 #topbar {
  border-bottom: 1px solid #eeeeee;
}

#header.header-v3 #topbar .dropdown {
  border-left: 1px solid #eeeeee;
}

#header.header-v3 #topbar .dropdown .btn:hover {
  color: #6dc5ee;
}

#header.header-v3 #topbar .dropdown:first-child {
  border: none;
}

#header.header-v3 #topbar .topbar-right .sign-in {
  border-left: 1px solid #eeeeee;
}

#header.header-v3 .header-top .logo a {
  color: #333 !important;
}

#header.header-v3 .header-top .search i {
  color: #555555;
}

#header.header-v3 .header-top i.fa {
  color: #555555;
}

#header.header-v3 .social a:hover i,
#header.header-v3 .social a.active i {
  color: #6dc5ee;
}

#header.header-v3 .topbar-right a:hover,
#header.header-v3 .topbar-right a.active {
  color: #6dc5ee;
}

#header.header-v7 .header-top {
  padding: 25px 0px;
}

#header.header-v7 .header-top .search {
  float: initial;
  margin: 0px;
}

/** 6.2.6. Header version 5 **/
#header.header-v4 #topbar {
  background: #222;
}

#header.header-v4 #topbar .dropdown {
  border-right: 1px solid #404040;
  border-left: none;
  padding: 0 20px;
}

#header.header-v4 #topbar .dropdown:first-child {
  padding-left: 0px;
}

#header.header-v4 #topbar .sign-in {
  border-left: none;
  border-right: 1px solid #404040;
}

#header.header-v4 #topbar .cart.dropdown {
  padding: 17px 17px 17px 40px;
  border: none;
}

#header.header-v4 #topbar .cart.dropdown i {
  font-size: 20px;
}

#header.header-v4 #topbar .search.dropdown {
  border: none;
  margin-top: 16px;
}

#header.header-v4 #topbar .search.dropdown i {
  font-size: 20px;
  height: auto;
}

#header.header-v4 .dropdown .btn {
  color: #ddd;
}

#header.header-v4 .cart .icon-cart {
  height: auto;
}

#header.header-v4 .mega-menu {
  width: 100%;
  text-align: center;
}

#header.header-v4 .mega-menu ul.navbar-nav {
  float: inherit;
}

#header.header-v4 .mega-menu ul.navbar-nav li.level1 {
  float: inherit;
  display: inline-block;
}

#header.header-v4 .header-top .logo {
  float: inherit;
}

#header.header-v4 .header-top .logo a {
  color: #333333 !important;
}

#header.header-v4.header-v5 .header-top {
  background: #333333;
}

#header.header-v4.header-v5 .mega-menu {
  width: auto;
}

#header.header-v4.header-v5 .logo {
  float: left;
}

#header.header-v4.header-v5 .logo a {
  color: #fff !important;
}

#header.header-v6 #topbar {
  border-bottom: 1px solid #eeeeee;
}

#header.header-v6 .dropdown {
  border-left: 1px solid #eeeeee;
}

#header.header-v6 .dropdown:first-child {
  border: none;
}

#header.header-v6 .dropdown .btn {
  color: #888888;
}

#header.header-v6 .dropdown .btn.active,
#header.header-v6 .dropdown .ordering span.btn:hover,
.ordering #header.header-v6 .dropdown span.btn:hover,
#header.header-v6 .dropdown .btn:hover {
  color: #333333;
}

#header.header-v6 .topbar-right .sign-in {
  border-left: 1px solid #eeeeee;
}

#header.header-v6 .topbar-right a:hover {
  color: #333333;
}

#header.header-v6 .header-top {
  text-align: center;
}

#header.header-v6 .header-top .logo {
  float: initial;
  display: inline-block;
}

#header.header-v6 .header-top .logo a {
  color: #333333 !important;
  font-family: "NexaBold";
  font-size: 38px;
  font-weight: 400;
}

#header.header-v6 .header-top .search {
  float: left;
}

#header.header-v6 .header-top .search input {
  border: none;
  background: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
  font-style: normal;
  font-size: 12px;
  font-family: "Roboto";
  font-weight: 400;
  padding-left: 0px;
}

#header.header-v6 .header-top .dropdown {
  border: none;
}

#header.header-v6 .mega-menu ul.navbar-nav li a {
  font-family: "NexaBold";
  font-weight: 400;
}

#header.header-v6 .hotline {
  float: right;
  font-family: "NexaBold";
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 11px;
  margin-right: 50px;
}

#header.header-v6 .hotline i {
  font-size: 20px;
  vertical-align: -3px;
  margin-right: 10px;
  color: #333333;
}

/** 6.3. Sidebar **/
/** 6.4. Contents **/
/** 6.4.1. CMS default **/
/** 6.4.2. Blog **/
/** 6.5. Footers **/
/** 6.5.1. General **/
#footer {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  background: url("../images/Hermes-bg-footer.png") repeat;
  padding-top: 70px;
  margin-bottom: -3px;
}

#footer h3 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 60px;
  line-height: 24px;
  position: relative;
}

#footer h3:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -30px;
  width: 40px;
  height: 3px;
  background: #ba933e;
}

#footer .footer-bt {
  padding-bottom: 70px;
  margin-bottom: 70px;
}

#footer .footer-bt h3 {
  font-size: 22px;
  color: #ddd;
  margin-bottom: 50px;
}

#footer .footer-bt h3:after {
  position: static;
}

#footer.border-top {
  border-top: 1px solid #f2f2f2;
}

#footer .footer-top .col-md-6 p {
  max-width: 400px;
  margin-bottom: 20px;
  line-height: 24px;
}

#footer .footer-top .col-md-6 p.italic {
  font-family: 'Roboto';
  margin-top: 10px;
}

#footer .footer-top .col-md-6 .infomation p {
  margin-bottom: 0px;
}

#footer .footer-top .col-md-6 h2 {
  font-size: 36px;
  color: #eee;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#footer .footer-top .col-md-6 a {
  width: 140px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #ba933e;
  color: #ba933e;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  margin-top: 25px;
}

#footer .footer-top .col-md-6 a:hover {
  background: #ba933e;
  color: #fff;
}

#footer .footer-top .footer-top-bottom {
  margin-top: 100px;
}

#footer .footer-top .footer-top-bottom p {
  float: left;
}

#footer .footer-top .footer-top-bottom ul.menu {
  float: right;
}

#footer .footer-top .footer-top-bottom ul.menu li {
  display: inline-block;
  margin-left: 20px;
}

#footer .footer-top .footer-top-bottom ul.menu li a:hover {
  padding-left: 0px;
}

#footer .footer-top p {
  font-family: 'Roboto';
  color: #aaa;
  line-height: 24px;
}

#footer .footer-top .infomation p {
  color: #888;
}

#footer .footer-top .infomation i {
  font-size: 13px;
  color: #888;
  line-height: 24px;
  margin-right: 8px;
}

#footer .footer-top .col-md-4 ul {
  width: 50%;
  display: inline-block;
  float: left;
}

#footer .footer-top ul li a {
  font-family: 'Roboto' !important;
  font-size: 14px;
  color: #aaa;
  line-height: 30px;
  transition: all 0.5s ease-out 0s;
}

#footer .footer-top ul li a:hover {
  color: #ba933e;
  padding-left: 15px;
}

#footer .footer-bottom {
  padding: 30px 0px;
  border-top: 1px solid #262626;
  margin-top: 20px;
}

#footer .footer-bottom .col-md-6 {
  padding: 0px;
}

#footer .footer-bottom .col-md-6 span,
#footer .footer-bottom .col-md-6 form {
  display: inline-block;
}

#footer .footer-bottom .col-md-6 span {
  color: #ba933e;
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 30px;
}

#footer .footer-bottom .col-md-6 form input {
  font-family: 'Roboto';
  font-size: 13px;
  color: #666;
  background: #000;
  border: 2px solid #333333;
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
  width: 300px;
  margin-right: 5px;
}

#footer .footer-bottom .col-md-6:last-child {
  text-align: right;
}

#footer .footer-bottom a:hover i {
  color: #aaa;
  font-size: 20px;
  margin-right: 25px;
}

#footer .footer-bottom a i {
  color: #aaa;
  font-size: 20px;
  margin-right: 25px;
}

#footer .footer-bottom p,
#footer .footer-bottom p a {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 20px;
  color: #aaa;
}

#footer .footer-bottom p {
  float: right;
  padding-right: 0px;
}

.home-v1 .bottom-home1.footer-bt {
  padding-bottom: 100px !important;
  margin-bottom: 100px !important;
}

#footer.footer-v5 h3::after {
  bottom: 0px;
}

#footer.footer-v5.footer-v4 .footer-top ul li a::after {
  background: #12a170;
}

.bottom-home1 {
  position: relative;
}

.bottom-home1 .col-md-3:first-child {
  padding-left: 0px;
}

.bottom-home1:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  height: 6px;
  background: url(../images/Hermes-border-bottom.png) repeat-x;
  bottom: 0px;
}

.bottom-home1 p {
  color: #aaaaaa;
  font-family: 'Roboto';
  font-size: 13px;
  line-height: 20px;
}

.bottom-home1 .products-item {
  margin-bottom: 30px;
}

.bottom-home1 .products-item .product-images {
  width: 80px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -30px;
  position: relative;
}

.bottom-home1 .products-item .product-images img.secondary_image {
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
}

.bottom-home1 .products-item .product-images img.primary_image {
  width: 100%;
}

.bottom-home1 .products-item .product-content {
  display: inline-block;
  vertical-align: top;
}

.bottom-home1 .products-item .product-content .product-name {
  font-family: 'Roboto';
  color: #888;
  margin-bottom: 5px;
  display: inline-block;
}

.bottom-home1 .products-item .product-content .product-price {
  font-size: 16px;
  color: #ddd;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
}

.bottom-home1 .products-item .product-content .add-to-cart {
  text-transform: uppercase;
  font-size: 13px;
}

.bottom-home1 .products-item:hover .product-images img.secondary_image {
  opacity: 100;
}

.bottom-home1 .products-item:hover .product-images img.primary_image {
  opacity: 0;
}

.bottom-home1.bottom-home4 {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}

.bottom-home1.bottom-home4 .col-md-4:first-child {
  padding-left: 0px;
}

.bottom-home1.bottom-home4 .col-md-4:last-child {
  padding-right: 0px;
}

/** 6.5.2. Footer Version 1 **/
#footer.footer-v2 {
  margin-top: 0px;
}

#footer.footer-v2 .footer-bottom {
  border-top: 1px solid #efe6ef;
}

/** 6.5.3. Footer Version 2 **/
/** 6.5.3. Footer Version 3 **/
#footer.footer-v3 {
  margin-top: 0px;
  background: none;
  border-top: 1px solid #eeeeee;
}

#footer.footer-v3 .footer-top {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  width: 100%;
}

#footer.footer-v3 .footer-top .col-md-6 h2 a {
  border: none;
  padding: 0px;
  height: auto;
  width: auto;
  text-align: left;
  font-size: 36px;
  color: #333333;
}

#footer.footer-v3 .footer-top .col-md-6 a {
  border-color: #6dc5ee;
  color: #6dc5ee;
}

#footer.footer-v3 .footer-top a:hover {
  color: #6dc5ee;
}

#footer.footer-v3 .footer-top ul li a {
  color: #888888;
}

#footer.footer-v3 h3 {
  color: #333333;
}

#footer.footer-v3 .footer-bottom {
  border: none;
  margin-top: 0px;
  padding: 0px;
}

#footer.footer-v3 .footer-bottom .col-md-6:last-child {
  text-align: center;
}

#footer.footer-v3 .footer-bottom .col-md-6:last-child a {
  color: #888888;
  font-family: 'Roboto';
}

#footer.footer-v3 .footer-bottom .col-md-6:last-child a:nth-child(1),
#footer.footer-v3 .footer-bottom .col-md-6:last-child a:nth-child(2) {
  margin-right: 15px;
}

#footer.footer-v3 .footer-bottom .col-md-6:last-child a:hover,
#footer.footer-v3 .footer-bottom .col-md-6:last-child a.active {
  color: #6dd6d6;
  text-decoration: underline;
}

#footer.footer-v3 .footer-bottom .col-md-6:last-child a:hover i,
#footer.footer-v3 .footer-bottom .col-md-6:last-child a.active i {
  color: #6dd6d6;
}

#footer.footer-v3 .footer-bottom p {
  float: inherit;
}

#footer.footer-v3 .footer-bottom .border-footer {
  overflow: hidden;
  border-top: 1px solid #eeeeee;
  padding: 30px 0px;
}

#footer.footer-v3 .footer-bottom .border-footer .col-md-6:last-child {
  padding-right: 0px;
}

#footer.footer-v3 .footer-bottom .border-footer .col-md-6:last-child a {
  margin: 0px;
}

/** 6.5.3. Footer Version 4 **/
#footer.footer-v4 {
  background: #222;
  margin-top: -4px;
}

#footer.footer-v4 .footer-top h2 {
  margin-bottom: 40px;
}

#footer.footer-v4 .footer-top h2 a {
  color: #ddd;
  font-size: 40px;
  border: none;
  text-transform: uppercase;
}

#footer.footer-v4 .footer-top .col-md-4:first-child p.italic {
  font-size: 'Roboto';
  font-style: normal;
  color: #888888;
  margin-bottom: 20px;
}

#footer.footer-v4 .footer-top .col-md-4:first-child .infomation p {
  font-family: 'Roboto';
  color: #ddd;
}

#footer.footer-v4 .footer-top .col-md-4:first-child .infomation p i {
  color: #ddd;
  font-size: 16px;
}

#footer.footer-v4 .footer-top h3 {
  font-size: 20px;
  color: #ddd;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

#footer.footer-v4 .footer-top h3::after {
  height: 1px;
  background: #666;
}

#footer.footer-v4 .footer-top ul li a {
  position: relative;
}

#footer.footer-v4 .footer-top ul li a:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 1px;
  background: #ba933e;
  left: 0px;
  bottom: 0px;
  transition: all 0.3s ease-out 0s;
}

#footer.footer-v4 .footer-top ul li a:hover {
  padding-left: 0px;
}

#footer.footer-v4 .footer-top ul li a:hover:after {
  width: 100%;
}

#footer.footer-v4 .footer-top .col-md-4 form input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 1px solid #393939;
  color: #666;
  font-family: 'Roboto';
  padding: 0px 20px;
  margin-top: 20px;
}

#footer.footer-v4 .footer-top .col-md-4 form button {
  margin-top: 20px;
}

#footer.footer-v4 .footer-bottom ul li {
  display: inline-block;
  margin-right: 10px;
}

#footer.footer-v4 .footer-bottom ul li a {
  color: #888888;
  transition: all 0.3s ease-out 0s;
  font-family: 'Roboto';
  position: relative;
}

#footer.footer-v4 .footer-bottom ul li a:after {
  transition: all 0.3s ease-out 0s;
  position: absolute;
  content: "";
  width: 0px;
  height: 1px;
  background: #888888;
  left: 0;
  bottom: 0;
}

#footer.footer-v4 .footer-bottom ul li a.active,
#footer.footer-v4 .footer-bottom ul li a:hover {
  color: #ddd;
}

#footer.footer-v4 .footer-bottom ul li a.active:after,
#footer.footer-v4 .footer-bottom ul li a:hover:after {
  width: 100%;
}

#footer.footer-v4.footer-v5 .footer-top form {
  position: relative;
  border-radius: 20px;
  margin-bottom: 30px;
}

#footer.footer-v4.footer-v5 .footer-top form input {
  margin: 0px;
  border-radius: 20px;
  padding-right: 150px !important;
}

#footer.footer-v4.footer-v5 .footer-top form button {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 20px;
  background: #12a170;
  border: none;
  margin: 0px;
  border: 2px solid #12a170;
}

#footer.footer-v4.footer-v5 .footer-top form button:hover {
  background: transparent;
  color: #fff;
}

#footer.footer-v4.footer-v5 .footer-top .connect-icon {
  width: 100%;
}

#footer.footer-v4.footer-v5 .footer-top .connect-icon a:after {
  position: static !important;
}

#footer.footer-v4.footer-v5 .footer-top .connect-icon a i {
  border-radius: 0px;
  background: #363636;
  color: #7f7f7f;
}

#footer.footer-v4.footer-v5 .footer-top .connect-icon a:hover i {
  color: #fff;
  background: #12a170;
}

#footer.footer-v4.footer-v6 .footer-top ul.brand-footer {
  width: 100%;
}

#footer.footer-v4.footer-v6 .footer-top ul.brand-footer li {
  width: 50%;
  float: left;
  text-align: center;
  padding: 0 2px;
}

#footer.footer-v4.footer-v6 .footer-top ul.brand-footer li a {
  display: inline-block;
  width: 100%;
  border: 1px solid #444444;
  margin-bottom: 4px;
}

#footer.footer-v4.footer-v6 .footer-top ul.brand-footer li a:after {
  position: static;
}

#footer.footer-v4.footer-v6 .footer-top ul.brand-footer li a:hover {
  border: 1px solid #666666;
}

#footer.footer-v4.footer-v6 .footer-top form input {
  border-radius: 0px;
  background: #484848;
  color: #888888;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
}

#footer.footer-v4.footer-v6 .footer-top form button {
  border-radius: 0px;
  background: transparent;
  font-family: "Lato";
  font-weight: 700;
  font-size: 12px;
  color: #aaa;
  border: none;
}

#footer.footer-v4.footer-v6 .footer-top form button:after {
  position: absolute;
  content: "";
  left: 0px;
  width: 1px;
  height: 16px;
  background: #aaa;
  top: 13px;
}

#footer.footer-v4.footer-v6 .footer-bottom {
  background: #292929;
  padding: 25px 0px;
  margin-top: 50px;
}

/** 6.5.4. Footer Version 5 **/
#footer.footer-v5 .footer-bottom {
  background: #181818;
  border: none;
}

#footer.footer-v5 .footer-bottom .col-md-6 a:hover,
#footer.footer-v5 .footer-bottom .col-md-6 a.active {
  color: #fff !important;
}

#footer.footer-v5 .footer-bottom .col-md-6 a:hover i,
#footer.footer-v5 .footer-bottom .col-md-6 a.active i {
  color: #fff !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #footer .footer-top .col-md-4 {
    margin: 50px 0px;
    display: inline-block;
    width: 100%;
  }

  #footer .footer-top .col-md-4 ul.menu:last-child {
    text-align: right;
  }

  #footer .footer-top .col-md-4 ul.menu:last-child li a:hover {
    padding-right: 15px;
    padding-left: 0px;
  }

  #footer .footer-bottom .col-md-6 {
    text-align: center;
    margin-bottom: 10px;
  }

  #footer .footer-bottom p {
    float: inherit;
  }

  .banner-center .col-md-6,
  .banner-center .col-md-3 {
    padding: 0px !important;
  }

  .banner-center .col-md-6 {
    margin: 40px 0px;
  }

  .shipping-container .col-md-4:nth-child(2) {
    margin: 20px 0px;
  }

  #footer.footer-v3 .footer-bottom .col-md-6:last-child {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #footer .footer-top .col-md-4 {
    margin: 50px 0px;
    display: inline-block;
    width: 100%;
  }

  #footer .footer-top .col-md-4 ul.menu:last-child {
    text-align: right;
  }

  #footer .footer-top .col-md-4 ul.menu:last-child li a:hover {
    padding-right: 15px;
    padding-left: 0px;
  }

  #footer .footer-bottom .col-md-6 {
    text-align: center;
    margin-bottom: 10px;
  }

  #footer .footer-bottom p {
    float: inherit;
  }
}

/** 6.6. Home pages **/
/** 6.6.1 Home page 2 **/
.mega-menu.color-home2 ul.navbar-nav li.active a,
.mega-menu.color-home2 ul.navbar-nav li a:hover,
.mega-menu.color-home2 ul.navbar-nav ul.menu-level-1 li a:hover {
  color: #808f66;
}

.mega-menu.color-home2 ul.navbar-nav .sub-menu .top-sub-menu .item .image {
  background: #808f66;
}

.color-home2 .tp-bullets.simplebullets.round .bullet {
  border: 2px solid #808f66;
}

.color-home2 .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.color-home2 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  box-shadow: 0 0 0 30px #808f66 inset;
}

.mega-menu.color-home2 ul.navbar-nav .sub-menu .top-sub-menu {
  border-bottom: 1px solid #808f66;
}

.mega-menu.color-home2 ul.navbar-nav .sub-menu .bottom-sub-menu {
  border-top: 1px solid #808f66;
}

.color-home2.tp-banner-container .tp-rightarrow:hover,
.color-home2.tp-banner-container .tp-leftarrow:hover {
  box-shadow: 0 0 0 30px #808f66 inset;
}

#footer.color-home2 h3::after {
  background: #808f66;
}

#footer.color-home2 .footer-top .col-md-6 a {
  border: 2px solid #808f66;
  color: #808f66;
}

#footer.color-home2 .footer-top ul li a:hover,
#footer.color-home2 .footer-bottom .col-md-6 span {
  color: #808f66;
}

#footer.color-home2 .footer-top .col-md-6 a:hover {
  background: #808f66;
  color: #fff;
}

#footer.color-home2 .footer-top-bottom a.color {
  color: #808f66;
}

.button1.color-home2 {
  background: #808f66;
  border: 2px solid #808f66;
}

.button1.color-home2:hover {
  background: transparent;
  color: #808f66;
}

.color-home2 .tp-bullets.simplebullets.round .bullet {
  border: 2px solid #808f66;
}

.color-home2 .tp-bullets.simplebullets.round .bullet.selected,
.color-home2 .tp-bullets.simplebullets.round .bullet:hover {
  background: #808f66;
  border: 2px solid #808f66;
}

.blog-post-container.color-home2 .blog-post-item h3 a:hover {
  color: #808f66;
}

.blog-post-container.color-home2 .blog-post-item .blog-post-image .action .icons {
  box-shadow: 0 0 0 30px #808f66 inset;
}

.blog-post-container.color-home2 .blog-post-item .blog-post-image .action .icons:hover {
  box-shadow: 0 0 0 2px #808f66 inset;
  color: #808f66 !important;
}

.blog-post-container.color-home2 .blog-post-item .blog-post-image .action .icons {
  background: #808f66;
}

#header.color-home2 .cart .cart-count {
  background-color: #808f66;
}

.policy.color-home2 ul li a:hover i {
  background: #808f66;
}

#topbar.color-home2 .social a:hover i,
#topbar.color-home2 .social a.active i {
  color: #808f66;
}

#topbar.color-home2 .topbar-right a:hover,
#topbar.color-home2 .topbar-right a.active,
#topbar.color-home2 .dropdown .btn:hover {
  color: #808f66 !important;
}

.mega-menu.color-home3 ul.navbar-nav li.active a,
.mega-menu.color-home3 ul.navbar-nav li a:hover,
.mega-menu.color-home3 ul.navbar-nav ul.menu-level-1 li a:hover {
  color: #6dc5ee;
}

.mega-menu.color-home3 ul.navbar-nav .sub-menu .top-sub-menu .item .image {
  background: #6dc5ee;
}

.color-home3 .tp-bullets.simplebullets.round .bullet {
  border: 2px solid #6dc5ee;
}

.color-home3 .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.color-home3 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  box-shadow: 0 0 0 30px #6dc5ee inset;
}

.mega-menu.color-home3 ul.navbar-nav .sub-menu .top-sub-menu {
  border-bottom: 1px solid #6dc5ee;
}

.mega-menu.color-home3 ul.navbar-nav .sub-menu ul.menu-level-1 ul.menu-level-2::after {
  background: #6dc5ee;
}

.mega-menu.color-home3 ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 a:hover {
  color: #6dc5ee;
}

.mega-menu.color-home3 ul.navbar-nav .sub-menu .bottom-sub-menu {
  border-top: 1px solid #6dc5ee;
}

.color-home3.tp-banner-container .tp-rightarrow:hover,
.color-home3.tp-banner-container .tp-leftarrow:hover {
  box-shadow: 0 0 0 30px #6dc5ee inset;
}

#footer.color-home3 h3::after {
  background: #6dc5ee;
}

#footer.color-home3 .footer-top .col-md-6 a {
  border: 2px solid #6dc5ee;
  color: #6dc5ee;
}

#footer.color-home3 .footer-top ul li a:hover,
#footer.color-home3 .footer-bottom .col-md-6 span {
  color: #6dc5ee;
}

#footer.color-home3 .footer-top .col-md-6 a:hover {
  background: #6dc5ee;
  color: #fff;
}

#footer.color-home3 .footer-top-bottom a.color {
  color: #6dc5ee;
}

.button1.color-home3 {
  background: #6dc5ee;
  border: 2px solid #6dc5ee;
}

.button1.color-home3:hover {
  background: transparent;
  color: #6dc5ee;
}

.color-home3 .tp-bullets.simplebullets.round .bullet {
  border: 2px solid #6dc5ee;
}

.color-home3 .tp-bullets.simplebullets.round .bullet.selected,
.color-home3 .tp-bullets.simplebullets.round .bullet:hover {
  background: #6dc5ee;
  border: 2px solid #6dc5ee;
}

.blog-post-container.color-home3 .blog-post-item h3 a:hover {
  color: #6dc5ee;
}

.blog-post-container.color-home3 .blog-post-item .blog-post-image .action .icons {
  box-shadow: 0 0 0 30px #6dc5ee inset;
}

.blog-post-container.color-home3 .blog-post-item .blog-post-image .action .icons:hover {
  box-shadow: 0 0 0 2px #6dc5ee inset;
  color: #6dc5ee !important;
}

.blog-post-container.color-home3 .blog-post-item .blog-post-image .action .icons {
  background: #6dc5ee;
}

#header.color-home3 .cart .cart-count {
  background-color: #6dc5ee;
}

.policy.color-home3 ul li a:hover i {
  background: #6dc5ee;
}

#topbar.color-home3 .social a:hover i,
#topbar.color-home3 .social a.active i {
  color: #6dc5ee;
}

#topbar.color-home3 .topbar-right a:hover,
#topbar.color-home3 .topbar-right a.active,
#topbar.color-home3 .dropdown .btn:hover {
  color: #6dc5ee !important;
}

.mega-menu.color-home4 ul.navbar-nav li.active a,
.mega-menu.color-home4 ul.navbar-nav li a:hover,
.mega-menu.color-home4 ul.navbar-nav ul.menu-level-1 li a:hover {
  color: #12a170;
}

.mega-menu.color-home4 ul.navbar-nav .sub-menu .top-sub-menu .item .image {
  background: #12a170;
}

.color-home4 .tp-bullets.simplebullets.round .bullet {
  border: 2px solid #12a170;
}

.color-home4 .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.color-home4 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  box-shadow: 0 0 0 30px #12a170 inset;
}

.mega-menu.color-home4 ul.navbar-nav .sub-menu .top-sub-menu {
  border-bottom: 1px solid #12a170;
}

.mega-menu.color-home4 ul.navbar-nav .sub-menu ul.menu-level-1 ul.menu-level-2::after {
  background: #12a170;
}

.mega-menu.color-home4 ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 a:hover {
  color: #12a170;
}

.mega-menu.color-home4 ul.navbar-nav .sub-menu .bottom-sub-menu {
  border-top: 1px solid #12a170;
}

.color-home4.tp-banner-container .tp-rightarrow:hover,
.color-home4.tp-banner-container .tp-leftarrow:hover {
  box-shadow: 0 0 0 30px #12a170 inset;
}

#footer.color-home4 h3::after {
  background: #12a170;
}

#footer.color-home4 .footer-top .col-md-6 a {
  border: 2px solid #12a170;
  color: #12a170;
}

#footer.color-home4 .footer-top ul li a:hover,
#footer.color-home4 .footer-bottom .col-md-6 span {
  color: #12a170;
}

#footer.color-home4 .footer-top .col-md-6 a:hover {
  background: #12a170;
  color: #fff;
}

#footer.color-home4 .footer-top-bottom a.color {
  color: #12a170;
}

.button1.color-home4 {
  background: #12a170;
  border: 2px solid #12a170;
}

.button1.color-home4:hover {
  background: transparent;
  color: #12a170;
}

.color-home4 .tp-bullets.simplebullets.round .bullet {
  border: 2px solid #12a170;
}

.color-home4 .tp-bullets.simplebullets.round .bullet.selected,
.color-home4 .tp-bullets.simplebullets.round .bullet:hover {
  background: #12a170;
  border: 2px solid #12a170;
}

.blog-post-container.color-home4 .blog-post-item h3 a:hover {
  color: #12a170;
}

.blog-post-container.color-home4 .blog-post-item .blog-post-image .action .icons {
  box-shadow: 0 0 0 30px #12a170 inset;
}

.blog-post-container.color-home4 .blog-post-item .blog-post-image .action .icons:hover {
  box-shadow: 0 0 0 2px #12a170 inset;
  color: #12a170 !important;
}

.blog-post-container.color-home4 .blog-post-item .blog-post-image .action .icons {
  background: #12a170;
}

#header.color-home4 .cart .cart-count {
  background-color: #12a170;
}

.policy.color-home4 ul li a:hover i {
  background: #12a170;
}

#topbar.color-home4 .social a:hover i,
#topbar.color-home4 .social a.active i {
  color: #12a170;
}

#topbar.color-home4 .topbar-right a:hover,
#topbar.color-home4 .topbar-right a.active,
#topbar.color-home4 .dropdown .btn:hover {
  color: #12a170 !important;
}

.mega-menu.color-home6 ul.navbar-nav li.active a,
.mega-menu.color-home6 ul.navbar-nav li a:hover,
.mega-menu.color-home6 ul.navbar-nav ul.menu-level-1 li a:hover {
  color: #c03838;
}

.mega-menu.color-home6 ul.navbar-nav .sub-menu .top-sub-menu .item .image {
  background: #c03838;
}

.color-home6 .tp-bullets.simplebullets.round .bullet {
  border: 2px solid #c03838;
}

.color-home6 .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.color-home6 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  box-shadow: 0 0 0 30px #c03838 inset;
}

.mega-menu.color-home6 ul.navbar-nav .sub-menu .top-sub-menu {
  border-bottom: 1px solid #c03838;
}

.mega-menu.color-home6 ul.navbar-nav .sub-menu ul.menu-level-1 ul.menu-level-2::after {
  background: #c03838;
}

.mega-menu.color-home6 ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 a:hover {
  color: #c03838;
}

.mega-menu.color-home6 ul.navbar-nav .sub-menu .bottom-sub-menu {
  border-top: 1px solid #c03838;
}

.color-home6.tp-banner-container .tp-rightarrow:hover,
.color-home6.tp-banner-container .tp-leftarrow:hover {
  box-shadow: 0 0 0 30px #c03838 inset;
}

#footer.color-home6 h3::after {
  background: #c03838;
}

#footer.color-home6 .footer-top .col-md-6 a {
  border: 2px solid #c03838;
  color: #c03838;
}

#footer.color-home6 .footer-top ul li a:hover,
#footer.color-home6 .footer-bottom .col-md-6 span {
  color: #c03838;
}

#footer.color-home6 .footer-top .col-md-6 a:hover {
  background: #c03838;
  color: #fff;
}

#footer.color-home6 .footer-top-bottom a.color {
  color: #c03838;
}

.button1.color-home6 {
  background: #c03838;
  border: 2px solid #c03838;
}

.button1.color-home6:hover {
  background: transparent;
  color: #c03838;
}

.color-home6 .tp-bullets.simplebullets.round .bullet {
  border: 2px solid #c03838;
}

.color-home6 .tp-bullets.simplebullets.round .bullet.selected,
.color-home6 .tp-bullets.simplebullets.round .bullet:hover {
  background: #c03838;
  border: 2px solid #c03838;
}

.blog-post-container.color-home6 .blog-post-item h3 a:hover {
  color: #c03838;
}

.blog-post-container.color-home6 .blog-post-item .blog-post-image .action .icons {
  box-shadow: 0 0 0 30px #c03838 inset;
}

.blog-post-container.color-home6 .blog-post-item .blog-post-image .action .icons:hover {
  box-shadow: 0 0 0 2px #c03838 inset;
  color: #c03838 !important;
}

.blog-post-container.color-home6 .blog-post-item .blog-post-image .action .icons {
  background: #c03838;
}

#header.color-home6 .cart .cart-count {
  background-color: #c03838;
}

.policy.color-home6 ul li a:hover i {
  background: #c03838;
}

#topbar.color-home6 .social a:hover i,
#topbar.color-home6 .social a.active i {
  color: #c03838;
}

#topbar.color-home6 .topbar-right a:hover,
#topbar.color-home6 .topbar-right a.active,
#topbar.color-home6 .dropdown .btn:hover {
  color: #c03838 !important;
}

.mega-menu.color-home7 ul.navbar-nav li.active a,
.mega-menu.color-home7 ul.navbar-nav li a:hover,
.mega-menu.color-home7 ul.navbar-nav ul.menu-level-1 li a:hover {
  color: #fe8989;
}

.mega-menu.color-home7 ul.navbar-nav .sub-menu .top-sub-menu .item .image {
  background: #fe8989;
}

.color-home7 .tp-bullets.simplebullets.round .bullet {
  border: 2px solid #fe8989;
}

.color-home7 .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.color-home7 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  box-shadow: 0 0 0 30px #fe8989 inset;
}

.mega-menu.color-home7 ul.navbar-nav .sub-menu .top-sub-menu {
  border-bottom: 1px solid #fe8989;
}

.mega-menu.color-home7 ul.navbar-nav .sub-menu ul.menu-level-1 ul.menu-level-2::after {
  background: #fe8989;
}

.mega-menu.color-home7 ul.navbar-nav .sub-menu ul.menu-level-1 li.level3 a:hover {
  color: #fe8989;
}

.mega-menu.color-home7 ul.navbar-nav .sub-menu .bottom-sub-menu {
  border-top: 1px solid #fe8989;
}

.color-home7.tp-banner-container .tp-rightarrow:hover,
.color-home7.tp-banner-container .tp-leftarrow:hover {
  box-shadow: 0 0 0 30px #fe8989 inset;
}

#footer.color-home7 h3::after {
  background: #fe8989;
}

#footer.color-home7 .footer-top .col-md-6 a {
  border: 2px solid #fe8989;
  color: #fe8989;
}

#footer.color-home7 .footer-top ul li a:hover,
#footer.color-home7 .footer-bottom .col-md-6 span {
  color: #fe8989;
}

#footer.color-home7 .footer-top .col-md-6 a:hover {
  background: #fe8989;
  color: #fff;
}

#footer.color-home7 .footer-top-bottom a.color {
  color: #fe8989;
}

.button1.color-home7 {
  background: #fe8989;
  border: 2px solid #fe8989;
}

.button1.color-home7:hover {
  background: transparent;
  color: #fe8989;
}

.color-home7 .tp-bullets.simplebullets.round .bullet {
  border: 2px solid #fe8989;
}

.color-home7 .tp-bullets.simplebullets.round .bullet.selected,
.color-home7 .tp-bullets.simplebullets.round .bullet:hover {
  background: #fe8989;
  border: 2px solid #fe8989;
}

.blog-post-container.color-home7 .blog-post-item h3 a:hover {
  color: #fe8989;
}

.blog-post-container.color-home7 .blog-post-item .blog-post-image .action .icons {
  box-shadow: 0 0 0 30px #fe8989 inset;
}

.blog-post-container.color-home7 .blog-post-item .blog-post-image .action .icons:hover {
  box-shadow: 0 0 0 2px #fe8989 inset;
  color: #fe8989 !important;
}

.blog-post-container.color-home7 .blog-post-item .blog-post-image .action .icons {
  background: #fe8989;
}

#header.color-home7 .cart .cart-count {
  background-color: #fe8989;
}

.policy.color-home7 ul li a:hover i {
  background: #fe8989;
}

#topbar.color-home7 .social a:hover i,
#topbar.color-home7 .social a.active i {
  color: #fe8989;
}

#topbar.color-home7 .topbar-right a:hover,
#topbar.color-home7 .topbar-right a.active,
#topbar.color-home7 .dropdown .btn:hover {
  color: #fe8989 !important;
}

.wrap-hermes-collection.padding-5 {
  padding: 0 5px;
}

.hermes-collection.hermes-collection-home1 {
  display: inline-block;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 30px;
}

.hermes-collection.hermes-collection-home1 .col-md-4 {
  padding-left: 10px;
}

.hermes-collection.hermes-collection-home1 .col-md-4 h3 {
  color: #000;
  font-size: 50px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
}

.hermes-collection.hermes-collection-home1 .col-md-4 h3:after {
  position: absolute;
  content: "";
  bottom: -20px;
  width: 34px;
  height: 5px;
  left: 0px;
  background: #ba933e;
}

.hermes-collection.hermes-collection-home1 .col-md-4 p {
  font-family: 'Roboto';
  color: #888;
  font-size: 15px;
}

.hermes-collection.hermes-collection-home1 .col-md-4 a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  line-height: 36px;
  padding: 0px 40px;
  background: #000;
  border: 2px solid #000;
  margin-top: 30px;
}

.hermes-collection.hermes-collection-home1 .col-md-4 a:hover {
  background: #fff;
  color: #333333;
}

.daily-deal {
  display: inline-block;
  width: 100%;
  background: url("../images/home-1.jpg") no-repeat fixed center center/cover;
}

.daily-deal h3 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 50px;
}

.daily-deal p {
  font-family: 'Roboto';
  color: #ba933e;
  font-size: 20px;
  margin-bottom: 15px;
}

.daily-deal p span {
  color: #fff;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
}

.daily-deal .time {
  margin-bottom: 30px;
  display: inline-block;
}

.daily-deal .time p {
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #888;
  padding: 10px 5px;
  width: 60px;
}

.daily-deal .time p span {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.daily-deal .time p span:first-child {
  font-size: 20px;
}

.daily-deal .time p span:last-child {
  font-family: 'Roboto';
  font-size: 13px;
  color: #ddd;
  text-transform: capitalize;
}

.daily-deal .container {
  padding: 0px;
}

.daily-deal .slider-daily {
  padding-right: 5px;
}

.daily-deal .products .product p.product-title,
.daily-deal .products .product .description {
  color: #888888;
  margin-bottom: 0px;
}

.daily-deal .products .product .product-price {
  color: #eeeeee;
  font-family: 'Roboto', sans-serif;
}

.daily-deal .products .product .product-price::after {
  background: #544835;
}

.daily-deal .products .product .add-to-cart {
  color: #ddd;
}

.daily-deal .products .product .add-to-cart::after {
  color: #ddd;
}

.daily-deal .products .product .action i {
  color: #ddd;
}

#back-to-top {
  width: 65px;
  height: 65px;
  float: right;
  background: #000;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
}

#back-to-top i {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

#back-to-top:hover {
  background: #ba933e;
}

.wrap-hermes-collection {
  display: inline-block;
  width: 100%;
}

#topbar.topbar-v4 .social {
  float: left;
}

#topbar.topbar-v4 .cart.dropdown {
  float: right;
}

#topbar.topbar-v4 .search.dropdown {
  float: right;
}

.bottom-home1.bottom-home1-home4 {
  display: inline-block;
  width: 100%;
}

.bottom-home1.bottom-home1-home4 .col-md-4:first-child {
  padding-left: 0px;
}

.bottom-home1.bottom-home1-home4 .col-md-4:last-child {
  padding-right: 0px;
}

.bottom-home1.color-home7 .owl-carousel .owl-controls .owl-nav .owl-prev,
.bottom-home1.color-home7 .owl-carousel .owl-controls .owl-nav .owl-next {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.bottom-home1.color-home7 .product .add-to-cart {
  color: #fe8989;
}

.bottom-home1.color-home7 .product .add-to-cart::after {
  color: #fe8989;
}

@media (min-width: 1200px) {
  .home-v2 {
    background: url(../images/Hermes-home2-bg-body.jpg) repeat;
  }

  .main-content.main-content-home2 .container {
    padding: 30px;
    width: 1230px;
  }
}

.ver2 .tp-leftarrow,
.ver2 .tp-rightarrow {
  display: none !important;
}

.main-content.main-content-home2 .container {
  background: #fff;
}

.content-bottom-home2 h3 {
  text-transform: uppercase;
  font-size: 22px;
  color: #gray-dark;
  border-bottom: 1px solid #e5e5e5;
  line-height: 20px;
  padding: 25px 0px;
  position: relative;
  margin-bottom: 40px;
}

.content-bottom-home2 h3:after {
  position: absolute;
  content: "";
  background: #808f66;
  height: 3px;
  width: 60px;
  left: 0px;
  bottom: -1px;
}

/** 6.6.3 Home page 3 **/
ul.tabs.title.tabs-home3 {
  position: absolute;
  width: auto;
  top: 5px;
  right: 100px;
}

ul.tabs.title.tabs-home3 li {
  font-size: 15px;
  font-family: 'Roboto';
  text-transform: capitalize;
  color: #aaa;
  padding: 0 10px;
}

ul.tabs.title.tabs-home3 li:hover,
ul.tabs.title.tabs-home3 li.active {
  color: #6dc5ee;
}

.carousel-control {
  opacity: 100;
  height: 30px;
  width: 30px;
  top: 50%;
  margin-top: -15px;
  transition: all 0.3s ease 0s;
}

.carousel-control:hover i {
  color: #ba933e;
}

.carousel-control.left {
  left: 20px;
}

.carousel-control.left:hover {
  left: 10px;
}

.carousel-control.right {
  right: 20px;
}

.carousel-control.right:hover {
  right: 10px;
}

.carousel-control i {
  font-size: 30px;
}

nav.megamenu-v2 {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #222;
  width: 400px;
  -webkit-transform: translate3d(-400px, 0px, 0px);
  -ms-transform: translate3d(-400px, 0px, 0px);
  transform: translate3d(-400px, 0px, 0px);
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 999;
}

nav.megamenu-v2.show-ef {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

nav.megamenu-v2 .top-menu {
  padding: 20px 0px;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
  display: inline-block;
  width: 100%;
}

nav.megamenu-v2 .top-menu .dropdown {
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;
}

nav.megamenu-v2 .top-menu .dropdown:nth-child(1) {
  border-right: 1px solid #393939;
}

nav.megamenu-v2 .top-menu .dropdown .btn {
  background-color: #222;
  color: #ddd;
  text-transform: capitalize;
  padding: 0px;
}

nav.megamenu-v2 .fa-times {
  height: 21px;
  width: 21px;
  cursor: pointer;
  float: right;
  margin-right: 40px;
  margin-top: 10px;
  background: url(../images/Futurelife-icon-menu-mobile-active.png) no-repeat;
}

nav.megamenu-v2 .fa-times::before {
  content: "";
}

nav.megamenu-v2 ul.main-menu {
  padding-top: 30px;
}

nav.megamenu-v2 ul.main-menu li {
  text-transform: uppercase;
  position: relative;
  padding: 15px 0px;
  border-bottom: 1px solid #393939;
}

nav.megamenu-v2 ul.main-menu li.active a {
  color: #fff;
}

nav.megamenu-v2 ul.main-menu li.active ul li a {
  color: #555555;
}

nav.megamenu-v2 ul.main-menu li.active ul li a:hover {
  color: #fff;
}

nav.megamenu-v2 ul.main-menu li ul {
  display: none;
  padding: 20px 0 10px;
  margin-top: 10px;
  border-top: 1px solid #393939;
}

nav.megamenu-v2 ul.main-menu li ul li {
  padding-left: 20px;
  list-style: inside disc none;
  color: #555555;
  padding: 5px 0px 5px 20px;
  border-bottom: none;
}

nav.megamenu-v2 ul.main-menu li ul li a {
  text-transform: capitalize;
  font-family: "Lora";
  font-style: italic;
  margin-left: 0px;
}

nav.megamenu-v2 ul.main-menu li ul li i {
  display: none;
}

nav.megamenu-v2 ul.main-menu li a {
  color: #555555;
  margin-left: 20px;
}

nav.megamenu-v2 ul.main-menu li a:hover {
  color: #fff;
}

nav.megamenu-v2 ul.main-menu li i {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  color: #555555;
  font-size: 18px;
}

nav.megamenu-v2 ul.main-menu li i:before {
  content: "\f107";
}

nav.megamenu-v2 ul.main-menu li i.active:before {
  content: "\f106";
}

nav.megamenu-v2 ul.main-menu li:last-child {
  border: none;
}

.tp-banner-container {
  width: 100% !important;
  left: 0px !important;
}

.tp-banner-container span {
  display: inline-block;
  width: 100%;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 16px;
  color: #666;
  line-height: 50px;
  transition: all 0.3s ease 0s;
}

.tp-banner-container .tp-caption img {
  position: absolute;
  top: 0px;
}

.tp-banner-container .tp-rightarrow {
  transition: all 0.3s ease 0s;
  right: 30px !important;
  width: 60px;
  height: 60px;
  top: 50% !important;
  box-shadow: 0 0 0 2px #474747 inset;
  background-color: #fff;
  height: 60px !important;
  width: 60px !important;
  text-align: center;
}

.tp-banner-container .tp-rightarrow i {
  font-size: 20px;
  line-height: 60px;
}

.tp-banner-container .tp-rightarrow:hover {
  box-shadow: 0 0 0 30px #ba933e inset;
}

.tp-banner-container .tp-rightarrow:hover i {
  color: #fff;
}

.tp-banner-container .tp-leftarrow {
  transition: all 0.3s ease 0s;
  text-align: center;
  left: 30px !important;
  top: 50% !important;
  box-shadow: 0 0 0 2px #474747 inset;
  background-color: #fff;
  height: 60px !important;
  width: 60px !important;
}

.tp-banner-container .tp-leftarrow i {
  font-size: 20px;
  line-height: 60px;
}

.tp-banner-container .tp-leftarrow:hover {
  box-shadow: 0 0 0 30px #ba933e inset;
}

.tp-banner-container .tp-leftarrow:hover i {
  color: #fff;
}

.tp-banner-container .large_bold_orange,
.tp-banner-container .large_bold_grey,
.tp-banner-container .large_normal_grey {
  text-transform: uppercase;
  color: #eebb45;
  font-size: 70px;
}

.tp-banner-container .large_bold_orange.size-90,
.tp-banner-container .size-90.large_bold_grey,
.tp-banner-container .size-90.large_normal_grey {
  font-size: 90px;
}

.tp-banner-container .large_bold_orange.size-80,
.tp-banner-container .size-80.large_bold_grey,
.tp-banner-container .size-80.large_normal_grey {
  font-size: 80px;
}

.tp-banner-container .large_bold_orange.size-60,
.tp-banner-container .size-60.large_bold_grey,
.tp-banner-container .size-60.large_normal_grey {
  font-size: 60px;
}

.tp-banner-container .large_bold_orange.size-55,
.tp-banner-container .size-55.large_bold_grey,
.tp-banner-container .size-55.large_normal_grey {
  font-size: 55px;
}

.tp-banner-container .large_bold_orange.size-38,
.tp-banner-container .size-38.large_bold_grey,
.tp-banner-container .size-38.large_normal_grey {
  font-size: 38px;
}

.tp-banner-container .large_bold_orange.size-20,
.tp-banner-container .size-20.large_bold_grey,
.tp-banner-container .size-20.large_normal_grey {
  font-size: 20px;
}

.tp-banner-container .large_bold_orange.size-16,
.tp-banner-container .size-16.large_bold_grey,
.tp-banner-container .size-16.large_normal_grey {
  font-size: 16px;
}

.tp-banner-container .large_bold_orange.size-14,
.tp-banner-container .size-14.large_bold_grey,
.tp-banner-container .size-14.large_normal_grey {
  font-size: 14px;
}

.tp-banner-container .text-transform-cap {
  text-transform: capitalize !important;
}

.tp-banner-container .letter-spacing {
  letter-spacing: 2px;
}

.tp-banner-container .large_bold_grey {
  color: #555555;
}

.tp-banner-container .large_bold_grey.size-140 {
  font-size: 140px;
}

.tp-banner-container .large_bold_grey.size-36 {
  font-size: 36px;
}

.tp-banner-container .large_bold_grey.size-76 {
  font-size: 76px;
}

.tp-banner-container .large_normal_grey {
  color: #888888;
}

.tp-banner-container .large_normal_grey .size-60 {
  font-size: 60px;
}

.tp-banner-container .link-1 {
  display: inline-block;
  text-transform: uppercase;
  background: #ba933e;
  border: 2px solid #ba933e;
  text-align: center;
  padding: 0 45px;
  font-size: 16px;
}

.tp-banner-container .link-1 a {
  color: #fff;
}

.tp-banner-container .link-1 a:hover {
  color: #fff;
}

.tp-banner-container .link-1.link-2 {
  background: transparent;
  border: 2px solid #ba933e;
  padding: 0 50px;
}

.tp-banner-container .link-1.link-2 a {
  color: #ba933e;
}

.tp-banner-container .link-1.link-2:hover {
  background: #ba933e;
}

.tp-banner-container .link-1.link-2:hover a {
  color: #fff;
}

.tp-banner-container .link-1.bg-brand {
  background-color: #ba933e;
  border: 1px solid #ba933e;
}

.tp-banner-container .link-1.bg-brand:hover {
  background: transparent;
  color: #ba933e;
}

.tp-banner-container .link-1.bg-green {
  background: #808f66;
  border: 1px solid #808f66;
}

.tp-banner-container .link-1.no-bg {
  background: none;
  border: none;
}

.tp-banner-container .link-1.border-green {
  background: transparent;
  border: 1px solid #b6b6b6;
}

.tp-banner-container .link-1.height-50 {
  line-height: 45px;
}

.tp-banner-container .link-1.height-40 {
  line-height: 38px;
}

.tp-banner-container .link-1.font-size13 {
  font-size: 13px;
}

.tp-banner-container .link-1.home2 {
  padding: 0 20px;
}

.tp-banner-container .font-ro {
  font-family: "Roboto" !important;
  font-weight: 100;
  letter-spacing: -3px !important;
}

.tp-banner-container .font-re {
  font-family: 'Roboto' !important;
  font-size: 36px;
}

.tp-banner-container .font-txbo {
  font-family: 'Roboto', sans-serif !important;
}

.tp-banner-container .font-nel {
  font-family: "NexaLight" !important;
}

.tp-banner-container .font-nelb {
  font-family: "NexaBold" !important;
}

.tp-banner-container .font-mo {
  font-family: "Montserrat" !important;
  font-weight: 700 !important;
}

.tp-banner-container .font-ar {
  font-family: "Arial" !important;
}

.tp-banner-container .size-36 {
  font-size: 36px;
}

.tp-banner-container .welcome {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto';
}

.tp-banner-container .welcome.size-16 {
  font-size: 16px;
}

.tp-banner-container .color-blue {
  color: #74cfe2 !important;
}

.tp-banner-container .color-white {
  color: #eeeeee !important;
}

.tp-banner-container .color-grayd {
  color: #333333 !important;
}

.tp-banner-container .color-brand {
  color: #ba933e;
}

.tp-banner-container .color-brown {
  color: #623f30 !important;
}

.tp-banner-container .color-home2 {
  color: #808f66 !important;
}

.tp-banner-container .bg-brown {
  background: #623f30 !important;
}

.tp-banner-container .bg-orange {
  background: #ffb400 !important;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: capitalize;
}

.tp-banner-container .bg-brand-home5 {
  background: #12a170;
  border-radius: 15px;
  border: 2px solid #12a170;
  padding: 5px 10px !important;
}

.tp-banner-container .color-gray {
  color: #555555 !important;
}

.tp-banner-container .color-border {
  color: #000 !important;
  text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.slide-show-container.slide-show-container-home5 {
  width: 68%;
  float: left;
  display: inline-block;
  max-width: 570px;
}

.box-slide-show.box-slide-show-home5 {
  width: 32%;
  float: right;
}

.box-slide-show.box-slide-show-home5 img {
  width: 100%;
}

.box-slide-show.box-slide-show-home5 .hover-effect-images:first-child {
  margin-bottom: 20px;
}

.box-slide-show.box-slide-show-home5 .hover-effect-images .text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #000;
  color: #fff;
  opacity: 0.8;
  text-transform: uppercase;
}

.box-slide-show.box-slide-show-home5 .hover-effect-images .text h3 {
  font-size: 12px;
  padding: 5px 15px;
}

.home-v5-slider ul {
  margin-bottom: 30px;
}

.home-v5-slider ul li {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
  padding-right: 20px;
  color: #333333;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.home-v5-slider ul li:after {
  position: absolute;
  content: "/";
  font-size: 20px;
  top: 0px;
  right: 0px;
  color: #333333;
}

.home-v5-slider ul li:last-child:after {
  content: "";
}

.home-v5-slider ul li:hover,
.home-v5-slider ul li.active {
  color: #12a170;
}

.bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-prev,
.bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-next {
  box-shadow: none;
  border: none;
  background: none;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-prev i,
.bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-next i {
  font-size: 24px;
}

.bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  box-shadow: none;
  background: none;
}

.bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-prev:hover i,
.bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-next:hover i {
  color: #12a170;
}

.bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-prev {
  right: 30px;
}

.bottom-home1.bottom-home1-home5 .owl-carousel .owl-controls .owl-nav .owl-prev:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background: #888888;
  top: 7px;
  right: 0px;
}

.bottom-home1.bottom-home1-home5 .products-item .product-content .product-name {
  color: #555555;
}

.bottom-home1.bottom-home1-home5 .products-item .product-content .product-price {
  color: #333333;
}

.bottom-home1.bottom-home1-home5 .products-item .product-content .add-to-cart {
  color: #12a170;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.bottom-home1.bottom-home1-home5 ul.tabs.title.tabs-home3 li:hover,
.bottom-home1.bottom-home1-home5 ul.tabs.title.tabs-home3 li.active {
  color: #12a170;
}

.bottom-home1.bottom-home1-home5 .product .product-price {
  font-family: 'Roboto', sans-serif;
  color: #333333;
}

.bottom-home1.bottom-home1-home5 .product.sale .product-price .price-old {
  font-family: 'Roboto';
}

.bottom-home1.bottom-home1-home5 .product .add-to-cart {
  padding-left: 0px;
  color: #12a170;
}

.bottom-home1.bottom-home1-home5 .product .add-to-cart::after {
  content: "";
}

.bottom-home1.bottom-home1-home5 .product .action a:first-child i {
  color: #000;
}

.bottom-home1.bottom-home1-home5 .product .action a:last-child i {
  color: #888888;
}

.slider-product.slider-product-home6 .tabs1 {
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.slider-product.slider-product-home6 .tabs1 p {
  font-family: "Lora";
  font-weight: 400;
  color: #888888;
}

.slider-product.slider-product-home6 .tabs1:after {
  position: absolute;
  content: "";
  left: 50%;
  width: 66px;
  height: 2px;
  background: #888888;
  margin-left: -33px;
  bottom: 0px;
}

.slider-product.slider-product-home6 .tabs1 li {
  display: inline-block;
  cursor: pointer;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "NexaBold";
  font-weight: 400;
  color: #888888;
}

.slider-product.slider-product-home6 .tabs1 span {
  color: #888888;
  font-size: 28px;
  font-family: "NexaBold";
  font-weight: 400;
  margin: 0 10px;
}

.slider-product.slider-product-home6 .text-tabs {
  width: 100%;
  text-align: center;
  font-family: "Lato";
  font-weight: 400;
  color: #888888;
}

.slider-product.slider-product-home6 .product .product-price {
  font-family: "NexaBold";
  font-size: 16px;
  color: #333333;
}

.slider-product.slider-product-home6 .product .price-old {
  font-size: 14px;
}

.slider-product.slider-product-home6 .product .add-to-cart {
  padding-left: 0px;
  font-family: "Lato";
  font-size: 14px;
  color: #c03838;
  font-weight: 400;
}

.slider-product.slider-product-home6 .product .add-to-cart:after {
  content: "";
}

.bottom-home1.bottom-home1-home6 .products-item {
  width: 33.33%;
  float: left;
}

.bottom-home1.bottom-home1-home6 .products-item .product-images {
  width: 140px;
  margin-bottom: 20px;
}

.banner-home6-top .hover-effect-images img {
  width: 100%;
}

.slider-product.slider-product-home6 .owl-carousel .owl-controls .owl-nav .owl-prev,
.slider-product.slider-product-home6 .owl-carousel .owl-controls .owl-nav .owl-next,
.blog-post-container-home6 .owl-carousel .owl-controls .owl-nav .owl-prev,
.blog-post-container-home6 .owl-carousel .owl-controls .owl-nav .owl-next {
  border: none;
  background: none;
  box-shadow: none;
  width: 30px;
  height: 30px;
}

.slider-product.slider-product-home6 .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.slider-product.slider-product-home6 .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.blog-post-container-home6 .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.blog-post-container-home6 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: none;
  border: none;
  box-shadow: none;
}

.slider-product.slider-product-home6 .owl-carousel .owl-controls .owl-nav .owl-prev:hover i,
.slider-product.slider-product-home6 .owl-carousel .owl-controls .owl-nav .owl-next:hover i,
.blog-post-container-home6 .owl-carousel .owl-controls .owl-nav .owl-prev:hover i,
.blog-post-container-home6 .owl-carousel .owl-controls .owl-nav .owl-next:hover i {
  color: #333333;
}

.slider-product.slider-product-home6 .owl-carousel .owl-controls .owl-nav .owl-prev i,
.slider-product.slider-product-home6 .owl-carousel .owl-controls .owl-nav .owl-next i,
.blog-post-container-home6 .owl-carousel .owl-controls .owl-nav .owl-prev i,
.blog-post-container-home6 .owl-carousel .owl-controls .owl-nav .owl-next i {
  font-size: 36px;
  color: #555555;
  float: right;
}

.slider-product.slider-product-home6 .owl-carousel .owl-controls .owl-nav .owl-prev i,
.blog-post-container-home6 .owl-carousel .owl-controls .owl-nav .owl-prev i {
  float: left;
}

#header.header-v7 .mega-menu {
  width: 100%;
  background: #fe8989;
}

#header.header-v7 .mega-menu .container {
  position: relative;
}

#header.header-v7 .mega-menu .menu-title {
  display: inline-block;
  width: 25%;
  max-width: 270px;
  float: left;
  background: #eb6464;
}

#header.header-v7 .mega-menu .menu-title h3 {
  line-height: 60px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 70px;
  background: url(../images/Hermes-icon-menu-title.png) no-repeat scroll left 25px center;
}

#header.header-v7 .mega-menu ul.navbar-nav {
  width: 75%;
}

#header.header-v7 .mega-menu ul.navbar-nav li.level1 {
  padding-bottom: 10px;
  padding-top: 10px;
}

#header.header-v7 .mega-menu ul.navbar-nav li.level1 a {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 14px;
}

#header.header-v7 .mega-menu ul.navbar-nav li.level1 .level2 a {
  color: #555555;
}

#header.header-v7 .search .search-form {
  width: auto;
}

#header.header-v7 .search .search-form form {
  border: 1px solid #eeeeee;
}

#header.header-v7 .search .search-form select {
  background: #eeeeee;
  color: #666;
  font-family: 'Roboto';
  border: none;
  height: 37px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 0px 40px 0px 30px;
  margin-left: 1px;
}

#header.header-v7 .search .search-form input {
  background: #fff;
  font-family: 'Roboto';
  color: #888888;
  width: 450px;
  font-style: normal;
  border: none;
}

#header.header-v7 .search .search-form .search-select {
  display: inline-block;
  position: relative;
}

#header.header-v7 .search .search-form .search-select::after {
  font-family: "FontAwesome";
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  content: "\f107";
  right: 26px;
  top: 12px;
  color: #888888;
}

.menu-category {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 270px;
  border: 1px solid #eeeeee;
  margin-top: -4px;
  margin-bottom: 20px;
}

.menu-category li {
  background: url(../images/Hermes-home7-icon-menucat.png) no-repeat scroll 25px 14px;
  transition: all 0.3s ease 0s;
}

.menu-category li:hover {
  background-image: url(../images/Hermes-home7-icon-menucat-hover.png) !important;
}

.menu-category li:hover a {
  color: #fe8989;
}

.menu-category li a {
  font-family: 'Roboto';
  font-size: 15px;
  color: #555555;
  text-transform: capitalize;
  line-height: 52px;
  display: inline-block;
  width: 100%;
  padding-left: 65px;
  border-bottom: 1px solid #eeeeee;
  transition: all 0.3s ease 0s;
}

.menu-category li:nth-child(2) {
  background-position: 25px -38px;
}

.menu-category li:nth-child(3) {
  background-position: 25px -90px;
}

.menu-category li:nth-child(4) {
  background-position: 25px -140px;
}

.menu-category li:nth-child(5) {
  background-position: 25px -190px;
}

.menu-category li:nth-child(6) {
  background-position: 25px -243px;
}

.menu-category li:nth-child(7) {
  background-position: 25px -298px;
}

.menu-category li:nth-child(8) {
  background-position: 25px -350px;
}

.menu-category li:last-child a {
  border: none;
}

.slide-show.slide-show-home7 {
  padding-right: 5px;
  margin-top: 20px;
  display: inline-block;
  width: 72%;
  max-width: 570px;
  float: left;
}

.box-slide-show.box-slide-show-home7 {
  float: right;
  width: 35%;
  margin-top: 20px;
  max-width: 270px;
}

.box-slide-show.box-slide-show-home7 img {
  width: 100%;
}

.box-slide-show.box-slide-show-home7 .hover-effect-images {
  margin-bottom: 20px;
}

.slider-product.slider-product-home7 ul.tabs {
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}

.slider-product.slider-product-home7 ul.tabs li {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #666;
}

.slider-product.slider-product-home7 ul.tabs li.active,
.slider-product.slider-product-home7 ul.tabs li:hover {
  color: #fe8989;
}

.slider-product.slider-product-home7 ul.tabs li:first-child {
  padding-left: 0px;
}

.slider-product.slider-product-home7 ul.tabs span {
  font-size: 20px;
}

.mega-menu.menu-v6 ul.navbar-nav li a {
  color: #333333;
}

.slider-product-home7.bottom-home1 .owl-carousel .owl-controls .owl-nav .owl-prev,
.slider-product-home7.bottom-home1 .owl-carousel .owl-controls .owl-nav .owl-next {
  top: -56px !important;
}

.blog-post-container.color-home7.bottom-home1 .owl-carousel .owl-controls .owl-nav .owl-prev,
.blog-post-container.color-home7.bottom-home1 .owl-carousel .owl-controls .owl-nav .owl-next {
  top: -85px !important;
}

/** 6.7. Pages **/
/** 6.7.1. About Us **/
/** 6.7.2. Contact Us **/
/** 6.7.3. Shopping Cart**/
/** 6.7.4. Page 404 **/
.page-404 h1 {
  font-size: 250px;
  font-weight: 700;
  color: #d6d6d6;
}

.page-404 h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}

.page-404 h3 {
  font-size: 28px;
  text-transform: uppercase;
  color: #555555;
}

.page-404 a.link-button {
  margin: 0px 10px;
}

.shopping-cart .breadcrumb {
  margin-bottom: 50px;
}

.shopping-cart .shipping-total {
  margin-bottom: 80px;
  display: inline-block;
  width: 100%;
}

.wishlist .breadcrumb {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .shopping-cart .shipping-total .col-md-4 {
    padding: 0px;
  }
}

@media (max-width: 467px) {
  .page-404 h1 {
    font-size: 150px;
  }

  .page-404 h2 {
    font-size: 30px;
  }

  .page-404 h3 {
    font-size: 14px;
  }
}

/** 7. Templates Layout **/
@media (min-width: 1400px) {
  .wrap-side-show-home7 {
    float: right;
    padding: 0px;
    padding-left: 10px;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .wrap-side-show-home7 {
    float: right;
    padding: 0px;
    padding-left: 10px;
  }
}

@media (max-width: 1024px) {
  #topbar .voucher {
    display: none;
  }

  .icon-menu-mobile.black i {
    background: url(../images/Futurelife-icon-menu-mobile.png) no-repeat scroll center;
  }

  .icon-menu-mobile.black.active i,
  .ordering span.icon-menu-mobile.black:hover i {
    background: url(../images/Futurelife-icon-menu-mobile-active.png) no-repeat scroll center;
  }

  #header .header-top .menu-top {
    display: none;
  }

  #header .header-top .col-sm-3 {
    margin-top: 5px;
  }

  .icon-menu-mobile {
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
    cursor: pointer;
  }

  .icon-menu-mobile.active i,
  .ordering span.icon-menu-mobile:hover i {
    background: url("../images/Futurelife--menu-mobile-active.png") no-repeat scroll center;
  }

  .icon-menu-mobile i {
    height: 23px;
    width: 32px;
    color: #888;
    background: url("../images/Futurelife--menu-mobile.png") no-repeat;
  }

  .icon-menu-mobile i::before {
    content: "";
  }

  .icon-menu-mobile {
    float: left;
    width: auto;
    margin-top: 13px;
    margin-right: 10px;
  }

  .mega-menu.mega-menu-v2 {
    margin-bottom: 0px !important;
  }

  .fa-plus.active::before,
  .ordering span.fa-plus:hover::before {
    content: "\f068";
  }

  .mega-menu .navbar-header {
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
  }

  .mega-menu ul.navbar-nav {
    display: none;
    margin-bottom: 20px;
    border: 1px solid #262627;
  }

  .mega-menu ul.navbar-nav .sub-menu {
    display: none;
  }

  .mega-menu ul.navbar-nav .sub-menu .top-sub-menu {
    display: none;
  }

  .mega-menu ul.navbar-nav .sub-menu .bottom-sub-menu {
    display: none;
  }

  .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 {
    padding: 0 0 10px 20px;
  }

  .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li {
    display: inline-block;
    width: 100%;
  }

  .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2 img {
    display: none;
  }

  .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 ul.menu-level-2 {
    display: none;
    padding-top: 0px !important;
  }

  .mega-menu ul.navbar-nav li {
    display: inline-block !important;
    width: 100% !important;
    border-left: none;
    position: relative;
  }

  .mega-menu ul.navbar-nav li a {
    height: auto;
    line-height: 40px;
    background: none !important;
    text-align: left;
    padding-left: 20px;
  }

  .mega-menu ul.navbar-nav li a:hover {
    background: none !important;
    color: #888;
  }

  .mega-menu ul.navbar-nav li.dropdown.active a {
    background: none !important;
    color: #888;
  }

  .mega-menu ul.navbar-nav li.level1 {
    border-bottom: 1px solid #262627;
  }

  .mega-menu ul.navbar-nav li.level1:last-child {
    border-bottom: none;
    border-right: none;
  }

  .mega-menu ul.navbar-nav li.hassub i {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 13px;
  }

  .mega-menu ul.navbar-nav li.level3 {
    padding-left: 30px;
  }

  .mega-menu ul.navbar-nav li.level3 i {
    display: none !important;
  }

  .slide-show-container.slide-show-container-home5,
  .box-slide-show.box-slide-show-home5 {
    width: 100%;
    max-width: inherit;
  }

  .box-slide-show.box-slide-show-home5 {
    margin-top: 20px;
  }

  .box-slide-show.box-slide-show-home5 a {
    width: 48.5%;
    float: left;
  }

  .box-slide-show.box-slide-show-home5 a:last-child {
    float: right;
  }

  #header.header-v4.header-v5 .header-top {
    padding: 25px 0px;
  }

  #header.header-v4.header-v5 .mega-menu {
    width: 100%;
  }

  #header.header-v4.header-v5 .mega-menu ul.navbar-nav li a,
  #header.header-v4.header-v5 .mega-menu ul.navbar-nav ul.menu-level-1 li a {
    color: #333333 !important;
  }

  .banner-home5-top .text {
    right: 40px;
  }

  .banner-home5-top .text h3 {
    font-size: 28px;
  }

  .policy.policy-home5 {
    margin: 20px 0px !important;
  }

  .policy.policy-home5 ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }

  .policy.policy-home5 ul li:last-child {
    margin-bottom: 0px;
  }

  .policy.policy-home5 ul li i {
    margin-right: 10px;
  }

  .title-text.title-text-v2.title-text-v3 ul.tabs {
    position: static;
    margin-top: 20px;
  }

  #header.header-v1.fixed {
    position: relative;
    background: #222;
  }

  .hermes-collection.hermes-collection-home1 .col-md-4 {
    padding-left: 15px;
    margin-bottom: 20px;
  }

  .bottom-home1.bottom-only-home1 .col-md-3 {
    width: 50%;
  }

  .bottom-home1.bottom-only-home1 .col-md-3:nth-child(3),
  .bottom-home1.bottom-only-home1 .col-md-3:nth-child(4) {
    margin-top: 30px;
  }

  .bottom-home1.bottom-only-home1 .col-md-3:nth-child(3) {
    padding-left: 0px;
  }

  .bottom-home1.bottom-only-home1 .col-md-3:nth-child(4),
  .bottom-home1.bottom-only-home1 .col-md-3:nth-child(2) {
    padding-right: 0px;
  }

  .mega-menu {
    width: 100%;
  }

  .mega-menu ul.navbar-nav ul.menu-level-1 {
    opacity: 1;
    position: static;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    transition: all 0s ease 0s;
    display: none;
    background: none;
  }

  .mega-menu ul.navbar-nav ul.menu-level-1 li a {
    color: #eeeeee !important;
  }

  .mega-menu ul.navbar-nav ul.menu-level-1 li.level2 i {
    display: none;
  }

  .mega-menu ul.navbar-nav ul.menu-level-1 li.level2.hassub i {
    display: block;
  }

  .mega-menu ul.navbar-nav li {
    text-align: left;
  }

  .mega-menu ul.navbar-nav li.level1 {
    padding: 0px;
  }

  .mega-menu ul.navbar-nav li.dropdown.images {
    position: relative;
  }

  .mega-menu ul.navbar-nav li.hassub i {
    color: #888;
  }

  .mega-menu ul.navbar-nav .sub-menu {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    background: none;
    transition: all 0s ease 0s;
  }

  .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 {
    padding: 0;
    margin: 0px;
  }

  .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li.level2 a {
    font-size: 14px;
    color: #eeeeee;
  }

  .mega-menu ul.navbar-nav .sub-menu ul.menu-level-1 li .menu-level-2 {
    padding-left: 20px;
  }

  .bottom-home1 .owl-carousel .owl-controls .owl-nav .owl-prev,
  .bottom-home1 .owl-carousel .owl-controls .owl-nav .owl-next {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  .tp-banner-container.ver2 {
    margin-top: 10px !important;
  }

  .main-content.main-content-home2 {
    margin: 0px;
  }

  #header.header-v2 .header-top {
    padding: 34px 0 0px;
  }

  #footer .footer-top .col-md-6,
  #footer .footer-top .col-md-2 {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }

  #footer .footer-top .col-md-2:nth-child(2) {
    min-height: 320px;
  }

  #footer .footer-bottom .col-md-6 {
    width: 100%;
    text-align: center !important;
  }

  #footer .footer-bottom .col-md-6:first-child {
    margin-bottom: 20px;
  }

  .content-bottom-home2 .col-md-4 {
    display: inline-block;
  }

  .content-bottom-home2 .policy ul li {
    text-align: left;
  }

  .content-bottom-home2 .col-md-4 {
    width: 100%;
    display: inline-block;
  }

  .policy.head-policy {
    padding: 30px 0 20px;
  }

  .policy.head-policy ul li {
    width: 100%;
    text-align: left;
  }

  .policy.head-policy ul li i {
    display: inline-block;
    float: inherit;
  }

  .policy.head-policy ul .text {
    display: inline-block;
    vertical-align: -8px;
  }

  .policy li {
    width: 100%;
    text-align: center;
  }

  #header.header-v4 .cart .icon-cart {
    height: auto;
  }

  #header.header-v4 .search i {
    height: auto;
  }

  #footer.footer-v4 {
    padding-top: 0px;
  }

  #footer.footer-v4 .footer-top .col-md-2:nth-child(2) {
    min-height: auto;
  }

  .banner-home4-bottom .col-md-6 {
    padding: 0px !important;
  }

  .banner-home4-bottom .col-md-6:last-child {
    margin-top: 20px;
  }

  .bottom-home1.bottom-home1-home4 .col-md-4 {
    margin-top: 30px;
    padding: 0px !important;
  }

  .hermes-collection.hermes-collection-home4 .col-md-6 {
    padding: 0px !important;
  }

  .hermes-collection.hermes-collection-home4 .col-md-6:last-child {
    margin-top: 20px;
  }

  #footer.footer-v4.footer-v6 .footer-bottom {
    background: none;
    padding: 0px;
  }

  #footer.footer-v5 .footer-top .col-md-4:first-child {
    width: 100%;
  }

  #footer.footer-v5 .footer-top .col-md-4:last-child {
    width: 100%;
  }

  #footer.footer-v5 .footer-top .col-md-2 {
    min-height: inherit;
  }

  #footer.footer-v5 .footer-bottom p {
    float: initial;
    margin: 0 auto;
  }

  #header.header-v6 .hotline {
    display: none;
  }

  #header.header-v6 .header-top .search {
    width: 100%;
  }

  #header.header-v6 .header-top .search .search-form {
    width: 100%;
  }

  #header.header-v6 .mega-menu .dropdown:first-child {
    border-bottom: 1px solid #262627;
  }

  .blog-post-container.blog-post-container-home6 .blog-post-item {
    width: 100%;
  }

  .bottom-home1.bottom-home1-home6 .products-item {
    width: 50%;
  }

  .menu-category,
  .header-v7.mega-menu .menu-title {
    display: none;
  }

  .slide-show.slide-show-home7 {
    width: 100%;
    padding: 0px;
    max-width: inherit;
  }

  .policy.policy-home7 ul li {
    width: 100%;
    padding: 0px !important;
  }

  .policy.policy-home7 ul li i {
    margin: 0px;
  }

  .policy.policy-home7 ul li .text {
    padding-right: 50px;
  }

  .box-slide-show.box-slide-show-home7 {
    width: 100%;
    max-width: inherit;
  }

  .box-slide-show.box-slide-show-home7 .hover-effect-images {
    width: 48.5%;
    float: left;
  }

  .box-slide-show.box-slide-show-home7 .hover-effect-images:last-child {
    float: right;
  }

  .header-v7 .header-top .search {
    width: 100%;
  }

  .header-v7 .header-top .search .search-form {
    text-align: left;
  }

  .header-v7 .mega-menu ul.navbar-nav {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #fff;
    border-bottom: none;
  }

  .header-v7 .mega-menu ul.navbar-nav li.level1 {
    padding: 0px;
    border-bottom: 1px solid #fff;
  }

  .header-v7 .mega-menu ul.navbar-nav li.hassub i {
    color: #fff;
  }

  .wrap-side-show {
    padding: 0px;
    width: 100%;
  }

  .mega-menu.color-home3 ul.navbar-nav,
  .header-only-v4 ul.navbar-nav,
  .menu-v6 ul.navbar-nav {
    border: 1px solid #eeeeee;
  }

  .mega-menu.color-home3 ul.navbar-nav ul.menu-level-1 li a,
  .header-only-v4 ul.navbar-nav ul.menu-level-1 li a,
  .menu-v6 ul.navbar-nav ul.menu-level-1 li a {
    color: #555555 !important;
  }

  .mega-menu.color-home3 ul.navbar-nav li.level1,
  .header-only-v4 ul.navbar-nav li.level1,
  .menu-v6 ul.navbar-nav li.level1 {
    border-bottom: 1px solid #eeeeee !important;
  }

  .bottom-home1.bottom-home4 .col-md-4 {
    padding: 0px !important;
  }

  #footer .footer-bottom .col-md-6 {
    margin-bottom: 30px;
  }

  #header.header-v7 .mega-menu .menu-title {
    display: none;
  }

  #header.header-v7 .mega-menu ul.navbar-nav {
    width: 100%;
  }

  #header.header-v7 .mega-menu ul.navbar-nav li.level1 {
    padding: 0px;
  }

  .popup-content-wrapper h3 {
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .banner-home2-top {
    margin-top: 30px;
  }

  .banner-home2-top .col-md-3 {
    width: 50%;
  }

  .banner-home2-top .col-md-6 {
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 25px;
  }

  #primary {
    float: left;
    width: 100%;
    padding: 0px !important;
  }

  #secondary {
    padding: 0px !important;
    margin-top: 30px;
  }

  .banner-home3-bottom .col-md-8 {
    padding: 0px !important;
    margin-bottom: 30px;
  }

  .banner-home3-bottom .col-md-4 {
    padding: 0px !important;
  }

  .col-md-6.padding-left-0 {
    padding: 0px !important;
  }

  .col-md-6.padding-right-0 {
    padding: 0px !important;
  }
}

@media (max-width: 767px) {
  .tp-banner-container .tp-rightarrow {
    margin-top: -40px !important;
  }

  .tp-banner-container span {
    font-size: 12px;
    line-height: 20px;
  }

  .tp-banner-container.ver4 .tp-rightarrow {
    right: 10px !important;
  }

  .tp-banner-container.ver4 .tp-rightarrow:hover span {
    line-height: 30px;
  }

  .tp-banner-container.ver4 .tp-leftarrow {
    left: 10px !important;
  }

  .tp-banner-container.ver4 .tp-leftarrow:hover span {
    line-height: 30px;
  }

  .tp-banner-container.ver4 span,
  .tp-banner-container.ver5 span {
    color: #888;
  }

  .tp-banner-container.ver4 .tp-rightarrow,
  .tp-banner-container.ver5 .tp-rightarrow {
    right: 10px !important;
  }

  .tp-banner-container.ver4 .tp-leftarrow,
  .tp-banner-container.ver5 .tp-leftarrow {
    left: 10px !important;
  }

  .banner-home5-top .text {
    display: none;
  }

  .banner-home5-top .time {
    top: 50px;
    left: 20px;
  }

  .title-text h3 {
    font-size: 20px;
  }

  .title-text p {
    line-height: 20px;
  }

  .title-text::before {
    top: 17%;
  }

  .slidershow-container {
    margin-bottom: 20px;
  }

  .tab-container.space-30 {
    margin-bottom: 0px !important;
  }

  .brand-container ul li {
    width: 33.33%;
    border-bottom: 1px solid #eeeeee;
  }

  .brand-container ul li:first-child,
  .brand-container ul li:nth-child(2) {
    width: 50%;
  }

  .brand-container ul li:nth-child(2) {
    border-right: 1px solid #eeeeee;
  }

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

  .title-text.title-text-v2.title-text-v3 h3 {
    font-size: 24px;
  }

  #topbar .social {
    display: none;
  }

  #topbar .dropdown .btn {
    line-height: 40px;
  }

  #header .cart .icon-cart {
    height: auto;
  }

  #header .search i {
    height: auto;
  }

  #header .header-top .col-sm-3 {
    margin-top: 0px !important;
  }

  #primary {
    float: left;
    width: 100%;
    padding: 0px !important;
  }

  .banner-home3-bottom .col-md-8 {
    padding: 0px !important;
  }

  .banner-home3-bottom .col-md-4 {
    padding: 0px !important;
    margin-top: 20px;
  }

  #secondary {
    display: inline-block;
    width: 100%;
  }

  .mega-menu .navbar-header,
  .mega-menu ul.navbar-nav {
    margin: 0px;
  }

  #topbar {
    height: 40px;
  }

  #topbar .dropdown .btn {
    height: 40px;
    padding: 0 10px;
  }

  #topbar .topbar-right .sign-in {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }

  #header .header-top {
    padding: 20px 0px 0px;
  }

  #header .header-top .logo a {
    font-size: 25px;
  }

  #header .header-top .col-md-10,
  #header .header-top .col-md-2 {
    width: auto;
  }

  #header .header-top .col-md-2 {
    float: right;
    margin-top: 8px;
  }

  #header .header-top .icon-menu-mobile {
    float: left;
    width: auto;
    margin-top: 6px;
    margin-right: 10px;
  }

  .mega-menu ul.navbar-nav {
    margin-top: 20px;
  }

  #header.header-v3 .header-top .logo a {
    font-size: 22px !important;
  }

  #header.header-v3 .icon-menu-mobile {
    margin-top: 0px !important;
  }

  #header.header-v3 .header-top .search,
  #header.header-v3 .header-top .cart {
    margin-top: 8px;
  }

  .banner-home3-top .text {
    top: 10px;
  }

  .bottom-home1.bottom-only-home1 .col-md-3 {
    width: 100%;
    padding: 0px !important;
  }

  .bottom-home1.bottom-only-home1 .col-md-3:nth-child(2) {
    margin-top: 30px;
  }

  .banner-home2-top .col-md-3 {
    width: 100%;
    padding: 0px;
    display: inline-block;
    margin-bottom: 20px;
  }

  .banner-home2-top .col-md-3.first {
    padding: 0px;
  }

  .banner-home2-top .col-md-6 {
    display: inline-block;
    width: 100%;
    padding: 0px;
  }

  .banner-home2-bottom {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px !important;
  }

  .banner-home2-bottom i {
    font-size: 40px;
    margin-right: 20px;
  }

  .banner-home2-bottom .text h3 {
    font-size: 16px;
  }

  .banner-home2-bottom .text p {
    font-size: 10px;
  }

  ul.tabs.title li {
    font-size: 24px;
  }

  .content-bottom-home2 .col-md-4 {
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }

  #header.header-v4 .header-top .logo {
    float: left;
    margin-top: 4px;
  }

  #header.header-v4 .header-top .logo a {
    font-size: 24px;
  }

  .banner-home6-top .col-md-4.col-xs-6:nth-child(2n+1) {
    padding: 0 10px 0 0 !important;
  }

  .banner-home6-top .col-md-4.col-xs-6:nth-child(2n) {
    padding: 0 0 0 10px !important;
  }

  .banner-home6-bottom .col-md-6 .text h3 {
    font-size: 20px;
  }

  .slider-product.slider-product-home6 .tabs1 span,
  .slider-product.slider-product-home6 .tabs1 li {
    font-size: 15px;
  }

  #header.header-v7 .search .search-form input {
    width: 350px;
  }

  .hover-effect-images::before,
  .hover-effect-images-ver2::before {
    position: static;
  }

  .hover-effect-images:hover img,
  .hover-effect-images-ver2:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .products.grid_sidebar .item-inner:nth-child(2n) {
    padding: 0px 0px 0px 10px !important;
  }

  .products.grid_sidebar .item-inner:nth-child(2n+1) {
    padding: 0px 10px 0px 0px !important;
  }

  .banner-home7-top .col-md-4 .text {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  .popup-content-wrapper {
    margin: 30px auto 0;
  }

  .popup-content-wrapper .popup-content-text {
    color: #000;
  }

  .popup-content-wrapper .popup-content-text p {
    display: none;
  }

  .quickview-wrapper {
    overflow-x: scroll;
  }

  .popup-content-wrapper {
    padding: 30px;
  }

  .popup-content-wrapper input[type="text"] {
    color: #000;
    border-color: #000;
  }

  .popup-content-wrapper input[type="text"]::-webkit-input-placeholder {
    color: #000;
  }

  .popup-content-wrapper input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
  }

  .popup-content-wrapper input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
  }

  .popup-content-wrapper input[type="text"]:-ms-input-placeholder {
    color: #000;
  }
}

@media (max-width: 467px) {
  #header #topbar .dropdown {
    padding-left: 5px;
  }

  #header #topbar .dropdown:first-child {
    padding-left: 0px;
    padding-right: 5px;
  }

  #header #topbar .dropdown .btn {
    font-size: 11px;
    padding: 0 5px;
  }

  #header .search .search-form {
    right: -80px;
  }

  #header .cart .cart-list {
    right: -50px;
  }

  #header.header-v4 {
    left: 20px;
    right: 20px;
    top: 0px;
  }

  #header.header-v4 .logo a {
    font-size: 16px;
  }

  #header.header-v4 .fa-bars {
    font-size: 20px;
  }

  nav.megamenu-v2 {
    width: 320px !important;
  }

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

  #footer .footer-top .col-md-6,
  #footer .footer-top .col-md-2 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  #footer .footer-top .col-md-2:nth-child(2) {
    min-height: auto;
  }

  #footer .footer-bottom .button1 {
    margin-top: 10px;
  }

  #footer .footer-bottom .col-md-6 form input {
    margin-top: 10px;
  }

  #footer .footer-top-bottom {
    text-align: center;
  }

  #footer .footer-top-bottom p,
  #footer .footer-top-bottom ul.menu {
    float: inherit !important;
  }

  .tp-banner-container .tp-rightarrow,
  .tp-banner-container .tp-leftarrow {
    margin-top: -20px !important;
    width: 40px !important;
    height: 40px !important;
  }

  .tp-banner-container .tp-rightarrow i,
  .tp-banner-container .tp-leftarrow i {
    line-height: 40px;
  }

  .hermes-collection.hermes-collection-home1 .col-md-4 h3 {
    font-size: 34px;
  }

  .slider-product .tabs li {
    width: 100%;
    text-align: left;
    background: #eeeeee;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    margin: 0px;
  }

  .slider-product .tabs {
    margin-bottom: 20px;
  }

  .banner-page-top .text {
    margin-top: -20px;
  }

  .banner-page-top .text h4 {
    font-size: 20px;
  }

  .banner-page-top .text h3 {
    font-size: 20px;
  }

  .banner-page-top .text p {
    font-size: 11px;
    margin-top: 5px;
  }

  .banner-page-top.banner-page-top-ver2 .text {
    margin-top: -40px;
  }

  .banner-page-top.banner-page-top-ver2 .text h3 {
    font-size: 28px;
  }

  .check-billing .table tr th:nth-child(2) {
    display: none;
  }

  .check-billing .table tr td:nth-child(2) {
    display: none;
  }

  .acc-login .form-group .btn:nth-child(2n) {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }

  .acc-login .form-group .btn:nth-child(2n+1) {
    width: 100%;
    margin: 0px;
  }

  .products.grid_full .item-inner,
  .products.grid_full.grid_sidebar .item-inner {
    padding: 0px !important;
  }

  ul.tabs.title span {
    display: none;
  }

  ul.tabs.title li {
    font-size: 18px;
  }

  .header-v3 #topbar .topbar-right a,
  .header-v3 #topbar .topbar-right span {
    font-size: 13px;
  }

  .slider-product.slider-product-home3.featured-product h3.title {
    padding-bottom: 50px;
  }

  .slider-product.slider-product-home3.featured-product ul.tabs.title {
    top: 35px;
    left: 0px;
    width: 100%;
    text-align: left;
  }

  .slider-product.slider-product-home3.featured-product ul.tabs.title li {
    width: auto;
    background: none;
    right: inherit;
    left: 0px;
    font-size: 14px;
    padding: 0px;
    margin-right: 10px;
  }

  .slider-product.slider-product-home3.featured-product ul.tabs.title li:last-child {
    margin-right: 0px;
  }

  .banner-home3-top .text h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .banner-home3-top .text h4 {
    font-size: 10px;
  }

  .banner-home5-top .countdown-times {
    display: none;
  }

  .home-v3.bottom-home1-home5 h3.title {
    padding-bottom: 50px;
  }

  .home-v3.bottom-home1-home5 ul.tabs.title {
    top: 35px;
    left: 0px;
    width: 100%;
    text-align: left;
  }

  .home-v3.bottom-home1-home5 ul.tabs.title li {
    width: auto;
    background: none;
    right: inherit;
    left: 0px;
    font-size: 14px;
    padding: 0px;
    margin-right: 10px;
  }

  .home-v3.bottom-home1-home5 ul.tabs.title li:last-child {
    margin-right: 0px;
  }

  .banner-home6-top .col-md-4.col-xs-6.col-sm-4 {
    width: 100%;
    padding: 0px !important;
  }

  .bottom-home1.bottom-home1-home6 .products-item:nth-child(2n) {
    text-align: right;
  }

  .bottom-home1.bottom-home1-home6 .products-item:nth-child(2n) .product-images {
    margin-right: 0px;
  }

  .slider-product.slider-product-home6 .tabs1 span {
    display: none;
  }

  .slider-product.slider-product-home6 .tabs1 li {
    width: 100%;
    background: #333333;
    color: #fff;
    padding: 8px 0px;
    border-bottom: 1px solid #fff;
  }

  .slider-product.slider-product-home6 .tabs1 li.active {
    color: #ba933e;
  }

  #header.header-v7 .search .search-form input,
  #header.header-v7 .search .search-form .icon-search {
    display: none;
  }

  #header.header-v7 .search .search-form .search-select,
  #header.header-v7 .search .search-form select {
    width: 100%;
  }

  .banner-home7-top .col-md-4.col-xs-4 {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }

  .banner-home7-top .col-md-4.col-xs-4:last-child {
    margin-bottom: 0px;
  }

  .slider-product.slider-product-home7.bottom-home1 .owl-carousel .owl-controls .owl-nav .owl-prev,
  .slider-product.slider-product-home7.bottom-home1 .owl-carousel .owl-controls .owl-nav .owl-next {
    top: -30px;
  }

  .slider-product.slider-product-home7 ul.tabs {
    margin-bottom: 50px;
  }

  .slider-product.slider-product-home7 ul.tabs li:first-child {
    padding-left: 20px;
  }

  .policy.policy-home7 ul li a {
    padding: 22px 0px;
  }

  .hermes-collection.hermes-collection-home4 .col-md-6:first-child .text {
    left: 10px;
  }

  .hermes-collection.hermes-collection-home4 .col-md-6:first-child .text h3 {
    font-size: 70px;
  }

  .banner-home2-top .action p {
    height: 40px;
  }

  .banner-home4-bottom .col-md-6 .text {
    top: 20px;
  }

  .banner-home4-bottom .col-md-6:last-child .text {
    left: 20px;
  }

  .banner-home4-bottom .col-md-6:last-child .text h3 {
    font-size: 40px;
  }

  .banner-home4-bottom .col-md-6:last-child .text h4 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .products.grid_full {
    padding: 0 15px;
  }

  .products.grid_full.grid_sidebar {
    padding: 0px;
  }

  .products.grid_full.grid_sidebar .item-inner:nth-child(2n) {
    padding: 0px !important;
  }

  .products.grid_full.grid_sidebar .item-inner:nth-child(2n+1) {
    padding: 0px !important;
  }

  .hoz-tab-container ul {
    margin-bottom: 20px;
  }

  .hoz-tab-container ul li {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .home-v5-slider ul li {
    font-size: 12px;
    margin-right: 0px;
    padding-right: 10px;
    text-transform: capitalize;
  }

  .home-v5-slider ul li:after {
    font-size: 12px;
  }

  .home-v5-slider.bottom-home1 .owl-carousel .owl-controls .owl-nav .owl-prev,
  .home-v5-slider.bottom-home1 .owl-carousel .owl-controls .owl-nav .owl-next {
    top: -50px;
  }

  .banner-home6-bottom .col-xs-6 {
    width: 100%;
    padding: 0px !important;
  }

  .bottom-home1.bottom-home1-home6 .products-item:nth-child(2n+1) {
    padding-right: 10px !important;
  }

  .bottom-home1.bottom-home1-home6 .products-item:nth-child(2n) {
    padding-left: 10px !important;
  }

  .bottom-home1.bottom-home1-home6 .products-item .product-images {
    width: 100%;
  }

  .policy.policy-home7 {
    padding-top: 10px;
  }

  .policy.policy-home7 ul li .text {
    padding: 0px;
  }

  .popup-content-wrapper h3 {
    font-size: 12px;
    padding-bottom: 10px;
  }

  .popup-content-wrapper .popup-content-text {
    margin-bottom: 0px;
  }

  .popup-content-wrapper input[type="text"] {
    padding: 5px 10px;
  }

  .popup-content-wrapper input[type="submit"] {
    height: 30px;
    padding: 0 15px;
    font-size: 11px;
  }

  .popup-content-wrapper .not-again span {
    font-size: 12px;
    margin-left: 5px;
  }

  .popup-content-wrapper .close-popup {
    height: 30px;
    width: 30px;
    right: -10px;
    top: -10px;
  }

  .popup-content-wrapper .close-popup i {
    line-height: 28px;
  }

  .quickview-wrapper .closeqv {
    right: -5px;
  }

  .quickview-wrapper #quickview-content .product .product-info,
  .quickview-wrapper #quickview-content .product .product-images {
    width: 100%;
  }

  .quickview-wrapper #quickview-content .product .product-images {
    margin-bottom: 30px;
    padding-right: 0px;
  }
}

.infomation {
  margin-top: 20px;
}


.discount-amount {
  font-size: 72px;
  font-weight: 800;
  color: #ffffff;
  display: block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.discount-text {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
  margin-top: 10px;
}

.campaign-title {
  color: white;
  margin-bottom: 15px;
}

.discount-period {
  font-size: 18px;
  color: #ff0000;
  font-weight: 500;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .discount-amount {
    font-size: 48px;
  }

  .discount-text {
    font-size: 24px;
  }
}

/* Headings */
.about-text h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1a3c6d;
  /* Deep blue for headings */
  margin: 30px 0 15px;
  padding-bottom: 8px;
}

/* Paragraphs */
.about-text p {
  margin-bottom: 20px;
  color: #000;
  line-height: 1.8rem;
}

/* Strong text for emphasis */
.about-text p strong {
  font-weight: 700;
  color: #1a3c6d;
  display: block;
  margin-top: 20px;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .about-text {
    color: #e0e0e0;
    /* Light text for dark background */
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
  }

  .about-text h2 {
    color: #000;
  }

  .about-text p {
    color: #000;
  }

  .about-text p strong {
    color: #000;
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .about-text {
    padding: 20px 15px;
  }

  .about-text h2 {
    font-size: 1.5rem;
  }

  .about-text p {
    font-size: 1rem;
  }

  .about-text p strong {
    font-size: 1.2rem;
  }
}

/* Hover effect for headings */
.about-text h2:hover {
  color: #000;
  transition: color 0.3s ease;
}

@media (prefers-color-scheme: dark) {
  .about-text h2:hover {
    color: #000;
  }
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.tab-content {
  color: #333333;
  line-height: 1.6;
}

.tab-content h3 {
  font-size: 1.5em;
  color: #2c3e50;
  margin: 20px 0 10px;
  font-weight: 600;
}

.tab-content p {
  font-size: 1em;
  margin-bottom: 15px;
  color: #4a4a4a;
}

.tab-content ul {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 20px;
}

.tab-content ul li {
  font-size: 1em;
  margin-bottom: 8px;
  color: #4a4a4a;
  display: list-item;
  list-style-position: outside;
}

.tab-content ul li strong {
  color: #2c3e50;
  font-weight: 600;
}

.tab-content .highlight {
  color: #e74c3c;
  font-weight: bold;
}

.tab-content p:last-child {
  font-weight: 500;
  color: #2c3e50;
}

.faq-item {
  margin-bottom: 20px;
}


#image {
  height: 428px;
  object-fit: cover;
}

#googleMap{
    height: 470px;
    margin: 0;
    padding: 0;
    border: 0;


}


#googleMap iframe{
    border: 0;


}

.content-blog h2{
  font-size: 24px;
  font-weight: 600;
  margin:10px 0;
}

.content-blog p{
  line-height: 2.8rem;
}

/* Video Intro Section Styles */
.video-intro-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.video-intro-content {
  text-align: center;
  padding: 50px 20px;
}

.intro-tag {
  color: #ba933e;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: inline-block;
}

.intro-title {
  font-size: 48px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  line-height: 1.2;
}

.intro-description {
  max-width: 600px;
  margin: 0 auto 40px;
}

.intro-description p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}

.video-play-wrapper {
  margin-bottom: 40px;
}

.video-play-btn {
  background: linear-gradient(45deg, #ba933e, #ba933e);
  border: none;
  border-radius: 50px;
  padding: 15px 35px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(255, 107, 107, 0.3);
}

.video-play-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(255, 107, 107, 0.4);
  background: linear-gradient(45deg, #ba933e, #ba933e);
}

.video-play-btn i {
  margin-right: 10px;
  font-size: 18px;
}

.video-preview {
  max-width: 800px;
  margin: 0 auto;
}

.video-thumbnail {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.video-thumbnail:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.play-overlay i {
  font-size: 32px;
  color: #ba933e;
  margin-left: 5px;
}

.video-thumbnail:hover .play-overlay {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(255, 255, 255, 1);
}

/* Video Modal Styles */
#videoModal
{
z-index: 9999;
}


#videoModal .modal-content {
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

#videoModal .modal-header {
  background: linear-gradient(45deg, #ba933e, #ba933e);
  color: white;
  border: none;
  padding: 20px 30px;
}

#videoModal .modal-title {
  font-weight: 600;
  font-size: 20px;
}

#videoModal .close {
  color: white;
  opacity: 0.8;
  font-size: 28px;
  position: absolute;
  right: 20px;
  top: 20px;
}

#videoModal .close:hover {
  opacity: 1;
}

#videoModal .modal-body {
  padding: 0;
  background: #000;
}

.video-container {
  position: relative;
  width: 100%;
}

#havanVideo {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .intro-title {
    font-size: 32px;
  }
  
  .intro-description p {
    font-size: 16px;
  }
  
  .video-play-btn {
    padding: 12px 25px;
    font-size: 14px;
  }
  
  .play-overlay {
    width: 60px;
    height: 60px;
  }
  
  .play-overlay i {
    font-size: 24px;
  }
  
  #havanVideo {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .intro-title {
    font-size: 28px;
  }
  
  .video-intro-content {
    padding: 30px 15px;
  }
  
  #havanVideo {
    height: 200px;
  }
}

/* Product Description Tab Content Styles - Modern Design */
.tab-content {
  padding: 35px;
  background: #fff;
  line-height: 1.6;
  color: #333;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
}

.tab-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ba933e 0%, #000 100%);
  border-radius: 12px 12px 0 0;
}

.tab-content h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 25px 0 16px 0;
  padding: 12px 20px;
  background: linear-gradient(135deg, #ba933e 0%, #d4a853 100%);
  border-radius: 8px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tab-content h2:first-child {
  margin-top: 0;
}

.tab-content h2::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.tab-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #444;
  padding-left: 8px;
  border-left: 3px solid #ba933e;
  background: rgba(186, 147, 62, 0.02);
  padding: 15px 20px;
  border-radius: 0 8px 8px 0;
}

.tab-content ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
}

.tab-content ul.tight {
  margin: 16px 0;
  padding: 15px;
}

.tab-content ul li {
  position: relative;
  margin-bottom: 12px;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 35px;
  transition: all 0.3s ease;
}

.tab-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  background: #ba933e;
  border-radius: 3px;
  transform: rotate(45deg);
}

.tab-content ul li:hover {
  color: #ba933e;
  transform: translateX(5px);
}

.tab-content ul li p {
  margin: 0;
  color: inherit;
  font-size: 15px;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .tab-content {
    padding: 25px 20px;
    margin: 10px;
  }
  
  .tab-content h2 {
    font-size: 16px;
    padding: 10px 16px;
    margin: 18px 0 12px 0;
  }
  
  .tab-content p {
    font-size: 15px;
    padding: 12px 16px;
  }
  
  .tab-content ul {
    padding: 15px;
  }
  
  .tab-content ul li {
    font-size: 14px;
    padding-left: 30px;
  }
  
  .tab-content ul li::before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
}

@media (max-width: 480px) {
  .tab-content {
    padding: 20px 15px;
    margin: 5px;
  }
  
  .tab-content h2 {
    font-size: 14px;
    padding: 8px 12px;
    margin: 15px 0 10px 0;
  }
  
  .tab-content p {
    font-size: 14px;
    padding: 10px 12px;
  }
  
  .tab-content ul {
    padding: 12px;
  }
  
  .tab-content ul li {
    font-size: 13px;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  
  .tab-content ul li::before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
}