/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

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

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

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #428bca;
  text-decoration: none;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  border: 0;
}

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

.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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

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

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

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

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

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
  padding: 2px 0px 0px 0px;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

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

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

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

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

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 400;
  line-height: 1;
}

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

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

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

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

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

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

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

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

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

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

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .responsive .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .responsive .dl-horizontal dd {
    margin-left: 180px;
  }
  .responsive .dl-horizontal dd:before,
  .responsive .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .responsive .dl-horizontal dd:after {
    clear: both;
  }
  .responsive .dl-horizontal dd:before,
  .responsive .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .responsive .dl-horizontal dd:after {
    clear: both;
  }
}

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

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

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

blockquote p {
  font-size: 17.5px;
  line-height: 1.25;
}

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

blockquote small {
  display: block;
  line-height: 1.428571429;
}

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

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

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

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

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

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

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

pre.prettyprint {
  margin-bottom: 20px;
}

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

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

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

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

.container:after {
  clear: both;
}

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

.container:after {
  clear: both;
}

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

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

.row:after {
  clear: both;
}

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

.row:after {
  clear: both;
}

.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,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-25,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-12 {
  width: 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-25 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-25 {
    width: 20%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

.no-responsive .col-sm-1,
.no-responsive .col-sm-2,
.no-responsive .col-sm-3,
.no-responsive .col-sm-4,
.no-responsive .col-sm-5,
.no-responsive .col-sm-6,
.no-responsive .col-sm-7,
.no-responsive .col-sm-8,
.no-responsive .col-sm-9,
.no-responsive .col-sm-10,
.no-responsive .col-sm-11,
.no-responsive .col-sm-25 {
  float: left;
}
.no-responsive .col-sm-1 {
  width: 8.333333333333332%;
}
.no-responsive .col-sm-2 {
  width: 16.666666666666664%;
}
.no-responsive .col-sm-25 {
  width: 20%;
}
.no-responsive .col-sm-3 {
  width: 25%;
}
.no-responsive .col-sm-4 {
  width: 33.33333333333333%;
}
.no-responsive .col-sm-5 {
  width: 41.66666666666667%;
}
.no-responsive .col-sm-6 {
  width: 50%;
}
.no-responsive .col-sm-7 {
  width: 58.333333333333336%;
}
.no-responsive .col-sm-8 {
  width: 66.66666666666666%;
}
.no-responsive .col-sm-9 {
  width: 75%;
}
.no-responsive .col-sm-10 {
  width: 83.33333333333334%;
}
.no-responsive .col-sm-11 {
  width: 91.66666666666666%;
}
.no-responsive .col-sm-12 {
  width: 100%;
}
.no-responsive .col-sm-push-1 {
  left: 8.333333333333332%;
}
.no-responsive .col-sm-push-2 {
  left: 16.666666666666664%;
}
.no-responsive .col-sm-push-3 {
  left: 25%;
}
.no-responsive .col-sm-push-4 {
  left: 33.33333333333333%;
}
.no-responsive .col-sm-push-5 {
  left: 41.66666666666667%;
}
.no-responsive .col-sm-push-6 {
  left: 50%;
}
.no-responsive .col-sm-push-7 {
  left: 58.333333333333336%;
}
.no-responsive .col-sm-push-8 {
  left: 66.66666666666666%;
}
.no-responsive .col-sm-push-9 {
  left: 75%;
}
.no-responsive .col-sm-push-10 {
  left: 83.33333333333334%;
}
.no-responsive .col-sm-push-11 {
  left: 91.66666666666666%;
}
.no-responsive .col-sm-pull-1 {
  right: 8.333333333333332%;
}
.no-responsive .col-sm-pull-2 {
  right: 16.666666666666664%;
}
.no-responsive .col-sm-pull-3 {
  right: 25%;
}
.no-responsive .col-sm-pull-4 {
  right: 33.33333333333333%;
}
.no-responsive .col-sm-pull-5 {
  right: 41.66666666666667%;
}
.no-responsive .col-sm-pull-6 {
  right: 50%;
}
.no-responsive .col-sm-pull-7 {
  right: 58.333333333333336%;
}
.no-responsive .col-sm-pull-8 {
  right: 66.66666666666666%;
}
.no-responsive .col-sm-pull-9 {
  right: 75%;
}
.no-responsive .col-sm-pull-10 {
  right: 83.33333333333334%;
}
.no-responsive .col-sm-pull-11 {
  right: 91.66666666666666%;
}
.no-responsive .col-sm-offset-1 {
  margin-left: 8.333333333333332%;
}
.no-responsive .col-sm-offset-2 {
  margin-left: 16.666666666666664%;
}
.no-responsive .col-sm-offset-3 {
  margin-left: 25%;
}
.no-responsive .col-sm-offset-4 {
  margin-left: 33.33333333333333%;
}
.no-responsive .col-sm-offset-5 {
  margin-left: 41.66666666666667%;
}
.no-responsive .col-sm-offset-6 {
  margin-left: 50%;
}
.no-responsive .col-sm-offset-7 {
  margin-left: 58.333333333333336%;
}
.no-responsive .col-sm-offset-8 {
  margin-left: 66.66666666666666%;
}
.no-responsive .col-sm-offset-9 {
  margin-left: 75%;
}
.no-responsive .col-sm-offset-10 {
  margin-left: 83.33333333333334%;
}
.no-responsive .col-sm-offset-11 {
  margin-left: 91.66666666666666%;
}

.no-responsive .col-md-1 {
  width: 8.333333333333332%;
}
.no-responsive .col-md-2 {
  width: 16.666666666666664%;
}
.no-responsive .col-md-25 {
  width: 20%;
}
.no-responsive .col-md-3 {
  width: 25%;
}
.no-responsive .col-md-4 {
  width: 33.33333333333333%;
}
.no-responsive .col-md-5 {
  width: 41.66666666666667%;
}
.no-responsive .col-md-6 {
  width: 50%;
}
.no-responsive .col-md-7 {
  width: 58.333333333333336%;
}
.no-responsive .col-md-8 {
  width: 66.66666666666666%;
}
.no-responsive .col-md-9 {
  width: 75%;
}
.no-responsive .col-md-10 {
  width: 83.33333333333334%;
}
.no-responsive .col-md-11 {
  width: 91.66666666666666%;
}
.no-responsive .col-md-12 {
  width: 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 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-25 {
    width: 20%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-25 {
    width: 20%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  padding-bottom: 10px;
}

	fieldset > h3 {
		margin-bottom: 20px !;
	}

legend {
  display: block;
  width: 100%;
  padding: 7px 0px 7px 0px;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: inherit;
}

label {
  display: inline-block;
  padding-top: 5px;
}

	.options > div > label {
		font-weight: 600;
		display: block;
	}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0 4px;
  margin-top: 1px \9;
  margin-right: 4px;
  /* IE8-9 */

  line-height: normal;
}

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

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

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 55px;
}

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

textarea.form-control {
  height: auto;
}

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

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

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

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

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

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

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

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

textarea.input-sm {
  height: auto;
}

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

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

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

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

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

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

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

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

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

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

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

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

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

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

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

.help-block {
  display: block;
  margin-top: 10px;
  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;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

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

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

	.form-horizontal .radio:first-child,
	.form-horizontal .checkbox:first-child,
	.form-horizontal .radio-inline,
	.form-horizontal .checkbox-inline {
		padding-top: 18px;
	}
	
	.options .form-horizontal .radio:first-child,
	.options .form-horizontal .checkbox:first-child,
	.options .form-horizontal .radio-inline:first-child,
	.options .form-horizontal .checkbox-inline:first-child {
		padding-top: 4px;
	}

	@media (max-width: 768px) {
		.responsive .form-horizontal .control-label,
		.responsive .form-horizontal .radio,
		.responsive .form-horizontal .checkbox,
		.responsive .form-horizontal .radio-inline,
		.responsive .form-horizontal .checkbox-inline {
		  padding-top: 0px;
		}
	}

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

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.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;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          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;
  line-height: 1.428571429;
  white-space: nowrap;
}

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

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

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

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

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

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

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

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.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:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

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

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

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

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

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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-top-right-radius: 0;
  border-bottom-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 > .btn-group {
  float: left;
}

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

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

.btn-group > .btn-group:last-child > .btn: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-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

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

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

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

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

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

.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-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

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

.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;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

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

.input-group-addon.input-lg {
  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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

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

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

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

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

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

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

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

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

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

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

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

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

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

.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: #ffffff;
  background-color: #428bca;
}

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

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

.nav-justified {
  width: 100%;
}

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

.nav-justified > li > a {
  text-align: center;
}

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

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

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

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

.tabbable:after {
  clear: both;
}

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

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  opacity: 0;
 position: absolute;
 visibility: hidden;
 top: 0;
 width: 100%;
}

.tab-content > .active,
.pill-content > .active {
  visibility: visible;
  position: static;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

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

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

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

.navbar:after {
  clear: both;
}

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

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

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

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

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

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

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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 {
  display: table;
  content: " ";
}

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

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

.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-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

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

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

.navbar-static-top {
  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;
  border-width: 0 0 1px;
}

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

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

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

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

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

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

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

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

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

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

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

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

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

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

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

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

.pager:after {
  clear: both;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 {
  cursor: not-allowed;
  background-color: #ffffff;
}

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

.label[href]:hover,
.label[href]:focus {
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

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

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

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

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

.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;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

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

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

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

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

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

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

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

.alert-success a,
.alert-success a:hover {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

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

.alert-info a,
.alert-info a:hover {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

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

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

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

.alert-danger .alert-link {
  color: #953b39;
}

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

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

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

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

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

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

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-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,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

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

.media-object {
  display: block;
}

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

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

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

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

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

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

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

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

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

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 0px;
  margin-bottom: 30px;
}

	.well h2 {
		margin-bottom: 15px !important;
	}

.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  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 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

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

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 5px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

	.modal-footer .button,
	.modal-footer .btn {
		margin-top: 15px;
	}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 868px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 740px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  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 {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  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%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

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

.affix {
  position: fixed;
}

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

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

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

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

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

@media (max-width: 767px) {
  .responsive .visible-xs {
    display: block !important;
  }
  .responsive tr.visible-xs {
    display: table-row !important;
  }
  .responsive th.visible-xs,
  .responsive td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .visible-xs.visible-sm {
    display: block !important;
  }
  .responsive tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  .responsive th.visible-xs.visible-sm,
  .responsive td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .visible-xs.visible-md {
    display: block !important;
  }
  .responsive tr.visible-xs.visible-md {
    display: table-row !important;
  }
  .responsive th.visible-xs.visible-md,
  .responsive td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .responsive .visible-xs.visible-lg {
    display: block !important;
  }
  .responsive tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  .responsive th.visible-xs.visible-lg,
  .responsive td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

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

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

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

@media (max-width: 767px) {
  .responsive .visible-sm.visible-xs {
    display: block !important;
  }
  .responsive tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  .responsive th.visible-sm.visible-xs,
  .responsive td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .visible-sm {
    display: block !important;
  }
  .responsive tr.visible-sm {
    display: table-row !important;
  }
  .responsive th.visible-sm,
  .responsive td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .visible-sm.visible-md {
    display: block !important;
  }
  .responsive tr.visible-sm.visible-md {
    display: table-row !important;
  }
  .responsive th.visible-sm.visible-md,
  .responsive td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .responsive .visible-sm.visible-lg {
    display: block !important;
  }
  .responsive tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  .responsive th.visible-sm.visible-lg,
  .responsive td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

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

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

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

@media (max-width: 767px) {
  .responsive .visible-md.visible-xs {
    display: block !important;
  }
  .responsive tr.visible-md.visible-xs {
    display: table-row !important;
  }
  .responsive th.visible-md.visible-xs,
  .responsive td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .visible-md.visible-sm {
    display: block !important;
  }
  .responsive tr.visible-md.visible-sm {
    display: table-row !important;
  }
  .responsive th.visible-md.visible-sm,
  .responsive td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .visible-md {
    display: block !important;
  }
  .responsive tr.visible-md {
    display: table-row !important;
  }
  .responsive th.visible-md,
  .responsive td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .responsive .visible-md.visible-lg {
    display: block !important;
  }
  .responsive tr.visible-md.visible-lg {
    display: table-row !important;
  }
  .responsive th.visible-md.visible-lg,
  .responsive td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

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

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

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

@media (max-width: 767px) {
  .responsive .visible-lg.visible-xs {
    display: block !important;
  }
  .responsive tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  .responsive th.visible-lg.visible-xs,
  .responsive td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .visible-lg.visible-sm {
    display: block !important;
  }
  .responsive tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  .responsive th.visible-lg.visible-sm,
  .responsive td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .visible-lg.visible-md {
    display: block !important;
  }
  .responsive tr.visible-lg.visible-md {
    display: table-row !important;
  }
  .responsive th.visible-lg.visible-md,
  .responsive td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .responsive .visible-lg {
    display: block !important;
  }
  .responsive tr.visible-lg {
    display: table-row !important;
  }
  .responsive th.visible-lg,
  .responsive td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

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

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

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

}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .hidden-xs.hidden-sm {
    display: none !important;
  }
  .responsive tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  .responsive th.hidden-xs.hidden-sm,
  .responsive td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .hidden-xs.hidden-md {
    display: none !important;
  }
  .responsive tr.hidden-xs.hidden-md {
    display: none !important;
  }
  .responsive th.hidden-xs.hidden-md,
  .responsive td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .responsive .hidden-xs.hidden-lg {
    display: none !important;
  }
  .responsive tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  .responsive th.hidden-xs.hidden-lg,
  .responsive td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

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

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

@media (max-width: 767px) {
  .responsive .hidden-sm.hidden-xs {
    display: none !important;
  }
  .responsive tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  .responsive th.hidden-sm.hidden-xs,
  .responsive td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .hidden-sm {
    display: none !important;
  }
  .responsive tr.hidden-sm {
    display: none !important;
  }
  .responsive th.hidden-sm,
  .responsive td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .hidden-sm.hidden-md {
    display: none !important;
  }
  .responsive tr.hidden-sm.hidden-md {
    display: none !important;
  }
  .responsive th.hidden-sm.hidden-md,
  .responsive td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .responsive .hidden-sm.hidden-lg {
    display: none !important;
  }
  .responsive tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  .responsive th.hidden-sm.hidden-lg,
  .responsive td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

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

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

@media (max-width: 767px) {
  .responsive .hidden-md.hidden-xs {
    display: none !important;
  }
  .responsive tr.hidden-md.hidden-xs {
    display: none !important;
  }
  .responsive th.hidden-md.hidden-xs,
  .responsive td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .hidden-md.hidden-sm {
    display: none !important;
  }
  .responsive tr.hidden-md.hidden-sm {
    display: none !important;
  }
  .responsive th.hidden-md.hidden-sm,
  .responsive td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .hidden-md {
    display: none !important;
  }
  .responsive tr.hidden-md {
    display: none !important;
  }
  .responsive th.hidden-md,
  .responsive td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .responsive .hidden-md.hidden-lg {
    display: none !important;
  }
  .responsive tr.hidden-md.hidden-lg {
    display: none !important;
  }
  .responsive th.hidden-md.hidden-lg,
  .responsive td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

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

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

@media (max-width: 767px) {
  .responsive .hidden-lg.hidden-xs {
    display: none !important;
  }
  .responsive tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  .responsive th.hidden-lg.hidden-xs,
  .responsive td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .responsive .hidden-lg.hidden-sm {
    display: none !important;
  }
  .responsive tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  .responsive th.hidden-lg.hidden-sm,
  .responsive td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .responsive .hidden-lg.hidden-md {
    display: none !important;
  }
  .responsive tr.hidden-lg.hidden-md {
    display: none !important;
  }
  .responsive th.hidden-lg.hidden-md,
  .responsive td.hidden-lg.hidden-md {
    display: none !important;
  }
}

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

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

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

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

@media print {
  .responsive .visible-print {
    display: block !important;
  }
  .responsive tr.visible-print {
    display: table-row !important;
  }
  .responsive th.visible-print,
  .responsive td.visible-print {
    display: table-cell !important;
  }
  .responsive .hidden-print {
    display: none !important;
  }
  .responsive tr.hidden-print {
    display: none !important;
  }
  .responsive th.hidden-print,
  .responsive td.hidden-print {
    display: none !important;
  }
}

@media (max-width: 991px) {
     .responsive .col-xs-push-3 {
         left: 25%;
     }
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}
@font-face {
	font-family: 'ElegantIcons';
	src:url('../fonts/ElegantIcons.eot');
	src:url('../fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ElegantIcons.woff') format('woff'),
		url('../fonts/ElegantIcons.ttf') format('truetype'),
		url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
	content: "\21";
}
.arrow_down:before {
	content: "\22";
}
.arrow_left:before {
	content: "\23";
}
.arrow_right:before {
	content: "\24";
}
.arrow_left-up:before {
	content: "\25";
}
.arrow_right-up:before {
	content: "\26";
}
.arrow_right-down:before {
	content: "\27";
}
.arrow_left-down:before {
	content: "\28";
}
.arrow-up-down:before {
	content: "\29";
}
.arrow_up-down_alt:before {
	content: "\2a";
}
.arrow_left-right_alt:before {
	content: "\2b";
}
.arrow_left-right:before {
	content: "\2c";
}
.arrow_expand_alt2:before {
	content: "\2d";
}
.arrow_expand_alt:before {
	content: "\2e";
}
.arrow_condense:before {
	content: "\2f";
}
.arrow_expand:before {
	content: "\30";
}
.arrow_move:before {
	content: "\31";
}
.arrow_carrot-up:before {
	content: "\32";
}
.arrow_carrot-down:before {
	content: "\33";
}
.arrow_carrot-left:before {
	content: "\34";
}
.arrow_carrot-right:before {
	content: "\35";
}
.arrow_carrot-2up:before {
	content: "\36";
}
.arrow_carrot-2down:before {
	content: "\37";
}
.arrow_carrot-2left:before {
	content: "\38";
}
.arrow_carrot-2right:before {
	content: "\39";
}
.arrow_carrot-up_alt2:before {
	content: "\3a";
}
.arrow_carrot-down_alt2:before {
	content: "\3b";
}
.arrow_carrot-left_alt2:before {
	content: "\3c";
}
.arrow_carrot-right_alt2:before {
	content: "\3d";
}
.arrow_carrot-2up_alt2:before {
	content: "\3e";
}
.arrow_carrot-2down_alt2:before {
	content: "\3f";
}
.arrow_carrot-2left_alt2:before {
	content: "\40";
}
.arrow_carrot-2right_alt2:before {
	content: "\41";
}
.arrow_triangle-up:before {
	content: "\42";
}
.arrow_triangle-down:before {
	content: "\43";
}
.arrow_triangle-left:before {
	content: "\44";
}
.arrow_triangle-right:before {
	content: "\45";
}
.arrow_triangle-up_alt2:before {
	content: "\46";
}
.arrow_triangle-down_alt2:before {
	content: "\47";
}
.arrow_triangle-left_alt2:before {
	content: "\48";
}
.arrow_triangle-right_alt2:before {
	content: "\49";
}
.arrow_back:before {
	content: "\4a";
}
.icon_minus-06:before {
	content: "\4b";
}
.icon_plus:before {
	content: "\4c";
}
.icon_close:before {
	content: "\4d";
}
.icon_check:before {
	content: "\4e";
}
.icon_minus_alt2:before {
	content: "\4f";
}
.icon_plus_alt2:before {
	content: "\50";
}
.icon_close_alt2:before {
	content: "\51";
}
.icon_check_alt2:before {
	content: "\52";
}
.icon_zoom-out_alt:before {
	content: "\53";
}
.icon_zoom-in_alt:before {
	content: "\54";
}
.icon_search:before {
	content: "\55";
}
.icon_box-empty:before {
	content: "\56";
}
.icon_box-selected:before {
	content: "\57";
}
.icon_minus-box:before {
	content: "\58";
}
.icon_plus-box:before {
	content: "\59";
}
.icon_box-checked:before {
	content: "\5a";
}
.icon_circle-empty:before {
	content: "\5b";
}
.icon_circle-slelected:before {
	content: "\5c";
}
.icon_stop_alt2:before {
	content: "\5d";
}
.icon_stop:before {
	content: "\5e";
}
.icon_pause_alt2:before {
	content: "\5f";
}
.icon_pause:before {
	content: "\60";
}
.icon_menu:before {
	content: "\61";
}
.icon_menu-square_alt2:before {
	content: "\62";
}
.icon_menu-circle_alt2:before {
	content: "\63";
}
.icon_ul:before {
	content: "\64";
}
.icon_ol:before {
	content: "\65";
}
.icon_adjust-horiz:before {
	content: "\66";
}
.icon_adjust-vert:before {
	content: "\67";
}
.icon_document_alt:before {
	content: "\68";
}
.icon_documents_alt:before {
	content: "\69";
}
.icon_pencil:before {
	content: "\6a";
}
.icon_pencil-edit_alt:before {
	content: "\6b";
}
.icon_pencil-edit:before {
	content: "\6c";
}
.icon_folder-alt:before {
	content: "\6d";
}
.icon_folder-open_alt:before {
	content: "\6e";
}
.icon_folder-add_alt:before {
	content: "\6f";
}
.icon_info_alt:before {
	content: "\70";
}
.icon_error-oct_alt:before {
	content: "\71";
}
.icon_error-circle_alt:before {
	content: "\72";
}
.icon_error-triangle_alt:before {
	content: "\73";
}
.icon_question_alt2:before {
	content: "\74";
}
.icon_question:before {
	content: "\75";
}
.icon_comment_alt:before {
	content: "\76";
}
.icon_chat_alt:before {
	content: "\77";
}
.icon_vol-mute_alt:before {
	content: "\78";
}
.icon_volume-low_alt:before {
	content: "\79";
}
.icon_volume-high_alt:before {
	content: "\7a";
}
.icon_quotations:before {
	content: "\7b";
}
.icon_quotations_alt2:before {
	content: "\7c";
}
.icon_clock_alt:before {
	content: "\7d";
}
.icon_lock_alt:before {
	content: "\7e";
}
.icon_lock-open_alt:before {
	content: "\e000";
}
.icon_key_alt:before {
	content: "\e001";
}
.icon_cloud_alt:before {
	content: "\e002";
}
.icon_cloud-upload_alt:before {
	content: "\e003";
}
.icon_cloud-download_alt:before {
	content: "\e004";
}
.icon_image:before {
	content: "\e005";
}
.icon_images:before {
	content: "\e006";
}
.icon_lightbulb_alt:before {
	content: "\e007";
}
.icon_gift_alt:before {
	content: "\e008";
}
.icon_house_alt:before {
	content: "\e009";
}
.icon_genius:before {
	content: "\e00a";
}
.icon_mobile:before {
	content: "\e00b";
}
.icon_tablet:before {
	content: "\e00c";
}
.icon_laptop:before {
	content: "\e00d";
}
.icon_desktop:before {
	content: "\e00e";
}
.icon_camera_alt:before {
	content: "\e00f";
}
.icon_mail_alt:before {
	content: "\e010";
}
.icon_cone_alt:before {
	content: "\e011";
}
.icon_ribbon_alt:before {
	content: "\e012";
}
.icon_bag_alt:before {
	content: "\e013";
}
.icon_creditcard:before {
	content: "\e014";
}
.icon_cart_alt:before {
	content: "\e015";
}
.icon_paperclip:before {
	content: "\e016";
}
.icon_tag_alt:before {
	content: "\e017";
}
.icon_tags_alt:before {
	content: "\e018";
}
.icon_trash_alt:before {
	content: "\e019";
}
.icon_cursor_alt:before {
	content: "\e01a";
}
.icon_mic_alt:before {
	content: "\e01b";
}
.icon_compass_alt:before {
	content: "\e01c";
}
.icon_pin_alt:before {
	content: "\e01d";
}
.icon_pushpin_alt:before {
	content: "\e01e";
}
.icon_map_alt:before {
	content: "\e01f";
}
.icon_drawer_alt:before {
	content: "\e020";
}
.icon_toolbox_alt:before {
	content: "\e021";
}
.icon_book_alt:before {
	content: "\e022";
}
.icon_calendar:before {
	content: "\e023";
}
.icon_film:before {
	content: "\e024";
}
.icon_table:before {
	content: "\e025";
}
.icon_contacts_alt:before {
	content: "\e026";
}
.icon_headphones:before {
	content: "\e027";
}
.icon_lifesaver:before {
	content: "\e028";
}
.icon_piechart:before {
	content: "\e029";
}
.icon_refresh:before {
	content: "\e02a";
}
.icon_link_alt:before {
	content: "\e02b";
}
.icon_link:before {
	content: "\e02c";
}
.icon_loading:before {
	content: "\e02d";
}
.icon_blocked:before {
	content: "\e02e";
}
.icon_archive_alt:before {
	content: "\e02f";
}
.icon_heart_alt:before {
	content: "\e030";
}
.icon_star_alt:before {
	content: "\e031";
}
.icon_star-half_alt:before {
	content: "\e032";
}
.icon_star:before {
	content: "\e033";
}
.icon_star-half:before {
	content: "\e034";
}
.icon_tools:before {
	content: "\e035";
}
.icon_tool:before {
	content: "\e036";
}
.icon_cog:before {
	content: "\e037";
}
.icon_cogs:before {
	content: "\e038";
}
.arrow_up_alt:before {
	content: "\e039";
}
.arrow_down_alt:before {
	content: "\e03a";
}
.arrow_left_alt:before {
	content: "\e03b";
}
.arrow_right_alt:before {
	content: "\e03c";
}
.arrow_left-up_alt:before {
	content: "\e03d";
}
.arrow_right-up_alt:before {
	content: "\e03e";
}
.arrow_right-down_alt:before {
	content: "\e03f";
}
.arrow_left-down_alt:before {
	content: "\e040";
}
.arrow_condense_alt:before {
	content: "\e041";
}
.arrow_expand_alt3:before {
	content: "\e042";
}
.arrow_carrot_up_alt:before {
	content: "\e043";
}
.arrow_carrot-down_alt:before {
	content: "\e044";
}
.arrow_carrot-left_alt:before {
	content: "\e045";
}
.arrow_carrot-right_alt:before {
	content: "\e046";
}
.arrow_carrot-2up_alt:before {
	content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
	content: "\e048";
}
.arrow_carrot-2left_alt:before {
	content: "\e049";
}
.arrow_carrot-2right_alt:before {
	content: "\e04a";
}
.arrow_triangle-up_alt:before {
	content: "\e04b";
}
.arrow_triangle-down_alt:before {
	content: "\e04c";
}
.arrow_triangle-left_alt:before {
	content: "\e04d";
}
.arrow_triangle-right_alt:before {
	content: "\e04e";
}
.icon_minus_alt:before {
	content: "\e04f";
}
.icon_plus_alt:before {
	content: "\e050";
}
.icon_close_alt:before {
	content: "\e051";
}
.icon_check_alt:before {
	content: "\e052";
}
.icon_zoom-out:before {
	content: "\e053";
}
.icon_zoom-in:before {
	content: "\e054";
}
.icon_stop_alt:before {
	content: "\e055";
}
.icon_menu-square_alt:before {
	content: "\e056";
}
.icon_menu-circle_alt:before {
	content: "\e057";
}
.icon_document:before {
	content: "\e058";
}
.icon_documents:before {
	content: "\e059";
}
.icon_pencil_alt:before {
	content: "\e05a";
}
.icon_folder:before {
	content: "\e05b";
}
.icon_folder-open:before {
	content: "\e05c";
}
.icon_folder-add:before {
	content: "\e05d";
}
.icon_folder_upload:before {
	content: "\e05e";
}
.icon_folder_download:before {
	content: "\e05f";
}
.icon_info:before {
	content: "\e060";
}
.icon_error-circle:before {
	content: "\e061";
}
.icon_error-oct:before {
	content: "\e062";
}
.icon_error-triangle:before {
	content: "\e063";
}
.icon_question_alt:before {
	content: "\e064";
}
.icon_comment:before {
	content: "\e065";
}
.icon_chat:before {
	content: "\e066";
}
.icon_vol-mute:before {
	content: "\e067";
}
.icon_volume-low:before {
	content: "\e068";
}
.icon_volume-high:before {
	content: "\e069";
}
.icon_quotations_alt:before {
	content: "\e06a";
}
.icon_clock:before {
	content: "\e06b";
}
.icon_lock:before {
	content: "\e06c";
}
.icon_lock-open:before {
	content: "\e06d";
}
.icon_key:before {
	content: "\e06e";
}
.icon_cloud:before {
	content: "\e06f";
}
.icon_cloud-upload:before {
	content: "\e070";
}
.icon_cloud-download:before {
	content: "\e071";
}
.icon_lightbulb:before {
	content: "\e072";
}
.icon_gift:before {
	content: "\e073";
}
.icon_house:before {
	content: "\e074";
}
.icon_camera:before {
	content: "\e075";
}
.icon_mail:before {
	content: "\e076";
}
.icon_cone:before {
	content: "\e077";
}
.icon_ribbon:before {
	content: "\e078";
}
.icon_bag:before {
	content: "\e079";
}
.icon_cart:before {
	content: "\e07a";
}
.icon_tag:before {
	content: "\e07b";
}
.icon_tags:before {
	content: "\e07c";
}
.icon_trash:before {
	content: "\e07d";
}
.icon_cursor:before {
	content: "\e07e";
}
.icon_mic:before {
	content: "\e07f";
}
.icon_compass:before {
	content: "\e080";
}
.icon_pin:before {
	content: "\e081";
}
.icon_pushpin:before {
	content: "\e082";
}
.icon_map:before {
	content: "\e083";
}
.icon_drawer:before {
	content: "\e084";
}
.icon_toolbox:before {
	content: "\e085";
}
.icon_book:before {
	content: "\e086";
}
.icon_contacts:before {
	content: "\e087";
}
.icon_archive:before {
	content: "\e088";
}
.icon_heart:before {
	content: "\e089";
}
.icon_profile:before {
	content: "\e08a";
}
.icon_group:before {
	content: "\e08b";
}
.icon_grid-2x2:before {
	content: "\e08c";
}
.icon_grid-3x3:before {
	content: "\e08d";
}
.icon_music:before {
	content: "\e08e";
}
.icon_pause_alt:before {
	content: "\e08f";
}
.icon_phone:before {
	content: "\e090";
}
.icon_upload:before {
	content: "\e091";
}
.icon_download:before {
	content: "\e092";
}
.social_facebook:before {
	content: "\e093";
}
.social_twitter:before {
	content: "\e094";
}
.social_pinterest:before {
	content: "\e095";
}
.social_googleplus:before {
	content: "\e096";
}
.social_tumblr:before {
	content: "\e097";
}
.social_tumbleupon:before {
	content: "\e098";
}
.social_wordpress:before {
	content: "\e099";
}
.social_instagram:before {
	content: "\e09a";
}
.social_dribbble:before {
	content: "\e09b";
}
.social_vimeo:before {
	content: "\e09c";
}
.social_linkedin:before {
	content: "\e09d";
}
.social_rss:before {
	content: "\e09e";
}
.social_deviantart:before {
	content: "\e09f";
}
.social_share:before {
	content: "\e0a0";
}
.social_myspace:before {
	content: "\e0a1";
}
.social_skype:before {
	content: "\e0a2";
}
.social_youtube:before {
	content: "\e0a3";
}
.social_picassa:before {
	content: "\e0a4";
}
.social_googledrive:before {
	content: "\e0a5";
}
.social_flickr:before {
	content: "\e0a6";
}
.social_blogger:before {
	content: "\e0a7";
}
.social_spotify:before {
	content: "\e0a8";
}
.social_delicious:before {
	content: "\e0a9";
}
.social_facebook_circle:before {
	content: "\e0aa";
}
.social_twitter_circle:before {
	content: "\e0ab";
}
.social_pinterest_circle:before {
	content: "\e0ac";
}
.social_googleplus_circle:before {
	content: "\e0ad";
}
.social_tumblr_circle:before {
	content: "\e0ae";
}
.social_stumbleupon_circle:before {
	content: "\e0af";
}
.social_wordpress_circle:before {
	content: "\e0b0";
}
.social_instagram_circle:before {
	content: "\e0b1";
}
.social_dribbble_circle:before {
	content: "\e0b2";
}
.social_vimeo_circle:before {
	content: "\e0b3";
}
.social_linkedin_circle:before {
	content: "\e0b4";
}
.social_rss_circle:before {
	content: "\e0b5";
}
.social_deviantart_circle:before {
	content: "\e0b6";
}
.social_share_circle:before {
	content: "\e0b7";
}
.social_myspace_circle:before {
	content: "\e0b8";
}
.social_skype_circle:before {
	content: "\e0b9";
}
.social_youtube_circle:before {
	content: "\e0ba";
}
.social_picassa_circle:before {
	content: "\e0bb";
}
.social_googledrive_alt2:before {
	content: "\e0bc";
}
.social_flickr_circle:before {
	content: "\e0bd";
}
.social_blogger_circle:before {
	content: "\e0be";
}
.social_spotify_circle:before {
	content: "\e0bf";
}
.social_delicious_circle:before {
	content: "\e0c0";
}
.social_facebook_square:before {
	content: "\e0c1";
}
.social_twitter_square:before {
	content: "\e0c2";
}
.social_pinterest_square:before {
	content: "\e0c3";
}
.social_googleplus_square:before {
	content: "\e0c4";
}
.social_tumblr_square:before {
	content: "\e0c5";
}
.social_stumbleupon_square:before {
	content: "\e0c6";
}
.social_wordpress_square:before {
	content: "\e0c7";
}
.social_instagram_square:before {
	content: "\e0c8";
}
.social_dribbble_square:before {
	content: "\e0c9";
}
.social_vimeo_square:before {
	content: "\e0ca";
}
.social_linkedin_square:before {
	content: "\e0cb";
}
.social_rss_square:before {
	content: "\e0cc";
}
.social_deviantart_square:before {
	content: "\e0cd";
}
.social_share_square:before {
	content: "\e0ce";
}
.social_myspace_square:before {
	content: "\e0cf";
}
.social_skype_square:before {
	content: "\e0d0";
}
.social_youtube_square:before {
	content: "\e0d1";
}
.social_picassa_square:before {
	content: "\e0d2";
}
.social_googledrive_square:before {
	content: "\e0d3";
}
.social_flickr_square:before {
	content: "\e0d4";
}
.social_blogger_square:before {
	content: "\e0d5";
}
.social_spotify_square:before {
	content: "\e0d6";
}
.social_delicious_square:before {
	content: "\e0d7";
}
.icon_printer:before {
	content: "\e103";
}
.icon_calulator:before {
	content: "\e0ee";
}
.icon_building:before {
	content: "\e0ef";
}
.icon_floppy:before {
	content: "\e0e8";
}
.icon_drive:before {
	content: "\e0ea";
}
.icon_search-2:before {
	content: "\e101";
}
.icon_id:before {
	content: "\e107";
}
.icon_id-2:before {
	content: "\e108";
}
.icon_puzzle:before {
	content: "\e102";
}
.icon_like:before {
	content: "\e106";
}
.icon_dislike:before {
	content: "\e0eb";
}
.icon_mug:before {
	content: "\e105";
}
.icon_currency:before {
	content: "\e0ed";
}
.icon_wallet:before {
	content: "\e100";
}
.icon_pens:before {
	content: "\e104";
}
.icon_easel:before {
	content: "\e0e9";
}
.icon_flowchart:before {
	content: "\e109";
}
.icon_datareport:before {
	content: "\e0ec";
}
.icon_briefcase:before {
	content: "\e0fe";
}
.icon_shield:before {
	content: "\e0f6";
}
.icon_percent:before {
	content: "\e0fb";
}
.icon_globe:before {
	content: "\e0e2";
}
.icon_globe-2:before {
	content: "\e0e3";
}
.icon_target:before {
	content: "\e0f5";
}
.icon_hourglass:before {
	content: "\e0e1";
}
.icon_balance:before {
	content: "\e0ff";
}
.icon_rook:before {
	content: "\e0f8";
}
.icon_printer-alt:before {
	content: "\e0fa";
}
.icon_calculator_alt:before {
	content: "\e0e7";
}
.icon_building_alt:before {
	content: "\e0fd";
}
.icon_floppy_alt:before {
	content: "\e0e4";
}
.icon_drive_alt:before {
	content: "\e0e5";
}
.icon_search_alt:before {
	content: "\e0f7";
}
.icon_id_alt:before {
	content: "\e0e0";
}
.icon_id-2_alt:before {
	content: "\e0fc";
}
.icon_puzzle_alt:before {
	content: "\e0f9";
}
.icon_like_alt:before {
	content: "\e0dd";
}
.icon_dislike_alt:before {
	content: "\e0f1";
}
.icon_mug_alt:before {
	content: "\e0dc";
}
.icon_currency_alt:before {
	content: "\e0f3";
}
.icon_wallet_alt:before {
	content: "\e0d8";
}
.icon_pens_alt:before {
	content: "\e0db";
}
.icon_easel_alt:before {
	content: "\e0f0";
}
.icon_flowchart_alt:before {
	content: "\e0df";
}
.icon_datareport_alt:before {
	content: "\e0f2";
}
.icon_briefcase_alt:before {
	content: "\e0f4";
}
.icon_shield_alt:before {
	content: "\e0d9";
}
.icon_percent_alt:before {
	content: "\e0da";
}
.icon_globe_alt:before {
	content: "\e0de";
}
.icon_clipboard:before {
	content: "\e0e6";
}


	.glyph {
		float: left;
		text-align: center;
		padding: .75em;
		margin: .4em 1.5em .75em 0;
		width: 6em;
text-shadow: none;
	}
        .glyph_big {
        font-size: 128px;
        color: #59c5dc;
        float: left;
        margin-right: 20px;
        }

        .glyph div { padding-bottom: 10px;}

	.glyph input {
		font-family: consolas, monospace;
		font-size: 12px;
		width: 100%;
		text-align: center;
		border: 0;
		box-shadow: 0 0 0 1px #ccc;
		padding: .2em;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
	}
	.centered {
		margin-left: auto;
		margin-right: auto;
	}
	.glyph .fs1 {
		font-size: 2em;
	}

	
@font-face {
  font-family: 'simple-line-icons';
  src:  url('../fonts/Simple-Line-Icons.eot?v=2.2.2');
  src:  url('../fonts/Simple-Line-Icons.eot?#iefix&v=2.2.2') format('embedded-opentype'),
        url('../fonts/Simple-Line-Icons.ttf?v=2.2.2') format('truetype'),
        url('../fonts/Simple-Line-Icons.woff2?v=2.2.2') format('woff2'),
        url('../fonts/Simple-Line-Icons.woff?v=2.2.2') format('woff'),
        url('../fonts/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-close,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawar,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symble-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-gplus,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e005";
}
.icon-people:before {
  content: "\e001";
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-login:before {
  content: "\e066";
}
.icon-logout:before {
  content: "\e065";
}
.icon-emotsmile:before {
  content: "\e021";
}
.icon-phone:before {
  content: "\e600";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-map:before {
  content: "\e033";
}
.icon-location-pin:before {
  content: "\e096";
}
.icon-direction:before {
  content: "\e042";
}
.icon-directions:before {
  content: "\e041";
}
.icon-compass:before {
  content: "\e045";
}
.icon-layers:before {
  content: "\e034";
}
.icon-menu:before {
  content: "\e601";
}
.icon-list:before {
  content: "\e067";
}
.icon-options-vertical:before {
  content: "\e602";
}
.icon-options:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e604";
}
.icon-arrow-left:before {
  content: "\e605";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-arrow-up-circle:before {
  content: "\e078";
}
.icon-arrow-left-circle:before {
  content: "\e07a";
}
.icon-arrow-right-circle:before {
  content: "\e079";
}
.icon-arrow-down-circle:before {
  content: "\e07b";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-plus:before {
  content: "\e095";
}
.icon-close:before {
  content: "\e082";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-mustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglass:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-folder:before {
  content: "\e089";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawar:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-doc:before {
  content: "\e085";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-frame:before {
  content: "\e038";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-loop:before {
  content: "\e064";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-like:before {
  content: "\e068";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-calendar:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-chart:before {
  content: "\e077";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camrecorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symble-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-paypal:before {
  content: "\e608";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-instagram:before {
  content: "\e609";
}
.icon-social-linkedin:before {
  content: "\e60a";
}
.icon-social-pinterest:before {
  content: "\e60b";
}
.icon-social-github:before {
  content: "\e60c";
}
.icon-social-gplus:before {
  content: "\e60d";
}
.icon-social-reddit:before {
  content: "\e60e";
}
.icon-social-skype:before {
  content: "\e60f";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-social-behance:before {
  content: "\e610";
}
.icon-social-foursqare:before {
  content: "\e611";
}
.icon-social-soundcloud:before {
  content: "\e612";
}
.icon-social-spotify:before {
  content: "\e613";
}
.icon-social-stumbleupon:before {
  content: "\e614";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-dropbox:before {
  content: "\e00c";
}
/*   
Template Name: Logancee - Premium eCommerce
Version: 1.0
Author: Artur Sułkowski
Website: http://artursulkowski.pl
*/

/*------------------------------------------------------------------
[Table of contents]

1. Main Styles
2. Inputs
3. Dropdown
4. Buttons
5. Header
6. Top Bar
7. Top of pages
8. Breadcrumb
9. Main Content
10. CustomFooter
11. Footer
12. Copyright
13. OpenCart Style
14. Facebook widget
15. Twitter widget
16. Custom widget
17. Opencart 2.0
18. Carousel Brands
19. Banner module
20. Camera slider
21. Lazy load
-------------------------------------------------------------------*/

/* @group 1. Main Styles */

body { 
	color: #000000; 
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	font-family: 'Lato';
	background: #fff;
}

	.fixed-body {
		padding: 0px 20px;
	}

* {
     outline: 0;
}

b, 
strong {
	font-weight: 600;
}

a { 
	color: #000;
	line-height:1.7; 
	transition: all 0.25s ease-in;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
}

a:hover {
	color: #999;
	text-decoration:none;
}

#main {
     overflow: hidden;
}

#main.main-fixed {
     overflow: visible;
}

.price {
     color: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .typo-main-menu, .widget-tabs >li>a, .block .block-title, .typo-nav ul.nav-accordion li a, .product-collateral .product-tabs li a, .product-name { font-family:Montserrat, arial, serif; }

.container .container {
	width: auto !important;
}

.standard-body .full-width .container {
	max-width: 1270px;
	margin: 0px auto;
	padding-left: 50px;
	padding-right: 50px;
}
	.standard-body .full-width .container .container {
		padding: 0px;
	}
	
	.standard-body .full-width .shadow {
		display: none;
	}

.standard-body .fixed {
	padding: 0px 20px;
}

	.standard-body .fixed .background {
		margin: 0px auto;
		max-width: 1230px;
		background: #fff;
		position: relative;
	}
	
		.standard-body .fixed .background .shadow {
			display: none;
		}
	
	.standard-body .fixed .container {
		padding-left: 30px;
		padding-right: 30px;
		margin: 0px;
		max-width: 100% !important;
	}
		.standard-body .fixed .container .container {
			padding: 0px;
		}
		
.main-fixed {
	margin: 0px auto;
	max-width: 1230px;
	background: #fff;
}

	.main-fixed .fixed {
		padding: 0px !important;
	}
		
		.main-fixed .background .shadow {
			display: none !important;
		}
		
.fixed-body .container {
	padding-left: 30px;
	padding-right: 30px;
	max-width: none;
}

	.fixed-body .container .container {
		padding: 0px;
	}
	
.home-fluid-width #main {
     padding: 30px;
}

     .home-fluid-width .container {
          padding-left: 0 !important;
          padding-right: 0 !important;
     }
     
          .home-fluid-width .sticky-header .standard-body .full-width .container {
               padding-left: 30px !important;
               padding-right: 30px !important;
          }
          
               .home-fluid-width .sticky-header .standard-body .full-width .container .container {
                    padding-left: 0 !important;
                    padding-right: 0 !important;
               }
          
          @media (max-width: 767px) {
               .home-fluid-width.responsive #main {
                    padding: 15px;
               }
          }
          
.home-parallax #main {
     padding: 0px 60px;
}

     .home-parallax .container {
          padding-left: 0 !important;
          padding-right: 0 !important;
     }
     
          .home-parallax .sticky-header .standard-body .full-width .container {
               padding-left: 60px !important;
               padding-right: 60px !important;
          }
          
               .home-parallax .sticky-header .standard-body .full-width .container .container {
                    padding-left: 0 !important;
                    padding-right: 0 !important;
               }
          
          @media (max-width: 767px) {
               .home-parallax.responsive #main {
                    padding: 0px 30px;
               }
          }
          
.home-interior #main {
     padding: 0px 15px;
}

     .home-interior .container {
          padding-left: 0 !important;
          padding-right: 0 !important;
     }
     
          .home-interior .sticky-header .standard-body .full-width .container {
               padding-left: 30px !important;
               padding-right: 30px !important;
          }
          
               .home-interior .sticky-header .standard-body .full-width .container .container {
                    padding-left: 0 !important;
                    padding-right: 0 !important;
               }
               
.home-interior .slider-align-top .header-layout-3 .sticky-header {
     margin-left: 30px;
     margin-right: 30px;
}

     @media (max-width: 767px) {
          .responsive.home-interior #main {
               padding-top: 15px;
          }
     }
     
.home-jewelry #main {
     padding: 0px 30px;
}

     .home-jewelry .container {
          padding-left: 0 !important;
          padding-right: 0 !important;
     }
     
          .home-jewelry .sticky-header .standard-body .full-width .container {
               padding-left: 30px !important;
               padding-right: 30px !important;
          }
          
               .home-jewelry .sticky-header .standard-body .full-width .container .container {
                    padding-left: 0 !important;
                    padding-right: 0 !important;
               }
               
     @media (max-width: 767px) {
          .responsive.home-jewelry #main {
               padding: 0px 15px;
          }
     }
     
.home-sidebar-various .standard-body .full-width .container {
     padding-left: 31px;
     padding-right: 31px;
}

     .home-sidebar-various .standard-body .full-width .container .container {
          padding-left: 0;
          padding-right: 0;
     }
     
.home-bags .standard-body .full-width .container {
     padding-left: 75px;
     padding-right: 75px;
}

     .home-bags .header .container {
          padding-left: 0 !important;
          padding-right: 0 !important;
     }

     .home-bags .standard-body .full-width .container .container {
          padding-left: 0;
          padding-right: 0;
     }
	
/* @end */
	
/* @group 2. Inputs
-------------------*/

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
select {
	background: #fff;
	color:#000;
	font-weight: 400;
	font-family: Lato;
	border: 1px solid #ccc;
	margin: 5px 0px;
	padding: 12px 20px;
	box-shadow:         none;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition:    border linear 0.2s, box-shadow linear 0.2s;
	-o-transition:      border linear 0.2s, box-shadow linear 0.2s;
	transition:         border linear 0.2s, box-shadow linear 0.2s;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

	input#input-captcha {
		margin-bottom: 15px;
	}

	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	.uneditable-input:focus {

	}
	
	textarea {
		max-width: 100%;
	}
	
	select {
		height: 55px;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	
	     .select {
	          position: relative;
	     }
	     
	          .select:after {
	               content: "\f107";
	              display: block;
	              font: normal normal normal 14px/1 FontAwesome;
	              text-rendering: auto;
	              -webkit-font-smoothing: antialiased;
	              -moz-osx-font-smoothing: grayscale;
	              position: absolute;
	              top: 21px;
	              right: 30px;
	              z-index: 1;
	          }
	          
/* @end */
	
/* @group 3. Dropdown 
-------------------*/
  
#main .dropdown-menu {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 20px;
}

#main .open > .dropdown-menu {
  margin-top: 9px;
  display: block;
  opacity: 1; 
  filter: alpha(opacity=100);
  visibility: visible;
}

.dropdown-menu {
	background: #fff;
	border: 1px solid #e6e6e6;
	color: #333;
	padding: 14px 0px;
	margin-top: 9px;
}
	
	#cart_block .dropdown-menu {
		padding: 0px;
		margin-top: 28px;
	}
	
	.dropdown-menu a {
		color: #333;
		font-weight: 400;
	} 
	
		.dropdown-menu > li > a:hover,
		.dropdown-menu > li > a:focus {
			background: #f7f7f7;
		}
		
	.nav-header {
		color: #333;
	}
	
/* @end */
	
/* @group 4. Buttons 
------------------*/

.button,
.btn {
	display:inline-block;
	cursor:pointer;
	-webkit-transition: color 250ms ease, background-color 250ms ease;
	-moz-transition: color 250ms ease, background-color 250ms ease;
	transition: color 250ms ease, background-color 250ms ease;
	outline: none;
	border: none;
	cursor: pointer;
	margin: 0;
	outline: none;
	overflow: visible;
	padding: 0;
	position: relative;
	background: transparent;
	height: 40px;
	line-height: 38px;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #000000;
	background-color: #ffffff;
	border-color: #999999;
	margin: 7px 0px;
}

	.button:hover,
	.btn:hover {
		color:#ffffff;
		border-color:#000000;
		background-color:#000000;
	}
	
	.buttons .left .button,
	.buttons .center .button,
	.btn-default,
	.input-group-btn .btn-primary {
	}
	
	.input-group input {
	}
	
	.input-group-btn .btn {
		height: 55px;
		min-width: 60px;
		text-align: center;
		margin: 5px 0px 5px -1px;
	}
	
	.checkout-cart .input-group-btn .btn {
	     min-width: 160px;
	}

.buttons { 
	overflow: auto;
	margin: 10px 0px 20px 0px; 
}
	
	.buttons .btn {
		margin-top: 10px;
	}
	
	.buttons .left { 
		float: left; 
		text-align: left; 
	}
	
	.buttons .right { 
		float: right;
		text-align: right; 
	}
	
		.buttons .right .button {
			margin-left: 10px;
		}
	
	.buttons .center { 
		text-align: center;
		margin-left: auto;
		margin-right: auto; 
	}
	
.button-continue-shopping {
	display: block;
	float: left;
}

.button-checkout {
	display: block;
	float: right;
}

/* @end */
	
/* @group 5. Header 
------------------*/

header {
	position: relative;
}

	header .background-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -3;
	}
	
/* @end */

/* @group 6. Top Bar
------------------*/

#top-bar {
	position: relative;
}

#top-bar .background-top-bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#top-bar .background {

}

#top-bar .container {

}

.visible-xs-block {
     display: none;
}

.header .header-top-inner { font-size:13px; }

.welcome-user {
  line-height:42px;
  white-space:nowrap;
  overflow:hidden;
}
.top-bar { text-align:center; }
.top-bar .inner-top-bar {
  display:inline-block;
  vertical-align:top;
}
.acc-topbar {
  position:relative;
  float:left;
}
.acc-topbar .acc-btn {
  line-height:16px;
  cursor:pointer;
  text-align:center;
  float:left;
  width:100%;
}
.acc-topbar .acc-btn a {
  display:block;
  padding:13px 0;
}
.acc-topbar .acc-btn i {
  display:inline-block;
  padding-left:15px;
}
.acc-topbar .acc-list {
  text-align:left;
  min-width:100%;
  position:absolute;
  left:0;
  top:100%;
  opacity:0;
  visibility:hidden;
  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index:100;
  margin-top:30px;
  padding-top:20px;
}
.acc-topbar .acc-list ul {
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background:#ffffff;
  padding:15px 0;
  display:block;
}
.acc-topbar .acc-list ul li a {
  line-height:34px;
  display:inline-block;
  width:100%;
  text-decoration:none;
  white-space:nowrap;
  padding-right:15px;
}
.acc-topbar .acc-list ul li a i { margin:0 15px; }
.acc-topbar:hover .acc-list {
  opacity:1;
  visibility:visible;
  margin-top:0;
}
.login-topbar {
  float:left;
  position:relative;
  padding-right:15px;
  margin-right:15px;
}
.login-topbar a {
  display:block;
  line-height:16px;
  padding:13px 0;
}
.login-topbar:before {
  content:'';
  position:absolute;
  top:15px;
  right:0;
  width:1px;
  height:12px;
  background:#666666;
}
.register-topbar { float:left; }
.register-topbar a {
  display:block;
  line-height:16px;
  padding:13px 0;
}
.delimiter {
  float:left;
  padding:0;
  line-height:16px;
  color:#666666;
  width:1px;
  margin:13px 15px;
  background:#999999;
  height:16px;
}
.currency-topbar {
  position:relative;
  float:left;
}
.currency-topbar .currency-sym {
  line-height:16px;
  cursor:pointer;
  text-align:center;
  float:left;
}
.currency-topbar .currency-sym a {
  display:block;
  padding:13px 0;
}
.currency-topbar .currency-sym .sym { display:none; }
.currency-topbar .currency-sym i {
  display:inline-block;
  padding-left:10px;
}
.currency-topbar .currency-list {
  min-width:100%;
  position:absolute;
  left:0;
  top:100%;
  opacity:0;
  visibility:hidden;
  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index:100;
  margin-top:30px;
  padding-top:20px;
}
.currency-topbar .currency-list ul {
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background:#ffffff;
  padding:15px 0;
  display:block;
  list-style: none;
}
.currency-topbar .currency-list ul li a {
  line-height:34px;
  display:inline-block;
  width:100%;
  text-decoration:none;
  white-space:nowrap;
  padding-right:15px;
}
.currency-topbar .currency-list ul li a .sym, .currency-topbar .currency-list ul li a i { margin:0 15px; }
.currency-topbar:hover .currency-list {
  opacity:1;
  visibility:visible;
  margin-top:0;
}
.language-topbar {
  position:relative;
  float:left;
}
.language-topbar .lang-curr {
  line-height:16px;
  cursor:pointer;
  text-align:center;
  float:left;
  width:100%;
}
.language-topbar .lang-curr a {
  display:block;
  padding:13px 0;
}
.language-topbar .lang-curr i {
  display:inline-block;
  padding-left:10px;
}
.language-topbar .lang-curr .title {
  padding-left:25px;
  background-position:0 center;
  background-repeat:no-repeat;
  background-size:18px auto;
}
.language-topbar .lang-list {
  min-width:100%;
  position:absolute;
  left:0;
  top:100%;
  opacity:0;
  visibility:hidden;
  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index:100;
  margin-top:30px;
  padding-top:20px;
}
.language-topbar .lang-list ul {
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background:#ffffff;
  padding:15px 0;
  display:block;
  list-style: none;
}
.language-topbar .lang-list ul li { padding:0 15px; }
.language-topbar .lang-list ul li a {
  line-height:34px;
  display:inline-block;
  width:100%;
  text-decoration:none;
  white-space:nowrap;
  padding:0 25px;
  background-position:0 center;
  background-repeat:no-repeat;
  background-size:18px auto;
}
.language-topbar .lang-list ul li a i { margin:0 15px; }
.language-topbar:hover .lang-list {
  opacity:1;
  visibility:visible;
  margin-top:0;
}
.social {
  float:right;
  line-height:16px;
}
.social .social-icons {
  margin:0;
  padding:0;
  list-style:none;
}
.social .social-icons li {
  float:left;
  margin:0;
}
.social .social-icons li a {
  padding:13px 7px;
  font-size:14px;
  display:block;
  line-height: 16px;
}
.social .social-icons li a span { display:none; }
.settings-topbar { text-align:right; }
.settings-topbar .settings {
  display:inline-block;
  vertical-align:top;
}
.settings-topbar .settings > i {
  line-height:42px;
  color:#000000;
}

.header { color:#666666; }
.header-top-inner a { color:#666666;line-height: 16px; }
.header-top-inner a:hover { color:#000000; }
.small, small {
    font-size: 85%;
}
		 		
/* @end */

/* @group 7. Top of pages
------------------*/

#top {
	position: relative;
}

	#top .container {
	}

	#top .background-top {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.header .header-inner {
	  border-top:1px solid rgba(204,204,204,0.5);
	  border-bottom:1px solid rgba(204,204,204,0.5);
	}
	.header .logo-home { text-align:center; }
	.header .logo {
	  outline:medium none;
	  padding:0;
	  margin:0;
	  display:inline-block;
	}
	.header .logo img { vertical-align:middle; }
	.header .logo h1 { margin:0; }
	.header .logo strong {
	  height:0;
	  left:-999em;
	  line-height:0;
	  overflow:hidden;
	  position:absolute;
	  text-indent:-999em;
	  top:-999em;
	  width:0;
	}
	
	.logo-home .logo {
	    display: table-cell;
	    vertical-align: middle;
	}
	
	.logo-home {
	    display: table;
	    height: 146px;
	    width: 100%;
	    text-align: center;
	}
	
	.top-seach {
	  display:table;
	  height:148px;
	  width:100%;
	}
	.top-seach .quick-search {
	  display:table-cell;
	  vertical-align:middle;
	}
	.top-seach .menu-bar-btn {
	  display:table-cell;
	  vertical-align:middle;
	}
	.top-seach .menu-bar-btn button { width:30px; }
	.button-search {
	  border:none;
	  background:transparent;
	  box-shadow:none;
	  border-radius:0;
	  outline:none;
	  position:absolute;
	  right:0;
	  top:3px;
	  width:28px;
	  text-align:center;
	  line-height:28px;
	}
	.button-search i {
	  font-size:15px;
	  color:#000000;
	  line-height:28px;
	}
	.form-search {
	  position:relative;
	  display:inline-block;
	  max-width:200px;
	  width:100%;
	  -webkit-transition:all 250ms ease;
	  transition:all 250ms ease;
	}
	.form-search input#search {
	  border:none;
	  outline:none;
	  box-shadow:none;
	  padding-right:30px;
	  width:100%;
	  border-bottom:1px solid rgba(213,213,213,0.5);
	  height:28px;
	  padding:0;
	  -webkit-transition:all 250ms ease;
	  transition:all 250ms ease;
	}
	.form-search:hover { max-width:300px; }
	
	.typo-top-cart {
	  text-align:right;
	  display:table;
	  height:148px;
	  width:100%;
	}
	.typo-top-cart .typo-maincart {
	  display:table-cell;
	  vertical-align:middle;
	}
	.typo-cart {
	  display:inline-block;
	  position:relative;
	  cursor:pointer;
	}
	.typo-cart .ajaxcart {
	  opacity:0;
	  visibility:hidden;
	  margin-top:30px;
	  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
	  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
	  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
	}
	.typo-cart:hover .ajaxcart {
	  opacity:1;
	  visibility:visible;
	  margin-top:0;
	}
	.typo-icon-ajaxcart {
	  display:block;
	  text-align:left;
	  outline:none;
	  margin:0;
	  padding:0;
	  cursor:pointer;
	  position:relative;
	}
	.typo-icon-ajaxcart .icon-cart {
	  height:30px;
	  line-height:30px;
	  float:left;
	}
	.typo-icon-ajaxcart .icon-cart i { font-size:30px; }
	.typo-icon-ajaxcart .typo-cart-label {
	  padding:0;
	  float:left;
	  height:30px;
	  line-height:30px;
	}
	.typo-icon-ajaxcart .typo-cart-label .print { margin:0 15px; }
	.typo-icon-ajaxcart .typo-cart-label .price { font-weight:bold; }
	.ajaxcart {
	  position:absolute;
	  right:0;
	  top:100%;
	  z-index:999;
	  padding-top:20px;
	  background:transparent;
	}
	.ajaxcart .ajax-over {
	  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	}
	.typo-ajax-container {
	  background:#ffffff;
	  margin:0;
	  width:290px;
	  cursor:default;
	  padding:0 20px;
	}
	.typo-ajax-container p.no-items-in-cart {
	  margin:0;
	  padding:15px 0;
	  text-align:center;
	  font-size:13px;
	}
	.typo-ajax-container p.subtotal {
	  padding:30px 0;
	  border-bottom:1px dashed rgba(204,204,204,0.5);
	  margin:0;
	  text-align:right;
	}
	.typo-ajax-container p.subtotal .title {
	  float:left;
	  text-transform:uppercase;
	  font-weight:bold;
	  line-height:28px;
	}
	.typo-ajax-container p.subtotal .price {
	  font-size:17px;
	  font-weight:bold;
	  line-height:28px;
	}
	.typo-ajax-container ul {
	  margin:0;
	  padding:0;
	  list-style: none;
	}
	.typo-ajax-container li {
	  padding:20px 0;
	  border-bottom:1px dashed rgba(204,204,204,0.5);
	  float:left;
	  width:100%;
	  position:relative;
	}
	.typo-ajax-container .product-image {
	  float:left;
	  border:0;
	  padding:0;
	  position:relative;
	}
	.typo-ajax-container .product-image img {
	  border:1px solid rgba(204,204,204,0.5);
	  padding:1px;
	  max-width:45px;
	}
	.typo-ajax-container .product-image .qty-count {
	  position:absolute;
	  font-size:10px;
	  top:1px;
	  right:1px;
	  height:12px;
	  line-height:12px;
	  padding:0 2px;
	  background:#ffffff;
	}
	.typo-ajax-container .product-details {
	  float:left;
	  text-align:left;
	  padding:0 15px;
	  margin:0;
	  position:relative;
	  width:205px;
	}
	.typo-ajax-container .product-details p.product-name {
	  line-height:normal;
	  margin:0 0 5px;
	  padding:0;
	  font-size:12px;
	  text-transform:uppercase;
	}
	.typo-ajax-container .product-details span.price {
	  display:inline-block;
	  font-weight:bold;
	  font-size:16px;
	}
	.typo-ajax-container .btn-remove {
	  position:absolute;
	  top:-5px;
	  right:-5px;
	  font-size:24px;
	  line-height:1;
	  cursor: pointer;
	}
	.typo-ajax-container .item-options { font-size:13px; }
	.typo-ajax-container .typo-ajax-checkout { padding:35px 0 25px 0; }
	.typo-ajax-container .typo-ajax-checkout .button {
	  float:left;
	  font-weight:bold;
	  font-size:13px;
	  margin-bottom:10px;
	  margin-top: 0px;
	}
	.typo-ajax-container .typo-ajax-checkout .view-cart { margin-right:10px; }
	.typo-ajax-container .typo-ajax-checkout .view-checkout {
	  margin:0;
	  font-weight:bold;
	}
		
/* @end */
		
/* @group 8. Breadcrumb
------------------*/

.breadcrumb {
     margin-top: 30px;
}

     .breadcrumb .background {
          background-image: url(../img/image-blog.jpg);
          background-size: cover;
          text-align: center;
          position: relative;
          background-color: #f2f2f2;
          background-position: center center;
          background-repeat: no-repeat;
     }
     
          .breadcrumb .background:before {
               position: absolute;
               content: '';
               top: 0;
               left: 0;
               width: 100%;
               height: 100%;
               background: rgba(0,0,0,0.5);
               z-index: 1;
          }

	.breadcrumb .container {
	     position: relative;
	     z-index: 3;
	     padding: 97px 0px 97px 0px;
	}
		
		.breadcrumb .container h1 {
			font-size: 24px;
			text-transform: uppercase;
			margin: 0;
			color: #ffffff;
			font-weight: bold;
			padding: 0px 0px 0px 0px;
		}

		.breadcrumb .container ul {
			display: none;
			padding: 0px;
			margin: 0px;
		}
		
		     .breadcrumb .with-other-image .container {
		          padding-top: 183px;
		          padding-bottom: 183px;
		     }
		
		     .breadcrumb .with-other-image .container ul {
		          display: block;
		          padding: 5px 0px 0px 0px;
		     }
		     
		          .breadcrumb .with-other-image .container ul li {
		               display: inline-block;
		          }
		          
		               .breadcrumb .with-other-image .container ul li:before {
		                    content: ' / ';
		                    display: inline-block;
		                    color: #ccc;
		                    padding-right: 3px;
		                    padding-left: 1px;
		               }
		               
		                    .breadcrumb .with-other-image .container ul li:first-child:before {
		                         display: none;
		                    }
		     
		          .breadcrumb .with-other-image .container ul a {
		               color: #ccc;
		          }
		          
		               .breadcrumb .with-other-image .container ul a:hover,
		               .breadcrumb .with-other-image .container ul li:last-child a {
		                    color: #fff;
		               }
					
/* @end */
					
/* @group 9. Main Content
------------------*/

.main-content .pattern > .container,
.standard-body .main-content .pattern > .container {
	padding-bottom: 53px;
}

     .inner-page.main-content .pattern > .container,
     .standard-body .inner-page.main-content .pattern > .container {
          padding-bottom: 95px;
     }

	/* @group Banner */
	
	.banners > div {
		padding-top: 30px;
	}
	
		.banners > div img {
			display: block;
		}
		
	/* @end */
	
	/* @group Center column */
	
	.center-column {
		padding-top: 60px;
		position: relative;
		margin-bottom: -20px;
	}
		
		.center-column h1,
		.center-column h2,
		.center-column h3,
		.center-column h4,
		.center-column h5,
		.center-column h6,
		.center-column legend {
			margin: 0px 0px 0px 0px;
			padding: 15px 0px 15px 0px;
			font-size: 18px;
			text-transform: uppercase;
			font-weight: 400;
		}
		
		     #tab-review h2 {
		          padding-top: 20px;
		          padding-bottom: 10px;
		     }
		
		     .well h2 {
		          padding-top: 5px;
		     }
		
	/* @end */

	/* @group Inner page */
	
	.inner-page .pattern > div > .row:first-child > div {
		position: relative;
		margin-top: -6px !important; 
		float: left;
	}
	
	/* @end */
	
	/* @group Block */
	
	.box {
		margin-top: 55px;
		border-top: 1px solid rgba(204,204,204,0.5);
		position: relative;
	}
	
	     .box.without-heading {
	          margin: 0px;
	          border: none;
	     }
	
	     .center-column .box {
	          border: none;
	          margin-top: 25px;
	     }
	
	     .col-sm-3 .box,
	     .col-sm-4 .box,
	     .col-md-3 .box,
	     .col-md-4 .box {
	     	margin-top: 0;
	     	margin-bottom: 9px;
	     	border: none;
	     }

		.box .box-heading {
			margin: 45px 0 40px 0;
			font-size: 18px;
			text-transform: uppercase;
			text-align: center;
			color: #000000;
			font-weight: bold;
			letter-spacing: 0.5px;
			font-family: Montserrat, arial, serif;
		}
		
		     .center-column .box .box-heading {
		          margin-top: 30px;
		          margin-bottom: 30px !important;
		          padding-bottom: 20px;
		          background: url(../img/bg-line-dot.png) bottom center no-repeat;
		     }
		     
		     .col-sm-3 .box .box-heading,
		     .col-sm-4 .box .box-heading,
		     .col-md-3 .box .box-heading,
		     .col-md-4 .box .box-heading {
		     	margin: 0 !important;
		     	padding: 51px 0 10px 0;
		     	line-height: 40px;
		     	font-size: 18px;
		     	border-bottom: 1px solid rgba(204,204,204,0.5);
		     	font-weight: bold;
		     	text-align: left;
		     }
		
		     .box.with-scroll .box-heading {
		          margin-bottom: 94px;
		     }
		
		.box .strip-line {
			display: none;
		}

		.box .box-content {
			clear: both;
		}
		
			.box .box-content.products {
				float: left;
				width: 100%;
			}
			
				.col-sm-3 .box .box-content.products,
				.col-sm-4 .box .box-content.products,
				.col-md-3 .box .box-content.products,
				.col-md-4 .box .box-content.products {
					float: none;
				}
		
		.box > .prev, 
		.box > .next {
			position: absolute;
			margin: 0;
			padding: 0;
			width: 34px;
			height: 34px;
			font-size: 22px;
			color: #cccccc;
			background: #ffffff;
			border: 1px solid #cccccc;
			text-align: center;
			line-height: 32px;
			border-radius: 0;
			top: 96px;
			left: 50%;
			transition: all 0.2s ease-in;
			-webkit-transition: all 0.2s ease-in;
			-moz-transition: all 0.2s ease-in;
		}
		
		     .center-column .box > .prev, 
		     .center-column .box > .next {
		          display: none;
		     }
		
		     .box > .prev:hover, 
		     .box > .next:hover {
		          background: #ccc;
		          color: #fff;
		     }
		     
		     .box > .prev:after {
		          content: '';
		          position: absolute;
		          top: 50%;
		          left: 3px;
		          width: 100px;
		          height: 1px;
		          border-bottom: 1px dashed #e5e5e5;
		          z-index: -1;
		     }
		     
		     .box > .prev {
		          margin-left: -55px;
		     }
		     
		          .box > .prev:before {
		              display: inline-block;
		              font: normal normal normal 14px/1 FontAwesome;
		              font-size: inherit;
		              text-rendering: auto;
		              -webkit-font-smoothing: antialiased;
		              -moz-osx-font-smoothing: grayscale;
		              content: "\f104";
		          }
		     
		     .box > .next {
		          margin-left: 21px;
		     }
		     
		          .box > .next:before {
		               display: inline-block;
		              font: normal normal normal 14px/1 FontAwesome;
		              font-size: inherit;
		              text-rendering: auto;
		              -webkit-font-smoothing: antialiased;
		              -moz-osx-font-smoothing: grayscale;
		              content: "\f105";
		          }
		     
			.col-sm-3 .box > .prev,
			.col-sm-3 .box > .next,
			.col-sm-4 .box > .prev,
			.col-sm-4 .box > .next,
			.col-md-3 .box > .prev,
			.col-md-3 .box > .next,
			.col-md-4 .box > .prev,
			.col-md-4 .box > .next {
				display: none;
			}

	/* @end */
				
	/* @group Block Category */
	
	.box-category {
	}
	
		.box-category ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			.box-category > ul > li {
				border-bottom: 1px solid #eaeaea;
				padding: 0px 0px 0px 0px;
				position: relative;
			}
			
				.box-category ul li a {
					line-height: 20px;
					height: auto;
					position: relative;
					padding: 11px 42px 11px 20px;
					display: block;
				}
				
				     .box-category ul li > a:before {
				          position: absolute;
				          top: 11px;
				          left: 0;
				          content: "\5e";
				          display: inline-block;
				          font-size: 13px;
				          font-family: 'ElegantIcons';
				          -webkit-font-smoothing: antialiased;
				     }

				     .box-category ul li .head {
				          position: absolute;
				          top: 0;
				          right: 10px;
				     }
				
					.box-category ul li .head a {
						font-size: 14px;
						line-height: 20px;
						font-weight: bold;
						color: #414141;
					}
					
						.box-category ul li .head .plus {
							display: none;
						}
						
							.box-category ul li .head .collapsed .plus {
								display: block;
							}
							
							.box-category ul li .head .collapsed .minus {
								display: none;
							}
			
				.box-category ul li ul li {
					border-top: 1px solid #eaeaea;
				}
				
				     .box-category ul li ul li a {
				          padding-left: 30px;
				     }
				     
				     .box-category ul li ul li > a:before {
				          left: 10px;
				     }
				
	/* @end */
		
	/* @group Product */
     
     /* @group Icon enquiry */
     
     .icon-enquiry[align=left] {
          display: inline-block;
          margin-right: 10px;
          vertical-align: top;
          margin-top: 2px;
     }
     
     .icon-enquiry[align=right] {
          display: inline-block;
          margin-left: 10px;
          vertical-align: top;
          margin-top: 2px;
     }
     
     .text-enquiry {
          vertical-align: top;
          display: inline-block;
     }
     
     /* @end */
     
     #mfilter-content-container .product-grid {
		display: none;
	}
	
		#mfilter-content-container .product-grid.active {
			display: block;
		}
		
		#mfilter-content-container > span {
			background: none !important;
		}
		
			#mfilter-content-container > span:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				background: #fff;
				filter: alpha(opacity=40);
				filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
				opacity: 0.4;
				-moz-opacity: 0.40; 
				left: 0;
				top: 0;
			}
		
			#mfilter-content-container > span > img {
				top: -90px !important;
				position: relative;
				z-index: 20;
			}
	
	.product-grid {
		position: relative;
		margin-top: -49px;
		clear: both;
	}
		
		.col-sm-3 .product-grid,
		.col-sm-4 .product-grid,
		.col-md-3 .product-grid,
		.col-md-4 .product-grid {
			display: table !important;
		}
				
		.center-column .product-grid {
			margin-bottom: 68px;
		}
		
		.center-column .related-products .product-grid {
			margin-bottom: 0px;
			padding-bottom: 108px;
		}
		
		.box-product .owl-controls { 
			display: none !important;
		}
	
		.product-grid .product {
			padding-top: 49px;
			text-align: center;
			position: relative;
		}
		
		     .product-grid .product > .left {
		          position: relative;
		     }
		
			.product-grid .product:hover {

			}

			.sale {
			     position: absolute;
			    top: 15px;
			    right: 15px;
			    height: 30px;
			    line-height: 30px;
			    padding: 0 15px;
			    color: #ff0000;
			    font-weight: bold;
			    font-size: 13px;
			    background: #ffffff;
			    z-index: 10;
			    text-transform: uppercase;
			}
			
				.product-info .sale {
					right: 25px;
					top: 10px;
					z-index: 0;
					
				}
				
				.product-info .new-label {
				     left: 25px;
				     z-index: 0;
				}
				
			.new-label {
			     position: absolute;
			     top: 15px;
			     left: 15px;
			     height: 30px;
			     line-height: 30px;
			     padding: 0 15px;
			     color: #000000;
			     font-weight: bold;
			     font-size: 13px;
			     background: #ffffff;
			     z-index: 10;
			     text-transform: uppercase;
			}
				
			.product-grid .product .image {
				position: relative;
				overflow: hidden;
			}
			
			     .product-grid .product .image .quickview {
			          color: #ffffff;
			          opacity: 0;
			          padding: 0;
			          position: absolute;
			          bottom: 0;
			          right: 0;
			          z-index: 9;
			          text-align: center;
			          -webkit-transform: scale(0.5);
			          -ms-transform: scale(0.5);
			          -o-transform: scale(0.5);
			          transform: scale(0.5);
			          -webkit-transition: all 0.3s ease 0s;
			          -o-transition: all 0.3s ease 0s;
			          transition: all 0.3s ease 0s;
			     }
			     
			          .product-grid .product:hover .image .quickview {
			            opacity:1;
			            -webkit-transform:scale(1);
			            -ms-transform:scale(1);
			            -o-transform:scale(1);
			            transform:scale(1);
			          }
			     
			          .product-grid .product .image .quickview a {
			            box-shadow:none;
			            border:none;
			            outline:none;
			            padding:0;
			            display:inline-block;
			            background:#000000;
			            margin:0;
			            border-radius:0;
			          }
			          
			          .product-grid .product .image .quickview a i {
			            font-size:25px;
			            line-height:38px;
			            width:38px;
			            height:38px;
			            color:#ffffff;
			            display:inline-block;
			            vertical-align:top;
			          }
			
			     .product-grid .product .image img {
			          display: block;
			          margin: 0px auto;
			     }
	
				.product-grid .product .image img.zoom-image-effect {
					-webkit-transform: scale(1,1);
					-webkit-transition-timing-function: ease-out;
					-webkit-transition-duration: 250ms;
					-moz-transform: scale(1,1);
					-moz-transition-timing-function: ease-out;
					-moz-transition-duration: 250ms;
					transform: scale(1,1);
					transition-timing-function: ease-out;
					transition-duration: 250ms;
				}
				
					.product-grid .product:hover .image img.zoom-image-effect {
						-webkit-transform: scale(1.05,1.07);
						-webkit-transition-timing-function: ease-out;
						-webkit-transition-duration: 250ms;
						-moz-transform: scale(1.05,1.07);
						-moz-transition-timing-function: ease-out;
						-moz-transition-duration: 250ms;
						transform: scale(1.05,1.07);
						transition-timing-function: ease-out;
						transition-duration: 250ms;
					}
					
					.product-grid .product .image-swap-effect {
						position: relative;
					}
					
						.product-grid .product .image-swap-effect .swap-image {
							position: absolute;
							visibility: hidden;
							opacity: 0;
							transition: all 0.25s ease-in;
							-webkit-transition: all 0.25s ease-in;
							-moz-transition: all 0.25s ease-in;
							-o-transition: all 0.25s ease-in;
						}
	
							.product-grid .product .image-swap-effect:hover .swap-image {
								visibility: visible;
								opacity: 1;
							}
			
			.product-grid .product .name {
				font-size: 100%;
				margin: 20px 0 0;
				height: 33px;
				line-height: 33px;
				overflow: hidden;
				text-align: center;
			}
			
			     .product-grid .product .name a {
			          font-weight: normal;
			          text-transform: uppercase;
			          font-size: 14px;
			          line-height: 33px;
			          font-family: Montserrat, arial, serif;
			     }
				
			.product-grid .product .price {
				color: #000;
				font-size: 18px;
				font-weight: bold;
				padding-bottom: 11px;
			}
			
				.product-grid .product .price .price-old {
					text-decoration: line-through;
					padding-left: 20px;
					color: #999999;
					font-weight: 400;
					font-size: 14px;
					vertical-align: top;
					padding-top: 3px;
					display: inline-block;
				}
				
			.product-grid .addtocart {
			     display: inline-block;
			     margin: 0 3px;
			     vertical-align: top;
			     font-size: 13px;
			     padding-bottom: 1px;
			}
			
			     .product-grid .addtocart .button {
			          margin: 0;
			          max-width: 135px;
			          overflow: hidden;
			          white-space: normal;
			     }
			     
			     .product-grid .addtocart .button-enquiry {
			          padding-left: 12px;
			          padding-right: 12px;
			     }
			
			.product-grid .addtolist {
			     display: inline-block;
			     position: relative;
			     text-align: center;
			     vertical-align: top;
			     color: black;
			}
			
			.add-to-links > div {
			  display:inline-block;
			  margin:0 3px;
			}
			.add-to-links > div a {
			  display:block;
			  width:40px;
			  height:40px;
			  border:1px solid #e5e5e5;
			  color: #999999;
			  background-color: #ffffff;
			  border-color: #999999;
			  cursor: pointer;
			}
			
			     .add-to-links > div a:hover {
			       color:#ffffff;
			       background-color:#999999;
			       border-color:#999999;
			     }
			     
			.add-to-links > div a i {
			  font-size:17px;
			  line-height:38px;
			  display:block;
			  vertical-align:top;
			}

			/* @group jQuery countdown */
			
			.is-countdown {
				background: rgba(255,255,255,0.90);
				margin-top: -50px;
				left: 0;
				right: 0;
				padding: 0px 10px;
				position: absolute;
			}
			
			.countdown-holding span {
				color: #888;
			}
			
			.countdown-row {
				clear: both;
				width: 100%;
				padding: 0px;
				text-align: center;
			}
			
			.countdown-show1 .countdown-section {
				width: 98%;
			}
			
			.countdown-show2 .countdown-section {
				width: 48%;
			}
			
			.countdown-show3 .countdown-section {
				width: 32.5%;
			}
			
			.countdown-show4 .countdown-section {
				width: 24.5%;
			}
			
			.countdown-show5 .countdown-section {
				width: 19.5%;
			}
			
			.countdown-show6 .countdown-section {
				width: 16.25%;
			}
			
			.countdown-show7 .countdown-section {
				width: 14%;
			}
			
			.countdown-section {
				display: block;
				float: left;
				font-size: 75%;
				text-align: center;
			}
			
			.countdown-amount {
			    font-size: 200%;
			}
			
			.countdown-period {
			    display: block;
			}
			
			.countdown-descr {
				display: block;
				width: 100%;
			}
			
			/* @end */
			
	/* @end */
				
	/* @group Product for column left & right */
	
	.col-sm-3 .products,
	.col-sm-4 .products,
	.col-md-3 .products,
	.col-md-4 .products {
          overflow: hidden;
	}
	
	.col-sm-3 .item,
	.col-sm-4 .item,
	.col-md-3 .item,
	.col-md-4 .item {
		overflow: hidden;
	}
	
		.col-sm-3 .box-product .owl-controls,
		.col-sm-4 .box-product .owl-controls,
		.col-md-3 .box-product .owl-controls,
		.col-md-4 .box-product .owl-controls {
			display: block !important;
		}
		
		.box-product .owl-pagination {
			position: relative;
			z-index: 15;
			width: 60%;
			margin: 5px 0px 10px 0px;
			padding-left: 0;
			margin-left: 20%;
			text-align: center;
			list-style: none;
		}
			
			.box-product .owl-pagination > div {
				display: inline-block;
				width: 10px;
				height: 10px;
				margin: 1px 3px;
				padding: 0px;
				text-indent: -999px;
				cursor: pointer;
				background: #ccc;
				border: none;
			}
			
			.box-product .owl-pagination > div.active {
				background: #000;
			}
		
		.col-sm-3 .products .product-grid,
		.col-sm-4 .products .product-grid,
		.col-md-3 .products .product-grid,
		.col-md-4 .products .product-grid {
			margin: 0px;
		}
		
		.col-sm-3 .products .row > div,
		.col-sm-4 .products .row > div,
		.col-md-3 .products .row > div,
		.col-md-4 .products .row > div {
			width: 100%;
			margin: 0px;
		}
		
			.col-sm-3 .products .row > div .product,
			.col-sm-4 .products .row > div .product,
			.col-md-3 .products .row > div .product,
			.col-md-4 .products .row > div .product {
				margin: 0px;
				padding: 34px 0px 0px 0px;
				margin-top: 34px;
				text-align: left;
				border: none;
				border-top: 1px solid #e6e6e6;
				box-shadow: none;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
			}
			
			     .col-sm-3 .products .row > div:first-child .product,
			     .col-sm-4 .products .row > div:first-child .product,
			     .col-md-3 .products .row > div:first-child .product,
			     .col-md-4 .products .row > div:first-child .product {
			          margin-top: 0;
			          border: none;
			     }
			
				.col-sm-3 .products .row > div .product .left,
				.col-sm-4 .products .row > div .product .left,
				.col-md-3 .products .row > div .product .left,
				.col-md-4 .products .row > div .product .left {
					float: left;
					width: 29%;
					max-width: 77px;
				}
				
				.col-sm-3 .products .row > div .product .right,
				.col-sm-4 .products .row > div .product .right,
				.col-md-3 .products .row > div .product .right,
				.col-md-4 .products .row > div .product .right {
					float: left;
					width: 71%;
					padding-left: 10px;
				}
				
				.col-sm-3 .products .product .sale,
				.col-sm-4 .products .product .sale,
				.col-md-3 .products .product .sale,
				.col-md-4 .products .product .sale {
					display: none;
				}
				
				.col-sm-3 .products .product .name,
				.col-sm-4 .products .product .name,
				.col-md-3 .products .product .name,
				.col-md-4 .products .product .name {
					text-align: left;
					padding: 0px 0px 5px 0px;
					margin: 0px;
					line-height: 1.1;
					height: auto;
					overflow: visible;
				}
				     
				     .col-sm-3 .products .product .name a,
				     .col-sm-4 .products .product .name a,
				     .col-md-3 .products .product .name a,
				     .col-md-4 .products .product .name a {
				          font-size: 12px;
				          line-height: 1.1;
				     }
				     
				.col-sm-3 .products .product .price,
				.col-sm-4 .products .product .price,
				.col-md-3 .products .product .price,
				.col-md-4 .products .product .price {
					font-size: 16px;
				}
				
				.col-sm-3 .products .product .price-old,
				.col-sm-4 .products .product .price-old,
				.col-md-3 .products .product .price-old,
				.col-md-4 .products .product .price-old {
					display: none;
				}
				
				.col-sm-3 .products .product .quickview,
				.col-sm-4 .products .product .quickview,
				.col-md-3 .products .product .quickview,
				.col-md-4 .products .product .quickview {
					display: none;
				}
				
				.col-sm-3 .products .product .typo-actions,
				.col-sm-4 .products .product .typo-actions,
				.col-md-3 .products .product .typo-actions,
				.col-md-4 .products .product .typo-actions {
					display: none;
				}
				
				.col-sm-3 .products .product .new-label,
				.col-sm-4 .products .product .new-label,
				.col-md-3 .products .product .new-label,
				.col-md-4 .products .product .new-label {
					display: none;
				}
				
				.col-sm-3 .products .is-countdown,
				.col-sm-4 .products .is-countdown,
				.col-md-3 .products .is-countdown,
				.col-md-4 .products .is-countdown {
				     display: none;
				}
				
	/* @end */
			
	/* @group Product list */
	
	#mfilter-content-container .product-list {
		position: absolute;
		width: 100%;
		max-height: 100px;
		overflow: hidden;
		opacity: 0;
		z-index: -10;
	}
	
		#mfilter-content-container .product-list.active {
			position: relative;
			visibility: visible;
			max-height: none;
			overflow: visible;
			opacity: 1;
			z-index: 0;
		}
		
		.product-list {
		     padding-bottom: 20px;
		}
		
		.product-list > div { margin-bottom:40px; }
		
		.product-list > div img {
		     display: block;
		}
		
		.product-list .product-shop .product-name {
		  margin:-1px 0 5px 0;
		  padding: 0;
		  text-transform: none;
		  font-size:18px;
		}
		
		     .product-list .product-shop .product-name a {
		          line-height: 1.1;
		     }
		     
		.product-list .product-shop .desc {
		  margin-bottom:45px;
		  margin-top:30px;
		  color: #666;
		}
		
          .product-list > div { position:relative; }
          .product-list > div.products-bottom button.btn-cart {
            display:block;
            float:left;
          }
          .product-list > div .addtocart {
            display:inline-block;
            margin:0 4px 10px;
            vertical-align:top;
            font-size:13px;
          }
          .product-list > div .addtolist {
            position:relative;
            text-align:center;
            vertical-align:top;
            display: inline-block;
          }
          .product-list > div .product-item {
            text-align:left;
            padding:0 0 10px;
            display:block;
            margin:0 0 30px;
          }
          .product-list > div .rating-reviews {
            margin:0 0 10px;
            line-height: 1;
          }
          .product-list > div .table { text-align:center; }
          .product-list > div .price-box {
            display:inline-block;
            vertical-align:top;
            margin-top:0;
            margin-bottom:10px;
            font-weight: bold;
          }
          .product-list > div .price-box p.minimal-price { margin:0; }
          .product-list > div .price-box p.minimal-price .price-label { font-size:85%; }
          .product-list > div .price-box .price { font-size:18px; }
          .product-list > div .price-box .old-price {
            float:right;
            margin:5px 10px 0 10px;
            line-height:20px;
          }
          .product-list > div .price-box .old-price .price {
            font-size:100%;
            padding:0;
            color:#999999;
            font-weight:400;
            text-decoration: line-through;
          }
          .product-list > div .price-box .special-price {
            float:left;
            margin:0 10px;
          }
          .product-list > div .price-box .map-link { line-height:28px; }
          .product-list > div .typo-actions { width:100%; }
          
          .product-list > div .typo-actions .addtocart a.button {
            margin:0;
            max-width:135px;
            overflow:hidden;
            white-space:normal;
            text-align: center;
          }
          
               .product-list > div .typo-actions .addtocart a.button-enquiry {
                    padding-left: 12px;
                    padding-right: 12px;
               }
          
          .product-list > div .product-show { position:relative; }
          .product-list > div .product-show-box {
            color:#ffffff;
            opacity:0;
            padding:0;
            position:absolute;
            bottom:0;
            right:0;
            z-index:9;
            text-align:center;
            -webkit-transform:scale(0.5);
            -ms-transform:scale(0.5);
            -o-transform:scale(0.5);
            transform:scale(0.5);
            -webkit-transition:all 0.3s ease 0s;
            -o-transition:all 0.3s ease 0s;
            transition:all 0.3s ease 0s;
          }

          .product-list > div .main-quickview .show-quickview {
            box-shadow:none;
            border:none;
            outline:none;
            padding:0;
            display:inline-block;
            background:#000000;
            margin:0;
            border-radius:0;
            
          }
          .product-list > div .main-quickview .show-quickview i {
            font-size:25px;
            line-height:38px;
            width:38px;
            height:38px;
            color:#ffffff;
            display:inline-block;
            vertical-align:top;
          }
          
          .product-list > div:hover .product-show-box {
            opacity:1;
            -webkit-transform:scale(1);
            -ms-transform:scale(1);
            -o-transform:scale(1);
            transform:scale(1);
          }
		
		.product-img-additional {
		  position:absolute;
		  top:0;
		  left:0;
		  width:100%;
		  -o-transition: all .25s ease-in;
		  -moz-transition: all .25s ease-in;
		  -webkit-transition:all .25s ease-in;
		  transition: all .25s ease-in;
		  opacity:0;
		  visibility:hidden;
		}
		.product-show a:hover .product-img-additional {
		  opacity:1;
		  visibility:visible;
		}

	/* @end */
				
	/* @group Category page */
	
	.category-info {
		padding: 0px 0px 0px 0px;
		position: relative;
		margin: 0px -30px 0px 0px;
	}
	
		.category-info .image {
			padding: 0 30px 30px 0px;
			float: left;
			width: auto;
			max-width: 100%;
		}
		
		     .category-info .image img {
		     }
		
		.category-info > p {
			padding: 0px 30px 30px 0px;
		}
		
	.refine_search {
		margin-top: 0px !important;
		margin-bottom: 23px !important;
		padding: 0px !important;
		font-size: 18px;
		text-transform: uppercase;
	}
	
	.category-list {
		
	}
	
	.category-list-text-only {
		margin-bottom: 30px;
	}
	
		.category-list .row > div {
			margin-bottom: 26px;
			text-align: center;
		}
		
			.category-list-text-only .row > div {
				margin-bottom: 6px;
				text-align: left;
			}
		
			.category-list img {
				display: block;
				margin-bottom: 15px;
				margin-left: auto;
				margin-right: auto;
				border-radius:         2px;
				-moz-border-radius:    2px;
				-webkit-border-radius: 2px;
			}
	
	.product-filter {
		font-family: Montserrat, arial, serif;
		padding: 0;
		margin: 0px 0px 52px 0px;
		color: #999;
		text-transform: uppercase;
	}
		
		.product-filter .list-options {
			float: left;
			width: auto;
			padding: 0px;
		}
		
			.product-filter .list-options .sort {
				padding: 0px;
				float: left;
				width: auto;
			}
			
			.product-filter .list-options .limit {
				padding: 0px 0px 0px 43px;
				float: left;
				width: auto;
			}
			
				.product-filter .list-options select {
					margin: 0px 0px 0px 10px;
					width: auto;
					height: auto;
					border: none;
					color: #333;
					font-size: 14px;
					text-transform: uppercase;
					font-family: Montserrat, arial, serif;
					padding: 0px 10px 0px 0px;
					line-height: 1;
				}
				
				.product-filter .list-options .select {
				     display: inline-block;
				}
				
				     .product-filter .list-options .select:after {
				          color: #333;
				          top: 5px;
				          right: 0;
				          font-size: 12px;
				     }
		
		.product-filter .options {
			float: right;
			width: auto;
			padding: 0;
		}
		
			.product-filter .options .product-compare {
				float: left;
				width: auto;
				padding: 0px 32px 0px 0px;
			}
			
			.product-filter .options .button-group {
				float: left;
				width: auto;
			}
			
				.product-filter .options .button-group button {
					margin: 0px;
					padding: 0px 0px 0px 10px;
					font-size: 20px;
					line-height: 22px;
					border: none;
					background: none;
					color: #999;
					outline: none;
				}
				
					.product-filter .options .button-group button:hover,
					.product-filter .options .button-group .active {
						color: #000;
					}
					
	/* @end */
					
	/* @group Product info */
	
	.product-info {
	     padding-top: 11px;
	     padding-bottom: 40px;
	}
				
		/* Product info - Image */
				
		.product-info .product-image {
			margin: 0px 0px 20px 0px;
			text-align: center;
		}
				
			.product-info .product-image a {
				display: block;
			}
					
			.product-info .product-image img {
				display: block;
				cursor: pointer;
				margin: 0px auto;
			}
						
						
		/* Product info - thumbnails */
					
		.product-info .thumbnails {
		}
				
			.product-info .thumbnails ul {
				list-style: none;
				margin: 0px 0px 0px -20px;
				position: relative;
				padding: 0px;
			}
		
				.product-info .thumbnails ul li {
				}
						
					.product-info .thumbnails li p {
						margin: 0px;
						padding: 0px 0px 20px 20px;
					}
				
					.product-info .thumbnails li img,
					.product-info .thumbnails-carousel img {
						display: block;
						margin: 0px auto;
					}
					
		/* Product info - thumbnails carousel */
					
		.overflow-thumbnails-carousel {
		     padding: 0px 0 20px 0;
		}
					
			.product-info .thumbnails-carousel {
			     margin: -10px;
			}
			
			     .product-info .thumbnails-carousel .item {
			          margin: 10px !important;
			     }
			     
			     .product-info .thumbnails-carousel .owl-controls {
			          display: block !important;
			     }
			     
			     .product-info .thumbnails-carousel .owl-pagination {
			          display: none;
			     }
			     
			     .product-info .thumbnails-carousel .owl-buttons {
			          position: absolute;
			          top: 50%;
			          margin-top: -20px;
			          width: 100%;
			     }
			     
			          .product-info .thumbnails-carousel .owl-buttons .owl-prev,
			          .product-info .thumbnails-carousel .owl-buttons .owl-next {
			               position: absolute;
			               margin: 0;
			               padding: 0;
			               width: 40px;
			               height: 40px;
			               text-align: center;
			               line-height: 40px;
			               border: none;
			               border-radius: 0;
			               background: none;
			               background-color: rgba(0,0,0,0.5);
			               color: #ffffff;
			               font-size: 20px;
			               line-height: 1.8;
			               -webkit-transition: all 0.4s;
			               -moz-transition: all 0.4s;
			               -o-transition: all 0.4s;
			               transition: all 0.4s;
			               opacity: 0;
			               visibility: hidden;
			               left: -15px;
			          }
			          
			               .product-info .thumbnails-carousel .owl-buttons .owl-prev:hover,
			               .product-info .thumbnails-carousel .owl-buttons .owl-next:hover {
			                    color: #fff;
			                    background-color:rgba(0,0,0,0.75);
			               }
			               
			               .product-info .thumbnails-carousel:hover .owl-buttons .owl-prev,
			               .product-info .thumbnails-carousel:hover .owl-buttons .owl-next {
			                    visibility: visible;
			                    opacity: 1;
			                    left: 0;
			               }
			          
			               .product-info .thumbnails-carousel .owl-buttons .owl-next {
			                    left: auto;
			                    right: -15px;
			               }
			               
			                    .product-info .thumbnails-carousel:hover .owl-buttons .owl-next {
			                         left: auto;
			                         right: 0;
			                    }
			               
			                    .product-info .thumbnails-carousel .owl-buttons .owl-next:before {
			                         font-family: FontAwesome;
			                         cursor: pointer;
			                         font-weight: 400;
			                         -webkit-font-smoothing: antialiased;
			                         -moz-osx-font-smoothing: grayscale;
			                         content: "\f105";
			                         padding-right: 0px;
			                    }
			                    
			                    .product-info .thumbnails-carousel .owl-buttons .owl-prev:before {
			                         font-family: FontAwesome;
			                         cursor: pointer;
			                         font-weight: 400;
			                         -webkit-font-smoothing: antialiased;
			                         -moz-osx-font-smoothing: grayscale;
			                         content: "\f104";
			                         padding-right: 1px;
			                    }
		
		/* Product info - product center */
				
		.product-info .product-center {
			position: relative;
			margin-top: -20px;
			margin-bottom: 20px;
		}
		
		     .product-info .product-name {
		          font-size: 18px;
		          line-height: 30px;
		          margin: 0px;
		          padding: 0px;
		          padding-top: 16px;
		          text-transform: uppercase;
		          font-weight: 500;
		     }
		     
		          .product-info .product-name a {
		               line-height: 30px;
		          }
		          
		     .product-info .rating {
		          padding: 16px 0px 0px 0px;
		     }
     		          
     		     .product-info .rating-links {
     		          display: inline-block;
     		          padding-left: 16px;
     		          font-size: 12px;
     		          vertical-align: top;
     		          padding-top: 2px;
     		     }
     		     
     		          .product-info .rating-links a {
     		               cursor: pointer;
     		          }
     		          
     		.product-info .price {
     		     border-bottom: 1px solid rgba(204,204,204,0.5);
     		     padding-bottom: 23px;
     		     padding-top: 5px;
     		}
     		
     		     .product-info .price .main-price {
     		          padding-bottom: 7px;
     		     }
     		     
     		     .product-info .price .other-price {
     		          padding-bottom: 7px;
     		     }
     		
     		     .product-info .price .price-new {
     		          font-size: 24px;
     		          font-weight: bold;
     		          color: #000;
     		     }
     		     
     		     .product-info .price .price-old {
     		          font-size: 14px;
     		          padding: 0;
     		          color: #999999;
     		          font-weight: 400;
     		          text-decoration: line-through;
     		          line-height: 3;
     		          padding-left: 15px;
     		          vertical-align: top;
     		     }
     		     
     		.product-info .description {
     		     padding: 30px 0px 30px 0px;
     		     border-bottom: 1px solid rgba(204,204,204,0.5);
     		     line-height: 23px;
     		     font-weight: bold;
     		}
     		
     		     .product-info .description span {
     		          display: inline-block;
     		          width: 140px;
     		          max-width: 50%;
     		          padding-right: 20px;
     		          font-weight: normal;
     		     }
     			
			/* Product info -> Options */
					
			.product-info .options {
				padding-bottom: 0px;
			}
					
				.product-info .options h2 {
					padding: 0px;
					margin: 30px 0px 0px 0px;
					font-size: 18px;
					text-transform: uppercase;
					font-weight: 400;
				}
				
				.product-info .options > div > label {
				     text-transform: uppercase;
				     padding-bottom: 5px;
				     font-size: 13px;
				}
						
				.product-info .options .form-group {
					margin: 22px 0px 0px 0px;
				}
						
					.product-info .options .error {
						margin: 0px;
					}
					
			/* Product info -> Radio button, checkbox button */
			
			.product-info .radio-type-button {
			     display: inline-block;
			     vertical-align: top;
			     width: auto;
			     margin: 5px 7px 5px 0px;
			     padding: 0px;
			}
			
			     .product-info .radio-type-button input {
			          visibility: hidden;
			          position: absolute;
			     }
			     
			     .product-info .radio-type-button span {
			          padding: 2px;
			          background: #efefef;
			          border: 1px solid #fff;
			          display: block;
			     }
			     
			          .product-info .radio-type-button span:hover {
			               border: 1px solid #000;
			          }
			          
			          .product-info .radio-type-button span.active {
			               border: 1px solid #000;
			          }
			     
			     .product-info .radio-type-button img {
			          display: block;
			     }
			     
			.product-info .radio-type-button2 {
			     display: inline-block;
			     vertical-align: top;
			     width: auto;
			     margin: 5px 7px 5px 0px;
			     padding: 0px;
			}
			
			     .product-info .radio-type-button2 input {
			          visibility: hidden;
			          position: absolute;
			     }
			     
			     .product-info .radio-type-button2 span {
			          background: #efefef;
			          height: 25px;
			          min-width: 25px;
			          border: 1px solid #fff;
			          display: block;
			          text-align: center;
			          padding: 1px 5px;
			          font-weight: bold;
			          color: #636363;
			          line-height: 1.5em;
			     }
			     
			          .product-info .radio-type-button2 span:hover {
			               border: 1px solid #000;
			          }
			          
			          .product-info .radio-type-button2 span.active {
			              background: #000;
			              color: #fff;
			          }
			
			/* Product info -> Buttons */
							
			.product-info .cart {
			     padding-top: 20px;
			}
						
				.product-info .cart .add-to-cart {
				}
						
					.product-info .cart .add-to-cart input,
					.product-info .cart .add-to-cart .quantity {
						display: block;
						float: left;
					}

					.product-info .cart .add-to-cart input {
						margin: 10px 0px 0px 0px !important;
						height: 50px;
					}
								
					.product-info .cart .add-to-cart .quantity {
						position: relative;
						margin-right: 30px;
					}
		
						.product-info .cart .add-to-cart .quantity input {
							width: 170px;
							text-align: center;
							font-size: 15px;
							font-weight: bold;
						}
									
							.product-info .cart .add-to-cart .quantity #q_up {
								display: block;
							    border: none;
							    height: 48px;
							    width: 40px;
							    text-align: center;
							    display: block;
							    line-height: 48px;
							    font-size: 20px;
							    position: absolute;
							    top: 11px;
							    right: 1px;
							}
									
							.product-info .cart .add-to-cart .quantity #q_down {
									display: block;
								border: none;
								height: 48px;
								width: 40px;
								text-align: center;
								display: block;
								line-height: 48px;
								font-size: 20px;
								position: absolute;
								top: 11px;
								left: 1px;
							}
							
					.product-info .cart .add-to-cart .button {
					     min-width: 200px;
					     text-align: center;
					}
					
					.product-info .cart .add-to-cart .button-product-question {
					     margin: 20px 0px 0px 0px;
					}
					
					.product-info .cart .add-to-cart .button-enquiry {
					     margin: 10px 0px 0px 0px;
					}

                    
                    .product-info .links {
                         padding-top: 25px;
                    }
                    
                         .product-info .links a {
                              display: inline-block;
                              margin-right: 30px;
                              background-color: transparent;
                              border-color: transparent;
                              outline: 0;
                              cursor: pointer;
                              font-family: "Lato",sans-serif;
                              font-size: 12px;
                              font-weight: bold;
                              color: #999;
                              text-transform: uppercase;
                         }
                         
                              .product-info .links a:hover {
                                   color: #000;
                              }
                              
                              .product-info .links a:before {
                                  content: "\e030";
                                  font: 400 13px "ElegantIcons";
                                  width: 25px;
                                  display: inline-block;
                                  height: 25px;
                              }
                              
                                   .product-info .links a:last-child:before {
                                        content: "\f0ec";
                                        font-family: FontAwesome;
                                        -webkit-font-smoothing: antialiased;
                                        -moz-osx-font-smoothing: grayscale;
                                   }
                    
				/* Information about minimum products */
								
				.product-info .cart .minimum {
					padding: 10px 0px 0px 0px;
				}
	
		/* Tags */
		
		.tags_product {
			margin: 0px 0px 20px 0px;
		}
		
		/* @end */
		
	/* @group Product Block */
							
	.product-block {
		border: 1px solid #ccc;
		padding: 20px;
		margin: 0px 0px 30px 0px;
	}
				
		.product-block .title-block {
			margin: 5px 0 23px 0px;
			padding: 0px;
			font-size: 18px;
			font-weight: 400;
			text-transform: uppercase;
		}
				
		.product-block .strip-line {
			display: ;
		}
					
		.product-block .block-content {
			clear: both;
		}
		
	/* @end */
				
	/* @group Ratings */
	
	.set-rating {
	     padding-top: 7px;
	}
	
	     #main .set-rating i {
	          cursor: pointer;
	          display: inline-block;
	          position: relative;
	          margin: 0px -3px 0px 0px;
	          padding: 0px 4px 0px 1px;
	     }
		
	.rating i {
		font-size: 16px;
		color: #ccc;
		margin: 0px 2px 0px 1px;
		transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
	}
		
		.rating i.active {
			 color: #ffcc00;
		}
			
	/* @end */

