@charset "UTF-8";
#error-container {
  padding: 120px 20px;
  position: relative;
}
#error-container .error-options {
  position: absolute;
  top: 20px;
  left: 20px;
}
#error-container h1 {
  font-size: 96px;
  color: #ffffff;
  margin-bottom: 40px;
}
#error-container h2 {
  color: #cccccc;
  margin-bottom: 40px;
  line-height: 1.4;
}
#error-container form {
  padding: 20px;
  border-radius: 3px;
  background: #ffffff;
  background-repeat: repeat;
  background: rgba(255, 255, 255, 0.1);
}
#error-container form .form-control {
  border-color: #ffffff;
}

/* !Admin Themes */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 300;
}

strong {
  font-weight: 600;
}

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

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

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

.text-success,
.text-success:hover,
a.text-success,
a.text-success:hover,
a.text-success:focus {
  color: #27ae60;
}

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

.text-muted,
.text-muted:hover,
a.text-muted,
a.text-muted:hover,
a.text-muted:focus {
  color: #999999;
}

blockquote {
  margin: 20px 0;
  padding: 10px 20px 10px 60px;
  position: relative;
  width: 100%;
  border-left: none;
}

blockquote:before {
  display: block;
  content: "“";
  font-family: serif;
  font-size: 96px;
  position: absolute;
  left: 0;
  top: -30px;
  color: #eeeeee;
}

blockquote.pull-right:before {
  left: 10px;
  right: auto;
}

blockquote.no-symbol {
  padding: 10px 20px;
}

blockquote.no-symbol:before {
  content: "";
}

p {
  line-height: 1.7;
}

article p {
  font-size: 16px;
  line-height: 1.8;
}

ul.ul-breath li {
  margin-bottom: 7px;
}

/* Tables */
.table.table-vcenter th,
.table.table-vcenter td {
  vertical-align: middle;
}

.table-options {
  padding: 6px 0;
}

.table thead > tr > th {
  font-size: 18px;
  font-weight: 600;
}

.table thead > tr > th > small {
  font-weight: 400;
  font-size: 75%;
}

.table thead > tr > th,
.table thead > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding-top: 14px;
  padding-bottom: 14px;
}

.table tfoot > tr > th,
.table tfoot > tr > td {
  background-color: #f9f9f9;
}

.table-borderless tbody > tr > th,
.table-borderless tbody > tr > td {
  border-top-width: 0;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td,
.table tbody + tbody,
.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #f2f2f2;
}

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

/* Forms */
label {
  font-weight: 600;
}

fieldset legend {
  font-size: 16px;
  padding: 30px 0 10px;
  border-bottom: 2px solid #eaedf1;
}

input[type=file] {
  padding-top: 7px;
}

input[type=text].form-control,
input[type=password].form-control,
input[type=email].form-control,
textarea.form-control {
  -webkit-appearance: none;
}

.form-control {
  font-size: 13px;
  padding: 6px 8px;
  max-width: 100%;
  margin: 1px 0;
  color: #353535;
  border-color: #dddddd;
}

.form-control-borderless .form-control,
.form-control-borderless .input-group-addon,
.form-control-borderless,
.form-control-borderless:focus {
  border: transparent !important;
}

.input-group {
  margin-top: 1px;
  margin-bottom: 1px;
}

.input-group .form-control {
  margin-top: 0;
}

.form-control:focus {
  border-color: #1bbae1;
}

.help-block {
  color: #777777;
  font-weight: 400;
}

.input-group-addon {
  min-width: 45px;
  text-align: center;
  background-color: #ffffff;
  border-color: #dbe1e8;
}

.form-horizontal .control-label {
  margin-bottom: 5px;
}

.form-bordered {
  margin: -15px -15px -1px;
}

.modal-body .form-bordered {
  margin-bottom: -20px;
}

