/*!

 =========================================================
 * Paper Kit Pro - v2.3.1
 =========================================================

 * Product Page: https://www.creative-tim.com/product/paper-kit-2-pro
 * Copyright 2020 Creative Tim (http://www.creative-tim.com)

 * Coded by www.creative-tim.com

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 */ .bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 30px;
  border: 0;
  position: relative;
  text-align: left;
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 8px;
  width: 61px !important;
  height: 26px;
  outline: none;
  z-index: 0;
  margin-right: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-flex;
  top: 0;
  height: 26px;
  border-radius: 4px;
  transform: translateZ(0);
  width: 100px !important
}
.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  color: #fff;
  padding: 6px 12px;
  font-size: 11px;
  text-indent: -5px;
  line-height: 15px;
  transition: .25s ease-out
}
.bootstrap-switch .bootstrap-switch-handle-off i, .bootstrap-switch .bootstrap-switch-handle-on i, .bootstrap-switch .bootstrap-switch-label i {
  font-size: 12px;
  line-height: 14px
}
.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on {
  text-align: center;
  z-index: 1;
  float: left;
  width: 50% !important
}
.bootstrap-switch .bootstrap-switch-handle-on {
  background-color: #66615b
}
.bootstrap-switch .bootstrap-switch-handle-off {
  background-color: #cfcfca
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: #fff;
  background: #51cbce
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
  color: #fff;
  background: #51bcda
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  color: #fff;
  background: #6bd098
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
  background: #fbc658;
  color: #fff
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
  color: #fff;
  background: #f5593d
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  z-index: 100;
  color: #333;
  background: #fff;
  width: 22px !important;
  height: 22px;
  margin: 2px -11px;
  border-radius: 12px;
  position: relative;
  float: left;
  padding: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 1px #fff, 0 1px 1px rgba(0, 0, 0, .25)
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}
.bootstrap-switch .bootstrap-switch-handle-off {
  text-indent: 6px
}
.bootstrap-switch input[type=checkbox], .bootstrap-switch input[type=radio] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1
}
.bootstrap-switch input[type=checkbox].form-control, .bootstrap-switch input[type=radio].form-control {
  height: auto
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33
}
.bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-indeterminate, .bootstrap-switch.bootstrap-switch-readonly {
  cursor: default !important
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: default !important
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  transition: margin-left .5s
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
  margin-left: -2px !important
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
  margin-left: -37px !important
}
.bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
  width: 26px !important;
  margin: 2px -15px
}
.bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
  width: 26px !important;
  margin: 2px -15px -13px -11px
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-handle-off {
  background-color: #66615b
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-handle-on {
  background-color: #cfcfca
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-danger {
  background-color: #f5593d
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-warning {
  background-color: #fbc658
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-success {
  background-color: #6bd098
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-primary {
  background-color: #51cbce
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-info {
  background-color: #51bcda
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-default {
  background-color: #66615b
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-danger, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-info, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-primary, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-success, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-warning {
  background-color: #cfcfca
}
/*! nouislider - 14.5.0 - 5/11/2020 */ .noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box
}
.noUi-target {
  position: relative
}
.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}
.noUi-connects {
  overflow: hidden;
  z-index: 0
}
.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat
}
.noUi-connect {
  height: 100%;
  width: 100%
}
.noUi-origin {
  height: 10%;
  width: 10%
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto
}
.noUi-vertical .noUi-origin {
  width: 0
}
.noUi-horizontal .noUi-origin {
  height: 0
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}
.noUi-handle.noUi-active:focus, .noUi-handle:active, .noUi-handle:focus, .noUi-handle:focus:active {
  outline: none !important
}
.noUi-touch-area {
  height: 100%;
  width: 100%
}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: transform .3s
}
.noUi-state-drag * {
  cursor: inherit !important
}
.noUi-horizontal {
  height: 1px
}
.noUi-vertical {
  width: 18px
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto
}
.noUi-target {
  background: #c8c8c8;
  border-radius: 4px
}
.noUi-connects {
  border-radius: 3px
}
.noUi-connect {
  background: #3fb8af
}
.noUi-draggable {
  cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}
.noUi-handle {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  left: 100%;
  top: -6px;
  cursor: pointer;
  border-radius: 50%;
  transition: all .2s ease-out;
  border: 1px solid
}
.noUi-handle.noUi-active {
  transform: scale3d(1.5, 1.5, 1)
}
[disabled] .noUi-connect {
  background: #b8b8b8
}
[disabled].noUi-handle, [disabled] .noUi-handle, [disabled].noUi-target {
  cursor: not-allowed
}
.noUi-pips, .noUi-pips * {
  box-sizing: border-box
}
.noUi-pips {
  position: absolute;
  color: #999
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}
.noUi-marker {
  position: absolute;
  background: #ccc
}
.noUi-marker-large, .noUi-marker-sub {
  background: #aaa
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%)
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%)
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}
.noUi-value-vertical {
  transform: translateY(-50%);
  padding-left: 25px
}
.noUi-rtl .noUi-value-vertical {
  transform: translateY(50%)
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%);
  left: 50%;
  bottom: 120%
}
.noUi-vertical .noUi-tooltip {
  transform: translateY(-50%);
  top: 50%;
  right: 120%
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%);
  left: auto;
  bottom: 10px
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translateY(-18px);
  top: auto;
  right: 28px
}
.slider {
  background: #c8c8c8
}
.slider .noUi-connect {
  background-color: #51cbce;
  border-radius: 4px
}
.slider .noUi-handle {
  border-color: #51cbce;
  background-color: #51cbce;
  box-shadow: 0 0 10px 0 #51cbce
}
.slider.slider-info .noUi-connect {
  background-color: #51bcda
}
.slider.slider-info .noUi-handle {
  border-color: #51bcda;
  background-color: #51bcda;
  box-shadow: 0 0 10px 0 #51bcda
}
.slider.slider-success .noUi-connect {
  background-color: #6bd098
}
.slider.slider-success .noUi-handle {
  border-color: #6bd098;
  background-color: #6bd098;
  box-shadow: 0 0 10px 0 #6bd098
}
.slider.slider-warning .noUi-connect {
  background-color: #fbc658
}
.slider.slider-warning .noUi-handle {
  border-color: #fbc658;
  background-color: #fbc658;
  box-shadow: 0 0 10px 0 #fbc658
}
.slider.slider-danger .noUi-connect {
  background-color: #f5593d
}
.slider.slider-danger .noUi-handle {
  border-color: #f5593d;
  background-color: #f5593d;
  box-shadow: 0 0 10px 0 #f5593d
}
/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */ @keyframes a {
  0% {
    opacity: .9
  }
  to {
    opacity: 0
  }
}
.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important
}
.bootstrap-select {
  width: 100% !important;
  vertical-align: middle
}
.bootstrap-select .dropdown-menu {
  overflow: visible !important;
  min-width: 100% !important
}
.bootstrap-select .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.bootstrap-select .dropdown-menu .dropdown-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.bootstrap-select .dropdown-menu .dropdown-item.active:not(.disabled) {
  background-color: #66615b;
  color: #fff
}
.bootstrap-select .dropdown-menu .dropdown-item:focus {
  outline: none
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  z-index: 1;
  white-space: nowrap;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: 0
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: .5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important
}
.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745
}
.bootstrap-select.fit-width {
  width: auto !important
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right
}
.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit
}
.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: .25rem .5rem
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: .5rem 1rem
}
.form-inline .bootstrap-select .form-control {
  width: 100%
}
.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed
}
.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline: none !important
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box
}
.bootstrap-select .dropdown-menu > .inner:focus, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:focus:active {
  outline: none !important
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none
}
.bootstrap-select .dropdown-menu li {
  position: relative
}
.bootstrap-select .dropdown-menu li.active small {
  color: hsla(0, 0%, 100%, .5) !important
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block
}
.bootstrap-select .dropdown-menu li small {
  padding-left: .5em
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  pointer-events: none;
  opacity: .9;
  box-sizing: border-box
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: .3s linear .75s forwards a
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: "\00a0"
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: .5em;
  height: 1em;
  border-style: solid;
  border-width: 0 .26em .26em 0;
  transform: rotate(45deg)
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid hsla(0, 0%, 80%, .2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid hsla(0, 0%, 80%, .2);
  border-bottom: 0
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
  display: block
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box
}
.bs-actionsbox .btn-group button {
  width: 50%
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box
}
.bs-donebutton .btn-group button {
  width: 100%
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none
}
.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr
}
.fileinput {
  display: inline-block;
  margin-bottom: 9px
}
.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text
}
.fileinput .thumbnail {
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px
}
.fileinput .thumbnail.img-circle {
  border-radius: 50%
}
.fileinput .thumbnail > img {
  max-height: 100%;
  width: 100%
}
.fileinput .btn {
  vertical-align: middle
}
.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
  display: none
}
.fileinput-inline .fileinput-controls {
  display: inline
}
.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle
}
.form-control .fileinput-filename {
  vertical-align: bottom
}
.fileinput.input-group {
  display: table
}
.fileinput.input-group > * {
  position: relative;
  z-index: 2
}
.fileinput.input-group > .btn-file {
  z-index: 1
}
.fileinput-new.input-group .btn-file, .fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0
}
.fileinput-new.input-group .btn-file.btn-sm, .fileinput-new .input-group .btn-file.btn-sm, .fileinput-new.input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-xs {
  border-radius: 0 3px 3px 0
}
.fileinput-new.input-group .btn-file.btn-lg, .fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6
}
.input-group-addon:not(:first-child) {
  border-left: 0
}
.thumbnail {
  border: 0 none
}
/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */ .bootstrap-datetimepicker-widget .btn[data-action=clear]:after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]:after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after, .bootstrap-datetimepicker-widget .btn[data-action=today]:after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after, .bootstrap-datetimepicker-widget .picker-switch:after, .bootstrap-datetimepicker-widget table th.next:after, .bootstrap-datetimepicker-widget table th.prev:after, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
.bootstrap-datetimepicker-widget {
  list-style: none
}
.bootstrap-datetimepicker-widget a .btn:hover {
  background-color: transparent
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 4px;
  width: 16em
}
@media (min-width:768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em
  }
}
@media (min-width:992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em
  }
}
@media (min-width:1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-bottom: 11px solid #f1eae0;
  top: -12px
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  left: auto
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom: 11px solid #fff;
  top: -11px
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
  border-width: 0;
  color: #66615b;
  background-color: transparent
}
.bootstrap-datetimepicker-widget a[data-action=togglePicker], .bootstrap-datetimepicker-widget a[data-action=togglePicker]:hover {
  color: #429cb6 !important
}
.bootstrap-datetimepicker-widget a[data-action]:hover {
  background-color: transparent;
  color: hsla(0, 0%, 100%, .85)
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  font-size: 1.5em;
  margin: 3px;
  border-radius: 50%
}
.bootstrap-datetimepicker-widget button[data-action] {
  width: 38px;
  height: 38px;
  padding: 0
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after {
  content: "Increment Hours"
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after {
  content: "Increment Minutes"
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after {
  content: "Decrement Hours"
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after {
  content: "Decrement Minutes"
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after {
  content: "Show Hours"
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after {
  content: "Show Minutes"
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after {
  content: "Toggle AM/PM"
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]:after {
  content: "Clear the picker"
}
.bootstrap-datetimepicker-widget .btn[data-action=today]:after {
  content: "Set the date to today"
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  border-radius: 4px
}
.bootstrap-datetimepicker-widget .picker-switch:after {
  content: "Toggle Date and Time Screens"
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
  border-radius: 4px;
  margin: 2px 0 !important
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0
}
.bootstrap-datetimepicker-widget table td > div, .bootstrap-datetimepicker-widget table th > div {
  text-align: center
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #cfcfca;
  cursor: not-allowed
}
.bootstrap-datetimepicker-widget table th.next span, .bootstrap-datetimepicker-widget table th.prev span {
  border-radius: 4px;
  height: 27px;
  width: 27px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center
}
.bootstrap-datetimepicker-widget table th.prev:after {
  content: "Previous Month"
}
.bootstrap-datetimepicker-widget table th.next:after {
  content: "Next Month"
}
.bootstrap-datetimepicker-widget table th.dow {
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  font-size: 12px;
  text-transform: uppercase;
  color: #9a9a9a;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 10px
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer
}
.bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover, .bootstrap-datetimepicker-widget table thead tr:first-child th:hover span {
  background: #e3e3e3
}
.bootstrap-datetimepicker-widget table td > div {
  border-radius: 4px;
  height: 54px;
  line-height: 54px;
  width: 54px;
  text-align: center
}
.bootstrap-datetimepicker-widget table td.cw > div {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #cfcfca
}
.bootstrap-datetimepicker-widget table td.day > div {
  height: 30px;
  line-height: 31px;
  width: 30px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  margin: 0 auto;
  z-index: -1;
  position: relative
}
.table-condensed .day:hover div {
  transition: all .15s linear
}
.bootstrap-datetimepicker-widget table td.hour > div, .bootstrap-datetimepicker-widget table td.minute > div {
  border-radius: 50%
}
.bootstrap-datetimepicker-widget table td.day:hover > div, .bootstrap-datetimepicker-widget table td.hour:hover > div, .bootstrap-datetimepicker-widget table td.minute:hover > div, .bootstrap-datetimepicker-widget table td.second:hover > div {
  background: #e3e3e3;
  cursor: pointer
}
.bootstrap-datetimepicker-widget table td.new > div, .bootstrap-datetimepicker-widget table td.old > div {
  color: #cfcfca
}
.bootstrap-datetimepicker-widget table td.today > div:before {
  content: "";
  display: inline-block;
  border: 7px solid transparent;
  border-bottom-color: #68b3c8;
  border-top-color: rgba(0, 0, 0, .2);
  position: absolute;
  bottom: 4px;
  right: 4px
}
.bootstrap-datetimepicker-widget table td.active:hover > div, .bootstrap-datetimepicker-widget table td.active > div {
  background-color: #68b3c8;
  color: #fff
}
.bootstrap-datetimepicker-widget table td.active.today:before > div {
  border-bottom-color: #fff
}
.bootstrap-datetimepicker-widget table td.disabled:hover > div, .bootstrap-datetimepicker-widget table td.disabled > div {
  background: none;
  color: #cfcfca;
  cursor: not-allowed
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 3px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #e3e3e3
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #68b3c8;
  color: #fff
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #cfcfca
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #cfcfca;
  cursor: not-allowed
}
.bootstrap-datetimepicker-widget .timepicker-hours span, .bootstrap-datetimepicker-widget .timepicker-minutes span, .bootstrap-datetimepicker-widget .timepicker-picker span {
  border-radius: 50% !important
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px
}
.input-group.date .input-group-addon {
  cursor: pointer
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 1px;
  text-align: center;
  z-index: 1;
  cursor: pointer
}
.bootstrap-datetimepicker-widget {
  opacity: 0;
  box-shadow: 0 2px rgba(17, 16, 15, .1), 0 2px 10px rgba(17, 16, 15, .1);
  transition: transform .5s cubic-bezier(.215, .61, .355, 1) 0s
}
.bootstrap-datetimepicker-widget.top:before {
  border-top: 11px solid #dcd9d1;
  bottom: -12px
}
.bootstrap-datetimepicker-widget.top:after, .bootstrap-datetimepicker-widget.top:before {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px
}
.bootstrap-datetimepicker-widget.top:after {
  border-top: 11px solid #fff;
  bottom: -11px
}
.bootstrap-datetimepicker-widget.top.open {
  transform: translate3d(0, -10px, 0);
  transition: transform .5s cubic-bezier(.215, .61, .355, 1) 0s;
  opacity: 1
}
.bootstrap-datetimepicker-widget.bottom {
  transform: translate3d(0, -5px, 0);
  opacity: 0
}
.bootstrap-datetimepicker-widget.bottom.open {
  transform: translate3d(0, 3px, 0);
  transition: transform .5s cubic-bezier(.215, .61, .355, 1) 0s;
  opacity: 1
}
.alert {
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px
}
.alert .close {
  font-size: 20px;
  color: #fff
}
.container .alert {
  border-radius: 4px
}
.navbar .alert {
  border-radius: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 85px;
  width: 100%;
  z-index: 3
}
.navbar:not(.navbar-transparent) .alert {
  top: 70px
}
.alert .alert-icon {
  display: block;
  font-size: 30px;
  left: 15px;
  position: absolute;
  top: 50%;
  margin-top: -22px
}
.alert .alert-wrapper.message {
  padding-right: 60px
}
.alert .alert-wrapper i {
  position: relative;
  font-size: 20px;
  top: 5px;
  margin-top: -5px;
  font-weight: 600
}
.alert-info {
  background-color: #6ec7e0
}
.alert-success {
  background-color: #86d9ab
}
.alert-warning {
  background-color: #fcd27b
}
.alert-danger {
  background-color: #f7765f
}
.form-check-radio, .from-check {
  margin-bottom: 12px;
  position: relative
}
.form-check {
  padding-left: 0;
  margin-bottom: .5rem
}
.form-check .form-check-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  line-height: 26px;
  margin-bottom: 0
}
.form-check .form-check-sign:after, .form-check .form-check-sign:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  cursor: pointer;
  border-radius: 6px;
  top: 0;
  background-color: #aaa7a4;
  transition: opacity .3s linear
}
.form-check .form-check-sign:after {
  font-family: FontAwesome;
  content: "\f00c";
  top: -1px;
  text-align: center;
  font-size: 15px;
  opacity: 0;
  color: #fff;
  border: 0;
  background-color: inherit
}
.form-check.disabled .form-check-label {
  color: #9a9a9a;
  opacity: .5;
  cursor: not-allowed
}
.form-check-radio input[type=radio], .form-check input[type=checkbox] {
  opacity: 0;
  position: absolute;
  visibility: hidden
}
.form-check input[type=checkbox]:checked + .form-check-sign:after {
  opacity: 1
}
.checkbox input[type=checkbox]:disabled + .form-check-sign:after, .form-control input[type=checkbox]:disabled + .form-check-sign:before {
  cursor: not-allowed
}
.form-check-radio input[type=radio]:disabled + .form-check-sign, .form-check .form-check-label input[type=checkbox]:disabled + .form-check-sign {
  pointer-events: none !important
}
.form-check-radio {
  margin-left: -3px
}
.form-check-radio .form-check-label {
  padding-left: 2rem
}
.form-check-radio.disabled .form-check-label {
  color: #9a9a9a;
  opacity: .5;
  cursor: not-allowed
}
.form-check-radio .form-check-sign:before {
  font-family: FontAwesome;
  content: "\f10c";
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  opacity: .5;
  left: 5px;
  top: -5px
}
.form-check-label input[type=checkbox]:checked + .form-check-sign:before {
  background-color: #66615b
}
.form-check-radio input[type=radio], .form-check-radio input[type=radio] + .form-check-sign:after {
  opacity: 0;
  transition: opacity .3s linear;
  content: " ";
  display: block
}
.form-check-radio input[type=radio]:checked + .form-check-sign:after {
  font-family: FontAwesome;
  content: "\f192";
  top: -5px;
  position: absolute;
  left: 5px;
  font-size: 22px;
  opacity: 1
}
.form-check-radio input[type=radio]:disabled + .form-check-sign:after, .form-check-radio input[type=radio]:disabled + .form-check-sign:before {
  color: #9a9a9a
}
.badge {
  padding: .4em .9em;
  color: #fff;
  font-weight: 500;
  font-size: .75em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 3px;
  padding-top: 5px
}
.badge:focus, .badge span[data-role=remove]:focus {
  outline: none
}
.badge-primary {
  background-color: #51cbce
}
.badge-info {
  background-color: #51bcda
}
.badge-success {
  background-color: #6bd098
}
.badge-warning {
  background-color: #fbc658
}
.badge-danger {
  background-color: #f5593d
}
.badge-default {
  background-color: #66615b
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li > a, .pagination > li > span {
  background-color: transparent;
  border: 2px solid #f5593d;
  border-radius: 20px;
  color: #f5593d;
  height: 36px;
  margin: 0 2px;
  min-width: 36px;
  padding: 8px 12px;
  font-weight: 600
}
.nav-pills-default > li > a, .pagination > li.active > a, .pagination > li.active > a:focus, .pagination > li.active > a:hover, .pagination > li.active > span, .pagination > li.active > span:focus, .pagination > li.active > span:hover, .pagination > li > a:active, .pagination > li > a:focus, .pagination > li > a:hover {
  background-color: #66615b;
  border-color: #66615b;
  color: #fff
}
.nav-pills-primary > li > a, .pagination-primary > li:first-child > a, .pagination-primary > li:first-child > span, .pagination-primary > li:last-child > a, .pagination-primary > li:last-child > span, .pagination-primary > li > a, .pagination-primary > li > span {
  border: 2px solid #51cbce;
  color: #51cbce
}
.nav-pills-primary > li.active > a, .nav-pills-primary > li.active > a:focus, .nav-pills-primary > li.active > a:hover, .pagination-primary > li.active > a, .pagination-primary > li.active > a:focus, .pagination-primary > li.active > a:hover, .pagination-primary > li.active > span, .pagination-primary > li.active > span:focus, .pagination-primary > li.active > span:hover, .pagination-primary > li > a:active, .pagination-primary > li > a:focus, .pagination-primary > li > a:hover {
  background-color: #51cbce !important;
  border-color: #51cbce !important;
  color: #fff
}
.nav-pills-info > li > a, .pagination-info > li:first-child > a, .pagination-info > li:first-child > span, .pagination-info > li:last-child > a, .pagination-info > li:last-child > span, .pagination-info > li > a, .pagination-info > li > span {
  border: 2px solid #51bcda;
  color: #51bcda
}
.nav-pills-info > li.active > a, .nav-pills-info > li.active > a:focus, .nav-pills-info > li.active > a:hover, .pagination-info > li.active > a, .pagination-info > li.active > a:focus, .pagination-info > li.active > a:hover, .pagination-info > li.active > span, .pagination-info > li.active > span:focus, .pagination-info > li.active > span:hover, .pagination-info > li > a:active, .pagination-info > li > a:focus, .pagination-info > li > a:hover {
  background-color: #51bcda !important;
  border-color: #51bcda !important;
  color: #fff
}
.nav-pills-success > li > a, .pagination-success > li:first-child > a, .pagination-success > li:first-child > span, .pagination-success > li:last-child > a, .pagination-success > li:last-child > span, .pagination-success > li > a, .pagination-success > li > span {
  border: 2px solid #6bd098;
  color: #6bd098
}
.nav-pills-success > li.active > a, .nav-pills-success > li.active > a:focus, .nav-pills-success > li.active > a:hover, .pagination-success > li.active > a, .pagination-success > li.active > a:focus, .pagination-success > li.active > a:hover, .pagination-success > li.active > span, .pagination-success > li.active > span:focus, .pagination-success > li.active > span:hover, .pagination-success > li > a:active, .pagination-success > li > a:focus, .pagination-success > li > a:hover {
  background-color: #6bd098 !important;
  border-color: #6bd098 !important;
  color: #fff
}
.nav-pills-warning > li > a, .pagination-warning > li:first-child > a, .pagination-warning > li:first-child > span, .pagination-warning > li:last-child > a, .pagination-warning > li:last-child > span, .pagination-warning > li > a, .pagination-warning > li > span {
  border: 2px solid #fbc658;
  color: #fbc658
}
.nav-pills-warning > li.active > a, .nav-pills-warning > li.active > a:focus, .nav-pills-warning > li.active > a:hover, .pagination-warning > li.active > a, .pagination-warning > li.active > a:focus, .pagination-warning > li.active > a:hover, .pagination-warning > li.active > span, .pagination-warning > li.active > span:focus, .pagination-warning > li.active > span:hover, .pagination-warning > li > a:active, .pagination-warning > li > a:focus, .pagination-warning > li > a:hover {
  background-color: #fbc658 !important;
  border-color: #fbc658 !important;
  color: #fff
}
.nav-pills-danger > li > a, .pagination-danger > li:first-child > a, .pagination-danger > li:first-child > span, .pagination-danger > li:last-child > a, .pagination-danger > li:last-child > span, .pagination-danger > li > a, .pagination-danger > li > span {
  border: 2px solid #f5593d;
  color: #f5593d
}
.nav-pills-danger > li.active > a, .nav-pills-danger > li.active > a:focus, .nav-pills-danger > li.active > a:hover, .pagination-danger > li.active > a, .pagination-danger > li.active > a:focus, .pagination-danger > li.active > a:hover, .pagination-danger > li.active > span, .pagination-danger > li.active > span:focus, .pagination-danger > li.active > span:hover, .pagination-danger > li > a:active, .pagination-danger > li > a:focus, .pagination-danger > li > a:hover {
  background-color: #f5593d !important;
  border-color: #f5593d !important;
  color: #fff
}
.nav-icons, .nav-text {
  margin: 0 0 10px
}
.nav-icons > li > a, .nav-text > li > a {
  display: block;
  padding: 0 18px;
  color: #9a9a9a;
  text-align: center;
  opacity: .8;
  filter: alpha(opacity=80)
}
.nav-icons > li > a:focus, .nav-icons > li > a:hover, .nav-text > li > a:focus, .nav-text > li > a:hover {
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100)
}
.nav-icons > li:first-child a, .nav-text > li:first-child a {
  padding-left: 0
}
.nav-icons > li.active a, .nav-text > li.active a {
  color: #51bcda
}
.nav-icons > li {
  display: inline-block
}
.nav-icons > li > a {
  padding: 0 10px;
  margin-bottom: 10px
}
.nav-icons > li > a i {
  font-size: 1.6em;
  margin-bottom: 10px;
  width: 1.6em
}
.nav-icons.nav-stacked > li {
  display: block
}
.nav-icons.nav-stacked > li > a {
  margin-bottom: 20px
}
.nav-blue > li.active a {
  color: #51cbce
}
.nav-azure > li.active a {
  color: #51bcda
}
.nav-green > li.active a {
  color: #6bd098
}
.nav-orange > li.active a {
  color: #fbc658
}
.nav-red > li.active a {
  color: #f5593d
}
.nav-text {
  margin: 0 0 10px
}
.nav-text > li > a {
  font-size: .9em;
  text-transform: uppercase;
  padding: 3px 0;
  text-align: left;
  font-weight: 500
}
.nav-text > li:first-child > a {
  padding-top: 0
}
.nav-text h4 {
  margin-top: 0
}
.nav-text:not(.nav-stacked) > li {
  display: inline-block
}
.nav-text:not(.nav-stacked) > li > a {
  margin-right: 15px
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px
}
.nav-pills-default .nav-item.show .nav-link, .nav-pills-default .nav-link.active {
  background-color: #66615b !important
}
.nav-pills-primary .nav-item.show .nav-link, .nav-pills-primary .nav-link.active {
  background-color: #51cbce !important
}
.nav-pills-info .nav-item.show .nav-link, .nav-pills-info .nav-link.active {
  background-color: #51bcda !important
}
.nav-pills-warning .nav-item.show .nav-link, .nav-pills-warning .nav-link.active {
  background-color: #fbc658 !important
}
.nav-pills-success .nav-item.show .nav-link, .nav-pills-success .nav-link.active {
  background-color: #6bd098 !important
}
.nav-pills-danger .nav-item.show .nav-link, .nav-pills-danger .nav-link.active {
  background-color: #f5593d !important
}
.page-item.active .page-link, .pagination > li.active > a, .pagination > li.active > a:focus, .pagination > li.active > a:hover, .pagination > li.active > span, .pagination > li.active > span:focus, .pagination > li.active > span:hover, .pagination > li > a:active, .pagination > li > a:focus, .pagination > li > a:hover {
  background-color: #f5593d;
  border-color: #f5593d;
  color: #fff
}
.nav-pills .nav-link {
  border-radius: 0
}
.pagination .page-link {
  box-shadow: none
}
.brand, .h1, .h2, .h3, .h4, .h5, .h6, .navbar, .td-name, a, button, h1, h2, h3, h4, h5, h6, input, p, select, td, textarea {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 400
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
  margin: 30px 0 0
}
.h1, h1 {
  font-size: 3.6em
}
.h2, h2 {
  font-size: 2.8em
}
.h3, h3 {
  font-size: 1.825em;
  line-height: 1.4;
  margin: 20px 0 0
}
.h4, h4 {
  font-size: 1.6em;
  line-height: 1.2em
}
.h5, h5 {
  font-size: 1.35em;
  line-height: 1.4em
}
.h6, h6 {
  font-size: .9em;
  font-weight: 600;
  text-transform: uppercase
}
.h6, h6, p {
  line-height: 1.5em
}
p {
  font-size: 15px;
  margin-bottom: 5px
}
.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 {
  color: #9a9a9a;
  line-height: 1.5em
}
h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 60%
}
.card-title, .footer-big h4, .footer-big h5, .footer-brand, .info-title, .media .media-heading, .title {
  font-family: Montserrat, Helvetica, Arial, sans-serif
}
.card-title, .card-title a, .footer-big h4, .footer-big h4 a, .footer-big h5, .footer-big h5 a, .footer-brand, .footer-brand a, .info-title, .info-title a, .media .media-heading, .media .media-heading a, .title, .title a {
  color: #333;
  text-decoration: none
}
.title-uppercase {
  text-transform: uppercase
}
.description {
  color: #777777;
}
blockquote small {
  font-style: normal
}
.text-muted {
  color: #ddd
}
.text-primary, .text-primary:hover {
  color: #51cbce !important
}
.text-info, .text-info:hover {
  color: #51bcda !important
}
.text-success, .text-success:hover {
  color: #6bd098 !important
}
.text-warning, .text-warning:hover {
  color: #fbc658 !important
}
.text-danger, .text-danger:hover {
  color: #f5593d !important
}
.glyphicon {
  line-height: 1
}
.footer-nav, .footer .credits {
  line-height: 85px
}
.footer .btn {
  margin-bottom: 0
}
.blockquote {
  border-left: 0 none;
  border-bottom: 1px solid #ccc5b9;
  border-top: 1px solid #ccc5b9;
  font-weight: 300;
  margin: 15px 0 10px;
  text-align: center
}
.title {
  margin-top: 30px;
  margin-bottom: 25px;
  min-height: 32px
}
.title.text-center {
  margin-bottom: 50px
}
body {
  color: #66615b;
  font-size: 14px;
  font-weight: 300;
  font-family: Montserrat, Helvetica, Arial, sans-serif
}
a {
  color: #51bcda
}
a:focus, a:hover {
  color: #2ba9cd;
  text-decoration: none
}
hr {
  border-color: #f1eae0
}
.icon {
  fill: #66615b
}
.fa-base {
  font-size: 1.25em !important
}
a:active, a:focus, button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, select::-moz-focus-inner {
  outline: 0
}
.navbar-toggle, .ui-slider-handle:focus {
  outline: 0 !important
}
.carousel-control.left, .carousel-control.right, .form-control, .input-group-addon, .navbar, .navbar .alert, .tagsinput {
  transition: all .3s linear
}
.animation-transition-fast, .btn-hover, .dropdown-menu .dropdown-item, .filter, .tagsinput-remove-link, .tagsinput .tag, [data-toggle=collapse] i {
  transition: all .15s linear
}
.btn-morphing .circle, .btn-morphing .fa, .gsdk-collapse {
  transition: all .3s linear
}
.fa {
  width: 18px;
  text-align: center
}
.margin-top {
  margin-top: 50px
}
.iframe-container iframe {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}
.ct-blue {
  color: #51cbce
}
.ct-azure {
  color: #51bcda
}
.ct-green {
  color: #6bd098
}
.ct-orange {
  color: #fbc658
}
.ct-red {
  color: #f5593d
}
.pagination .page-item .page-link .fa {
  width: auto;
  font-weight: 600
}
.bg-primary {
  background-color: #6dd3d6 !important
}
.bg-info {
  background-color: #6ec7e0 !important
}
.bg-success {
  background-color: #86d9ab !important
}
.bg-warning {
  background-color: #fcd27b !important
}
.bg-danger {
  background-color: #f7765f !important
}
.wrapper {
  transition: all .5s cubic-bezier(.685, .0473, .346, 1);
  left: 0;
  background-color: #fff;
  position: relative;
  z-index: 1
}
.heart {
  color: #eb5e28;
  animation: b 1s ease infinite
}
@keyframes b {
  0% {
    transform: scale(.75)
  }
  20% {
    transform: scale(1)
  }
  40% {
    transform: scale(.75)
  }
  60% {
    transform: scale(1)
  }
  80% {
    transform: scale(.75)
  }
  to {
    transform: scale(.75)
  }
}
.bd-docs .page-header {
  min-height: 50vh
}
.offline-doc .navbar.navbar-transparent {
  padding-top: 25px;
  border-bottom: none
}
.offline-doc .navbar.navbar-transparent .navbar-minimize {
  display: none
}
.offline-doc .navbar.navbar-transparent .collapse .navbar-nav .nav-link, .offline-doc .navbar.navbar-transparent .navbar-brand {
  color: #fff !important
}
.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  z-index: 3
}
.offline-doc .footer .copyright, .offline-doc .footer nav > ul a:not(.btn) {
  color: #fff !important
}
.offline-doc .page-header .page-header-image {
  position: absolute;
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  z-index: -1
}
.offline-doc .page-header .container {
  z-index: 3
}
.offline-doc .page-header:after {
  background-color: rgba(0, 0, 0, .5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2
}
.main .section:first-of-type {
  position: relative;
  z-index: 2
}
.section-buttons .btn, .section-buttons .btn-morphing {
  margin-bottom: 10px
}
.btn.btn-just-icon .nc-icon {
  top: 0
}
.btn.dropdown-toggle:focus {
  box-shadow: none !important
}
.dropup .dropdown-menu .dropdown-item:last-child {
  border-bottom: none
}
.dropup .dropdown-menu:after {
  bottom: -11px !important
}
.dropup .dropdown-menu:before {
  bottom: -12px !important
}
.section .section-project .projects-3 {
  padding-bottom: 0
}
.bootstrap-select .dropdown-menu[x-placement=top-start] .dropdown-menu.inner {
  margin-bottom: -50px
}
#modals .btn, .btn[data-toggle=popover], .btn[data-toggle=tooltip] {
  margin-bottom: 10px
}
#modals .btn {
  margin-right: 10px
}
.btn {
  box-sizing: border-box;
  border-width: 2px;
  font-size: 12px;
  font-weight: 600;
  padding: .5rem 18px;
  line-height: 1.75;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #66615b;
  border-color: #66615b;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .15s linear
}
.btn.btn-border, .btn.btn-link {
  background-color: transparent
}
.btn.active, .btn.active:focus, .btn:active, .btn:active:focus, .btn:active:hover, .btn:focus, .btn:hover, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle {
  background-color: #403d39;
  color: #fff;
  border-color: #403d39;
  box-shadow: none
}
.btn.disabled, .btn.disabled.active, .btn.disabled.focus, .btn.disabled:active, .btn.disabled:focus, .btn.disabled:hover, .btn:disabled, .btn:disabled.active, .btn:disabled.focus, .btn:disabled:active, .btn:disabled:focus, .btn:disabled:hover, .btn[disabled], .btn[disabled].active, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled]:focus, .btn[disabled]:hover, fieldset[disabled] .btn, fieldset[disabled] .btn.active, fieldset[disabled] .btn.focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:hover {
  background-color: #403d39;
  border-color: #403d39
}
.btn.btn-link {
  color: #66615b
}
.btn.btn-link.active, .btn.btn-link:active, .btn.btn-link:focus, .btn.btn-link:focus:active, .btn.btn-link:hover, .open > .btn.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #403d39 !important
}
.btn.btn-link .caret {
  border-top-color: #66615b
}
.btn .caret {
  border-top-color: #fff
}
.btn.active, .btn:active, .btn:focus, .btn:hover, .open > .btn.dropdown-toggle {
  outline: 0 !important;
  box-shadow: none
}
.btn[class*=btn-outline-] {
  background-image: none;
  background-color: transparent
}
.btn .nc-icon {
  position: relative;
  top: 2px
}
.btn-just-icon {
  border-radius: 50px;
  height: 40px;
  width: 40px;
  min-width: 40px;
  padding: 8px
}
.btn-just-icon.btn-sm {
  padding: 4px !important
}
.btn-just-icon i {
  font-size: 16px;
  padding: 2px 0
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -2px
}
.btn-primary {
  background-color: #51cbce;
  border-color: #51cbce;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100)
}
.btn-primary.active, .btn-primary.active:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle {
  background-color: #34b5b8;
  color: #fff;
  border-color: #34b5b8;
  box-shadow: none
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled, .btn-primary:disabled.active, .btn-primary:disabled.focus, .btn-primary:disabled:active, .btn-primary:disabled:focus, .btn-primary:disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #34b5b8;
  border-color: #34b5b8
}
.btn-primary.btn-link {
  color: #51cbce
}
.btn-primary.btn-link.active, .btn-primary.btn-link:active, .btn-primary.btn-link:focus, .btn-primary.btn-link:focus:active, .btn-primary.btn-link:hover, .open > .btn-primary.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #34b5b8 !important
}
.btn-primary.btn-link .caret {
  border-top-color: #51cbce
}
.btn-primary .caret {
  border-top-color: #fff
}
.btn-success {
  background-color: #6bd098;
  border-color: #6bd098;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100)
}
.btn-success.active, .btn-success.active:focus, .btn-success:active, .btn-success:active:focus, .btn-success:active:hover, .btn-success:focus, .btn-success:hover, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle {
  background-color: #44c47d;
  color: #fff;
  border-color: #44c47d;
  box-shadow: none
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success:disabled, .btn-success:disabled.active, .btn-success:disabled.focus, .btn-success:disabled:active, .btn-success:disabled:focus, .btn-success:disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #44c47d;
  border-color: #44c47d
}
.btn-success.btn-link {
  color: #6bd098
}
.btn-success.btn-link.active, .btn-success.btn-link:active, .btn-success.btn-link:focus, .btn-success.btn-link:focus:active, .btn-success.btn-link:hover, .open > .btn-success.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #44c47d !important
}
.btn-success.btn-link .caret {
  border-top-color: #6bd098
}
.btn-success .caret {
  border-top-color: #fff
}
.btn-info {
  background-color: #51bcda;
  border-color: #51bcda;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100)
}
.btn-info.active, .btn-info.active:focus, .btn-info:active, .btn-info:active:focus, .btn-info:active:hover, .btn-info:focus, .btn-info:hover, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle {
  background-color: #2ba9cd;
  color: #fff;
  border-color: #2ba9cd;
  box-shadow: none
}
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info:disabled, .btn-info:disabled.active, .btn-info:disabled.focus, .btn-info:disabled:active, .btn-info:disabled:focus, .btn-info:disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #2ba9cd;
  border-color: #2ba9cd
}
.btn-info.btn-link {
  color: #51bcda
}
.btn-info.btn-link.active, .btn-info.btn-link:active, .btn-info.btn-link:focus, .btn-info.btn-link:focus:active, .btn-info.btn-link:hover, .open > .btn-info.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #2ba9cd !important
}
.btn-info.btn-link .caret {
  border-top-color: #51bcda
}
.btn-info .caret {
  border-top-color: #fff
}
.btn-warning {
  background-color: #fbc658;
  border-color: #fbc658;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100)
}
.btn-warning.active, .btn-warning.active:focus, .btn-warning:active, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning:focus, .btn-warning:hover, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle {
  background-color: #fab526;
  color: #fff;
  border-color: #fab526;
  box-shadow: none
}
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning:disabled, .btn-warning:disabled.active, .btn-warning:disabled.focus, .btn-warning:disabled:active, .btn-warning:disabled:focus, .btn-warning:disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #fab526;
  border-color: #fab526
}
.btn-warning.btn-link {
  color: #fbc658
}
.btn-warning.btn-link.active, .btn-warning.btn-link:active, .btn-warning.btn-link:focus, .btn-warning.btn-link:focus:active, .btn-warning.btn-link:hover, .open > .btn-warning.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #fab526 !important
}
.btn-warning.btn-link .caret {
  border-top-color: #fbc658
}
.btn-warning .caret {
  border-top-color: #fff
}
.btn-danger {
  background-color: #f5593d;
  border-color: #f5593d;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100)
}
.btn-danger.active, .btn-danger.active:focus, .btn-danger:active, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger:focus, .btn-danger:hover, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle {
  background-color: #f33816;
  color: #fff;
  border-color: #f33816;
  box-shadow: none
}
.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger:disabled, .btn-danger:disabled.active, .btn-danger:disabled.focus, .btn-danger:disabled:active, .btn-danger:disabled:focus, .btn-danger:disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #f33816;
  border-color: #f33816
}
.btn-danger.btn-link {
  color: #f5593d
}
.btn-danger.btn-link.active, .btn-danger.btn-link:active, .btn-danger.btn-link:focus, .btn-danger.btn-link:focus:active, .btn-danger.btn-link:hover, .open > .btn-danger.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #f33816 !important
}
.btn-danger.btn-link .caret {
  border-top-color: #f5593d
}
.btn-danger .caret {
  border-top-color: #fff
}
.btn-neutral.active, .btn-neutral.active:focus, .btn-neutral.disabled, .btn-neutral.disabled.active, .btn-neutral.disabled.focus, .btn-neutral.disabled:active, .btn-neutral.disabled:focus, .btn-neutral.disabled:hover, .btn-neutral:active, .btn-neutral:active:focus, .btn-neutral:active:hover, .btn-neutral:disabled, .btn-neutral:disabled.active, .btn-neutral:disabled.focus, .btn-neutral:disabled:active, .btn-neutral:disabled:focus, .btn-neutral:disabled:hover, .btn-neutral:focus, .btn-neutral:hover, .btn-neutral:not(:disabled):not(.disabled).active, .btn-neutral:not(:disabled):not(.disabled).active:focus, .btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled):active:focus, .btn-neutral[disabled], .btn-neutral[disabled].active, .btn-neutral[disabled].focus, .btn-neutral[disabled]:active, .btn-neutral[disabled]:focus, .btn-neutral[disabled]:hover, .show > .btn-neutral.dropdown-toggle, fieldset[disabled] .btn-neutral, fieldset[disabled] .btn-neutral.active, fieldset[disabled] .btn-neutral.focus, fieldset[disabled] .btn-neutral:active, fieldset[disabled] .btn-neutral:focus, fieldset[disabled] .btn-neutral:hover {
  background-color: #403d39;
  border-color: #403d39
}
.btn-neutral.btn-link.active, .btn-neutral.btn-link:active, .btn-neutral.btn-link:focus, .btn-neutral.btn-link:focus:active, .btn-neutral.btn-link:hover, .open > .btn-neutral.btn-link.dropdown-toggle {
  color: #403d39 !important
}
.btn-outline-default {
  border-color: #66615b;
  color: #66615b;
  opacity: 1;
  filter: alpha(opacity=100)
}
.btn-outline-default.active, .btn-outline-default.active:focus, .btn-outline-default:active, .btn-outline-default:active:focus, .btn-outline-default:active:hover, .btn-outline-default:focus, .btn-outline-default:hover, .show > .btn-outline-default.dropdown-toggle {
  background-color: #66615b !important;
  color: hsla(0, 0%, 100%, .8);
  border-color: #66615b !important
}
.btn-outline-default.active .caret, .btn-outline-default.active:focus .caret, .btn-outline-default:active .caret, .btn-outline-default:active:focus .caret, .btn-outline-default:active:hover .caret, .btn-outline-default:focus .caret, .btn-outline-default:hover .caret, .show > .btn-outline-default.dropdown-toggle .caret {
  border-top-color: hsla(0, 0%, 100%, .8)
}
.btn-outline-default .caret {
  border-top-color: #fff
}
.btn-outline-default.disabled, .btn-outline-default.disabled.active, .btn-outline-default.disabled.focus, .btn-outline-default.disabled:active, .btn-outline-default.disabled:focus, .btn-outline-default.disabled:hover, .btn-outline-default:disabled, .btn-outline-default:disabled.active, .btn-outline-default:disabled.focus, .btn-outline-default:disabled:active, .btn-outline-default:disabled:focus, .btn-outline-default:disabled:hover, .btn-outline-default[disabled], .btn-outline-default[disabled].active, .btn-outline-default[disabled].focus, .btn-outline-default[disabled]:active, .btn-outline-default[disabled]:focus, .btn-outline-default[disabled]:hover, fieldset[disabled] .btn-outline-default, fieldset[disabled] .btn-outline-default.active, fieldset[disabled] .btn-outline-default.focus, fieldset[disabled] .btn-outline-default:active, fieldset[disabled] .btn-outline-default:focus, fieldset[disabled] .btn-outline-default:hover {
  background-color: transparent;
  border-color: #66615b
}
.btn-outline-primary {
  border-color: #51cbce;
  color: #51cbce;
  opacity: 1;
  filter: alpha(opacity=100)
}
.btn-outline-primary.active, .btn-outline-primary.active:focus, .btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover, .btn-outline-primary:focus, .btn-outline-primary:hover, .show > .btn-outline-primary.dropdown-toggle {
  background-color: #51cbce !important;
  color: hsla(0, 0%, 100%, .8);
  border-color: #51cbce !important
}
.btn-outline-primary.active .caret, .btn-outline-primary.active:focus .caret, .btn-outline-primary:active .caret, .btn-outline-primary:active:focus .caret, .btn-outline-primary:active:hover .caret, .btn-outline-primary:focus .caret, .btn-outline-primary:hover .caret, .show > .btn-outline-primary.dropdown-toggle .caret {
  border-top-color: hsla(0, 0%, 100%, .8)
}
.btn-outline-primary .caret {
  border-top-color: #fff
}
.btn-outline-primary.disabled, .btn-outline-primary.disabled.active, .btn-outline-primary.disabled.focus, .btn-outline-primary.disabled:active, .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled, .btn-outline-primary:disabled.active, .btn-outline-primary:disabled.focus, .btn-outline-primary:disabled:active, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled:hover, .btn-outline-primary[disabled], .btn-outline-primary[disabled].active, .btn-outline-primary[disabled].focus, .btn-outline-primary[disabled]:active, .btn-outline-primary[disabled]:focus, .btn-outline-primary[disabled]:hover, fieldset[disabled] .btn-outline-primary, fieldset[disabled] .btn-outline-primary.active, fieldset[disabled] .btn-outline-primary.focus, fieldset[disabled] .btn-outline-primary:active, fieldset[disabled] .btn-outline-primary:focus, fieldset[disabled] .btn-outline-primary:hover {
  background-color: transparent;
  border-color: #51cbce
}
.btn-outline-success {
  border-color: #6bd098;
  color: #6bd098;
  opacity: 1;
  filter: alpha(opacity=100)
}
.btn-outline-success.active, .btn-outline-success.active:focus, .btn-outline-success:active, .btn-outline-success:active:focus, .btn-outline-success:active:hover, .btn-outline-success:focus, .btn-outline-success:hover, .show > .btn-outline-success.dropdown-toggle {
  background-color: #6bd098 !important;
  color: hsla(0, 0%, 100%, .8);
  border-color: #6bd098 !important
}
.btn-outline-success.active .caret, .btn-outline-success.active:focus .caret, .btn-outline-success:active .caret, .btn-outline-success:active:focus .caret, .btn-outline-success:active:hover .caret, .btn-outline-success:focus .caret, .btn-outline-success:hover .caret, .show > .btn-outline-success.dropdown-toggle .caret {
  border-top-color: hsla(0, 0%, 100%, .8)
}
.btn-outline-success .caret {
  border-top-color: #fff
}
.btn-outline-success.disabled, .btn-outline-success.disabled.active, .btn-outline-success.disabled.focus, .btn-outline-success.disabled:active, .btn-outline-success.disabled:focus, .btn-outline-success.disabled:hover, .btn-outline-success:disabled, .btn-outline-success:disabled.active, .btn-outline-success:disabled.focus, .btn-outline-success:disabled:active, .btn-outline-success:disabled:focus, .btn-outline-success:disabled:hover, .btn-outline-success[disabled], .btn-outline-success[disabled].active, .btn-outline-success[disabled].focus, .btn-outline-success[disabled]:active, .btn-outline-success[disabled]:focus, .btn-outline-success[disabled]:hover, fieldset[disabled] .btn-outline-success, fieldset[disabled] .btn-outline-success.active, fieldset[disabled] .btn-outline-success.focus, fieldset[disabled] .btn-outline-success:active, fieldset[disabled] .btn-outline-success:focus, fieldset[disabled] .btn-outline-success:hover {
  background-color: transparent;
  border-color: #6bd098
}
.btn-outline-info {
  border-color: #51bcda;
  color: #51bcda;
  opacity: 1;
  filter: alpha(opacity=100)
}
.btn-outline-info.active, .btn-outline-info.active:focus, .btn-outline-info:active, .btn-outline-info:active:focus, .btn-outline-info:active:hover, .btn-outline-info:focus, .btn-outline-info:hover, .show > .btn-outline-info.dropdown-toggle {
  background-color: #51bcda !important;
  color: hsla(0, 0%, 100%, .8);
  border-color: #51bcda !important
}
.btn-outline-info.active .caret, .btn-outline-info.active:focus .caret, .btn-outline-info:active .caret, .btn-outline-info:active:focus .caret, .btn-outline-info:active:hover .caret, .btn-outline-info:focus .caret, .btn-outline-info:hover .caret, .show > .btn-outline-info.dropdown-toggle .caret {
  border-top-color: hsla(0, 0%, 100%, .8)
}
.btn-outline-info .caret {
  border-top-color: #fff
}
.btn-outline-info.disabled, .btn-outline-info.disabled.active, .btn-outline-info.disabled.focus, .btn-outline-info.disabled:active, .btn-outline-info.disabled:focus, .btn-outline-info.disabled:hover, .btn-outline-info:disabled, .btn-outline-info:disabled.active, .btn-outline-info:disabled.focus, .btn-outline-info:disabled:active, .btn-outline-info:disabled:focus, .btn-outline-info:disabled:hover, .btn-outline-info[disabled], .btn-outline-info[disabled].active, .btn-outline-info[disabled].focus, .btn-outline-info[disabled]:active, .btn-outline-info[disabled]:focus, .btn-outline-info[disabled]:hover, fieldset[disabled] .btn-outline-info, fieldset[disabled] .btn-outline-info.active, fieldset[disabled] .btn-outline-info.focus, fieldset[disabled] .btn-outline-info:active, fieldset[disabled] .btn-outline-info:focus, fieldset[disabled] .btn-outline-info:hover {
  background-color: transparent;
  border-color: #51bcda
}
.btn-outline-warning {
  border-color: #fbc658;
  color: #fbc658;
  opacity: 1;
  filter: alpha(opacity=100)
}
.btn-outline-warning.active, .btn-outline-warning.active:focus, .btn-outline-warning:active, .btn-outline-warning:active:focus, .btn-outline-warning:active:hover, .btn-outline-warning:focus, .btn-outline-warning:hover, .show > .btn-outline-warning.dropdown-toggle {
  background-color: #fbc658 !important;
  color: hsla(0, 0%, 100%, .8);
  border-color: #fbc658 !important
}
.btn-outline-warning.active .caret, .btn-outline-warning.active:focus .caret, .btn-outline-warning:active .caret, .btn-outline-warning:active:focus .caret, .btn-outline-warning:active:hover .caret, .btn-outline-warning:focus .caret, .btn-outline-warning:hover .caret, .show > .btn-outline-warning.dropdown-toggle .caret {
  border-top-color: hsla(0, 0%, 100%, .8)
}
.btn-outline-warning .caret {
  border-top-color: #fff
}
.btn-outline-warning.disabled, .btn-outline-warning.disabled.active, .btn-outline-warning.disabled.focus, .btn-outline-warning.disabled:active, .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled, .btn-outline-warning:disabled.active, .btn-outline-warning:disabled.focus, .btn-outline-warning:disabled:active, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled:hover, .btn-outline-warning[disabled], .btn-outline-warning[disabled].active, .btn-outline-warning[disabled].focus, .btn-outline-warning[disabled]:active, .btn-outline-warning[disabled]:focus, .btn-outline-warning[disabled]:hover, fieldset[disabled] .btn-outline-warning, fieldset[disabled] .btn-outline-warning.active, fieldset[disabled] .btn-outline-warning.focus, fieldset[disabled] .btn-outline-warning:active, fieldset[disabled] .btn-outline-warning:focus, fieldset[disabled] .btn-outline-warning:hover {
  background-color: transparent;
  border-color: #fbc658
}
.btn-outline-danger {
  border-color: #f5593d;
  color: #f5593d;
  opacity: 1;
  filter: alpha(opacity=100)
}
.btn-outline-danger.active, .btn-outline-danger.active:focus, .btn-outline-danger:active, .btn-outline-danger:active:focus, .btn-outline-danger:active:hover, .btn-outline-danger:focus, .btn-outline-danger:hover, .show > .btn-outline-danger.dropdown-toggle {
  background-color: #f5593d !important;
  color: hsla(0, 0%, 100%, .8);
  border-color: #f5593d !important
}
.btn-outline-danger.active .caret, .btn-outline-danger.active:focus .caret, .btn-outline-danger:active .caret, .btn-outline-danger:active:focus .caret, .btn-outline-danger:active:hover .caret, .btn-outline-danger:focus .caret, .btn-outline-danger:hover .caret, .show > .btn-outline-danger.dropdown-toggle .caret {
  border-top-color: hsla(0, 0%, 100%, .8)
}
.btn-outline-danger .caret {
  border-top-color: #fff
}
.btn-outline-danger.disabled, .btn-outline-danger.disabled.active, .btn-outline-danger.disabled.focus, .btn-outline-danger.disabled:active, .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled, .btn-outline-danger:disabled.active, .btn-outline-danger:disabled.focus, .btn-outline-danger:disabled:active, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled:hover, .btn-outline-danger[disabled], .btn-outline-danger[disabled].active, .btn-outline-danger[disabled].focus, .btn-outline-danger[disabled]:active, .btn-outline-danger[disabled]:focus, .btn-outline-danger[disabled]:hover, fieldset[disabled] .btn-outline-danger, fieldset[disabled] .btn-outline-danger.active, fieldset[disabled] .btn-outline-danger.focus, fieldset[disabled] .btn-outline-danger:active, fieldset[disabled] .btn-outline-danger:focus, fieldset[disabled] .btn-outline-danger:hover {
  background-color: transparent;
  border-color: #f5593d
}
.btn-outline-neutral {
  border-color: #fff;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100)
}
.btn-outline-neutral.active, .btn-outline-neutral.active:focus, .btn-outline-neutral:active, .btn-outline-neutral:active:focus, .btn-outline-neutral:active:hover, .btn-outline-neutral:focus, .btn-outline-neutral:hover, .show > .btn-outline-neutral.dropdown-toggle {
  background-color: #fff !important;
  color: hsla(0, 0%, 100%, .8);
  border-color: #fff !important
}
.btn-outline-neutral.active .caret, .btn-outline-neutral.active:focus .caret, .btn-outline-neutral:active .caret, .btn-outline-neutral:active:focus .caret, .btn-outline-neutral:active:hover .caret, .btn-outline-neutral:focus .caret, .btn-outline-neutral:hover .caret, .show > .btn-outline-neutral.dropdown-toggle .caret {
  border-top-color: hsla(0, 0%, 100%, .8)
}
.btn-outline-neutral .caret {
  border-top-color: #fff
}
.btn-outline-neutral.disabled, .btn-outline-neutral.disabled.active, .btn-outline-neutral.disabled.focus, .btn-outline-neutral.disabled:active, .btn-outline-neutral.disabled:focus, .btn-outline-neutral.disabled:hover, .btn-outline-neutral:disabled, .btn-outline-neutral:disabled.active, .btn-outline-neutral:disabled.focus, .btn-outline-neutral:disabled:active, .btn-outline-neutral:disabled:focus, .btn-outline-neutral:disabled:hover, .btn-outline-neutral[disabled], .btn-outline-neutral[disabled].active, .btn-outline-neutral[disabled].focus, .btn-outline-neutral[disabled]:active, .btn-outline-neutral[disabled]:focus, .btn-outline-neutral[disabled]:hover, fieldset[disabled] .btn-outline-neutral, fieldset[disabled] .btn-outline-neutral.active, fieldset[disabled] .btn-outline-neutral.focus, fieldset[disabled] .btn-outline-neutral:active, fieldset[disabled] .btn-outline-neutral:focus, fieldset[disabled] .btn-outline-neutral:hover {
  background-color: transparent;
  border-color: #fff
}
.btn-outline-neutral:active, .btn-outline-neutral:focus, .btn-outline-neutral:hover {
  color: #403d39 !important;
  background-color: #fff
}
.btn-neutral {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #66615b
}
.btn-neutral.active, .btn-neutral.active:focus, .btn-neutral:active, .btn-neutral:active:focus, .btn-neutral:active:hover, .btn-neutral:focus, .btn-neutral:hover, .btn-neutral:not(:disabled):not(.disabled).active, .btn-neutral:not(:disabled):not(.disabled).active:focus, .btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled):active:focus, .show > .btn-neutral.dropdown-toggle {
  background-color: #fff;
  color: #fff;
  border-color: #fff;
  box-shadow: none
}
.btn-neutral.disabled, .btn-neutral.disabled.active, .btn-neutral.disabled.focus, .btn-neutral.disabled:active, .btn-neutral.disabled:focus, .btn-neutral.disabled:hover, .btn-neutral:disabled, .btn-neutral:disabled.active, .btn-neutral:disabled.focus, .btn-neutral:disabled:active, .btn-neutral:disabled:focus, .btn-neutral:disabled:hover, .btn-neutral[disabled], .btn-neutral[disabled].active, .btn-neutral[disabled].focus, .btn-neutral[disabled]:active, .btn-neutral[disabled]:focus, .btn-neutral[disabled]:hover, fieldset[disabled] .btn-neutral, fieldset[disabled] .btn-neutral.active, fieldset[disabled] .btn-neutral.focus, fieldset[disabled] .btn-neutral:active, fieldset[disabled] .btn-neutral:focus, fieldset[disabled] .btn-neutral:hover {
  background-color: #fff;
  border-color: #fff
}
.btn-neutral.btn-link {
  color: #fff
}
.btn-neutral.btn-link.active, .btn-neutral.btn-link:active, .btn-neutral.btn-link:focus, .btn-neutral.btn-link:focus:active, .btn-neutral.btn-link:hover, .open > .btn-neutral.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #fff !important
}
.btn-neutral.btn-link .caret, .btn-neutral .caret {
  border-top-color: #fff
}
.btn-neutral:active, .btn-neutral:focus, .btn-neutral:hover {
  color: #403d39 !important
}
.btn-neutral.btn-border:focus, .btn-neutral.btn-border:hover {
  color: #66615b
}
.btn-neutral.btn-border.active, .btn-neutral.btn-border:active, .open > .btn-neutral.btn-border.dropdown-toggle {
  background-color: #fff;
  color: #66615b
}
.btn-neutral.btn-link:active, .btn-neutral.btn-link:focus, .btn-neutral.btn-link:hover {
  color: #fff !important
}
.btn-neutral.btn-link:focus:active {
  color: #403d39 !important
}
.btn-neutral.btn-link.active, .btn-neutral.btn-link:active {
  background-color: transparent
}
.btn.disabled, .btn:disabled, .btn[disabled] {
  opacity: .5;
  filter: alpha(opacity=50)
}
.btn-link {
  border-color: transparent !important;
  padding: 7px 18px
}
.btn-link:active, .btn-link:focus, .btn-link:hover {
  text-decoration: none;
  border-color: transparent
}
.btn-link.btn-icon {
  padding: 7px
}
.btn-lg {
  font-size: 14px;
  padding: 11px 30px
}
.btn-lg.btn-simple {
  padding: 13px 30px
}
.btn-sm {
  font-size: 12px;
  padding: 4px 10px
}
.btn-sm.btn-simple {
  padding: 6px 10px
}
.btn-wd {
  min-width: 140px
}
.btn-group.select {
  width: 100%
}
.btn-group.select .btn {
  text-align: left
}
.btn-group.select .caret {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 8px
}
.btn-just-icon.btn-sm {
  height: 30px;
  width: 30px;
  min-width: 30px;
  padding: 0
}
.btn-just-icon.btn-sm i {
  font-size: 12px;
  top: 1px !important
}
.btn-just-icon.btn-lg {
  height: 50px;
  width: 50px;
  min-width: 50px;
  padding: 13px
}
.btn-just-icon.btn-lg i {
  font-size: 18px;
  padding: 0
}
.btn-just-icon.btn-link {
  padding: 8px !important
}
.btn-round {
  border-radius: 30px
}
.btn.btn-link:focus {
  box-shadow: none !important;
  text-decoration: none
}
.column .btn-link {
  padding: 7px 0
}
.share-buttons .btn-outline-default {
  margin-top: 24px
}
.btn-group.select {
  overflow: visible !important
}
.media .media-body .media-footer .btn-neutral {
  margin: 15px 3px;
  font-size: 14px
}
.media .media-body .media-footer .btn-neutral i {
  margin-right: 0 !important
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  opacity: .8
}
.btn-facebook.active, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover, .open > .btn-facebook.dropdown-toggle {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
  color: #fff;
  opacity: 1
}
.btn-facebook.btn-border {
  border-color: #3b5998;
  color: #3b5998
}
.btn-facebook.btn-border.active, .btn-facebook.btn-border:active, .btn-facebook.btn-border:focus, .btn-facebook.btn-border:hover, .open > .btn-facebook.btn-border.dropdown-toggle {
  background-color: #3b5998;
  border-color: #3b5998;
  color: hsla(0, 0%, 100%, .7)
}
.btn-facebook.btn-border.disabled, .btn-facebook.btn-border:disabled, .btn-facebook.btn-border[disabled] {
  background-color: transparent;
  border-color: #3b5998
}
.btn-facebook.btn-link {
  color: #3b5998;
  opacity: .8
}
.btn-facebook.btn-link.active, .btn-facebook.btn-link:active, .btn-facebook.btn-link:focus, .btn-facebook.btn-link:hover, .open > .btn-facebook.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #3b5998;
  opacity: 1;
  border-color: transparent !important
}
.btn-facebook.btn-link.active i, .btn-facebook.btn-link:active i, .btn-facebook.btn-link:focus i, .btn-facebook.btn-link:hover i, .open > .btn-facebook.btn-link.dropdown-toggle i {
  color: #3b5998;
  opacity: 1
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: #55acee;
  opacity: .8
}
.btn-twitter.active, .btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover, .open > .btn-twitter.dropdown-toggle {
  background-color: #55acee !important;
  border-color: #55acee !important;
  color: #fff;
  opacity: 1
}
.btn-twitter.btn-border {
  border-color: #55acee;
  color: #55acee
}
.btn-twitter.btn-border.active, .btn-twitter.btn-border:active, .btn-twitter.btn-border:focus, .btn-twitter.btn-border:hover, .open > .btn-twitter.btn-border.dropdown-toggle {
  background-color: #55acee;
  border-color: #55acee;
  color: hsla(0, 0%, 100%, .7)
}
.btn-twitter.btn-border.disabled, .btn-twitter.btn-border:disabled, .btn-twitter.btn-border[disabled] {
  background-color: transparent;
  border-color: #55acee
}
.btn-twitter.btn-link {
  color: #55acee;
  opacity: .8
}
.btn-twitter.btn-link.active, .btn-twitter.btn-link:active, .btn-twitter.btn-link:focus, .btn-twitter.btn-link:hover, .open > .btn-twitter.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #55acee;
  opacity: 1;
  border-color: transparent !important
}
.btn-twitter.btn-link.active i, .btn-twitter.btn-link:active i, .btn-twitter.btn-link:focus i, .btn-twitter.btn-link:hover i, .open > .btn-twitter.btn-link.dropdown-toggle i {
  color: #55acee;
  opacity: 1
}
.btn-pinterest {
  color: #fff;
  background-color: #cc2127;
  border-color: #cc2127;
  opacity: .8
}
.btn-pinterest.active, .btn-pinterest:active, .btn-pinterest:focus, .btn-pinterest:hover, .open > .btn-pinterest.dropdown-toggle {
  background-color: #cc2127 !important;
  border-color: #cc2127 !important;
  color: #fff;
  opacity: 1
}
.btn-pinterest.btn-border {
  border-color: #cc2127;
  color: #cc2127
}
.btn-pinterest.btn-border.active, .btn-pinterest.btn-border:active, .btn-pinterest.btn-border:focus, .btn-pinterest.btn-border:hover, .open > .btn-pinterest.btn-border.dropdown-toggle {
  background-color: #cc2127;
  border-color: #cc2127;
  color: hsla(0, 0%, 100%, .7)
}
.btn-pinterest.btn-border.disabled, .btn-pinterest.btn-border:disabled, .btn-pinterest.btn-border[disabled] {
  background-color: transparent;
  border-color: #cc2127
}
.btn-pinterest.btn-link {
  color: #cc2127;
  opacity: .8
}
.btn-pinterest.btn-link.active, .btn-pinterest.btn-link:active, .btn-pinterest.btn-link:focus, .btn-pinterest.btn-link:hover, .open > .btn-pinterest.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #cc2127;
  opacity: 1;
  border-color: transparent !important
}
.btn-pinterest.btn-link.active i, .btn-pinterest.btn-link:active i, .btn-pinterest.btn-link:focus i, .btn-pinterest.btn-link:hover i, .open > .btn-pinterest.btn-link.dropdown-toggle i {
  color: #cc2127;
  opacity: 1
}
.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
  opacity: .8
}
.btn-google.active, .btn-google:active, .btn-google:focus, .btn-google:hover, .open > .btn-google.dropdown-toggle {
  background-color: #dd4b39 !important;
  border-color: #dd4b39 !important;
  color: #fff;
  opacity: 1
}
.btn-google.btn-border {
  border-color: #dd4b39;
  color: #dd4b39
}
.btn-google.btn-border.active, .btn-google.btn-border:active, .btn-google.btn-border:focus, .btn-google.btn-border:hover, .open > .btn-google.btn-border.dropdown-toggle {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: hsla(0, 0%, 100%, .7)
}
.btn-google.btn-border.disabled, .btn-google.btn-border:disabled, .btn-google.btn-border[disabled] {
  background-color: transparent;
  border-color: #dd4b39
}
.btn-google.btn-link {
  color: #dd4b39;
  opacity: .8
}
.btn-google.btn-link.active, .btn-google.btn-link:active, .btn-google.btn-link:focus, .btn-google.btn-link:hover, .open > .btn-google.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #dd4b39;
  opacity: 1;
  border-color: transparent !important
}
.btn-google.btn-link.active i, .btn-google.btn-link:active i, .btn-google.btn-link:focus i, .btn-google.btn-link:hover i, .open > .btn-google.btn-link.dropdown-toggle i {
  color: #dd4b39;
  opacity: 1
}
.btn-linkedin {
  color: #fff;
  background-color: #0976b4;
  border-color: #0976b4;
  opacity: .8
}
.btn-linkedin.active, .btn-linkedin:active, .btn-linkedin:focus, .btn-linkedin:hover, .open > .btn-linkedin.dropdown-toggle {
  background-color: #0976b4 !important;
  border-color: #0976b4 !important;
  color: #fff;
  opacity: 1
}
.btn-linkedin.btn-border {
  border-color: #0976b4;
  color: #0976b4
}
.btn-linkedin.btn-border.active, .btn-linkedin.btn-border:active, .btn-linkedin.btn-border:focus, .btn-linkedin.btn-border:hover, .open > .btn-linkedin.btn-border.dropdown-toggle {
  background-color: #0976b4;
  border-color: #0976b4;
  color: hsla(0, 0%, 100%, .7)
}
.btn-linkedin.btn-border.disabled, .btn-linkedin.btn-border:disabled, .btn-linkedin.btn-border[disabled] {
  background-color: transparent;
  border-color: #0976b4
}
.btn-linkedin.btn-link {
  color: #0976b4;
  opacity: .8
}
.btn-linkedin.btn-link.active, .btn-linkedin.btn-link:active, .btn-linkedin.btn-link:focus, .btn-linkedin.btn-link:hover, .open > .btn-linkedin.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #0976b4;
  opacity: 1;
  border-color: transparent !important
}
.btn-linkedin.btn-link.active i, .btn-linkedin.btn-link:active i, .btn-linkedin.btn-link:focus i, .btn-linkedin.btn-link:hover i, .open > .btn-linkedin.btn-link.dropdown-toggle i {
  color: #0976b4;
  opacity: 1
}
.btn-dribbble {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
  opacity: .8
}
.btn-dribbble.active, .btn-dribbble:active, .btn-dribbble:focus, .btn-dribbble:hover, .open > .btn-dribbble.dropdown-toggle {
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
  color: #fff;
  opacity: 1
}
.btn-dribbble.btn-border {
  border-color: #ea4c89;
  color: #ea4c89
}
.btn-dribbble.btn-border.active, .btn-dribbble.btn-border:active, .btn-dribbble.btn-border:focus, .btn-dribbble.btn-border:hover, .open > .btn-dribbble.btn-border.dropdown-toggle {
  background-color: #ea4c89;
  border-color: #ea4c89;
  color: hsla(0, 0%, 100%, .7)
}
.btn-dribbble.btn-border.disabled, .btn-dribbble.btn-border:disabled, .btn-dribbble.btn-border[disabled] {
  background-color: transparent;
  border-color: #ea4c89
}
.btn-dribbble.btn-link {
  color: #ea4c89;
  opacity: .8
}
.btn-dribbble.btn-link.active, .btn-dribbble.btn-link:active, .btn-dribbble.btn-link:focus, .btn-dribbble.btn-link:hover, .open > .btn-dribbble.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #ea4c89;
  opacity: 1;
  border-color: transparent !important
}
.btn-dribbble.btn-link.active i, .btn-dribbble.btn-link:active i, .btn-dribbble.btn-link:focus i, .btn-dribbble.btn-link:hover i, .open > .btn-dribbble.btn-link.dropdown-toggle i {
  color: #ea4c89;
  opacity: 1
}
.btn-github {
  color: #fff;
  background-color: #333;
  border-color: #333;
  opacity: .8
}
.btn-github.active, .btn-github:active, .btn-github:focus, .btn-github:hover, .open > .btn-github.dropdown-toggle {
  background-color: #333 !important;
  border-color: #333 !important;
  color: #fff;
  opacity: 1
}
.btn-github.btn-border {
  border-color: #333;
  color: #333
}
.btn-github.btn-border.active, .btn-github.btn-border:active, .btn-github.btn-border:focus, .btn-github.btn-border:hover, .open > .btn-github.btn-border.dropdown-toggle {
  background-color: #333;
  border-color: #333;
  color: hsla(0, 0%, 100%, .7)
}
.btn-github.btn-border.disabled, .btn-github.btn-border:disabled, .btn-github.btn-border[disabled] {
  background-color: transparent;
  border-color: #333
}
.btn-github.btn-link {
  color: #333;
  opacity: .8
}
.btn-github.btn-link.active, .btn-github.btn-link:active, .btn-github.btn-link:focus, .btn-github.btn-link:hover, .open > .btn-github.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #333;
  opacity: 1;
  border-color: transparent !important
}
.btn-github.btn-link.active i, .btn-github.btn-link:active i, .btn-github.btn-link:focus i, .btn-github.btn-link:hover i, .open > .btn-github.btn-link.dropdown-toggle i {
  color: #333;
  opacity: 1
}
.btn-youtube {
  color: #fff;
  background-color: #e52d27;
  border-color: #e52d27;
  opacity: .8
}
.btn-youtube.active, .btn-youtube:active, .btn-youtube:focus, .btn-youtube:hover, .open > .btn-youtube.dropdown-toggle {
  background-color: #e52d27 !important;
  border-color: #e52d27 !important;
  color: #fff;
  opacity: 1
}
.btn-youtube.btn-border {
  border-color: #e52d27;
  color: #e52d27
}
.btn-youtube.btn-border.active, .btn-youtube.btn-border:active, .btn-youtube.btn-border:focus, .btn-youtube.btn-border:hover, .open > .btn-youtube.btn-border.dropdown-toggle {
  background-color: #e52d27;
  border-color: #e52d27;
  color: hsla(0, 0%, 100%, .7)
}
.btn-youtube.btn-border.disabled, .btn-youtube.btn-border:disabled, .btn-youtube.btn-border[disabled] {
  background-color: transparent;
  border-color: #e52d27
}
.btn-youtube.btn-link {
  color: #e52d27;
  opacity: .8
}
.btn-youtube.btn-link.active, .btn-youtube.btn-link:active, .btn-youtube.btn-link:focus, .btn-youtube.btn-link:hover, .open > .btn-youtube.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #e52d27;
  opacity: 1;
  border-color: transparent !important
}
.btn-youtube.btn-link.active i, .btn-youtube.btn-link:active i, .btn-youtube.btn-link:focus i, .btn-youtube.btn-link:hover i, .open > .btn-youtube.btn-link.dropdown-toggle i {
  color: #e52d27;
  opacity: 1
}
.btn-instagram {
  color: #fff;
  background-color: #125688;
  border-color: #125688;
  opacity: .8
}
.btn-instagram.active, .btn-instagram:active, .btn-instagram:focus, .btn-instagram:hover, .open > .btn-instagram.dropdown-toggle {
  background-color: #125688 !important;
  border-color: #125688 !important;
  color: #fff;
  opacity: 1
}
.btn-instagram.btn-border {
  border-color: #125688;
  color: #125688
}
.btn-instagram.btn-border.active, .btn-instagram.btn-border:active, .btn-instagram.btn-border:focus, .btn-instagram.btn-border:hover, .open > .btn-instagram.btn-border.dropdown-toggle {
  background-color: #125688;
  border-color: #125688;
  color: hsla(0, 0%, 100%, .7)
}
.btn-instagram.btn-border.disabled, .btn-instagram.btn-border:disabled, .btn-instagram.btn-border[disabled] {
  background-color: transparent;
  border-color: #125688
}
.btn-instagram.btn-link {
  color: #125688;
  opacity: .8
}
.btn-instagram.btn-link.active, .btn-instagram.btn-link:active, .btn-instagram.btn-link:focus, .btn-instagram.btn-link:hover, .open > .btn-instagram.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #125688;
  opacity: 1;
  border-color: transparent !important
}
.btn-instagram.btn-link.active i, .btn-instagram.btn-link:active i, .btn-instagram.btn-link:focus i, .btn-instagram.btn-link:hover i, .open > .btn-instagram.btn-link.dropdown-toggle i {
  color: #125688;
  opacity: 1
}
.btn-reddit {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
  opacity: .8
}
.btn-reddit.active, .btn-reddit:active, .btn-reddit:focus, .btn-reddit:hover, .open > .btn-reddit.dropdown-toggle {
  background-color: #ff4500 !important;
  border-color: #ff4500 !important;
  color: #fff;
  opacity: 1
}
.btn-reddit.btn-border {
  border-color: #ff4500;
  color: #ff4500
}
.btn-reddit.btn-border.active, .btn-reddit.btn-border:active, .btn-reddit.btn-border:focus, .btn-reddit.btn-border:hover, .open > .btn-reddit.btn-border.dropdown-toggle {
  background-color: #ff4500;
  border-color: #ff4500;
  color: hsla(0, 0%, 100%, .7)
}
.btn-reddit.btn-border.disabled, .btn-reddit.btn-border:disabled, .btn-reddit.btn-border[disabled] {
  background-color: transparent;
  border-color: #ff4500
}
.btn-reddit.btn-link {
  color: #ff4500;
  opacity: .8
}
.btn-reddit.btn-link.active, .btn-reddit.btn-link:active, .btn-reddit.btn-link:focus, .btn-reddit.btn-link:hover, .open > .btn-reddit.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #ff4500;
  opacity: 1;
  border-color: transparent !important
}
.btn-reddit.btn-link.active i, .btn-reddit.btn-link:active i, .btn-reddit.btn-link:focus i, .btn-reddit.btn-link:hover i, .open > .btn-reddit.btn-link.dropdown-toggle i {
  color: #ff4500;
  opacity: 1
}
.btn-tumblr {
  color: #fff;
  background-color: #35465c;
  border-color: #35465c;
  opacity: .8
}
.btn-tumblr.active, .btn-tumblr:active, .btn-tumblr:focus, .btn-tumblr:hover, .open > .btn-tumblr.dropdown-toggle {
  background-color: #35465c !important;
  border-color: #35465c !important;
  color: #fff;
  opacity: 1
}
.btn-tumblr.btn-border {
  border-color: #35465c;
  color: #35465c
}
.btn-tumblr.btn-border.active, .btn-tumblr.btn-border:active, .btn-tumblr.btn-border:focus, .btn-tumblr.btn-border:hover, .open > .btn-tumblr.btn-border.dropdown-toggle {
  background-color: #35465c;
  border-color: #35465c;
  color: hsla(0, 0%, 100%, .7)
}
.btn-tumblr.btn-border.disabled, .btn-tumblr.btn-border:disabled, .btn-tumblr.btn-border[disabled] {
  background-color: transparent;
  border-color: #35465c
}
.btn-tumblr.btn-link {
  color: #35465c;
  opacity: .8
}
.btn-tumblr.btn-link.active, .btn-tumblr.btn-link:active, .btn-tumblr.btn-link:focus, .btn-tumblr.btn-link:hover, .open > .btn-tumblr.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #35465c;
  opacity: 1;
  border-color: transparent !important
}
.btn-tumblr.btn-link.active i, .btn-tumblr.btn-link:active i, .btn-tumblr.btn-link:focus i, .btn-tumblr.btn-link:hover i, .open > .btn-tumblr.btn-link.dropdown-toggle i {
  color: #35465c;
  opacity: 1
}
.label-facebook {
  background-color: #3b5998
}
.label-twitter {
  background-color: #55acee
}
.label-pinterest {
  background-color: #cc2127
}
.label-google {
  background-color: #dd4b39
}
.label-linkedin {
  background-color: #0976b4
}
.label-dribbble {
  background-color: #ea4c89
}
.label-github {
  background-color: #333
}
.label-youtube {
  background-color: #e52d27
}
.label-instagram {
  background-color: #125688
}
.label-reddit {
  background-color: #ff4500
}
.label-tumblr {
  background-color: #35465c
}
.icon-facebook {
  color: #3b5998
}
.icon-twitter {
  color: #55acee
}
.icon-pinterest {
  color: #cc2127
}
.icon-google {
  color: #dd4b39
}
.icon-linkedin {
  color: #0976b4
}
.icon-dribbble {
  color: #ea4c89
}
.icon-github {
  color: #333
}
.icon-youtube {
  color: #e52d27
}
.icon-instagram {
  color: #125688
}
.icon-reddit {
  color: #ff4500
}
.icon-tumblr {
  color: #35465c
}
::-moz-placeholder {
  color: #9a9a9a
}
:-ms-input-placeholder {
  color: #9a9a9a
}
::-webkit-input-placeholder {
  color: #9a9a9a
}
.form-control:focus + .input-group-text {
  border: 1px solid #000
}
.form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #66615b;
  font-size: 14px;
  transition: background-color .3s ease 0s;
  padding-right: 0 !important;
  padding: 7px 12px;
  height: 40px
}
.form-control, .form-control:focus {
  background-color: #fff;
  box-shadow: none
}
.form-control:focus {
  border: 1px solid #ccc;
  outline: 0 !important
}
.form-control:focus + .input-group-append .input-group-text, .form-control:focus + .input-group-prepend .input-group-text {
  border: 1px solid #ccc;
  border-left: none
}
.form-control.no-border {
  border: medium none !important
}
.form-control.no-border:focus + .input-group-append .input-group-text, .form-control.no-border:focus + .input-group-prepend .input-group-text {
  border: none
}
.has-error .form-control, .has-error .form-control:focus, .has-success .form-control, .has-success .form-control:focus {
  box-shadow: none
}
.has-success .form-control {
  border: 1px solid #ccc;
  color: #66615b
}
.has-success .form-control.form-control-success {
  padding-right: 2.5em !important
}
.has-success .form-control:focus {
  border: 1px solid #6bd098;
  color: #6bd098
}
.has-danger .form-control {
  background-color: #ffc0a4;
  border: 1px solid #f5593d;
  color: #f5593d
}
.has-danger .form-control.form-control-danger {
  padding-right: 2.5em !important
}
.has-danger .form-control:focus {
  background-color: #fff;
  border: 1px solid #f5593d
}
.form-control + .form-control-feedback {
  border-radius: 6px;
  font-size: 14px;
  color: #f5593d;
  font-size: .8rem;
  position: absolute;
  top: 100%;
  padding-left: 12px;
  vertical-align: middle
}
.open .form-control {
  border-radius: 4px 4px 0 0;
  border-bottom-color: transparent
}
.form-control.form-control-lg {
  height: 55px;
  padding: 11px 13px;
  font-size: 1.25rem;
  line-height: 1.5
}
.form-control.form-control-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  height: 31px
}
.has-error .control-label, .has-error .form-control-feedback {
  color: #f5593d
}
.has-success .control-label, .has-success .form-control-feedback {
  color: #6bd098
}
.input-group-prepend + .form-control {
  margin-left: -1px;
  border-left: none
}
.form-control + .input-group-append .input-group-text {
  border-right: 1px solid #ddd
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-right: none
}
.input-group-text {
  border-radius: 4px;
  border: 1px solid #ddd;
  border-right: none
}
.has-error .input-group-text, .has-success .input-group-text, .input-group-text {
  background-color: #fff
}
.has-error .form-control:focus + .input-group-text {
  color: #f5593d
}
.has-success .form-control:focus + .input-group-text {
  color: #6bd098
}
.form-control:focus + .input-group-text, .form-control:focus ~ .input-group-text {
  background-color: #fff
}
.input-group.no-border .input-group-text {
  border: 0
}
.input-group .form-control:disabled + .input-group-append .input-group-text {
  background-color: #e9ecef !important
}
textarea.form-control {
  padding: 10px 18px;
  height: auto
}
.form-group {
  position: relative
}
.register-form .form-control {
  border: 1px solid transparent !important
}
.register-form .input-group .form-control {
  margin-left: -1px
}
.register-form .input-group-append, .register-form .input-group-prepend {
  border: 1px solid transparent !important
}
#inputs .input-group {
  margin-bottom: 1rem
}
.card-form-horizontal .card-body .form-group {
  margin-bottom: 0
}
.progress {
  background-color: #ddd;
  border-radius: 3px;
  box-shadow: none;
  height: 8px
}
.progress-thin {
  height: 4px
}
.progress-bar, .progress-bar-primary {
  background-color: #51cbce
}
.progress-bar-info {
  background-color: #51bcda
}
.progress-bar-success {
  background-color: #6bd098
}
.progress-bar-warning {
  background-color: #fbc658
}
.progress-bar-danger {
  background-color: #f5593d
}
.tooltip {
  font-size: 12px;
  font-weight: 400
}
.tooltip-inner {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 13px rgba(0, 0, 0, .14), 0 0 0 1px rgba(115, 71, 38, .23);
  color: #66615b;
  max-width: 200px;
  padding: 10px;
  text-align: center;
  text-decoration: none
}
.tooltip-inner:after, .tooltip-inner:before {
  content: "";
  display: inline-block;
  position: absolute
}
.tooltip.fade.bs-tooltip-left, .tooltip.fade.bs-tooltip-left.show {
  left: -5px !important
}
.tooltip.fade.bs-tooltip-left .arrow, .tooltip.fade.bs-tooltip-left.show .arrow {
  border-left: 11px solid rgba(0, 0, 0, .2);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  right: -6px;
  left: auto;
  margin-left: 0;
  top: -8px
}
.tooltip.fade.bs-tooltip-left .arrow:before, .tooltip.fade.bs-tooltip-left.show .arrow:before {
  border-left: 11px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  right: 1px;
  left: auto;
  margin-left: 0;
  top: -8px
}
.tooltip.fade.bs-tooltip-right, .tooltip.fade.bs-tooltip-right.show {
  left: 6px !important
}
.tooltip.fade.bs-tooltip-right .arrow, .tooltip.fade.bs-tooltip-right.show .arrow {
  border-right: 11px solid rgba(0, 0, 0, .2);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  left: -6px;
  right: auto;
  margin-right: 0;
  top: -8px
}
.tooltip.fade.bs-tooltip-right .arrow:before, .tooltip.fade.bs-tooltip-right.show .arrow:before {
  border-right: 11px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  left: 1px;
  right: auto;
  margin-right: 0;
  top: -8px
}
.tooltip.fade.bs-tooltip-top, .tooltip.fade.bs-tooltip-top.show {
  top: -6px !important
}
.tooltip.fade.bs-tooltip-top .arrow, .tooltip.fade.bs-tooltip-top.show .arrow {
  border-top: 11px solid rgba(0, 0, 0, .2);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  right: auto;
  margin-right: 0;
  top: 43px
}
.tooltip.fade.bs-tooltip-top .arrow:before, .tooltip.fade.bs-tooltip-top.show .arrow:before {
  border-top: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  left: -8px;
  right: auto;
  top: -12px
}
.tooltip.fade.bs-tooltip-bottom, .tooltip.fade.bs-tooltip-bottom.show {
  top: 6px !important
}
.tooltip.fade.bs-tooltip-bottom .arrow, .tooltip.fade.bs-tooltip-bottom.show .arrow {
  border-bottom: 11px solid rgba(0, 0, 0, .2);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  right: auto;
  margin-right: 0;
  top: -6px
}
.tooltip.fade.bs-tooltip-bottom .arrow:before, .tooltip.fade.bs-tooltip-bottom.show .arrow:before {
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  left: -8px;
  right: auto;
  top: 1px
}
.tooltip.show {
  opacity: 1 !important
}
.popover {
  border: 0;
  border-radius: 4px;
  background-color: #fff;
  padding: 0;
  z-index: 1031;
  box-shadow: none;
  text-align: center
}
.popover, .popover-header {
  color: #66615b;
  font-weight: 400
}
.popover-header {
  background-color: #fffcf5;
  border-bottom: 0 none;
  font-size: 15px;
  line-height: 22px;
  padding: 15px 15px 0;
  margin: 0;
  border-radius: 4px 4px 0 0;
  margin-bottom: -10px;
  background-color: #fff !important;
  text-align: center
}
.popover-body {
  padding: 15px;
  text-align: center
}
.popover .arrow {
  border: 0
}
.popover.top .arrow {
  margin-left: 0
}
.popover.bottom .arrow:after {
  border-bottom-color: #f7765f
}
.popover-filter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: visibility 0s linear .3s, opacity .3s linear
}
.popover.left > .arrow:after {
  border-left-color: #f7765f;
  bottom: -20px
}
.popover.top > .arrow:after {
  border-top-color: #f7765f
}
.popover.right > .arrow:after {
  border-right-color: #f7765f
}
.popover.left:before {
  border-left-color: #f7765f;
  bottom: -20px
}
.popover-filter.in {
  visibility: visible;
  opacity: .2;
  filter: alpha(opacity=20);
  transition-delay: 0s
}
.popover-primary {
  background-color: #6dd3d6;
  color: #fff
}
.popover-primary .popover-title {
  background-color: #6dd3d6;
  color: rgba(0, 0, 0, .56)
}
.popover-primary.bottom .arrow:after {
  border-bottom-color: #6dd3d6
}
.popover-primary.left > .arrow:after {
  border-left-color: #6dd3d6
}
.popover-primary.top > .arrow:after {
  border-top-color: #6dd3d6
}
.popover-primary.right > .arrow:after {
  border-right-color: #6dd3d6
}
.popover-info {
  background-color: #6ec7e0;
  color: #fff
}
.popover-info .popover-title {
  background-color: #6ec7e0;
  color: rgba(0, 0, 0, .56)
}
.popover-info.bottom .arrow:after {
  border-bottom-color: #6ec7e0
}
.popover-info.left > .arrow:after {
  border-left-color: #6ec7e0
}
.popover-info.top > .arrow:after {
  border-top-color: #6ec7e0
}
.popover-info.right > .arrow:after {
  border-right-color: #6ec7e0
}
.popover-success {
  background-color: #86d9ab;
  color: #fff
}
.popover-success .popover-title {
  background-color: #86d9ab;
  color: rgba(0, 0, 0, .56)
}
.popover-success.bottom .arrow:after {
  border-bottom-color: #86d9ab
}
.popover-success.left > .arrow:after {
  border-left-color: #86d9ab
}
.popover-success.top > .arrow:after {
  border-top-color: #86d9ab
}
.popover-success.right > .arrow:after {
  border-right-color: #86d9ab
}
.popover-warning {
  background-color: #fcd27b;
  color: #fff
}
.popover-warning .popover-title {
  background-color: #fcd27b;
  color: rgba(0, 0, 0, .56)
}
.popover-warning.bottom .arrow:after {
  border-bottom-color: #fcd27b
}
.popover-warning.left > .arrow:after {
  border-left-color: #fcd27b
}
.popover-warning.top > .arrow:after {
  border-top-color: #fcd27b
}
.popover-warning.right > .arrow:after {
  border-right-color: #fcd27b
}
.popover-danger {
  background-color: #f7765f;
  color: #fff
}
.popover-danger .popover-title {
  background-color: #f7765f;
  color: rgba(0, 0, 0, .56)
}
.popover-danger.bottom .arrow:after {
  border-bottom-color: #f7765f
}
.popover-danger.left > .arrow:after {
  border-left-color: #f7765f
}
.popover-danger.top > .arrow:after {
  border-top-color: #f7765f
}
.popover-danger.right > .arrow:after {
  border-right-color: #f7765f
}
.popover-primary.bs-tether-element-attached-bottom:after, .popover-primary.bs-tether-element-attached-bottom:before, .popover-primary.popover-top:after, .popover-primary.popover-top:before {
  border-top-color: #6dd3d6 !important
}
.popover.popover-info.bs-tether-element-attached-top:after, .popover.popover-info.bs-tether-element-attached-top:before, .popover.popover-info.popover-bottom:after, .popover.popover-info.popover-bottom:before {
  border-bottom-color: #6ec7e0 !important
}
.popover-success.bs-tether-element-attached-left:after, .popover-success.bs-tether-element-attached-left:before, .popover-success.popover-right:after, .popover-success.popover-right:before {
  border-right-color: #86d9ab !important
}
.popover.popover-warning.bs-tether-element-attached-right:after, .popover.popover-warning.bs-tether-element-attached-right:before, .popover.popover-warning.popover-left:after, .popover.popover-warning.popover-left:before {
  border-left-color: #fcd27b !important
}
.popover.popover-danger.bs-tether-element-attached-right:after, .popover.popover-danger.bs-tether-element-attached-right:before, .popover.popover-danger.popover-left:after, .popover.popover-danger.popover-left:before {
  border-left-color: #f7765f !important
}
.popover.bs-tether-element-attached-top:after, .popover.bs-tether-element-attached-top:before, .popover.popover-bottom:after, .popover.popover-bottom:before {
  border-bottom-color: #fff !important
}
.nav-tabs-navigation {
  text-align: center;
  border-bottom: 1px solid #f1eae0;
  margin-bottom: 30px
}
.nav-tabs-navigation .nav > .nav-item > .nav-link {
  padding-bottom: 20px
}
.nav-tabs-wrapper {
  display: inline-block;
  margin-bottom: -6px;
  margin-left: 1.25%;
  margin-right: 1.25%;
  position: relative;
  width: auto
}
.nav-tabs {
  border-bottom: 0 none;
  font-size: 16px;
  font-weight: 600
}
.nav-tabs .nav-item .nav-link {
  border: 0 none;
  color: #a49e93;
  background-color: transparent
}
.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:hover {
  color: #66615b
}
.nav-tabs .nav-item {
  color: #66615b;
  position: relative
}
.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link.active:focus, .nav-tabs .nav-item .nav-link.active:hover {
  background-color: transparent;
  border: 0 none
}
.nav-tabs .nav-item .nav-link.active:after, .nav-tabs .nav-item .nav-link.active:focus:after, .nav-tabs .nav-item .nav-link.active:hover:after {
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 40%;
  bottom: 5px
}
.nav-tabs .nav-item .nav-link.active:before, .nav-tabs .nav-item .nav-link.active:focus:before, .nav-tabs .nav-item .nav-link.active:hover:before {
  border-bottom: 11px solid #f1eae0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 40%;
  bottom: 6px
}
.nav-tabs .nav-item.show .nav-link {
  background-color: transparent
}
.nav-tabs .dropdown-menu {
  margin-top: -6px;
  margin-left: -46px;
  border-radius: 8px
}
.nav-tabs .dropdown-menu .dropdown-item.active, .nav-tabs .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #68b3c8
}
.nav-tabs .dropdown-menu :before {
  border-bottom: 11px solid #f1eae0;
  top: -11px
}
.nav-tabs .dropdown-menu :after, .nav-tabs .dropdown-menu :before {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px
}
.nav-tabs .dropdown-menu :after {
  border-bottom: 11px solid #fffcf5;
  top: -10px
}
.profile-content .tab-content .tab-pane {
  min-height: 200px
}
.profile-content .tab-content #connections, .profile-content .tab-content #media, .profile-content .tab-content #tweets {
  height: 100%
}
.nav-pills .nav-item + .nav-link {
  margin-left: 0
}
.nav-pills .nav-item .nav-link {
  border: 1px solid #66615b;
  border-radius: 0;
  color: #66615b;
  font-weight: 600;
  margin-left: -1px;
  padding: 10px 25px
}
.nav-pills .nav-item.active .nav-link, .nav-pills .nav-item.active .nav-link:focus, .nav-pills .nav-item.active .nav-link:hover {
  background-color: #66615b;
  color: #fff
}
.nav-pills .nav-item:first-child .nav-link {
  border-radius: 30px 0 0 30px !important;
  margin: 0
}
.nav-pills .nav-item:last-child .nav-link {
  border-radius: 0 30px 30px 0 !important
}
.nav-pills .nav-item .nav-link.active {
  background-color: #66615b;
  color: #fff
}
.nav-pills-primary .nav-item .nav-link {
  border: 1px solid #51cbce !important;
  color: #51cbce !important
}
.nav-pills-primary .nav-item .nav-link.active {
  border: 1px solid #51cbce !important;
  color: #fff !important
}
.nav-pills-danger .nav-item .nav-link {
  border: 1px solid #f5593d !important;
  color: #f5593d !important
}
.nav-pills-danger .nav-item .nav-link.active {
  border: 1px solid #f5593d !important;
  color: #fff !important
}
.nav-pills-info .nav-item .nav-link {
  border: 1px solid #51bcda !important;
  color: #51bcda !important
}
.nav-pills-info .nav-item .nav-link.active {
  border: 1px solid #51bcda !important;
  color: #fff !important
}
.nav-pills-success .nav-item .nav-link {
  border: 1px solid #6bd098 !important;
  color: #6bd098 !important
}
.nav-pills-success .nav-item .nav-link.active {
  border: 1px solid #6bd098 !important;
  color: #fff !important
}
.nav-pills-warning .nav-item .nav-link {
  border: 1px solid #fbc658 !important;
  color: #fbc658 !important
}
.nav-pills-warning .nav-item .nav-link.active {
  border: 1px solid #fbc658 !important;
  color: #fff !important
}
.nav .nav-item .nav-link:focus, .nav .nav-item .nav-link:hover {
  background-color: transparent
}
.navbar {
  border: 0;
  font-size: 14px;
  transition: all .4s;
  -webkit-transition: all .4s;
  padding: 0;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .15)
}
.navbar .navbar-brand {
  font-weight: 600;
  margin: 5px 0;
  padding: 20px 15px;
  font-size: 14px;
  color: #66615b;
  text-transform: uppercase
}
.navbar .navbar-toggler:focus {
  outline: none
}
.navbar .form-control-feedback {
  padding-left: 0
}
.navbar:not([class*=bg]) .navbar-toggler .navbar-toggler-bar {
  background: #66615b !important
}
.navbar .navbar-nav .nav-item .nav-link {
  line-height: 1.6;
  margin: 15px 3px;
  padding: 10px 15px;
  opacity: .8;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #66615b
}
.navbar .navbar-nav .nav-item .nav-link p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5em;
  padding: 15px 0
}
.navbar .navbar-nav .nav-item .nav-link.btn {
  margin: 15px 3px;
  padding: 9px
}
.navbar .navbar-nav .nav-item .nav-link [class^=fa] {
  font-size: 17px;
  position: relative;
  right: 5px
}
.navbar .navbar-nav .dropdown-menu {
  border-radius: 12px;
  margin-top: 1px
}
.navbar .navbar-nav .nav-item .btn i {
  color: #fff
}
.navbar .navbar-collapse .nav-item .nav-link p {
  display: inline
}
.navbar .navbar-collapse .nav-item .dropdown-item i {
  margin: 0 10px;
  margin: 0 10px 0 5px;
  font-size: 18px;
  position: relative;
  top: 3px
}
.navbar .navbar-collapse.show .navbar-nav .nav-item {
  padding-right: 10px
}
.navbar .navbar-collapse:after {
  background-color: #fffcf5
}
.navbar #navbarSupportedContent .nav-item {
  position: relative
}
.navbar .notification-bubble {
  padding: .4em .6em;
  position: absolute;
  top: 10px;
  right: -2px
}
.navbar .btn {
  margin: 14px 3px;
  font-size: 12px
}
.navbar .btn i {
  font-size: 14px;
  position: relative;
  top: 2px
}
.navbar .btn-simple {
  font-size: 16px
}
.navbar .caret {
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  position: absolute
}
.navbar.navbar-transparent {
  background: transparent !important;
  padding-top: 25px;
  box-shadow: none
}
.navbar.navbar-transparent .navbar-brand, .navbar.navbar-transparent .navbar-nav .nav-item .nav-link {
  color: #fff
}
.navbar.navbar-transparent .navbar-toggler .navbar-toggler-bar {
  background: #fff !important
}
.navbar .logo-container {
  margin-top: 5px
}
.navbar .logo-container .logo {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #333;
  width: 50px;
  float: left
}
.navbar .logo-container .logo img {
  width: 100%
}
.navbar .logo-container .brand {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  width: 75px;
  height: 50px
}
.navbar .navbar-toggler .navbar-toggler-bar + .navbar-toggler-bar, .navbar .navbar-toggler .navbar-toggler-icon + .navbar-toggler-icon {
  margin-top: 4px
}
.navbar .navbar-toggler .navbar-toggler-bar {
  background: #fff !important;
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  margin: 0 auto
}
.navbar-absolute {
  position: absolute;
  width: 100%;
  padding-top: 10px;
  z-index: 1029
}
.bd-docs .navigation-example .navbar.navbar-transparent {
  padding-top: 0;
  padding: 20px 0;
  margin-top: 20px
}
.navbar-transparent .navbar-brand, [class*=bg] .navbar-brand {
  color: #fff;
  opacity: .9;
  filter: alpha(opacity=90)
}
.navbar-transparent .navbar-brand:focus, .navbar-transparent .navbar-brand:hover, [class*=bg] .navbar-brand:focus, [class*=bg] .navbar-brand:hover {
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff
}
.navbar-transparent .navbar-nav .nav-item .nav-link:not(.btn), [class*=bg] .navbar-nav .nav-item .nav-link:not(.btn) {
  color: #fff;
  border-color: #fff
}
.navbar-transparent .navbar-nav .active .nav-link .active .nav-link:hover, .navbar-transparent .navbar-nav .active .nav-link:focus, .navbar-transparent .navbar-nav .nav-item .nav-link:focus, .navbar-transparent .navbar-nav .nav-item .nav-link:hover, [class*=bg] .navbar-nav .active .nav-link .active .nav-link:hover, [class*=bg] .navbar-nav .active .nav-link:focus, [class*=bg] .navbar-nav .nav-item .nav-link:focus, [class*=bg] .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100)
}
.navbar-transparent .navbar-nav .nav .nav-item a.btn:hover, [class*=bg] .navbar-nav .nav .nav-item a.btn:hover {
  background-color: transparent
}
.navbar-transparent .navbar-nav .dropdown .nav-link .caret, .navbar-transparent .navbar-nav .dropdown .nav-link:focus .caret, .navbar-transparent .navbar-nav .dropdown .nav-link:hover .caret, [class*=bg] .navbar-nav .dropdown .nav-link .caret, [class*=bg] .navbar-nav .dropdown .nav-link:focus .caret, [class*=bg] .navbar-nav .dropdown .nav-link:hover .caret {
  border-bottom-color: #fff;
  border-top-color: #fff
}
.navbar-transparent .navbar-nav .open .nav-link, .navbar-transparent .navbar-nav .open .nav-link:focus, .navbar-transparent .navbar-nav .open .nav-link:hover, [class*=bg] .navbar-nav .open .nav-link, [class*=bg] .navbar-nav .open .nav-link:focus, [class*=bg] .navbar-nav .open .nav-link:hover {
  background-color: transparent;
  color: #66615b;
  opacity: 1;
  filter: alpha(opacity=100)
}
.navbar-transparent .btn-default.btn-fill, [class*=bg] .btn-default.btn-fill {
  color: #9a9a9a;
  background-color: #fff;
  opacity: .9;
  filter: alpha(opacity=90)
}
.navbar-transparent .btn-default.btn-fill.active, .navbar-transparent .btn-default.btn-fill:active, .navbar-transparent .btn-default.btn-fill:focus, .navbar-transparent .btn-default.btn-fill:hover, .navbar-transparent .open .dropdown-toggle.btn-fill.btn-default, [class*=bg] .btn-default.btn-fill.active, [class*=bg] .btn-default.btn-fill:active, [class*=bg] .btn-default.btn-fill:focus, [class*=bg] .btn-default.btn-fill:hover, [class*=bg] .open .dropdown-toggle.btn-fill.btn-default {
  border-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100)
}
.nav-open .nav .caret {
  border-bottom-color: #fff;
  border-top-color: #fff
}
.navbar-default .brand {
  color: #66615b !important
}
.navbar-default .navbar-nav .nav-item .nav-link:not(.btn) {
  color: #9a9a9a
}
.navbar-default .navbar-nav .active .nav-link, .navbar-default .navbar-nav .active .nav-link:not(.btn):focus, .navbar-default .navbar-nav .active .nav-link:not(.btn):hover, .navbar-default .navbar-nav .nav-item .nav-link:not(.btn):focus, .navbar-default .navbar-nav .nav-item .nav-link:not(.btn):hover {
  background-color: transparent;
  border-radius: 3px;
  color: #51bcda;
  opacity: 1;
  filter: alpha(opacity=100)
}
.navbar-default .navbar-nav .dropdown .nav-link:focus .caret, .navbar-default .navbar-nav .dropdown .nav-link:hover .caret {
  border-bottom-color: #51bcda;
  border-top-color: #51bcda
}
.navbar-default .navbar-nav .open .nav-link, .navbar-default .navbar-nav .open .nav-link:focus, .navbar-default .navbar-nav .open .nav-link:hover {
  background-color: transparent;
  color: #51bcda
}
.navbar-default .navbar-nav .navbar-toggle:focus, .navbar-default .navbar-nav .navbar-toggle:hover {
  background-color: transparent
}
.navbar-default:not(.navbar-transparent) .btn-default:hover {
  color: #51bcda;
  border-color: #51bcda
}
.navbar-default:not(.navbar-transparent) .btn-neutral, .navbar-default:not(.navbar-transparent) .btn-neutral:active, .navbar-default:not(.navbar-transparent) .btn-neutral:hover {
  color: #9a9a9a
}
.navbar-icons.navbar .navbar-brand {
  margin-top: 12px;
  margin-bottom: 12px
}
.navbar-icons .navbar-nav .nav-item .nav-link {
  text-align: center;
  padding: 6px 15px;
  margin: 6px 3px
}
.navbar-icons .navbar-nav [class^=pe] {
  font-size: 30px;
  position: relative
}
.navbar-icons .navbar-nav p {
  margin: 3px 0 0
}
.navbar-form {
  box-shadow: none
}
.navbar-form .form-control {
  border-radius: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  height: 22px;
  font-size: 14px;
  line-height: 1.5em;
  color: #e3e3e3
}
.navbar-transparent .navbar-form .form-control, [class*=bg] .navbar-form .form-control {
  color: #fff;
  border: 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, .6)
}
.navbar-toggle {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0
}
.navbar-toggle .icon-bar {
  background-color: #fff
}
.navbar-toggle .navbar-collapse, .navbar-toggle .navbar-form {
  border-color: transparent
}
.navbar-toggle.navbar-default .navbar-toggle:focus, .navbar-toggle.navbar-default .navbar-toggle:hover {
  background-color: transparent
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #e3e3e3
}
.red {
  color: red
}
.collapse .navbar-text {
  line-height: 55px
}
.navbar-default .navbar-brand {
  color: #66615b
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e
}
.navbar-collapse.show .navbar-nav .nav-item {
  padding-right: 100px
}
.nav-tabs-navigation:last-child {
  border-bottom: 0 none
}
.nav-tabs-navigation:last-child .nav-stacked {
  border-right: 1px solid #f1eae0;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0
}
.nav-tabs-navigation:last-child .nav-stacked .nav-item .nav-link {
  padding: 7px 25px
}
.dropdown .dropdown-menu, .navbar-nav > .dropdown-menu {
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s, opacity .3s ease 0s, height 0s linear .35s
}
.navbar-toggler {
  outline: none !important;
  cursor: pointer
}
.navbar .navbar-toggler .navbar-toggler-bar {
  background: #66615b
}
.navbar.navbar-transparent .navbar-toggler .navbar-toggler-bar, .navbar[class*=bg-] .navbar-toggler .navbar-toggler-bar {
  background: #fff
}
.navbar-toggler .navbar-toggler-bar {
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  margin: 0 auto
}
.navbar-toggler .navbar-toggler-bar + .navbar-toggler-bar, .navbar-toggler .navbar-toggler-icon + .navbar-toggler-icon {
  margin-top: 4px
}
.navbar-toggler-icon {
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  margin: 0 auto;
  background: gray
}
.no-transition {
  transition: none
}
#description-areas .nav-stacked .nav-link.active:before, #navtabs-row .nav-stacked .nav-link.active:before {
  border-right: 11px solid #f1eae0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 7px
}
#description-areas .nav-stacked .nav-link.active:after, #navtabs-row .nav-stacked .nav-link.active:after {
  border-right: 11px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -1px;
  bottom: 7px
}
#second-tabs {
  margin-left: 20px
}
.scroll-area {
  max-height: 310px;
  overflow-y: scroll;
  list-style: outside none none;
  padding: 0
}
.burger-menu .collapse .navbar-nav a {
  color: #333
}
.navbar-transparent {
  background: transparent !important;
  border-bottom: 1px solid transparent;
  box-shadow: none
}
.navbar-transparent .dropdown-menu .divider {
  background-color: hsla(0, 0%, 100%, .2)
}
.bootstrap-select > .dropdown-menu:first-of-type, .dropdown > .dropdown-menu:first-of-type, .dropup > .dropdown-menu:first-of-type {
  display: block;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s, opacity .3s ease 0s, height 0s linear .35s
}
.bootstrap-select .dropdown-menu, .dropdown .dropdown-menu, .dropup .dropdown-menu {
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: 0 2px rgba(17, 16, 15, .1), 0 2px 10px rgba(17, 16, 15, .1);
  visibility: hidden;
  position: absolute
}
.bootstrap-select .dropdown-menu[x-placement=bottom-start], .bootstrap-select .dropdown-menu[x-placement=top-start], .dropdown .dropdown-menu[x-placement=bottom-start], .dropdown .dropdown-menu[x-placement=top-start], .dropup .dropdown-menu[x-placement=bottom-start], .dropup .dropdown-menu[x-placement=top-start] {
  transform: translateZ(0) !important
}
.bootstrap-select.show .dropdown-menu, .dropdown.show .dropdown-menu, .dropup.show .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible
}
.bootstrap-select.show .dropdown-menu[x-placement=top-start], .dropdown.show .dropdown-menu[x-placement=top-start], .dropup.show .dropdown-menu[x-placement=top-start] {
  transform: translate3d(0, -50px, 0) !important;
  top: auto !important;
  bottom: 0 !important
}
.bootstrap-select.show .dropdown-menu[x-placement=bottom-start], .dropdown.show .dropdown-menu[x-placement=bottom-start], .dropup.show .dropdown-menu[x-placement=bottom-start] {
  transform: translate3d(0, 40px, 0) !important;
  bottom: auto !important;
  top: 0 !important
}
.dropdown-menu {
  background-color: #fff;
  border: 0 none;
  border-radius: 12px;
  margin-top: 10px;
  padding: 0
}
.dropdown-menu .divider {
  background-color: #f1eae0;
  margin: 0
}
.dropdown-menu .dropdown-header {
  color: #9a9a9a;
  font-size: 12px;
  padding: 10px 15px
}
.dropdown-menu .no-notification {
  color: #9a9a9a;
  font-size: 1.2em;
  padding: 30px;
  text-align: center
}
.dropdown-menu .dropdown-item {
  color: #66615b;
  font-size: 14px;
  padding: 10px 45px 10px 15px;
  clear: both;
  white-space: nowrap;
  width: 100%;
  display: block
}
.dropdown-menu .dropdown-item img {
  margin-top: -3px
}
.dropdown-menu .dropdown-item:focus {
  outline: 0 !important
}
.btn-group.select .dropdown-menu {
  min-width: 100%
}
.dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px
}
.dropdown-menu .dropdown-item.dropdown-toggle:last-of-type, .dropdown-menu .dropdown-item:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px
}
.dropdown-menu .dropdown-item.dropdown-toggle:last-of-type + .dropdown-menu.show {
  left: 100% !important
}
.dropdown-menu .dropdown-item.dropdown-toggle:last-of-type + .dropdown-menu .dropdown-item.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.dropdown-menu .dropdown-item.dropdown-toggle:last-of-type + .dropdown-menu li .dropdown-item.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px
}
.select .dropdown-menu .dropdown-item:first-child {
  border-radius: 0;
  border-bottom: 0 none
}
.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
  color: #fff !important;
  opacity: 1;
  text-decoration: none;
  background-color: #66615b
}
.dropdown-menu.dropdown-primary .dropdown-item:focus, .dropdown-menu.dropdown-primary .dropdown-item:hover {
  background-color: #6dd3d6
}
.dropdown-menu.dropdown-info .dropdown-item:focus, .dropdown-menu.dropdown-info .dropdown-item:hover {
  background-color: #6ec7e0
}
.dropdown-menu.dropdown-success .dropdown-item:focus, .dropdown-menu.dropdown-success .dropdown-item:hover {
  background-color: #86d9ab
}
.dropdown-menu.dropdown-warning .dropdown-item:focus, .dropdown-menu.dropdown-warning .dropdown-item:hover {
  background-color: #fcd27b
}
.dropdown-menu.dropdown-danger .dropdown-item:focus, .dropdown-menu.dropdown-danger .dropdown-item:hover {
  background-color: #f7765f
}
.dropdown-divider {
  margin: 0 !important
}
.btn-group.select.open {
  overflow: visible
}
.dropdown-menu-right {
  right: -2px;
  left: auto
}
.dropdown-btn .dropdown-menu, .dropup .dropdown-menu {
  transform: translateZ(0) !important;
  top: auto !important;
  bottom: 0 !important
}
.dropdown-btn.show .dropdown-menu, .dropup.show .dropdown-menu {
  transform: translate3d(0, -50px, 0) !important;
  opacity: 1;
  visibility: visible
}
.card-just-text .dropdown .dropdown-menu:before, .card.card-just-text .dropdown .dropdown-menu:before, .dropdown-btn .dropdown-menu:before, .dropdown .dropdown-menu[x-placement=bottom-end]:before, .dropdown .dropdown-menu[x-placement=bottom-start]:before, .navbar-nav .dropdown-menu:before {
  border-bottom: 11px solid #f1eae0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  top: -11px
}
.card-just-text .dropdown .dropdown-menu:after, .card.card-just-text .dropdown .dropdown-menu:after, .dropdown-btn .dropdown-menu:after, .dropdown .dropdown-menu[x-placement=bottom-end]:after, .dropdown .dropdown-menu[x-placement=bottom-start]:after, .navbar-nav .dropdown-menu:after {
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  top: -10px
}
.dropdown .dropdown-menu.dropdown-notification[x-placement=bottom-start]:after, .dropdown .dropdown-menu.dropdown-notification[x-placement=bottom-start]:before, .dropdown .dropdown-menu.dropdown-notification[x-placement=top-start]:after, .dropdown .dropdown-menu.dropdown-notification[x-placement=top-start]:before {
  left: 30px !important;
  right: auto
}
@media screen and (min-width:768px) {
  .navbar-form {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-left: 5px;
    padding-right: 5px
  }
  .navbar-search-form {
    display: none
  }
  .dropdown-btn .dropdown-menu, .dropdown .dropdown-menu, .navbar-nav .dropdown-item .dropdown-menu {
    transform: translate3d(0, -40px, 0);
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s, opacity .3s ease 0s, height 0s linear .35s
  }
  .dropdown-btn.show .dropdown-menu, .dropdown.show .dropdown-menu, .navbar-nav .dropdown-item.show .dropdown-menu {
    transform: translateZ(0);
    visibility: visible !important
  }
  .bootstrap-select .dropdown-menu {
    box-shadow: none;
    transition: all .15s linear
  }
  .bootstrap-datetimepicker-widget {
    visibility: visible !important;
    opacity: 1;
    filter: alpha(opacity=100)
  }
  .bootstrap-select .show .dropdown-menu {
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s, opacity .3s ease 0s, height 0s linear .35s;
    transform: translateZ(0)
  }
  .navbar-nav.navbar-right li .dropdown-menu:after, .navbar-nav.navbar-right li .dropdown-menu:before {
    left: auto;
    right: 12px
  }
  .footer:not(.footer-big) nav ul li:first-child {
    margin-left: 0
  }
  body > .navbar-collapse.collapse {
    display: none !important
  }
}
.dropdown-sharing .dropup-item {
  color: #66615b;
  font-size: 14px
}
.dropdown-sharing .dropup-item .social-line {
  line-height: 28px;
  padding: 10px 20px 5px !important
}
.dropdown-sharing .dropup-item .social-line [class*=icon-] {
  font-size: 20px
}
.dropdown-sharing .dropup-item:last-child {
  margin: 0 13px;
  display: block
}
.dropdown-sharing .dropup-item .btn {
  margin: 10px
}
.dropdown-sharing .dropup-item:focus .action-line, .dropdown-sharing .dropup-item:focus .social-line, .dropdown-sharing .dropup-item:hover .action-line, .dropdown-sharing .dropup-item:hover .social-line {
  background-color: #fff;
  color: #66615b;
  opacity: 1;
  text-decoration: none
}
.show .dropdown-actions, .show .dropdown-sharing {
  margin-bottom: 1px
}
.dropdown-actions .dropdown-item {
  margin: -15px 35px
}
.dropdown-actions .dropdown-item .action-line {
  padding: 5px 10px;
  line-height: 24px;
  font-weight: 700
}
.dropdown-actions .dropdown-item .action-line [class*=icon-] {
  font-size: 24px
}
.dropdown-actions .dropdown-item .action-line .col-sm-9 {
  line-height: 34px
}
.dropdown-actions .dropdown-item .link-danger, .dropdown-actions .dropdown-item .link-danger:active, .dropdown-actions .dropdown-item .link-danger:focus, .dropdown-actions .dropdown-item .link-danger:hover {
  color: #f5593d
}
.dropdown-actions li:focus a, .dropdown-actions li:hover a {
  color: #66615b;
  opacity: 1;
  text-decoration: none
}
.dropdown-actions .action-line .icon-simple {
  margin-left: -15px
}
.dropdown .dropdown-menu[x-placement=top-end]:before, .dropdown .dropdown-menu[x-placement=top-start]:before, .dropup .dropdown-menu:before {
  border-top: 11px solid #dcd9d1;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  bottom: -11px
}
.dropdown .dropdown-menu[x-placement=top-end]:after, .dropdown .dropdown-menu[x-placement=top-start]:after, .dropup .dropdown-menu:after {
  border-top: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  bottom: -10px
}
.dropdown .dropdown-toggle:after, .dropup .dropdown-toggle:after {
  margin-left: 5px
}
.dropdown-notification .dropdown-notification-list .notification-item {
  border-bottom: 1px solid #f1eae0;
  font-size: 16px;
  color: #66615b
}
.dropdown-notification .dropdown-notification-list .notification-item .notification-text {
  padding-left: 20px;
  position: relative;
  min-width: 310px;
  min-height: 60px;
  white-space: normal
}
.dropdown-notification .dropdown-notification-list .notification-item .notification-text .label {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 7px
}
.dropdown-notification .dropdown-notification-list .notification-item .notification-text .message {
  font-size: .9em;
  line-height: .7;
  margin-left: 10px
}
.dropdown-notification .dropdown-notification-list .notification-item .notification-text .time {
  color: #9a9a9a;
  font-size: .7em;
  margin-left: 10px
}
.dropdown-notification .dropdown-notification-list .notification-item .read-notification {
  font-size: 12px;
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -12px
}
.dropdown-notification .dropdown-notification-list .notification-item:hover {
  text-decoration: none
}
.dropdown-notification .dropdown-notification-list .notification-item:hover .notification-text {
  color: #66615b;
  background-color: #f0efeb !important
}
.dropdown-notification .dropdown-notification-list .notification-item:hover .read-notification {
  opacity: 1 !important
}
.dropdown-notification .dropdown-footer {
  background-color: #e8e7e3;
  border-radius: 0 0 8px 8px
}
.dropdown-notification .dropdown-footer .dropdown-footer-menu {
  list-style: outside none none;
  padding: 0 5px
}
.dropdown-notification .dropdown-footer .dropdown-footer-menu li {
  display: inline-block;
  text-align: left;
  padding: 0 10px
}
.dropdown-notification .dropdown-footer .dropdown-footer-menu li a {
  color: #9c9b99;
  font-size: .9em;
  line-height: 35px
}
.dropdown.show .dropdown-menu.show .dropdown-item.dropdown-toggle + .dropdown-menu.show {
  left: 100% !important
}
.dropdown.show .dropdown-menu.show .dropdown-item.dropdown-toggle + .dropdown-menu.show:after, .dropdown.show .dropdown-menu.show .dropdown-item.dropdown-toggle + .dropdown-menu.show:before {
  display: none
}
.dropdown.show .dropdown-menu.show .dropdown-item.dropdown-toggle + .dropdown-menu.show li.show .dropdown-menu.show {
  left: 100% !important
}
.bootstrap-select .dropdown-menu {
  display: block
}
.img-rounded {
  border-radius: 12px;
  transition: opacity .5s ease 0s;
  max-width: 100%
}
.img-details {
  min-height: 50px;
  padding: 0 4px .5em
}
.img-details img {
  width: 50px
}
.img-details .author {
  margin-left: 10px;
  margin-top: -21px;
  width: 40px
}
.img-circle {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 4px;
  border-radius: 50% !important;
  max-width: 100%
}
.img-thumbnail {
  border: 0 none;
  border-radius: 12px;
  box-shadow: 0 1px 2px hsla(39, 9%, 61%, .6);
  margin-bottom: 10px
}
.img-no-padding {
  padding: 0
}
.example-page .img-rounded {
  margin: 50px 0 20px
}
.img-shadow {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
.images-title {
  margin-bottom: 20px;
  height: 50px
}
.nav-link .profile-photo-small {
  width: 40px;
  height: 30px;
  margin: -10px 0 0 -15px
}
.profile-picture {
  margin: 0 auto
}
.profile-picture .fileinput-new img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 10px
}
.profile-picture .fileinput-exists img {
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
  margin-bottom: 10px
}
.bootstrap-tagsinput {
  background-color: transparent;
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 22px;
  cursor: text
}
.bootstrap-tagsinput input {
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit
}
.bootstrap-tagsinput input, .bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none
}
.bootstrap-tagsinput input::-moz-placeholder {
  color: #999;
  opacity: 1
}
.bootstrap-tagsinput input:-ms-input-placeholder {
  color: #999
}
.bootstrap-tagsinput input::-webkit-input-placeholder {
  color: #999
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #999
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #999
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #999
}
.bootstrap-tagsinput .badge {
  transition: all .17s linear;
  cursor: pointer;
  margin: 5px 3px 5px 0;
  position: relative;
  padding: 4px 8px 3px .8em;
  border-radius: 12px;
  color: #fff;
  font-size: .75em;
  font-weight: 500;
  display: inline-block;
  line-height: 1.5em;
  text-transform: uppercase
}
.bootstrap-tagsinput .badge:hover {
  padding-right: 25px
}
.bootstrap-tagsinput .badge:hover [data-role=remove] {
  opacity: 1;
  padding-right: 6px
}
.bootstrap-tagsinput .badge [data-role=remove] {
  cursor: pointer;
  position: absolute;
  top: 3.5px;
  right: 0;
  opacity: 0
}
.bootstrap-tagsinput .badge [data-role=remove]:after {
  content: "\f00d";
  padding: 0 4px;
  font-size: 18px;
  font: normal normal normal 10px/1 FontAwesome
}
.bootstrap-tagsinput .badge [data-role=remove]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  opacity: 1
}
.badge-success {
  background-color: #7ac29a
}
.btn-magnify i, .btn-move-left i, .btn-move-right i, .btn-rotate i, .icon-property {
  transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
  position: relative;
  display: inline-block
}
#animated-buttons .btn i {
  position: relative;
  margin-top: -3px
}
.btn-rotate:focus i, .btn-rotate:hover i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(53deg)
}
.btn-magnify:focus i, .btn-magnify:hover i {
  transform: scale(1.22)
}
.btn-move-left i {
  margin-right: 0
}
.btn-move-left:focus i, .btn-move-left:hover i {
  transform: translateX(-5px)
}
.btn-move-right i {
  margin-right: 0
}
.btn-move-right:focus i, .btn-move-right:hover i {
  transform: translateX(5px)
}
@keyframes c {
  0% {
    transform: rotate(0deg)
  }
  50% {
    transform: rotate(180deg)
  }
  to {
    transform: rotate(1turn)
  }
}
.uil-reload-css {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  vertical-align: middle
}
.uil-reload-css > div {
  animation: c 1.4s linear infinite;
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  border: 7px solid #d8d1c9;
  border-top: 7px solid transparent;
  border-right: 7px solid #d8d1c9;
  border-bottom: 7px solid #d8d1c9
}
.uil-reload-css > div:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: transparent transparent #d8d1c9;
  display: block;
  transform: translate(-3px, -5px) rotate(45deg)
}
.uil-reload-css.reload-small {
  height: 20px;
  width: 20px
}
.uil-reload-css.reload-small > div {
  top: 0;
  left: 0;
  border: 3px solid #d8d1c9;
  border-top: 3px solid transparent;
  border-right: 3px solid #d8d1c9;
  border-bottom: 3px solid #d8d1c9;
  height: 20px;
  width: 20px
}
.uil-reload-css.reload-small > div:after {
  border-width: 0 5px 5px;
  transform: translate(-2px, -3px) rotate(45deg)
}
.uil-reload-css.reload-background {
  background-color: #ddd;
  border-radius: 50%
}
.uil-reload-css.reload-background > div {
  border: 7px solid #fff;
  border-top: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid #fff
}
.uil-reload-css.reload-background > div:after {
  border-color: transparent transparent #fff
}
.uil-reload-css.reload-background.reload-small {
  height: 40px;
  width: 40px
}
.uil-reload-css.reload-background.reload-small > div {
  left: 10px;
  top: 10px;
  border: 3px solid #fff;
  border-top: 3px solid transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff
}
.table tbody tr > td, .table tbody tr > th, .table tfoot tr > td, .table tfoot tr > th, .table thead tr > td, .table thead tr > th {
  border-top: 1px solid #ccc
}
.table > thead > tr > th {
  border-bottom-width: 0;
  font-size: 1.35em;
  font-weight: 300
}
.table .form-check, .table .radio {
  margin-top: -23px;
  width: 15px
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 12px 8px;
  vertical-align: middle
}
.table .th-description {
  max-width: 150px
}
.table .td-price {
  font-size: 26px;
  font-weight: 300;
  margin-top: 5px;
  text-align: right
}
.table .td-total {
  font-weight: 600;
  font-size: 1.35em;
  padding-top: 20px;
  text-align: right
}
.table .td-actions .btn.btn-sm {
  padding-left: 3px;
  padding-right: 3px
}
.table > tbody > tr {
  position: relative
}
.table-striped tbody > tr:nth-of-type(odd) {
  background-color: #fff
}
.table-striped > tbody > tr > td, .table-striped > tbody > tr > th, .table-striped > tfoot > tr > td, .table-striped > tfoot > tr > th, .table-striped > thead > tr > td, .table-striped > thead > tr > th {
  padding: 15px 8px
}
.table-shopping > thead > tr > th {
  color: #a49e93;
  font-size: 1.1em;
  font-weight: 300
}
.table-shopping > tbody > tr > td {
  font-size: 15px;
  padding: 30px 5px
}
.table-shopping > tbody > tr > td b {
  display: block;
  margin-bottom: 5px
}
.table-shopping .td-number, .table-shopping .td-price, .table-shopping .td-total {
  font-size: 1.2em;
  font-weight: 300;
  min-width: 130px;
  text-align: right
}
.table-shopping .td-number small, .table-shopping .td-price small, .table-shopping .td-total small {
  margin-right: 3px
}
.table-shopping .td-product {
  min-width: 170px;
  padding-left: 30px
}
.table-shopping .td-product strong {
  color: #403d39;
  font-size: 1.2em;
  font-weight: 600
}
.table-shopping .td-number, .table-shopping .td-total {
  color: #403d39;
  font-weight: 600
}
.table-shopping .td-quantity {
  min-width: 200px
}
.table-shopping .td-quantity .btn-group {
  margin-left: 10px
}
.table-shopping .img-container {
  border-radius: 6px;
  display: block;
  height: 100px;
  overflow: hidden;
  width: 100px
}
.table-shopping .img-container img {
  width: 100%
}
.table-shopping .tr-actions > td {
  border-top: 0
}
.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  color: #66615b
}
.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle):hover {
  color: #fff
}
.btn-group .btn:last-child:not(:first-child) {
  color: #66615b
}
.btn-group .btn:last-child:not(:first-child):hover {
  color: #fff
}
.icon-primary {
  color: #51cbce
}
.icon-info {
  color: #51bcda
}
.icon-success {
  color: #6bd098
}
.icon-warning {
  color: #fbc658
}
.icon-danger {
  color: #f5593d
}
.icon-neutral {
  color: #fff
}
.info {
  padding: 30px 0;
  text-align: center;
  max-width: 400px;
  margin: 0 auto
}
.info .icon {
  margin-top: 0;
  font-size: 3.4em
}
.info .icon.icon-sm {
  font-size: 1.6em
}
.info .icon .fa {
  width: 48px
}
.info .h4, .info h4 {
  margin-top: 15px;
  margin-bottom: 15px
}
.info-horizontal {
  text-align: left;
  margin-top: 0
}
.info-horizontal .icon {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  font-size: 2.5em
}
.info-horizontal .icon .fa {
  width: 48px
}
.info-horizontal .description {
  overflow: hidden
}
.info-horizontal .btn {
  margin-left: -19px
}
.media {
  border-bottom: 1px solid hsla(39, 9%, 61%, .22);
  padding-bottom: 30px;
  margin-top: 30px
}
.media .avatar {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
  border: 3px solid #fff
}
.media .avatar img {
  width: 100%
}
.media .media-heading {
  color: #403d39;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 5px
}
.media .btn-simple {
  padding: 0 5px
}
.media .media {
  margin-top: 30px;
  margin-left: -25px
}
.media .media-footer {
  margin-top: 20px
}
.media .media-footer .btn-link {
  padding: 7px
}
.media .media:last-child {
  border: 0
}
.media-post {
  color: #555;
  border: 0
}
.media-post .media-heading {
  display: block;
  text-align: center
}
.media-post .author {
  width: 15%
}
.media-post .media-body {
  width: 85%;
  float: left;
  display: inline-block
}
.media-post textarea {
  margin: 0 0 10px;
  font-size: 15px
}
.media-post .form {
  width: 100%
}
.media-area .media:last-child {
  border: 0
}
.media-area .pagination-area {
  padding: 10px 0;
  text-align: center
}
.media-area-small .btn-simple, .media-area-small p {
  font-size: 14px
}
.media-area-small .avatar {
  width: 58px;
  height: 58px
}
.modal-header {
  border-bottom: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  display: block !important
}
.modal-header.no-border-header {
  border-bottom: 0 none !important
}
.modal-header.no-border-header .modal-title {
  margin-top: 20px
}
.modal-header button.close:focus {
  outline: none
}
.modal-dialog.modal-register .modal-header button.close, .modal-dialog.modal-sm .modal-header button.close {
  margin-top: 0
}
.modal-content {
  border: 0 none;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .15), 0 0 1px 1px rgba(0, 0, 0, .1)
}
.modal-content .modal-header h6 {
  margin-top: 10px
}
.modal-dialog {
  padding-top: 60px
}
.modal-body {
  padding: 20px 50px;
  color: #000
}
.modal-footer {
  border-top: 1px solid #ddd;
  padding: 0
}
.modal-footer.no-border-footer {
  border-top: 0 none
}
.modal-footer .left-side, .modal-footer .right-side {
  display: inline-block;
  text-align: center;
  width: 48%
}
.modal-footer .btn-link {
  padding: 20px;
  width: 100%
}
.modal-footer .divider {
  background-color: #ddd;
  display: inline-block;
  float: inherit;
  height: 63px;
  margin: 0 -3px;
  width: 1px
}
.modal-register .modal-footer {
  text-align: center;
  margin-bottom: 25px;
  padding: 20px 0 15px
}
.modal-register .modal-footer span {
  width: 100%
}
.modal-header:after, .modal-header:before {
  display: table;
  content: " "
}
.carousel-control {
  background-color: #f5593d;
  border-radius: 50%;
  opacity: 1;
  text-shadow: none
}
.carousel-control:focus, .carousel-control:hover {
  opacity: 1;
  background-color: #f33816
}
.carousel-control.left {
  height: 30px;
  top: 50%;
  width: 30px;
  left: 25px;
  opacity: 0
}
.carousel-control.right {
  height: 30px;
  right: 25px;
  top: 50%;
  width: 30px;
  opacity: 0
}
.carousel-control .fa, .carousel-control .icon-next, .carousel-control .icon-prev {
  display: inline-block;
  z-index: 5
}
.carousel-control .fa {
  font-size: 26px;
  margin: 2px
}
.carousel-control.left, .carousel-control.right {
  background-image: none
}
.page-carousel {
  border-radius: 12px !important;
  border: none !important;
  width: 100%
}
.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img {
  border-radius: 12px;
  box-shadow: 0 2px 2px hsla(38, 16%, 76%, .5)
}
.carousel-inner .carousel-item img {
  width: 100%
}
.carousel-indicators > li {
  background-color: hsla(0, 0%, 80%, .49);
  border: 0 none
}
.carousel-indicators .active {
  background-color: #f5593d
}
.page-carousel:hover .carousel-control.left, .page-carousel:hover .carousel-control.right {
  opacity: 1;
  z-index: 1
}
.card .carousel .carousel-indicators {
  bottom: 0
}
.card .carousel a {
  position: absolute
}
.card .carousel a, .card .carousel a:hover {
  color: #fff !important
}
.card .carousel a .fa-angle-left:before {
  padding-right: 3px
}
.card .carousel a .fa-angle-right:before {
  padding-left: 3px
}
.footer {
  background-attachment: fixed;
  position: relative;
  line-height: 20px
}
.footer .footer-nav ul {
  padding-left: 0;
  margin-bottom: 0
}
.footer nav > ul {
  list-style: none;
  font-weight: 400
}
.footer nav > ul > li {
  display: inline-block;
  padding: 10px 15px;
  margin: 15px 3px;
  line-height: 20px;
  text-align: center
}
.footer nav > ul a:not(.btn) {
  color: #777;
  display: block;
  margin-bottom: 3px;
  line-height: 1.6;
  opacity: .8;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600
}
.footer nav > ul a:not(.btn):focus, .footer nav > ul a:not(.btn):hover {
  color: #777;
  opacity: 1
}
.footer .copyright {
  color: #777;
  padding: 10px 0;
  font-size: 14px;
  margin: 15px 3px;
  line-height: 20px;
  text-align: center
}
.footer .heart {
  color: #eb5e28
}
.footer {
  background-color: #fff;
  line-height: 36px
}
.footer.footer-black h4 {
  color: #fff
}
.footer .links {
  display: inline-block
}
.footer .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600
}
.footer .links ul > li {
  display: inline-block;
  padding-right: 20px
}
.footer .links ul > li:last-child {
  padding-right: 0
}
.footer .links ul a:not(.btn) {
  color: #66615b;
  display: block;
  font-size: .9em;
  margin-bottom: 3px
}
.footer .links ul a:not(.btn):focus, .footer .links ul a:not(.btn):hover {
  color: #403d39
}
.footer .links ul.uppercase-links {
  text-transform: uppercase
}
.footer .links ul.stacked-links {
  margin-top: 10px
}
.footer .links ul.stacked-links > li {
  display: block;
  line-height: 26px
}
.footer .links ul.stacked-links h4 {
  margin-top: 0
}
.footer .social-area {
  padding: 15px 0
}
.footer .social-area .btn {
  margin-bottom: 3px;
  padding: 8px
}
.footer .social-area .btn i {
  margin-right: 0 !important;
  color: #fff
}
.footer hr {
  border-color: #ddd;
  border-width: 1px 0 0;
  margin-top: 5px;
  margin-bottom: 5px
}
.footer .copyright {
  color: #a49e9e;
  font-size: .9em
}
.footer .copyright ul > li {
  padding-right: 0
}
.footer .title {
  color: #403d39
}
.footer-black, .footer-transparent, .subscribe-line-transparent {
  background-color: #2b2b2b;
  color: #ddd
}
.footer-black .links ul a:not(.btn), .footer-transparent .links ul a:not(.btn), .subscribe-line-transparent .links ul a:not(.btn) {
  color: #a49e9e
}
.footer-black .links ul a:not(.btn):focus, .footer-black .links ul a:not(.btn):hover, .footer-transparent .links ul a:not(.btn):focus, .footer-transparent .links ul a:not(.btn):hover, .subscribe-line-transparent .links ul a:not(.btn):focus, .subscribe-line-transparent .links ul a:not(.btn):hover {
  color: #f1eae0
}
.footer-black .copyright, .footer-black .copyright ul > li a:not(.btn), .footer-transparent .copyright, .footer-transparent .copyright ul > li a:not(.btn), .subscribe-line-transparent .copyright, .subscribe-line-transparent .copyright ul > li a:not(.btn) {
  color: #a49e9e
}
.footer-black hr, .footer-transparent hr, .subscribe-line-transparent hr {
  border-color: #66615b
}
.footer-transparent, .subscribe-line-transparent {
  background-size: cover;
  position: relative
}
.footer-transparent .container, .subscribe-line-transparent .container {
  z-index: 2;
  position: relative
}
.footer-transparent hr, .subscribe-line-transparent hr {
  border-color: #a49e9e
}
.footer-transparent .copyright, .footer-transparent .copyright ul > li a:not(.btn), .subscribe-line-transparent .copyright, .subscribe-line-transparent .copyright ul > li a:not(.btn) {
  color: #a49e9e
}
.footer-transparent:after, .subscribe-line-transparent:after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: hsla(0, 0%, 7%, .5);
  display: block;
  content: "";
  z-index: 1
}
.footer-gray {
  background-color: #f3f2ee
}
.footer-big {
  padding: 30px 0
}
.footer-big hr {
  margin-top: 20px
}
.footer-big .copyright {
  margin: 10px 0 20px
}
.footer-big .form-group {
  margin-top: 15px
}
.subscribe-line {
  background-color: #fffcf5;
  padding: 35px 0;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0
}
.subscribe-line .form-group {
  margin: 0
}
.subscribe-line .form-control {
  height: auto;
  font-size: 1.825em;
  border: 0;
  padding: 0;
  font-weight: 300;
  line-height: 54px;
  background-color: transparent
}
.subscribe-line .btn:not(.btn-lg) {
  margin-top: 7px
}
.subscribe-line-black {
  background-color: #252422
}
.subscribe-line-black .form-control, .subscribe-line-transparent .form-control {
  color: #fff
}
.social-line {
  padding: 30px 0;
  background-color: #fff
}
.social-line .title {
  margin: 0;
  line-height: 40px;
  font-size: 1.6em
}
.social-line .title-with-lg {
  padding-top: 5px
}
.social-line .btn {
  width: 100%
}
.social-line-black {
  background-color: #252422;
  color: #fff
}
.social-line-black .title {
  color: #fff
}
.page-header {
  background-color: #b2afab;
  background-position: 50%;
  background-size: cover;
  min-height: 50vh; /* 100vh */
  max-height: 999px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1
}
.page-header.page-header-small {
  min-height: 65vh !important;
  max-height: 700px
}
.page-header.page-header-xs {
  min-height: 40vh !important
}
.page-header .page-header-image {
  position: absolute;
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  z-index: -1
}
.page-header .content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%
}
.page-header .motto {
  color: #fff;
  text-align: center;
  z-index: 2;
  position: relative
}
.page-header .filter:after {
  background-color: rgba(0, 0, 0, .5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2
}
.page-header .filter.filter-primary:after {
  background-color: rgba(52, 181, 184, .5)
}
.page-header .filter.filter-info:after {
  background-color: rgba(43, 169, 205, .5)
}
.page-header .filter.filter-success:after {
  background-color: rgba(68, 196, 125, .5)
}
.page-header .filter.filter-warning:after {
  background-color: rgba(250, 181, 38, .5)
}
.page-header .filter.filter-danger:after {
  background-color: rgba(243, 48, 13, .5)
}
.page-header .container {
  color: #fff;
  position: relative;
  z-index: 3
}
.page-header .description {
  color: #fff
}
.header-video.state-play .btn, .header-video.state-play .filter:after, .header-video.state-play .video-text {
  opacity: 0
}
.header-video.state-play:hover .btn {
  opacity: 1
}
video {
  position: absolute;
  width: 102%
}
@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .page-header .content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%)
  }
  .page-header .presentation-title {
    background: none !important
  }
  .subscribe-line .form-group .form-control {
    line-height: 50px !important;
    height: 50px !important
  }
  .nav-tabs .nav-item .active.nav-link:before {
    bottom: 2px !important
  }
  .nav-tabs .nav-item .active.nav-link:after {
    bottom: 1px !important
  }
  .nav-stacked .active.nav-link:before {
    right: 0 !important;
    bottom: 7px !important
  }
  .nav-stacked .active.nav-link:after {
    right: -2px !important;
    bottom: 0 !important;
    top: 13px !important
  }
  .buy-product .page-carousel .carousel-inner {
    max-height: 570px !important
  }
}
.panel {
  border: 0;
  border-bottom: 1px solid #ddd;
  box-shadow: none
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #fff
}
.panel-group .panel {
  border-radius: 0
}
.panel-title {
  font-size: 1.35em
}
.panel-title a {
  display: block;
  padding: .75rem
}
.panel-title i {
  float: right;
  padding-top: 5px
}
.panel-title a:focus, .panel-title a:hover {
  text-decoration: none
}
.gsdk-collapse {
  display: block;
  height: 0;
  visibility: visible;
  overflow: hidden
}
#accordion .panel-title a:focus, #accordion .panel-title a:hover {
  color: #f5593d
}
#accordion .card-header {
  background-color: #fff
}
.card-collapse {
  padding: 0 !important
}
.panel-title a[aria-expanded=true] i {
  transform: rotate(180deg);
  transition: all .3s linear
}
.card {
  border-radius: 12px;
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .15);
  background-color: #fff;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  border: 0 none;
  transition: transform .3s cubic-bezier(.34, 2, .6, 1), box-shadow .2s ease
}
.card:not(.card-plain):hover {
  box-shadow: 0 12px 19px -7px rgba(0, 0, 0, .3);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px)
}
.card.card-refine:hover, .card.card-register:hover, .card.no-transition:hover, .card.page-carousel:hover {
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .15);
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none
}
.card a:not(.btn) {
  color: #444
}
.card a:not(.btn):focus, .card a:not(.btn):hover {
  color: #333
}
.card .card-description {
  color: #9a9a9a;
  margin-bottom: 5px;
  margin-top: 15px
}
.card img {
  max-width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0
}
.card[data-radius=none] {
  border-radius: 0
}
.card[data-radius=none] .header, .card[data-radius=none] .header img {
  border-radius: 0 0 0 0
}
.card.card-plain {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0
}
.card.card-plain .card-body {
  padding-left: 5px;
  padding-right: 5px
}
.card.card-plain img {
  border-radius: 12px
}
.card .card-link {
  color: #fff
}
.card .card-background-image ul li {
  color: #fff;
  border-color: hsla(0, 0%, 100%, .3)
}
.card.card-blog, .card.card-testimonial .card-description + .card-title {
  margin-top: 30px
}
.card.card-blog .card-image .img, .card.card-testimonial .card-description + .card-title .card-image .img {
  border-radius: 12px
}
.card.card-blog .card-image .card-title, .card.card-testimonial .card-description + .card-title .card-image .card-title {
  text-align: center
}
.card.card:not(.card-plain) .card-image .img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.card.card-blog {
  margin-top: 5px
}
.card.card-blog .btn {
  margin: 0 auto
}
.card .author {
  display: inline-block
}
.card .author .avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px
}
.card .author .avatar-big {
  width: 100px;
  height: 100px;
  border-radius: 50% !important;
  position: relative;
  margin-bottom: 15px
}
.card .author .avatar-big.border-white {
  border: 4px solid #fff
}
.card .author .avatar-big.border-gray {
  border: 4px solid #ccc
}
.card .clearfix + .author {
  margin-top: 15px
}
.card .stats {
  display: inline-block;
  float: right;
  color: #9a9a9a;
  font-size: 12px;
  margin-top: 6px
}
.card .stats i {
  font-size: 16px;
  position: relative;
  text-align: center;
  top: 1px;
  margin-left: 5px;
  margin-top: -1px;
  opacity: .6
}
.card .card-category {
  color: #9a9a9a
}
.card .category-social .fa {
  font-size: 24px;
  position: relative;
  margin-top: -4px;
  top: 2px;
  margin-right: 5px
}
.card .card-title-uppercase {
  text-transform: uppercase
}
.card .header {
  position: relative;
  border-radius: 3px 3px 0 0;
  z-index: 3
}
.card .header.header-with-icon {
  height: 150px
}
.card .header img {
  width: 100%
}
.card .header .card-category {
  padding: 15px
}
.card .card-body .card-footer {
  padding: 0
}
.card .card-body .card-description + .card-footer, .card .more {
  padding-top: 10px
}
.card .more {
  float: right;
  z-index: 4;
  display: block;
  padding-right: 10px;
  position: relative
}
.card .filter, .card .header .actions {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, .76);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0
}
.card .header .actions {
  background-color: transparent;
  z-index: 3
}
.card .header .actions .btn {
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}
.card:hover .filter {
  opacity: .7
}
.card:hover .header .actions, .card:hover .header .social-line {
  opacity: 1
}
.card .card-category i, .card .label i {
  font-size: 15px
}
.card > .card-title {
  margin: 0;
  padding: 30px 0 0
}
.card .card-body {
  padding: 20px
}
.card .card-body .card-title {
  margin: 5px 0 0
}
.card .card-body .card-category ~ .card-title {
  margin-top: 5px
}
.card .card-text {
  font-size: 15px;
  color: #66615b;
  padding-bottom: 15px
}
.card h6 {
  font-size: 12px;
  margin: 0
}
.card .card-footer {
  padding: 15px;
  background: transparent;
  border-top: 0 none
}
.card .card-footer .social-line .btn:first-child {
  border-radius: 0 0 0 6px
}
.card .card-footer .social-line .btn:last-child {
  border-radius: 0 0 6px 0
}
.card.card-separator:after {
  height: 100%;
  right: -15px;
  top: 0;
  width: 1px;
  background-color: #ddd;
  content: "";
  position: absolute
}
.card .card-icon {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 30px 0 10px
}
.card .card-icon i {
  font-size: 40px;
  width: 105px;
  border: 2px solid #ccc;
  border-radius: 50%;
  height: 105px;
  line-height: 105px
}
.col-lg-4 .card .card-icon i {
  font-size: 80px;
  padding: 22px
}
.card.card-with-border .card-body {
  padding: 15px 15px 25px
}
.card.card-with-border .card-footer {
  padding-bottom: 25px
}
.card.card-with-border:after {
  position: absolute;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  top: 5px;
  left: 5px;
  border: 1px solid rgba(0, 0, 0, .15);
  z-index: 1;
  border-radius: 5px
}
.card.card-just-text .card-body {
  padding: 50px 65px;
  text-align: center
}
.card.card-just-text #dLabel {
  float: right
}
.card.card-just-text #dLabel i {
  font-size: 20px
}
.card.card-just-text .dropdown-menu {
  margin-top: 55px
}
.card[data-background=image] {
  background-position: 50%;
  background-size: cover;
  text-align: center
}
.card[data-background=image] .card-body {
  position: relative;
  z-index: 2;
  min-height: 280px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 440px;
  margin: 0 auto;
  text-align: center
}
.card[data-background=image] .card-title {
  color: #fff;
  margin-top: 10px
}
.card[data-background=image]:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, .4);
  border-radius: 12px
}
.card[data-background=image] .card-category {
  color: #fff
}
.card[data-background=color] .filter, .card[data-background=color] .image, .card[data-background=image] .filter, .card[data-background=image] .image, .card[data-color] .filter, .card[data-color] .image {
  border-radius: 6px
}
.card[data-background=color] .card-description, .card[data-background=image] .card-description, .card[data-color] .card-description {
  color: hsla(0, 0%, 100%, .8)
}
.card[data-background=color] .card-body, .card[data-background=color] .card-category, .card[data-background=color] .card-footer, .card[data-background=color] .card-text, .card[data-background=color] .card-title, .card[data-background=color] .stats, .card[data-background=color] [class*=text-], .card[data-background=color] a:not(.btn), .card[data-background=color] small, .card[data-background=color] ul li b, .card[data-background=image] .card-body, .card[data-background=image] .card-category, .card[data-background=image] .card-footer, .card[data-background=image] .card-text, .card[data-background=image] .card-title, .card[data-background=image] .stats, .card[data-background=image] [class*=text-], .card[data-background=image] a:not(.btn), .card[data-background=image] small, .card[data-background=image] ul li b, .card[data-color] .card-body, .card[data-color] .card-category, .card[data-color] .card-footer, .card[data-color] .card-text, .card[data-color] .card-title, .card[data-color] .stats, .card[data-color] [class*=text-], .card[data-color] a:not(.btn), .card[data-color] small, .card[data-color] ul li b {
  color: #fff !important
}
.card[data-background=color] a:not(.btn):focus, .card[data-background=color] a:not(.btn):hover, .card[data-background=image] a:not(.btn):focus, .card[data-background=image] a:not(.btn):hover, .card[data-color] a:not(.btn):focus, .card[data-color] a:not(.btn):hover {
  color: #fff
}
.card[data-background=color] .card-icon i, .card[data-background=image] .card-icon i, .card[data-color] .card-icon i {
  color: #fff;
  border: 2px solid hsla(0, 0%, 100%, .3)
}
.card[data-background=color].card-with-border:after, .card[data-background=image].card-with-border:after, .card[data-color].card-with-border:after {
  border: 1px solid hsla(0, 0%, 100%, .45)
}
.card[data-background=image] .filter {
  opacity: .55;
  filter: alpha(opacity=55)
}
.card[data-background=image]:hover .filter {
  opacity: .75;
  filter: alpha(opacity=75)
}
.card[data-color=blue] {
  background: #6ec7e0
}
.card[data-color=green] {
  background: #86d9ab
}
.card[data-color=yellow] {
  background: #fcd27b
}
.card[data-color=brown] {
  background: #e4c4a1
}
.card[data-color=purple] {
  background: #cc90cc
}
.card[data-color=orange] {
  background: #f7765f
}
.btn-center {
  text-align: center
}
.card-big-shadow {
  max-width: 320px;
  position: relative
}
.card-big-shadow:before {
  background-image: url(http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -12%;
  content: "";
  display: block;
  left: -12%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0
}
.card-image.card-big-shadow {
  max-width: 100%
}
.card-image .card {
  background-size: cover;
  min-height: 430px;
  width: 100%
}
.card-image .img-raised {
  margin-top: -20px
}
.page-header .card-pricing.card-plain .card-category, .page-header .card-pricing.card-plain .card-title {
  color: #fff
}
.card-plain .card-avatar {
  margin-top: 0
}
.card-refine .panel-title {
  font-size: 1em
}
.card-background {
  background-position: 50%;
  background-size: cover;
  text-align: center
}
.card-background .card-body {
  position: relative;
  z-index: 2;
  min-height: 370px;
  max-width: 530px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px
}
.card-background.card-background-product .card-body {
  max-width: 400px
}
.card-background.card-background-product .card-body .card-title {
  margin-top: 30px
}
.card-background .stats {
  color: #fff
}
.card-background .card-footer .stats-link > a {
  color: #fff;
  line-height: 1.9
}
.card-background .card-description, .card-background .category, .card-background small {
  color: #fff
}
.card-background .card-title {
  color: #fff;
  margin-top: 130px
}
.card-background:not(.card-pricing) .btn {
  margin-bottom: 0
}
.card-background:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, .63);
  border-radius: 6px
}
.card-blog .row .category {
  margin-bottom: 0
}
.card-blog .card-image + .category {
  margin-top: 20px
}
.card-contact .card-header {
  margin: 15px;
  border-radius: 3px;
  padding: 15px 0 0;
  background-color: #fff;
  border: 0
}
.card-contact .card-header .card-title {
  color: #66615b;
  margin-top: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd
}
.card-contact .card-body .card-icon {
  float: left;
  margin-top: 24px;
  margin-right: 10px;
  border: 0
}
.card-contact .card-body .card-icon i {
  font-size: 30px;
  padding: 25px;
  width: 50px;
  border: 0;
  border-radius: 50%;
  height: 110px
}
.card-image .details-center .author {
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 20px auto 0
}
.card-image .details-center .author img {
  position: absolute;
  top: 0;
  left: -50px
}
.card-image .details-center .author .name {
  color: #66615b;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.15;
  max-width: 11em;
  overflow: hidden;
  padding-top: 3px;
  text-overflow: ellipsis
}
.card-image .card-body {
  min-height: 50px;
  padding: 0 4px .5em;
  position: relative
}
.card-image .card-body .author img {
  height: 40px;
  width: 40px;
  margin-bottom: 5px;
  border-radius: 50%
}
.card-image .card-body .name {
  color: #66615b;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.15;
  max-width: 14em;
  overflow: hidden;
  padding-top: 3px;
  text-overflow: ellipsis
}
.card-image .card-body .name:active, .card-image .card-body .name:focus, .card-image .card-body .name:hover {
  color: #403d39
}
.card-image .card-body .meta {
  color: #a49e9e;
  font-size: .8em
}
.card-image .card-body .actions {
  float: right;
  font-size: .875em;
  line-height: 2.6;
  position: absolute;
  right: 4px;
  top: 36px;
  z-index: 1
}
.card-image .card-body .actions .btn.btn-simple {
  padding-left: 2px
}
.card-image .card-body-center {
  text-align: center
}
.card-image .card-body-center .author {
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 20px auto 0
}
.card-image .card-body-center .author img {
  position: absolute;
  left: 0;
  top: 0
}
.card-image .card-body-center .author .text {
  padding-left: 50px
}
.card-register {
  background-color: #ff8f5e;
  border-radius: 8px;
  color: #fff;
  max-width: 350px;
  margin: 20px 0 70px;
  min-height: 400px;
  padding: 30px
}
.card-register label {
  margin-top: 15px
}
.card-register .card-title {
  color: #b33c12;
  text-align: center
}
.card-register .btn {
  margin-top: 30px
}
.card-register .forgot {
  text-align: center
}
.card-plain {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0
}
.card-plain .card-body {
  padding-left: 5px;
  padding-right: 5px
}
.card-plain img {
  border-radius: 12px
}
.card-pricing {
  text-align: center
}
.card-pricing .card-body {
  padding: 15px !important
}
.card-pricing .card-category {
  margin: 10px 0;
  color: #333
}
.card-pricing .card-icon {
  padding: 35px 0 5px;
  transform: translateY(0);
  color: #333
}
.card-pricing .card-icon.icon-info {
  color: #51bcda
}
.card-pricing .card-icon.icon-danger {
  color: #f5593d
}
.card-pricing .card-icon.icon-primary {
  color: #51cbce
}
.card-pricing .card-icon.icon-success {
  color: #6bd098
}
.card-pricing .card-icon.icon-warning {
  color: #fbc658
}
.card-pricing .card-title {
  margin-top: 30px !important
}
.card-pricing ul {
  list-style: none;
  padding: 0;
  max-width: 240px;
  margin: 20px auto
}
.card-pricing ul li {
  padding: 5px 0;
  list-style-type: none
}
.card-pricing ul li b {
  font-weight: 600;
  color: #333
}
.card-pricing .btn-neutral {
  color: #66615b
}
.card-pricing .btn-neutral :focus, .card-pricing .btn-neutral:hover {
  color: #403d39
}
.card-pricing.card-background-image ul li {
  color: #fff;
  text-align: center;
  border-color: hsla(0, 0%, 100%, .3)
}
.card-pricing.card-background-image .card-description, .card-pricing.card-background-image ul li b {
  color: #fff !important
}
.card-pricing.card-background-image .card-title small {
  color: hsla(0, 0%, 100%, .6)
}
.card-pricing.card-plain .card-category, .card-pricing.card-plain .card-title {
  color: #333
}
.card-pricing.card-plain ul li b {
  font-weight: 600;
  color: #333
}
.card-profile {
  margin-top: 30px;
  text-align: center
}
.card-profile .card-cover {
  height: 130px;
  background-position: 50%;
  background-size: cover;
  border-radius: 12px 12px 0 0
}
.card-profile .card-body .card-title {
  margin-top: 5px !important
}
.card-profile .card-body .card-category {
  margin-bottom: 5px;
  margin-top: 5px
}
.card-profile .card-avatar {
  max-width: 120px;
  max-height: 120px;
  margin: -100px auto 0; /*-60px*/
  border-radius: 50%;
  overflow: hidden
}
.card-profile .card-avatar.border-white {
  border: 4px solid #fff
}
.card-profile .card-avatar.border-gray {
  border: 4px solid #ccc
}
.card-product .card-body .card-description .name {
  margin-top: 20px
}
.card-product .card-body .card-text {
  display: inline-block;
  margin-right: 65px
}
.card-product .card-body .actions h5 {
  color: #403d39
}
.card-product .image-plain {
  height: 0;
  margin-top: 110px
}
.card-product .author {
  text-align: center;
  text-transform: none;
  margin-top: -65px
}
.card-product .author .card-title {
  color: #403d39;
  line-height: 24px;
  margin-bottom: 5px !important;
  margin-top: 0
}
.card-product .author .card-title small {
  color: #ccc
}
.card-product .author .card-category {
  margin-bottom: 15px
}
.card-product .card-img-top {
  background-color: transparent;
  box-shadow: none !important
}
.card-product .btn-just-icon.btn-link {
  padding: 0 !important
}
.card-testimonial {
  margin-top: 30px;
  text-align: center
}
.card-testimonial .card-icon {
  padding: 0
}
.card-testimonial .card-icon i {
  font-size: 30px;
  border: 0;
  display: block;
  line-height: 100px;
  margin: 0 auto;
  margin-bottom: 30px
}
.card-testimonial .card-body {
  padding: 15px 30px;
  margin-top: -70px
}
.card-testimonial .card-body .card-description {
  font-style: italic
}
.card-testimonial .card-body .card-category {
  margin-bottom: 20px
}
.card-testimonial .card-avatar {
  margin-top: 0
}
.card-testimonial .card-avatar .img {
  border-radius: 50%;
  width: 100px;
  height: 100px
}
.card-testimonial .card-footer .card-title {
  color: #333;
  text-align: center
}
.card-testimonial .card-footer .card-category {
  color: #9a9a9a
}
.card-testimonial .card-footer .card-avatar {
  margin-top: 20px
}
.card-testimonial .card-footer .card-avatar .img {
  border-radius: 50%;
  width: 60px;
  height: 60px
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */ .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: .75;
  transition: opacity .2s;
  box-shadow: none
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1
}
.pswp__button:active {
  outline: none;
  opacity: .9
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1
}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(../../../../../assets/img/photo_swipe/default-skin.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:1.1dppx), (min-resolution:105dpi) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../../../../assets/img/photo_swipe/default-skin.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
}
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden
}
.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, .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
}
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity
}
.pswp__share-modal--hidden {
  display: none
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  transform: translateY(6px);
  transition: transform .25s;
  -webkit-backface-visibility: hidden;
  will-change: transform
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px
}
.pswp__share-tooltip a, .pswp__share-tooltip a:hover {
  color: #000;
  text-decoration: none
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px
}
.pswp__share-modal--fade-in {
  opacity: 1
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0)
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px
}
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d
}
a.pswp__share--download:hover {
  background: #ddd
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: .75;
  padding: 0 10px
}
.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
}
.pswp__caption--fake {
  visibility: hidden
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity .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 {
  background: url(preloader.gif) 0 0 no-repeat
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: i .5s linear infinite
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: d 1s cubic-bezier(.4, 0, .22, 1) infinite
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden
}
.pswp--css_animation .pswp__preloader__donut {
  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
  }
}
@keyframes d {
  0% {
    transform: rotate(0)
  }
  50% {
    transform: rotate(-140deg)
  }
  to {
    transform: rotate(0)
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%
}
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible
}
.pswp__caption, .pswp__top-bar {
  background-color: rgba(0, 0, 0, .5)
}
.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, .3)
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right, .pswp__ui--idle .pswp__top-bar {
  opacity: 0
}
.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
  opacity: .001
}
.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
}
.gallery-item {
  margin-bottom: 40px
}
.gallery-item .small-image {
  height: 175px
}
.gallery-item .gallery-caption {
  margin-top: 15px;
  text-align: center
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */ .pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none
}
.pswp * {
  box-sizing: border-box
}
.pswp img {
  max-width: none
}
.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}
.pswp--open {
  display: block
}
.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in
}
.pswp--zoomed-in .pswp__img {
  cursor: grab
}
.pswp--dragging .pswp__img {
  cursor: grabbing
}
.pswp__bg {
  background: hsla(48, 10%, 90%, .96);
  opacity: 0;
  -webkit-backface-visibility: hidden
}
.pswp__bg, .pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.pswp__scroll-wrap {
  overflow: hidden
}
.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}
.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  transition: none
}
.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform
}
.pswp__item {
  right: 0;
  bottom: 0;
  overflow: hidden
}
.pswp__img, .pswp__item {
  position: absolute;
  left: 0;
  top: 0
}
.pswp__img {
  border-radius: 16px;
  box-shadow: 0 2px 2px hsla(38, 16%, 76%, .5);
  width: auto;
  height: auto
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden
}
.pswp__img--placeholder--blank {
  background: #222
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0
}
.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
}
.section-isometricGrids .button-menu {
  width: 50px;
  height: 30px;
  position: fixed;
  top: 3em;
  right: 3em;
  border: none;
  background: transparent;
  fill: #fff;
  cursor: pointer;
  pointer-events: auto
}
.section-isometricGrids .button-menu:focus {
  outline: none
}
.section-isometricGrids .codrops-header {
  padding: 3vmax 0 0 3vmax;
  position: absolute;
  width: 100%;
  z-index: 2000;
  pointer-events: none
}
.section-isometricGrids .demo-1 .codrops-header {
  position: fixed
}
.section-isometricGrids .codrops-header h1 {
  margin: 0;
  letter-spacing: -.035em;
  font-size: 4.65em;
  line-height: 1;
  font-weight: 900;
  color: #323f5c
}
.section-isometricGrids .codrops-header p {
  padding: 0;
  margin: 0;
  font-size: 1.25em;
  font-weight: 700;
  color: #fff
}
.section-isometricGrids .codrops-links {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  pointer-events: auto;
  margin: 0 0 0 -.5em
}
.section-isometricGrids .codrops-links:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 110%;
  background: #323f5c;
  opacity: .1;
  transform: translateY(-50%) rotate(22.5deg)
}
.section-isometricGrids .codrops-icon {
  display: inline-block;
  margin: .5em;
  width: 1.5em;
  text-decoration: none
}
.section-isometricGrids .codrops-icon span {
  display: none
}
.section-isometricGrids .codrops-icon:before {
  margin: 0 5px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: codropsicons;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased
}
.section-isometricGrids .codrops-icon--drop:before {
  content: "\e001";
  color: #09c
}
.section-isometricGrids .codrops-icon--prev:before {
  content: "\e004"
}
.section-isometricGrids .codrops-demos {
  margin: 1.5em 0
}
.section-isometricGrids .codrops-demos a {
  display: inline-block;
  margin: 0 1em 0 0;
  font-weight: 700;
  pointer-events: auto
}
.section-isometricGrids .codrops-demos a.current-demo {
  color: #ce4555
}
.section-isometricGrids .section--intro {
  position: relative;
  height: 75vh;
  max-height: 1200px
}
.section-isometricGrids .section--right {
  text-align: right
}
.section-isometricGrids .section__heading {
  pointer-events: none;
  padding: 0;
  font-size: 4.5em;
  line-height: 1;
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 1000;
  font-family: Playfair Display, serif
}
.section-isometricGrids .section__heading em {
  font-family: sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: .3em;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: .15em 0;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: .05em
}
.section-isometricGrids .section__subtitle {
  pointer-events: none;
  font-size: 1.25em;
  max-width: 500px;
  position: relative;
  z-index: 1000
}
.section-isometricGrids .section--portraits .section__subtitle {
  color: #688cb1
}
.section-isometricGrids .section--right .section__subtitle {
  margin: 1em 0 0 auto
}
.section-isometricGrids .interval {
  position: relative;
  padding: 30vh 20vw;
  background: #1c222f;
  overflow: hidden
}
.section-isometricGrids .interval__text {
  font-size: 1.75em;
  line-height: 1.5;
  color: #777792
}
.section-isometricGrids .content--related {
  text-align: center;
  font-weight: 700;
  padding: 10vh 2vw;
  background: #1c222f;
  color: #fff
}
.section-isometricGrids .media-item {
  display: inline-block;
  padding: 1em;
  vertical-align: top;
  transition: color .3s
}
.section-isometricGrids .media-item__img {
  max-width: 100%;
  opacity: .3;
  transition: opacity .3s
}
.section-isometricGrids .media-item:focus .media-item__img, .section-isometricGrids .media-item:hover .media-item__img {
  opacity: 1
}
.section-isometricGrids .media-item__title {
  margin: 0;
  padding: .5em;
  font-size: 1em
}
.section-isometricGrids .pater {
  position: fixed;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 320px;
  padding: 2em 2em 2em 0;
  text-align: right;
  z-index: 100000
}
.section-isometricGrids .demo-2 .pater {
  position: absolute
}
.section-isometricGrids .pater:before {
  content: "";
  position: absolute;
  background: url(../img/ink.png) no-repeat 0 0;
  width: 491px;
  height: 332px;
  top: -80px;
  left: -60px;
  z-index: 0;
  opacity: .9;
  transform: translate3d(10px, 10px, 0);
  transition: opacity .3s, transform .3s;
  pointer-events: none
}
.section-isometricGrids .pater:hover:before {
  opacity: 1;
  transform: translateZ(0)
}
.section-isometricGrids .pater__title:before {
  content: "Sponsored by";
  position: absolute;
  bottom: 93%;
  left: 27%;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: .45em;
  color: #212738
}
.section-isometricGrids .pater__desc, .section-isometricGrids .pater__title {
  margin: 0;
  color: #fff;
  position: relative
}
.section-isometricGrids .pater__title {
  transform: translate3d(5px, 10px, 0);
  transition: transform .3s
}
.section-isometricGrids .pater:hover .pater__title {
  transform: translateZ(0)
}
.section-isometricGrids .pater__title img {
  width: 90%
}
.section-isometricGrids .pater__desc {
  font-weight: 600;
  padding: .3em 0 0 .3em
}
@media screen and (max-width:50em) {
  .section-isometricGrids .codrops-header {
    width: 80%
  }
  .section-isometricGrids .codrops-header h1 {
    font-size: 2em
  }
  .section-isometricGrids .codrops-header p {
    font-size: .85em
  }
  .section-isometricGrids .interval {
    padding: 1.5em
  }
  .section-isometricGrids .interval__text {
    font-size: 1.25em;
    padding: 0 0 3em
  }
  .section-isometricGrids .section__heading {
    font-size: 2.5em
  }
  .section-isometricGrids .section__subtitle {
    display: none
  }
  .section-isometricGrids .codrops-demos {
    margin: .5em 0;
    font-size: .75em
  }
  .section-isometricGrids .button-menu {
    top: .75em;
    right: .75em;
    width: 30px;
    height: 20px
  }
  .section-isometricGrids .demo-1 .pater {
    width: 100%;
    padding: 1em;
    text-align: left;
    background: rgba(49, 63, 105, .8);
    transform: translateZ(200px)
  }
  .section-isometricGrids .demo-1 .pater__title:before {
    left: 0
  }
  .section-isometricGrids .demo-1 .pater__title img {
    width: 150px;
    margin-top: .25em
  }
  .section-isometricGrids .demo-1 .pater:before {
    display: none
  }
  .section-isometricGrids .demo-1 .pater__desc {
    font-size: .65em
  }
  .section-isometricGrids .isolayer.isolayer--scroll1 {
    top: -38vh
  }
  .section-isometricGrids .demo-2 .pater {
    position: relative;
    display: block;
    background: none;
    margin: 0 0 0 auto;
    padding: 0;
    width: 100%
  }
}
.section-isometricGrids .section--intro .grid, .section-isometricGrids .section--intro .grid__item, .section-isometricGrids .section--intro .grid__link {
  transform-style: preserve-3d
}
.section-isometricGrids .section--intro .grid__item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.section-isometricGrids .pseudo-scroller {
  pointer-events: none
}
.section-isometricGrids .isolayer {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 100%
}
.section-isometricGrids .grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none
}
.section-isometricGrids .grid__item {
  width: 300px
}
.section-isometricGrids .js .grid__item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.section-isometricGrids .grid__link {
  position: relative;
  z-index: 1;
  display: block
}
.section-isometricGrids .grid__img {
  display: block;
  max-width: 100%
}
.section-isometricGrids .grid__title {
  font-size: .65em;
  font-weight: 600;
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0;
  color: #fff;
  transform: translate3d(0, -20px, 0);
  transition: transform .3s, opacity .3s
}
.section-isometricGrids .grid__item:hover .grid__title {
  opacity: 1;
  transform: translateZ(0)
}
.section-isometricGrids .layer {
  position: relative;
  display: block
}
.section-isometricGrids .layer:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0
}
.section-isometricGrids .isolayer--shadow .grid__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  opacity: .6;
  background: rgba(0, 0, 0, .8);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .8);
  transform: translateZ(-1px) scale(.95);
  transition: transform .3s, opacity .3s, box-shadow .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.section-isometricGrids .isolayer--shadow .grid__item:hover .grid__link:before {
  opacity: .2;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, .8);
  transform: translateZ(-1px) scale(1)
}
.section-isometricGrids .isolayer--scroll1 {
  width: 70vw;
  max-width: 1200px;
  height: calc(100vh - 280px)
}
.section-isometricGrids .isolayer--scroll1 .grid__item {
  width: 300px;
  padding: 15px
}
.section-isometricGrids .isolayer--deco1 {
  width: 1200px;
  height: 900px
}
.section-isometricGrids .isolayer--deco1 .grid__link .layer:first-child:not(img) {
  background: #eb5e28
}
.section-isometricGrids .isolayer--deco1 .grid__link .layer:nth-child(2):not(img) {
  background: #f3bb45
}
.section-isometricGrids .isolayer--deco1 .grid__link .layer:nth-child(3):not(img) {
  background: #7ac29a
}
.section-isometricGrids .isolayer--deco1 .grid__link div.layer {
  width: 370px;
  height: 270px
}
.section-isometricGrids .isolayer--deco1 .grid__item {
  width: 400px;
  height: 300px;
  padding: 15px
}
.section-isometricGrids .isolayer--deco1 .grid__item:nth-child(2) {
  margin-top: 135px
}
.section-isometricGrids .isolayer--deco1 .grid__item:nth-child(6) {
  margin-top: 10px
}
.section-isometricGrids .isolayer--deco2 {
  width: 1200px;
  height: 100vh
}
.section-isometricGrids .isolayer--deco2 .grid__item {
  padding: 20px
}
.section-isometricGrids .isolayer--deco2 .grid__link .layer {
  border: 20px solid #fff;
  border-width: 40px 20px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, .08)
}
.section-isometricGrids .first-card {
  top: -20px !important
}
.section-isometricGrids .first-card .layer:not(img) {
  height: 260px !important;
  width: 365px !important;
  margin: 5px 0 0 5px;
  border-radius: 6px
}
.section-isometricGrids .first-card img {
  border-radius: 6px
}
.section-isometricGrids .second-card {
  top: 80px !important
}
.section-isometricGrids .second-card .layer:not(img) {
  height: 170px !important;
  border-radius: 6px
}
.section-isometricGrids .second-card img {
  border-radius: 6px
}
.section-isometricGrids .third-card .layer:not(img) {
  height: 460px !important;
  width: 275px !important;
  margin: 5px 0 0 5px;
  border-radius: 6px
}
.section-isometricGrids .third-card {
  top: 290px !important
}
.section-isometricGrids .third-card img {
  border-radius: 6px;
  width: 280px !important
}
.section-isometricGrids .third-card .grid__link:before {
  top: 60px;
  height: 410px;
  width: 275px
}
.section-isometricGrids .fourth-card {
  top: 270px !important
}
.section-isometricGrids .fourth-card .layer:not(img) {
  height: 450px !important;
  width: 360px !important;
  margin: 5px 0 0 5px;
  border-radius: 6px
}
.section-isometricGrids .fourth-card img {
  border-radius: 6px
}
.section-isometricGrids .fifth-card {
  top: 660px !important;
  left: 400px !important
}
.section-isometricGrids .fifth-card .layer:not(img) {
  height: 400px !important;
  width: 364px !important;
  margin: 5px 0 0 5px;
  border-radius: 6px
}
.section-isometricGrids .fifth-card img {
  border-radius: 6px
}
.section-isometricGrids .sixth-card {
  top: 485px !important
}
.section-isometricGrids .sixth-card .layer:not(img) {
  height: 145px !important;
  width: 364px !important;
  margin: 5px 0 0 5px;
  border-radius: 6px
}
.section-isometricGrids .sixth-card img {
  border-radius: 6px
}
.section-isometricGrids .seventh-card {
  top: 755px !important
}
.section-isometricGrids .seventh-card .layer:not(img) {
  height: 435px !important;
  width: 365px !important;
  margin: 5px 0 0 5px;
  border-radius: 6px
}
.section-isometricGrids .seventh-card img {
  border-radius: 6px
}
.section-isometricGrids .eight-card {
  top: -215px !important;
  left: 400px !important
}
.section-isometricGrids .eight-card img {
  border-radius: 6px
}
.section-isometricGrids .eight-card .layer:not(img) {
  height: 480px !important;
  border-radius: 6px
}
.section-isometricGrids .ninth-card {
  top: 790px !important;
  left: 800px !important
}
.section-isometricGrids .ninth-card .grid__link:before {
  width: 280px !important;
  height: 370px !important
}
.section-isometricGrids .ninth-card .layer:not(img) {
  width: 280px !important;
  height: 360px !important;
  border-radius: 6px
}
.section-isometricGrids .ninth-card img {
  border-radius: 6px
}
.section-isometricGrids .isolayer {
  transform: translateX(29vw) translateY(-377px) rotateX(50deg) rotate(26deg) !important;
  z-index: 1
}
.link-danger {
  color: #f5593d !important
}
.link-danger:active, .link-danger:focus, .link-danger:hover {
  color: #f33816 !important
}
.link-info {
  color: #51bcda !important
}
.link-info:active, .link-info:focus, .link-info:hover {
  color: #2ba9cd !important
}
.landing-alert {
  margin-bottom: 0
}
.landing-header {
  background-size: cover;
  min-height: 570px
}
.landing-header .motto {
  padding-top: 8%;
  text-align: left;
  z-index: 3
}
.landing-section {
  padding: 100px 0
}
.landing-section .btn-simple {
  padding: 0
}
.landing-section .column {
  padding: 0 75px 0 25px
}
.team-player .img-circle, .team-player .img-thumbnail {
  display: block;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 120px
}
.contact-form {
  margin-top: 30px
}
.contact-form label {
  margin-top: 15px
}
.contact-form .btn {
  margin-top: 30px
}
.navbar-relative {
  position: relative;
  z-index: 2
}
#register-navbar a {
  color: #fff
}
.register-footer {
  bottom: 20px;
  color: #fff;
  position: absolute;
  z-index: 3;
  width: 100%
}
.register-footer .fa-heart {
  color: #eb5e28
}
.register-card {
  background-color: #ff8f5e;
  border-radius: 8px;
  color: #fff;
  max-width: 350px;
  margin: 20px 0 70px;
  min-height: 400px;
  padding: 30px
}
.register-card label {
  margin-top: 15px
}
.register-card .title {
  color: #b33c12;
  text-align: center
}
.register-card .btn {
  margin-top: 30px
}
.register-card .forgot {
  text-align: center
}
.register-page .card-register {
  background-color: #fff
}
.register-page .card-register .card-title {
  color: #66615b
}
.full-screen #register-navbar a {
  color: #fff
}
.full-screen .page-header .container {
  margin-top: 11%;
  position: relative;
  z-index: 3
}
.full-screen .demo-footer {
  bottom: 10px;
  left: 0;
  color: #fff;
  position: absolute;
  z-index: 3;
  width: 100%
}
.full-screen .demo-footer .fa-heart {
  color: #eb5e28
}
.full-screen .demo-card {
  border-radius: 8px;
  max-width: 350px;
  margin: 20px 0;
  min-height: 400px;
  padding: 30px
}
.full-screen.login .demo-card {
  background-color: #ff8f5e;
  color: #fff
}
.full-screen.login .demo-card label {
  margin-top: 15px
}
.full-screen.login .demo-card .title {
  color: #b33c12;
  text-align: center
}
.full-screen.login .demo-card .btn {
  margin-top: 30px
}
.full-screen.login .demo-card .forgot {
  text-align: center
}
.full-screen.register-page .page-header .container {
  margin-bottom: 50px
}
.full-screen.register-page .page-header .container .info-horizontal .icon {
  margin-top: 10px
}
.full-screen.register-page .card-register, .full-screen.register-page .demo-card {
  background-color: #fff;
  max-width: 360px
}
.full-screen.register-page .card-register input, .full-screen.register-page .demo-card input {
  margin-bottom: 8px
}
.full-screen.register-page .card-register .btn, .full-screen.register-page .demo-card .btn {
  margin-top: 20px
}
.full-screen.register-page .card-register .division, .full-screen.register-page .demo-card .division {
  float: none;
  margin: 0 auto;
  overflow: hidden;
  margin: 20px 0;
  position: relative;
  text-align: center;
  width: 100%;
  color: #66615b
}
.full-screen.register-page .card-register .division .line, .full-screen.register-page .demo-card .division .line {
  border-top: 1px solid rgba(0, 0, 0, .2);
  position: absolute;
  top: 10px;
  width: 40%
}
.full-screen.register-page .card-register .division .line.l, .full-screen.register-page .demo-card .division .line.l {
  left: 0
}
.full-screen.register-page .card-register .division .line.r, .full-screen.register-page .demo-card .division .line.r {
  right: 0
}
.full-screen.register-page .card-register .register-form .form-control, .full-screen.register-page .demo-card .register-form .form-control {
  border: 1px solid #ccc5b9 !important
}
.full-screen.register-page .card-register .login p, .full-screen.register-page .demo-card .login p {
  color: #66615b
}
.full-screen.register-page .card-register .login p a, .full-screen.register-page .demo-card .login p a {
  color: #51bcda
}
.full-screen.register-page .social {
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: center
}
.full-screen.register-page .login {
  margin-top: 20px;
  text-align: center
}
.full-screen.register-page .login p {
  font-size: .9em
}
#carousel {
  max-width: 385px
}
#carousel .card .carousel-item.active {
  display: block !important
}
#carousel .card .carousel-control:focus {
  color: #fff
}
.contact-page .section:first-of-type, .discover .section:first-of-type, .search-page .section:first-of-type {
  padding-top: 100px
}
.profile-background {
  background-position: 50%;
  background-size: cover;
  height: 300px;
  position: relative
}
.profile-background .filter-black:after {
  background-color: rgba(0, 0, 0, .5);
  content: "";
  display: block;
  height: 300px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}
.owner .avatar, .profile-content {
  position: relative
}
.owner .avatar {
  margin-top: -85px;
  padding: 15px;
  z-index: 3
}
.owner .name h4 {
  margin-top: 10px
}
.profile-tabs {
  margin: 50px 0;
  min-height: 300px
}
#following h3 {
  margin: 40px 0
}
.follows .unfollow {
  width: 15px
}
.follows hr {
  margin-top: 10px
}
.alert h5 {
  margin-bottom: 0
}
.profile-page .settings-form, .settings-page .settings-form {
  margin-bottom: 50px;
  margin-top: 50px
}
.profile-page .fileinput, .settings-page .fileinput {
  margin-top: -140px;
  position: relative;
  z-index: 3
}
.profile-page .form-group, .settings-page .form-group {
  padding-bottom: 10px
}
.notifications {
  list-style: none;
  padding-left: 0;
  padding-top: 20px
}
.notifications .notification-item {
  border-top: 1px solid #e8e7e3;
  min-height: 60px;
  padding-top: 20px;
  padding-bottom: 15px
}
.notifications .notification-item .bootstrap-switch, .notifications .notification-item .switch {
  float: right
}
.about-us .container {
  max-width: 970px
}
.about-us .header-wrapper {
  height: 550px
}
.about-us .section {
  padding-top: 50px
}
.about-us h3.title-uppercase {
  margin-top: 50px
}
.about-us p {
  margin-top: 20px
}
.about-us .creators {
  margin-top: 100px
}
.about-us .more-info {
  margin-top: 50px;
  margin-bottom: 30px
}
.discover {
  background-color: #fffcf5
}
.discover .discover-title {
  margin-top: 20px
}
.discover .form-inline {
  margin: 20px 0 40px 165px
}
.discover .items-row {
  margin-bottom: 50px
}
.discover .preloader h5 {
  color: #d8d1c9;
  display: inline-block
}
.discover .navbar {
  border-radius: 0
}
.add-product {
  background-color: #fffcf5
}
.add-product .container {
  max-width: 970px
}
.add-product h6 {
  color: #9a9a9a;
  margin-top: 20px
}
.add-product .price-row {
  margin-bottom: 30px
}
.add-product .buttons-row {
  margin: 60px 0 20px
}
.add-product .buttons-row .btn {
  margin-bottom: 15px
}
.add-product .display-checkbox {
  margin-top: 40px
}
.product-page {
  background-color: #f4f3ef
}
.product-page .container {
  max-width: 970px
}
.product-page .title-row {
  margin-bottom: 30px
}
.product-page .shop {
  margin-top: 0
}
.product-page .carousel-inner {
  background-color: transparent
}
.product-page .carousel-inner .item {
  padding: 40px 30px
}
.product-page .price {
  margin-top: 10px
}
.product-page .shipping {
  margin-bottom: 40px
}
.product-page .details-row {
  margin-top: 30px
}
.product-page .faq {
  padding-top: 20px;
  padding-bottom: 20px
}
.product-page .add-row {
  margin-top: 50px;
  margin-bottom: 50px
}
.product-page .add-row h4 {
  margin-top: 10px
}
.contact-page .navbar {
  margin-bottom: 0
}
.contact-page .title {
  margin-top: 40px
}
.contact-page .contact .form-control {
  margin-bottom: 20px
}
.contact-page .visit {
  margin-top: 40px;
  margin-bottom: 10px
}
.contact-page .big-map {
  height: 300px;
  width: 100%
}
.contact-page .footer-demo {
  background-color: #f4f3ef
}
.blog, .blog-post {
  background-color: #fff
}
.blog-post .navbar, .blog .navbar {
  border-bottom: 0 none;
  margin-bottom: 0
}
.blog-post .navbar input, .blog .navbar input {
  background-color: #fff
}
.blog-post .title h3, .blog .title h3 {
  margin-top: -10px
}
.blog-post .main-tag, .blog .main-tag {
  margin-bottom: 10px;
  margin-top: 10px
}
.blog-post .title, .blog .title {
  color: #403d39;
  font-weight: 600
}
.blog-post .card-big-shadow, .blog .card-big-shadow {
  max-width: 100%
}
.blog-post .card, .blog .card {
  margin-top: 25px;
  background-size: cover;
  min-height: 430px;
  width: 100%
}
.blog-post .image-thumb, .blog .image-thumb {
  font-size: 14px;
  color: #a49e93
}
.card-blog a .title-uppercase {
  margin-bottom: 10px
}
.blog-posts .article .article-content .btn, .blog-posts .article .article-content p {
  margin-top: 10px
}
.blog-posts .article .card-blog .btn {
  margin-bottom: 20px
}
.blog-post .article .article-content h4 {
  color: #403d39;
  font-weight: 700;
  margin-top: 40px;
  text-align: center
}
.blog-post .article .article-content p {
  margin-top: 20px
}
.blog-post .article .article-content ul > li {
  margin: 10px 0
}
.blog-post .article .article-footer {
  margin-top: 50px
}
.blog-post .article .article-footer .sharing {
  margin-bottom: 100px;
  float: right
}
.blog-post .article .article-footer .sharing h5 {
  margin-top: 0 !important
}
.blog-post .article .media .media-body .btn {
  margin-top: 50px
}
.blog-post .article .media .media-body p {
  padding-right: 150px
}
.blog-post .article .media .big-avatar {
  width: 100px;
  height: 100px
}
.blog-post .related-articles {
  margin-bottom: 50px;
  margin-top: 80px;
  text-align: center
}
.blog-post .related-articles img {
  height: 230px;
  width: 100%
}
.blog-post .related-articles .blog-title {
  margin-top: 15px
}
.blog-post .blog-header-image {
  background-image:url("{{ path-general }}/assets/img{{ site.product_path }}/farid-askerov.jpg")
}
.blog-post .navbar input {
  background-color: hsla(0, 0%, 100%, .17)
}
.search-page {
  background-color: #fff
}
.search-page .navbar-transparent {
  border-bottom: 0 none;
  margin-bottom: 0
}
.search-page .navbar-transparent .navbar-brand {
  color: #66615b
}
.search-page .navbar-transparent .navbar-toggle .icon-bar {
  background: #66615b
}
.search-page .section-search {
  min-height: 100vh
}
.search-page .addon-xtreme {
  background-color: #fff;
  font-size: 2.5em;
  color: #a49e93;
  position: absolute;
  top: 6px;
  left: 10px
}
.search-page .input-xtreme {
  background-color: #fff;
  font-size: 3em;
  height: 70px;
  margin-left: 70px;
  padding-left: 0
}
.search-page .follows li {
  padding: 20px
}
.search-page .search-form {
  margin: 0 auto 50px;
  max-width: 360px
}
.search-page .search-form .fa {
  width: 22px
}
.search-page .text-missing {
  margin-top: 100px;
  margin-bottom: 50px
}
.search-page .description {
  text-align: left
}
.search-page .description h5 {
  margin-top: 0
}
.search-page .description h5 small {
  font-weight: 600
}
.twitter-redesign .nav-tabs > li.active :after {
  border-bottom: 11px solid #f9f9f7
}
.twitter-redesign .twitter-logo {
  position: absolute;
  left: 50%;
  margin-left: -40px
}
.twitter-redesign .twitter-logo a:active i, .twitter-redesign .twitter-logo a:focus i, .twitter-redesign .twitter-logo a:hover i, .twitter-redesign .twitter-logo a i {
  color: #55acee;
  font-size: 30px
}
.twitter-redesign .navbar-form {
  margin-right: 0;
  padding-right: 0
}
.twitter-redesign .following {
  margin-top: -45px;
  margin-left: 75px
}
.twitter-redesign .hashtag-suggestions li {
  margin-bottom: 5px
}
.twitter-redesign .account {
  margin-bottom: 15px
}
.twitter-redesign .account .description-section {
  line-height: 1.2em;
  margin-top: 5px;
  padding: 0
}
.twitter-redesign .account .follow {
  margin-top: 10px
}
.twitter-redesign .tweets {
  padding: 20px 50px
}
.twitter-redesign .tweets .media {
  border-bottom: 1px solid #f1eae0;
  overflow: visible
}
.twitter-redesign .tweets .media img {
  width: 100%
}
.twitter-redesign .tweets .media .avatar {
  border: 0 none;
  margin-top: 10px
}
.twitter-redesign .tweets .media .avatar .btn-just-icon {
  line-height: 30px
}
.twitter-redesign .tweets .media .media-heading {
  margin-bottom: 5px
}
.twitter-redesign .tweets .media .media-body {
  overflow: visible
}
.twitter-redesign .tweets .media .media-footer .btn {
  font-weight: 700;
  margin-right: 20px
}
.twitter-redesign .tweets .media .img-tweet {
  display: inline-block
}
.twitter-redesign .tweets .media .retweet {
  margin-top: -20px;
  margin-left: 40px
}
.twitter-redesign .tweets .media .tweet-link {
  margin-bottom: 25px;
  margin-top: 20px
}
.twitter-redesign .tweets .media .img-tweet-link {
  display: inline-block
}
.twitter-redesign .tweets .media.last-media {
  border-bottom: 0
}
.twitter-redesign .tweets .media .dropdown, .twitter-redesign .tweets .media .dropup {
  display: inline
}
.twitter-redesign .tweets .media .dropdown-menu:before {
  border-bottom: 11px solid #f1eae0;
  top: -11px
}
.twitter-redesign .tweets .media .dropdown-menu:after, .twitter-redesign .tweets .media .dropdown-menu:before {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px
}
.twitter-redesign .tweets .media .dropdown-menu:after {
  border-bottom: 11px solid #fffcf5;
  top: -10px
}
.twitter-redesign .tweets .media .dropdown-menu-right {
  right: 11px !important
}
.twitter-redesign .nav-pills-navigation {
  text-align: center
}
.twitter-redesign .nav-pills-navigation .nav-pills-wrapper {
  display: inline-block;
  position: relative;
  width: auto
}
.twitter-redesign .people .number {
  margin-top: 15px
}
.twitter-redesign .people .card-user .avatar {
  margin-bottom: 10px
}
.twitter-redesign .people .card-user .image {
  height: 120px
}
.twitter-redesign .people .card-user .content {
  min-height: 255px
}
.twitter-redesign .people .card-user .content .description {
  font-size: 15px
}
.twitter-redesign .people .people-list {
  margin-top: 40px
}
.twitter-redesign #media img.vertical-image {
  max-height: 240px
}
.twitter-redesign #media .gallery-item .gallery-caption {
  display: none
}
.twitter-redesign #media .pswp__caption__center {
  max-width: 800px
}
.twitter-redesign #media .pswp__caption h5 {
  display: inline-block
}
.ecommerce-page .container {
  max-width: 970px
}
.ecommerce-page .header-wrapper {
  height: 550px
}
.ecommerce-page .latest-offers .details .name {
  margin-top: 20px
}
.ecommerce-page .latest-offers .details .meta {
  color: #ccc5b9;
  font-size: .8em;
  font-weight: 400
}
.ecommerce-page .latest-offers .details .price {
  padding-bottom: 15px;
  padding-top: 15px
}
.ecommerce-page .latest-offers .section-title {
  margin-bottom: 30px
}
.ecommerce-page .card-refine {
  margin-top: 30px
}
.ecommerce-page .products {
  margin-top: 73px
}
.ecommerce-page .products .card-product {
  margin-bottom: 50px
}
.ecommerce-page .article-image {
  margin-top: 25px
}
.ecommerce-page .article-image .card-big-shadow {
  max-width: 100%
}
.ecommerce-page .article-image .card {
  background-size: cover;
  min-height: 230px;
  width: 100%
}
.ecommerce-page .article-image .image-thumb {
  font-size: 14px;
  color: #a49e93
}
.documentation .filter:after {
  height: 750px !important
}
body {
  overflow-x: hidden;
  width: 100%
}
.background-img {
  height: 100vh;
  background-position: 50%;
  background-size: cover
}
.background-img .filter:after {
  background-color: rgba(0, 0, 0, .5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}
.background-img .social-buttons .btn:nth-child(2) {
  margin-left: 15px;
  margin-right: 15px
}
.background-img .title {
  margin: 0 auto;
  margin-top: 15%;
  margin-bottom: 30px;
  font-size: 10em;
  color: #fff;
  z-index: 2;
  text-align: center
}
.background-img .card.card-just-text .card-body {
  padding: 50px 30px
}
.background-img .card .icon {
  padding: 0;
  margin-top: 30px;
  margin-bottom: -30px
}
.background-img .card .icon i {
  height: 90px;
  width: 90px;
  font-size: 35px
}
.background-img .card .card-text {
  padding-bottom: 0;
  margin-bottom: -20px
}
.background-img .discover-pages {
  margin: 0 auto;
  color: #fff;
  z-index: 2;
  padding-bottom: 20px
}
.background-img .error-msg {
  text-align: center
}
.section-dark {
  background-color: #0b1011
}
.section-login {
  min-height: 700px
}
@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .page-header .content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%)
  }
  .page-header .presentation-title {
    background: none !important
  }
}
.section {
  padding: 70px 0 0 0;
  position: relative;
  background-color: #fff
}
.section-with-space {
  padding: 60px 0
}
.section-gray {
  background-color: #eee
}
.section-nude {
  background-color: #fffcf5
}
.section-gold {
  background-color: #caac90;
  color: #fff
}
.section-brown {
  background-color: #a59e94;
  color: #fff
}
.section-light-blue {
  background-color: #51cbce;
  color: #fff
}
.section-dark-blue {
  background-color: #506367;
  color: #fff
}
.section-dark {
  background-color: #151f20
}
.section-dark, .section-gold, .section-image {
  position: relative
}
.section-dark .card-plain .card-title, .section-dark .info-title, .section-dark .title, .section-gold .card-plain .card-title, .section-gold .info-title, .section-gold .title, .section-image .card-plain .card-title, .section-image .info-title, .section-image .title {
  color: #fff !important
}
.section-dark .card-plain .card-category, .section-dark .card-plain .card-description, .section-dark .category, .section-dark .description, .section-gold .card-plain .card-category, .section-gold .card-plain .card-description, .section-gold .category, .section-gold .description, .section-image .card-plain .card-category, .section-image .card-plain .card-description, .section-image .category, .section-image .description {
  color: hsla(0, 0%, 100%, .7)
}
.section-dark hr, .section-gold hr, .section-image hr {
  border-color: hsla(0, 0%, 100%, .19)
}
.carousel-caption .info-title, .carousel-caption .title, .page-header .info-title, .page-header .title {
  color: #fff
}
[class*=contactus-], [class*=features-], [class*=pricing-], [class*=projects-], [class*=team-], [class*=testimonials-] {
  padding: 80px 0
}
.section-image {
  background-position: 50%;
  background-size: cover
}
.section-image:before {
  background-color: rgba(0, 0, 0, .5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 1
}
.section-image .container {
  position: relative;
  z-index: 2
}
#cd-vertical-nav {
  position: fixed;
  right: -78px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 4
}
#cd-vertical-nav ul {
  list-style: none;
  padding: 0
}
#cd-vertical-nav li {
  text-align: right
}
#cd-vertical-nav a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%
}
#cd-vertical-nav a span {
  float: right;
  display: inline-block;
  transform: scale(.6)
}
#cd-vertical-nav a:hover .cd-label {
  opacity: 1;
  left: -90%;
  transition: transform .2s, opacity .2s
}
#cd-vertical-nav a:hover span {
  transform: scale(1)
}
#cd-vertical-nav a.is-selected .cd-dot {
  background-color: #51cbce;
  transform: scale(1)
}
#cd-vertical-nav a:after {
  content: "";
  clear: both;
  display: table
}
#cd-vertical-nav .cd-dot {
  position: relative;
  top: 8px;
  right: calc(100% - 15px);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #f5593d;
  transition: transform .2s, background-color .5s;
  transform-origin: 50% 50%
}
#cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: 7px 14px;
  color: #fff;
  background: rgba(0, 0, 0, .53);
  font-size: 10px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  transform-origin: 100% 50%
}
.header-2 .header .card-body {
  padding: 20px 20px 5px
}
.header-wrapper .header {
  height: 100vh;
  margin: 0;
  padding: 0;
  border: 0;
  background-position: 50%;
  background-size: cover
}
.header-wrapper .header .filter:after {
  height: 100%
}
.header-wrapper .header .upper-container {
  margin-top: 18%;
  color: #fff
}
.header-3 .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100vh;
  border-radius: 0 !important
}
.header-3 .carousel .carousel-inner .carousel-caption {
  bottom: 30% !important
}
.header-3 .carousel .navbar-absolute {
  position: absolute;
  width: 100%;
  padding-top: 10px;
  z-index: 9
}
.header-3 .carousel .carousel-control-prev {
  margin-left: 35px
}
.header-3 .carousel .carousel-control-next {
  margin-right: 35px
}
.header-3 .header .filter:after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: ""
}
.iframe-container iframe {
  width: 100%
}
.features-3 .iphone-container {
  max-width: 200px;
  margin: 0 auto
}
.features-3 .iphone-container img {
  max-width: 100%;
  padding-top: 40px
}
.features-4 .ipad-container {
  max-width: 500px;
  margin: 0 auto
}
.features-4 .ipad-container img {
  max-width: 100%
}
.features-4 .info-horizontal {
  padding: 50px 0 0
}
.features-4 h5.description {
  margin-bottom: 60px
}
.features-5 {
  background-position: 50%;
  background-size: cover
}
.features-5 .info, .features-5 .title {
  color: #fff
}
.features-5 .title:first-of-type {
  padding-top: 50px
}
.features-5 .info .title {
  padding-top: 20px
}
.features-5 .info p {
  color: hsla(0, 0%, 100%, .8)
}
.features-5 .container [class*=col-] {
  border: 1px solid hsla(0, 0%, 100%, .35);
  border-top: 0;
  border-left: 0
}
.features-5 .container [class*=col-]:last-child {
  border-right: 0
}
.features-5 .bottom-line [class*=col-] {
  border-bottom: 0
}
.features-5 .filter:after {
  background-color: rgba(0, 0, 0, .5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0
}
.card.card-blog [class*=col-] .card-image .img {
  border-radius: 12px
}
.card.card-blog .card-category {
  padding-top: 10px
}
.blog-1 .card-blog {
  margin-bottom: 80px
}
.blog-3 .card-blog {
  margin-bottom: 40px
}
.card.card-profile [class*=col-] .card-body {
  padding-top: 0
}
.card.card-profile [class*=col-] .card-body .card-title {
  margin-top: 10px !important
}
.section .page-header .container {
  z-index: 2
}
.section .page-header .card .card-body .author .avatar {
  width: 130px;
  height: 130px;
  border: 0
}
.section .page-header .description, .section .page-header .title {
  color: #fff
}
.section .page-header .filter:after {
  background-color: rgb(132 128 128 / 50%); /* rgba(0, 0, 0, .5); */
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 1
}
.section .team-4.card-profile {
  margin-top: 70px
}
.section .team-5.section-image .title {
  margin-top: 50px
}
.projects-1 .card-background-image .card-category {
  color: #fff
}
.projects-1 .project-pills {
  margin: 30px auto
}
.project-4 .card[data-background] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px
}
.project-4 .card[data-background] .card-body {
  min-height: auto;
  -ms-flex: initial;
  flex: initial
}
.project-4 .card[data-background] .icon {
  z-index: 2
}
.project-4 .card[data-background]:after {
  background-color: rgba(0, 0, 0, .35)
}
.project-4 .info {
  padding-top: 0 !important
}
.project-4 .card.card-plain .card-body {
  margin-top: 60px
}
#pricing .container + .filter .title {
  color: #fff
}
#pricing .container + .filter .description {
  color: #ddd
}
#pricing .pricing-5 .title {
  margin-top: 80px
}
#testimonials .testimonials-1 .title {
  margin-top: 40px
}
#testimonials .testimonials-2 .card {
  margin-top: 10px
}
#testimonials .testimonials-2 .card .carousel-inner {
  height: 500px
}
#testimonials .testimonials-2 .card .carousel-inner .carousel-item {
  height: 100%;
  width: 100%
}
#testimonials .testimonials-2 .card .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 10;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}
#testimonials .testimonials-2 .card .carousel-inner .carousel-item .carousel-caption .card-testimonial .card-footer .card-avatar, #testimonials .testimonials-2 .card .carousel-inner .carousel-item .carousel-caption .card-testimonial .card-footer .card-title {
  color: #fff
}
#testimonials .testimonials-2 .card-testimonial .card-avatar {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 70px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
  width: 130px;
  margin: 0 auto
}
#testimonials .testimonials-2 .card-testimonial .card-avatar .img {
  width: 130px;
  height: 130px
}
#testimonials .testimonials-2 .card-testimonial .card-avatar a {
  left: 38%
}
#testimonials .testimonials-2 .card-testimonial .card-footer {
  margin-top: 0
}
.testimonials-2 .testimonials-people {
  margin-top: -70px
}
.testimonials-2 .left-fifth-person, .testimonials-2 .left-first-person, .testimonials-2 .left-fourth-person, .testimonials-2 .left-second-person, .testimonials-2 .left-sixth-person, .testimonials-2 .left-third-person, .testimonials-2 .right-fifth-person, .testimonials-2 .right-first-person, .testimonials-2 .right-fourth-person, .testimonials-2 .right-second-person, .testimonials-2 .right-sixth-person, .testimonials-2 .right-third-person {
  opacity: 1 !important
}
.section-testimonials {
  background-image: none
}
.section-testimonials .our-clients {
  margin-top: 135px
}
.section-testimonials .our-clients img {
  width: 100%;
  max-width: 140px;
  display: inline-block
}
.section-testimonials .card-profile .card-description, .section-testimonials .card-profile .card-title {
  text-align: left !important
}
.section-testimonials .card {
  margin: 0 auto;
  max-width: 460px;
  padding-bottom: 30px
}
.section-testimonials .card img {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
.section-testimonials .fa-star {
  font-size: 20px;
  color: #fec42d
}
.section-testimonials .card.card-testimonial .card-body {
  margin-top: 0;
  padding: 15px 50px
}
.section-testimonials .page-carousel {
  margin-top: 60px
}
.section-testimonials .testimonials-people {
  position: relative
}
.section-testimonials .testimonials-people > img {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
  opacity: 0;
  transform: translate3D(0, 50px, 0);
  -webkit-transform: translate3D(0, 50px, 0);
  transition: all .6s cubic-bezier(.34, 2, .7, 1) 0s
}
.section-testimonials .testimonials-people .left-first-person {
  left: 2%;
  top: 2%;
  height: 70px;
  width: 70px
}
.section-testimonials .testimonials-people .left-second-person {
  left: 65%;
  top: 100%;
  height: 70px;
  width: 70px
}
.section-testimonials .testimonials-people .left-third-person {
  left: -17%;
  top: 135%;
  height: 120px;
  width: 120px
}
.section-testimonials .testimonials-people .left-fourth-person {
  left: 50%;
  top: 190%;
  height: 55px;
  width: 55px
}
.section-testimonials .testimonials-people .left-fifth-person {
  left: 95%;
  top: 220%;
  height: 35px;
  width: 35px
}
.section-testimonials .testimonials-people .left-sixth-person {
  left: 40%;
  top: 265%;
  height: 95px;
  width: 95px
}
.section-testimonials .testimonials-people .right-first-person {
  right: -10%;
  top: 0;
  height: 60px;
  width: 60px
}
.section-testimonials .testimonials-people .right-second-person {
  right: 30%;
  top: 60%;
  height: 70px;
  width: 70px
}
.section-testimonials .testimonials-people .right-third-person {
  right: 95%;
  top: 95%;
  height: 50px;
  width: 50px
}
.section-testimonials .testimonials-people .right-fourth-person {
  right: 45%;
  top: 145%;
  height: 50px;
  width: 50px
}
.section-testimonials .testimonials-people .right-fifth-person {
  right: 90%;
  top: 195%;
  height: 100px;
  width: 100px
}
.section-testimonials .testimonials-people .right-sixth-person {
  right: 15%;
  top: 260%;
  height: 70px;
  width: 70px
}
#contact-us .contactus-1.section-image .card-contact {
  margin-bottom: 30px;
  margin-top: 50px
}
#contact-us .contactus-1.section-image .title {
  margin-top: 15%
}
#contact-us .contactus-1 .info-horizontal {
  margin-left: 0
}
#contact-us .contactus-1 .description, #contact-us .contactus-1 .info-title {
  color: #333 !important
}
#contact-us .contactus-1 + .contactus-2 {
  padding-top: 0
}
#contact-us .contactus-2 {
  position: relative
}
#contact-us .contactus-2 .card {
  top: 60px
}
#contact-us .contactus-2 .big-map {
  width: 100%;
  height: 100%;
  position: absolute
}
#contact-us .card-contact .card-body .checkbox {
  margin-top: 5px
}
.section-contactus {
  padding-bottom: 0
}
@media (max-width:767px) {
  #cd-vertical-nav {
    display: none !important
  }
  .coloured-cards .card-big-shadow {
    margin: 0 auto
  }
  .register-page .page-header {
    max-height: 2000px
  }
  .section-testimonials .our-clients {
    margin-top: 0 !important
  }
  .navbar-transparent {
    background-color: rgba(0, 0, 0, .45)
  }
  .register .page-header {
    max-height: fit-content
  }
  .form-group.has-danger {
    margin-bottom: 30px
  }
  body {
    position: relative;
    font-size: 12px
  }
  h6 {
    font-size: 1em
  }
  .navbar .container {
    left: 0;
    width: 100%;
    transition: all .33s cubic-bezier(.685, .0473, .346, 1);
    position: relative
  }
  .navbar .navbar-nav .dropdown-menu {
    height: 400px;
    overflow-y: scroll
  }
  .demo-header .motto {
    padding-top: 30% !important
  }
  .navbar-toggle .icon-bar {
    display: block;
    position: relative;
    background: #fff;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    margin: 0 auto
  }
  .navbar-header .navbar-toggle {
    margin-top: 12px;
    width: 40px;
    height: 40px
  }
  .bar1, .bar2, .bar3 {
    outline: 1px solid transparent
  }
  .bar1 {
    top: 0;
    animation: f .5s 0s;
    animation-fill-mode: forwards
  }
  .bar2 {
    opacity: 1
  }
  .bar3 {
    bottom: 0;
    animation: h .5s 0s;
    animation-fill-mode: forwards
  }
  .toggled .bar1 {
    top: 6px;
    animation: e .5s 0s;
    animation-fill-mode: forwards
  }
  .toggled .bar2 {
    opacity: 0
  }
  .toggled .bar3 {
    bottom: 6px;
    animation: g .5s 0s;
    animation-fill-mode: forwards
  }
  @keyframes e {
    0% {
      top: 0;
      transform: rotate(0deg)
    }
    45% {
      top: 6px;
      transform: rotate(145deg)
    }
    75% {
      transform: rotate(130deg)
    }
    to {
      transform: rotate(135deg)
    }
  }
  @keyframes f {
    0% {
      top: 6px;
      transform: rotate(135deg)
    }
    45% {
      transform: rotate(-10deg)
    }
    75% {
      transform: rotate(5deg)
    }
    to {
      top: 0;
      transform: rotate(0)
    }
  }
  @keyframes g {
    0% {
      bottom: 0;
      transform: rotate(0deg)
    }
    45% {
      bottom: 6px;
      transform: rotate(-145deg)
    }
    75% {
      transform: rotate(-130deg)
    }
    to {
      transform: rotate(-135deg)
    }
  }
  @keyframes h {
    0% {
      bottom: 6px;
      transform: rotate(-135deg)
    }
    45% {
      transform: rotate(10deg)
    }
    75% {
      transform: rotate(-5deg)
    }
    to {
      bottom: 0;
      transform: rotate(0)
    }
  }
  .navbar-nav {
    margin: 1px -15px
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px 15px 5px 50px
  }
  .navbar-nav .open .dropdown-menu > li:first-child > a {
    padding: 5px 15px 5px 50px
  }
  .navbar-nav .open .dropdown-menu > li:last-child > a {
    padding: 15px 15px 25px 50px
  }
  [class*=navbar-] .navbar-nav .active > a, [class*=navbar-] .navbar-nav .active > a:focus, [class*=navbar-] .navbar-nav .active > a:hover, [class*=navbar-] .navbar-nav .navbar-nav .open .dropdown-menu > li > a:active, [class*=navbar-] .navbar-nav .open .dropdown-menu > li > a, [class*=navbar-] .navbar-nav .open .dropdown-menu > li > a:focus, [class*=navbar-] .navbar-nav .open .dropdown-menu > li > a:hover, [class*=navbar-] .navbar-nav > li > a, [class*=navbar-] .navbar-nav > li > a:focus, [class*=navbar-] .navbar-nav > li > a:hover {
    color: #fff
  }
  [class*=navbar-] .navbar-nav .open .dropdown-menu > li > a:focus, [class*=navbar-] .navbar-nav .open .dropdown-menu > li > a:hover, [class*=navbar-] .navbar-nav .open .dropdown-menu > li > a:not(.btn), [class*=navbar-] .navbar-nav > li > a:focus, [class*=navbar-] .navbar-nav > li > a:hover, [class*=navbar-] .navbar-nav > li > a:not(.btn) {
    opacity: .7;
    background: transparent
  }
  [class*=navbar-] .navbar-nav.navbar-nav .open .dropdown-menu > li > a:active {
    opacity: 1
  }
  [class*=navbar-] .navbar-nav .dropdown > a:hover .caret {
    border-bottom-color: #777;
    border-top-color: #777
  }
  [class*=navbar-] .navbar-nav .dropdown > a:active .caret {
    border-bottom-color: #fff;
    border-top-color: #fff
  }
  .footer .credits, .footer .footer-nav {
    margin: 0 auto
  }
  #typography .typography-line .note {
    margin-left: 7px !important
  }
  .dropdown-menu {
    display: none
  }
  .navbar-fixed-top {
    -webkit-backface-visibility: hidden
  }
  .social-line .btn, .subscribe-line .form-control {
    margin: 0 0 10px
  }
  .social-line.pull-right {
    float: none
  }
  .footer nav.pull-left {
    float: none !important
  }
  .footer:not(.footer-big) nav > ul li {
    float: none
  }
  .social-area.pull-right {
    float: none !important
  }
  .form-control + .form-control-feedback {
    margin-top: 5px
  }
  .form-control.form-control-danger.no-border {
    margin-top: 15px
  }
  .navbar-toggle:focus, .navbar-toggle:hover {
    background-color: transparent !important
  }
  .btn.dropdown-toggle {
    margin-bottom: 0
  }
  .media-post .author {
    width: 25%;
    float: none !important;
    display: block;
    margin: 0 auto 10px
  }
  .media-post .media-body {
    width: 100%
  }
  .modal-footer .btn-simple {
    padding: 15px
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
  }
  .typography-line {
    padding-left: 100px !important
  }
  .projects-1 .project-pills .nav.nav-pills {
    display: block !important
  }
  .projects-1 .project-pills .nav.nav-pills .nav-item.active:first-child .nav-link, .projects-1 .project-pills .nav.nav-pills .nav-item:first-child .nav-link {
    border-radius: 12px 12px 0 0 !important;
    margin-left: -1px
  }
  .projects-1 .project-pills .nav.nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 0 12px 12px !important;
    margin-left: -1px
  }
  .section-testimonials .testimonials-people img, .testimonials-2 .testimonials-people img {
    display: none !important
  }
  .presentation-page .components-container .card {
    margin-bottom: 40px !important
  }
  .btn-wd {
    min-width: 280px
  }
  .presentation-page .title-brand .type {
    transform: translateY(-28px);
    -webkit-transform: translateY(-28px);
    -moz-transform: translateY(-28px);
    -o-transform: translateY(-28px)
  }
  .presentation-page .section-cards, .presentation-page .section-components {
    overflow: hidden
  }
  .presentation-page .section-cards .first-card, .presentation-page .section-components .first-card {
    top: 750px !important
  }
  .presentation-page .section-cards .first-card .grid__link, .presentation-page .section-components .first-card .grid__link {
    max-width: 200px !important
  }
  .presentation-page .section-cards .fourth-card, .presentation-page .section-components .fourth-card {
    top: 940px !important
  }
  .presentation-page .section-cards .fourth-card .grid__link, .presentation-page .section-components .fourth-card .grid__link {
    max-width: 200px !important
  }
  .presentation-page .section-cards .fifth-card, .presentation-page .section-components .fifth-card {
    top: 950px !important;
    left: 220px !important
  }
  .presentation-page .section-cards .fifth-card .grid__link, .presentation-page .section-components .fifth-card .grid__link {
    max-width: 200px !important
  }
  .presentation-page .section-cards .sixth-card, .presentation-page .section-components .sixth-card {
    top: 1335px !important;
    left: 220px !important
  }
  .presentation-page .section-cards .sixth-card .grid__link, .presentation-page .section-components .sixth-card .grid__link {
    max-width: 200px !important
  }
  .presentation-page .section-cards .seventh-card, .presentation-page .section-components .seventh-card {
    top: 1155px !important
  }
  .presentation-page .section-cards .seventh-card .grid__link, .presentation-page .section-components .seventh-card .grid__link {
    max-width: 200px !important
  }
  .presentation-page .section-content .image-container .add-animation {
    max-height: 250px !important;
    max-width: 180px !important
  }
  .presentation-page .section-components .image-container .components-macbook {
    max-width: 580px !important;
    max-height: 400px !important
  }
  .presentation-page .section-components .image-container .share-btn-img, .presentation-page .section-components .image-container .social-img {
    display: none
  }
  .presentation-page .section-components .title {
    margin-top: -100px !important
  }
  .presentation-page .section-examples {
    padding-top: 0 !important;
    margin-top: 10px !important
  }
  .presentation-page .section-icons .icons-nucleo .nc-icon:not(.ninth-left-icon):not(.seventh-left-icon):not(.third-left-icon) {
    display: none !important
  }
  .bootstrap-datetimepicker-widget {
    visibility: visible !important
  }
  .presentation-page .fog-low {
    margin-bottom: -35px
  }
  .presentation-page .presentation-title {
    font-size: 5em
  }
  .presentation-page .presentation-subtitle {
    margin-top: 40px
  }
  .presentation-page .title-brand {
    max-width: 450px
  }
  .presentation-page .title-brand .type {
    font-size: 16px
  }
  .demo-icons ul li {
    width: 20%;
    float: left
  }
  .info.info-separator:after {
    display: none
  }
  .pricing-5 .choose-plan {
    text-align: center
  }
  .pricing-5 .choose-plan .nav.nav-pills {
    display: inline-flex
  }
  .pricing-5 .description {
    text-align: center
  }
  .page-carousel .carousel-inner [class*=col-md] {
    margin-left: 0 !important
  }
  .page-carousel .right.carousel-control {
    margin-right: 0 !important
  }
  .page-carousel .left.carousel-control {
    margin-left: 0 !important
  }
  .subscribe-line .form-control {
    border: 1px solid #ddd;
    padding-left: 10px
  }
  .subscribe-line .btn {
    margin: 0 auto
  }
}
@media screen and (max-width:991px) {
  .navbar-collapse {
    position: fixed;
    display: block !important;
    top: 0;
    height: 100%;
    width: 230px;
    right: 0;
    z-index: 1032;
    visibility: visible;
    background-color: #999;
    overflow-y: visible;
    border-top: none;
    text-align: left;
    border-left: 1px solid #ccc5b9;
    padding-right: 0;
    padding-left: 40px;
    padding-top: 15px;
    transform: translateX(230px);
    transition: all .33s cubic-bezier(.685, .0473, .346, 1)
  }
  .navbar-collapse ul {
    position: relative;
    z-index: 3;
    height: 95%
  }
  .navbar-collapse .navbar-nav > .nav-item:last-child {
    border-bottom: 0
  }
  .navbar-collapse .navbar-nav > .nav-item > .nav-link {
    margin: 0;
    color: #9a9a9a !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5em;
    padding: 15px 0
  }
  .navbar-collapse .navbar-nav > .nav-item > .nav-link:active, .navbar-collapse .navbar-nav > .nav-item > .nav-link:hover {
    color: #403d39 !important
  }
  .navbar-collapse:after {
    background-color: #fffcf5;
    background-image: linear-gradient(180deg, transparent 0, hsla(0, 0%, 44%, 0) 60%, hsla(0, 0%, 73%, .15))
  }
  .navbar-collapse.has-image:after, .navbar-collapse:after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    content: "";
    z-index: 1
  }
  .navbar-collapse.has-image:after {
    background-color: hsla(0, 0%, 7%, .8)
  }
  .nav-open .navbar-collapse {
    transform: translateX(0)
  }
  .nav-open .wrapper {
    left: 0
  }
  .nav-open .navbar-translate, .nav-open .wrapper {
    transform: translateX(-230px)
  }
  .wrapper .navbar-collapse {
    display: none
  }
  .register-page.full-screen .page-header .container {
    margin-top: 30%
  }
  .dropdown .dropdown-menu, .dropdown.show .dropdown-menu {
    border: 0;
    transition: none;
    box-shadow: none;
    width: auto;
    height: auto
  }
  .dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:hover, .dropdown.show .dropdown-menu .dropdown-item:focus, .dropdown.show .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    border-radius: 0
  }
  .dropdown .dropdown-menu .dropdown-item a:focus, .dropdown .dropdown-menu .dropdown-item a:hover, .dropdown.show .dropdown-menu .dropdown-item a:focus, .dropdown.show .dropdown-menu .dropdown-item a:hover {
    color: #403d39
  }
  .dropdown .dropdown-menu, .dropdown .dropdown-menu:after, .dropdown .dropdown-menu:before, .dropdown.show .dropdown-menu:after, .dropdown.show .dropdown-menu:before {
    display: none
  }
  .dropdown.show .dropdown-menu {
    display: block;
    position: static;
    float: none;
    background: transparent !important
  }
  .navbar-translate {
    width: 100%;
    position: relative;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center;
    align-items: center;
    transform: translateX(0);
    transition: all .33s cubic-bezier(.685, .0473, .346, 1)
  }
  #bodyClick {
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 0;
    top: 0;
    left: auto;
    right: 230px;
    content: "";
    z-index: 1029;
    overflow-x: hidden
  }
  .wrapper {
    transition: all .33s cubic-bezier(.685, .0473, .346, 1);
    left: 0;
    background-color: #fff
  }
  .container-cards [class*=col-md-] {
    padding-left: 5px;
    padding-right: 5px
  }
  .container-cards .social-buttons {
    z-index: 1
  }
  .full-screen.login .page-header {
    display: grid
  }
  .comments.media-area .media {
    display: block
  }
  .comments.media-area .media .media-body {
    margin-left: 2em
  }
  .comments.media-area .media .media-body p {
    margin-top: 15px
  }
  #navbar-dropdown .navbar-collapse, .section-navbars .navbar-collapse, .section-navigation .navbar-collapse {
    display: none !important
  }
  .header-4 video {
    width: auto;
    height: 100vh
  }
  .subscribe-line .btn.btn-block {
    width: auto
  }
  .form-control + .form-control-feedback {
    padding-left: 0 !important
  }
}
@media screen and (min-width:991px) {
  .burger-menu .navbar-collapse {
    position: fixed;
    display: block;
    top: 0;
    height: 100%;
    width: 230px;
    right: 0;
    z-index: 1032;
    visibility: visible;
    background-color: #999;
    overflow-y: visible;
    border-top: none;
    text-align: left;
    border-left: 1px solid #ccc5b9;
    padding-right: 0;
    padding-left: 40px;
    padding-top: 15px;
    transform: translateX(230px);
    transition: all .33s cubic-bezier(.685, .0473, .346, 1)
  }
  .burger-menu .navbar-collapse .navbar-nav .nav-item:last-child {
    border-bottom: 0
  }
  .burger-menu .navbar-collapse .navbar-nav {
    height: 100%;
    z-index: 2;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .burger-menu .navbar-collapse:after {
    background-color: #fffcf5;
    background-image: linear-gradient(180deg, transparent 0, hsla(0, 0%, 44%, 0) 60%, hsla(0, 0%, 73%, .15))
  }
  .burger-menu .navbar-collapse.has-image:after, .burger-menu .navbar-collapse:after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    content: "";
    z-index: 1
  }
  .burger-menu .navbar-collapse.has-image:after {
    background-color: hsla(0, 0%, 7%, .8)
  }
  .burger-menu .navbar .container .navbar-toggler {
    display: block;
    margin-top: 20px
  }
  .burger-menu .navbar-translate {
    width: 100%;
    position: relative;
    transform: translateX(0);
    transition: all .33s cubic-bezier(.685, .0473, .346, 1)
  }
  .burger-menu .wrapper {
    transition: all .33s cubic-bezier(.685, .0473, .346, 1);
    left: 0;
    background-color: #fff
  }
  .burger-menu .body .navbar-collapse.collapse {
    height: 100vh !important
  }
  .burger-menu .navbar-collapse:after, .burger-menu .navbar-collapse:before, .burger-menu .navbar-nav:after, .burger-menu .navbar-nav:before {
    display: table;
    content: " "
  }
  .nav-open .burger-menu .navbar-collapse.collapse {
    transform: translateX(0)
  }
  .nav-open .burger-menu .wrapper {
    left: 0;
    transform: translateX(-230px)
  }
  .nav-open .burger-menu .navbar-translate {
    transform: translateX(-230px)
  }
  .burger-menu .dropdown .dropdown-menu, .burger-menu .dropdown.show .dropdown-menu {
    border: 0;
    transition: none;
    box-shadow: none;
    width: auto
  }
  .burger-menu .dropdown .dropdown-menu .dropdown-item:focus, .burger-menu .dropdown .dropdown-menu .dropdown-item:hover, .burger-menu .dropdown.show .dropdown-menu .dropdown-item:focus, .burger-menu .dropdown.show .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    border-radius: 0
  }
  .burger-menu .dropdown .dropdown-menu .dropdown-item a:focus, .burger-menu .dropdown .dropdown-menu .dropdown-item a:hover, .burger-menu .dropdown.show .dropdown-menu .dropdown-item a:focus, .burger-menu .dropdown.show .dropdown-menu .dropdown-item a:hover {
    color: #403d39
  }
  .burger-menu .dropdown .dropdown-menu, .burger-menu .dropdown .dropdown-menu:after, .burger-menu .dropdown .dropdown-menu:before, .burger-menu .dropdown.show .dropdown-menu:after, .burger-menu .dropdown.show .dropdown-menu:before {
    display: none
  }
  .burger-menu .dropdown.show .dropdown-menu {
    display: block
  }
  .lightbox .modal-dialog {
    width: 960px
  }
}
@media screen and (min-width:767px) {
  .section-sections .section-cols {
    position: relative;
    z-index: 1
  }
  .register-page .page-header .container {
    margin-top: 150px
  }
}
@media (max-width:1023px) and (min-width:767px) {
  .presentation-page .section-content .image-container .area-img {
    max-width: 190px;
    max-height: 270px
  }
  .presentation-page .section-content .image-container .info-img {
    max-width: 190px;
    max-height: 270px;
    left: -20%
  }
  .presentation-page .section-content .section-description {
    margin-top: 0 !important
  }
  .presentation-page .section-components .components-macbook {
    left: -75px !important
  }
  .presentation-page .section-cards .codrops-header {
    margin-top: 10px !important
  }
}
@media (max-width:1367px) and (min-width:1024px) {
  .presentation-page .section-components .basic-container {
    margin-left: 5em
  }
}
@media (max-width:500px) {
  .presentation-page .section-header .card {
    min-height: 230px
  }
  #cards .card-profile {
    margin-top: 50px
  }
  .pricing-5 .title {
    text-align: center
  }
  .presentation-page .presentation-title {
    font-size: 4em
  }
  .presentation-page .title-brand .type {
    font-size: 12px;
    padding: 4px 7px;
    border-radius: 4px;
    top: 0;
    font-weight: 600;
    margin-top: 20px;
    right: 2px
  }
  .presentation-page .section-cards .codrops-header .description {
    max-width: 220px
  }
  .register-page .page-header .container .info:first-of-type {
    margin-top: 50px
  }
}
@media screen and (max-width:1367px) {
  .presentation-page .section-cards, .presentation-page .section-components {
    overflow: hidden
  }
}
@media screen and (min-width:1025) {
  .section-sections .section-cols {
    position: relative;
    z-index: 1
  }
  .section-sections .section-cols .row:first-of-type {
    margin-top: 50px;
    margin-right: -120px;
    margin-left: -15px;
    transform: translateX(-80px)
  }
  .section-sections .section-cols .row:nth-of-type(2) {
    margin-left: -100px;
    margin-right: -15px;
    transform: translateX(80px)
  }
  .section-sections .section-cols .row:nth-of-type(3) {
    margin-right: -120px;
    margin-left: 0;
    transform: translateX(-120px)
  }
  .section-sections .section-cols .row:nth-of-type(4) {
    margin-right: -100px;
    margin-left: -15px;
    transform: translateX(-50px)
  }
}
@media only screen and (min-width:1024px) {
  .demo-icons ul li {
    width: 12.5%;
    float: left;
    padding: 32px 0
  }
}
@media (max-width:1200px) {
  .presentation-page .presentation-title {
    font-size: 7em
  }
  .presentation-page .title-brand {
    max-width: 650px
  }
}
@media (max-width:1200px) {
  .presentation .section-images .image img {
    width: 100%
  }
}
@media screen and (max-width:374px) {
  .footer.footer-big .copyright .pull-left, .footer.footer-big .copyright .pull-right {
    float: none !important
  }
  .full-screen.login .card.card-register {
    margin-bottom: 20px
  }
  .full-screen.login .demo-footer {
    margin-left: -15px
  }
  .about-us .header-wrapper {
    height: auto !important
  }
  .presentation-page .section-content .image-container .area-img {
    max-width: 170px !important
  }
}
@font-face {
  font-family: nucleo-icons;
  src: url(../fonts/nucleo-icons.eot);
  src: url(../fonts/nucleo-icons.eot) format("embedded-opentype"), url(../fonts/nucleo-icons.woff2) format("woff2"), url(../fonts/nucleo-icons.woff) format("woff"), url(../fonts/nucleo-icons.ttf) format("truetype"), url(../fonts/nucleo-icons.svg) format("svg");
  font-weight: 400;
  font-style: normal
}
.nc-icon {
  display: inline-block;
  font: normal normal normal 14px/1 nucleo-icons;
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.nc-icon.lg {
  font-size: 1.33333333em;
  vertical-align: -16%
}
.nc-icon.x2 {
  font-size: 2em
}
.nc-icon.x3 {
  font-size: 3em
}
.nc-icon.circle, .nc-icon.square {
  padding: .33333333em;
  vertical-align: -16%;
  background-color: #eee
}
.nc-icon.circle {
  border-radius: 50%
}
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}
.nc-icon-ul > li {
  position: relative
}
.nc-icon-ul > li > .nc-icon {
  position: absolute;
  left: -1.57142857em;
  top: .14285714em;
  text-align: center
}
.nc-icon-ul > li > .nc-icon.lg {
  top: 0;
  left: -1.35714286em
}
.nc-icon-ul > li > .nc-icon.circle, .nc-icon-ul > li > .nc-icon.square {
  top: -.19047619em;
  left: -1.9047619em
}
.nc-icon.spin {
  animation: i 2s infinite linear
}
@keyframes i {
  0% {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(1turn)
  }
}
.nc-icon.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg)
}
.nc-icon.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg)
}
.nc-icon.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg)
}
.nc-icon.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scaleX(-1)
}
.nc-icon.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scaleY(-1)
}
.nc-air-baloon:before {
  content: "\ea01"
}
.nc-album-2:before {
  content: "\ea02"
}
.nc-alert-circle-i:before {
  content: "\ea04"
}
.nc-align-center:before {
  content: "\ea03"
}
.nc-align-left-2:before {
  content: "\ea05"
}
.nc-ambulance:before {
  content: "\ea06"
}
.nc-app:before {
  content: "\ea07"
}
.nc-atom:before {
  content: "\ea08"
}
.nc-badge:before {
  content: "\ea09"
}
.nc-bag-16:before {
  content: "\ea0a"
}
.nc-bank:before {
  content: "\ea0b"
}
.nc-basket:before {
  content: "\ea0c"
}
.nc-bell-55:before {
  content: "\ea0d"
}
.nc-bold:before {
  content: "\ea0e"
}
.nc-book-bookmark:before {
  content: "\ea0f"
}
.nc-bookmark-2:before {
  content: "\ea10"
}
.nc-box-2:before {
  content: "\ea11"
}
.nc-box:before {
  content: "\ea12"
}
.nc-briefcase-24:before {
  content: "\ea13"
}
.nc-bulb-63:before {
  content: "\ea14"
}
.nc-bullet-list-67:before {
  content: "\ea15"
}
.nc-bus-front-12:before {
  content: "\ea16"
}
.nc-button-pause:before {
  content: "\ea17"
}
.nc-button-play:before {
  content: "\ea18"
}
.nc-button-power:before {
  content: "\ea19"
}
.nc-calendar-60:before {
  content: "\ea1a"
}
.nc-camera-compact:before {
  content: "\ea1b"
}
.nc-caps-small:before {
  content: "\ea1c"
}
.nc-cart-simple:before {
  content: "\ea1d"
}
.nc-chart-bar-32:before {
  content: "\ea1e"
}
.nc-chart-pie-36:before {
  content: "\ea1f"
}
.nc-chat-33:before {
  content: "\ea20"
}
.nc-check-2:before {
  content: "\ea21"
}
.nc-circle-10:before {
  content: "\ea22"
}
.nc-cloud-download-93:before {
  content: "\ea23"
}
.nc-cloud-upload-94:before {
  content: "\ea24"
}
.nc-compass-05:before {
  content: "\ea25"
}
.nc-controller-modern:before {
  content: "\ea26"
}
.nc-credit-card:before {
  content: "\ea27"
}
.nc-delivery-fast:before {
  content: "\ea28"
}
.nc-diamond:before {
  content: "\ea29"
}
.nc-email-85:before {
  content: "\ea2a"
}
.nc-favourite-28:before {
  content: "\ea2b"
}
.nc-glasses-2:before {
  content: "\ea2c"
}
.nc-globe-2:before {
  content: "\ea2d"
}
.nc-globe:before {
  content: "\ea2e"
}
.nc-hat-3:before {
  content: "\ea2f"
}
.nc-headphones:before {
  content: "\ea30"
}
.nc-html5:before {
  content: "\ea31"
}
.nc-image:before {
  content: "\ea32"
}
.nc-istanbul:before {
  content: "\ea33"
}
.nc-key-25:before {
  content: "\ea34"
}
.nc-laptop:before {
  content: "\ea35"
}
.nc-layout-11:before {
  content: "\ea36"
}
.nc-lock-circle-open:before {
  content: "\ea37"
}
.nc-map-big:before {
  content: "\ea38"
}
.nc-minimal-down:before {
  content: "\ea39"
}
.nc-minimal-left:before {
  content: "\ea3a"
}
.nc-minimal-right:before {
  content: "\ea3b"
}
.nc-minimal-up:before {
  content: "\ea3c"
}
.nc-mobile:before {
  content: "\ea3d"
}
.nc-money-coins:before {
  content: "\ea3e"
}
.nc-note-03:before {
  content: "\ea3f"
}
.nc-palette:before {
  content: "\ea40"
}
.nc-paper:before {
  content: "\ea41"
}
.nc-pin-3:before {
  content: "\ea42"
}
.nc-planet:before {
  content: "\ea43"
}
.nc-refresh-69:before {
  content: "\ea44"
}
.nc-ruler-pencil:before {
  content: "\ea45"
}
.nc-satisfied:before {
  content: "\ea46"
}
.nc-scissors:before {
  content: "\ea47"
}
.nc-send:before {
  content: "\ea48"
}
.nc-settings-gear-65:before {
  content: "\ea49"
}
.nc-settings:before {
  content: "\ea4a"
}
.nc-share-66:before {
  content: "\ea4b"
}
.nc-shop:before {
  content: "\ea4c"
}
.nc-simple-add:before {
  content: "\ea4d"
}
.nc-simple-delete:before {
  content: "\ea4e"
}
.nc-simple-remove:before {
  content: "\ea4f"
}
.nc-single-02:before {
  content: "\ea50"
}
.nc-single-copy-04:before {
  content: "\ea51"
}
.nc-sound-wave:before {
  content: "\ea52"
}
.nc-spaceship:before {
  content: "\ea53"
}
.nc-sun-fog-29:before {
  content: "\ea54"
}
.nc-support-17:before {
  content: "\ea55"
}
.nc-tablet-2:before {
  content: "\ea56"
}
.nc-tag-content:before {
  content: "\ea57"
}
.nc-tap-01:before {
  content: "\ea58"
}
.nc-tie-bow:before {
  content: "\ea59"
}
.nc-tile-56:before {
  content: "\ea5a"
}
.nc-time-alarm:before {
  content: "\ea5b"
}
.nc-touch-id:before {
  content: "\ea5c"
}
.nc-trophy:before {
  content: "\ea5d"
}
.nc-tv-2:before {
  content: "\ea5e"
}
.nc-umbrella-13:before {
  content: "\ea5f"
}
.nc-user-run:before {
  content: "\ea60"
}
.nc-vector:before {
  content: "\ea61"
}
.nc-watch-time:before {
  content: "\ea62"
}
.nc-world-2:before {
  content: "\ea63"
}
.nc-zoom-split:before {
  content: "\ea64"
}