/* @end */
		
/* @group 11. Footer
------------------*/	

.footer {
	position: relative;
}

	.footer .background-footer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.footer .background,
	.standard-body .footer .background {
	     border-top: 1px solid #d5d5d5;
	}
	
	.footer .pattern {
		padding: 90px 0px 60px 0px;
		color: #999;
	}
		
		.footer .pattern a {
			color: #999;
		}
		
		     .footer .pattern a:hover {
		          color: #000;
		     }
		
		.footer .pattern p {
			padding: 0px;
			margin: 0px;
		}
	
		.footer h4 {
			margin: 0 0 45px 0;
			padding: 0px;
			text-transform: uppercase;
			position: relative;
			font-weight: bold;
			font-size: 16px;
			color: #000;
		}
		
		     .footer h4.information-box {
		          padding: 0px 30px;
		     }
		     
			.footer .strip-line {
				display: none;
               }
               			
		/* @group List */
		
		.footer ul {
			list-style: none;
			position: relative;
			margin: 0px;
			padding: 0px;
			clear: both;
		}
		
		     .footer ul.information-links {
		          padding: 0px 30px;
		     }
		
		     .footer ul li {
		          padding:5px 0;
		     }
		
			.footer ul li a {
				padding:0 20px;
				display:block;
				position: relative;
			}
			
			     .footer ul li a:before {
			          content: '';
			          position: absolute;
			          top: 9px;
			          left: 4px;
			          background: #999;
			          width: 5px;
			          height: 5px;
			          display: block;
			          transition: all 0.25s ease-in;
			          -webkit-transition: all 0.25s ease-in;
			          -moz-transition: all 0.25s ease-in;
			          -o-transition: all 0.25s ease-in;
			     }
			     
			          .footer ul.address-footer li a:before {
			               display: none;
			          }
			     
			          .footer ul li a:hover:before {
			               background: #000;
			          }
			
				.footer ul li a > span {
				  position:absolute;
				  top:1px;
				  left:0;
				  line-height:inherit;
				}
				
				.footer ul li a:hover { padding-left:30px; }
				
				     .footer ul.address-footer li a { padding-left:30px; }
				
		/* @end */
				
		.logo-bottom {
		  display:block;
		  margin-bottom:40px;
		}
		
		     .logo-bottom img {
		          display: block;
		          margin: 0px auto;
		     }
		     
		.information-logo {
		     margin-bottom: 30px;
		}
						