.form-bordered fieldset legend {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.form-bordered .form-group {
  margin: 0;
  border: none;
  padding: 15px;
  border-bottom: 1px dashed #eaedf1;
}

.form-bordered .form-group.form-actions {
  background-color: #f9fafc;
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.form-horizontal.form-bordered .form-group {
  padding-left: 0;
  padding-right: 0;
}

.form-bordered .help-block {
  margin-bottom: 0;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
  box-shadow: none;
}

.has-success .help-block,
.has-success .control-label,
.has-success .input-group-addon,
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .radio,
.has-success .radio-inline {
  color: #27ae60;
}

.has-success .form-control,
.has-success .input-group-addon {
  border-color: #27ae60;
  background-color: #ffffff;
}

.has-success .form-control:focus {
  border-color: #166638;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .input-group-addon,
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .radio,
.has-warning .radio-inline {
  color: #e67e22;
}

.has-warning .form-control,
.has-warning .input-group-addon {
  border-color: #e67e22;
  background-color: #ffffff;
}

.has-warning .form-control:focus {
  border-color: #b3621b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .input-group-addon,
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .radio,
.has-error .radio-inline {
  color: #e74c3c;
}

.has-error .form-control,
.has-error .input-group-addon {
  border-color: #e74c3c;
  background-color: #ffffff;
}

.has-error .form-control:focus {
  border-color: #c0392b;
}

/* Buttons */
.btn {
  margin: 1px 0;
  border-width: 0;
  background-color: #ffffff;
  transition: all ease-out 0.15s;
}

.input-group-btn .btn {
  border-width: 1px;
}

.btn .gi,
.btn .hi,
.btn .si,
.btn .fi {
  line-height: 1;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.input-group .btn,
.modal-content .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-default {
  background-color: #f1f3f6;
  border-color: #dbe1e8;
  color: #394263;
}

.btn-default.btn-alt {
  background-color: #ffffff;
}

.btn-default:hover {
  background-color: #eaedf1;
  border-color: #c2c8cf;
}

.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .btn-default.dropdown-toggle {
  background-color: #eaedf1;
  border-color: #eaedf1;
}

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

.btn-primary {
  background-color: #6ad2eb;
  border-color: #1bbae1;
  color: #ffffff;
}

.btn-primary.btn-alt {
  background-color: #ffffff;
  color: #1bbae1;
}

.btn-primary:hover {
  background-color: #1bbae1;
  border-color: #1593b3;
  color: #ffffff;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .btn-primary.dropdown-toggle {
  background-color: #1bbae1;
  border-color: #1bbae1;
  color: #ffffff;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #1bbae1;
  border-color: #1bbae1;
  color: #ffffff;
}

.btn-danger {
  background-color: #ef8a80;
  border-color: #e74c3c;
  color: #ffffff;
}

.btn-danger.btn-alt {
  background-color: #ffffff;
  color: #e74c3c;
}

.btn-danger:hover {
  background-color: #e74c3c;
  border-color: #9c3428;
  color: #ffffff;
}

.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .btn-danger.dropdown-toggle {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #ffffff;
}

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

.btn-warning {
  background-color: #f7be64;
  border-color: #f39c12;
  color: #ffffff;
}

.btn-warning.btn-alt {
  background-color: #ffffff;
  color: #f39c12;
}

.btn-warning:hover {
  background-color: #f39c12;
  border-color: #b3730c;
  color: #ffffff;
}

.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .btn-warning.dropdown-toggle {
  background-color: #f39c12;
  border-color: #f39c12;
  color: #ffffff;
}

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

.btn-success {
  background-color: #aad178;
  border-color: #7db831;
  color: #ffffff;
}

.btn-success.btn-alt {
  background-color: #ffffff;
  color: #7db831;
}

.btn-success:hover {
  background-color: #7db831;
  border-color: #578022;
  color: #ffffff;
}

.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .btn-success.dropdown-toggle {
  background-color: #7db831;
  border-color: #7db831;
  color: #ffffff;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #7db831;
  border-color: #7db831;
  color: #ffffff;
}

.btn-info {
  background-color: #7abce7;
  border-color: #3498db;
  color: #ffffff;
}

.btn-info.btn-alt {
  background-color: #ffffff;
  color: #3498db;
}

.btn-info:hover {
  background-color: #3498db;
  border-color: #2875a8;
  color: #ffffff;
}

.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .btn-info.dropdown-toggle {
  background-color: #3498db;
  border-color: #3498db;
  color: #ffffff;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #3498db;
  border-color: #3498db;
  color: #ffffff;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link.btn-icon:hover,
.btn-link.btn-icon:focus {
  color: #1bbae1;
}

.btn-link.btn-icon {
  color: #999999;
}

.btn-link.btn-icon:hover,
.btn-link.btn-icon:focus {
  text-decoration: none;
}

/* Labels, Badges */
.label,
.badge {
  font-weight: normal;
  font-size: 90%;
}

.label {
  padding: 1px 4px;
}

.badge {
  background-repeat: repeat;
  background: rgba(0, 0, 0, 0.3);
  padding: 3px 6px;
}

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

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

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

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

.label-success {
  background-color: #27ae60;
}

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

.label-info {
  background-color: #2980b9;
}

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

.label-primary {
  background-color: #1bbae1;
}

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

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

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

/* Alerts */
.alert {
  border-top-width: 0;
  border-right-width: 2px;
  border-bottom-width: 0;
  border-left-width: 2px;
}

.alert-danger {
  color: #e74c3c;
  background-color: #ffd1cc;
  border-color: #ffb8b0;
}

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

.alert-warning {
  color: #e67e22;
  background-color: #ffe4cc;
  border-color: #ffd6b2;
}

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

.alert-success {
  color: #27ae60;
  background-color: #daf2e4;
  border-color: #b8e5cb;
}

.alert-success .alert-link {
  color: #27ae60;
}

.alert-info {
  color: #3498db;
  background-color: #dae8f2;
  border-color: #b8d2e5;
}

.alert-info .alert-link {
  color: #3498db;
}

.alert-dismissable .close {
  top: -5px;
  right: -25px;
}

.close {
  text-shadow: none;
}

.carousel-control {
  width: 60px;
}

.carousel-control.left,
.carousel-control.right,
.carousel-control.left.no-hover:hover,
.carousel-control.right.no-hover:hover {
  background: none;
  filter: none;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
  background-repeat: repeat;
  background: rgba(0, 0, 0, 0.1);
  filter: none;
}

.carousel-control span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  text-shadow: none;
}

.carousel-control i {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.carousel.carousel-html {
  margin-bottom: 40px;
}

.carousel-html .carousel-indicators {
  bottom: -20px;
}

.carousel-html .carousel-indicators li {
  background-color: #dddddd;
}

.carousel-html .carousel-indicators .active {
  background-color: #1bbae1;
}

.carousel-html .carousel-control {
  text-shadow: none;
  color: #cccccc;
}

.carousel-html .carousel-control:hover {
  color: #ffffff;
}

.carousel-home {
  margin-bottom: 0 !important;
}

.carousel-home img {
  max-width: 100%;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #fff;
  background-color: #1bbae1;
}

.nav > li i {
  font-size: 14px;
}

.nav-pills > .active > a > .badge {
  color: #1bbae1;
}

.nav-stacked > li > a {
  margin: 4px 0 0;
}

.nav .caret,
.nav a:hover .caret,
.nav a:focus .caret {
  border-top-color: #1bbae1;
  border-bottom-color: #1bbae1;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #f9fafc;
}

.nav-tabs {
  border-bottom-color: #eaedf1;
}

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

.nav-tabs > li > a {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: -1px;
}

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

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #394263;
  border-color: #eaedf1;
  border-bottom-color: transparent;
}

.nav-pills > li.active > a > .badge {
  background-repeat: repeat;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

/* Pagination & Pager */
.pagination > li > a,
.pagination > li > span {
  color: #1bbae1;
  margin-left: 5px;
  margin-right: 5px;
  border: none !important;
  border-radius: 25px !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1bbae1;
  font-weight: 600;
}

.pager > li > a,
.pager > li > span {
  border-color: #eaedf1;
}

.pager > li > a:hover,
.pagination > li > a:hover {
  background-color: #1bbae1;
  border-color: #1bbae1;
  color: #ffffff;
}

.pager > li.disabled > a:hover {
  border-color: #eaedf1;
}

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

p,
.table,
.alert,
.carousel {
  margin-bottom: 20px;
}

.navbar-form,
.navbar-collapse,
.form-control,
.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.popover,
.progress,
.progress-bar,
.btn.active,
.open .btn.dropdown-toggle,
.panel {
  box-shadow: none;
}

.site-section {
  padding: 50px 0;
}

.site-block {
  margin-bottom: 49px;
}

.site-heading {
  margin: 0 0 29px;
}

.site-content {
  background-color: #ffffff;
  padding-bottom: 1px;
}

.site-section-top {
  padding-top: 114px;
  overflow: hidden;
}

.site-section-light {
  color: #ffffff;
}

.site-slide-content {
  overflow-x: hidden;
}

.site-top-avatar {
  margin-top: 25px;
  width: 74px;
  height: 74px;
  border-width: 5px;
  border-style: solid;
  border-color: #cccccc;
  border-color: rgba(255, 255, 255, 0.4);
}
.site-top-avatar.pull-right {
  margin-left: 30px;
}
.site-top-avatar.pull-left {
  margin-right: 30px;
}

.sidebar > .sidebar-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.sidebar > .sidebar-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.promo-content {
  margin-bottom: 0;
  font-size: 18px;
  color: #555555;
}

.media-container {
  position: relative;
  height: 279px;
  overflow: hidden;
}
.media-container > .site-section {
  min-height: 279px;
  z-index: 200;
  background: rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 30px #000000;
}
.media-container > .site-section,
.media-container > .media-map,
.media-container > .media-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.media-container > .media-image {
  left: 50%;
  width: 2560px;
  height: 279px;
  margin-left: -1280px;
}

.parallax-image {
  background-position: 50% 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-footer {
  color: #656565;
  padding-top: 11px;
  padding-bottom: 40px;
  background-color: #252525;
}

.footer-heading {
  color: #ffffff;
  font-size: 19px;
  margin: 29px 0 15px;
}

.footer-nav a {
  color: #777777;
  transition: all ease-out 0.15s;
}
.footer-nav a:hover {
  text-decoration: none;
}

.footer-nav-social a {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #151515;
  border-radius: 13px;
  transition: all ease-out 0.25s;
}
.footer-nav-social a:hover {
  color: #ffffff;
  background-color: #1bbae1;
  transform: rotate(360deg) scale(1.5);
}

.portfolio {
  margin-bottom: 19px;
}
.portfolio > div {
  margin-bottom: 30px;
}

.portfolio-item > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.portfolio-item > a > img {
  transition: all ease-out 0.2s;
}
.portfolio-item > a:hover > img {
  transform: scale(1.3);
}

.portfolio-item-info {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 5px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
}

.store-items {
  margin-bottom: 19px;
}

.store-item {
  padding: 5px;
  position: relative;
  display: block;
  margin-bottom: 30px;
  border: 4px solid #eeeeee;
  transition: all 0.2s ease-out;
}
.store-item:hover {
  border-color: #dddddd;
  text-decoration: none;
}

a.store-item:hover {
  transform: translateY(-2px);
}

.store-item-rating {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #ffffff;
  transition: all 0.2s ease-out;
  z-index: 10;
}

.store-item-icon {
  padding: 50px 20px;
  font-size: 84px;
  text-align: center;
}

.store-item:hover .store-item-rating {
  top: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.store-item-image {
  overflow: hidden;
}
.store-item-image img {
  transition: transform 0.2s ease-out;
}

.store-item:hover .store-item-image img {
  transform: scale(1.3);
}

.store-item-price {
  font-weight: bold;
  font-size: 28px;
}

.store-item-info {
  padding: 20px;
  background-color: #f9f9f9;
}

.store-menu ul {
  display: none;
  background: #f9f9f9;
}
.store-menu ul a {
  padding: 5px 0 5px 25px;
}
.store-menu ul ul a {
  padding: 5px 0 5px 40px;
  color: #555555;
}
.store-menu a {
  display: block;
  padding: 7px 10px;
  color: #333333;
}
.store-menu a:hover, .store-menu a.active {
  text-decoration: none;
  color: #1bbae1;
}
.store-menu a.submenu > i {
  margin-right: 5px;
  transition: transform 0.2s ease-out;
}
.store-menu > li > a {
  font-weight: bold;
}
.store-menu .open a.submenu > i {
  transform: rotateZ(90deg);
}
.store-menu .open > ul {
  display: block;
}

.store-menu,
.store-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #eeeeee;
}

.table.table-pricing {
  background-color: #ffffff;
}

.table-pricing th,
.table-pricing td {
  text-align: center;
}

.table-pricing th {
  font-size: 24px !important;
}

.table-pricing td {
  font-size: 15px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.table-pricing .table-price {
  background-color: #f9f9f9;
}

.table-pricing.table-featured .table-price,
.table-pricing .table-price.table-featured {
  background-color: #252525;
}

.table-pricing.table-featured th,
.table-pricing th.table-featured {
  background-color: #1bbae1;
  border-bottom: 2px solid #394263;
  color: #ffffff;
}

.table-pricing.table-featured td,
.table-pricing td.table-featured {
  background-color: #394263;
  color: #ffffff;
}

/* Gallery */
.gallery img,
.gallery a img,
.gallery-image img,
a[data-toggle=lightbox-image] img {
  max-width: 100%;
}

a[data-toggle=lightbox-image],
a.gallery-link {
  cursor: pointer;
  cursor: zoom-in;
}

.gallery a:hover img,
.gallery-image:hover img,
a[data-toggle=lightbox-image]:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.gallery-image {
  position: relative;
}

.gallery-image-options {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  padding: 10px;
}

.gallery-image:hover .gallery-image-options {
  display: block;
}

.gallery > .row > div {
  margin-bottom: 15px;
}

.gallery.gallery-widget > .row > div {
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* Content which contains floats */
.content-float .pull-left {
  margin: 0 20px 20px 0;
}

.content-float .pull-right {
  margin: 0 0 20px 20px;
}

/* Counter */
.counter {
  text-align: center;
  color: #ffffff;
}

.counter span {
  font-weight: 700;
  font-size: 56px;
  text-align: center;
  display: block;
}

.counter small {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

/* Circles */
.circle {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  font-size: 42px;
  color: #ffffff;
  border-radius: 50px;
  margin-bottom: 15px;
  transition: all ease-out 0.25s;
}

.circle:hover {
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.2);
}

.circle .gi,
.circle .hi,
.circle .si,
.circle .fi {
  margin-top: -7px;
}

/* Row Items */
.row-items > div {
  margin-bottom: 49px;
}

/* Scroll to top link */
#to-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 30px;
  border-radius: 3px;
  padding: 0 12px 3px;
  font-size: 28px;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

#to-top:hover {
  color: #ffffff;
  background-color: #1bbae1;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

#gmap {
  width: 100%;
  height: 350px;
  display: block;
}

@font-face {
  font-family: "vfb-logo";
  src: url("/assets/vfb-logo.eot");
  src: url("/assets/vfb-logo.eot?#iefix") format("embedded-opentype"), url("/assets/vfb-logo.woff") format("woff"), url("/assets/vfb-logo.ttf") format("truetype"), url("/assets/vfb-logo.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.vfb-logo {
  font-family: "vfb-logo";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vfb-logo:before {
  content: "\e600";
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: all ease-out 0.25s;
}
header.header-scroll {
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.6);
}
header.header-scroll:hover {
  background: rgba(0, 0, 0, 0.8);
}

a.site-logo {
  display: block;
  float: left;
  color: #ffffff;
  font-size: 35px;
  height: 35px;
  line-height: 35px;
}
a.site-logo:hover {
  color: #ffffff;
  text-decoration: none;
}
a.site-logo:hover > i {
  transform: rotate(360deg) scale(1.5);
}
a.site-logo > i {
  font-size: 14px;
  opacity: 0.6;
  transition: all ease-in-out 0.25s;
}

header nav {
  float: right;
}

.site-nav {
  position: fixed;
  top: 0;
  right: -260px;
  bottom: 0;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 250px;
  background: #353535;
  z-index: 1001;
  transition: all ease-in-out 0.3s;
}
.site-nav.site-nav-visible {
  right: 0;
}
.site-nav a {
  display: block;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  padding: 0 10px;
  margin: 2px 5px;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-transform: uppercase;
}
.site-nav a:hover {
  color: #333333;
  background: #ffffff;
  text-decoration: none;
}
.site-nav a.active,
.site-nav a.active:hover,
.site-nav li.active > a {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
}
.site-nav i {
  font-size: 14px;
}
.site-nav i.site-nav-arrow {
  float: right;
  line-height: 34px;
  margin-left: 10px;
}
.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
.site-nav ul a {
  color: #dddddd;
  text-transform: none;
  height: auto;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*
=================================================================
(#m05ths) THEME
=================================================================
*/
.themed-color {
  color: #1bbae1;
}

.themed-border {
  border-color: #1bbae1;
}

.themed-background {
  background-color: #1bbae1;
}

.themed-color-dark {
  color: #394263;
}

.themed-border-dark {
  border-color: #394263;
}

.themed-background-dark {
  background-color: #394263;
}

/*
=================================================================
(#m06hes) HELPERS
=================================================================
*/
.push-bit {
  margin-bottom: 30px;
}

.push {
  margin-bottom: 49px;
}

.push-top-bottom {
  margin-top: 49px;
  margin-bottom: 49px;
}

.remove-margin {
  margin-bottom: 0;
}

.lt-ie9 .hidden-lt-ie9 {
  display: none !important;
}

.display-none {
  display: none;
}

.visibility-none {
  visibility: hidden;
}

:focus {
  outline: 0 !important;
}

/*
=================================================================
(#m07res) RESPONSIVE
=================================================================
*/
@media screen and (min-width: 768px) {
  .site-heading-promo {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .site-nav {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    overflow-y: visible;
    width: auto;
    background: transparent;
    z-index: auto;
    transition: none;
  }
  .site-nav li {
    float: left;
    padding: 0;
    margin-left: 10px;
    position: relative;
  }
  .site-nav a {
    margin: 0;
  }
  .site-nav li:hover > ul {
    display: block;
  }
  .site-nav li.active > a {
    border-radius: 3px;
  }
  .site-nav a.site-nav-sub,
  .site-nav li.active:hover > a.site-nav-sub {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .site-nav > li:hover > a,
  .site-nav > li.active:hover > a {
    color: #333333;
    background: #ffffff;
    text-decoration: none;
  }
  .site-nav a.site-nav-sub {
    padding-right: 30px;
  }
  .site-nav i.site-nav-arrow {
    margin: 0 -20px 0 0;
  }
  .site-nav ul {
    display: none;
    position: absolute;
    left: 0;
    top: 34px;
    padding: 2px 0;
    width: 160px;
    background-color: #ffffff;
    border-radius: 3px;
    border-top-left-radius: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .site-nav li:last-child ul {
    left: auto;
    right: 0;
    border-radius: 3px;
    border-top-right-radius: 0;
  }
  .site-nav ul li {
    float: none;
    margin: 0;
    padding: 1px 3px;
  }
  .site-nav ul a {
    color: #333333;
  }
  .site-nav ul a:hover {
    background-color: #eeeeee;
  }
  .site-nav ul a.active,
  .site-nav ul a.active:hover {
    background-color: #454545;
  }
}
@media screen and (min-width: 1200px) {
  article p {
    font-size: 19px;
    line-height: 1.9;
  }
  .site-heading-promo {
    margin-top: 120px;
  }
  .promo-content {
    font-size: 24px;
    font-weight: 300;
  }
}
/*
=================================================================
(#m08rts) RETINA
=================================================================
*/
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #353535;
  background-color: #151515;
}

#page-container {
  margin: 0 auto;
  width: 100%;
}
#page-container.boxed {
  max-width: 1280px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.themed-color-default {
  color: #1bbae1 !important;
}

.themed-border-default {
  border-color: #1bbae1 !important;
}

.themed-background-default {
  background-color: #1bbae1 !important;
}

.themed-color-dark-default {
  color: #394263 !important;
}

.themed-border-dark-default {
  border-color: #394263 !important;
}

.themed-background-dark-default {
  background-color: #394263 !important;
}

/*
=================================================================
THEME NIGHT
=================================================================
*/
.themed-color-night {
  color: #888888 !important;
}

.themed-border-night {
  border-color: #888888 !important;
}

.themed-background-night {
  background-color: #888888 !important;
}

.themed-color-dark-night {
  color: #333333 !important;
}

.themed-border-dark-night {
  border-color: #333333 !important;
}

.themed-background-dark-night {
  background-color: #333333 !important;
}

/*
=================================================================
THEME AMETHYST
=================================================================
*/
.themed-color-amethyst {
  color: #af64cc !important;
}

.themed-border-amethyst {
  border-color: #af64cc !important;
}

.themed-background-amethyst {
  background-color: #af64cc !important;
}

.themed-color-dark-amethyst {
  color: #583a63 !important;
}

.themed-border-dark-amethyst {
  border-color: #583a63 !important;
}

.themed-background-dark-amethyst {
  background-color: #583a63 !important;
}

/*
=================================================================
THEME MODERN
=================================================================
*/
.themed-color-modern {
  color: #46b7bf !important;
}

.themed-border-modern {
  border-color: #46b7bf !important;
}

.themed-background-modern {
  background-color: #46b7bf !important;
}

.themed-color-dark-modern {
  color: #3b3f40 !important;
}

.themed-border-dark-modern {
  border-color: #3b3f40 !important;
}

.themed-background-dark-modern {
  background-color: #3b3f40 !important;
}

/*
=================================================================
THEME AUTUMN
=================================================================
*/
.themed-color-autumn {
  color: #e67e22 !important;
}

.themed-border-autumn {
  border-color: #e67e22 !important;
}

.themed-background-autumn {
  background-color: #e67e22 !important;
}

.themed-color-dark-autumn {
  color: #4a392b !important;
}

.themed-border-dark-autumn {
  border-color: #4a392b !important;
}

.themed-background-dark-autumn {
  background-color: #4a392b !important;
}

/*
=================================================================
THEME FLATIE
=================================================================
*/
.themed-color-flatie {
  color: #1ec1b8 !important;
}

.themed-border-flatie {
  border-color: #1ec1b8 !important;
}

.themed-background-flatie {
  background-color: #1ec1b8 !important;
}

.themed-color-dark-flatie {
  color: #32323a !important;
}

.themed-border-dark-flatie {
  border-color: #32323a !important;
}

.themed-background-dark-flatie {
  background-color: #32323a !important;
}

/*
=================================================================
THEME SPRING
=================================================================
*/
.themed-color-spring {
  color: #27ae60 !important;
}

.themed-border-spring {
  border-color: #27ae60 !important;
}

.themed-background-spring {
  background-color: #27ae60 !important;
}

.themed-color-dark-spring {
  color: #344a3d !important;
}

.themed-border-dark-spring {
  border-color: #344a3d !important;
}

.themed-background-dark-spring {
  background-color: #344a3d !important;
}

/*
=================================================================
THEME FANCY
=================================================================
*/
.themed-color-fancy {
  color: #d9416c !important;
}

.themed-border-fancy {
  border-color: #d9416c !important;
}

.themed-background-fancy {
  background-color: #d9416c !important;
}

.themed-color-dark-fancy {
  color: #352b4e !important;
}

.themed-border-dark-fancy {
  border-color: #352b4e !important;
}

.themed-background-dark-fancy {
  background-color: #352b4e !important;
}

/*
=================================================================
THEME FIRE
=================================================================
*/
.themed-color-fire {
  color: #e74c3c !important;
}

.themed-border-fire {
  border-color: #e74c3c !important;
}

.themed-background-fire {
  background-color: #e74c3c !important;
}

.themed-color-dark-fire {
  color: #4a2e2b !important;
}

.themed-border-dark-fire {
  border-color: #4a2e2b !important;
}

.themed-background-dark-fire {
  background-color: #4a2e2b !important;
}

/*
=================================================================
THEME CORAL
=================================================================
*/
.themed-color-coral {
  color: #ff6b6b !important;
}

.themed-border-coral {
  border-color: #ff6b6b !important;
}

.themed-background-coral {
  background-color: #ff6b6b !important;
}

.themed-color-dark-coral {
  color: #3c3e4f !important;
}

.themed-border-dark-coral {
  border-color: #3c3e4f !important;
}

.themed-background-dark-coral {
  background-color: #3c3e4f !important;
}

/*
=================================================================
THEME LAKE
=================================================================
*/
.themed-color-lake {
  color: #e38e7b !important;
}

.themed-border-lake {
  border-color: #e38e7b !important;
}

.themed-background-lake {
  background-color: #e38e7b !important;
}

.themed-color-dark-lake {
  color: #043e50 !important;
}

.themed-border-dark-lake {
  border-color: #043e50 !important;
}

.themed-background-dark-lake {
  background-color: #043e50 !important;
}

/*
=================================================================
THEME FOREST
=================================================================
*/
.themed-color-forest {
  color: #0ead87 !important;
}

.themed-border-forest {
  border-color: #0ead87 !important;
}

.themed-background-forest {
  background-color: #0ead87 !important;
}

.themed-color-dark-forest {
  color: #3b322c !important;
}

.themed-border-dark-forest {
  border-color: #3b322c !important;
}

.themed-background-dark-forest {
  background-color: #3b322c !important;
}

/*
=================================================================
THEME WATERLILY
=================================================================
*/
.themed-color-waterlily {
  color: #4ca5a9 !important;
}

.themed-border-waterlily {
  border-color: #4ca5a9 !important;
}

.themed-background-waterlily {
  background-color: #4ca5a9 !important;
}

.themed-color-dark-waterlily {
  color: #4f243e !important;
}

.themed-border-dark-waterlily {
  border-color: #4f243e !important;
}

.themed-background-dark-waterlily {
  background-color: #4f243e !important;
}

/*
=================================================================
THEME EMERALD
=================================================================
*/
.themed-color-emerald {
  color: #69b899 !important;
}

.themed-border-emerald {
  border-color: #69b899 !important;
}

.themed-background-emerald {
  background-color: #69b899 !important;
}

.themed-color-dark-emerald {
  color: #07313a !important;
}

.themed-border-dark-emerald {
  border-color: #07313a !important;
}

.themed-background-dark-emerald {
  background-color: #07313a !important;
}

/*
=================================================================
THEME BLACKBERRY
=================================================================
*/
.themed-color-blackberry {
  color: #148e81 !important;
}

.themed-border-blackberry {
  border-color: #148e81 !important;
}

.themed-background-blackberry {
  background-color: #148e81 !important;
}

.themed-color-dark-blackberry {
  color: #352738 !important;
}

.themed-border-dark-blackberry {
  border-color: #352738 !important;
}

.themed-background-dark-blackberry {
  background-color: #352738 !important;
}

/*
==============================================
slideDown
==============================================
*/
.animation-slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*
==============================================
slideUp
==============================================
*/
.animation-slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*
==============================================
slideLeft
==============================================
*/
.animation-slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    ransform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*
==============================================
slideRight
==============================================
*/
.animation-slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*
==============================================
slideExpandUp
==============================================
*/
.animation-slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important;
}

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5);
  }
  30% {
    transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    transform: translateY(2%) scaleX(0.5);
  }
  50% {
    transform: translateY(0%) scaleX(1.1);
  }
  60% {
    transform: translateY(0%) scaleX(0.9);
  }
  70% {
    transform: translateY(0%) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleX(0.95);
  }
  90% {
    transform: translateY(0%) scaleX(1.02);
  }
  100% {
    transform: translateY(0%) scaleX(1);
  }
}
/*
==============================================
expandUp
==============================================
*/
.animation-expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
/*
==============================================
fadeIn
==============================================
*/
.animation-fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*
==============================================
expandOpen
==============================================
*/
.animation-expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes expandOpen {
  0% {
    transform: scale(1.8);
  }
  50% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
/*
==============================================
bigEntrance
==============================================
*/
.animation-bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
/*
==============================================
hatch
==============================================
*/
.animation-hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important;
}

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    transform: rotate(2deg) scaleY(1);
  }
  50% {
    transform: rotate(-2deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*
==============================================
bounce
==============================================
*/
.animation-bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }
  60% {
    transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
/*
==============================================
pulse
==============================================
*/
.animation-pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
/*
==============================================
floating
==============================================
*/
.animation-floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*
==============================================
tossing
==============================================
*/
.animation-tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
/*
==============================================
pullUp
==============================================
*/
.animation-pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes pullUp {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
/*
==============================================
pullDown
==============================================
*/
.animation-pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
/*
==============================================
stretchLeft
==============================================
*/
.animation-stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
/*
==============================================
stretchRight
==============================================
*/
.animation-stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
/* Extend with more animations */
/*
==============================================
pulseSlow
==============================================
*/
.animation-pulseSlow {
  animation-name: pulseSlow;
  -webkit-animation-name: pulseSlow;
  animation-duration: 30s;
  -webkit-animation-duration: 30s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

@keyframes pulseSlow {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/*
==============================================
floatingHor
==============================================
*/
.animation-floatingHor {
  animation-name: floatingHor;
  -webkit-animation-name: floatingHor;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floatingHor {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(8%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*
==============================================
fadeInQuick
==============================================
*/
.animation-fadeInQuick {
  animation-name: fadeInQuick;
  -webkit-animation-name: fadeInQuick;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes fadeInQuick {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*
==============================================
fadeInQuickInv
==============================================
*/
.animation-fadeInQuickInv {
  animation-name: fadeInQuickInv;
  -webkit-animation-name: fadeInQuickInv;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes fadeInQuickInv {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*
==============================================
fadeIn360
==============================================
*/
.animation-fadeIn360 {
  animation-name: fadeIn360;
  -webkit-animation-name: fadeIn360;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes fadeIn360 {
  0% {
    transform: rotate(0deg) scale(1.3);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg) scale(1);
    opacity: 1;
  }
}
/*
==============================================
FadeInRight
==============================================
*/
.animation-fadeInRight {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes fadeInRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
/*
==============================================
FadeInLeft
==============================================
*/
.animation-fadeInLeft {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes fadeInLeft {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */