/*
* UPgates system
*
* @copyright  Copyright (c) 2010 EVici webdesign s.r.o.
* @link       http://www.upgates.com
* @category   UPgates
* @package    UPgates
* @version    7.0
*/
/**************** Variables ****************/
/*
/* DESIGNER CONFIG
/* -------------------------------------------------- */
/** Colors **/
/* Borders */
/* Texts */
/* Centering content */
/* Centering container */
/* Shedows and embossing mode */
/* Gray mode */
/* Background images */
/*
/* BASE
/* -------------------------------------------------- */
/* Brand colors */
/** Gray mode **/
/* Base colors for mixing of hue. */
/* Scaffolding */
/* Global textual link color. */
/* Grays */
/* Borders */
/* Caret */
/* Social colors */
/* Shedows and embossing */
/** Typography **/
/** Type **/
/** Components **/
/** Space between components **/
/** Resposive **/
/** Form states and alerts **/
/** Alerts **/
/** Badges **/
/** Bottom menu **/
/** Breadcrumbs **/
/** Buttons **/
/** Carousel **/
/** Dropdown Menu **/
/** Forms **/
/** Grid system **/
/** Media queries breakpoints **/
/** Container sizes **/
/** Labels **/
/** Lightbox **/
/** List group **/
/** Modals **/
/** Navbar **/
/** Nav list **/
/** Navs tabs **/
/** Pagination **/
/** Panels **/
/** Popovers **/
/** Progress **/
/** Scroll **/
/** Slider **/
/** Spinner **/
/**  Tables  **/
/** Thumbnails **/
/** Tooltip **/
/** Typehead **/
/* Z-index master list */
/** TEMPLATES **/
/* Cover */
/* Product list */
/* Product item */
/* Active item in product detail - other photos */
/* Top menu 2 */
/* Gallery 1 */
/* Layout 4,5 */
/**************** Mixins ****************/
/*// Placeholder text
.placeholder(@color: @input-color-placeholder) {
  &::-moz-placeholder           { color: @color;   // Firefox
                                  opacity: 1; } // See https://github.com/twbs/bootstrap/pull/11526
  &:-ms-input-placeholder       { color: @color; } // Internet Explorer 10+
  &::-webkit-input-placeholder  { color: @color; } // Safari and Chrome
}  */
.btn-ico {
  padding: 0;
  height: 38px;
  width: 38px;
}
.btn-ico .fa {
  line-height: 38px;
  margin: 0 !important;
  font-size: 18px !important;
}
.input-sm,
.custom-select-sm .custom-select {
  height: 35px;
  padding: 6px 15px;
  font-size: 13px;
  line-height: 1.462;
  border-radius: 3px;
}
select.input-sm,
select.custom-select-sm .custom-select {
  height: 35px;
  line-height: 35px;
}
textarea.input-sm,
textarea.custom-select-sm .custom-select,
select[multiple].input-sm,
select[multiple].custom-select-sm .custom-select {
  height: auto;
}
.input-lg,
.custom-select-lg .custom-select {
  height: 43px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.235;
  border-radius: 3px;
}
select.input-lg,
select.custom-select-lg .custom-select {
  height: 43px;
  line-height: 43px;
}
textarea.input-lg,
textarea.custom-select-lg .custom-select,
select[multiple].input-lg,
select[multiple].custom-select-lg .custom-select {
  height: auto;
}
.input-hg,
.custom-select-hg .custom-select {
  height: 53px;
  padding: 10px 15px;
  font-size: 20px;
  line-height: 1.318;
  border-radius: 3px;
}
select.input-hg,
select.custom-select-hg .custom-select {
  height: 53px;
  line-height: 53px;
}
textarea.input-hg,
textarea.custom-select-hg .custom-select,
select[multiple].input-hg,
select[multiple].custom-select-hg .custom-select {
  height: auto;
}
.font-family-base {
  font-family: Arial, sans-serif !important;
}
.font-size-base {
  font-size: 14px !important;
}
.max-width {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .max-width {
    max-width: 1140px;
  }
}
.max-width-1 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .max-width-1 {
    max-width: 1475px;
  }
}
.inline-img-right {
  display: inline-block;
  margin: 0 2px 0 0;
}
.inline-img-right .img-thumbnail {
  margin: 0;
}
.inline-img-left {
  display: inline-block;
  margin: 0 0 5px 2px;
}
.inline-img-left .img-thumbnail {
  margin: 0;
}
/**************** bootstrap/Normalize ****************/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**************** modules/Scaffolding-critical ****************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*: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, Arial, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  background-color: #fff;
  line-height: 1.5;
}
.wf-active body {
  font-family: Arial, sans-serif;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a,
.link {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a:hover,
.link:hover,
a:focus,
.link:focus {
  text-decoration: underline;
}
p a,
p .link,
a.underline,
.link.underline {
  text-decoration: underline;
}
p a:hover,
p .link:hover,
a.underline:hover,
.link.underline:hover {
  text-decoration: none;
}
a.blank:after,
.link.blank:after {
  content: " \f08e";
  font-family: 'FontAwesome';
}
.nolink {
  color: inherit !important;
  cursor: inherit !important;
}
.nolink,
.nolink:hover,
.nolink:focus {
  text-decoration: none;
}
.relative {
  position: relative !important;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
[class*="orientation-"] .orient-item {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .orient-item {
    display: inline-block;
  }
  .orientation-left .orient-item {
    float: left;
    margin-right: 20px;
  }
  .orientation-right .orient-item {
    float: right;
    margin-left: 20px;
  }
}
.orientation-reset .orient-item {
  float: none;
  margin-right: auto;
  margin-left: auto;
}
/**************** modules/Utilities ****************/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
/*
.affix {
  position: fixed;
} */
/**************** modules/Responsive-utilities ****************/
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-ms,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms {
    display: block !important;
  }
  table.visible-ms {
    display: table;
  }
  tr.visible-ms {
    display: table-row !important;
  }
  th.visible-ms,
  td.visible-ms {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-ms {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**************** modules/Grid ****************/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-ms-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-ms-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-ms-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-ms-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-ms-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-ms-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-ms-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-ms-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-ms-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-ms-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-ms-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-ms-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-ms-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-ms-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-ms-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-ms-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-ms-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-ms-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-ms-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-ms-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-ms-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-ms-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-ms-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-ms-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11,
  .col-ms-12,
  .col-ms-13,
  .col-ms-14,
  .col-ms-15,
  .col-ms-16,
  .col-ms-17,
  .col-ms-18,
  .col-ms-19,
  .col-ms-20,
  .col-ms-21,
  .col-ms-22,
  .col-ms-23,
  .col-ms-24 {
    float: left;
  }
  .col-ms-24 {
    width: 100%;
  }
  .col-ms-23 {
    width: 95.83333333%;
  }
  .col-ms-22 {
    width: 91.66666667%;
  }
  .col-ms-21 {
    width: 87.5%;
  }
  .col-ms-20 {
    width: 83.33333333%;
  }
  .col-ms-19 {
    width: 79.16666667%;
  }
  .col-ms-18 {
    width: 75%;
  }
  .col-ms-17 {
    width: 70.83333333%;
  }
  .col-ms-16 {
    width: 66.66666667%;
  }
  .col-ms-15 {
    width: 62.5%;
  }
  .col-ms-14 {
    width: 58.33333333%;
  }
  .col-ms-13 {
    width: 54.16666667%;
  }
  .col-ms-12 {
    width: 50%;
  }
  .col-ms-11 {
    width: 45.83333333%;
  }
  .col-ms-10 {
    width: 41.66666667%;
  }
  .col-ms-9 {
    width: 37.5%;
  }
  .col-ms-8 {
    width: 33.33333333%;
  }
  .col-ms-7 {
    width: 29.16666667%;
  }
  .col-ms-6 {
    width: 25%;
  }
  .col-ms-5 {
    width: 20.83333333%;
  }
  .col-ms-4 {
    width: 16.66666667%;
  }
  .col-ms-3 {
    width: 12.5%;
  }
  .col-ms-2 {
    width: 8.33333333%;
  }
  .col-ms-1 {
    width: 4.16666667%;
  }
  .col-ms-pull-24 {
    right: 100%;
  }
  .col-ms-pull-23 {
    right: 95.83333333%;
  }
  .col-ms-pull-22 {
    right: 91.66666667%;
  }
  .col-ms-pull-21 {
    right: 87.5%;
  }
  .col-ms-pull-20 {
    right: 83.33333333%;
  }
  .col-ms-pull-19 {
    right: 79.16666667%;
  }
  .col-ms-pull-18 {
    right: 75%;
  }
  .col-ms-pull-17 {
    right: 70.83333333%;
  }
  .col-ms-pull-16 {
    right: 66.66666667%;
  }
  .col-ms-pull-15 {
    right: 62.5%;
  }
  .col-ms-pull-14 {
    right: 58.33333333%;
  }
  .col-ms-pull-13 {
    right: 54.16666667%;
  }
  .col-ms-pull-12 {
    right: 50%;
  }
  .col-ms-pull-11 {
    right: 45.83333333%;
  }
  .col-ms-pull-10 {
    right: 41.66666667%;
  }
  .col-ms-pull-9 {
    right: 37.5%;
  }
  .col-ms-pull-8 {
    right: 33.33333333%;
  }
  .col-ms-pull-7 {
    right: 29.16666667%;
  }
  .col-ms-pull-6 {
    right: 25%;
  }
  .col-ms-pull-5 {
    right: 20.83333333%;
  }
  .col-ms-pull-4 {
    right: 16.66666667%;
  }
  .col-ms-pull-3 {
    right: 12.5%;
  }
  .col-ms-pull-2 {
    right: 8.33333333%;
  }
  .col-ms-pull-1 {
    right: 4.16666667%;
  }
  .col-ms-pull-0 {
    right: 0%;
  }
  .col-ms-push-24 {
    left: 100%;
  }
  .col-ms-push-23 {
    left: 95.83333333%;
  }
  .col-ms-push-22 {
    left: 91.66666667%;
  }
  .col-ms-push-21 {
    left: 87.5%;
  }
  .col-ms-push-20 {
    left: 83.33333333%;
  }
  .col-ms-push-19 {
    left: 79.16666667%;
  }
  .col-ms-push-18 {
    left: 75%;
  }
  .col-ms-push-17 {
    left: 70.83333333%;
  }
  .col-ms-push-16 {
    left: 66.66666667%;
  }
  .col-ms-push-15 {
    left: 62.5%;
  }
  .col-ms-push-14 {
    left: 58.33333333%;
  }
  .col-ms-push-13 {
    left: 54.16666667%;
  }
  .col-ms-push-12 {
    left: 50%;
  }
  .col-ms-push-11 {
    left: 45.83333333%;
  }
  .col-ms-push-10 {
    left: 41.66666667%;
  }
  .col-ms-push-9 {
    left: 37.5%;
  }
  .col-ms-push-8 {
    left: 33.33333333%;
  }
  .col-ms-push-7 {
    left: 29.16666667%;
  }
  .col-ms-push-6 {
    left: 25%;
  }
  .col-ms-push-5 {
    left: 20.83333333%;
  }
  .col-ms-push-4 {
    left: 16.66666667%;
  }
  .col-ms-push-3 {
    left: 12.5%;
  }
  .col-ms-push-2 {
    left: 8.33333333%;
  }
  .col-ms-push-1 {
    left: 4.16666667%;
  }
  .col-ms-push-0 {
    left: 0%;
  }
  .col-ms-offset-24 {
    margin-left: 100%;
  }
  .col-ms-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-ms-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-ms-offset-21 {
    margin-left: 87.5%;
  }
  .col-ms-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-ms-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-ms-offset-18 {
    margin-left: 75%;
  }
  .col-ms-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-ms-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-ms-offset-15 {
    margin-left: 62.5%;
  }
  .col-ms-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-ms-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-ms-offset-12 {
    margin-left: 50%;
  }
  .col-ms-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-ms-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-ms-offset-9 {
    margin-left: 37.5%;
  }
  .col-ms-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-ms-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-ms-offset-6 {
    margin-left: 25%;
  }
  .col-ms-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-ms-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-ms-offset-3 {
    margin-left: 12.5%;
  }
  .col-ms-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-ms-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-ms-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.grid-noleftpad-xs {
  padding-left: 0;
}
.grid-norightpad-xs {
  padding-right: 0;
}
@media (min-width: 480px) {
  .grid-norightpad-ms {
    padding-right: 0;
  }
}
/**************** modules/Buttons-critical ****************/
.btn {
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  border-width: 0;
  position: relative;
  display: inline-block;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
}
.btn .fa {
  position: relative;
  line-height: 0;
}
.btn-xs.btn .fa {
  font-size: 11px;
}
.btn-block {
  display: block;
  width: 100%;
  white-space: normal;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/**************** modules/Forms-critical ****************/
.form-control {
  display: block;
  font-size: 14px;
  font-family: Arial, sans-serif;
  width: 100%;
  height: 42px;
  line-height: 1.467;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 8px 15px;
  -webkit-appearance: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.form-group.focus .form-control,
.form-control:focus {
  border-color: #1ba3a2;
  outline: 0;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control.placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control.disabled,
.form-control[readonly],
.form-control.readonly,
fieldset[disabled] .form-control,
.form-control.custom-select.disabled {
  font-style: italic;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
textarea.form-control {
  border-radius: 3px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-control-static {
  margin-bottom: 0;
}
/**************** modules/Component-animations ****************/
.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;
}
/**************** bootstrap/Input-groups ****************/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  float: left;
}
.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 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
}
/**************** modules/Nav-critical ****************/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 28px;
  position: relative;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 5;
  -webkit-transition: 0s;
  transition: 0s;
}
@media (max-width: 479px) {
  .nav-tabs:not(.clear-reset-padding) {
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 !important;
    border-right-width: 0;
    border-left-width: 0;
  }
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  z-index: 2;
}
.nav-tabs > li > a {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px 3px 0 0;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 15px;
  line-height: 1.5;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: transparent;
  border-color: transparent !important;
  outline: none;
}
@media (min-width: 480px) {
  .nav-tabs > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav-tabs .active {
  z-index: 3;
}
.nav-tabs .active > a,
.nav-tabs .active > a:hover,
.nav-tabs .active > a:focus {
  border-width: 1px;
  border-style: solid;
}
.nav-tabs .active .fa-angle-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-tabs .active:before,
.nav-tabs .active:after {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
.nav-tabs .active:before {
  border-width: 0 1px;
  border-style: solid;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.nav-tabs .active:after {
  height: 8px;
  bottom: -8px;
  left: 1px;
  z-index: 3;
}
@media (max-width: 991px) {
  .nav-tabs {
    border-bottom: 0;
    border-radius: 3px;
    z-index: 5;
  }
  .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
  }
  .nav-tabs > li:first-child > a {
    border-top-width: 0 !important;
  }
  .nav-tabs > li:before,
  .nav-tabs > li:after {
    display: none;
  }
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    border-radius: 0;
  }
  .nav-tabs.nav-tabs-inactive li:last-child,
  .nav-tabs:not(.nav-append-content) li:last-child {
    margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-inactive li:last-child > a,
  .nav-tabs:not(.nav-append-content) li:last-child > a,
  .nav-tabs.nav-tabs-inactive li:last-child > a:hover,
  .nav-tabs:not(.nav-append-content) li:last-child > a:hover,
  .nav-tabs.nav-tabs-inactive li:last-child > a:focus,
  .nav-tabs:not(.nav-append-content) li:last-child > a:focus {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-width: 0 !important;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .nav-tabs > li:first-child > a {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
}
@media (max-width: 479px) {
  .nav-tabs {
    border-radius: 0;
  }
}
.nav-append-content {
  border-bottom-width: 0;
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.nav-tabs-slider > li.active:before,
.nav-tabs-list > li.active:before,
.nav-tabs-slider > li.active:after,
.nav-tabs-list > li.active:after {
  display: none;
}
@media (max-width: 991px) {
  .nav-tabs-slider > li:last-child,
  .nav-tabs-list > li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .nav-tabs-slider,
  .nav-tabs-list {
    margin-bottom: 1px;
  }
}
.tab-content {
  border-width: 1px 0 0;
  border-style: solid;
  margin-bottom: 28px;
  padding: 0 15px;
  position: relative;
  clear: both;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-content:not(.tab-content-clear) {
  text-align: left;
}
@media (max-width: 479px) {
  .tab-content:not(.clear-reset-padding) {
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 !important;
    border-right-width: 0;
    border-left-width: 0;
  }
}
@media (max-width: 479px) {
  .tab-content:not(.tab-content-active):not(.tab-content-page):not(.no-tabs) {
    display: none;
  }
}
@media (max-width: 991px) {
  .tab-content {
    z-index: 5;
    margin-top: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 480px) {
  .tab-content {
    border-radius: 0 0 3px 3px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .tab-content {
    border-top-right-radius: 3px;
  }
}
body:not(.js-loaded) .tab-content .tab-pane:first-child {
  display: block;
}
.tab-pane:after {
  content: " ";
  display: table;
}
.tab-content-clear {
  border: none;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent !important;
}
/**************** modules/Navbar ****************/
.navbar {
  font-size: 14px;
  border: none;
  position: relative;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  right: 0;
  left: 0;
  position: fixed !important;
  z-index: 1030 !important;
}
@media (min-width: 992px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .navbar-brand {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.navbar-brand img {
  max-height: 34px;
  width: auto;
  line-height: 1;
  float: left;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle,
.navbar-ico {
  height: 54px;
  line-height: 54px !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.navbar-link {
  padding-right: 10px;
  padding-left: 10px;
}
.navbar-link-group .navbar-link {
  padding-right: 6px;
  padding-left: 6px;
}
.navbar-link-group .navbar-link:first-child {
  padding-left: 12px;
}
.navbar-link-group .navbar-link:last-child {
  padding-right: 12px;
}
.navbar-ico {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-radius: 0 !important;
}
@media (max-width: 479px) {
  .navbar-ico {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.navbar-nav > li > a {
  font-size: 14px;
  padding: 15.5px 12px;
  line-height: 23px;
  font-weight: 400;
}
.navbar-nav > li > a > .caret {
  font-size: 15px;
  margin: 0 -2px -2px 3px;
}
.navbar-nav > .dropdown-toggle .caret {
  margin-left: 12px;
}
.navbar-nav .dropdown-menu {
  width: 200px;
}
.navbar-nav .dropdown-menu li > a {
  white-space: normal;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
[class*="navbar-form"] {
  margin: 0 auto 0 auto;
}
.navbar-form {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-form-base {
  padding-top: 6px;
  padding-bottom: 6px;
}
.navbar-form-large {
  padding-top: 5.5px;
  padding-bottom: 5.5px;
}
.navbar-form-huge {
  padding-top: 0.5px;
  padding-bottom: 0.5px;
}
.navbar-nav > li .dropdown-menu {
  margin-top: 0 !important;
}
.navbar-nav > li > .dropdown-menu {
  min-width: 100%;
}
.navbar-nav > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu > li:first-child > a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 991px) {
  .navbar-nav > li > .dropdown-menu {
    -webkit-transition: all 0s;
    transition: all 0s;
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li.open > .dropdown-menu {
    margin-top: 0 !important;
    display: block;
  }
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
  height: 42px;
  min-width: 42px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.navbar-btn.btn-hg {
  margin-top: 0;
  margin-bottom: 0;
  height: 54px;
  min-width: 54px;
}
.navbar-btn.btn-lg {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
  height: 43px;
  min-width: 43px;
}
.navbar-btn.btn-sm {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
  height: 35px;
  min-width: 35px;
}
.navbar-btn.btn-xs {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
  height: 25px;
  min-width: 25px;
}
.outer-white .navbar-btn.outer-white {
  border-top-width: 0;
  border-bottom-width: 0;
}
.navbar-new {
  border-radius: 50%;
  background-color: #1ba3a2;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.667;
  min-width: 20px;
  padding: 0 2px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  -webkit-font-smoothing: auto;
  z-index: 10;
}
.navbar-btn .navbar-new {
  right: -4px;
  top: 0;
}
.dropdown-unread-cont .navbar-new {
  top: 8px !important;
  right: 10px;
}
.navbar-sm {
  min-height: 43px;
}
.navbar-sm .navbar-brand {
  line-height: 1;
  height: 43px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-sm .navbar-brand img {
  max-height: 23px;
}
.navbar-sm .navbar-nav > li > a {
  font-size: 14px;
  line-height: 14px;
  padding: 14.5px 12px;
  font-weight: normal;
}
.navbar-sm .navbar-toggle,
.navbar-sm .navbar-ico {
  height: 43px;
  line-height: 43px !important;
}
.navbar-sm .navbar-form {
  padding-top: 4px;
  padding-bottom: 4px;
}
.navbar-sm .navbar-form-base {
  padding-top: 0.5px;
  padding-bottom: 0.5px;
}
.navbar-sm .navbar-form-large {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-sm .navbar-form-huge {
  padding-top: -5px;
  padding-bottom: -5px;
}
.navbar-sm .navbar-text {
  padding-top: 13px;
  padding-bottom: 13px;
}
.navbar-sm .navbar-btn {
  margin-top: 0;
  margin-bottom: 0;
  height: 43px;
  border-radius: 0;
}
.navbar-sm .navbar-btn.btn-sm {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 35px;
}
.navbar-sm .navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
  height: 25px;
}
@media (min-width: 768px) {
  .navbar-lg {
    min-height: 80px;
  }
  .navbar-lg .navbar-brand {
    line-height: 1;
    height: 80px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navbar-lg .navbar-brand img {
    max-height: 56px;
  }
  .navbar-lg .navbar-nav > li > a {
    font-size: 14px;
    line-height: 14px;
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .navbar-lg .navbar-toggle,
  .navbar-lg .navbar-ico {
    height: 80px;
    line-height: 80px !important;
  }
  .navbar-lg .navbar-ico .navbar-new {
    top: 12px;
  }
  .navbar-lg .navbar-form {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
  .navbar-lg .navbar-form-base {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .navbar-lg .navbar-form-large {
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }
  .navbar-lg .navbar-form-huge {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
  .navbar-lg .navbar-text {
    padding-top: 28.5px;
    padding-bottom: 28.5px;
  }
  .navbar-lg .navbar-btn {
    margin-top: 19px;
    margin-bottom: 19px;
    height: 42px;
  }
  .navbar-lg .navbar-btn.btn-hg {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
    height: 53px;
    min-width: 53px;
  }
  .navbar-lg .navbar-btn.btn-lg {
    margin-top: 18.5px;
    margin-bottom: 18.5px;
    height: 43px;
    min-width: 43px;
  }
  .navbar-lg .navbar-btn.btn-sm {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
    height: 35px;
    min-width: 35px;
  }
  .navbar-lg .navbar-btn.btn-xs {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
    height: 25px;
    min-width: 25px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .navbar-lg .navbar-nav > li > a {
    font-size: 16px;
    line-height: 16px;
    padding: 32px 15px;
  }
}
/**************** modules/Breadcrumbs-critical ****************/
.breadcrumb {
  font-size: 13px;
  font-style: italic;
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb > li {
  display: inline-block;
  position: relative;
}
.breadcrumb > li + li:before {
  color: inherit;
  content: "\f105";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 12px;
  margin: -2px 10px 0 6px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  padding: 0;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
  }
}
/**************** modules/Type-critical ****************/
h1,
.h1 {
  font-size: 62px;
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h2,
.h2 {
  font-size: 43px;
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h3,
.h3 {
  font-size: 24px;
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h4,
.h4 {
  font-size: 22px;
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h5,
.h5 {
  font-size: 21px;
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h6,
.h6 {
  font-size: 20px;
  margin-top: 21px;
  margin-bottom: 10.5px;
}
@media (max-width: 479px) {
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 27px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.15;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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: normal;
  line-height: 1;
}
.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active .h1,
.wf-active .h2,
.wf-active .h3,
.wf-active .h4,
.wf-active .h5,
.wf-active .h6 {
  font-family: 'Gilroy', sans-serif;
}
h1 .badge,
h2 .badge,
h3 .badge,
h4 .badge,
h5 .badge,
h6 .badge,
.h1 .badge,
.h2 .badge,
.h3 .badge,
.h4 .badge,
.h5 .badge,
.h6 .badge {
  position: relative;
  top: -0.3em;
}
p,
.p,
ul,
ol,
address {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
}
.p {
  display: block;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center !important;
}
.text-center-fix {
  text-align: center !important;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.page-header {
  margin: 0 0 28px;
  clear: both;
}
.page-header h1,
.page-header h2,
.page-header .h1,
.page-header .h2 {
  margin-top: 0;
}
.text-muted {
  color: #cccccc;
}
.text-primary,
.text-primary a {
  color: #333;
}
a.text-primary:hover {
  color: #292929;
}
.text-success,
.text-success a {
  color: #1abc9c;
}
a.text-success:hover {
  color: #15967d;
}
.text-info,
.text-info a {
  color: #3498db;
}
a.text-info:hover {
  color: #2a7aaf;
}
.text-warning,
.text-warning a {
  color: #f1c40f;
}
a.text-warning:hover {
  color: #c19d0c;
}
.text-danger,
.text-danger a {
  color: #e74c3c;
}
a.text-danger:hover {
  color: #b93d30;
}
[class*="outer-"] {
  border-style: solid;
  border-width: 1px;
}
.reset-border-horizontal {
  border-right-width: 0;
  border-left-width: 0;
}
.no-border,
.outernone {
  border-width: 0 !important;
}
.reset-border-top {
  margin-top: 0 !important;
  border-top: 0 !important;
}
.bg-none {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bg-none:before,
.bg-none:after {
  display: none !important;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}
/**************** modules/colors-critical ****************/
.bg-transparent,
.bg-clear {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.bg-white {
  border-color: #dbdbdb;
  background-color: #fff;
}
.bg-white.bg .bg-default,
.bg-white.bg .bg-wrap {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bg-white.bg:not(.tabs-base):not(.sur) .bg-white:not(.bg-in):not(.bg-none) {
  border-width: 1px;
  border-style: solid;
}
@media (max-width: 479px) {
  .bg-white.bg:not(.tabs-base):not(.sur) .bg-white:not(.bg-in):not(.bg-none):not(.clear-reset-radius):not(.clear-reset-padding) {
    border-right-width: 0;
    border-left-width: 0;
  }
}
.bg-default {
  border-color: #fff;
  background-color: #ededed;
}
.bg-default.reset-gray-mode {
  background-color: #ededed;
}
.bg-primary {
  border-color: #454545;
  background-color: #333;
}
.bg-secondary {
  border-color: #30abaa;
  background-color: #1ba3a2;
}
.panel {
  -webkit-box-shadow: 0 3px 8px transparent;
  box-shadow: 0 3px 8px transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.panel .panel-heading {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.panel[class*="outer-"] {
  border-width: 1px;
}
.panel.bg-white {
  border-color: #dbdbdb;
  background-color: #fff;
}
.panel.bg-white,
.panel.bg-white .color-text {
  color: #5c5c5c;
}
.panel.bg-white .panel-title {
  color: #333333;
}
.panel.bg-white .panel-heading {
  border-color: #dbdbdb !important;
}
.panel.bg-default {
  border-color: #fff;
  background-color: #ededed;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.panel.bg-default,
.panel.bg-default .color-text {
  color: #585858;
}
.panel.bg-default .panel-title {
  color: #333333;
}
.panel.bg-default .panel-heading {
  border-color: #fff !important;
}
.panel.bg-default[class*="outer-"] {
  border-color: #dbdbdb;
}
.panel.bg-primary {
  border-color: #333;
  background-color: #454545;
}
.panel.bg-primary,
.panel.bg-primary .color-text {
  color: #c2c2c2;
}
.panel.bg-primary .panel-title {
  color: #fff;
}
.panel.bg-primary .panel-heading {
  border-color: #333 !important;
}
.panel.bg-primary.bg-none {
  border-color: #4a4a4a;
}
.panel.bg-primary.bg-none .panel-heading {
  border-color: #4a4a4a !important;
}
.panel.bg-secondary {
  border-color: #1ba3a2;
  background-color: #30abaa;
}
.panel.bg-secondary,
.panel.bg-secondary .color-text {
  color: #d1edec;
}
.panel.bg-secondary .panel-title {
  color: #fff;
}
.panel.bg-secondary .panel-heading {
  border-color: #1ba3a2 !important;
}
.panel.bg-secondary.bg-none {
  border-color: #36a6a5;
}
.panel.bg-secondary.bg-none .panel-heading {
  border-color: #36a6a5 !important;
}
.panel-body[class*="outer-"] {
  border-width: 1px 0 0;
}
.color-text {
  color: rgba(255, 255, 255, 0.8);
}
.color-ico {
  color: #333;
  background-color: #fff;
}
.color-ico-light {
  color: #fff;
}
.color-head,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #fff;
}
.color-gray {
  color: rgba(255, 255, 255, 0.6);
}
.color-gray-light {
  color: rgba(255, 255, 255, 0.4);
}
a,
.link {
  color: #fff;
}
a:hover,
.link:hover,
a:focus,
.link:focus {
  color: #fff;
}
.tooltip-underline {
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.color-primary {
  color: #333 !important;
}
.color-secondary {
  color: #1ba3a2 !important;
}
.bg.bg-clear .bg-inherit,
.bg.bg-transparent .bg-inherit,
.bg-base.bg-clear,
.bg-base.bg-transparent,
.bg.bg-clear .bg-inherit *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button),
.bg.bg-transparent .bg-inherit *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button),
.bg-base.bg-clear *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button),
.bg-base.bg-transparent *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button),
.bg.bg-clear .bg-inherit *:after,
.bg.bg-transparent .bg-inherit *:after,
.bg-base.bg-clear *:after,
.bg-base.bg-transparent *:after,
.bg.bg-clear .bg-inherit *:before,
.bg.bg-transparent .bg-inherit *:before,
.bg-base.bg-clear *:before,
.bg-base.bg-transparent *:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.bg-clear .color-primary,
.bg-transparent .color-primary {
  color: #fff !important;
}
.bg.bg-white .bg-inherit,
.bg-base.bg-white,
.bg.bg-white .bg-inherit .color-text,
.bg-base.bg-white .color-text {
  color: #585858;
}
.bg.bg-white .bg-inherit .color-ico,
.bg-base.bg-white .color-ico {
  color: #333;
  background-color: #ededed;
}
.bg.bg-white .bg-inherit .color-ico-light,
.bg-base.bg-white .color-ico-light {
  color: #ededed;
}
.bg.bg-white .bg-inherit .color-head,
.bg-base.bg-white .color-head,
.bg.bg-white .bg-inherit h1,
.bg-base.bg-white h1,
.bg.bg-white .bg-inherit h2,
.bg-base.bg-white h2,
.bg.bg-white .bg-inherit h3,
.bg-base.bg-white h3,
.bg.bg-white .bg-inherit h4,
.bg-base.bg-white h4,
.bg.bg-white .bg-inherit h5,
.bg-base.bg-white h5,
.bg.bg-white .bg-inherit h6,
.bg-base.bg-white h6,
.bg.bg-white .bg-inherit .h1,
.bg-base.bg-white .h1,
.bg.bg-white .bg-inherit .h2,
.bg-base.bg-white .h2,
.bg.bg-white .bg-inherit .h3,
.bg-base.bg-white .h3,
.bg.bg-white .bg-inherit .h4,
.bg-base.bg-white .h4,
.bg.bg-white .bg-inherit .h5,
.bg-base.bg-white .h5,
.bg.bg-white .bg-inherit .h6,
.bg-base.bg-white .h6 {
  color: #333333;
}
.bg.bg-white .bg-inherit .color-gray,
.bg-base.bg-white .color-gray {
  color: #999999;
}
.bg.bg-white .bg-inherit .color-gray-light,
.bg-base.bg-white .color-gray-light {
  color: #cccccc;
}
.bg.bg-white .bg-inherit a,
.bg-base.bg-white a,
.bg.bg-white .bg-inherit .link,
.bg-base.bg-white .link {
  color: #168484;
}
.bg.bg-white .bg-inherit a:hover,
.bg-base.bg-white a:hover,
.bg.bg-white .bg-inherit .link:hover,
.bg-base.bg-white .link:hover,
.bg.bg-white .bg-inherit a:focus,
.bg-base.bg-white a:focus,
.bg.bg-white .bg-inherit .link:focus,
.bg-base.bg-white .link:focus {
  color: #1ba3a2;
}
.bg.bg-white .bg-inherit .tooltip-underline,
.bg-base.bg-white .tooltip-underline {
  border-color: #999999 !important;
}
.bg.bg-white .bg-inherit,
.bg-base.bg-white,
.bg.bg-white .bg-inherit *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button),
.bg-base.bg-white *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button),
.bg.bg-white .bg-inherit *:after,
.bg-base.bg-white *:after,
.bg.bg-white .bg-inherit *:before,
.bg-base.bg-white *:before {
  border-color: #dbdbdb;
}
.bg.bg-white .bg-inherit .color-ico,
.bg-base.bg-white .color-ico {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bg.bg-white .bg-inherit .color-ico-light,
.bg-base.bg-white .color-ico-light {
  text-shadow: none;
}
.bg.bg-default .bg-inherit,
.bg-base.bg-default,
.bg.bg-default .bg-inherit .color-text,
.bg-base.bg-default .color-text {
  color: #585858;
}
.bg.bg-default .bg-inherit .color-ico,
.bg-base.bg-default .color-ico {
  color: #333;
  background-color: #fff;
}
.bg.bg-default .bg-inherit .color-ico-light,
.bg-base.bg-default .color-ico-light {
  color: #fff;
}
.bg.bg-default .bg-inherit .color-head,
.bg-base.bg-default .color-head,
.bg.bg-default .bg-inherit h1,
.bg-base.bg-default h1,
.bg.bg-default .bg-inherit h2,
.bg-base.bg-default h2,
.bg.bg-default .bg-inherit h3,
.bg-base.bg-default h3,
.bg.bg-default .bg-inherit h4,
.bg-base.bg-default h4,
.bg.bg-default .bg-inherit h5,
.bg-base.bg-default h5,
.bg.bg-default .bg-inherit h6,
.bg-base.bg-default h6,
.bg.bg-default .bg-inherit .h1,
.bg-base.bg-default .h1,
.bg.bg-default .bg-inherit .h2,
.bg-base.bg-default .h2,
.bg.bg-default .bg-inherit .h3,
.bg-base.bg-default .h3,
.bg.bg-default .bg-inherit .h4,
.bg-base.bg-default .h4,
.bg.bg-default .bg-inherit .h5,
.bg-base.bg-default .h5,
.bg.bg-default .bg-inherit .h6,
.bg-base.bg-default .h6 {
  color: #333333;
}
.bg.bg-default .bg-inherit .color-gray,
.bg-base.bg-default .color-gray {
  color: #999999;
}
.bg.bg-default .bg-inherit .color-gray-light,
.bg-base.bg-default .color-gray-light {
  color: #cccccc;
}
.bg.bg-default .bg-inherit a,
.bg-base.bg-default a,
.bg.bg-default .bg-inherit .link,
.bg-base.bg-default .link {
  color: #168484;
}
.bg.bg-default .bg-inherit a:hover,
.bg-base.bg-default a:hover,
.bg.bg-default .bg-inherit .link:hover,
.bg-base.bg-default .link:hover,
.bg.bg-default .bg-inherit a:focus,
.bg-base.bg-default a:focus,
.bg.bg-default .bg-inherit .link:focus,
.bg-base.bg-default .link:focus {
  color: #1ba3a2;
}
.bg.bg-default .bg-inherit .tooltip-underline,
.bg-base.bg-default .tooltip-underline {
  border-color: #999999 !important;
}
.bg.bg-default .bg-inherit,
.bg-base.bg-default,
.bg.bg-default .bg-inherit *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button),
.bg-base.bg-default *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button),
.bg.bg-default .bg-inherit *:after,
.bg-base.bg-default *:after,
.bg.bg-default .bg-inherit *:before,
.bg-base.bg-default *:before {
  border-color: #fff;
}
.bg.bg-primary .bg-inherit,
.bg-base.bg-primary,
.bg.bg-primary .bg-inherit .color-text,
.bg-base.bg-primary .color-text {
  color: #c2c2c2;
}
.bg.bg-primary .bg-inherit .color-ico,
.bg-base.bg-primary .color-ico {
  color: #fff;
  background-color: #454545;
}
.bg.bg-primary .bg-inherit .color-ico-light,
.bg-base.bg-primary .color-ico-light {
  color: #454545;
}
.bg.bg-primary .bg-inherit .color-head,
.bg-base.bg-primary .color-head,
.bg.bg-primary .bg-inherit h1,
.bg-base.bg-primary h1,
.bg.bg-primary .bg-inherit h2,
.bg-base.bg-primary h2,
.bg.bg-primary .bg-inherit h3,
.bg-base.bg-primary h3,
.bg.bg-primary .bg-inherit h4,
.bg-base.bg-primary h4,
.bg.bg-primary .bg-inherit h5,
.bg-base.bg-primary h5,
.bg.bg-primary .bg-inherit h6,
.bg-base.bg-primary h6,
.bg.bg-primary .bg-inherit .h1,
.bg-base.bg-primary .h1,
.bg.bg-primary .bg-inherit .h2,
.bg-base.bg-primary .h2,
.bg.bg-primary .bg-inherit .h3,
.bg-base.bg-primary .h3,
.bg.bg-primary .bg-inherit .h4,
.bg-base.bg-primary .h4,
.bg.bg-primary .bg-inherit .h5,
.bg-base.bg-primary .h5,
.bg.bg-primary .bg-inherit .h6,
.bg-base.bg-primary .h6 {
  color: #fff;
}
.bg.bg-primary .bg-inherit .color-gray,
.bg-base.bg-primary .color-gray {
  color: #999999;
}
.bg.bg-primary .bg-inherit .color-gray-light,
.bg-base.bg-primary .color-gray-light {
  color: #707070;
}
.bg.bg-primary .bg-inherit a,
.bg-base.bg-primary a,
.bg.bg-primary .bg-inherit .link,
.bg-base.bg-primary .link {
  color: #fff;
}
.bg.bg-primary .bg-inherit a:hover,
.bg-base.bg-primary a:hover,
.bg.bg-primary .bg-inherit .link:hover,
.bg-base.bg-primary .link:hover,
.bg.bg-primary .bg-inherit a:focus,
.bg-base.bg-primary a:focus,
.bg.bg-primary .bg-inherit .link:focus,
.bg-base.bg-primary .link:focus {
  color: #1ba3a2;
}
.bg.bg-primary .bg-inherit .tooltip-underline,
.bg-base.bg-primary .tooltip-underline {
  border-color: #999999 !important;
}
.bg.bg-primary .bg-inherit,
.bg.bg-primary .bg-inherit *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button),
.bg.bg-primary .bg-inherit *:after,
.bg.bg-primary .bg-inherit *:before {
  border-color: #454545;
}
.bg-base.bg-primary:not(.bg-none):not(.bg) {
  background-color: #454545;
}
.bg-base.bg-primary:not(.bg-none):not(.bg),
.bg-base.bg-primary:not(.bg-none):not(.bg) *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button),
.bg-base.bg-primary:not(.bg-none):not(.bg) *:after,
.bg-base.bg-primary:not(.bg-none):not(.bg) *:before {
  border-color: #333;
}
.bg-base.bg-primary.bg-none,
.bg-base.bg-primary.bg-none *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button),
.bg-base.bg-primary.bg-none *:after,
.bg-base.bg-primary.bg-none *:before {
  border-color: #454545;
}
.bg-primary .color-primary {
  color: #1ba3a2 !important;
}
.bg.bg-secondary .bg-inherit,
.bg-base.bg-secondary,
.bg.bg-secondary .bg-inherit .color-text,
.bg-base.bg-secondary .color-text {
  color: #d1edec;
}
.bg.bg-secondary .bg-inherit .color-ico,
.bg-base.bg-secondary .color-ico {
  color: #fff;
  background-color: #30abaa;
}
.bg.bg-secondary .bg-inherit .color-ico-light,
.bg-base.bg-secondary .color-ico-light {
  color: #30abaa;
}
.bg.bg-secondary .bg-inherit .color-head,
.bg-base.bg-secondary .color-head,
.bg.bg-secondary .bg-inherit h1,
.bg-base.bg-secondary h1,
.bg.bg-secondary .bg-inherit h2,
.bg-base.bg-secondary h2,
.bg.bg-secondary .bg-inherit h3,
.bg-base.bg-secondary h3,
.bg.bg-secondary .bg-inherit h4,
.bg-base.bg-secondary h4,
.bg.bg-secondary .bg-inherit h5,
.bg-base.bg-secondary h5,
.bg.bg-secondary .bg-inherit h6,
.bg-base.bg-secondary h6,
.bg.bg-secondary .bg-inherit .h1,
.bg-base.bg-secondary .h1,
.bg.bg-secondary .bg-inherit .h2,
.bg-base.bg-secondary .h2,
.bg.bg-secondary .bg-inherit .h3,
.bg-base.bg-secondary .h3,
.bg.bg-secondary .bg-inherit .h4,
.bg-base.bg-secondary .h4,
.bg.bg-secondary .bg-inherit .h5,
.bg-base.bg-secondary .h5,
.bg.bg-secondary .bg-inherit .h6,
.bg-base.bg-secondary .h6 {
  color: #fff;
}
.bg.bg-secondary .bg-inherit .color-gray,
.bg-base.bg-secondary .color-gray {
  color: #a4dada;
}
.bg.bg-secondary .bg-inherit .color-gray-light,
.bg-base.bg-secondary .color-gray-light {
  color: #5fbfbe;
}
.bg.bg-secondary .bg-inherit a,
.bg-base.bg-secondary a,
.bg.bg-secondary .bg-inherit .link,
.bg-base.bg-secondary .link {
  color: #fff;
}
.bg.bg-secondary .bg-inherit a:hover,
.bg-base.bg-secondary a:hover,
.bg.bg-secondary .bg-inherit .link:hover,
.bg-base.bg-secondary .link:hover,
.bg.bg-secondary .bg-inherit a:focus,
.bg-base.bg-secondary a:focus,
.bg.bg-secondary .bg-inherit .link:focus,
.bg-base.bg-secondary .link:focus {
  color: #333;
}
.bg.bg-secondary .bg-inherit .tooltip-underline,
.bg-base.bg-secondary .tooltip-underline {
  border-color: #a4dada !important;
}
.bg.bg-secondary .bg-inherit,
.bg.bg-secondary .bg-inherit *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button),
.bg.bg-secondary .bg-inherit *:after,
.bg.bg-secondary .bg-inherit *:before {
  border-color: #30abaa;
}
.bg-base.bg-secondary:not(.bg-none):not(.bg) {
  background-color: #30abaa;
}
.bg-base.bg-secondary:not(.bg-none):not(.bg),
.bg-base.bg-secondary:not(.bg-none):not(.bg) *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button),
.bg-base.bg-secondary:not(.bg-none):not(.bg) *:after,
.bg-base.bg-secondary:not(.bg-none):not(.bg) *:before {
  border-color: #1ba3a2;
}
.bg-base.bg-secondary.bg-none,
.bg-base.bg-secondary.bg-none *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button),
.bg-base.bg-secondary.bg-none *:after,
.bg-base.bg-secondary.bg-none *:before {
  border-color: #30abaa;
}
.bg-secondary .color-secondary {
  color: #333 !important;
}
/**************** other/owl-carousel/Owl-carousel ****************/
#progressBar {
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 2;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  margin-bottom: -4px;
  background: #333;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  width: 100%;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.no-js .owl-carousel {
  display: block;
}
.owl-inactive {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-item-img {
  display: none;
}
.owl-item-img:first-child {
  display: block;
}
.owl-item-img > .owl-item,
.owl-item-img > img,
.owl-item-img > a > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  -webkit-transform-style: preserve-3d;
}
.owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  display: block;
  overflow: hidden;
}
.owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  /* hack for correct animation in FF */
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-nav.disabled,
.owl-dots.disabled {
  display: none;
}
.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-loaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-loading {
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}
.owl-hidden {
  opacity: 0;
  filter: alpha(opacity=0);
}
.owl-refresh .owl-item {
  display: none;
}
.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-rtl {
  direction: rtl;
}
.owl-rtl .owl-item {
  float: right;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-animated-in {
  z-index: 0;
}
.owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item > img,
.owl-carousel .owl-item > a > img {
  transform-style: preserve-3d;
}
/*
* UPgates system
*
* @copyright  Copyright (c) 2010 EVici webdesign s.r.o.
* @link       http://www.upgates.com
* @category   UPgates
* @package    UPgates
* @version    7.0
*/
/**************** templates/Layout-critical ****************/
body {
  overflow-x: hidden;
  width: auto !important;
  text-align: center;
}
.wrapper {
  min-height: 100%;
  width: 100%;
  position: absolute;
}
.header {
  position: relative;
  z-index: 3;
}
.footer {
  position: relative;
  z-index: 1;
}
.page {
  border-width: 0 0 1px;
  position: relative;
  z-index: 2;
}
.ColumnPage,
.PageContentFixed {
  z-index: 3;
}
@media (max-width: 991px) {
  .ColumnPage,
  .PageContentFixed {
    min-height: 0;
  }
}
.content-widget:after {
  content: '';
  display: table;
  clear: both;
}
.container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.layout-col-two .container.container-two-col-reset {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container .container {
  width: auto;
}
@media (max-width: 991px) {
  .column > .section-widget {
    padding-bottom: 0 !important;
  }
}
.column .panel,
.column .widget,
.column .component {
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .column .panel,
  .column .widget,
  .column .component {
    margin-bottom: 49px;
  }
}
.column [class*="content-"] {
  padding-bottom: 21px !important;
}
@media (max-width: 991px) {
  .column [class*="content-"] {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .column.column-left {
    margin-bottom: -49px;
  }
}
@media (max-width: 991px) {
  .column.column-right {
    margin-top: -49px;
  }
}
@media (max-width: 991px) {
  body:not(.is-left-menu) .column-left {
    display: none;
  }
}
.section-widget {
  padding-top: 49px;
  padding-bottom: 49px;
}
.section-widget.content-widget {
  padding-bottom: 0;
}
.section-widget.content-widget-base {
  padding-bottom: 21px;
}
.section-widget.content-component {
  padding-bottom: 29px;
}
.section-widget.content-p {
  padding-bottom: 39px;
}
@media (max-width: 479px) {
  .section-widget.first {
    padding-top: 0;
  }
}
.section-widget-base {
  padding-top: 28px;
  padding-bottom: 28px;
}
.section-widget-base.content-widget-base {
  padding-bottom: 0;
}
.section-widget-base.content-component {
  padding-bottom: 8px;
}
.section-widget-base.content-p {
  padding-bottom: 18px;
}
.section-component {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-component.content-component {
  padding-bottom: 0;
}
.section-component.content-p {
  padding-bottom: 10px;
}
.section[class*="outer-"] {
  border-radius: 0 !important;
  border-width: 0 0 1px;
  margin-bottom: 49px;
}
[class*="section-"].section-cover {
  padding-top: 0;
}
.container [class*="section-"] {
  border-width: 1px;
}
.container [class*="section-"],
.container [class*="section-"]:before,
.container [class*="section-"]:after {
  border-radius: 3px;
}
@media (max-width: 479px) {
  .container [class*="section-"][class*="bg-"] {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0;
    border-right-width: 0;
    border-left-width: 0;
  }
  .container [class*="section-"][class*="bg-"] > .navbar-header,
  .container [class*="section-"][class*="bg-"] > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .layout-col-two .container [class*="section-"][class*="bg-"].container-two-col-reset {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .container [class*="section-"][class*="bg-"] .container {
    width: auto;
  }
}
@media (max-width: 479px) and (min-width: 768px) {
  .container [class*="section-"][class*="bg-"] {
    width: 100%;
  }
}
@media (max-width: 479px) and (min-width: 992px) {
  .container [class*="section-"][class*="bg-"] {
    width: 100%;
  }
}
@media (max-width: 479px) and (min-width: 1200px) {
  .container [class*="section-"][class*="bg-"] {
    width: 1170px;
  }
}
@media (max-width: 479px) and (min-width: 992px) {
  .container [class*="section-"][class*="bg-"] > .navbar-header,
  .container [class*="section-"][class*="bg-"] > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 479px) and (min-width: 768px) {
  .container [class*="section-"][class*="bg-"] {
    width: 100%;
  }
}
@media (max-width: 479px) and (min-width: 992px) {
  .container [class*="section-"][class*="bg-"] {
    width: 100%;
  }
}
@media (max-width: 479px) and (min-width: 1200px) {
  .container [class*="section-"][class*="bg-"] {
    width: 1170px;
    width: 100%;
    max-width: 1430px;
  }
}
@media (max-width: 479px) and (min-width: 480px) {
  .container [class*="section-"][class*="bg-"] .cover,
  .container [class*="section-"][class*="bg-"] .cover .owl-carousel,
  .container [class*="section-"][class*="bg-"] .cover-img,
  .container [class*="section-"][class*="bg-"] .cover-filter-bg,
  .container [class*="section-"][class*="bg-"] .cover-content {
    border-radius: 3px;
  }
}
[class*="section-"].section-clear {
  padding-top: 0;
}
[class*="section-"][class*="outer-"] {
  border-width: 0 0 1px;
}
.widget {
  margin-bottom: 49px;
  clear: both;
}
.widget.content-widget-base {
  margin-bottom: 21px;
}
.widget.content-component {
  margin-bottom: 29px;
}
.widget.content-p {
  margin-bottom: 39px;
}
.widget-base {
  margin-bottom: 28px;
}
.widget-base.content-component {
  margin-bottom: 8px;
}
.widget-base.content-p {
  margin-bottom: 18px;
}
.component {
  margin-bottom: 20px;
}
.component.content-p {
  margin-bottom: 10px;
}
.grid-gutter {
  margin-bottom: 30px;
}
.page-hp .visible-hp,
.page-order .visible-order {
  display: block;
}
.page-hp .hidden-hp,
.page-order .hidden-order {
  display: none;
}
.fixedCol {
  z-index: 2;
}
.fixedCol .section-widget {
  padding-top: 20px !important;
}
.margin-top-none {
  margin-top: 0 !important;
}
.last-margin-none > *:last-child {
  margin-bottom: 0 !important;
}
.field-content {
  padding-top: 49px;
}
.center-fix {
  text-align: center !important;
}
@media (min-width: 768px) {
  .row-center {
    line-height: 0;
  }
  .row-center [class*="col-"] {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}
@media (min-width: 480px) {
  .row-center-ms {
    line-height: 0;
  }
  .row-center-ms [class*="col-"] {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}
.photo-center {
  text-align: center;
  line-height: 0;
}
.photo-center > div {
  display: table;
  width: 100%;
  height: 100%;
}
.photo-center > div > div,
.photo-center > div > a {
  display: table-cell;
  vertical-align: middle;
  width: 9999px;
}
.photo-center img {
  height: auto;
}
.btn-collapser {
  display: none;
}
@media (max-width: 479px) {
  .collapser-reset {
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0;
    border-right-width: 0;
    border-left-width: 0;
  }
  .collapser-reset .btn-collapser-cont {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn-collapser {
  display: block;
  max-width: 100%;
}
@media (min-width: 480px) {
  .btn-collapser {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .collapser-xs .btn-collapser {
    display: block;
  }
}
@media (min-width: 480px) {
  .collapser-xs .btn-collapser {
    display: none !important;
  }
  .collapser-xs .collapse {
    display: block !important;
    height: auto !important;
  }
}
@media (max-width: 991px) {
  .collapser-sm .btn-collapser {
    display: block;
  }
}
@media (min-width: 992px) {
  .collapser-sm .btn-collapser {
    display: none !important;
  }
  .collapser-sm .collapse {
    display: block !important;
    height: auto !important;
  }
}
.AddProductToCart:not(.AddProductToCartInitialized),
.AddToCartButton:not(.AddToCartButtonInitialized) {
  cursor: default;
  background-color: #b8b8b8;
}
.AddProductToCart:not(.AddProductToCartInitialized) .fa,
.AddToCartButton:not(.AddToCartButtonInitialized) .fa {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.AddProductToCart:not(.AddProductToCartInitialized) .fa:before,
.AddToCartButton:not(.AddToCartButtonInitialized) .fa:before {
  content: '\f110';
}
.ie .AddProductToCart .fa {
  -webkit-animation: none;
  animation: none;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    width: 100%;
    max-width: 1430px;
  }
}
@media (min-width: 1215px) {
  .layout-col-one .container {
    margin-left: auto;
  }
  .layout-col-one .container .container {
    margin-left: 0;
  }
  .layout-col-one .container.narrow {
    width: 975px;
  }
}
@media (min-width: 1474px) {
  .layout-col-two .container {
    margin-left: auto;
  }
  .layout-col-two .container .container {
    margin-left: auto;
  }
}
/* Surroundings */
.surroundings {
  border-top: none !important;
  border-bottom: none !important;
  min-height: 100vh;
}
.surroundings .wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.surroundings .wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}
.surroundings .wrapper .container {
  margin-left: auto;
}
.sur.bg-img:before {
  background-attachment: fixed;
  background-position: center center;
}
@media (pointer: coarse) {
  .sur.bg-img:before {
    background-attachment: scroll;
  }
}
.sur.bg-img.bg-vertical-top:before {
  background-position: center top;
}
.sur.bg-img.bg-vertical-bottom:before {
  background-position: center bottom;
}
.sur.bg-img.bg-repeat:before {
  background-repeat: repeat;
}
.sur.bg-img.bg-repeat:before {
  background-repeat: repeat;
}
.sur.bg-img.bg-fixed:before {
  background-attachment: fixed;
}
@media (pointer: coarse) {
  .sur.bg-img.bg-fixed:before {
    background-attachment: scroll;
  }
}
.sur {
  background-color: transparent;
}
.sur:before {
  background-image: url("/theme/surroundings-primary.png");
}
.sur[class*="outer-"] .wrapper {
  border-color: rgba(255, 255, 255, 0.2);
}
.sur.bg-white {
  background-color: #fff;
}
.sur.bg-white:before {
  background-image: url("/theme/surroundings-white.png");
}
.sur.bg-white[class*="outer-"] .wrapper {
  border-color: #dbdbdb;
}
.sur.bg-default {
  background-color: #ededed;
}
.sur.bg-default:before {
  background-image: url("/theme/surroundings-default.png");
}
.sur.bg-default[class*="outer-"] .wrapper {
  border-color: #fff;
}
.sur.bg-primary {
  background-color: #333;
}
.sur.bg-primary[class*="outer-"] .wrapper {
  border-color: #4a4a4a;
}
.sur.bg-secondary {
  background-color: #1ba3a2;
}
.sur.bg-secondary[class*="outer-"] .wrapper {
  border-color: #36a6a5;
}
.sur {
  background-color: transparent;
}
.sur:before {
  background-image: url("/theme/surroundings-primary.png");
}
.sur[class*="outer-"] .wrapper {
  border-color: rgba(255, 255, 255, 0.2);
}
.sur.bg-white {
  background-color: #fff;
}
.sur.bg-white:before {
  background-image: url("/theme/surroundings-white.png");
}
.sur.bg-white[class*="outer-"] .wrapper {
  border-color: #dbdbdb;
}
.sur.bg-default {
  background-color: #ededed;
}
.sur.bg-default:before {
  background-image: url("/theme/surroundings-default.png");
}
.sur.bg-default[class*="outer-"] .wrapper {
  border-color: #fff;
}
.sur.bg-primary {
  background-color: #333;
}
.sur.bg-primary[class*="outer-"] .wrapper {
  border-color: #4a4a4a;
}
.sur.bg-secondary {
  background-color: #1ba3a2;
}
.sur.bg-secondary[class*="outer-"] .wrapper {
  border-color: #36a6a5;
}
@media (min-width: 1475px) {
  .container.wide {
    width: 100%;
    max-width: 1430px;
  }
}
/**************** templates/components/header ****************/
.alert-header {
  padding: 7px 0 !important;
  border-radius: 0 !important;
}
.alert-header[class*="outer-"] {
  border-width: 0 0 1px;
}
.navbar {
  width: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (max-width: 479px), (max-width: 767px) and (orientation: landscape) {
  .navbar {
    -webkit-transition: 0s;
    transition: 0s;
  }
}
.header-top {
  display: none;
  z-index: 3 !important;
}
@media (min-width: 992px) {
  .header-top {
    display: block;
  }
}
.header-main {
  z-index: 2 !important;
}
.header-bottom {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .header-bottom {
    display: inline;
    border-width: 0 !important;
    padding: 0 !important;
    line-height: 0;
  }
}
.navbar-header {
  position: relative;
  z-index: 2;
}
.header-navbar-navigation {
  display: none;
  line-height: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .header-navbar-navigation {
    display: block;
  }
  .header-navbar-navigation .header-navbar-navigation-icons {
    position: relative;
    display: inline-block;
  }
  .header-navbar-navigation .top-menu {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .header-navbar-navigation .header-navbar-navigation-icons {
    display: none;
  }
}
.header-part-right > *,
.header-part-left > * {
  float: left;
}
.header-part-right .dropdown-menu {
  left: auto;
  right: 0;
}
.btn-flag img {
  position: relative;
  top: -1px;
}
.user-cart-btn {
  margin-left: 5px;
}
.user-cart-ico-center,
.user-cart-ico-center .btn {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.user-cart-ico-center .dropdown-menu {
  left: auto;
  right: -42px;
}
@media (min-width: 992px) {
  .forms-search {
    max-width: 400px;
  }
  .collapse .forms-search {
    max-width: 600px;
  }
}
.header-search-toggled .forms-search {
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
  z-index: 0;
}
.logo-expand {
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  margin: 0;
  height: 1px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.logo-expand [class*="col-"] {
  min-height: 0;
}
.logo-expand .navbar-brand {
  display: inline-block;
}
.logo-expand .navbar-brand[class*="outer-"] {
  border-width: 0 1px 1px 1px;
}
@media (min-width: 768px) {
  .logo-expand .navbar-brand {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .logo-expand .navbar-brand {
    height: 123px;
  }
  .logo-expand .navbar-brand a {
    height: 99px;
  }
}
.navbar-base:not(.navbar-fixed-top) .header-navbar-navigation .user-cart-ico .navbar-ico {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: hidden;
  width: 0;
  padding-left: 0;
  padding-right: 0;
}
/* MenuOnTop */
.navbar-fixed-top {
  border-width: 0 !important;
  border-radius: 0 !important;
  opacity: 0.93;
  filter: alpha(opacity=93);
}
.navbar-fixed-top:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-fixed-top:before {
  background-image: none !important;
}
@media (max-width: 479px), (max-width: 767px) and (orientation: landscape) {
  .navbar-fixed-top {
    top: auto;
    bottom: 35px;
    left: auto !important;
    margin: 15px !important;
    float: right;
    width: 54px;
    border-bottom: none;
    border-radius: 3px !important;
    background: rgba(0, 0, 0, 0.8) !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-fixed-top .container {
    padding: 0;
  }
  .navbar-fixed-top .navbar-header,
  .navbar-fixed-top .navbar-toggle {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-fixed-top .navbar-header *,
  .navbar-fixed-top .navbar-toggle * {
    float: none;
    text-align: center;
    width: 100%;
  }
  .navbar-fixed-top .navbar-ico.navbar-toggle {
    padding-right: 16px;
    padding-left: 16px;
    background: none;
  }
  .navbar-fixed-top .navbar-ico.navbar-toggle .fa {
    top: 0;
  }
  .navbar-fixed-top .navbar-brand,
  .navbar-fixed-top .header-search,
  .navbar-fixed-top .search-toggle,
  .navbar-fixed-top .user-cart-ico {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .navbar-fixed-top .container {
    margin-left: auto;
  }
}
.header-logo {
  z-index: 4;
}
.bg-img:before {
  background-position: center !important;
}
.bg-img.bg-vertical-top:before {
  background-position: center top !important;
}
.bg-img.bg-vertical-bottom:before {
  background-position: center bottom !important;
}
.logo-expand {
  text-align: center;
}
.navbar-brand {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 479px) {
  .navbar-brand {
    position: relative;
    left: -20px;
  }
}
.navbar-brand,
.navbar-brand img {
  max-width: 110px;
}
@media (min-width: 480px) {
  .navbar-brand,
  .navbar-brand img {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .navbar-brand,
  .navbar-brand img {
    max-width: 220px;
  }
}
@media (min-width: 992px) {
  .navbar-brand,
  .navbar-brand img {
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand,
  .navbar-brand img {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .header-navbar-navigation-icons {
    text-align: right;
    float: none !important;
  }
  .header-navbar-navigation-icons .user-cart-ico-center,
  .header-navbar-navigation-icons .navbar-toggle {
    display: inline-block;
    float: none;
  }
}
.navbar {
  border-radius: 0;
}
.header-top {
  text-align: right;
}
.header-top .header-part-left,
.header-top .header-part-right {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media (min-width: 992px) {
  .header-top .header-part-left {
    margin-left: -10px;
  }
  .header-top .header-part-right {
    margin-right: -10px;
  }
}
.header-top .header-part-left {
  float: left;
}
.navbar-phone {
  font-weight: bold;
}
@media (min-width: 992px) {
  .header-main .header-search {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-main .forms-search {
    margin-left: 0;
  }
  .header-main .btn-group,
  .header-main .input-group {
    position: relative;
    top: -7px;
  }
}
.header-navbar-cart {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  padding-bottom: 0;
}
.header-navbar-navigation {
  text-align: center;
}
@media (max-width: 991px) {
  .header-bottom:not(.navbar-fixed-top) .navbar-header,
  .header-bottom:not(.navbar-fixed-top) .header-search-toggled {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-bottom:not(.navbar-fixed-top) .search-icon,
  .header-bottom:not(.navbar-fixed-top) .header-search-toggled {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-bottom:not(.navbar-fixed-top) .top-menu > li > a {
    font-size: 16px;
  }
}
/**************** templates/components/header-toggled ****************/
.navbar-brand {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: 54px;
}
.navbar-brand a {
  width: auto !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.navbar-brand img {
  max-height: 100%;
  float: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.navbar-brand a {
  height: 34px;
}
@media (min-width: 768px) {
  .navbar-brand {
    height: 80px;
  }
  .navbar-brand a {
    height: 56px;
  }
}
.navbar-fixed-top .navbar-brand {
  height: 54px;
  max-width: 160px !important;
}
.navbar-fixed-top .navbar-brand a {
  height: 34px;
}
@media (min-width: 992px) {
  .navbar-header .header-navbar-navigation-icons {
    display: none;
  }
}
/**************** templates/components/banner ****************/
.inner-banner .widget {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .container .inner-banner .banner-content,
  .inner-banner.container .banner-content {
    padding-top: 49px;
  }
}
.layout-col-two .inner-banner .banner-content {
  padding-top: 49px;
}
.banner {
  position: relative;
}
@media (min-width: 480px) {
  .container .banner .owl-stage-outer {
    overflow: hidden;
    border-radius: 3px;
  }
}
@media (max-width: 479px) {
  .container .banner,
  .row .banner {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
.banner .owl-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.banner .owl-nav {
  margin-bottom: 29px;
}
.banner .owl-dots {
  margin-bottom: 20px;
}
.banner .cover-btn-more .btn {
  padding-left: 35px;
  padding-right: 35px;
}
.banner .cover-btn-more .btn .fa {
  margin: 0 -10px 0 10px;
}
.banner .owl-carousel-navigation .cover-inner {
  padding-bottom: 69px !important;
}
.banner-content .cover-inner {
  padding: 49px 0;
}
.banner-content .cover-title {
  margin: 15px 0;
}
@media (max-width: 479px) {
  .banner-content .cover-title {
    font-size: 50px;
  }
}
.banner-content p {
  line-height: 155%;
  font-size: 17px;
}
.banner-content .cover-text-bottom {
  line-height: 155%;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
}
.banner-content .cover-btn-more {
  padding-top: 10px;
}
.banner-content .cover-inner > div,
.banner-content .owl-dots,
.banner-content .owl-nav {
  max-width: 1238px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .banner-content .cover-inner > div,
  .banner-content .owl-dots,
  .banner-content .owl-nav {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media (min-width: 480px) {
  .container .banner-content .cover-inner > div,
  .container .banner-content .owl-dots,
  .container .banner-content .owl-nav {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.banner-col .cover-content {
  min-height: 250px;
}
.banner-col .cover-inner {
  padding: 28px 0;
}
/* Positioning */
[class*="banner-horizontal-"] .cover-img {
  background-position: center;
}
.banner-horizontal-center .cover-inner,
.banner-horizontal-left .cover-inner,
.banner-horizontal-right .cover-inner,
.banner-horizontal-center.owl-controls > div,
.banner-horizontal-left.owl-controls > div,
.banner-horizontal-right.owl-controls > div {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.banner-horizontal-center .cover-inner > div,
.banner-horizontal-left .cover-inner > div,
.banner-horizontal-right .cover-inner > div,
.banner-horizontal-center.owl-controls > div > div,
.banner-horizontal-left.owl-controls > div > div,
.banner-horizontal-right.owl-controls > div > div {
  width: 100%;
}
@media (min-width: 480px) {
  .banner-horizontal-center .cover-inner > div,
  .banner-horizontal-left .cover-inner > div,
  .banner-horizontal-right .cover-inner > div,
  .banner-horizontal-center.owl-controls > div > div,
  .banner-horizontal-left.owl-controls > div > div,
  .banner-horizontal-right.owl-controls > div > div {
    max-width: 480px;
  }
}
@media (max-width: 1170px) {
  .banner-horizontal-center .cover-img,
  .banner-horizontal-left .cover-img,
  .banner-horizontal-right .cover-img {
    width: 1140px;
  }
}
.banner-horizontal-center .cover-inner > div,
.banner-horizontal-center.owl-controls > div > div {
  margin-left: auto !important;
  margin-right: auto !important;
}
.banner-horizontal-left .cover-inner > div,
.banner-horizontal-left.owl-controls > div > div {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.banner-horizontal-right .cover-inner > div,
.banner-horizontal-right.owl-controls > div > div {
  margin-right: 0 !important;
  margin-left: auto !important;
}
/* Banner sizes */
.banner-md .cover-img {
  background-size: auto 100%;
}
.banner-md .cover-content {
  min-height: 400px;
}
.banner-md .cover-inner {
  padding: 40px 0;
}
.banner-md .owl-carousel-navigation .cover-inner {
  padding-bottom: 70px !important;
}
.banner-lg .cover-content {
  min-height: 500px;
}
@media (min-width: 768px) {
  .banner-lg .cover-title {
    font-size: 75px;
  }
}
.banner-hg #progressBar {
  display: none;
}
.banner-hg .cover-content {
  min-height: 100vh !important;
}
@media (min-width: 768px) {
  .banner-hg .cover-title {
    font-size: 100px;
  }
}
.nocover .owl-stage-outer {
  height: auto !important;
}
.nocover .owl-item-img {
  min-height: 1px !important;
}
.nocover .cover-img {
  position: static;
}
@media (min-width: 1200px) {
  .col-lg-19 .banner {
    padding-right: 0.01px;
  }
}
.layout-container:not(.is-left-menu) .banner-to-header {
  margin-top: -49px;
}
.layout-container:not(.is-left-menu) .banner-to-header [class*="cover-outer-"] .cover-content {
  border-width: 0 0 1px 0;
}
@media (max-width: 479px) {
  .layout-container:not(.is-left-menu) .banner-to-header-xs {
    margin-top: -49px;
  }
  .layout-container:not(.is-left-menu) .banner-to-header-xs [class*="cover-outer-"] .cover-content {
    border-width: 0 0 1px 0;
  }
}
/**************** templates/components/banners-main ****************/
.layout-col-one.page-hp .header-bg {
  background-color: transparent;
}
.layout-col-one.page-hp .header-bg:before,
.layout-col-one.page-hp .header-bg:after {
  display: none;
}
.layout-col-one.page-hp .header {
  position: absolute;
  width: 100%;
}
.layout-col-one.page-hp .header [class*="bg-transparent"]:before {
  display: none;
}
.layout-col-one.page-hp .section-widget.first {
  padding-top: 0;
}
body:not(.page-hp) .header-bg > .outer-transparent:last-child {
  border-bottom: 0;
}
/**************** templates/components/cover ****************/
.cover-img,
.cover-filter-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 480px) {
  .container .cover,
  .container .cover .owl-carousel,
  .container .cover-img,
  .container .cover-filter-bg,
  .container .cover-content {
    border-radius: 3px;
  }
}
.cover-filter-bg {
  opacity: 0;
  filter: alpha(opacity=0);
}
.cover-img {
  background-position: center top;
  background-repeat: no-repeat;
}
.cover-base.bg-cover .cover-img {
  background-size: cover;
}
.cover-base.bg-fixed .owl-inactive .cover-img {
  background-attachment: fixed;
}
@media (pointer: coarse) {
  .cover-base.bg-fixed .owl-inactive .cover-img {
    background-attachment: scroll;
  }
}
.cover-base.bg-repeat .cover-img {
  background-repeat: repeat;
}
.cover-base.bg-vertical-center .cover-img {
  background-position: center;
}
.cover-base.bg-vertical-bottom .cover-img {
  background-position: center bottom;
}
.cover-content {
  position: relative;
  min-height: 170px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.cover-inner > div,
.owl-dots-container > div,
.owl-nav-container > div {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .cover-inner > div,
  .owl-dots-container > div,
  .owl-nav-container > div {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cover-vertical-top .cover-content {
  align-items: flex-start;
}
.cover-vertical-bottom .cover-content {
  align-items: flex-end;
}
[class*="cover-outer-"] .cover-content {
  border-style: solid;
  border-width: 1px;
}
@media (max-width: 479px) {
  [class*="cover-outer-"] .cover-content,
  [class*="section-"].cover-content {
    border-right-width: 0 !important;
    border-left-width: 0 !important;
  }
}
.reset-border-horizontal .cover-content {
  border-right-width: 0;
  border-left-width: 0;
}
.reset-border-top .cover-content {
  border-top-width: 0;
}
.cover-inner {
  width: 100%;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
}
.cover-inner h1,
.cover-inner h2,
.cover-inner h3,
.cover-inner h4 {
  margin: 0 0 10px;
}
.cover-inner .cover-title {
  margin: 10px 0;
}
.cover-inner .cover-btn-more .btn {
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .cover-text-center .cover-inner > div,
  .cover-text-center .owl-dots-container > div,
  .cover-text-center .owl-nav-container > div {
    text-align: center;
    margin-left: auto;
  }
  .cover-text-left .cover-inner > div,
  .cover-text-left .owl-dots-container > div,
  .cover-text-left .owl-nav-container > div {
    text-align: left;
    margin-right: auto;
    margin-left: 0;
  }
  .cover-text-right .cover-inner > div,
  .cover-text-right .owl-dots-container > div,
  .cover-text-right .owl-nav-container > div {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
  }
}
/**************** templates/colors-critical ****************/
[class*="section-"].bg-banner,
[class*="section-"].bg-clear:not([class*="outer-"]):not(.bg-img):not(.hide) + [class*="section-"].bg-clear:not(.bg-img),
[class*="section-"].bg-clear:not([class*="outer-"]):not(.bg-img) + .hide + [class*="section-"].bg-clear:not(.bg-img),
[class*="section-"][class*="bg-transparent"]:not([class*="outer-"]):not(.bg-img):not(.hide) + [class*="section-"][class*="bg-transparent"]:not(.bg-img),
[class*="section-"][class*="bg-transparent"]:not([class*="outer-"]):not(.bg-img) + .hide + [class*="section-"][class*="bg-transparent"]:not(.bg-img),
[class*="section-"].bg-white:not([class*="outer-"]):not(.bg-img):not(.hide) + [class*="section-"].bg-white:not(.bg-img),
[class*="section-"].bg-white:not([class*="outer-"]):not(.bg-img) + .hide + [class*="section-"].bg-white:not(.bg-img),
[class*="section-"].bg-default:not([class*="outer-"]):not(.bg-img):not(.hide) + [class*="section-"].bg-default:not(.bg-img),
[class*="section-"].bg-default:not([class*="outer-"]):not(.bg-img) + .hide + [class*="section-"].bg-default:not(.bg-img),
[class*="section-"].bg-primary:not([class*="outer-"]):not(.bg-img):not(.hide) + [class*="section-"].bg-primary:not(.bg-img),
[class*="section-"].bg-primary:not([class*="outer-"]):not(.bg-img) + .hide + [class*="section-"].bg-primary:not(.bg-img),
[class*="section-"].bg-secondary:not([class*="outer-"]):not(.bg-img):not(.hide) + [class*="section-"].bg-secondary:not(.bg-img),
[class*="section-"].bg-secondary:not([class*="outer-"]):not(.bg-img) + .hide + [class*="section-"].bg-secondary:not(.bg-img) {
  padding-top: 0;
}
@media (max-width: 479px) {
  .lhcb-top1,
  .lhcb-top2 {
    margin-top: -48px !important;
  }
}
[class*="outer-"]:not(.outernone).bg-img.cover-filter {
  border-width: 0;
}
[class*="outer-"]:not(.outernone).bg-img.cover-filter:before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
[class*="outer-"]:not(.outernone).bg-img.cover-filter.bg-default:before {
  border-bottom-color: #fff;
}
.bg.bg-clear .section[class*="outer-"] {
  border-color: rgba(255, 255, 255, 0.2);
}
.bg[class*="bg-transparent"] .section[class*="outer-"] {
  border-color: rgba(255, 255, 255, 0.2);
}
.bg.bg-white .section[class*="outer-"] {
  border-color: #dbdbdb;
}
.bg.bg-default .section[class*="outer-"] {
  border-color: #fff;
}
.bg.bg-primary .section[class*="outer-"] {
  border-color: #4a4a4a;
}
.bg.bg-secondary .section[class*="outer-"] {
  border-color: #36a6a5;
}
.bg-img.cover-filter[class*='-transparent']:before {
  -webkit-filter: opacity(1) grayscale(0%);
  -moz-filter: opacity(1) grayscale(0%);
  -ms-filter: opacity(1) grayscale(0%);
  -o-filter: opacity(1) grayscale(0%);
  filter: opacity(1) grayscale(0%);
}
.bg-img.cover-filter[class*='-transparent']:after {
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.bg-img.cover-filter[class*='-default']:before {
  -webkit-filter: opacity(0.6) grayscale(100%);
  -moz-filter: opacity(0.6) grayscale(100%);
  -ms-filter: opacity(0.6) grayscale(100%);
  -o-filter: opacity(0.6) grayscale(100%);
  filter: opacity(0.6) grayscale(100%);
}
.bg-img.cover-filter[class*='-default']:after {
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.bg-img.cover-filter[class*='-primary']:before {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.bg-img.cover-filter[class*='-primary']:after {
  background-color: #333;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.bg-img.cover-filter[class*='-secondary']:before {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.bg-img.cover-filter[class*='-secondary']:after {
  background-color: #1ba3a2;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.alert-header {
  border-color: #fff !important;
}
.cover-filter-bg {
  background: #1f1f1f;
}
.cover-text,
.cover-field,
.fa-spinner,
.cover-text *,
.cover-field *,
.fa-spinner * {
  color: #fff;
}
.cover-title {
  color: #fff;
}
.cover-title a {
  color: inherit;
}
.cover-title a:hover {
  color: #fff;
}
.cover-btn-more .btn {
  color: #fff;
  background-color: #1ba3a2;
}
.cover-btn-more .btn:hover,
.cover-btn-more .btn:focus {
  background-color: #49b5b5;
}
[class*="cover-color-transparent"] .cover-img {
  -webkit-filter: opacity(1) grayscale(0%);
  -moz-filter: opacity(1) grayscale(0%);
  -ms-filter: opacity(1) grayscale(0%);
  -o-filter: opacity(1) grayscale(0%);
  filter: opacity(1) grayscale(0%);
}
[class*="cover-color-transparent"] .cover-filter-bg {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.cover-color-default .cover-filter-bg {
  background: #fff;
}
.cover-color-default .cover-text,
.cover-color-default .cover-field,
.cover-color-default .fa-spinner,
.cover-color-default .cover-text *,
.cover-color-default .cover-field *,
.cover-color-default .fa-spinner * {
  color: #333333;
}
.cover-color-default .cover-title {
  color: #1ba3a2;
}
.cover-color-default .cover-title a {
  color: inherit;
}
.cover-color-default .cover-title a:hover {
  color: #168484;
}
.cover-color-default .cover-btn-more .btn {
  color: #fff;
  background-color: #1ba3a2;
}
.cover-color-default .cover-btn-more .btn:hover,
.cover-color-default .cover-btn-more .btn:focus {
  background-color: #49b5b5;
}
.cover-color-default .cover-img {
  -webkit-filter: opacity(0.8) grayscale(100%);
  -moz-filter: opacity(0.8) grayscale(100%);
  -ms-filter: opacity(0.8) grayscale(100%);
  -o-filter: opacity(0.8) grayscale(100%);
  filter: opacity(0.8) grayscale(100%);
}
.cover-color-default .cover-filter-bg {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.cover-color-primary .cover-filter-bg {
  background: #333;
}
.cover-color-primary .cover-text,
.cover-color-primary .cover-field,
.cover-color-primary .fa-spinner,
.cover-color-primary .cover-text *,
.cover-color-primary .cover-field *,
.cover-color-primary .fa-spinner * {
  color: #fff;
}
.cover-color-primary .cover-title {
  color: #fff;
}
.cover-color-primary .cover-title a {
  color: inherit;
}
.cover-color-primary .cover-title a:hover {
  color: #fff;
}
.cover-color-primary .cover-btn-more .btn {
  color: #fff;
  background-color: #1ba3a2;
}
.cover-color-primary .cover-btn-more .btn:hover,
.cover-color-primary .cover-btn-more .btn:focus {
  background-color: #49b5b5;
}
.cover-color-primary .cover-img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cover-color-primary .cover-filter-bg {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.cover-color-secondary .cover-filter-bg {
  background: #1ba3a2;
}
.cover-color-secondary .cover-text,
.cover-color-secondary .cover-field,
.cover-color-secondary .fa-spinner,
.cover-color-secondary .cover-text *,
.cover-color-secondary .cover-field *,
.cover-color-secondary .fa-spinner * {
  color: #fff;
}
.cover-color-secondary .cover-title {
  color: #fff;
}
.cover-color-secondary .cover-title a {
  color: inherit;
}
.cover-color-secondary .cover-title a:hover {
  color: #fff;
}
.cover-color-secondary .cover-btn-more .btn {
  color: #fff;
  background-color: #333;
}
.cover-color-secondary .cover-btn-more .btn:hover,
.cover-color-secondary .cover-btn-more .btn:focus {
  background-color: #404040;
}
.cover-color-secondary .cover-img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cover-color-secondary .cover-filter-bg {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.cover-base:not(.cover-filter) .cover-img {
  -webkit-filter: opacity(1) grayscale(0) !important;
  -moz-filter: opacity(1) grayscale(0) !important;
  -ms-filter: opacity(1) grayscale(0) !important;
  -o-filter: opacity(1) grayscale(0) !important;
  filter: opacity(1) grayscale(0) !important;
}
.cover-base:not(.cover-filter) .cover-filter-bg {
  display: none;
}
[class*="cover-outer-"] .cover-content {
  border-color: rgba(255, 255, 255, 0.2);
}
.cover-color-default[class*="cover-outer-"] .cover-content {
  border-color: #fff;
}
.cover-color-primary[class*="cover-outer-"] .cover-content {
  border-color: #4a4a4a;
}
.cover-color-secondary[class*="cover-outer-"] .cover-content {
  border-color: #36a6a5;
}
.header .shadow {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}
.max-width {
  max-width: 1430px !important;
}
.badge,
.dropdown-menu,
.panel,
.caret,
.modal,
.subcategories-arrow,
.top-menu-sidebar-icons,
.share,
.tm-arrow {
  display: none;
}