/* @end */
		
/* @group 12. Copyright
------------------*/	

.copyright {
	position: relative;
}

	.copyright .background-copyright {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.copyright .background,
	.standard-body .copyright .background {
	}
	
	.copyright .pattern {
		padding: 0px 0px 25px 0px;
		color: #999;
		text-align: center;
	}
	
		.copyright .pattern a {
			color: #000;
		}
	
		.copyright .pattern .line {
			width: 100%;
			height: 1px;
			margin-bottom: 25px;
			background: rgba(204,204,204,0.5);
		}
		
		.copyright p {
			margin: 0px;
			padding: 0px;
		}
		
		.copyright ul {
			float: right;
			width: auto;
			list-style: none;
			padding: 5px 0px 0px 0px;
			margin: 0px;
		}
		
			.copyright ul li {
				display: inline-block;
				margin-left: 8px;
			}
			
/* @end */
			
/* @group 13. OpenCart Style
--------------------------- */

/* @group Content */

.main-content .content { 
	padding: 0px 0px 20px 0px;
}

	.main-content .content:before,
	.main-content .content:after {
	  display: table;
	  content: " ";
	}
	
	.main-content .content:after {
	  clear: both;
	}

	.main-content .content .left { 
		float: left;
		width: 47%; 
		padding: 0px;
	}
	
	.main-content .content .right { 
		float: right;
		width: 47%; 
		padding: 0px;
	}
	
/* @end */
	
/* @group List content */

.center-column .list-unstyled li:before {
}

/* @end */

/* @group Login content */

.login-content { 
}

	.login-content:before,
	.login-content:after {
	  display: table;
	  content: " ";
	}
	
	.login-content:after {
	  clear: both;
	}

	.login-content .left { 
		float: left;
		width: 47%; 
	}
	
	.login-content .right { 
		float: right;
		width: 47%; 
	}
	
		.login-content .content {
			margin: 20px 0px 0px 0px;
		}
		
			.login-content .left .button {
				margin-top: 10px;
			}
			
/* @end */
	
/* @group Pagination */

div.pagination-results { 
	clear:both;
	position: relative;
	padding: 0px;
	margin: 0px;
	overflow:auto; 
}
	
	div.pagination-results .text-right { 
		padding:5px 0px 10px 10px; 
		color: #999;
		display: none;
	}
	
	div.pagination-results .text-left { 
		padding:0px 0px 0px 0px; 
		width: 100%;
		text-align: center;
	}
	
	div.pagination-results ul { 
		padding:0px;
		margin: 0px;
		list-style: none;
		padding: 10px 0px 10px 0px;
	}
		
		div.pagination-results ul li { 
			display: inline-block;
			width: 34px;
			background: #fff;
			transition: all 0.2s;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			text-align: center;
			margin: 0px 3px 10px 4px;
			border: 1px solid #e5e5e5;
			font-size: 15px;
			line-height: 32px;
			height: 34px;
			font-weight: bold;
		}
		
		div.pagination-results ul li.active { 
			background: #333333;
			color: #ffffff;
			border-color: #333;
		}
		
/* @end */

/* @group List Box */

.list-box {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
     
     .list-box li {
         line-height: 20px;
         height: auto;
         position: relative;
         padding: 11px 20px 11px 20px;
         display: block;
         border-bottom: 1px solid #eaeaea;
     }
     
	.list-box li:before {
          position: absolute;
          top: 14px;
          left: 0;
          content: "\5e";
          display: inline-block;
          font-size: 13px;
          font-family: 'ElegantIcons';
          -webkit-font-smoothing: antialiased;
	}
	
/* @end */
	
/* @group Error form */

span.error {
	padding: 5px 0px;
	display: block;
	color: red;
}

	.form span.error {
		display: inline-block;
		padding-left: 20px;
	}
	
	.product-info span.error {
		padding-top: 0px;
	}
	
/* @end */

/* @group Help */

.help {
	font-size: 10px;
	display: block;
}

/* @end */

/* @group Table form */

table.form {
	
}

	table.form td {
		padding: 5px 13px 0px 0px;
	}
	
		table.form td input,
		table.form td select,
		table.form td textarea {
			margin-left: 7px;
		}
		
/* @end */
		
/* @group Htabs */

.htabs {
	margin: 0px;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

	.htabs:before,
	.htabs:after {
	  display: table;
	  content: " ";
	}
	
	.htabs:after {
	  clear: both;
	}

	.htabs a {
		display: inline-block;
		text-align: center;
		vertical-align: top;
		font-size: 16px;
		text-transform: uppercase;
		color: #cccccc;
		padding: 0 15px;
		line-height: 50px;
		position: relative;
		font-weight: bold;
		font-family: Montserrat, arial, serif;
	}
	
	     .htabs a:before, .htabs a:after {
	       content:'';
	       position:absolute;
	       bottom:-1px;
	       left:50%;
	       height:2px;
	       background:#000000;
	       width:0;
	       -webkit-transition:all 250ms ease;
	       transition:all 250ms ease;
	     }
	     
	     .htabs a:after {
	       right:50%;
	       left:auto;
	     }
	     
	     .htabs a.selected:before, .htabs a:hover:before { width:50%; }
	     .htabs a.selected:after, .htabs a:hover:after { width:50%; }
	
		.htabs a.selected,
		.htabs a:hover {
			color: #333;
		}
	
.center-column .tab-content {
	padding: 40px 0px 20px 0px;
}

	.center-column .tab-content > *:last-child {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	.center-column .tab-content > *:first-child {
		padding-top: 0px;
		margin-top: 0px;
	}
	
	.center-column .tab-content h2#review-title {
		padding: 0px 0px 20px 0px;
		margin: 0px;
	}

/* @end */
	
/* @group Notification */

.success, 
.warning, 
.attention, 
.information { 
	padding: 10px 10px 10px 40px;
	margin:0px 0px 25px 0px;
	clear: both;
}

	.success { 
		background: #EAF7D9 url('../img/success.png') 13px center no-repeat;
		border: 1px solid #BBDF8D; 
	}
	
	.warning { 
		background: #FFD1D1 url('../img/warning.png') 13px center no-repeat;
		border: 1px solid #F8ACAC; 
	}
	
	.attention { 
		background: #FFF5CC url('../img/attention.png') 13px center no-repeat;
		border: 1px solid #F2DD8C; 
	}
	
	.information { 
		background: #E8F6FF url('../img/information.png') 13px center no-repeat;
		border: 1px solid #B8E2FB; 
	}
	
/* @end */
	
/* @group Review */

.review-list .author,
.review-list .rating {
	display: inline-block;
}

	.review-list .rating {
		float: right;
		width: auto;
	}
	
	.review-list .author span {
		font-size: 10px;
		opacity: 0.8;
		font-style: italic;
		padding-left: 3px;
	}
	
.review-list .text {
	margin: 15px 0px 25px 0px;
	padding: 20px;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
}

	.review-list .text:before {
		position: absolute;
		top: -9px;
		left: 9px;
		display: inline-block;
		border-right: 9px solid transparent;
		border-bottom: 9px solid #ccc;
		border-left: 9px solid transparent;
		border-bottom-color: #bbb;
		content: '';
	}
	
	.review-list .text:after {
		position: absolute;
		top: -8px;
		left: 10px;
		display: inline-block;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #ffffff;
		border-left: 8px solid transparent;
		content: '';
	}
	
/* @end */
	
/* @group Tables
------------------*/

table.attribute,
table.list,
.wishlist-product table,
.wishlist-info table,
.compare-info,
.cart-info table,
.checkout-product table,
.table {
	border-collapse: separate;
	border-spacing: 0;
    width: 100%;
    margin: 0px 0px 30px 0px;
}

     table.attribute .btn,
     table.list .btn,
     .wishlist-product table .btn,
     .wishlist-info table .btn,
     .compare-info .btn,
     .cart-info table .btn,
     .checkout-product table .btn,
     .table .btn {
          margin: 0px;
          margin-top: -8px;
          margin-bottom: -8px;
     }

     .cart-info table {
          margin-bottom: 40px;
     }

	table.attribute td,
	table.list td,
	.wishlist-product table td,
	.wishlist-info table td,
	.compare-info td,
	.cart-info table td,
	.checkout-product table td,
	.table td {
	    border-bottom: 1px solid #ccc;
	    padding: 30px 15px;
	    text-align: left;
	    vertical-align: top;
	}
	
	     table.attribute td:first-child,
	     table.list td:first-child,
	     .wishlist-product table td:first-child,
	     .wishlist-info table td:first-child,
	     .compare-info td:first-child,
	     .cart-info table td:first-child,
	     .checkout-product table td:first-child,
	     .table td:first-child {
	          padding-left: 0;
	     }
	     
	     table.attribute td:last-child,
	     table.list td:last-child,
	     .wishlist-product table td:last-child,
	     .wishlist-info table td:last-child,
	     .compare-info td:last-child,
	     .cart-info table td:last-child,
	     .checkout-product table td:last-child,
	     .table td:last-child {
	          padding-right: 0;
	     }
	
		.table td.text-center {
			text-align: center;
		}
		
			.table td.text-center .input-group {
				margin: 0px auto;
			}
		
		.table td.text-right {
			text-align: right;
		}

	table.attribute thead td,
	table.list thead td,
	.wishlist-product table thead td,
	.wishlist-info table thead td,
	.compare-info thead td,
	.cart-info table thead td,
	.checkout-product table thead td,
	.table thead td {
	     text-transform: uppercase;
	     font-size: 1em;
	     font-family: Montserrat, arial, serif;
	     padding-top: 25px;
	     padding-bottom: 25px;
	}
	
	     table.attribute thead:first-child td,
	     table.list thead:first-child td,
	     .wishlist-product table thead:first-child td,
	     .wishlist-info table thead:first-child td,
	     .compare-info thead:first-child td,
	     .cart-info table thead:first-child td,
	     .checkout-product table thead:first-child td,
	     .table thead:first-child td {
	          padding-top: 5px;
	     }
	
/* @end */
	
/* @group Wishlist info */

.wishlist-info table td {
	vertical-align: middle;
	text-align: center;
}

/* @end */
	
/* @group Cart info */

.cart-info table td {
	vertical-align: middle;
	text-align: center;
}

/* @end */
	
/* @group Price Compare */
	
.product-compare table .price-new {
	color: #000;
	font-weight: bold;
}

	.product-compare table .price-old {
		color: #808080;
		text-decoration: line-through;
		padding-right: 5px;
	}
	
/* @end */
			
/* @group Table img */

table img {
	max-width: none;
}

/* @end */
	
/* @group Cart Total */

.cart-total { 
	overflow: auto;
	margin-bottom: 20px; 
	padding-top: 25px;
}

	.cart-total table { 
		float: right; 
	}
	
		.cart-total td {
			padding: 0px 0px 0px 25px;
			text-align: right;
			font-weight: normal;
		}
		
		     .cart-total td strong {
		          font-weight: normal;
		     }
		
		.cart-total table tr td:last-child { 
			color:#000;
			font-weight: bold;
			font-size: 16px;
		}
		
/* @end */
	
/* @group Download List, Orders */
 
.download-list,
.order-list { 
	overflow:auto; 
}

	.download-list .download-id,
	.order-list .order-id { 
		width: 49%;
		float: left;
		margin-bottom: 2px; 
	}
	
	.download-list .download-status,
	.order-list .order-status { 
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px; 
	}
	
	.download-list .download-content,
	.order-list .order-content { 
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6; 
	}
	
	.download-list .download-content div,
	.order-list .order-content div { 
		float: left;
		width: 33.3%; 
	}
	
	.download-list .download-info,
	.order-list .order-info { 
		text-align: right; 
	}
	
/* @end */
	
/* @group manufacturer */

.manufacturer-list { 
	padding: 0px;
	overflow: auto;
	margin-bottom:20px; 
	background: #fff;
}

	.manufacturer-heading { 
		border-bottom: 1px solid #ccc;
		padding: 15px 0px 20px 0px;
		text-transform: uppercase; 
		font-weight: bold;
	}
	
	.manufacturer-content { 
		padding: 25px 0px 0px;
		overflow:auto; 
	}
	
	.manufacturer-list ul { 
		float: left;
		width: 25%;
		margin: 0 0 0 20px;
		padding: 0;
	}
	
/* @end */
	
/* @group checkout */

.center-column .panel { 
	position:relative;
	padding: 0px 0px 15px 0px;
}

	.center-column .panel-heading { 
		font-size: 13px;
		text-transform: uppercase;
		margin: 0;
		padding: 7px 0 22px 0;
		border-bottom: 1px solid #cccccc;
		position: relative;
	}
		
		.center-column .panel-heading h4 {
			padding: 0px;
			margin: 0px;
			font-size: 13px !important;
		}

	.center-column .panel-body { 
		position: relative;
		padding-top: 30px;
	}
	
		.center-column .panel-body .buttons {
			margin: 0px;
		}
		
/* @end */

/* @group Returns */
 
.return-list { 
}

	.return-list .return-id { 
		width: 49%;
		float: left;
		margin-bottom: 2px; 
	}
	
	.return-list .return-status { 
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px; 
	}
	
	.return-list .return-content { 
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6; 
	}
	
	.return-list .return-content div { 
		float: left;
		width: 33.3%; 
	}
	
	.return-list .return-info { 
		text-align: right; 
	}

.return-product { 
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 20px; 
}

.return-detail { 
}

	.return-opened textarea { 
		width: 100%;
	}
	
/* @end */
	
/* @group Scroll up */

.scrollup {
  font-size:30px;
  font-weight:bold;
  height:40px;
  line-height:40px;
  text-align:center;
  width:40px;
  border:0 solid #ff0000;
  box-shadow:inset 0 0 10px rgba(255,0,0,0);
  outline:1px solid;
  outline-color:rgba(204,204,204,0.5);
  outline-offset:0px;
  text-shadow:none;
  background:#ffffff;
  -webkit-transition:all 550ms cubic-bezier(0.19,1,0.22,1);
  transition:all 550ms cubic-bezier(0.19,1,0.22,1);
  right:10px;
  bottom:10px;
  position: fixed;
  display: none;
}

.scrollup:hover {
  border:1px solid #ff0000;
  box-shadow:inset 0 0 10px rgba(255,0,0,0.5), 0 0 20px rgba(255,0,0,0.2);
  outline-color:rgba(255,0,0,0);
  outline-offset:5px;
  color:#ff0000;
}
	
/* @end */
	
/* @group Banner */

.banner {
	text-align: center;
	width: 100%;
	margin: 30px 0px 0px 0px;
}

	.banner img.with-link {
		cursor: pointer;
	}
	
/* @end */

/* @group Filter */

ul.box-filter {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
	
	ul.box-filter > li {
		padding: 0px 0px 15px 0px;
	}
	
		ul.box-filter > li > span {
			font-weight: bold;
		}
		
	ul.box-filter ul {
		list-style: none;
		padding: 0px;
	}
	
/* @end */
	
/* @end */

/* @group 14. Facebook Widget  */

.facebook_left {
    width: 308px;
    position: fixed;
	left: -308px;
	top: 150px;	
	z-index: 999;
}

.facebook_right {
    width: 308px;
    position: fixed;
	right: -308px;
	top: 150px;
	z-index: 999;
}	

	.facebook_left .facebook-icon,
	.facebook_right .facebook-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/facebook-icon.png) no-repeat;
		cursor: pointer;	
		position: absolute;	
	    z-index: 999;	
	}
	
	.facebook_right .facebook-icon {
		left: -50px;
		right: auto;
	}

	.facebook_right .facebook-content,
	.facebook_left .facebook-content {
	    background-color: #FFFFFF;
		border: 4px solid #4b6baf;
		position: relative;
	    z-index: 999;		
	}
	
/* @end */

/* @group 15. Twitter Widget  */

.twitter_left {
    width: 250px;
    position: fixed;
	left: -250px;
	top: 150px;	
	z-index: 998;
}

.twitter_right {
    width: 250px;
    position: fixed;
	right: -250px;
	top: 150px;
	z-index: 998;
}

	.facebook_right + .twitter_right,
	.facebook_left + .twitter_left {
		top: 210px;
	}
	
	.twitter_left .twitter-icon,
	.twitter_right .twitter-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/twitter-icon.png) no-repeat;
		cursor: pointer;	
		position: absolute;	
	    z-index: 998;	
	}
	
	.twitter_right .twitter-icon {
		left: -50px;
		right: auto;
	}
	
	.twitter_right .twitter-content,
	.twitter_left .twitter-content {
	    background-color: #FFFFFF;
		border: 4px solid #36a7e5;
		position: relative;
	    z-index: 998;		
	}
	
/* @end */
	
/* @group 16. Custom Widget  */

.custom_left {
    width: 250px;
    position: fixed;
	left: -250px;
	top: 150px;	
	z-index: 996;
}

.custom_right {
    width: 250px;
    position: fixed;
	right: -250px;
	top: 150px;
	z-index: 996;
}

	.facebook_right + .twitter_right + .custom_right,
	.facebook_left + .twitter_left + .custom_left {
		top: 270px;
	}
	
	.facebook_right + .custom_right,
	.twitter_right + .custom_right,
	.twitter_left + .custom_left,
	.facebook_left + .custom_left {
		top: 210px;
	}
	
	.custom_left .custom-icon,
	.custom_right .custom-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/custom-icon.png) no-repeat;
		cursor: pointer;	
		position: absolute;	
	    z-index: 996;	
	}
	
		.custom_left .custom-icon {
			background: url(../img/custom-icon-right.png) no-repeat;
		}
	
	.custom_right .custom-icon {
		left: -50px;
		right: auto;
	}
	
	.custom_right .custom-content,
	.custom_left .custom-content {
	    background-color: #FFFFFF;
		border: 4px solid #ea2e49;
		position: relative;
	    z-index: 996;	
	    padding: 10px;	
	}

/* @end */	

/* @group 17. Opencart 2.0 */

.picker-switch .btn {
	background: none !important;
	color: #808080 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	border: none !important;
}

.timepicker-picker .btn {
	background: none !important;
	color: #808080 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	border: none !important;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* @end */

/* @group 18. Carousel Brands */

.carousel-brands {
	background: #fff;
	margin: 50px 0px 0px 0px !important;
	padding: 100px 0px 0px 0px;
	border-top: 1px solid #d5d5d5;
	position: relative;
}

     body[class*="product-category-"] .carousel-brands {
          margin-top: 95px !important;
     }

     .carousel-brands img {
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
     }
     
     .carousel-brands img:hover {
          opacity: 0.4;
     }

     .carousel-brands .item {
          margin: 0px !important;
     }
     
     /** Carousel Controls **/
     
     .carousel-brands .owl-buttons {
     	opacity: 0;
     	filter: alpha(opacity=0);
     	-webkit-transition: all 0.4s;
     	-moz-transition: all 0.4s;
     	-o-transition: all 0.4s;
     	transition: all 0.4s;
     	visibility: hidden;
     }
     
     	.carousel-brands:hover .owl-buttons {
     		visibility: visible;
     		opacity: 1;
     		filter: alpha(opacity=100);
     	}
     
     	.carousel-brands .owl-buttons .owl-prev,
     	.carousel-brands .owl-buttons .owl-next {
     		position:absolute;
     		top:50%;
     		margin:0;
     		padding:0;
     		width:40px;
     		height:40px;
     		margin-top:27px;
     		text-align:center;
     		line-height:40px;
     		left:15px;
     		border:none;
     		border-radius:0;
     		background-color:rgba(0,0,0,0.5);
     		color:#ffffff;
     		font-size:20px;
     		line-height: 1.8;
     		-webkit-transition: all 0.4s;
     		-moz-transition: all 0.4s;
     		-o-transition: all 0.4s;
     		transition: all 0.4s;
     		z-index: 22;
     	}
     	
     		.carousel-brands .owl-buttons .owl-next {
     			left:auto;
     			right:15px;
     		}
     		
     		.carousel-brands .owl-buttons .owl-prev:hover,
     		.carousel-brands .owl-buttons .owl-next:hover {
     		     background-color:rgba(0,0,0,0.75);
     		}
     		     	
/* @end */
	
/* @group 19. Banner module */

.banner-module {
	margin: 30px 0px 0px 0px !important;
}

	@media (max-width: 767px) {
		.responsive .banner-module {
			margin: 20px 0px 0px 0px !important;
		}
	}
	
/* @end */
	
/* @group 20. Camera slider */

.camera_slider {
	margin: 30px 0px 0px 0px;
	position: relative;
}

.camera_wrap {
	margin: 0px !important;
	width: auto;
	display: none;
	position: relative;
	z-index: 1;
}

	.spinner {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 22;
		background: #fff url(../img/loader.gif) 50% 50% no-repeat;
	}

	#slider .fullwidth .camera_slider,
	#slider .fullwidth .camera_slider .camera_wrap {
		margin: 0px !important;
		padding: 0px;
	}
	
	.camera_wrap img {
		display: block;
		margin: 0px auto;
	}

		.camera_wrap .owl-controls .owl-buttons {
			opacity: 0;
			filter: alpha(opacity=0);
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-o-transition: all 0.4s;
			transition: all 0.4s;
			visibility: hidden;
		}
		
			.camera_wrap:hover .owl-controls .owl-buttons {
				visibility: visible;
				opacity: 1;
				filter: alpha(opacity=100);
			}
		
			.camera_wrap .owl-controls .owl-buttons .owl-prev,
			.camera_wrap .owl-controls .owl-buttons .owl-next {
				position:absolute;
				top:50%;
				margin:0;
				padding:0;
				width:40px;
				height:40px;
				margin-top:-20px;
				text-align:center;
				line-height:40px;
				left:15px;
				border:none;
				border-radius:0;
				background-color:rgba(0,0,0,0.5);
				color:#ffffff;
				font-size:20px;
				line-height: 1.8;
				-webkit-transition: all 0.4s;
				-moz-transition: all 0.4s;
				-o-transition: all 0.4s;
				transition: all 0.4s;
			}
			
				.camera_wrap .owl-controls .owl-buttons .owl-next {
					left:auto;
					right:15px;
				}
				
				.camera_wrap .owl-controls .owl-buttons .owl-prev:hover,
				.camera_wrap .owl-controls .owl-buttons .owl-next:hover {
				     background-color:rgba(0,0,0,0.75);
				}
			
		.camera_wrap .owl-controls .owl-pagination {
			position: absolute;
			bottom: 0;
			text-align: center;
			padding: 0px;
			opacity: 0;
			filter: alpha(opacity=0);
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-o-transition: all 0.4s;
			transition: all 0.4s;
			visibility: hidden;
			bottom: 13px;
			right: 14px;
		}
		
			.camera_wrap:hover .owl-controls .owl-pagination {
				visibility: visible;
				opacity: 1;
				filter: alpha(opacity=100);
			}
		
			.camera_wrap .owl-controls .owl-pagination .owl-page {
				display: inline-block;
			}
			
				.camera_wrap .owl-controls .owl-pagination span {
				     width: 10px;
				     height: 10px;
				     margin: 5px 7px;
				     background: #D6D6D6;
				     display: block;
				     -webkit-backface-visibility: visible;
				     -webkit-transition: opacity 200ms ease;
				     -moz-transition: opacity 200ms ease;
				     -ms-transition: opacity 200ms ease;
				     -o-transition: opacity 200ms ease;
				     transition: opacity 200ms ease;
				     -webkit-border-radius: 30px;
				     -moz-border-radius: 30px;
				     border-radius: 30px;
					background: transparent;
					border: 1px solid #000000;
					border-radius: 0;
					width: 20px;
					height: 6px;
					margin: 0 3px;
				}
				
					.camera_wrap .owl-controls .owl-pagination .active span {
						background: #000;
					}
					
/* @end */

/* @group 21. Lazy load */

img[src="image/catalog/blank.gif"] {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff;
     width: 100%;
     max-height: 200px;
}

/* @end */

/* @group 22. Magnific popup */

.mfp-iframe-scaler iframe {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff !important;
}

.quickview {
}

     .quickview .product-info {
          padding: 0px;
     }

     .quickview body {
          background: #fff;
          padding: 30px 30px 0px 30px;
     }
     
     .quickview .mfp-iframe-holder .mfp-content {
          max-width: 900px;
          height: 610px; 
     }
     
     .quickview .mfp-iframe {
          opacity: 0;
          transition: all 0.2s ease-in-out;
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7); 
     }
     
     .quickview.mfp-bg {
          opacity: 0.01;
          transition: all 0.2s ease-out; 
     }
     
     .quickview.mfp-ready .mfp-iframe {
          opacity: 1;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
     }
     
     .quickview.mfp-ready.mfp-bg {
          opacity: 0.75; 
     }
     
     .quickview.mfp-removing .mfp-iframe {
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7);
          opacity: 0;
     }
     
     .quickview.mfp-removing.mfp-bg {
          opacity: 0; 
     }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* @end */

/* @group Header notice */

.header-notice {
     background: #cc0000;
     color: #fff;
     font-size: 12px;
     font-weight: 600;
     display: none;
}

     .header-notice a {
          color: #fff;
     }
     
     .header-notice p {
          padding: 14px 0px 18px 0px;
          margin: 0px;
     }
     
     .header-notice a.close-notice {
          display: block;
          float: right;
          width: 36px;
          height: 36px;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          background: #fff;
          margin: 6px 10px;
          text-align: center;
          padding: 9px 0px 0px 0px;
          color: #cc0000;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
     }
     
          .header-notice a.close-notice:before {
                 content: "\f00d";
                 font: normal normal normal 14px/1 FontAwesome;
                 text-rendering: auto;
                 -webkit-font-smoothing: antialiased;
                 -moz-osx-font-smoothing: grayscale;
          }
          
          .header-notice a.close-notice:hover {
               background: #333333;
               color: #fff;
          }

/* @end */


/* @group Advanced grid */

.advanced-grid {
     position: relative;
}

     .advanced-grid .container {
     }

     /* @group Products */
     
     .advanced-grid-products {
          
     }
     
          .advanced-grid-products .product {
               margin: 0px;
               padding: 15px 0px;
               border-top: 1px solid #e6e6e7;
          }
          
               .footer .advanced-grid-products .product {
                    border-color: rgba(255,255,255,0.1);
               }
          
               .advanced-grid-products .product:first-child {
                    border: none;
                    padding-top: 0px;
               }
               
                    .advanced-grid-products .product:last-child {
                         padding-bottom: 0px;
                    }
               
                    .advanced-grid-products .product .image {
                         float: left;
                         width: 34%;
                    }
                    
                         .advanced-grid-products .product .image img {
                              display: block;
                         }
                    
                    .advanced-grid-products .product .right {
                         float: left;
                         width: 60%;
                         margin-left: 6%;
                         padding-top: 15px;
                    }
                    
                         .advanced-grid-products .product .right .price {
                              color: #ff6b6b;
                         }
                         
                         	.advanced-grid-products .product .right .price .price-old {
                         		color: #808080;
                         		text-decoration: line-through;
                         		padding-right: 2px;
                         	}
     
     /* @end */
     
     /* @group Latest blogs */
     
     .advanced-grid-latest-blogs {
          
     }
     
          .advanced-grid-latest-blogs .news {
               margin: 0px;
               padding: 15px 0px;
               border-top: 1px solid #e6e6e7;
          }
          
               .footer .advanced-grid-latest-blogs .news {
                    border-color: rgba(255,255,255,0.1);
               }
          
               .advanced-grid-latest-blogs .news:first-child {
                    border: none;
                    padding-top: 0px;
               }
               
                    .advanced-grid-latest-blogs .news:last-child {
                         padding-bottom: 0px;
                    }
               
                    .advanced-grid-latest-blogs .news .image {
                         margin: 0px 20px 0px 0px;
                         float: left;
                    }
                    
                         .advanced-grid-latest-blogs .news .image a {
                              display: block;
                              background-size: cover;
                              position: relative;
                         }

                    
                    .advanced-grid-latest-blogs .news .right .name {
                         padding: 2px 0px;
                    }
                    
                    .advanced-grid-latest-blogs .news .right .article-date-added {
                         font-size: 11px;
                         font-style: italic;
                    }
                         
                         .advanced-grid-latest-blogs .news .right .article-date-added i {
                              margin-right: 3px;
                         }
     
     /* @end */

/* @end */

/* @group Popup Module */

.popup {
     background: #FFF;
     padding: 50px;
     text-align: left;
     max-width: 750px;
     margin: 40px auto;
     position: relative;
}

     .popup-newsletter {
          padding: 0px;
     }

body .popup-module .mfp-close {
     top: -40px;
     color: white;
     right: -6px;
     text-align: right;
     padding-right: 6px;
     width: 100%;
}

     body .popup-module.without-button-close .mfp-close {
          display: none;
     }
     
     .popup h4 {
          font-size: 18px;
          padding-bottom: 15px;
          margin: 0px;
          text-transform: uppercase;
     }
     
     .popup .btn {
          margin: 25px 0 0px 0;
     }
     
     .popup label {
          padding-top: 21px;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 13px;
          padding-bottom: 4px;
     }
     
     .popup .content {
          padding: 0px 0px 20px 0px;
          margin: 0px;
     }

     /* @group Newsletter */
     
     
     
     /* @end */

     /* @group Buttons yes no */
     
     .popup .buttons-yes-no {
          padding: 20px 0px 0px 0px;
     }
     
          .popup .buttons-yes-no .button:first-child {
               margin-right: 20px;
          }
     
     /* @end */

     /* @group Form contact */
     
     .popup .form-contact {
          
     }
     
          .popup .form-contact .error {
               border-color: red;
          }
     
     /* @end */

/* @end */

/* @group Blog list default */

ul.blog-list-default {
     list-style: none;
     padding: 0px;
     margin: 0px;
     position: relative;
}

     ul.blog-list-default li {
          padding: 13px 0;
          border-bottom: 1px solid #eaeaea;
     }
     
          ul.blog-list-default li .thumb-holder {
               display: none;
          }
          
          ul.blog-list-default li .date-published {
               display: none;
          }
          
          ul.blog-list-default li .title {
               padding: 0px;
               margin: 0px;
          }
          
               ul.blog-list-default li .title a {
                    position: relative;
                   display: block;
                   padding: 0 17px;
               }
               
                    ul.blog-list-default li .title a:before {
                         position: absolute;
                         content: "\5e";
                         top: 1px;
                         left: 0;
                         font-family: 'ElegantIcons';
                         font-style: normal;
                         font-weight: normal;
                         font-variant: normal;
                         text-transform: none;
                         line-height: inherit;
                         -webkit-font-smoothing: antialiased;
                    }

/* @end */

/* @group Tagcloud */

.blog-tags .tagcloud {
     padding-top: 22px;
}

.blog-tags .tagcloud a {
    line-height: 34px;
    margin: 0 2px;
}

/* @end */

/* @group News */

.news {
     position: relative;
     margin-bottom: -30px;
}

     .news .media {
          position: relative;
          margin-bottom: 30px;
     }
     
     .news .thumb-holder {
          overflow: hidden;
     }
     
          .news .thumb-holder img {
               display: block;
               width: 100%;
          }
     
     .news .media-body {
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          cursor: pointer;
     }
     
          .news .media-body:before {
               content: "";
               background: url('../img/bg-news.png') bottom left repeat-x;
               opacity: 0.6;
               top: 0;
               left: 0;
               bottom: 0;
               right: 0;
               position: absolute;
               z-index: -1;   
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }
          
               .news .media-body:hover:before {
                    opacity: 0.7;
               }
               
          .news .media-body .tags {
               position: absolute;
               top: 18px;
               left: 20px;
               right: 10px;
               margin: 0px;
               padding: 0px;
               line-height: 1.6;
          }
          
               .news .media-body .tags a {
                    display: inline-block;
                    background: #cc0000;
                    font-size: 9px;
                    line-height: 15px;
                    color: #fff;
                    font-weight: bold;
                    text-transform: uppercase;
                    margin: 0px 7px 9px 0px;
                    padding: 1px 10px 1px 10px;
               }
               
                    .news .media-body .tags a:hover {
                         background: #333;
                    }
               
          .news .media-body .bottom {
               position: absolute;
               bottom: 0;
               left: 0;
               right: 0;
               text-align: center;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }
          
               .news.v1 .media-body .bottom {
                    color: #fff;
               }
          
               .news .media-body:hover .bottom { 
                    bottom: 10px;
               }
               
               .news .media-body .date-published {
                    display: inline-block;
                    font-size: 12px;
                    font-weight: bold;
                    border-bottom: 1px solid rgba(255, 255, 255, .2);
                    padding-bottom: 9px;
                    padding-top: 25px;
               }
               
               .news .media-body h5 {
                    padding: 12px 20px 34px 20px;
                    margin: 0px;
                    font-size: 18px;
                    line-height: 23px;
                    font-family: Montserrat, arial, serif;
                    text-transform: none;
                    font-weight: 500 !important;
                    color: #fff;
               }

/* @end */

/* @group News V2 */

.news.v2 .media {
     padding-bottom: 53px;
}

.news.v2 .media .thumb-holder img {
     -webkit-transform: scale(1,1);
     -webkit-transition-timing-function: ease-out;
     -webkit-transition-duration: 250ms;
     -moz-transform: scale(1,1);
     -moz-transition-timing-function: ease-out;
     -moz-transition-duration: 250ms;
     transform: scale(1,1);
     transition-timing-function: ease-out;
     transition-duration: 250ms;
}

     .news.v2 .media:hover .thumb-holder img {
          -webkit-transform: scale(1.04,1.04);
          -webkit-transition-timing-function: ease-out;
          -webkit-transition-duration: 250ms;
          -moz-transform: scale(1.04,1.04);
          -moz-transition-timing-function: ease-out;
          -moz-transition-duration: 250ms;
          transform: scale(1.04,1.04);
          transition-timing-function: ease-out;
          transition-duration: 250ms;
     }

.news.v2 .media-body:before {
     display: none !important;
}

.news.v2  .media-body .bottom {
     background: #fff;
     border: 1px solid #e6e6e6;
     border-top: none;
     color: #1349b2;
     bottom: 0 !important;
}

     .news.v2  .media-body .bottom h5 {
     }
     
     .news.v2 .media-body .date-published {
          border-color: rgba(0, 0, 0, .2);
     }
     
     .news.v2 .media-body h5 {
          padding-bottom: 33px;
     }
     
          .news.v2 .media-body h5 a {
               line-height: 23px;
          }

/* @end */

/*
Hover Effect
================================*/
.hover-effect01 {
  position: relative;
  z-index: 1;
}
.hover-effect01:before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01:after {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01:hover:after,
.hover-effect01:hover:before {
  height: 100%;
  width: 100%;
}
.hover-effect01-black {
  position: relative;
}
.hover-effect01-black:before {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01-black:after {
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01-black:hover:after,
.hover-effect01-black:hover:before {
  height: 100%;
  width: 100%;
}
.hover-effect02 {
  position: relative;
}
.hover-effect02:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: transparent;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
}
.hover-effect02:hover:before {
  box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.6) inset;
}
.hover-effect03 {
  position: relative;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.hover-effect03:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  visibility: hidden;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.5) rotateY(180deg);
  -moz-transform: scale(0.5) rotateY(180deg);
  -ms-transform: scale(0.5) rotateY(180deg);
  -o-transform: scale(0.5) rotateY(180deg);
  transform: scale(0.5) rotateY(180deg);
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  z-index: 99;
  background: #ffffff;
}
.hover-effect03:hover {
  opacity: 0.35;
  visibility: visible;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}
.hover-effect04 {
  position: relative;
  overflow: hidden;
}
.hover-effect04:after {
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hover-effect04:hover:after {
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -o-transform: translate(-100%);
  transform: translate(-100%);
}
.hover-effect05 {
  position: relative;
}
.hover-effect05:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border: 2px solid transparent;
  z-index: 100;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  opacity: 0;
}
.hover-effect05:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.hover-effect05:hover:before {
  opacity: 1;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.hover-effect05:hover:after {
  opacity: 1;
}
.hover-effect06 {
  position: relative;
}
.hover-effect06:before,
.hover-effect06:after {
  background-color: #000;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.hover-effect06:hover:before,
.hover-effect06:hover:after {
  transition: all 0.4s ease-out 0s;
  opacity: 0.3;
}
.hover-effect07 {
  overflow: hidden;
  position: relative;
}
.hover-effect07 > span {
  z-index: 10;
}
.hover-effect07:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .5;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.hover-effect07:hover:after {
  left: 120%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
/*
End Hover Effect
==============================*/

/* @group Block sidebar */

.block-sidebar {
  float:left;
  width:100%;
  margin-top:30px;
  position:relative;
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  -o-background-size:cover;
  -webkit-background-size:cover;
  background-size:cover;
}
.block-sidebar h2.title {
  margin:0;
  position:absolute;
  bottom:20px;
  right:0;
  width:100%;
  padding:0 20px;
  text-align:right;
}
.block-sidebar h2.title a {
  color:#000000;
  font-size:24px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:26px;
}
.block-sidebar .block-promo {
  display:inline-block;
  width:100%;
  position:absolute;
  top:50%;
  left:0;
  text-align:center;
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
  transform:translate(0,-50%);
}
.block-sidebar .block-promo .title {
  color:#ffffff;
  font-size:25px;
  margin-top:0;
  margin-bottom:20px;
  text-transform:uppercase;
}
.block-sidebar .block-promo .title h2 { margin:0; }
.block-sidebar .block-promo .text {
  color:#cccccc;
  margin-bottom:20px;
}
.block-sidebar .block-promo .btn-link {
  outline:none;
  background:transparent;
  color:#ffffff;
  display:inline-block;
  vertical-align:top;
  text-decoration:none;
}
.block-sidebar .block-promo .btn-link span {
  display:block;
  border:1px solid #ffffff;
  padding:10px 18px;
  text-transform:uppercase;
  line-height:18px;
  font-weight:bold;
  height:40px;
}

/* @end */

/* @group Miniblock */

.mini-block-top {
  padding-bottom: 5px;
  border-top:1px solid rgba(204,204,204,0.5);
  margin-top: 30px;
}
.static-collection { position:relative; }
.static-collection .title {
  margin:0;
  display:inline-block;
  height:84px;
  vertical-align:middle;
  width:100%;
  text-align:center;
  font-size:18px;
  text-transform:uppercase;
  line-height:20px;
  padding:32px 0;
  font-weight:bold;
  letter-spacing:0.5px;
}
.static-collection .text-wrap { position:relative; }
.static-collection .text-wrap:before {
  position:absolute;
  content:'';
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,0.25);
  z-index:1;
}
.static-collection .text-wrap .info {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  text-align:center;
  color:#ffffff;
  max-width:350px;
  width:100%;
  padding:0 15px;
  z-index:2;
}
.static-collection .text-wrap .info h3 {
  margin:0 0 30px;
  font-size:30px;
  font-weight:bold;
  letter-spacing:0.5px;
  text-transform:uppercase;
}
.static-collection .text-wrap .info .text { margin-bottom:50px; }
.static-collection .text-wrap .info .btn-ex {
  font-size:13px;
  height:42px;
  font-weight:bold;
  border:1px solid #ffffff;
  text-transform:uppercase;
  display:inline-block;
  vertical-align:top;
  padding:10px 20px;
  line-height:20px;
  color:#ffffff;
}
.static-collection .links {
  width:100%;
  height:211px;
  background-size:cover;
  display:block;
  position:relative;
  text-align:center;
}
.static-collection .links span {
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  padding:0 15px;
  max-width:400px;
  display:inline-block;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  color:#ffffff;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 250ms ease;
  transition:all 250ms ease;
}
.static-collection .links:before {
  content:'';
  position:absolute;
  top:50%;
  left:50%;
  right:50%;
  bottom:50%;
  background:rgba(0,0,0,0.5);
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 250ms ease;
  transition:all 250ms ease;
}
.static-collection .links:hover:before {
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;
  opacity:1;
  visibility:visible;
}
.static-collection .links:hover span {
  opacity:1;
  visibility:visible;
}
.static-collection iframe {
  width:100%;
  display:block;
  height:377px;
}

/* @end */

/* @group Newsletter */

.main-newsletter .main-newsletter-inner { margin-top: 55px;border-top:1px solid rgba(204,204,204,0.5); }
.subscribe .title {
  margin-top:45px;
  margin-bottom:10px;
  text-transform:uppercase;
  color:#000000;
  font-size:18px;
  font-weight:bold;
  text-align:center;
  letter-spacing:0.5px;
}
.subscribe .text {
  color:#999999;
  text-align:center;
  margin-bottom:45px;
}
.subscribe .input-box { position:relative; }
.subscribe .input-box input {
  height:60px;
  border:1px solid #e5e5e5;
  padding:0 140px 0 20px;
  width:100%;
  outline:none;
  color:#999999;
  margin: 0px;
}
.subscribe .input-box button {
  position:absolute;
  top:50%;
  right:10px;
  margin-top:-19px;
  height:38px;
  border:none;
  border-radius:0;
  box-shadow:none;
  outline:none;
  background:#333333;
  color:#ffffff;
  text-transform:uppercase;
  line-height:38px;
  padding:0 20px;
  font-weight:bold;
}

/* @end */

/* @group Blog */

.blog-style .blog-item {
     position: relative;
}

     .blog-style .blog-item img {
          display: block;
          margin: 0px auto;
     }

.blog-style .main-post {
  position:absolute;
  width:100%;
  bottom:0;
  left:0;
  text-align:initial;
  color:#ffffff;
  padding:15px;
  min-height:90px;
  background:rgba(255,255,255,0);
  background:-moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%);
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(0,0,0,0.5)));
  background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%);
  background:-o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%);
  background:-ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%);
  background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#000000',GradientType=0);
}
.blog-style .main-post .title-post {
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
}
.blog-style .main-post .title-post a { color:#ffffff;line-height: 1.1; }
.blog-style .main-post-inner { font-size:12px; }
.blog-style .main-post-inner i { margin-right:12px; }
.blog-style .main-post-inner > span { margin-right:27px; }

/* @end */

/* @group Menu Block */

.mega-blockright {
  position: relative;
  text-align: center;
}
.mega-blockright img {
  width: 100%;
  display: block;
  margin: 0px auto;
}
.mega-blockright:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
.mega-right {
  color: #fff;
  width: 100%;
  padding: 0 15px;
  position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  
}
.mega-right .text-small {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.mega-right .text-large {
  color: #fff;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.mega-right a.btn-ex {
  font-size: 13px;
  height: 42px;
  font-weight: bold;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  line-height: 20px;
  color: #ffffff;
  float: none;
}

/* @end */

/* @group Tooltip */

.tooltip-arrow { border-top-color:#757575 !important; }
.tooltip-inner {
  max-width:200px;
  padding:8px 10px;
  color:#ffffff;
  text-align:center;
  text-decoration:none;
  background-color:#757575;
  border-radius:2px;
  transition:width 0ms cubic-bezier(0.23,1,0.32,1) 450ms, height 0ms cubic-bezier(0.23,1,0.32,1) 450ms, background-color 450ms cubic-bezier(0.23,1,0.32,1) 0ms;
  float:left;
}
.tooltip.top.in {
  -webkit-transform:translate3d(0px,16px,0px);
  transform:translate3d(0px,16px,0px);
}
.tooltip.top { margin-top:-20px; }
.tooltip.bottom.in {
  -webkit-transform:translate3d(0px,-16px,0px);
  transform:translate3d(0px,-16px,0px);
}
.tooltip.bottom { margin-bottom:20px; }
.tooltip {
  position:absolute;
  font-size:12px;
  font-weight:400;
  line-height:1.4;
  visibility:visible;
  opacity:0;
  font-family: Montserrat, arial, serif;
  -webkit-transition:top 0ms cubic-bezier(0.23,1,0.32,1) 450ms, -webkit-transform 450ms cubic-bezier(0.23,1,0.32,1) 0ms, opacity 450ms cubic-bezier(0.23,1,0.32,1) 0ms;
  transition:top 0ms cubic-bezier(0.23,1,0.32,1) 450ms, transform 450ms cubic-bezier(0.23,1,0.32,1) 0ms, opacity 450ms cubic-bezier(0.23,1,0.32,1) 0ms;
}
.tooltip.in {
  opacity:1;
  -webkit-transition:top 0ms cubic-bezier(0.23,1,0.32,1) 0ms, -webkit-transform 450ms cubic-bezier(0.23,1,0.32,1) 0ms, opacity 450ms cubic-bezier(0.23,1,0.32,1) 0ms;
  transition:top 0ms cubic-bezier(0.23,1,0.32,1) 0ms, transform 450ms cubic-bezier(0.23,1,0.32,1) 0ms, opacity 450ms cubic-bezier(0.23,1,0.32,1) 0ms;
}
.tooltip.in .tooltip-inner {
  -webkit-transition:width 450ms cubic-bezier(0.23,1,0.32,1) 0ms, height 450ms cubic-bezier(0.23,1,0.32,1) 0ms, background-color 450ms cubic-bezier(0.23,1,0.32,1) 0ms;
  transition:width 450ms cubic-bezier(0.23,1,0.32,1) 0ms, height 450ms cubic-bezier(0.23,1,0.32,1) 0ms, background-color 450ms cubic-bezier(0.23,1,0.32,1) 0ms;
}

/* @end */

/* @group Magnific popup */

.mfp-bg {
     background: #fff url(../img/overlay.png) repeat 0 0 !important;
     opacity: 0.8 !important;
}

.mfp-close {
     opacity: 1 !important;
     padding-right: 0px !important;
     right: -20px !important;
     font-size: 24px !important;
     font-family: Verdana !important;
}

/* @end */

/* @group Newsletter */

.newsletter-content {
  min-height:400px;
  position:relative;
  padding:15px;
}
.newsletter-content:before {
  position:absolute;
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;
  content:'';
  border:1px solid #cccccc;
  z-index:1;
}
.newsletter-content .newsletter-inner {
  width:100%;
  height:100%;
  position:relative;
  z-index:10;
}
.newsletter-content .newsletter-title h3 {
  margin:40px 0 30px;
  font-size:30px;
  text-transform:uppercase;
  font-weight:bold;
}
.newsletter-content .popup_message { padding:0 30px; }
.newsletter-content .popup_message .intro {
  color:#666666;
  margin-bottom:20px;
  padding:0 7px;
}
.newsletter-content .input-box input {
  height:40px;
  padding:0 15px;
  width:100%;
  text-align:center;
  color:#999999;
  background: none;
  border:2px solid #d9d9d9;
}
.newsletter-content .input-box button {
  margin-top:20px;
  margin-bottom:25px;
}

.not-show-popup input[type="checkbox"] {
     display: none;
}

.not-show-popup input[type="checkbox"] + label {
     position: relative;
     cursor: pointer;
     line-height: 22px;
     font-size: 13px;
     text-transform: none;
     font-weight: normal;
}

.not-show-popup input[type="checkbox"] + label:before {
     position: relative;
     display: inline-block;
     vertical-align: top;
     content: "\56";
     font-size: 20px;
     width: 20px;
     height: 20px;
     border-radius: 50%;
     font-family: 'ElegantIcons';
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     margin: 0;
}

.not-show-popup input[type="checkbox"] + label span {
     padding: 0px 5px;
}

.not-show-popup input[type="checkbox"]:checked + label:before {
     content: "\5a";
}

/* @end */

/* @group Fixed Header */

.sticky-header {
     -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
     box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
     top: -70px;
     left: 0;
     margin-left: 0;
     opacity: 1;
     padding: 0;
     position: fixed;
     width: 100%;
     z-index: 60;
     display: block;
     background: rgba(255,255,255,0.95);
     transition: top 0.4s ease-in;
     -webkit-transition: top 0.4s ease-in;
     -moz-transition: top 0.4s ease-in;
     text-align: right;
}

     .sticky-bg.sticky-header {
          background: #fff;
     }

.sticky-header.fixed-header {
     top: 0;
}

@media (max-width: 1160px) {
     .responsive .sticky-header {
          display: none !important;
     }
}

.is-sticky .sticky-icon-group {
  float:right;
  display:block;
  margin:0 -10px 0 50px;
}
.is-sticky .sticky-icon-group > div {
  float:left;
  padding:0 10px;
}
.is-sticky .nav-top {
  -webkit-box-shadow:none;
  box-shadow:none;
  padding:0;
}
.is-sticky .logo-sticky {
  display:block !important;
  float:left;
  padding:0 15px 0 0;
  position:relative;
  z-index:999;
}
.is-sticky .logo-sticky > a {
  display:table;
  vertical-align:middle;
  height:60px;
}
.is-sticky .logo-sticky > a span {
  display:table-cell;
  vertical-align:middle;
}
.is-sticky .logo-sticky > a img {
  vertical-align:middle;
  max-height:50px;
}
.sticky-cart .typo-top-cart {
     display: block;
     width: auto;
     height: auto;
}
.sticky-cart .typo-icon-ajaxcart .icon-cart {
  height:60px;
  line-height:60px;
}
.sticky-cart .typo-cart { float:left; }
.sticky-cart .typo-icon-ajaxcart .icon-cart i {
  font-size:25px;
  display:block;
  line-height:60px;
}
.sticky-cart .typo-icon-ajaxcart .typo-cart-label {
  height:60px;
  line-height:60px;
  position:relative;
  margin-right:5px;
}
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print {
  margin:0;
  position:absolute;
  top:32px;
  right:-10px;
  width:20px;
  height:20px;
  line-height:20px;
  text-align:center;
  border-radius:50%;
  background:#cc0000;
  color:#ffffff;
  font-size:11px;
}
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print span { display:none; }
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items { display:block; }
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items .qty-cart,
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items .qty-cart span { display:block; }
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .icon-dropdown { display:none; }

.settings {
     font-family: Montserrat, arial, serif;
     position: relative;
}

.settings {
  position:relative;
  cursor:pointer;
}
.settings > i {
  font-size:20px;
  line-height:60px;
}
.settings .settings-inner {
  position:absolute;
  cursor:default;
  top:100%;
  right:0;
  padding-top:20px;
  opacity:0;
  visibility:hidden;
  margin-top:30px;
  z-index:999;
  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
}
.settings:hover > i { color:#999999; }
.settings:hover .settings-inner {
  margin-top:0;
  opacity:1;
  visibility:visible;
}
.settings .setting-content {
  background:#ffffff;
  text-align:left;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  width:290px;
}
.settings .setting-language, .settings .setting-currency {
  padding:25px 25px 10px;
  border-bottom:1px dashed #cccccc;
}
.settings .setting-language .title, .settings .setting-currency .title {
  text-transform:uppercase;
  margin-bottom:10px;
  font-size:14px;
  font-weight:bold;
}
.settings .language-topbar { float:none; }
.settings .language-topbar .lang-curr { display:none; }
.settings .language-topbar .lang-list {
  opacity:1;
  visibility:inherit;
  padding:0;
  margin:0;
  position:static;
}
.settings .language-topbar .lang-list ul {
  box-shadow:none;
  margin:0 -10px;
  padding:0;
  list-style: none;
}
.settings .language-topbar .lang-list ul li {
  padding:0;
  float:left;
  margin:0 10px 10px;
}
.settings .language-topbar .lang-list ul li a {
  display:block;
  width:45px;
  height:30px;
  padding:1px;
  background-size:41px 26px;
  border:1px solid #ffffff;
  background-color:#ffffff;
  background-position:center center;
}
.settings .language-topbar .lang-list ul li a span { display:none; }
.settings .language-topbar .lang-list ul li.active a, .settings .language-topbar .lang-list ul li:hover a { border:1px solid #333333; }
.settings .currency-topbar { float:none; }
.settings .currency-topbar .currency-sym { display:none; }
.settings .currency-topbar .currency-list {
  opacity:1;
  visibility:inherit;
  padding:0;
  margin:0;
  position:static;
}
.settings .currency-topbar .currency-list ul {
  box-shadow:none;
  margin:0 -10px;
  padding:0;
  list-style: none;
}
.settings .currency-topbar .currency-list ul li {
  padding:0;
  float:left;
  margin:0 10px 10px;
}
.settings .currency-topbar .currency-list ul li a {
  display:block;
  min-width:30px;
  height:30px;
  line-height:30px;
  background-color:#d8d8d8;
  text-align:center;
  padding:0 5px;
}
.settings .currency-topbar .currency-list ul li a .title { display:none; }
.settings .currency-topbar .currency-list ul li a .sym { margin:0; }
.settings .currency-topbar .currency-list ul li.active a, .settings .currency-topbar .currency-list ul li:hover a {
  background-color:#000000;
  color:#ffffff;
}
.settings .setting-option ul { padding:15px 25px;list-style: none; }
.settings .setting-option ul li { padding:5px 0; }
.settings .setting-option ul li a {
  text-transform:uppercase;
  font-size:14px;
}
.settings .setting-option ul li a i { font-size:15px; }
.settings .setting-option ul li a span { padding:0 15px; }

.sticky-header .main-menu {
     display: inline-block;
     text-align: left;
}

.sticky-header ul.megamenu .megamenu-label {
     margin-bottom: -11px;
}

#main .sticky-header .container-megamenu {
     margin-bottom: 0px;
}

.sticky-header ul.megamenu,
.sticky-header .megamenu-wrapper,
#main .sticky-header .container-megamenu {
     position: static;
}

.sticky-search { cursor:pointer; }
.sticky-search > i {
  font-size:18px;
  line-height:60px;
}
.sticky-search .quick-search {
  position:absolute;
  top:0;
  right:85px;
  max-width:1000px;
  width:100%;
  z-index:9;
  height:60px;
  text-align:center;
  background-color:#ffffff;
  cursor:default;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 250ms ease;
  transition:all 250ms ease;
}
.sticky-search .quick-search .form-search {
  max-width:300px;
  margin-top:16px;
}
.sticky-search .quick-search .form-search button.button-search { display:none; }
.sticky-search .quick-search .form-search input#search2 {
  text-align:center;
  border:none;
  padding:0 15px;
  margin: 0px;
  height: 28px;
}
.sticky-search .quick-search .form-search .btn-group + input#search2 { padding-left:100px; }
.sticky-search .quick-search .icon_close {
  position:absolute;
  right:0;
  top:17px;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.sticky-search .quick-search.showing {
  opacity:1;
  visibility:visible;
}

/* @end */

.owl-carousel .owl-item {
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
}

/* @group About us */

.about-page {
     position: relative;
     margin-top: -18px;
}

.about-page .about-title h2 {
  text-align:center;
  font-size:17px;
  text-transform:uppercase;
  padding:30px 0;
  position:relative;
  letter-spacing:2px;
  margin:0;
  font-weight: bold;
}
.about-page .about-title h2:after {
  content:'';
  display:inline-block;
  background:url("../img/bg-line-dot.png") no-repeat center;
  position:absolute;
  margin:0 auto;
  left:0;
  right:0;
  bottom:5px;
  height:10px;
  width:60px;
  text-align:center;
}
.about-page .about-subtitle {
  text-align:center;
  padding:20px 0;
}
.about-page .about-subtitle p {
  display:inline-block;
  max-width:730px;
  font-size:14px;
  line-height:30px;
}
.about-page .about-des {
  padding:20px 0 50px;
  border-bottom:1px solid rgba(204,204,204,0.5);
}
.about-page .about-des p {
  font-size:13px;
  line-height:30px;
  text-align:center;
}
.about-page .about-ourteam {
  padding:20px 0 50px;
  text-align:center;
}
.about-page .about-ourteam .inner-content { display:inline-block; }
.about-page .about-ourteam img { margin-bottom:20px; }
.about-page .about-ourteam h3 {
  margin:0;
  padding:0;
  font-size:14px;
  letter-spacing:2px;
  text-transform:uppercase;
  line-height:1.7;
  font-weight:600;
}
.about-page .about-ourteam .team-members { padding:50px 0 75px; }

/* @end */

/* @group Contact page */

.contact-page .how-to-contact { padding:30px 0; }
.contact-page .how-to-contact .contact-way {
  padding:15px 0;
  text-align:center;
}
.contact-page .how-to-contact .contact-way .inner-contact {
  text-align:center;
  display:inline-block;
}
.contact-page .how-to-contact .contact-way .inner-contact span {
  font-size:40px;
  text-align:center;
  color:#999999;
  padding:20px;
  display:block;
}
.contact-page .how-to-contact .contact-way .inner-contact span.icon-contact { text-indent:7px; }
.contact-page .how-to-contact .contact-way .inner-contact h3 {
  font-size:16px;
  font-weight:600;
  text-transform:uppercase;
  margin:0;
  padding-bottom:15px;
}
.contact-page .how-to-contact .contact-way .inner-contact p {
  color:#666666;
  font-size:13px;
  margin:0;
  line-height:20px;
}
.contact-page .contact-form { padding:50px 0; }
.contact-page .contact-map {
  overflow:hidden;
  padding:50px 0;
}
.contact-page .contact-map iframe { width:100%; }
#contactForm {
  max-width:720px;
  margin:0 auto;
}
#contactForm h2.legend {
  font-size:16px;
  text-align:center;
  letter-spacing:2px;
  text-transform:uppercase;
  margin:0;
  padding:0;
  font-weight:600;
  line-height:1.7;
}
#contactForm .form-list {
  padding:50px 0;
  list-style:none;
}
#contactForm .form-list label {
  font-size:14px;
  color:#999999;
  font-weight:400;
}
#contactForm .form-list .input-box { margin-bottom:25px; }
#contactForm .form-list .input-box input {
  width:100%;
  height:56px;
  padding:0 25px;
  background:#f6f6f6;
  border:1px solid #f6f6f6;
}
#contactForm .form-list .input-box textarea {
  width:100%;
  height:210px;
  padding:25px;
  background:#f6f6f6;
  border:1px solid #f6f6f6;
}
#contactForm .buttons-set { text-align:center; }
#contactForm button {
  border:none;
  height:auto;
  width:auto;
  padding:0;
}
#contactForm button span {
  font-size:14px;
  color:#ffffff;
  display:inline-block;
  line-height:56px;
  padding:0 20px;
  background-color:#000000;
  -webkit-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
  transition:all 0.3s ease 0s;
}
#contactForm button:hover span { background-color:#666666; }

/* @end */

/* @group Version 2 slider */

#main-slider {
     margin: 30px 0px 0px 0px;
}

.slide-carousel {
  position: relative;
  color: #fff;
}

.slide-carousel img {
     display: block;
}

.slide-carousel:before {
  position: absolute;
  top: 30%;
  left: 30%;
  right: 30%;
  bottom: 30%;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.slide-carousel .carousel-content {
  width: 100%;
  padding: 15px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 350ms ease, visible 350ms ease;
  -moz-transition: opacity 350ms ease, visible 350ms ease;
  transition: opacity 350ms ease, visible 350ms ease;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slide-carousel .carousel-content .text-small {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 60px;
}
.slide-carousel .carousel-content .text-large {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.slide-carousel .carousel-content .text-normal {
  margin-bottom: 40px;
}
.slide-carousel .carousel-content a.btn-ex {
  font-size: 13px;
  height: 42px;
  font-weight: bold;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  line-height: 20px;
  color: #ffffff;
  float: none;
}
.slide-carousel:hover:before {
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slide-carousel:hover .carousel-content {
  opacity: 1;
  visibility: visible;
}
.main-slide-inner {
     position: relative;
}

.main-slide-inner .main-carousel .owl-buttons > div {
  position: absolute;
  width: 64px;
  height: 64px;
  background: transparent url(../img/arrow-next.png) 0 0 no-repeat;
  opacity: 0.5;
  margin-top: -32px;
  right: 20px;
  top: 50%;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.main-slide-inner .main-carousel .owl-buttons > div:hover {
  opacity: 1;
}
.main-slide-inner .main-carousel .owl-buttons .owl-prev {
  background: transparent url(../img/arrow-prev.png) 0 0 no-repeat;
  right: auto;
  left: 20px;
}
/* @end */

/* @group Welcome text */

.block-welcome {
  padding-top: 30px;
}
.block-welcome .text-block {
  text-align: center;
  color: #999;
  padding-bottom: 35px;
}
.block-welcome .text-block > span {
  display: inline-block;
  max-width: 700px;
  padding: 0 10px;
  vertical-align: top;
}
.block-icon {
  text-align: center;
  height: 218px;
  background-color: #f7f7f7;
  margin-bottom: 5px;
  margin-top: 25px;
  position: relative;
}
.block-icon .block-center {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px;
}
.block-icon .block-center > span {
  color: #999;
  font-size: 40px;
}
.block-icon .text-hidden {
  display: none;
}
.block-icon .title {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  margin: 25px 0 15px 0;
}
.block-icon .text {
  color: #999;
}
.block-icon.block-icon2 {
  background-color: #ededed;
}

.main-heading { padding:30px 0; }
.heading-title {
  padding:10px 0 25px;
  background:url(../img/bg-line-dot.png) bottom center no-repeat;
}
.heading-title h2 {
  font-size:18px;
  text-transform:uppercase;
  margin:0;
  font-weight:bold;
  text-align:center;
}

.version2 .main-heading {
     padding-top: 17px;
     padding-bottom: 35px;
}

.filter-product.version2 .filter-tabs {
     padding-bottom: 46px;
}

/* @end */

/* @group Header layout 2  */

.header-layout-2 .home2-block-phone-email {
  padding: 10px 0;
  line-height: 22px;
}

.header-layout-2 .header-top-inner {
     border-bottom: 1px solid rgba(204,204,204,0.5);
}

.header-layout-2 .sticky-header {
     position: relative;
     top: auto;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     margin: 35px 0px 5px 0px;
     color: #000;
}

.header-layout-2 .top-bar {
     text-align: left;
     float: right;
}

.header-layout-2 .top-bar .inner-top-bar {
     display: block;
}

.header-layout-2 .top-bar .inner-top-bar form {
     float: left;
}

.header-layout-2 .sticky-header ul.megamenu .megamenu-label {
     margin-bottom: 0;
}

.header-layout-2 .sticky-search .quick-search {
     height: 72px;
     margin-top: -12px;
     padding-top: 12px;
}

.header-layout-2 .sticky-search .quick-search .icon_close {
     top: 29px;
}

.header-layout-2 .delimiter {
     line-height: 12px;
         height: 12px;
         background-color: #666;
         margin: 15px;
}

.header-layout-2 .currency-topbar .currency-list {
     left: auto;
     right: 0;
}

.header-layout-2 .language-topbar .lang-list {
     left: auto;
     right: 0;
}

.header-layout-2 .sticky-header {
     display: block !important;
}

@media (max-width: 1270px) {
     .responsive .header-layout-2 .sticky-header > .main-menu {
          margin: 0px -30px;
     }
}

@media (max-width: 1098px) {
     .responsive .header-layout-2 .is-sticky .logo-sticky {
          float: none;
          display: block;
          padding: 20px 0px 45px 0px;
          text-align: center;
     }
     
     .responsive .header-layout-2 .is-sticky .logo-sticky > a {
          display: block;
          height: auto;
     }
     
     .responsive .header-layout-2 .is-sticky .logo-sticky > a span {
          display: block;
     }
     
     .responsive .header-layout-2 .is-sticky .logo-sticky > a img {
          margin: 0px auto;
          display: block;
     }
     
     .responsive .header-layout-2 .sticky-header {
          margin-bottom: 0;
     }
}

@media (max-width: 991px) {
     .responsive .header-layout-2 .is-sticky .sticky-icon-group .settings {
          display: none;
     }
     
     .responsive .visible-sm-block {
          display: block;
     }
     
     .responsive .header-layout-2 .is-sticky .logo-sticky {
          border-bottom: 1px solid rgba(204,204,204,0.5);
          padding-bottom: 60px;
          padding-top: 25px;
          padding-left: 75px;
          padding-right: 75px;
     }
     
     .responsive .header-layout-2 .sticky-header > .main-menu {
          display: block;
          margin: 0px 0px -30px 0px;
     }
     
     .responsive .header-layout-2 .is-sticky .sticky-icon-group {
          margin: 0;
          float: none;
     }
     
     .responsive .header-layout-2 .is-sticky .sticky-icon-group > div {
          position: absolute;
          top: 5px;
          padding: 0px;
          z-index: 1000;
     }
     
     .responsive .header-layout-2 .is-sticky .sticky-icon-group > .sticky-cart {
          right: 0;
     }
     
     .responsive .header-layout-2 .sticky-search .quick-search {
          display: none;
     }
}

/* @end */

/* @group Header layout 3  */

.header-layout-3 .sticky-header {
     position: relative;
     top: auto;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     margin: 25px 0px 0px 0px;
     padding-bottom: 26px;
     color: #000;
     background: none;
}

.slider-align-top .header-layout-3 .sticky-header {
     margin-left: 15px;
     margin-right: 15px;
     width: auto;
}

.slider-align-top .header-layout-3 .sticky-search .quick-search {
     height: 60px;
     margin-top: 0;
     left: 0;
     right: 0;
     width: 100%;
     max-width: none;
     z-index: 1000;
     padding-top: 0;
}

.slider-align-top .header-layout-3 .sticky-search .quick-search .icon_close {
     top: 17px;
     right: 15px;
}

@media (max-width: 991px) {
     .responsive .slider-align-top .header-layout-3 .sticky-header {
          margin-left: 0;
          margin-right: 0;
     }
}

.header-layout-3 .sticky-header ul.megamenu .megamenu-label {
     margin-bottom: 0;
}

.header-layout-3 .sticky-search .quick-search {
     height: 72px;
     margin-top: -12px;
     padding-top: 12px;
}

.header-layout-3 .sticky-search .quick-search .icon_close {
     top: 29px;
}

.header-layout-3 .sticky-header {
     display: block !important;
}

@media (max-width: 1270px) {
     .responsive .header-layout-3 .sticky-header > .main-menu {
          margin: 0px -30px;
     }
}

@media (max-width: 1098px) {

}

.header-type-3 ul.megamenu > li > a,
.header-type-3 ul.megamenu li .sub-menu .content .static-menu a.main-menu,
.header-type-3 ul.megamenu li .sub-menu .content .hover-menu .menu ul li a,
.header-type-3 ul.megamenu li .sub-menu .content .static-menu .menu ul ul a {
     color: #000;
}

.header-layout-3 .is-sticky .sticky-icon-group {
     margin-left: 30px;
}

.header-type-3 .breadcrumb {
     margin-top: 0px;
}

@media (max-width: 1270px) {
     .responsive .header-layout-3 .is-sticky .sticky-icon-group {
          margin-left: 50px;
     }
}

@media (max-width: 1098px) {
     .responsive .header-layout-3 ul.megamenu > li {
          margin: 0px 9px;
     }
     
     .responsive .header-layout-3 .is-sticky .sticky-icon-group {
          margin-left: 40px;
     }
}

@media (max-width: 991px) {
     .responsive .header-layout-3 .sticky-search .quick-search {
          right: 0;
          z-index: 1000;
     }
     
     .responsive .header-layout-3 .sticky-search .quick-search .form-search {
          max-width: none;
          display: block;
     }
     
     .responsive .header-layout-3 .sticky-search .quick-search .form-search input#search2 {
          display: block;
          width: 100%;
     }
     
     .responsive .header-layout-3 .sticky-header > .main-menu {
          display: block;
          margin: 0px;
     }
     
     .responsive .header-layout-3 ul.megamenu > li {
          margin: 0px;
          text-align: left;
     }
     
     .responsive .header-layout-3 ul.megamenu li .sub-menu .content .hover-menu .menu ul li a, 
     .responsive .header-layout-3 ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
          text-align: left;
     }
     
     .responsive .header-layout-3 ul.megamenu > li:first-child,
     .responsive .header-layout-3 ul.megamenu > li:nth-child(2) {
          border: none;
     }
     
     .responsive .header-layout-3 .megamenu-wrapper {
          margin-top: 10px;
     }
     
     .responsive .header-layout-3 .sticky-header > .main-menu {
          position: relative;
          z-index: -1;
     }
     
     .responsive .header-layout-3 .typo-icon-ajaxcart .typo-cart-label .print {
          display: block;
     }
     
     .responsive .header-layout-3 .megamenuToogle-pattern {
          padding-left: 193px;
          padding-right: 128px;
     }
}

@media (max-width: 580px) { 
     .responsive .header-layout-3 .is-sticky .logo-sticky {
          float: none;
          padding: 0px;
          margin: 0px auto;
     }
     
     .responsive .header-layout-3 .is-sticky .logo-sticky > a {
          margin: 0px auto;
     }
     
     .responsive .header-layout-3 .megamenuToogle-pattern {
          padding-left: 0;
          text-align: left;
     }
     
     .responsive .header-layout-3 .megamenuToogle-wrapper .container > div {
          margin-left: 0;
     }
     
     .responsive .header-layout-3 .sticky-search .quick-search {
          bottom: 27px;
          top: auto;
     }
}



/* @end */

/* @group Footer type 3 */

.home03-footer {
  text-align: center;
}
.home03-footer .footer-logo {
  margin: 70px auto;
}

.home03-footer .footer-logo img {
     display: block;
     margin: 0px auto;
}
.home03-footer ul.social-icons {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
}
.home03-footer ul.social-icons li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
.home03-footer ul.social-icons li a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 12px;
  margin: 0px;
}
.home03-footer .copyright {
  margin-top: 30px;
}
.fluid-width-footer.footer-container {
  border-top: none;
  padding: 0;
  background: #e7e7e7;
}
.fluid-width-footer.footer-container .footer-copyright {
  border-top: none;
  padding: 15px 0 75px;
  font-size: 13px;
  color: #666666;
}
.fluid-width-footer.footer-container .footer-copyright a {
  text-transform: uppercase;
  font-weight: 600;
}
.fluid-width-footer.footer-container .footer-top-inner {
  padding: 15px 0 15px;
}

@media (max-width: 767px) {
     .responsive .fluid-width-footer.footer-container .footer-top-inner {
          padding: 25px 0 10px;
     }
     
     .responsive .fluid-width-footer.footer-container .home03-footer .footer-logo {
          margin: 40px auto;
     }
     
     .responsive .fluid-width-footer.footer-container .footer-copyright {
          padding: 10px 0 40px;
     }
}

/* @end */

/* @group Home 3 blocks */

.block-top-01,
.block-top-02 {
  display: table;
}
.block-top-01 > div,
.block-top-02 > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.block-top-01 .images,
.block-top-02 .images {
  overflow: hidden;
}
.block-top-01 .images img,
.block-top-02 .images img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0px auto;
}
.block-top-01 .content-block,
.block-top-02 .content-block {
  text-align: initial;
  width: 100%;
  max-width: 600px;
  padding: 15px;
  margin: 0 auto;
}
.block-top-01 .content-block h2,
.block-top-02 .content-block h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0 0 30px;
  display: block;
  line-height: 42px;
  text-transform: uppercase;
  margin-top: 0;
  position: relative;
}
.block-top-01 .content-block h2 span:after,
.block-top-02 .content-block h2 span:after {
  background: rgba(0, 0, 0, 0) url("../img/bg-title.png") no-repeat scroll left center;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.block-top-01 .content-block p,
.block-top-02 .content-block p {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  margin: 0;
}
.block-top-01 .bottom,
.block-top-02 .bottom {
  margin-top: 62px;
}
.block-top-01 .bottom a,
.block-top-02 .bottom a {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: 7px 23px;
  text-transform: uppercase;
  position: relative;
}

.no-padding {
     padding: 0 !important;
}

@media (max-width: 1199px) {
     .responsive .block-top-01 .content-block h2,
     .responsive .block-top-02 .content-block h2 {
       font-size: 30px;
       line-height: 1.2;
       padding-bottom: 20px;
       margin-bottom: 20px;
     }
     .responsive .block-top-01 .content-block p,
     .responsive .block-top-02 .content-block p {
       line-height: 1.7;
       font-size: 14px;
     }
     .responsive .block-top-01 .bottom,
     .responsive .block-top-02 .bottom {
       margin-top: 30px;
     }
}

@media (max-width: 991px) {
     .responsive .block-top-01 .content-block p,
     .responsive .block-top-02 .content-block p {
       display: none;
     }
}

@media (max-width: 767px) {
     .responsive .block-top-01 > div,
     .responsive .block-top-02 > div {
       display: block;
     }
     .responsive .block-top-01 .content-block p,
     .responsive .block-top-02 .content-block p {
       display: block;
     }
     
     .responsive .block-top-02 {
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-flex-wrap: wrap;
       flex-wrap: wrap;
     }
     .responsive .block-top-02 .images {
       order: 2;
     }
     .responsive .block-top-01 .content-block,
     .responsive .block-top-02 .content-block {
       padding: 25px 0;
       margin: 0;
     }
     .responsive .block-top-01 .content-block h2,
     .responsive .block-top-02 .content-block h2 {
       font-size: 25px;
       margin-bottom: 20px;
       padding: 15px 0 25px;
       line-height: 35px;
     }
     .responsive .block-top-01 .content-block p,
     .responsive .block-top-02 .content-block p {
       font-size: 14px;
       line-height: 25px;
     }
}

/* @end */

/* @group home-fluid-width-filter */

#main .home-fluid-width-filter {
     border: none;
     padding-bottom: 100px;
     margin: 0px auto;
     margin-left: 8.33333333%;
     margin-right: 8.33333333%;
     padding-top: 47px;
}

#main .home-fluid-width-filter .tab-content .overflow-carousel {
     z-index: 3;
}

#main .home-fluid-width-filter .product-grid .addtocart .button {
     background: rgba(0, 0, 0, 0);
}

#main .home-fluid-width-filter .product-grid .addtocart .button:hover {
     background: #000;
}

/* @end */

/* @group home03-newsletter-blog */

.home03-newsletter-blog {
     padding: 95px 0px 42px 0px;
}

.home03-newsletter-blog .container > div > .row {
     position: relative;
}

.home03-newsletter-blog .container > div > .row > div {
     margin-left: 8.33333333%;
     margin-right: 8.33333333%;
     position: static;
     padding: 0px;
}

.home03-newsletter-blog .container > div > .row > div > div {
     padding: 0px 15px 38px 15px;
}

.home03-newsletter-blog .container > div > .row > div:before {
     content: '';
     position: absolute;
     top: 0;
     bottom: 0;
     width: 1px;
     background: #e5e5e5;
     margin-left: -8.33333333%;
}

.home03-newsletter-blog .container > div > .row > div:first-child:before {
     display: none;
}

.subscribe.home03 {
}

.subscribe.home03 .title {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: initial;
    text-transform: uppercase;
    text-align: left;
   letter-spacing: 0.5px;
}

.subscribe.home03 .text {
     font-size: 15px;
     color: #999999;
     margin-bottom: 45px;
     font-style: italic;
     text-align: initial;
     text-align: left;
}

.subscribe.home03 .input-box input {
  height: 55px;
  background-color: #f5f5f5;
}
.subscribe.home03 .input-box input:focus {
  background: #fff;
}
.subscribe.home03 .input-box button {
  height: 55px;
  line-height: 55px;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0 30px;
}

.home03-posts {
     
}

     .home03-posts .title {
         color: #000000;
         font-size: 24px;
         font-weight: 600;
         margin-bottom: 40px;
         margin-top: 0;
         text-align: initial;
         text-transform: uppercase;
     }
     
     .home03-posts ul {
          padding: 0;
          margin: 0;
          list-style: none;
     }
     
          .home03-posts ul li {
               padding: 10px 0;
               border-bottom: 1px solid #f5f5f5;
          }
          
               .home03-posts ul li:last-child {
                    border: none;
               }
               
          .home03-posts ul li .blog-title {
               line-height: 20px;
                   margin: 0;
          }
          
          .home03-posts ul li .blog-title a {
              color: #333;
              font-size: 18px;
              line-height: 20px;
              text-transform: capitalize;
          }
          
         .home03-posts ul li .blog-info {
            font-size: 13px;
            color: #999;
            line-height: 15px;
          }
          
