@charset "UTF-8";
/*custom*/
.right {
    float: right;
    width: 300px;
    padding: 10px;
}
/** 1 Bootstrap Framework */
/** 1.1  Normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .label {
    border: 1px solid #000;
  }
}
/** 1.2  Glyphicons */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*Using*/
.glyphicon-share-alt:before {
  content: "\e095";
}
/** 1.3  Scaffolding */
* {
  -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: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #434345;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.payvia label img.grey{display: block;}
.payvia label img.color{display: none;}
.payvia label.active img.color{display: block;}
.payvia label.active img.grey{display: none;}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #f5f5f5;
}
[role="button"] {
  cursor: pointer;
}
/** 1.4  Type */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #f2f2f2;
}
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}
h1, .h1 {
  font-size: 45px;
}
h2, .h2 {
  font-size: 38px;
}
h3, .h3 {
  font-size: 30px;
}
h4, .h4 {
  font-size: 24px;
}
h5, .h5 {
  font-size: 22px;
}
h6, .h6 {
  font-size: 17px;
}
p {
  margin: 0 0 12px;
}
small,
.small {
  font-size: 93%;
}
mark,
.mark {
  background-color: #f5bf2f;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-uppercase, .initialism {
  text-transform: uppercase;
}
.bg-info {
  background-color: #79ccf2;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #4bbaed;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #f5f5f5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #f5f5f5;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #f2f2f2;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
/** 1.5  Code */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 5px;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #9b9b9b;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #d9d9d9;
  text-align: left;
}
/** 1.7  Forms */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 9px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  background-color: transparent;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #212121;
}
.form-control::-webkit-input-placeholder {
  color: #212121;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 10px;
}
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.checkbox + .checkbox {
  margin-top: -5px;
}
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 40px;
  padding: 7px 12px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto;
}
.form-group-sm .form-control {
  height: 40px;
  padding: 7px 12px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
/** 1.8  Buttons */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 16px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover  {
  color: #333;
  text-decoration: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 17px 24px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 6px;
}
.btn-sm {
  padding: 7px 12px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/** 1.9  Grids */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-lg-4, .col-sm-6, .col-xs-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
 .col-sm-6 {
    float: left;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-lg-4, .col-lg-12 {
    float: left;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
   .col-lg-12 {
    width: 100%;
  }
}
/** 1.10 Component animations */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/** 1.11 Dropdowns */
[data-toggle="buttons"] > .btn input[type="checkbox"], 
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/** 1.13 Input Groups */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 9px 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #212121;
  text-align: center;
  background-color: #212121;
  border: 1px solid #212121;
  border-radius: 5px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 7px 12px;
  font-size: 15px;
  border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn, 
.input-group-btn:first-child > .element-groups-custom > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), 
.input-group-btn:last-child > .element-groups-custom:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, 
.input-group-btn:last-child > .element-groups-custom > .btn,
.input-group-btn:first-child > .btn:not(:first-child), 
.input-group-btn:first-child > .element-groups-custom:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .element-groups-custom {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .element-groups-custom {
  z-index: 2;
  margin-left: -1px;
}
/** 1.14 Navs */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 18px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #f7f7f7;
}
.nav > li.disabled > a {
  color: #d9d9d9;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #d9d9d9;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, {
  width: 100%;
}
.nav-justified > li, {
  float: none;
}
.nav-justified > li > a,  {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .nav-justified > li,  {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,  {
    margin-bottom: 0;
  }
}
/** 1.15 Navbar */
.navbar {
  position: relative;
  min-height: 52px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 5px;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 17px;
  line-height: 24px;
  height: 52px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 9px;
  margin-bottom: 9px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #434345;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #2a2a2b;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #434345;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #434345;
  background-color: #f5f5f5;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #42b574;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #d9d9d9;
  background-color: transparent;
}
.navbar-default .navbar-link {
  color: #434345;
}
.navbar-default .navbar-link:hover {
  color: #434345;
}
/** 1.19 Labels */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #d9d9d9;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #e6e6e6;
}
.label-primary {
  background-color: #42b574;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #51c081;
}
/** 1.22 Thumbnails */
.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #191919;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 20px;
  color: #434345;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: inherit;
}
/** 1.25 Media */
.media {
  margin-top: 15px;
}
.media {
  zoom: 1;
  overflow: hidden;
}
/** 1.27 Panels */
.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
/** 1.30 Close */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/** 1.35 Utilities */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/** 1.36 Responsive Utilities */
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
 }
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/** 2 Bootstrap Toolkit Styles */
/** 2.1  Reset */
html *:first-child {
  margin-top: 0;
}
html *:last-child {
  margin-bottom: 0;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
iframe {
  display: block;
}
/** 2.2  Flex Grid System */
.shell,
.shell-wide,
.shell-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.shell,
.shell-wide {
  min-width: 300px;
  max-width: 480px;
}
@media (min-width: 768px) {
  .shell,
  .shell-wide {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .shell,
  .shell-wide {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .shell,
  .shell-wide {
    max-width: 1200px;
  }
}
@media (min-width: 1800px) {
  .shell-wide {
    max-width: 1800px;
  }
}
.range {
  margin-left: -15px;
  margin-right: -15px;\
}
.range > .range {
  margin-left: 0;
  margin-right: 0;
}
.range-spacer {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
[class*="cell-"] {
  padding-left: 15px;
  padding-right: 15px;
}
html.lt-ie-10 * + .range,
* + .range {
  margin-top: 50px;
}
html.lt-ie-10 * + [class*='cell-'],
* + [class*='cell-'],
html.lt-ie-10 * + .range-sm,
* + .range-sm {
  margin-top: 30px;
}
html.lt-ie-10 * + .range-lg,
* + .range-lg {
  margin-top: 66px;
}
html.lt-ie-10 .range-condensed,
.range-condensed {
  margin-left: 0;
  margin-right: 0;
}
html.lt-ie-10 .range-condensed > [class*='cell'],
.range-condensed > [class*='cell'] {
  padding-left: 0;
  padding-right: 0;
}
html.lt-ie-10 .range-condensed > * + [class*='cell'],
.range-condensed > * + [class*='cell'] {
  margin-top: 0;
}
@media (min-width: 480px) {
  .range {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .range > .range {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > [class*='cell'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  * + [class*='cell-xs-'] {
    margin-top: 0;
  }
  .range-xs-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .range-xs {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
   .range-xs-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .range > .cell-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  * + [class*='cell-sm-'] {
    margin-top: 0;
  }
  .range-sm-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .range-sm {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .range > .cell-sm-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range > .cell-sm-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .range > .cell-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
   .range > .cell-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  * + [class*='cell-md-'] {
    margin-top: 0;
  }
  .range > .cell-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
   .range > .cell-md-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
   .range > .cell-md-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
   .range > .cell-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
 }
@media (min-width: 1200px) {
  * + [class*='cell-lg-'] {
    margin-top: 0;
  }
  .range-lg-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
    .range-lg-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
    .range-lg {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
   .range > .cell-lg-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .range > .cell-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
   .range > .cell-lg-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .range > .cell-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
   .range > .cell-lg-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .range > .cell-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
   .range > .cell-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
   .range > .cell-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
   .range > .cell-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
    .range > .cell-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
 }
@media (min-width: 1800px) {
  * + [class*='cell-xl-'] {
    margin-top: 0;
  }
   .range > .cell-xl-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
   .range > .cell-xl-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}
html.lt-ie-10 .range > .cell-xs-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
html.lt-ie-10 .range > .cell-xs-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}
html.lt-ie-10 .range > .cell-xs-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
html.lt-ie-10 .range > .cell-sm-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
html.lt-ie-10 .range > .cell-sm-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
html.lt-ie-10 .range > .cell-sm-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
html.lt-ie-10 .range > .cell-sm-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
html.lt-ie-10 .range > .cell-sm-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
html.lt-ie-10 .range > .cell-md-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}
html.lt-ie-10 .range > .cell-md-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
html.lt-ie-10 .range > .cell-md-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}
html.lt-ie-10 .range > .cell-md-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
html.lt-ie-10 .range > .cell-lg-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
html.lt-ie-10 .range > .cell-lg-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}
html.lt-ie-10 .range > .cell-lg-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}
html.lt-ie-10 .range > .cell-lg-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
html.lt-ie-10 .range > .cell-lg-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
html.lt-ie-10 .range > .cell-lg-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}
html.lt-ie-10 .range > .cell-lg-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
/** 2.3  Responsive Text System */
@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }
 }
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
}
/** 2.5  Responsive Visibility System */
.veil {
  display: none !important;
}
.reveal-block {
  display: block !important;
}
.reveal-flex {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.reveal-inline-block {
  display: inline-block !important;
}
.reveal-inline {
  display: inline !important;
}
@media (min-width: 480px) {
  .reveal-xs-block {
    display: block !important;
  }
  .reveal-xs-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .reveal-xs-inline-block {
    display: inline-block !important;
  }
  .reveal-xs-inline {
    display: inline !important;
  }
  .veil-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .reveal-sm-block {
    display: block !important;
  }
  .reveal-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .reveal-sm-inline-block {
    display: inline-block !important;
  }
  .reveal-sm-inline {
    display: inline !important;
  }
  .veil-sm {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .reveal-md-block {
    display: block !important;
  }
  .reveal-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .reveal-md-inline-block {
    display: inline-block !important;
  }
  .reveal-md-inline {
    display: inline !important;
  }
  .veil-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .reveal-lg-block {
    display: block !important;
  }
  .reveal-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .reveal-lg-inline-block {
    display: inline-block !important;
  }
  .reveal-lg-inline {
    display: inline !important;
  }
  .veil-lg {
    display: none !important;
  }
}
@media (min-width: 1800px) {
  .reveal-xl-block {
    display: block !important;
  }
  .reveal-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .reveal-xl-inline-block {
    display: inline-block !important;
  }
  .reveal-xl-inline {
    display: inline !important;
  }
  .veil-xl {
    display: none !important;
  }
}
/** 2.6  Bootstrap Grid Addons */
.col-xs-1-5 {
  width: 20%;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
  }
}
.row-narrow {
  margin-left: -5px;
  margin-right: -5px;
}
.row-narrow > [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row-condensed {
  margin-left: 0;
  margin-right: 0;
}
.row-condensed > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
/** 2.7  Dividers*/
.hr {
  height: 1px;
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #f5f5f5;
  border: none;
}
.hr-gradient {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #d9d9d9 50%, white 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, #d9d9d9), color-stop(100%, white));
  background: -webkit-linear-gradient(left, white 0%, #d9d9d9 50%, white 100%);
  background: -o-linear-gradient(left, white 0%, #d9d9d9 50%, white 100%);
  background: -ms-linear-gradient(left, white 0%, #d9d9d9 50%, white 100%);
  background: linear-gradient(to right, white 0%, #d9d9d9 50%, white 100%);
}
.divider {
  width: 40px;
  height: 2px;
  padding: 0;
  margin: 27px auto 34px;
  background: #d9d9d9;
  border: none;
}
.divider-lg {
  width: 60px;
  height: 3px;
}
/** 2.8  Type Addons */
.page-header {
  padding-bottom: 14px;
}
.font-default {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.font-accent {
  font-family: "Yesteryear", cursive;
}
h1,
.h1 {
  margin-top: 26px;
  margin-bottom: 21px;
  font-size: 36px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    line-height: 1.2;
    font-size: 45px;
  }
}
h2,
.h2 {
  margin-top: 42px;
  margin-bottom: 17px;
  font-size: 32px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    line-height: 1.18421;
    font-size: 38px;
  }
}
h3,
.h3 {
  margin-top: 27px;
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    line-height: 1.2;
    font-size: 30px;
  }
}
h4,
.h4 {
  margin-top: 28px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.5;
}
h4 * + .icon,
h4 .icon + *,
.h4 * + .icon,
.h4 .icon + * {
  padding-left: 8px;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    line-height: 1.25;
    font-size: 24px;
  }
}
h5,
.h5 {
  margin-top: 29px;
  margin-bottom: 19px;
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    line-height: 1.22727;
    font-size: 22px;
  }
}
h6,
.h6 {
  margin-top: 29px;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}
h6 * + .icon,
h6 .icon + *,
.h6 * + .icon,
.h6 .icon + * {
  padding-left: 8px;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    line-height: 1.47059;
    font-size: 17px;
  }
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  transition: .3s all ease;
}
h1 a:hover, .h1 a:hover,
h2 a:hover, .h2 a:hover,
h3 a:hover, .h3 a:hover,
h4 a:hover, .h4 a:hover,
h5 a:hover, .h5 a:hover,
h6 a:hover, .h6 a:hover {
  color: #55bbeb;
}
h1 .small, .h1 .small,
h2 .small, .h2 .small,
h3 .small, .h3 .small,
h4 .small, .h4 .small,
h5 .small, .h5 .small,
h6 .small, .h6 .small {
  color: #9b9b9b;
}
p,
.p,
.list {
  margin-top: 18px;
  margin-bottom: 18px;
}
p a:hover,
.p a:hover,
.list a:hover {
  text-decoration: underline;
}
@media (min-width: 480px) {
  .big {
    font-size: 106.25%;
    line-height: 1.470588235294118;
  }
  h1 .big,
  .h1 .big {
    font-size: 142.22%;
    line-height: 1.125;
  }
  h2 .big,
  .h2 .big {
    font-size: 147.36%;
    line-height: 1.142857142857143;
  }
}
blockquote small,
blockquote .small,
small,
.small {
  font-size: 93.75%;
}
blockquote small:before,
blockquote .small:before,
small:before,
.small:before {
  display: none;
}
h1 blockquote small,
.h1 blockquote small, h1
blockquote .small,
.h1
blockquote .small, h1
small,
.h1
small, h1
.small,
.h1
.small {
  font-size: 62.22222222222222%;
}
h2 blockquote small,
.h2 blockquote small, h2
blockquote .small,
.h2
blockquote .small, h2
small,
.h2
small, h2
.small,
.h2
.small {
  font-size: 63.15789473684211%;
}
h3 blockquote small,
.h3 blockquote small, h3
blockquote .small,
.h3
blockquote .small, h3
small,
.h3
small, h3
.small,
.h3
.small {
  font-size: 73.33333333333333%;
}
h4 blockquote small,
.h4 blockquote small, h4
blockquote .small,
.h4
blockquote .small, h4
small,
.h4
small, h4
.small,
.h4
.small {
  font-size: 75%;
}
h5 blockquote small,
.h5 blockquote small, h5
blockquote .small,
.h5
blockquote .small, h5
small,
.h5
small, h5
.small,
.h5
.small {
  font-size: 72.72727272727273%;
}
h6 blockquote small,
.h6 blockquote small, h6
blockquote .small,
.h6
blockquote .small, h6
small,
.h6
small, h6
.small,
.h6
.small {
  font-size: 94.11764705882353%;
}
code, kbd, pre, samp {
  font-family: Consolas, "Courier New", monospace;
}
code {
  padding: 5px 7px;
  font-size: 75%;
  color: #E50A0A;
  background-color: #f7f7f7;
  border-radius: 2px;
}
pre {
  padding: 16px 19px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.13;
  overflow-x: auto;
}
pre code {
  font-size: 75%;
  text-align: left;
}
mark, .mark {
  background-color: #ABCC37;
  padding: .1em;
}
/** 3.8  Swiper Slider */
.swiper-container {
  height: 91vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(25, 25, 25, 0.2);
  transition: 1.2s;
  transition-delay: 0.6s;
  z-index: 1;
}
.swiper-slide .swiper-caption {
  position: relative;
  z-index: 9;
}
.swiper-slide-active:after {
  background: rgba(25, 25, 25, 0.6);
}
.swiper-container .no-transition {
  transition: 0s;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  display: none;
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 46px;
  text-align: center;
  margin-top: -23px;
  z-index: 10;
  cursor: pointer;
  opacity: 1;
  color: #fff;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev {
  left: 23px;
}
.swiper-button-next {
  right: 3.5%;
}
/* Pagination Styles */
.swiper-pagination {
  display: block;
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
  height: 100%;
}
.swiper-slide {
  height: 100%;
  background-position: center;
}
.swiper-slide .swiper-parallax {
  height: 100%;
  white-space: nowrap;
}
.swiper-slide .swiper-parallax:before {
  content: '';
  display: inline-block;
  height: 50%;
}
.swiper-slide-caption {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  white-space: normal;
  padding: 0 15px;
}
.swiper-slide-caption h4 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .swiper-slide-caption {
    padding: 0 80px;
  }
}
@media (max-width: 480px) {
  .swiper-slide h1 {
    font-size: 32px;
  }
  .swiper-slide h2 {
    font-size: 28px;
  }
  .swiper-slide h3 {
    font-size: 24px;
  }
  .swiper-slide h4 {
    font-size: 20px;
  }
  .swiper-slide h5 {
    font-size: 18px;
  }
  .swiper-slide .btn  {
    font-size: 15px;
  }
  .swiper-slide .btn.btn-lg  {
    padding: 10px 20px;
  }
  .swiper-slide .btn.btn-lg.btn-icon .icon, .swiper-slide .btn-group-lg > .btn.btn-icon .icon,  {
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  .swiper-slide h1 {
    font-size: 2.35vw;
  }
}
.swiper-slide-overlay-disable:after {
  display: none;
}
@media (max-width: 991px) {
  .swiper-slide-overlay-disable {
    background-position: right center;
  }
}
.swiper-button {
  width: 60px;
  height: 100px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.swiper-button:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-button:after {
  position: absolute;
  top: calc(50% - 1px);
  width: 30px;
  height: 2px;
  background: #FFF;
  content: '';
  -webkit-transition: width 0.3s 0.2s;
  transition: width 0.3s 0.2s;
  -webkit-backface-visibility: hidden;
  /* needed because of Chrome bug with prefixed calc */
  backface-visibility: hidden;
}
.swiper-button.swiper-button-next {
  right: 23px;
}
.swiper-button.swiper-button-next:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #fff;
  right: 0;
}
.swiper-button.swiper-button-next:after {
  right: 13px;
}
.swiper-button.swiper-button-next .preview {
  right: 40px;
}
.swiper-button.swiper-button-prev:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 13px 8px 0;
  border-color: transparent #fff transparent transparent;
  left: 0;
}
.swiper-button.swiper-button-prev:after {
  left: 13px;
}
.swiper-button.swiper-button-prev .preview {
  left: 40px;
}
.desktop .swiper-button {
  display: none;
}
.desktop .swiper-button:hover {
  width: 200px;
}
.desktop .swiper-button:hover:after {
  width: 200px;
  transition-delay: 0s;
}
.desktop .swiper-button:hover .preview {
  pointer-events: auto;
}
.desktop .swiper-button:hover .preview:after {
  opacity: 1;
  transition-delay: 0.2s;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
@media (min-width: 1200px) {
  .desktop .swiper-button {
    display: block;
  }
  .desktop .swiper-pagination {
    display: none;
  }
}
.mobile .swiper-pagination, .tablet .swiper-pagination {
  display: block;
}

.mobile .swiper-button, .tablet .swiper-button {
  display: none;
}
.mobile .preview, .tablet .preview {
  display: none;
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
}
/** 3.9  Animate */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}
html:not(.lt-ie10) .not-animated {
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.list > li + li {
  margin-top: 10px;
}
.list-inline {
  margin-left: -5px;
  margin-right: -5px;
}
.list-inline > li {
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.list-inline-sm > li {
  padding-left: 10px;
  padding-right: 10px;
}
.list-inline-picton-blue > li > a {
  transition: .3s;
}
.list-inline-picton-blue > li > a:hover {
  color: #55bbeb;
}
.list-marked {
  text-align: left;
  padding-left: 0;
  list-style: none;
}
.list-marked li {
  padding-left: 15px;
  position: relative;
}
.list-marked li:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 13px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1E4881;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-gray-base {
  background: #b8b8b8;
  fill: #b8b8b8;
}
.bg-gray-darkest {
  background: #212121;
  fill: #212121;
}
.bg-gray-darker {
  background: #434345;
  fill: #434345;
}
.bg-gray {
  background: #d9d9d9;
  fill: #d9d9d9;
}
.bg-gray-light {
  background: #f2f2f2;
  fill: #f2f2f2;
}
.bg-lighter {
  background: #f5f5f5;
  fill: #f5f5f5;
}
.bg-lightest {
  background: #f7f7f7;
  fill: #f7f7f7;
}
.bg-picton-blue {
  background: #55bbeb;
  fill: #55bbeb;
}
.bg-white {
  background: #fff;
  fill: #fff;
}
.bg-acapulco {
  fill: #55bbeb;
  background: #55bbeb;
  background: -moz-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
  background: -webkit-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
  background: -o-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
  background: -ms-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
  background: linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
}
.bg-blue-gray {
  background: -moz-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);
  background: -webkit-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);
  background: -o-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);
  background: -ms-linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);
  background: linear-gradient(90deg, #8668ad 0%, #55bbeb 100%);
}
.bg-mantis, .scrollToNext {
  background: -moz-linear-gradient(90deg, #374B67 0%, #3072CF 100%);
  background: -webkit-linear-gradient(90deg, #374B67 0%, #3072CF 100%);
  background: -o-linear-gradient(90deg, #374B67 0%, #3072CF 100%);
  background: -ms-linear-gradient(90deg, #374B67 0%, #3072CF 100%);
  background: linear-gradient(90deg, #374B67 0%, #3072CF 100%);
}
.bg-shark-radio {
  background: radial-gradient(ellipse at center, #e6e6e6 0%, #f2f2f2 100%);
  fill: radial-gradient(ellipse at center, #e6e6e6 0%, #f2f2f2 100%);
}
.bg-malibu {
  background: -moz-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
  background: -webkit-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
  background: -o-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
  background: -ms-linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
  background: linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
}
.bg-blue-gray-tilt {
  background: -moz-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: -webkit-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: -o-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: -ms-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
}
.bg-overlay-white {
  background: rgba(255, 255, 255, 0.8);
}
.bg-overlay-gray-darkest {
  background: rgba(33, 33, 33, 0.65);
}
.page blockquote.quote .text-gray,
.page .text-gray {
  color: #d9d9d9;
}
.page a.text-gray:hover,
.page a.text-gray:focus {
  color: silver;
}
.page blockquote.quote .text-picton-blue,
.page .text-picton-blue {
  color: #3072CF;
}
.page a.text-picton-blue:hover,
.page a.text-picton-blue:focus {
  color: #1E4881;
}
.page blockquote.quote .text-darker,
.page .text-darker {
  color: #434345;
}
.page a.text-darker:hover,
.page a.text-darker:focus {
  color: #2a2a2b;
}
.page blockquote.quote .text-dark,
.page .text-dark {
  color: #9b9b9b;
}
.page a.text-dark:hover,
.page a.text-dark:focus {
  color: #828282;
}
.page .text-mantis, .page .text-malibu, .page .text-mantis:before, .page .text-malibu:before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page .text-mantis, .page .text-mantis:before {
  color: #374B67;
  background-image: -webkit-linear-gradient(0deg, #374B67 0%, #3072CF 100%);
}
.page .text-malibu, .page .text-malibu:before {
  color: #55bbeb;
  background-image: -webkit-linear-gradient(0deg, #55bbeb 0%, #79ccf2 100%);
}
.shadow-drop,
.shadow-drop-md {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}
/** 2.39 Posts */
.post-meta .icon-xxs {
  font-size: 18px;
}
.post-vacation {
  display: block;
  padding: 22px 27px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
/** 2.9  Buttons Addons */
.btn {
  position: relative;
  padding: 9px 16px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 3px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-width: 2px;
  transition: .3s;
  backface-visibility: hidden;
}
.btn-default {
  color: #434345;
  background-color: transparent;
  border-color: #d9d9d9;
}
.btn-default:hover {
  color: #fff;
  background-color: #434345;
  border-color: #434345;
}
.btn-primary {
  color: #fff;
  background-color: #42b574;
  border-color: #42b574;
}
.btn-primary:hover  {
  color: #fff;
  background-color: #55bbeb;
  border-color: #55bbeb;
}
.btn-info {
  color: #fff;
  background-color: #79ccf2;
  border-color: #79ccf2;
}
.btn-info:hover  {
  color: #fff;
  background-color: #64aae1;
  border-color: #64aae1;
}
.btn-picton-blue {
  color: #fff;
  background-color: #55bbeb;
  border-color: #55bbeb;
}
.btn-picton-blue:hover {
  color: #fff;
  background-color: #43dfe8;
  border-color: #43dfe8;
}

@media (min-width: 480px) {
  .btn-lg, .btn-group-lg > .btn  {
    padding: 17px 24px;
    font-size: 17px;
    line-height: 32px;
    border-radius: 5px;
  }
}
.btn.btn-icon {
  padding-left: 17px;
  padding-right: 17px;
}
.btn.btn-icon .icon {
  font-size: 28px;
  line-height: 28px;
  vertical-align: middle;
  transition: 0s;
}
.btn.btn-icon-left .icon {
  float: left;
  padding-right: 10px;
}
.btn.btn-icon-right .icon {
  float: right;
  padding-left: 10px;
}
.btn-sm.btn-icon-right .icon, .btn-group-sm > .btn-icon-right.btn .icon {
  padding-left: 8px;
}
.btn-lg.btn-icon, .btn-group-lg > .btn-icon.btn  {
  padding-left: 30px;
  padding-right: 30px;
}
.btn-lg.btn-icon .icon, .btn-group-lg > .btn-icon.btn .icon {
  font-size: 32px;
  line-height: 32px;
}
.btn-lg.btn-icon-left .icon, .btn-group-lg > .btn-icon-left.btn .icon {
  padding-right: 14px;
}
.btn-lg.btn-icon-right .icon {
  padding-left: 14px;
}
/** 2.10 Buttons Effects */
.btn-anis-effect {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
  transition: .2s;
  transition-delay: .1s;
}
.btn-anis-effect:hover {
  transition-delay: .45s;
}
.btn-anis-effect:before, .btn-anis-effect:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #434345;
  border-radius: 50%;
  transition: 0.5s;
  z-index: -1;
}
.btn-anis-effect:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-anis-effect:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.btn-anis-effect:hover:before {
  -webkit-animation: criss-cross-left 0.8s;
  animation: criss-cross-left 0.8s;
}
.btn-anis-effect:hover:after {
  -webkit-animation: criss-cross-right 0.8s;
  animation: criss-cross-right 0.8s;
}
.btn-anis-effect.btn-primary {
  color: #fff;
  background-color: #42b574;
}
.btn-anis-effect.btn-primary:before, .btn-anis-effect.btn-primary:after {
  background: #79ccf2;
}
.btn-anis-effect.btn-primary:hover {
  color: #fff;
  border-color: #79ccf2;
  background: #79ccf2;
}
.btn-anis-effect.btn-default {
  color: #434345;
  background-color: transparent;
  border-color: #d9d9d9;
}
.btn-anis-effect.btn-default:hover {
  color: #fff;
  border-color: #434345;
  background: #434345;
}
/** 2.12 Sections */
.section-relative {
  position: relative;
  z-index: 1;
}
.section-triangle {
  position: relative;
}
.section-triangle svg {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 30px;
  margin-left: -30px;
}
.section-triangle-bottom svg {
  top: 100%;
  margin-top: -1px;
  z-index: 1;
}
.section-collar {
  position: relative;
}
.section-collar, .section-collar:before, .section-collar:after {
  background: #fff;
}
.section-collar:before, .section-collar:after {
  content: '';
  position: absolute;
  top: 100%;
  margin-top: -1px;
  height: 30px;
  width: 60%;
  z-index: 1;
}
.section-collar:before {
  left: -10%;
  margin-left: -15px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.section-collar:after {
  right: -10%;
  margin-right: -15px;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
.slider-menu-position {
  position: relative;
}
.slider-menu-position .rd-navbar-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mock-up-wrapper {
  position: relative;
}
.mock-up-desktop-wrapper {
  margin-bottom: -80px;
  max-width: 100%;
}
.mock-up-circle {
  position: absolute;
  left: -15%;
  bottom: 65px;
}
.mock-up-mobile-wrapper {
  position: absolute;
  right: -5%;
  bottom: -140px;
}
@media (min-width: 992px) {
  .mock-up-mobile-wrapper {
    right: -15%;
  }
}
.one-page {
  position: relative;
}
.one-page-header, .one-page-footer {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.one-page-header {
  top: 33px;
}
.one-page-footer {
  bottom: 33px;
}
.section-cover {
  min-height: 100vh;
}
.section-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.section-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}
.section-41 {
  padding-top: 41px;
  padding-bottom: 41px;
}
.section-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-66 {
  padding-top: 66px;
  padding-bottom: 66px;
}
.section-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.section-98 {
  padding-top: 98px;
  padding-bottom: 98px;
}
.section-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.section-124 {
  padding-top: 124px;
  padding-bottom: 124px;
}
.section-top-0 {
  padding-top: 0;
}
.section-top-34 {
  padding-top: 34px;
}
.section-top-41 {
  padding-top: 41px;
}
.section-top-50 {
  padding-top: 50px;
}
.section-top-66 {
  padding-top: 66px;
}
.section-top-98 {
  padding-top: 98px;
}
.section-top-110 {
  padding-top: 110px;
}
.section-top-124 {
  padding-top: 124px;
}
.section-bottom-34 {
  padding-bottom: 34px;
}

.section-bottom-110 {
  padding-bottom: 110px;
}
/** 2.13 Font Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/*Using*/
.fa-envelope-o:before {
  content: "\f003";
}
/*Using*/
.fa-camera-retro:before {
  content: "\f083";
}
/*using index */
.fa-thumbs-o-up:before {
  content: "\f087";
}
/*using*/
.fa-envelope:before {
  content: "\f0e0";
}
/*Using*/
.fa-sitemap:before {
  content: "\f0e8";
}
/*Using*/
.fa-desktop:before {
  content: "\f108";
}
/*Using*/
.fa-bullseye:before {
  content: "\f140";
}
/*Using*/
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
/*Using*/
.fa-paypal:before {
  content: "\f1ed";
}
/*Using*/
.fa-line-chart:before {
  content: "\f201";
}
.fa-modx:before {
  content: "\f285";
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
/** 2.15 Material Design Icons */
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?v=1.4.57");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=1.4.57") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=1.4.57") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=1.4.57") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=1.4.57") format("truetype"), url("../fonts/materialdesignicons-webfont.svg?v=1.4.57#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mdi {
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  font-family: "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/*using*/
.mdi-account-outline:before {
  content: "\f112";
}
/*using*/
.mdi-account-multiple-outline:before {
  content: "\f10e";
}
/*using*/
.mdi-arrow-right-bold-circle-outline:before {
  content: "\f152";
}
/*using*/
.mdi-chevron-left:before {
  content: "\f237";
}
/*using*/
.mdi-chevron-right:before {
  content: "\f238";
}
/*using*/
.mdi-chevron-up:before {
  content: "\f239";
}
/*Using*/
.mdi-diamond:before {
  content: "\f2bd";
}
/*using*/
.mdi-lock-open:before {
  content: "\f431";
}
.mdi-lock-open-outline:before {
  content: "\f432";
}
.mdi-map-marker:before {
  content: "\f440";
}
/*# sourceMappingURL=materialdesignicons.css.map */
/** 2.16 Thumbnail Addons */
.thumbnail-classic, .thumbnail-classic > figure {
  position: relative;
  display: block;
}
.thumbnail-classic img, .thumbnail-classic figure img {
  width: 100%;
  height: auto;
  transition: .35s;
  will-change: transform;
}
.thumbnail-classic figure figcaption, .thumbnail-classic figcaption {
  position: absolute;
}
.thumbnail {
  transition: .3s;
  border: none;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}
a.thumbnail:hover {
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
}
.thumbnail-classic > img,
.thumbnail-classic > figure > img {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}
.thumbnail-classic > figure figcaption,
.thumbnail-classic > figcaption {
  top: 50%;
  left: 0;
  right: 0;
  padding: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.thumbnail-classic-desc {
  padding: 6px;
  opacity: 0;
  color: #fff;
  background: #212121;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.thumbnail-classic:hover {
  z-index: 1;
}
.thumbnail-classic:hover > img,
.thumbnail-classic:hover > figure > img {
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  will-change: contents;
}
.thumbnail-classic:hover > figure figcaption,
.thumbnail-classic:hover > figcaption {
  margin-top: 30px;
}
.thumbnail-classic:hover .thumbnail-classic-desc {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/** 2.18 Scaffolding Addons */
.page {
  overflow: hidden;
  background-color: #fff;
}
.img-rounded {
  border-radius: 5px;
}
.img-cover {
  width: 100%;
  height: auto;
}
.img-bordered-white {
  border: 2px solid #fff;
}
.img-semi-transparent {
  opacity: .5;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
  will-change: transform;
}
.img-semi-transparent:hover {
  opacity: 1;
}
.element-fullwidth {
  width: 100%;
}
.bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-mobile-half-width {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .img-mobile-half-width {
    max-width: none;
  }
}
/** 2.19 Text Alignment System */
.page .text-left {
  text-align: left;
}
.page .text-center {
  text-align: center;
}
.page .text-middle {
  vertical-align: middle;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .page .text-xs-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .page .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .page .text-md-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .page .text-lg-left {
    text-align: left;
  }
}
/** 2.20 Text Styling System */
.page .text-light {
  font-weight: 300;
}
.page .text-bold, .page strong {
  font-weight: 700;
}
.page .text-ubold {
  font-weight: 900;
}
.page .text-spacing-120 {
  letter-spacing: 0.12em;
}
/** 2.22 Navbar Addons */
.navbar {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  border: none;
  text-align: left;
}
.navbar-brand {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-nav > li > a {
  transition: .3s;
  font-weight: 400;
  font-size: 14px;
}
/** 2.24 Icons */
.icon {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 54px;
  line-height: 56px;
  font-style: normal;
}
.icon:before {
  display: inline-block;
  position: relative;
}
.icon-circle,
.icon-rounded,
.icon-outlined {
  width: 70px;
  height: 70px;
  font-size: 32px;
  line-height: 70px;
  text-align: center;
  border: 2px solid;
}
.icon-circle {
  border-radius: 50%;
}
.icon-rounded {
  border-radius: 5px;
}
.icon-outlined {
  position: relative;
}
.icon-outlined, .icon-outlined:after {
  border-radius: 50%;
}
.icon-outlined:after {
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  content: '';
  border: 2px solid #f5f5f5;
}
.icon-default {
  color: #434345;
  border-color: #d9d9d9;
}
.icon-darker {
  color: #434345;
  border-color: #434345;
}
.icon-primary {
  color: #42b574;
  border-color: #42b574;
}
.icon-deluge {
  color: #8668ad;
  border-color: #8668ad;
}
.icon-picton-blue {
  color: #55bbeb;
  border-color: #55bbeb;
}
.icon-darker-filled, .icon-darkest-filled, .icon-mantis-filled, .icon-pink-filled, .icon-malibu-filled, .icon-carrot-filled, .icon-red-filled, .icon-blue-gray-filled {
  color: #fff;
  border: none;
}
.icon-mantis-filled {
  background: -moz-linear-gradient(45deg, #42b574 0%, #84c450 100%);
  background: -webkit-linear-gradient(45deg, #42b574 0%, #84c450 100%);
  background: -o-linear-gradient(45deg, #42b574 0%, #84c450 100%);
  background: -ms-linear-gradient(45deg, #42b574 0%, #84c450 100%);
  background: linear-gradient(45deg, #42b574 0%, #84c450 100%);
}
.icon-pink-filled {
  background: -moz-linear-gradient(45deg, #8668ad 0%, #695999 100%);
  background: -webkit-linear-gradient(45deg, #8668ad 0%, #695999 100%);
  background: -o-linear-gradient(45deg, #8668ad 0%, #695999 100%);
  background: -ms-linear-gradient(45deg, #8668ad 0%, #695999 100%);
  background: linear-gradient(45deg, #8668ad 0%, #695999 100%);
}
.icon-malibu-filled {
  background: -moz-linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%);
  background: -webkit-linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%);
  background: -o-linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%);
  background: -ms-linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%);
  background: linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%);
}
.icon-carrot-filled {
  background: -moz-linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);
  background: -webkit-linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);
  background: -o-linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);
  background: -ms-linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);
  background: linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);
}
.icon-red-filled {
  background: -moz-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
  background: -webkit-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
  background: -o-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
  background: -ms-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
  background: linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
}
.icon-blue-gray-filled {
  background: -moz-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: -webkit-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: -o-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: -ms-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
}
/** 2.29 Input Groups Addons */
/*using*/
.input-group-addon {
  transition: .3s;
  color: #fff;
}
/*using*/
.input-group-addon > .input-group-icon {
  position: relative;
  display: inline-block;
}
/*using*/
.input-group-addon-inverse {
  background: #fff;
  border-color: #d9d9d9;
  color: #434345;
}
.input-group .form-control {
  color: #212121;
  background: #fff;
}
.input-group > .input-group-addon > .input-group-icon {
  font-size: 28px;
}
.input-group.input-group-sm > .input-group-addon > .input-group-icon {
  font-size: 19px;
  line-height: 1;
}
.input-group.input-group-sm > .input-group-addon > .input-group-icon.mdi {
  top: 2px;
}
.input-group.input-group-sm > .input-group-btn > .btn {
  font-size: 12px;
}
.input-group .form-control:not(:first-child):not(:last-child).form-control-last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group-btn > .btn + .btn  {
  margin-left: 0;
}
.snackbars {
  max-width: 280px;
  padding: 9px 16px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: left;
  background-color: #212121;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.snackbars .icon-xxs {
  font-size: 20px;
}
.snackbars p span:last-child {
  padding-left: 14px;
}
.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}
.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.snackbars-right:hover {
  text-decoration: underline;
}
@media (min-width: 480px) {
  .snackbars {
    max-width: 370px;
    padding: 14px 17px;
  }
}
/** 2.32 Animations Addons */
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
/** 2.33 Groups */
html .group {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  margin-bottom: -15px;
  margin-left: -15px;
}
html .group > *:not(.group-item) {
  display: inline-block;
  margin-top: 15px;
  margin-left: 15px;
}
html .group > .group-item {
  display: inline-block;
  padding-top: 15px;
  padding-left: 15px;
}
html .group-xs {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin-bottom: -5px;
  margin-left: -5px;
}
html .group-xl {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-bottom: -30px;
  margin-left: -30px;
}
html .group-xl > *:not(.group-item) {
  display: inline-block;
  margin-top: 30px;
  margin-left: 30px;
}
html .group-xl > .group-item {
  display: inline-block;
  padding-top: 30px;
  padding-left: 30px;
}
/** 2.35 Quotes */
.quote {
  border: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
/** 2.40 Form Addons */
.rd-mailform {
  position: relative;
}
label {
  margin-bottom: 10px;
  font-weight: 400;
}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.form-control {
  font-size: 13px;
}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
 .input-group-sm > .form-control:focus,
.input-group-sm > .input-group-addon:focus{
  box-shadow: none;
}
textarea.form-control {
  height: 170px;
  min-height: 50px;
  max-height: 370px;
  resize: vertical;
}
.form-control {
  -webkit-appearance: none;
  line-height: 28px;
}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  line-height: 24px;
}
.form-group {
  position: relative;
}
.form-label {
  position: absolute;
  top: 25px;
  left: 16px;
  font-size: 13px;
  color: #212121;
  pointer-events: none;
  z-index: 9;
  transition: .3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.form-label.focus {
  color: #55bbeb;
  top: 3px;
  -webkit-transform: scale(0.8) translateY(0);
  transform: scale(0.8) translateY(0);
}
.form-label.auto-fill {
  color: #212121;
}
.form-label-sm {
  top: 20px;
  left: 12px;
}
.form-label-sm.focus {
  top: -1px;
}
.form-label-lg {
  top: 35px;
  left: 24px;
}
.form-label-lg.focus {
  top: 8px;
}
@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }
  .form-label-outside, .form-label-outside.auto-fill {
    -webkit-transform: none;
    transform: none;
    color: #212121;
    font-size: 13px;
  }
}
#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  visibility: hidden;
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
  transition: .3s all ease;
  z-index: 9999999;
}
#form-output-global.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
@media (min-width: 480px) {
  #form-output-global {
    left: 30px;
  }
}
.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  line-height: 10px;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.form-output.active {
  opacity: 1;
  visibility: visible;
}
.form-output.error {
  color: #e50a0a;
}
.form-output.success {
  color: #84c450;
}
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
  opacity: 0;
}
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-left: -20px;
  margin-top: 5px;
  outline: none;
  cursor: pointer;
}
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  background: #f5f5f5;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
  position: absolute;
  opacity: 0;
}
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
  outline: none;
}
.checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}
.checkbox,
.checkbox-inline {
  padding-left: 20px;
}
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  border-radius: 3px;
  margin-left: 0;
  left: 0;
}
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
  content: "";
  font-family: "Material Design Icons";
  font-size: 20px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  color: #434345;
}
/** 2.41 Offsets */
html .page .inset-left-20 {
  padding-left: 20px;
}
@media (min-width: 768px) {
   html .page .inset-sm-left-20 {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  html .page .inset-lg-left-30 {
    padding-left: 30px;
  }
}
html .page .inset-right-20 {
  padding-right: 20px;
}
@media (min-width: 768px) {
   html .page .inset-sm-right-20 {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  html .page .inset-lg-right-30 {
    padding-right: 30px;
  }
}
.inset-left-7p {
  padding-left: 7%;
}
.inset-right-7p {
  padding-right: 7%;
}
html .page .offset-top-0 {
  margin-top: 0;
}
html .page .offset-top-4 {
  margin-top: 4px;
}
html .page .offset-top-10 {
  margin-top: 10px;
}
html .page .offset-top-14 {
  margin-top: 14px;
}
html .page .offset-top-20 {
  margin-top: 20px;
}
html .page .offset-top-24 {
  margin-top: 24px;
}
html .page .offset-top-30 {
  margin-top: 30px;
}
html .page .offset-top-34 {
  margin-top: 34px;
}
html .page .offset-top-41 {
  margin-top: 41px;
}
html .page .offset-top-50 {
  margin-top: 50px;
}
html .page .offset-top-66 {
  margin-top: 66px;
}
html .page .offset-top-98 {
  margin-top: 98px;
}
html .page .offset-top-110 {
  margin-top: 110px;
}
html .page .offset-top-124 {
  margin-top: 124px;
}
@media (min-width: 480px) {
  html .page .offset-xs-top-0 {
    margin-top: 0;
  }
   html .page .offset-xs-top-50 {
    margin-top: 50px;
  }
 }
@media (min-width: 768px) {
  html .page .offset-sm-top-0 {
    margin-top: 0;
  }
  html .page .offset-sm-top-14 {
    margin-top: 14px;
  }
  html .page .offset-sm-top-24 {
    margin-top: 24px;
  }
 }
@media (min-width: 992px) {
  html .page .offset-md-top-0 {
    margin-top: 0;
  }
 }
@media (min-width: 1200px) {
  html .page .offset-lg-top-0 {
    margin-top: 0;
  }
  html .page .offset-lg-top-30 {
    margin-top: 30px;
  }
}
@media (min-width: 1800px) {
  html .page .offset-xl-top-0 {
    margin-top: 0;
  }
}
/** 2.42 Responsive Units */
.unit {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.unit-body {
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.unit-left {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.unit {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.unit > [class*='unit-']:first-child {
  padding-top: 0;
}
.unit > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 20px;
}
.unit-horizontal {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .unit-sm {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .unit-sm > [class*='unit-']:first-childd {
    padding-top: 0;
  }
   .unit-sm > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 20px;
  }
   .unit-sm-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
    .unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
}
.unit-spacing-xs.unit > [class*='unit-']:first-child {
  padding-top: 0;
}
.unit-spacing-xs.unit > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 7px;
}
.unit-spacing-xs.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .unit-spacing-xs.unit-sm > [class*='unit-']:first-child {
    padding-top: 0;
  }
  .unit-spacing-xs.unit-sm > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 7px;
  }
  .unit-spacing-xs.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px;
  }
}
/** 2.43 Icon Boxes */
.box-icon {
  position: relative;
  padding: 42px 25px 27px 25px;
}
.box-icon-sm {
  padding: 15px;
}
.box-icon-lg {
  padding: 50px;
}
.box-icon-bordered {
  border: 2px solid #f2f2f2;
}
.box-icon .icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/** 2.48 Text Rotators */
.text-rotator {
  display: inline-block;
}
.rotate-list {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.rotate-list span {
  display: inline-block;
  white-space: nowrap;
}
.rotate-area {
  display: inline-block;
  transition: width 0.5s ease;
  white-space: nowrap;
}
/** 2.54 Context Styling */
 .context-dark, .swiper-slide-caption, .context-dark .form-label, .context-dark h1, .swiper-slide-caption h1, .bg-deluge .h1, .context-dark .h1, .swiper-slide-caption .h1, .context-dark h2, .swiper-slide-caption h2, .context-dark .h2, .swiper-slide-caption .h2, .context-dark h3, .swiper-slide-caption h3, .context-dark .h3, .swiper-slide-caption .h3, .context-dark h4, .swiper-slide-caption h4, .context-dark .h4, .swiper-slide-caption .h4, .context-dark h5, .swiper-slide-caption h5, .context-dark .h5, .swiper-slide-caption .h5, .context-dark h6, .swiper-slide-caption h6,.context-dark .h6, .swiper-slide-caption .h6 {
  color: #fff;
}
 .context-dark .form-label.auto-fill, .swiper-slide-caption .form-label.auto-fill {
  color: #212121;
}
 .context-dark .form-group > .form-control, .swiper-slide-caption .form-group > .form-control {
  color: #fff;
}
 .context-dark .form-group > .form-control::-webkit-input-placeholder, .swiper-slide-caption .form-group > .form-control::-webkit-input-placeholder {
  color: #fff;
}
.context-dark .form-group > .form-control::-moz-placeholder, .swiper-slide-caption .form-group > .form-control::-moz-placeholder {
  color: #fff;
}
.context-dark .form-group > .form-control:-ms-input-placeholder, .swiper-slide-caption .form-group > .form-control:-ms-input-placeholder {
  color: #fff;
}
.context-dark .form-group > .form-control:-moz-placeholder, .swiper-slide-caption .form-group > .form-control:-moz-placeholder {
  color: #fff;
}
.context-dark .btn-default, .swiper-slide-caption .btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.context-dark .btn-default:hover, .swiper-slide-caption .btn-default:hover {
  color: #434345;
  background-color: #fff;
  border-color: #fff;
}
.context-dark .btn-default.btn-anis-effect:before, .swiper-slide-caption .btn-default.btn-anis-effect:before, .context-dark .btn-default.btn-anis-effect:after, .swiper-slide-caption .btn-default.btn-anis-effect:after {
  background: #fff;
}
.context-dark .owl-carousel .owl-prev, .swiper-slide-caption .owl-carousel .owl-prev, .context-dark .owl-carousel .owl-next, .swiper-slide-caption .owl-carousel .owl-next {
  border-color: #fff;
  color: #fff;
}
.context-dark .thumbnail-classic-caption, .swiper-slide-caption .thumbnail-classic-caption {
  color: #434345;
}
.context-dark .thumbnail-classic-title, .swiper-slide-caption .thumbnail-classic-title {
  color: #434345;
}
@media (min-width: 768px) {
   .context-dark .form-label-outside.auto-fill, .swiper-slide-caption .form-label-outside.auto-fill {
    color: #fff;
  }
}
.bg-gray-base .form-control-impressed {
  background: #111111;
}
/** 3 Plugins */
/** 3.1  RD Navbar */
/*
* @subsection   RD Navbar Mixins
*
* @description  Describes style declarations for RD Navbar Mixins
*/
.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap {
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li a,  .rd-navbar-default.rd-navbar-fixed .responsive-tabs .resp-accordion, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a{
  font-size: 13px;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
}
.rd-navbar {
  display: none;
  position: relative;
  z-index: 99999;
  text-align: left;
}
.rd-navbar ul {
  list-style-type: none;
  margin-bottom: 0;
}
.rd-navbar a {
  transition: .3s all ease;
}
.rd-navbar-static.rd-navbar--is-stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.rd-navbar-fixed,
.rd-navbar-static {
  display: block;
}
.rd-navbar--no-transition, .rd-navbar--no-transition * {
  transition: none !important;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-panel  {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 16;
}
.rd-navbar-default.rd-navbar-fixed, .rd-navbar-default.rd-navbar-fixed .rd-navbar-panel  {
  height: 56px;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle {
  position: fixed;
  z-index: 17;
  top: 4px;
  left: 4px;
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:after {
  -webkit-transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: .3s all ease;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:after {
  top: 8px;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:after, .rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span {
  width: 24px;
  height: 4px;
  background-color: #fff;
  backface-visibility: hidden;
  border-radius: 0;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span:before, .rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
@media (min-width: 480px) {
  .rd-navbar-default.rd-navbar-fixed .rd-navbar-brand {
    display: block;
    position: fixed;
    top: 10px;
    left: 50%;
    width: auto;
  }
}
.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-panel, .rd-navbar-default.rd-navbar-dark.rd-navbar-fixed .rd-navbar-panel {
  background: #191919;
  box-shadow: 0 3px 11px 0 #000;
}
.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-panel {
  background: #fff;
  box-shadow: 0 3px 11px 0 #000;
}
.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span, .rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:after {
  background: #212121;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  bottom: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 15;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  padding: 56px 10px 0;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-mobile-scroll {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-mobile-brand {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.rd-navbar-default.rd-navbar-transparent.rd-navbar-fixed .rd-navbar-nav-wrap {
  color: #fff;
  background: #191919;
}
.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav-wrap {
  color: #191919;
  background: #fff;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav {
  padding: 0;
  margin-top: 15px;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav > li:last-child {
  margin-bottom: 10px;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li {
  float: none;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li + li {
  margin-top: 5px;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li a {
  cursor: pointer;
  display: block;
  padding: 8px 30px 8px 15px;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li a span {
  vertical-align: middle;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-label {
  margin-left: 5px;
}
.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li a  {
  color: #212121;
}
.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li:hover > a {
  color: #fff;
  background: #212121;
}
.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.active > a {
  color: #fff;
  background: #212121;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-nav:before, .rd-navbar-default.rd-navbar-static .rd-navbar-nav:after {
  content: " ";
  display: table;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-nav:after {
  clear: both;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li {
  float: left;
  position: relative;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.06em;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 2px;
  margin-top: 4px;
  transition: .3s all ease;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a:after {
  background: -moz-linear-gradient(90deg, #1e4881 0%, #3072CF 100%);
  background: -webkit-linear-gradient(90deg, #1e4881 0%, #3072CF 100%);
  background: -o-linear-gradient(90deg, #1e4881 0%, #3072CF 100%);
  background: -ms-linear-gradient(90deg, #1e4881 0%, #3072CF 100%);
  background: linear-gradient(90deg, #1e4881 0%, #3072CF 100%);
}
.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.active > a:after, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.focus > a:after, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a:hover:after {
  left: 0;
  width: 100%;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li + li {
  margin-left: 37px;
}
.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li a {
  color: #212121;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-inner.active .rd-navbar-nav-wrap {
  opacity: 0;
  visibility: hidden;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-brand {
  /* display: none; */
    position: fixed;
    top: 10px;
    width: 100%;
    text-align: center;
    padding-left: 40px;
}
@media (min-width: 480px) {
  .rd-navbar-default.rd-navbar-fixed .rd-navbar-mobile-brand {
    display: none;
  }
  .rd-navbar-default.rd-navbar-fixed .rd-navbar-brand {
    display: block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.rd-navbar-default.rd-navbar-static .rd-navbar-mobile-brand {
  display: none;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-brand {
  float: left;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-brand img {
  vertical-align: baseline;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-brand-slogan {
  vertical-align: baseline;
  font-size: 18px;
  margin-left: 7px;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-menu-wrap {
  float: right;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-inner {
  transition: .3s all ease;
  padding: 40px 85px 20px 85px;
  position: relative;
  text-align: left;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.rd-navbar-default.rd-navbar-static .rd-navbar-inner:before, .rd-navbar-default.rd-navbar-static .rd-navbar-inner:after {
  content: " ";
  display: table;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-inner:after {
  clear: both;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-inner.active .rd-navbar-panel {
  opacity: 0;
  visibility: hidden;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-nav-wrap, .rd-navbar-default.rd-navbar-static .rd-navbar-panel  {
  transition: .3s all ease;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-nav-wrap {
  margin-top: 6px;
  display: inline-block;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-nav-wrap:before, .rd-navbar-default.rd-navbar-static .rd-navbar-nav-wrap:after {
  content: " ";
  display: table;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-nav-wrap:after {
  clear: both;
}
.rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}
.rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*controls the large/small header*/
.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-inner {
  padding: 40px 85px 43px 85px;
}
.rd-navbar-default.rd-navbar-light.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.rd-navbar-default.rd-navbar-transparent.rd-navbar-static.rd-navbar--is-stuck {
  background: #191919;
}
.rd-navbar-default.rd-navbar-light {
  background: #fff;
}
.rd-navbar-default.rd-navbar-light.rd-navbar-static.rd-navbar--is-stuck {
  background: #fff;
}
@media (min-width: 1200px) {
  body.body-inset-left {
    padding-left: 64px;
  }
}
/** 3.6  RD Parallax */
.rd-parallax-inner {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  z-index: 1;
  clip: rect(0, auto, auto, 0);
}
.rd-parallax-layer[data-type="media"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3;
  pointer-events: none;
}
.rd-parallax-layer[data-type="media"] iframe {
  width: 100%;
  height: 100%;
}
.rd-parallax-layer[data-url] {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.rd-parallax .rd-parallax-layer[data-type="media"] + * {
  position: relative;
}
/** 3.12 Owl Carousel */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .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-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 {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.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-classic {
  overflow: hidden;
}
.owl-carousel-classic .owl-prev,
.owl-carousel-classic .owl-next {
  position: absolute;
  top: 50%;
  transition: .3s;
  z-index: 1;
}
.owl-carousel-classic .owl-prev:before,
.owl-carousel-classic .owl-next:before {
  position: absolute;
  top: 30px;
  font-size: 18px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  z-index: 1;
}
.owl-carousel-classic .owl-prev:after,
.owl-carousel-classic .owl-next:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 0 43px 43px;
  border-color: transparent transparent transparent #fff;
}
.owl-carousel-classic .owl-prev {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.owl-carousel-classic .owl-prev, .owl-carousel-classic .owl-prev:before {
  left: 0;
}
.owl-carousel-classic .owl-next {
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.owl-carousel-classic .owl-next, .owl-carousel-classic .owl-next:before {
  right: 0;
}
.owl-carousel-classic .owl-next:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-carousel-classic:hover .owl-prev,
.owl-carousel-classic:hover .owl-next {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-carousel-classic .owl-dots {
  margin-left: -8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
}
.owl-carousel-classic .owl-dot {
  margin-left: 8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 8px;
  border-radius: 50%;
  background: #434345;
}
.owl-carousel-classic .owl-dot.active {
  background: #fff;
}
.owl-carousel-default .owl-prev,
.owl-carousel-default .owl-next {
  position: absolute;
  top: 50%;
  transition: .3s;
  z-index: 1;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #9b9b9b;
  color: #9b9b9b;
  opacity: .3;
}
.owl-carousel-default .owl-prev:hover,
.owl-carousel-default .owl-next:hover {
  opacity: 1;
}
.owl-carousel-default .owl-dots {
  margin-top: 30px;
  margin-left: -8px;
  line-height: 8px;
  text-align: center;
}
.owl-carousel-default .owl-dot {
  margin-left: 8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 8px;
  border-radius: 50%;
  background: #434345;
}
.owl-carousel-default .owl-dot.active {
  background: #fff;
}
.owl-carousel-default .owl-next {
  right: 20px;
}
.owl-carousel-default .owl-prev {
  left: 20px;
}
.tablet .owl-carousel-default .owl-dots {
  display: block !important;
}
.tablet .owl-carousel-default .owl-nav {
  display: none !important;
}
.owl-carousel-class-light .owl-dot {
  transition: .3s all ease;
  background: #d9d9d9;
}
.owl-carousel-class-light .owl-dot.active, .owl-carousel-class-light .owl-dot:hover {
  background: #42b574;
}
.owl-carousel-dots-custom-style.owl-carousel-default .owl-dot:before {
  color: #fff;
  background-image: -webkit-linear-gradient(0deg, #fff 0%, #fff 100%);
}
.owl-custom-pagination {
  display: none;
}
@media (min-width: 768px) {
  .owl-custom-pagination {
    display: block;
    width: 100%;
  }
  .owl-custom-pagination li {
    padding: 0;
    cursor: pointer;
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
    transition: .3s all ease;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .owl-custom-pagination li:hover, .owl-custom-pagination li.active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .owl-custom-pagination img {
    backface-visibility: hidden;
  }
}
.owl-custom-pagination + .owl-carousel .owl-next,
.owl-custom-pagination + .owl-carousel .owl-prev {
  margin-top: -60px;
}
.veil-owl-dots .owl-dots {
  display: none !important;
}
@media (min-width: 768px) {
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .veil-md-owl-dots .owl-dots {
    display: none !important;
  }
 }
.veil-owl-nav .owl-nav {
  display: none !important;
}
.veil-owl-nav .owl-nav {
  display: none !important;
}
@media (min-width: 992px) {
   .veil-md-owl-nav .owl-nav {
    display: none !important;
  }
}
.reveal-owl-nav .owl-nav {
  display: block !important;
}
@media (min-width: 480px) {
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
 }
@media (min-width: 768px) {
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
 }
@media (min-width: 992px) {
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .reveal-lg-owl-nav .owl-nav {
    display: block !important;
  }
}
/** 3.13 Isotope */
[data-isotope-layout] {
  display: block;
  transition: .4s all ease;
  min-height: 160px;
}
[data-isotope-layout]:after {
  content: '';
  position: absolute;
  margin-top: 15px;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
   background-position: -1152px 0;
  animation: 0.7s sprite-animation steps(18) infinite;
  transition: .4s all ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[data-isotope-layout] .row {
  margin-bottom: -30px;
}
[data-isotope-layout] .row > [class*="col-"] {
  margin-top: 30px;
}
[data-isotope-layout] .row-narrow {
  margin-bottom: -10px;
}
[data-isotope-layout] .row-narrow > [class*="col-"] {
  margin-top: 10px;
}
[data-isotope-layout] .row-condensed {
  margin-bottom: 0;
}
[data-isotope-layout] .row-condensed > [class*="col-"] {
  margin-top: 0;
}
[data-isotope-layout] [class*="col-"] {
  display: block;
  opacity: 0;
  will-change: transform;
  backface-visibility: hidden;
  transition: .4s opacity ease;
}
@media (max-width: 479px) {
  [data-isotope-layout] [class*="col-"] {
    max-width: 100%;
  }
}
[data-isotope-layout].isotope--loaded [class*="col-"] {
  opacity: 1;
}
[data-isotope-layout].isotope--loaded:after {
  opacity: 0;
  visibility: hidden;
}
/** 3.14 Photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 999999;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
[data-photo-swipe] [data-inner-html] iframe {
  pointer-events: none;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:
	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)
*/
/*
	1. Buttons
 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/photoswipe-controls.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/photoswipe-controls.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*
	2. Share modal/popup and links
 */
/*
	3. Index indicator ("1 of X" counter)
 */
/*
	4. Caption
 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../images/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
/** 3.15 Responsive Tabs */
.responsive-tabs .resp-accordion {
  position: relative;
  padding: 15px 20px 15px 2px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  color: #9b9b9b;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: color .2s ease-in;
}
.responsive-tabs .resp-accordion:hover {
  cursor: pointer;
  color: #434345;
}
.responsive-tabs .resp-accordion .resp-arrow {
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  width: 20px;
  font-family: "Material Design Icons";
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  transition: .2s;
}
.responsive-tabs .resp-accordion .resp-arrow:before {
  content: "";
}
.responsive-tabs .resp-accordion.resp-tab-active {
  color: #434345;
}
.responsive-tabs .resp-accordion.resp-tab-active .resp-arrow:before {
  content: "";
}
.responsive-tabs .resp-tab-content {
  padding: 2px 5px 17px 2px;
}
.responsive-tabs .resp-tabs-list {
  display: none;
  padding: 0;
  margin-bottom: 0;
}
.responsive-tabs .resp-tabs-list li {
  position: relative;
  display: inline-block;
  padding: 0 0 13px;
  font-size: 16px;
  font-weight: 700;
  color: #9b9b9b;
  text-transform: uppercase;
  list-style-type: none;
  cursor: pointer;
  transition: color .2s ease-in;
}
.responsive-tabs .resp-tabs-list li.resp-tab-active, .responsive-tabs .resp-tabs-list li:hover {
  color: #434345;
}
.responsive-tabs .resp-tab-content {
  display: none;
}
@media (min-width: 992px) {
  .responsive-tabs[data-type="horizontal"], .responsive-tabs[data-type="vertical"] {
    border-bottom: none;
  }
  .responsive-tabs[data-type="horizontal"] .resp-tab-content + .resp-accordion, .responsive-tabs[data-type="vertical"] .resp-tab-content + .resp-accordion {
    border-top: none;
  }
  .responsive-tabs[data-type="horizontal"] .resp-accordion, .responsive-tabs[data-type="vertical"] .resp-accordion {
    display: none;
  }
  .responsive-tabs[data-type="horizontal"] .resp-tabs-list, .responsive-tabs[data-type="vertical"] .resp-tabs-list {
    display: block;
  }
}
@media (min-width: 1200px) {
  .responsive-tabs[data-type="vertical"] {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .responsive-tabs[data-type="vertical"] .resp-tabs-list {
    text-align: left;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .responsive-tabs[data-type="vertical"] .resp-tabs-list li {
    display: block;
  }
  .responsive-tabs[data-type="vertical"] .resp-tabs-list li + li {
    margin-left: 0;
  }
  .responsive-tabs[data-type="vertical"] .resp-tabs-container {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}
.responsive-tabs-classic {
  border-bottom: 1px solid #d9d9d9;
}
.responsive-tabs-classic .resp-tab-content + .resp-accordion {
  border-top: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  .responsive-tabs-classic[data-type="vertical"], .responsive-tabs-classic[data-type="horizontal"] {
    border-bottom: none;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tab-content + .resp-accordion, .responsive-tabs-classic[data-type="horizontal"] .resp-tab-content + .resp-accordion {
    border-top: none;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:before, .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #434345;
    content: '';
    transform: translateX(-50%);
    transition: .4s;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li.resp-tab-active:before, .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li.resp-tab-active:before {
    width: 100%;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li + li, .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li + li {
    margin-left: 10px;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tab-content, .responsive-tabs-classic[data-type="horizontal"] .resp-tab-content {
    padding-top: 32px;
  }
}
@media (min-width: 1200px) {
  .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li + li {
    margin-left: 33px;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list {
    border-left: 1px solid #d9d9d9;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li {
    padding: 0 0 0 30px;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    content: '';
    transform: translateY(-50%);
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li.resp-tab-active:before {
    height: 100%;
    width: 1px;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li + li {
    margin-left: 0;
    margin-top: 25px;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tab-content {
    padding-top: 0;
  }
}
.responsive-tabs-boxed .resp-accordion {
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  padding-left: 20px;
  padding-right: 40px;
}
.responsive-tabs-boxed .resp-accordion .resp-arrow {
  right: 20px;
}
.responsive-tabs-boxed .resp-tab-content {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.responsive-tabs-boxed .resp-tab-content + .resp-accordion {
  margin-top: 5px;
}
.responsive-tabs-boxed .resp-tab-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list, .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list {
    font-size: 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li, .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li {
    position: relative;
    padding: 13px 20px;
    margin-bottom: -1px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.06em;
    color: #434345;
    text-transform: uppercase;
    background: #f2f2f2;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #d9d9d9;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li:last-child, .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li:last-child {
    border-right: 1px solid #d9d9d9;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li:after, .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    content: '';
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li.resp-tab-active, .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li.resp-tab-active {
    border-bottom-color: #fff;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li.resp-tab-active, .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li.resp-tab-active {
    background: #fff;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li.resp-tab-active:after, .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li.resp-tab-active:after {
    width: 0;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tab-content + .resp-accordion, .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content + .resp-accordion {
    margin-top: 0;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tab-content, .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content {
    border-bottom: none;
    border-right: none;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tab-content, .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content {
    padding: 44px 61px 40px 61px;
  }
}
/** 3.26 ToTop Button */
.ui-to-top {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.ui-to-top:focus {
  color: #fff;
}
.ui-to-top:hover {
  color: #fff;
  background: #42b574;
}
.ui-to-top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important;
}
@media (min-width: 480px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}