@media (max-width: 991px) {
     .responsive #main .home-fluid-width-filter {
          margin-left: 0;
          margin-right: 0;
     }
     
     .responsive .home03-newsletter-blog .container > div > .row > div {
          margin-left: 0;
          margin-right: 0;
     }
     
     .responsive .home03-newsletter-blog .container > div > .row > div:before {
          margin-left: 0;
     }
     
     .responsive .home03-newsletter-blog .container > div > .row > div > div {
          padding-bottom: 13px;
     }
     
     .responsive .subscribe.home03 .title {
          margin-bottom: 40px;
     }
}

@media (max-width: 767px) {
     .responsive .home03-newsletter-blog .container > div > .row > div:before {
          display: none;
     }
     
     .responsive .home03-posts ul {
          padding-bottom: 25px;
     }
     
     .responsive .home03-newsletter-blog {
          padding: 55px 0px 32px 0px;
     }
}

/* @end */

/* @group Header layout 4  */

.header-layout-4 .sticky-header {
     position: relative;
     top: auto;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     margin: 25px 0px 0px 0px;
     padding-bottom: 26px;
     color: #000;
     background: none;
}

.slider-align-top .header-layout-4 .sticky-header {
     margin-left: 15px;
     margin-right: 15px;
     width: auto;
}

.slider-align-top .header-layout-4 .sticky-search .quick-search {
     height: 60px;
     margin-top: 0;
     left: 0;
     right: 0;
     width: 100%;
     max-width: none;
     z-index: 1000;
     padding-top: 0;
}

.slider-align-top .header-layout-4 .sticky-search .quick-search .icon_close {
     top: 17px;
     right: 15px;
}

@media (max-width: 991px) {
     .responsive .slider-align-top .header-layout-4 .sticky-header {
          margin-left: 0;
          margin-right: 0;
     }
}

.header-layout-4 .sticky-header ul.megamenu .megamenu-label {
     margin-bottom: 0;
}

.header-layout-4 .sticky-search .quick-search {
     height: 72px;
     margin-top: -12px;
     padding-top: 12px;
}

.header-layout-4 .sticky-search .quick-search .icon_close {
     top: 29px;
}

.header-layout-4 .sticky-header {
     display: block !important;
}

@media (max-width: 1270px) {
     .responsive .header-layout-4 .sticky-header > .main-menu {
          margin: 0px -20px;
     }
}

.header-layout-4 .is-sticky .sticky-icon-group {
     margin-left: 50px;
}

.header-type-4 .breadcrumb {
     margin-top: 0px;
}

@media (max-width: 1098px) {
     .responsive .header-layout-4 ul.megamenu > li {
          margin: 0px 9px;
     }
}

@media (max-width: 991px) {
     .responsive .header-layout-4 .sticky-search .quick-search {
          right: 0;
          z-index: 1000;
     }
     
     .responsive .header-layout-4 .sticky-search .quick-search .form-search {
          max-width: none;
          display: block;
     }
     
     .responsive .header-layout-4 .sticky-search .quick-search .form-search input#search2 {
          display: block;
          width: 100%;
     }
     
     .responsive .header-layout-4 .sticky-header > .main-menu {
          display: block;
          margin: 0px;
     }
     
     .responsive .header-layout-4 ul.megamenu > li {
          margin: 0px;
          text-align: left;
     }
     
     .responsive .header-layout-4 ul.megamenu li .sub-menu .content .hover-menu .menu ul li a, 
     .responsive .header-layout-4 ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
          text-align: left;
     }
     
     .responsive .header-layout-4 ul.megamenu > li:first-child,
     .responsive .header-layout-4 ul.megamenu > li:nth-child(2) {
          border: none;
     }
     
     .responsive .header-layout-4 .megamenu-wrapper {
          margin-top: 10px;
     }
     
     .responsive .header-layout-4 .sticky-header > .main-menu {
          position: relative;
          z-index: -1;
     }
     
     .responsive .header-layout-4 .typo-icon-ajaxcart .typo-cart-label .print {
          display: block;
     }
     
     .responsive .header-layout-4 .megamenuToogle-pattern {
          padding-left: 193px;
          padding-right: 128px;
     }
}

@media (max-width: 580px) { 
     .responsive .header-layout-4 .is-sticky .logo-sticky {
          float: none;
          padding: 0px;
          margin: 0px auto;
     }
     
     .responsive .header-layout-4 .is-sticky .logo-sticky > a {
          margin: 0px auto;
     }
     
     .responsive .header-layout-4 .megamenuToogle-pattern {
          padding-left: 0;
          text-align: left;
     }
     
     .responsive .header-layout-4 .megamenuToogle-wrapper .container > div {
          margin-left: 0;
     }
     
     .responsive .header-layout-4 .sticky-search .quick-search {
          bottom: 27px;
          top: auto;
     }
}



/* @end */

/* @group Home parallax footer */

.home04 .footer-container {
  padding: 0;
  border: none;
  line-height: 42px;
  color: #999999;
}

.home04 .footer-container a {
     color: #999;
}
.home04 .footer-container a:hover {
     color: #000;
}
.home04 .footer-container .footer-inner {
  padding: 9px 0;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}

.home04 .social li > span {
  line-height: 42px;
  padding: 0 7px;
}
.home04 .address-footer {
  text-align: center;
  width: 100%;
}
.home04 .address-footer .space {
  padding: 0 5px;
}

@media (min-width: 1600px) {
     .home04 .footer-container .footer-inner {
       padding: 29px 0;
     }
}

/* @end */

/* @group Home parallax slider */
#fullpage {
     display: none;
}

#fullpage > div {
     background-size: cover;
     background-position: 50% 50%;
     background-repeat: no-repeat;
}

.home04 #fullpage {
     display: block;
}

.fullpage-wrapper {
  text-align: center;
  color: #fff;
}

.fullpage-wrapper .widget-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.fullpage-wrapper .widget-block .intro {
  margin-top: 200px;
  opacity: 0;
  padding: 15px;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.fullpage-wrapper .widget-block .intro .text-small {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
}

.fullpage-wrapper .widget-block .intro .title {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.fullpage-wrapper .widget-block .intro .btn-ex {
  display: inline-block;
  padding: 6px 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 30px;
  vertical-align: top;
}

.fullpage-wrapper .widget-block.active .intro {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.home04 #fp-nav.right {
  right: 20px;
}

.home04 #fp-nav ul li,
.home04 .fp-slidesNav ul li {
  width: 20px;
  margin: 14px 0;
}

.home04 #fp-nav ul li,
.home04 .fp-slidesNav ul li {
  height: 20px;
}

.home04 #fp-nav ul li a span,
.home04 .fp-slidesNav ul li a span {
  width: 20px !important;
  height: 3px !important;
  background-color: #ccc;
  border-radius: 0 !important;
  margin: -1px -10px !important;
  overflow: hidden;
}

.home04 #fp-nav ul li a span:before,
.home04 .fp-slidesNav ul li a span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  z-index: 2;
  background-color: #000;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}

.home04 #fp-nav ul li a.active span,
.home04 .fp-slidesNav ul li a.active span,
.home04 #fp-nav ul li:hover a.active span,
.home04 .fp-slidesNav ul li:hover a.active span {
  width: 20px;
  height: 3px;
  border-radius: 0;
  margin: -1px -10px;
}

.home04 #fp-nav ul li a.active span:before {
  right: 0;
}

.home04 #section1 {
  color: #f2f2f2;
}

.home04 #section2 .text-normal {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.home04 #section3 .text-normal {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.home04 #section4 .text-normal {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.home04 #section5 .text-normal {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.home04 #section5 .name {
  margin-top: 45px;
  text-transform: uppercase;
  color: #f2f2f2;
  font-weight: bold;
  font-size: 18px;
}

.fullpage-wrapper .video-frame {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fullpage-wrapper .video-frame iframe {
    width: 100%;
    height: 100%;
}

.header-type-4 header {
     background: #fff;
}

body.home04 header {
    position: fixed;
    top: -5px;
    left: 60px;
    right: 60px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.95);
    transition: background 0.2s ease-in;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
}

     body.home04 header .slider-header {
          position: relative;
          margin-bottom: -5px;
     }

     body.home04.fp-viewing-0 header {
          background: #fff;
     }
     
     body.home04.with-sticky-bg header {
          background: #fff;
     }
     
body.home04 .header-layout-4 .sticky-header ul.megamenu .megamenu-label {
     margin-bottom: -5px;
}

body.home04 .home04 .footer-container {
     position: fixed;
     bottom: 0;
     left: 60px;
     right: 60px;
     background: #fff;
}

@media (max-width: 767px) {
     .responsive body.home04 .footer-container {
          display: none;
     }
     
     .responsive body.home04 header {
          left: 30px;
          right: 30px;
          display: none;
     }
     
     .responsive body.home04.fp-viewing-0 header {
          display: block;
     }
     
     .responsive body.home04 #fp-nav.right {
          right: 5px;
     }
}

/* @end */

/* @group Multiscroll */

#multiscroll {
  position: relative;
}
#multiscroll .ms-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#multiscroll .ms-section.active h2.title:before {
  left: 0;
}
#multiscroll .ms-section.active .text {
  opacity: 1;
  margin-top: 0;
}
.block-prent {
  text-align: initial;
  max-width: 540px;
  width: 100%;
  padding: 15px;
}
.block-prent h2.title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 20px;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
.block-prent h2.title:before {
  content: '';
  width: 60px;
  height: 5px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: left .5s, right .5s;
  -moz-transition: left .5s, right .5s;
  -o-transition: left .5s, right .5s;
  transition: left .5s, right .5s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.block-prent .text {
  -webkit-transition: margin-top 0.5s, opacity 0.5s;
  -moz-transition: margin-top 0.5s, opacity 0.5s;
  -o-transition: margin-top 0.5s, opacity 0.5s;
  transition: margin-top 0.5s, opacity 0.5s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
  opacity: 0;
  margin-top: -100px;
}
.block-prent .btn-ex {
  margin-top: 30px;
}
.block-prent .date-time {
  color: #ccc;
}
.block-prent .date-time .date {
  font-size: 72px;
}
.block-prent .date-time .month {
  font-size: 24px;
}
.block-prent h3.title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
.block-prent .btn-ctn {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.block-prent .quote {
  font-size: 72px;
  color: #ccc;
  line-height: 1;
  margin-bottom: 15px;
}
.block-prent .quote + .text {
  font-size: 24px;
  color: #999;
}
.block-prent .user-position {
  margin-top: 30px;
  font-size: 15px;
}
.block-prent .user-position .name {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.block-prent .user-position .position {
  color: #999;
}
.block-prent #contactForm .form-list {
  padding: 0;
}
.block-prent #contactForm .form-list .input-box {
  margin: 0;
}
.block-prent #contactForm .form-list .input-box textarea {
  padding: 10px 0;
  height: 50px;
  margin: 0px;
  border: 1px solid transparent;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
}
.block-prent #contactForm .form-list .input-box input {
  padding: 0;
  margin: 0px;
  height: 50px;
  border: 1px solid transparent;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
}
.block-prent #contactForm button span {
  line-height: 50px;
}
.block-prent #contactForm button span span {
  line-height: 50px;
  padding: 0;
}
.block-prent #contactForm .buttons-set {
  text-align: initial;
  margin-top: 30px;
}

@media (min-width: 1600px) {
     .block-prent h2.title {
          font-size: 70px;
     }
}

.desc.std {
     color: #666;
}

/* @end */

/* @group Header Layout 5 */

.header-type-5 .header .logo-home {
     text-align: left;
}

.header-type-5 .form-search {
     max-width: none;
}

.header-type-5 #top ul.megamenu {
     text-align: left;
     position: relative;
}

.header-type-5 #top ul.megamenu > li {
     margin: 0px 28px 0px 0px;
}

.header-type-5 .store-cr {
     float: right;
}

.header-type-5 .social {
     float: right;
}

.header-type-5 .store-cr form {
     float: left;
}

@media (max-width: 991px) {
     .responsive .header-type-5 #top ul.megamenu {
          text-align: center;
     }
     
     .responsive .header-type-5 #top ul.megamenu > li {
          margin: 0px;
     }
}

@media (max-width: 767px) {
     .responsive .header-type-5 .social {
          float: left;
     }
     
     .responsive .header-type-5 .header .logo-home {
          text-align: center;
     }
}

.header-type-5 .top-bar {
     position: absolute;
     right: 0;
     top: -21px;
     z-index: 26;
}

/* @end */

/* @group List features */

.list-features {
  padding-top: 71px;
  padding-bottom: 17px;
}
.list-features .media-left > span {
  display: block;
  height: 68px;
  line-height: 66px;
  width: 68px;
  background-color: #fff;
  border: 1px solid #999;
  text-align: center;
  font-size: 25px;
  color: #999;
  border-radius: 50%;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.list-features .media-left > span:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.list-features .media-left .hide {
  display: none;
}
.list-features .media-body {
  padding: 0 10px;
}
.list-features .h4 {
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 10px;
}

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

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

@media (max-width: 767px) {
     .responsive .list-features {
          padding-top: 34px;
          padding-bottom: 7px;
     }
     
          .responsive .row > div:first-child > .list-features {
               padding-top: 60px;
          }
}

/* @end */

/* @group Block static home06 */

.block-static-top {
  position: relative;
  height: 221px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  margin-top: 30px;
}
.block-static-top .block-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}
.block-static-top:hover .block-img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.block-static-top .text-wrap {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: left;
}
.block-static-top .text-wrap .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 30px;
  letter-spacing: 0.5px;
}
.block-static-top .text-wrap a {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  display: inline-block;
}
.block-static-top .text-wrap a span {
  position: relative;
  font-size: 16px;
  float: right;
  padding-left: 5px;
}

/* @end */

/* @group Main fixed */

.main-fixed .footer .background, 
.main-fixed .standard-body .footer .background {
     border: none;
}

.main-fixed .footer .pattern {
     position: relative;
}

     .main-fixed .footer .pattern:before {
          content: '';
          position: absolute;
          top: 0;
          left: 30px;
          right: 30px;
          height: 1px;
          background: rgba(204,204,204,0.5);
     }
     
     @media (max-width: 767px) {
          .responsive .main-fixed .footer .pattern:before {
               left: 15px;
               right: 15px;
          }
     }

.main-fixed .box {
     margin: 0px;
     padding: 18px 0px 0px 0px;
     border: none;
}

     .main-fixed .col-sm-3 .box, 
     .main-fixed .col-sm-4 .box, 
     .main-fixed .col-md-3 .box, 
     .main-fixed .col-md-4 .box {
          padding: 0px;
     }

     .main-fixed .box .box-heading {
          text-align: left;
          margin-bottom: 35px;
     }
     
          .main-fixed .center-column .box .box-heading {
               text-align: center;
          }

     .main-fixed .tab-content .overflow-carousel {
          width: 80px;
          margin: 0px;
          padding: 0px;
          position: absolute;
          right: 0;
          top: -50px;
     }
     
     .main-fixed .tab-content .overflow-carousel:before {
          display: none;
     }
     
     .main-fixed .filter-product {
          border: none;
          padding: 20px 0px 0px 0px;
          margin: 0px;
     }
     
     .main-fixed .filter-product .filter-tabs {
          overflow: hidden;
     }
     
     .main-fixed .filter-product .filter-tabs ul {
          text-align: left;
          padding-right: 80px;
          margin-left: -15px;
          position: relative;
          margin-bottom: -5px;
     }

/* @end */

/* @group Newsletter home06 */

.newsletter6 .main-newsletter-inner {
  border: none;
  background-color: #eeeeee;
  padding: 0 20px;
  margin-top: 30px;
  text-align: center;
}
.newsletter6 .subscribe {
  padding: 0;
}
.newsletter6 .subscribe .input-box button {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  right: auto;
}
.newsletter6 .subscribe .input-box input {
  background-color: #fff;
  padding: 0;
  text-align: center;
}

.newsletter6 .block-content {
     padding: 0;
     margin-bottom: 40px;
     display: inline-block;
     vertical-align: top;
     width: 100%;
}

/* @end */

/* @group Home 07 interior */

.interior-block-slide,
.interior-block-static {
  height: 500px;
  position: relative;
}
.interior-block-slide {
  background-size: cover;
  background-position: center top;
}
.interior-block-slide .interior-inner {
  position: absolute;
  left: 0;
  bottom: 5%;
  padding: 15px;
  width: 100%;
  text-align: center;
}
.interior-block-slide .interior-inner .title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
.interior-block-slide .interior-inner .text {
  max-width: 420px;
  display: inline-block;
}
.interior-block-static .interior-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: initial;
  padding: 15px;
  max-width: 420px;
}
.interior-block-static .interior-inner.left {
  left: 15px;
}
.interior-block-static .interior-inner .title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 30px;
}
.interior-block-static .interior-inner .text {
  color: #666;
  margin-bottom: 30px;
}
.interior-block-static .interior-inner .btn-view a {
  background: none repeat scroll 0 0 #4a4a4a;
  color: #ffffff;
  display: inline-block;
  padding: 8px 17px;
  font-size: 110%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: 0 0 0 rgba(0,0,0,0.15) inset;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.15) inset;
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.15) inset;
  -o-box-shadow: 0 0 0 rgba(0,0,0,0.15) inset;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  color:  #000;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #666666;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.interior-block-static .interior-inner .btn-view a:hover {
  background-color:#e6e6e6;
  box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;
  -moz-box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;
  -o-box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;
  color:#ffffff;
  text-decoration:none;
  padding-left:17px;
}
.interior-block-slide-wrap .owl-theme .owl-buttons {
  display: block;
}
.interior-block-slide-wrap .owl-theme .owl-buttons [class*='owl-'] {
 background: #D6D6D6;
 display: inline-block;
 cursor: pointer;
 position: absolute;
 top: 50%;
 margin: 0;
 padding: 0;
 width: 40px;
 height: 40px;
 margin-top: -20px;
 text-align: center;
 line-height: 40px;
 left: 15px;
 border: none;
 border-radius: 0;
 background-color: rgba(0,0,0,0.5);
 color: #ffffff;
 font-size: 20px;
  background-color: #fff;
  margin: 0;
  border: 1px solid #999;
  color: #999;
  height: 54px;
  width: 54px;
  line-height: 52px;
}
.interior-block-slide-wrap .owl-theme .owl-buttons [class*='owl-']:hover {
  background-color: #000;
  color: #fff;
}
.interior-block-slide-wrap .owl-theme .owl-buttons div.owl-next {
  top: 45px;
  right: 45px;
  left: auto;
}
.interior-block-slide-wrap .owl-theme .owl-buttons div.owl-prev {
  top: 45px;
  left: auto;
  right: 115px;
}

@media (min-width: 1600px) {
     .interior-block-slide, .interior-block-static {
          height: 700px;
     }
}

@media (max-width: 991px) {
     .responsive .interior-block-slide .interior-inner .title {
          font-size: 20px;
     }
     
     .responsive .interior-inner .title {
          font-size: 24px;
     }
}

/* @end */

/* @group Home jewelry */

.block-jw-text {
  margin-bottom: 30px;
  background-color: #f2f2f2;
  position: relative;
}
.block-jw-text .block-prent .text {
  margin-top: 0;
  opacity: 1;
  display: block;
}
.block-jw-text .block-prent h2.title:before {
  left: 0;
  background-color: #cc9900;
}
.block-jw-text .block-prent .quote + .text {
  font-size: 16px;
}
.block-jw-text .block-prent .quote {
  font-size: 50px;
  color: #cc9900;
}
.block-jw-text .user-name {
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.block-jw {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.block-jw .btn-ex {
  font-size: 13px;
  height: 42px;
  font-weight: bold;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  line-height: 20px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}
.block-jw:before {
  position: absolute;
  content: '';
  top: 20%;
  left: 20%;
  right: 20%;
  bottom: 20%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.block-jw.bg-blue:before {
  background-color: rgba(33, 150, 243, 0.5);
}
.block-jw.bg-orange:before {
  background-color: rgba(255, 152, 0, 0.5);
}
.block-jw.bg-green:before {
  background-color: rgba(76, 175, 80, 0.5);
}
.block-jw.bg-brown:before {
  background-color: rgba(165, 42, 42, 0.5);
}
.block-jw:hover:before {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.block-jw:hover .btn-ex {
  opacity: 1;
  visibility: visible;
}
.jw-text1 {
  height: 580px;
}
.jw-5 {
  height: 700px;
}
.jw-6,
.jw-text2,
.jw-3 {
  height: 300px;
}
.jw-1,
.jw-2 {
  height: 380px;
}
.jw-4 {
  height: 490px;
}

.block-prent {
  text-align: initial;
  max-width: 540px;
  width: 100%;
  padding: 15px;
}
.block-prent h2.title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 20px;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
.block-prent h2.title:before {
  content: '';
  width: 60px;
  height: 5px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: left .5s, right .5s;
  -moz-transition: left .5s, right .5s;
  -o-transition: left .5s, right .5s;
  transition: left .5s, right .5s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.block-prent .text {
  -webkit-transition: margin-top 0.5s, opacity 0.5s;
  -moz-transition: margin-top 0.5s, opacity 0.5s;
  -o-transition: margin-top 0.5s, opacity 0.5s;
  transition: margin-top 0.5s, opacity 0.5s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
  opacity: 0;
  margin-top: -100px;
}
.block-prent .btn-ex {
  margin-top: 30px;
}
.block-prent .date-time {
  color: #ccc;
}
.block-prent .date-time .date {
  font-size: 72px;
}
.block-prent .date-time .month {
  font-size: 24px;
}
.block-prent h3.title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
.block-prent .btn-ctn {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.block-prent .quote {
  font-size: 72px;
  color: #ccc;
  line-height: 1;
  margin-bottom: 15px;
}
.block-prent .quote + .text {
  font-size: 24px;
  color: #999;
}
.block-prent .user-position {
  margin-top: 30px;
  font-size: 15px;
}
.block-prent .user-position .name {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.block-prent .user-position .position {
  color: #999;
}
.block-prent #contactForm .form-list {
  padding: 0;
}
.block-prent #contactForm .form-list .input-box {
  margin: 0;
}
.block-prent #contactForm .form-list .input-box textarea {
  padding: 10px 0;
  height: 50px;
  border: 1px solid transparent;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
}
.block-prent #contactForm .form-list .input-box input {
  padding: 0;
  height: 50px;
  border: 1px solid transparent;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
}
.block-prent #contactForm button span {
  line-height: 50px;
}
.block-prent #contactForm button span span {
  line-height: 50px;
  padding: 0;
}
.block-prent #contactForm .buttons-set {
  text-align: initial;
  margin-top: 30px;
}

.block-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 1600px) {
     .block-prent h2.title {
          font-size: 70px;
     }
     
     .jw-text1 {
          height: 880px;
     }
     
     .jw-5 {
       height: 1200px;
     }
     .jw-6,
     .jw-text2,
     .jw-3 {
       height: 410px;
     }
     .jw-1,
     .jw-2 {
       height: 580px;
     }
     .jw-4 {
       height: 890px;
     }
}

@media (max-width: 991px) {
     .responsive .block-prent h2.title {
          font-size: 30px;
     }
}

@media (max-width: 767px) {
     .responsive .block-prent h2.title {
          font-size: 16px;
          margin-bottom: 20px;
     }
     
     .responsive .main-top-inner {
          padding-left: 0 !important;
          padding-right: 0 !important;
     }
     
     .responsive .jw-text1 {
       height: 300px;
     }
     .responsive .block-jw:before {
       display: none;
     }
     .responsive .block-jw .btn-ex {
       opacity: 1;
       visibility: visible;
     }
     
     .responsive .block-prent h2.title:before {
          height: 2px;
     }
}

/* @end */

/* @group Header type 6 */

body.header-type-6 {
     padding-left: 300px;
     position: relative;
}

     body.header-type-6 .header {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 300px;
          background: #1e1e1e;
          padding: 71px 60px 70px 60px;
          z-index: 999;
     }
     
          body.with-fixed.header-type-6 .header {
               height: 100%;
               position: fixed;
          }

     body.header-type-6 .breadcrumb {
          margin-top: 0;
     }
     
     body.header-type-6 .logo-home {
          display: block;
          height: auto;
     }
     
     body.header-type-6 .logo-home .logo {
          display: block;
          text-align: center;
          vertical-align: top;
     }
     
     body.header-type-6 #top {
          position: static;
     }
     
     body.header-type-6 #main .container-megamenu {
          padding: 0px;
          margin: 0px;
          width: auto;
          position: static;
     }
     
     body.header-type-6 .megamenu-wrapper {
          position: static;
     }
     
     body.header-type-6 ul.megamenu {
          position: static;
          text-align: left;
          padding-top: 128px;
     }
     
     body.header-type-6 ul.megamenu > li {
          position: static;
          float: none;
          margin: 0px;
          height: auto;
          display: block;
          border-top: 1px solid #303030;
          position: relative;
     }
     
          body.header-type-6 ul.megamenu > li:first-child {
               border-top: none;
          }
     
     body.header-type-6 ul.megamenu > li > a {
          height: auto;
          line-height: 1.7;
          padding: 12px 0px 12px 0px;
          letter-spacing: 0.75px;
          color: #999;
          -webkit-font-smoothing: antialiased;
     }
     
          body.header-type-6 ul.megamenu > li:hover > a {
               color: #fff;
          }
          
     body.header-type-6 .horizontal ul.megamenu > li > .sub-menu {
          max-width: 1000px;
          left: 100% !important;
          top: 0 !important;
          right: auto !important;
          margin-left: 0 !important;
          padding-left: 30px;
     }
     
     body.header-type-6 ul.megamenu li.with-sub-menu .megamenu-label {
          margin-left: 0;
     }
     
     body.header-type-6 .store-cr {
          position: relative;
          margin-right: -30px;
          padding-top: 61px;
     }
     
     body.header-type-6 .store-cr .delimiter {
          margin-top: 17px;
     }
     
     body.header-type-6 .store-cr .lang-curr {
          color: #fff;
     }
     
     body.header-type-6 .store-cr .lang-curr a {
          color: #fff;
     }
     
     body.header-type-6 .store-cr .currency-sym {
          color: #fff;
     }
     
     body.header-type-6 .store-cr .currency-sym a {
          color: #fff;
     }
     
     body.header-type-6 .top-seach {
          display: block;
          height: auto;
          padding-top: 70px;
     }
     
          body.header-type-6 .top-seach .quick-search {
               display: block;
          }
          
          body.header-type-6 .top-seach .form-search {
               display: block;
               max-width: none;
          }
          
          body.header-type-6 .form-search input#search {
               background: none;
               border: none;
               color: #999;
               height: 48px;
               margin: 0px;
               border-bottom: 1px solid #303030;
               font-style: italic;
          }
          
          body.header-type-6 .button-search {
               line-height: 36px;
          }
          
          @media (min-width: 991px) {
               body.header-type-6 .button-search i {
                    color: #fff;
                    font-size: 16px;
                    font-weight: 500;
                    font-family: FontAwesome;
               }
               
                    body.header-type-6 .button-search i:before {
                         content: "\f002";
                    }
          }
               
     body.header-type-6 .typo-top-cart {
          display: block;
          height: auto;
          text-align: left;
          -webkit-font-smoothing: antialiased;
          letter-spacing: 1px;
          padding-top: 71px;
     }
     
          body.header-type-6 .typo-top-cart .typo-maincart {
               display: block;
          }
          
          body.header-type-6 .typo-cart {
               display: block;
          }
          
          body.header-type-6 .typo-icon-ajaxcart .typo-cart-label {
               color: #fff;
               float: none;
          }
          
          body.header-type-6 .typo-icon-ajaxcart .typo-cart-label .price {
               font-weight: normal;
               color: #fff;
          }
          
          body.header-type-6 .typo-icon-ajaxcart .typo-cart-label .icon-dropdown {
               position: absolute;
               top: 1px;
               right: 0;
          }
          
          body.header-type-6 .typo-icon-ajaxcart .typo-cart-label .icon-dropdown i {
               font-size: 20px;
          }
          
          body.header-type-6 .typo-icon-ajaxcart .typo-cart-label .fa-angle-down:before {
               content: "\f105";
          }
          
          body.header-type-6 .typo-icon-ajaxcart .icon-cart i {
               font-size: 26px;
          }
          
          body.header-type-6 .ajaxcart {
               right: auto;
               left: 100%;
               padding-top: 0;
               bottom: -9px;
               margin-bottom: -30px;
               top: auto;
               padding-left: 30px;
          }
          
               body.header-type-6 .typo-maincart:hover .ajaxcart {
                    margin-bottom: 0;
               }
               
          body.header-type-6 ul.megamenu > li.with-sub-menu > a:after {
               color: #999;
               content: "\f105";
               float: right;
               font-size: 20px;
               position: relative;
               top: -5px;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }
          
               body.header-type-6 ul.megamenu > li.with-sub-menu:hover > a:after {
                    color: #fff;
               }
               
@media (max-width: 1300px) {
     .responsive body.header-type-6 .horizontal ul.megamenu > li > .sub-menu {
          max-width: 800px;
     }
     
     .responsive body.header-type-6 {
          padding-left: 260px;
          position: relative;
     }
     
          .responsive body.header-type-6 .header {
               padding-left: 40px;
               padding-right: 40px;
               width: 260px;
          }
}

@media (max-width: 1100px) {
     .responsive body.header-type-6 .horizontal ul.megamenu > li > .sub-menu {
          max-width: 650px;
     }
     
     .responsive body.header-type-6 {
          padding-left: 200px;
          position: relative;
     }
     
          .responsive body.header-type-6 .header {
               padding-left: 20px;
               padding-right: 20px;
               width: 200px;
          }
}

@media (max-width: 991px) {
     .responsive body.header-type-6 {
          padding-left: 0;
     }
     
     .responsive body.header-type-6 .header {
          position: relative;
          width: 100%;
          padding-left: 20px;
          padding-right: 20px;
          padding-top: 50px;
          padding-bottom: 0px;
     }
     
     .responsive body.header-type-6 .top-seach {
          display: none;
     }
     
     .responsive body.header-type-6 .typo-icon-ajaxcart .typo-cart-label .print, 
     .responsive body.header-type-6 .typo-icon-ajaxcart .icon-dropdown {
          display: none;
     }
     
     .responsive body.header-type-6 .typo-top-cart {
          padding: 0px;
          position: absolute;
          top: 51px;
          left: 20px;
          left: auto;
          width: auto;
     }
     
     .responsive body.header-type-6 .typo-icon-ajaxcart .typo-cart-label {
          color: #999;
     }
     
          .responsive body.header-type-6 .typo-icon-ajaxcart .typo-cart-label:hover {
               color: #fff;
          }
          
          .responsive body.header-type-6 .ajaxcart {
               display: none !important;
          }
     
     .responsive body.header-type-6 .logo-home {
          padding-left: 70px;
          padding-right: 70px;
     }
     
     .responsive body.header-type-6 .megamenuToogle-wrapper {
          border-top: 1px solid #303030;
          margin-top: 40px;
     }

     .responsive body.header-type-6 .megamenuToogle-wrapper .container > div span {
          background: #fff;
     }
     
     .responsive body.header-type-6 .settings-topbar {
          position: absolute;
          right: 20px;
          z-index: 44;
          top: 44px;
     }
     
     .responsive body.header-type-6 .settings-topbar .settings > i {
          color: #999;
     }
     
          .responsive body.header-type-6 .settings-topbar:hover .settings > i {
               color: #fff;
          }
          
     .responsive body.header-type-6 ul.megamenu {
          padding-top: 0;
          text-align: center;
     }
     
     .responsive body.header-type-6 .megamenu-wrapper {
          background: none !important;
          margin-top: 0;
     }
     
     .responsive body.header-type-6 ul.megamenu > li > a {
          line-height: 60px;
          padding: 0px;
     }
     
     .responsive body.header-type-6 ul.megamenu > li.with-sub-menu .open-menu {
          color: #999;
     }
     
     .responsive body.header-type-6 ul.megamenu > li.with-sub-menu .close-menu {
          color: #999;
     }
     
     .responsive body.header-type-6 .horizontal ul.megamenu > li > .sub-menu {
          max-width: none;
          left: 0 !important;
          padding-left: 0 !important;
     }
}

@media (max-width: 767px) {
     .responsive body.header-type-6 .header {
          padding-left: 15px;
          padding-right: 15px;
     }
}
          
/* @end */

/* @group Home sidebar various */

.home-various-sidebar-title {
     text-align: center;
     padding: 81px 0px 84px 0px;
}

     .home-various-sidebar-title h2 {
          padding: 0px;
          margin: 0px;
          font-size: 25px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          font-weight: normal;
     }
     
     .home-various-sidebar-title h3 {
          padding: 27px 0px 0px 0px;
          margin: 0px;
          color: #666666;
          font-size: 16px;
          font-family: Lato;
          letter-spacing: 0.25px;
          font-weight: normal;
     }

/* @end */

/* @group Home bags footer */

.home-bags-footer {
     background: #ececec;
     padding: 39px 15px 38px 15px;
     text-align: center;
     font-size: 13px;
     letter-spacing: 0.75px;
     text-align: center;
     text-transform: uppercase;
     font-family: Montserrat;
     color: #000;
}

     .home-bags-footer span {
          margin: 0px 7px;
     }

/* @end */

/* @group Header type 7 */

body.header-type-7 {
     padding-left: 300px;
     position: relative;
     padding-top: 61px;
}

     body.header-type-7 .header {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 300px;
          background: #fff;
          border-right: 1px solid #e5e5e5;
          padding: 58px 40px 58px 40px;
          z-index: 999;
     }
     
          body.with-fixed.header-type-7 .header {
               height: 100%;
               position: fixed;
          }

     body.header-type-7 .breadcrumb {
          margin-top: 0;
     }
     
     body.header-type-7 .logo-home {
          display: block;
          height: auto;
     }
     
     body.header-type-7 .logo-home .logo {
          display: block;
          text-align: left;
          vertical-align: top;
     }
     
     body.header-type-7 #top {
          position: static;
     }
     
     body.header-type-7 #main .container-megamenu {
          padding: 0px;
          margin: 0px;
          width: auto;
          position: static;
     }
     
     body.header-type-7 .megamenu-wrapper {
          position: static;
     }
     
     body.header-type-7 ul.megamenu {
          position: static;
          text-align: left;
          padding-top: 95px;
     }
     
     body.header-type-7 ul.megamenu > li {
          position: static;
          float: none;
          margin: 0px -40px;
          padding: 0px 20px 0px 40px;
          height: auto;
          display: block;
          position: relative;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
     }
     
          body.header-type-7 ul.megamenu > li:hover {
               background: #f2f2f2;
          }
     
          body.header-type-7 ul.megamenu > li:first-child {
               border-top: none;
          }
     
     body.header-type-7 ul.megamenu > li > a {
          height: auto;
          line-height: 1.7;
          font-size: 13px;
          padding: 7px 0px 7px 0px;
          letter-spacing: 0.75px;
          color: #000;
          -webkit-font-smoothing: antialiased;
     }
     
          body.header-type-7 ul.megamenu > li:hover > a {
               color: #000;
          }
          
     body.header-type-7 .horizontal ul.megamenu > li > .sub-menu {
          max-width: 1000px;
          left: 100% !important;
          top: 0 !important;
          right: auto !important;
          margin-left: 0px !important;
     }
     
     body.header-type-7 ul.megamenu li.with-sub-menu .megamenu-label {
          margin-left: 0;
     }
     
     body.header-type-7 ul.megamenu > li.with-sub-menu > a:after {
          color: #000;
          content: "\f105";
          float: right;
          font-size: 16px;
          position: relative;
          top: -3px;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
     }
     
          body.header-type-7 ul.megamenu > li.with-sub-menu:hover > a:after {
               color: #000;
          }
          
#main .sb-topbar {
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     bottom: auto;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     background: #fff;
     border-bottom: 1px solid #e5e5e5;
     display: block !important;
}

     #main .sb-topbar .overflow {
          margin-right: 40px;
          position: relative;
     }
     
@media (max-width: 1300px) {
     .responsive body.header-type-7 .horizontal ul.megamenu > li > .sub-menu {
          max-width: 800px;
     }
     
     .responsive body.header-type-7 {
          padding-left: 260px;
          position: relative;
     }
     
          .responsive body.header-type-7 .header {
               width: 260px;
               padding-left: 30px;
               padding-right: 30px;
          }
          
     .responsive body.header-type-7 ul.megamenu > li {
          margin: 0px -30px;
     }
     
     .responsive body.header-type-7 ul.megamenu > li {
          padding-left: 30px;
     }
}

@media (max-width: 1100px) {
     .responsive body.header-type-7 .horizontal ul.megamenu > li > .sub-menu {
          max-width: 650px;
     }
     
     .responsive body.header-type-7 {
          padding-left: 200px;
          position: relative;
     }
     
          .responsive body.header-type-7 .header {
               padding-left: 20px;
               padding-right: 20px;
               width: 200px;
          }
          
     .responsive body.header-type-7 ul.megamenu > li {
          margin: 0px -20px;
     }
     
     .responsive body.header-type-7 ul.megamenu > li {
          padding-left: 20px;
     }
}

@media (max-width: 991px) {
     .responsive .sidebar-footer {
          padding-top: 0;
          position: absolute;
          top: -43px;
          left: 0px;
          z-index: 123;
     }
     
     .responsive body.header-type-7 {
          padding-left: 0;
          padding-top: 0;
     }
     
     .responsive body.header-type-7 .header {
          position: relative;
          width: 100%;
          margin-left: 20px;
          margin-right: 20px;
          padding-top: 60px;
          padding-bottom: 0px;
          z-index: 2;
          margin-top: 60px;
          border-top: 1px solid #e5e5e5;
          width: auto;
          border-right: none;
          padding-left: 0;
          padding-right: 0;
     }

     .responsive body.header-type-7 .logo-home {
          padding-left: 0px;
          padding-right: 0px;
     }
     
     .responsive body.header-type-7 .logo-home .logo {
          text-align: center;
     }
     
     .responsive body.header-type-7 .megamenuToogle-wrapper {
          border-top: 1px solid #e5e5e5;
          margin-top: 60px;
     }
 
     .responsive body.header-type-7 ul.megamenu {
          padding-top: 0;
          text-align: center;
          margin: 0px !important;
     }
     
     .responsive body.header-type-7 .megamenu-wrapper {
          background: none !important;
          margin-top: 0;
     }
     
     .responsive body.header-type-7 ul.megamenu > li {
          margin: 0px !important;
          padding: 0px !important;
     }
     
     .responsive body.header-type-7 ul.megamenu > li > a {
          line-height: 60px;
          padding: 0px;
     }
     
     .responsive body.header-type-7 ul.megamenu > li.with-sub-menu .open-menu {
          color: #999;
     }
     
     .responsive body.header-type-7 ul.megamenu > li.with-sub-menu .close-menu {
          color: #999;
     }
     
     .responsive body.header-type-7 .horizontal ul.megamenu > li > .sub-menu {
          max-width: none;
          left: 0 !important;
          padding-left: 0 !important;
     }
     
     .responsive #main .sb-topbar {
          left: auto;
          right: 20px;
          width: auto;
          background: none !important;
          position: absolute;
          border-bottom: none;
     }
     
          .responsive #main .sb-topbar .overflow {
               margin-right: 0px;
          }
}

@media (max-width: 767px) {
     .responsive body.header-type-7 .header {
          margin-left: 15px;
          margin-right: 15px;
     }
}
                   
/* @end */

/* @group Home bags */

.sidebar-footer {
  padding: 176px 0px 0px 0px;
  margin: 0px;
}
.sidebar-footer ul {
     list-style: none;
     padding: 0px;
     margin: 0px;
     margin-left: -6px;
     position: relative;
}
.sidebar-footer .social-icons.hide-text li {
  display: inline-block;
}
.sidebar-footer .social-icons.hide-text li a {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #999;
}
.sidebar-footer .social-icons.hide-text li a:hover {
  color: #000;
}
.sidebar-footer .social-icons.hide-text li span {
  display: none;
}
.sidebar-footer .sidebar-footer-content {
  font-size: 12px;
  margin-top: 9px;
  font-weight: 600;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

/* @end */

/* @group Home bags newsletter */

.sidebar-newsletter {
  margin-top: 27px;
}
.sidebar-newsletter .main-newsletter-inner {
  border-top: 1px solid #ddd;
}
.sidebar-newsletter .main-newsletter-inner .subscribe .title {
  margin-top: 39px;
  text-align: initial;
  font-size: 13px;
  margin-bottom: 6px;
}
.sidebar-newsletter .main-newsletter-inner .subscribe .text {
  text-align: initial;
  font-size: 13px;
  color: #999;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
  -webkit-font-smoothing: antialiased;
}
.sidebar-newsletter .main-newsletter-inner .subscribe .input-box input {
  height: 45px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  color: #cacaca;
}
.sidebar-newsletter .main-newsletter-inner .subscribe .input-box button {
  position: relative;
  margin-top: 30px;
  left: 0;
  background-color: #000;
  height: 44px;
  line-height: 44px;
}
.sidebar-newsletter .main-newsletter-inner .subscribe .input-box button span {
  height: 44px;
  line-height: 44px;
  font-size: 13px;
  letter-spacing: 0.6px;
}

/* @end */

/* @group Home shoes footer */

.home-shoes-footer {
     margin-bottom: 30px;
}

     @media (max-width: 767px) {
          .responsive .home-shoes-footer {
               margin-bottom: 20px;
          }
     }

.home-shoes-footer .footer-top {
     color: #ffffff;
     background-color: #333333;
}

.home-shoes-footer .footer-top a {
     color: #fff;
}

.home-shoes-footer .footer-top a:hover {
     color: #999;
}

#main .home-shoes-footer .footer-top-inner {
     padding-bottom: 80px;
}

     @media (max-width: 767px) {
          .responsive #main .home-shoes-footer .footer-top-inner {
               padding-bottom: 50px;
          }
     }

#main .home-shoes-footer .footer-copyright {
     background-color: #000000;
     color: #666666;
    padding-bottom: 15px;
}

#main .home-shoes-footer .footer-copyright a {
     color: #fff;
}

#main .home-shoes-footer .footer-logo {
     margin-bottom: 30px;
}

#main .home-shoes-footer ul.social-icons li a {
     padding: 0px 15px;
}

/* @end */

/* @group Home shoes newsletter */

.home-shoes-newsletter > div {
     padding-bottom: 128px;
     padding-left: 20px;
     padding-right: 20px;
     padding-top: 75px;
}

     @media (max-width: 767px) {
          .responsive .home-shoes-newsletter > div {
               padding-bottom: 70px;
               padding-top: 25px;
          }
     }

.home-shoes-newsletter .main-newsletter .main-newsletter-inner {
     margin: 0px;
     border: none;
}

/* @end */

/* @group Home shoes banners */

.block-cd .content-block {
  max-width: 500px;
}
.block-cd .content-block h2 {
  padding: 0 !important;
}
.block-cd .content-block h2 span:after {
  display: none;
}
.block-cd .content-block .desc {
  margin-bottom: 30px;
}
.block-cd .content-block .product-date {
  margin-bottom: 30px;
}
.block-cd .images {
  position: relative;
}
.block-cd .images .content-block {
  text-align: center;
  position: absolute;
  top: 10%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* @end */

/* @group Block welcome 2 */

.block-welcome2 {
  padding: 125px 0 130px 0;
  position: relative;
}
.block-welcome2:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 75px;
  background-color: #000;
  content: "";
}
.block-welcome2 .heading-title {
  padding: 0;
  position: relative;
  background: transparent;
  z-index: 1;
  margin-bottom: 30px;
}
.block-welcome2 .heading-title h2 {
  font-size: 30px;
}
.block-welcome2 .heading-title .bg-word {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #e4e4e4;
  font-size: 120px;
  font-weight: bold;
  z-index: -1;
}
.block-welcome2 .block-icon {
  height: auto;
  background-color: transparent;
  position: relative;
}
.block-welcome2 .block-icon:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.block-welcome2 .block-icon:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-welcome2 .block-icon img {
  width: 100%;
}
.block-welcome2 .block-icon .block-center {
  padding: 30px;
}

/* @end */

/* @group Home shoes posts */

.blog-layout2 {
  text-align: center;
  position: relative;
  padding: 125px 0 56px 0;
}
.blog-layout2:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 75px;
  background-color: #000;
  content: "";
}
.blog-layout2 .heading-title {
  padding: 0;
  position: relative;
  background: transparent;
  z-index: 1;
  margin-bottom: 153px;
}
.blog-layout2 .heading-title h2 {
  font-size: 30px;
}
.blog-layout2 .heading-title .bg-word {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #e4e4e4;
  font-size: 120px;
  font-weight: bold;
  z-index: -1;
}
.blog-layout2 .heading-title h2 p {
     position: absolute;
     left: 0;
     right: 0;
     text-align: center;
     font-size: 14px;
     color: #999;
     font-family: Lato;
     font-weight: 400;
     text-transform: none;
     padding-top: 63px;
}
.blog-layout2 .subtitle-widget {
  margin-bottom: 40px;
}
.blog-layout2 .title-post {
  font-size: 16px;
  text-transform: uppercase;
}
.blog-layout2 .blog {
  padding-top: 40px;
}
.blog-layout2 .blog .main-post {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.blog-layout2 .blog:last-child .main-post {
  border-bottom: none;
}
.blog-layout2 .blog:first-child .text-post {
  display: block;
}
.blog-layout2 .blog .title-post {
  margin: 0 0 10px 0;
  padding: 0;
}

.blog-layout2 .blog .title-post a {
     line-height: 1.1;
}
.blog-layout2 .blog .main-post-inner {
  padding-bottom: 40px;
}
.blog-layout2 .text-post {
  padding: 20px 0;
  background-color: #f3f3f3;
  display: none;
}
.blog-layout2 .text-post .readmore-post {
  text-transform: uppercase;
  margin: 10px 0 0;
}

.blog-grid {
     list-style: none;
     padding: 0px;
     margin: 0px;
}

/* @end */

/* @group Home shoes filter */

.home-shoes-filter .add-to-links > div a {
     background-color: transparent;
}

     .home-shoes-filter .add-to-links > div a:hover {
          background: #999999;
     }
     
     .wcl-word {
       padding-top: 120px !important;
       position: relative;
     }
     .wcl-word:before {
       position: absolute;
       left: 50%;
       top: 0;
       width: 1px;
       height: 75px;
       background-color: #000;
       content: "";
     }
     .wcl-word .heading-title {
       padding: 0;
       position: relative;
       background: transparent;
       z-index: 1;
       margin-bottom: 30px;
     }
     .wcl-word .heading-title h2 {
       font-size: 30px;
     }
     .wcl-word .heading-title .bg-word {
       position: absolute;
       left: 50%;
       top: 50%;
       -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
       color: #e4e4e4;
       font-size: 120px;
       font-weight: bold;
       z-index: -1;
     }
     
     .filter-product.wcl-word .filter-tabs {
          padding-top: 6px;
     }

/* @end */

/* @group Sunglasses footer */

.sunglasses-footer {
     background: #f3f3f3;
     color: #999999;
     font-size: 13px;
     line-height: 1.85;
}

     .sunglasses-footer .panels {
          margin-top: 84px;
          position: relative;
     }
     
          .sunglasses-footer .panels > div {
               position: static;
          }
          
          .sunglasses-footer .panels > div:before {
               content: '';
               position: absolute;
               top: 0;
               bottom: 0;
               width: 1px;
               background: #dfdfdf;
               margin-left: -15px;
          }
          
               .sunglasses-footer .panels > div:first-child:before {
                    display: none;
               }
     
          .sunglasses-footer .panels h4 {
               font-family: Montserrat;
               font-size: 18px;
               text-transform: uppercase;
               font-weight: 400;
               color: #000;
               -webkit-font-smoothing: antialiased;
               -moz-osx-font-smoothing: grayscale;
               padding: 53px 20px 0px 20px;
               margin: 0px;
               text-align: center;
          }
          
          .sunglasses-footer .panels .panel-content {
               padding: 15px 30px 58px 30px;
               text-align: center;
          }
          
     .sunglasses-footer .share {
             text-align: center;  
     }
     
          .sunglasses-footer .share h4 {
               padding: 64px 0px 0px 0px;
               margin: 0px;
               font-size: 14px;
               color: #999999;
               font-family: Montserrat;
               text-transform: uppercase;
               font-weight: normal;
          }
          
          .sunglasses-footer .share ul {
               list-style: none;
               padding: 18px 0px 0px 0px;
               margin: 0px;
          }
          
               .sunglasses-footer .share ul li {
                    display: inline-block;
                    padding: 0px 15px;
                    font-size: 20px;
                    vertical-align: middle;
               }
               
                    .sunglasses-footer .share ul li a {
                         color: #666;
                    }
                    
                         .sunglasses-footer .share ul li a:hover {
                              color: #ccc;
                         }

     .sunglasses-footer .copyright {
          background: #e5e5e5;
          color: #666666;
          padding: 32px 0px 30px 0px;
          margin-top: 71px;
     }
     
          .sunglasses-footer .copyright a {
               font-weight: bold;
               color: #000;
          }
          
@media (max-width: 767px) {
     .responsive .sunglasses-footer .panels > div:before {
          display: none;
     }
     
     .responsive .sunglasses-footer .panels {
          margin-top: 30px;
     }  
     
     .responsive .sunglasses-footer .copyright {
          margin-top: 65px;
     }   
     
     .responsive .sunglasses-footer .panels .panel-content {
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 0;
     }
}

/* @end */

/* @group Bike brands */

.bike-brands {
     padding: 84px 0px 37px 0px;
     position: relative;
}

     .bike-brands .owl-carousel .owl-item .item {
          margin-bottom: 4px;
     }

     .bike-brands img {
          opacity: 0.4;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          display: block;
          margin: 0px auto;
     }
     
          .bike-brands img:hover {
               opacity: 1;
          }

/* @end */

/* @group Header type 8 */

body.header-type-8 header .container,
body.header-type-8 .sticky-header.background2 .container {
     padding-left: 50px;
     padding-right: 50px;
     width: auto !important;
     max-width: none !important;
     margin: 0px !important;
}

body.header-type-8 header .container .container,
body.header-type-8 .sticky-header.background2 .container .container {
     padding-left: 0;
     padding-right: 0;
}

body.header-type-8 .sticky-header {
     background: none;
}

body.header-type-8 ul.megamenu > li {
     margin: 0px 21px;
}

     @media (max-width: 1270px) {
          .responsive body.header-type-8 ul.megamenu > li {
               margin: 0px 14px;
          }
     }
     
     @media (max-width: 991px) {
          .responsive body.header-type-8 ul.megamenu > li {
               margin: 0px;
          }
     }

body.header-type-8 ul.megamenu > li > a {
     color: #333;
}

     body.header-type-8 ul.megamenu > li > a:hover {
          color: #000;
     }

body.header-type-8 ul.megamenu > li > a strong {
     font-weight: normal;
}

body.header-type-8 ul.megamenu > li.home > a {
     color: #000;
}

body.header-type-8 ul.megamenu > li.home > a strong {
     font-weight: bold;
}

body.header-type-8 ul.megamenu {
     text-align: right;
}

     @media (max-width: 1098px) {
          .responsive body.header-type-8 #main .sticky-header .container-megamenu {
               margin: 0px;
          }
     }
     
     @media (max-width: 991px) {
          .responsive body.header-type-8 ul.megamenu {
               text-align: center;
          }
     }

body.header-type-8 #main .sticky-header .container-megamenu {
     margin: 0px -5px;
}

body.header-type-8 .header-layout-2 .sticky-header {
     margin-top: 7px;
}

     @media (max-width: 1098px) {
          .responsive body.header-type-8 .header-layout-2 .sticky-header {
               margin-top: 35px;
          }
     }

body.header-type-8 .breadcrumb {
     margin-top: 2px;
}

     @media (max-width: 991px) {
          .responsive body.header-type-8 header .slider-header {
               padding-bottom: 30px;
          }
          
          .responsive body.header-type-8 .breadcrumb {
               margin-top: 0px;
          }
     }

body.header-type-8 .sticky-header.is-sticky.background2 {
     background: #fff;
}

body.header-type-8 .header-layout-2 .sticky-search .quick-search {
     margin-top: 0;
     padding-top: 0;
     height: 60px;
}

body.header-type-8 .header-layout-2 .sticky-search .quick-search .icon_close {
     top: 17px;
}

body.header-type-8.slider-align-top .header-layout-2 .sticky-search .quick-search {
     max-width: none;
     left: 0;
     right: 0;
     z-index: 999;
}

body.header-type-8.slider-align-top .header-layout-2 .sticky-search .quick-search .icon_close {
     right: 17px;
}

/* @end */

/* @group Sunglasses posts */

.sunglasses-posts {
     padding: 92px 0px 120px 0px;
}

     .sunglasses-posts .blog-heading h2 {
          text-align: center;
          font-weight: bold;
          padding: 0px;
          margin: 0px;
          font-weight: bold;
          text-transform: uppercase;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 24px;
          letter-spacing: 0.5px;
     }
     
          .sunglasses-posts .blog-heading h2 p {
               text-transform: none;
               font-family: Lato;
               font-weight: normal;
               font-size: 14px;
               padding: 17px 0px 0px 0px;
               margin: 0px auto;
               max-width: 560px;
               line-height: 26px;
               color: #999;
          }

     .sunglasses-posts .blog-items {
          padding: 96px 0px 0px 0px;
     }
     
          .sunglasses-posts .blog-items > .item {
               float: left;
               width: 33.333333333%;
               position: relative;
          }
          
               @media (max-width: 767px) {
                    .responsive .sunglasses-posts .blog-items > .item {
                         float: none;
                         width: 100%;
                    }
               }
          
               .sunglasses-posts .blog-items > .item:before {
                    background: #fff none repeat scroll 0 0;
                    content: "";
                    opacity: 0;
                    filter: alpha(opacity=00);
                    transition: all 0.3s ease-in-out 0s;
                    -webkit-transition: all 0.3s ease-in-out 0s;
                    -moz-transition: all 0.3s ease-in-out 0s;
                    -o-transition: all 0.3s ease-in-out 0s;
                    position: absolute;
                    right: 22px;
                    top: 22px;
                    left: 22px;
                    bottom: 22px;
                    visibility: hidden;
               }
               
                    .sunglasses-posts .blog-items > .item:hover:before {
                        opacity: 0.85;
                        filter: alpha(opacity=85);
                        visibility: visible;
                    }
          
          .sunglasses-posts .blog-items .blog-top {
               left: 0;
               margin-bottom: 0;
               padding: 0 48px;
               position: absolute;
               top: 0;
               width: 100%;
               opacity: 0;
               filter: alpha(opacity=00);
               visibility: hidden;
               transition: all 0.3s ease-in-out 0s;
               -webkit-transition: all 0.3s ease-in-out 0s;
               -moz-transition: all 0.3s ease-in-out 0s;
               -o-transition: all 0.3s ease-in-out 0s;
               	top: 50%;
               transform: translateY(-50%);
               -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
               -o-transform: translateY(-50%);
               text-align: center;
          }
          
               .sunglasses-posts .blog-items > div:hover .blog-top {
                    opacity: 1;
                    filter: alpha(opacity=100);
                    visibility: visible;
               }
               
               .sunglasses-posts .blog-items .blog-top h3 {
                    padding: 0px;
                    margin: 0px;
               }
               
               .sunglasses-posts .blog-items .blog-top h3 a {
                    color: #000;
                    font-size: 18px;
                    line-height: 24px;
                    padding-left: 0;
                    text-transform: uppercase;
                    font-family: Montserrat;
               }
               
                    .sunglasses-posts .blog-items .blog-top h3 a:hover {
                         color: #999;
                    }
                    
               .sunglasses-posts .blog-items .blog-top p {
                    padding: 17px 0px 0px 0px;
                    margin: 0px;
                    color: #999999;
                    font-size: 13px;
               }
               
                    .sunglasses-posts .blog-items .blog-top p a {
                         color: #666;
                    }
                    
                         .sunglasses-posts .blog-items .blog-top p a:hover {
                              color: #999;
                         }
                         
                    .sunglasses-posts .blog-items .blog-top p .holizol {
                         padding: 0px 6px 0px 8px;
                    }
          
          .sunglasses-posts .blog-items img {
               display: block;
               margin: 0px auto;
          }

/* @end */

/* @group Sunglasses hot deal */

.sunglasses-hot-deal {
     position: relative;
     padding: 99px 0px 111px 0px;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     max-width: 448px;
}

     .sunglasses-hot-deal .image {
          position: absolute;
          bottom: 0;
          right: -1000px;
          overflow: hidden;
     }
     
          .sunglasses-hot-deal .image img {
               max-width: none;
          }
     
     .sunglasses-hot-deal .first-heading {
          font-family: Montserrat;
          text-transform: uppercase;
          color: #666;
     }
     
     .sunglasses-hot-deal .second-heading {
          font-family: Montserrat;
          font-size: 40px;
          line-height: 1.2;
          color: #000;
          text-transform: uppercase;
          font-weight: bold;
          padding: 10px 0px 0px 0px;
     }
     
     .sunglasses-hot-deal .description {
          color: #666;
          line-height: 24px;
          letter-spacing: 0.5px;
          padding: 32px 0px 0px 0px;
     }
     
     .sunglasses-hot-deal .countdown-special {
          padding: 49px 0px 0px 0px;
     }
     
          .sunglasses-hot-deal .countdown-special > p {
               padding: 0px 0px 0px 0px;
               margin: 0px;
               text-transform: uppercase;
               color: #000;
               text-transform: uppercase;
               font-family: Montserrat;
          }
     
          .sunglasses-hot-deal .is-countdown {
               position: relative;
               margin: -10px 0px 0px 0px;
               background: none;
               padding: 0px;
          }
          
               .sunglasses-hot-deal .is-countdown .countdown-section {
                    width: 70px !important;
                    height: 70px !important;
                    background: #fff;
                    margin-right: 30px;
                    font-size: 13px;
                    line-height: 38px;
                    color: #666;
                    font-family: Montserrat;
                    margin-top: 38px;
               }
               
               .sunglasses-hot-deal .is-countdown .countdown-section .countdown-amount {
                    line-height: 70px;
                    font-size: 28px;
                    font-weight: bold;
                    color: #000;
               }
          
     .sunglasses-hot-deal .theme-btn {
          text-align: center;
          border: 1px solid #000;
          border-radius: 0;
          color: #000000;
          background-color: transparent;
          display: inline-block;
          font-size: 14px;
          height: 50px;
          line-height: 50px;
          min-width: 170px;
          padding: 0 10px;
          text-transform: uppercase;
          position: relative;
          font-family: Montserrat;
          margin-top: 83px;
     }
     
          .sunglasses-hot-deal .theme-btn:hover {
               background: #000;
               color: #fff;
          }

/* @end */

/* @group Welcome block */

.welcome-block {
  padding: 90px 0 0px;
}
.welcome-block .main-heading {
     padding: 0px;
}
.welcome-block .heading-title {
}
.welcome-block .heading-title h2 {
}
.welcome-block .text-block {
  text-align: center;
  color: #999;
  margin-bottom: 60px;
  padding-top: 30px;
}
.welcome-block .left-welcome,
.welcome-block .center-welcome,
.welcome-block .right-welcome {
  position: relative;
}
.welcome-block .left-welcome img,
.welcome-block .center-welcome img,
.welcome-block .right-welcome img {
  width: 100%;
}
.welcome-block .center-welcome {
  text-align: left;
}
.welcome-block .welcome-content {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
}
.welcome-block .welcome-content .wtitle {
  color: #666666;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 30px;
}
.welcome-block .welcome-content .wcontent {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 30px;
}
.welcome-block .welcome-content .wcontent2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 30px;
}
.welcome-block .welcome-content .wcontent2 .cyan-text {
  color: #927548;
}
.welcome-block .welcome-content .sub-wcontent p {
  color: #666666;
  line-height: 24px;
  margin-bottom: 30px;
}
.welcome-block .welcome-content .sub-wcontent p .black-text {
  color: #000;
}
.welcome-block .welcome-content ul {
     list-style: none;
     padding: 0px;
     margin: 0px;
}
.welcome-block .welcome-content ul li {
  padding: 0 15px;
  color: #666666;
  position: relative;
  line-height: 24px;
}
.welcome-block .welcome-content ul li:before {
  position: absolute;
  line-height: 24px;
  content: "\f005";
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 13px;
  color: #927548;
}
.welcome-block .welcome-content a.button {
  position: absolute;
  left: 0;
  bottom: 0;
}
.welcome-block .welcome-content .wlink a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 25px;
  color: #927548;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.welcome-block .welcome-content .wlink a .arrow_right {
  position: absolute;
  line-height: 25px;
  right: 0;
  top: 0;
}

/* @end */