@charset "UTF-8";
/**
 * Dokan Plugin main Style less file
 *
 * Import all individual page styles
 * in this less file which compile to style.css
 * file in assets/css directoryS
 */
.dokan-spinner {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(//retreathub.com/wp-content/plugins/retreathub_custom/integration/dokan_lite/assets/images/spinner-2x.gif) center center no-repeat;
  z-index: 99;
  background-size: 20px;
}
.dokan-close {
  float: right;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.dokan-close:hover,
.dokan-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.dokan-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.dokan-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.dokan-alert h4 {
  margin-top: 0;
  color: inherit;
}
.dokan-alert .dokan-alert-link {
  font-weight: bold;
}
.dokan-alert > p,
.dokan-alert > ul {
  margin-bottom: 0 !important;
}
.dokan-alert > p + p {
  margin-top: 5px;
}
.dokan-alert-dismissable,
.dokan-alert-dismissible {
  padding-right: 35px;
}
.dokan-alert-dismissable .close,
.dokan-alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.dokan-alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.dokan-alert-success hr {
  border-top-color: #c9e2b3;
}
.dokan-alert-success .dokan-alert-link {
  color: #2b542c;
}
.dokan-alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.dokan-alert-info hr {
  border-top-color: #a6e1ec;
}
.dokan-alert-info .dokan-alert-link {
  color: #245269;
}
.dokan-alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.dokan-alert-warning hr {
  border-top-color: #f7e1b5;
}
.dokan-alert-warning .dokan-alert-link {
  color: #66512c;
}
.dokan-alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.dokan-alert-danger hr {
  border-top-color: #e4b9c0;
}
.dokan-alert-danger .dokan-alert-link {
  color: #843534;
}
.tooltip {
  position: absolute;
  z-index: 9999;
  display: block;
  visibility: visible;
  line-height: 1.3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 10px !important;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
  font-weight: normal !important;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.dokan-form-container label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.dokan-form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ededed;
  padding: 8px 12px;
  border-radius: 0;
  color: #555555;
  display: block;
  min-height: 26px;
  line-height: 26px;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;  
}

.dokan-form-control p {
  margin-bottom: 0;
}

textarea.dokan-form-control {
  height: auto;
}

.dokan-radio-inline + .dokan-radio-inline,
.dokan-checkbox-inline + .dokan-checkbox-inline {
  margin-left: 10px;
  margin-top: 0;
}
.dokan-form-group {
  margin-bottom: 15px;
}
.dokan-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.dokan-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.dokan-input-group .dokan-form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.dokan-input-group-addon,
.dokan-input-group-btn,
.dokan-input-group .form-control {
  display: table-cell;
}
.dokan-input-group-addon:not(:first-child):not(:last-child),
.dokan-input-group-btn:not(:first-child):not(:last-child),
.dokan-input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.dokan-input-group-addon,
.dokan-input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.dokan-input-group-addon {
  padding: 6px 12px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ededed;
  border-radius: 4px;
}
.dokan-input-group-addon input[type="radio"],
.dokan-input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.dokan-input-group .dokan-form-control:first-child,
.dokan-input-group-addon:first-child,
.dokan-input-group-btn:first-child > .btn,
.dokan-input-group-btn:first-child > .btn-group > .btn,
.dokan-input-group-btn:first-child > .dropdown-toggle,
.dokan-input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.dokan-input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.dokan-input-group-addon:first-child {
  border-right: 0;
}
.dokan-input-group .dokan-form-control:last-child,
.dokan-input-group-addon:last-child,
.dokan-input-group-btn:last-child > .btn,
.dokan-input-group-btn:last-child > .btn-group > .btn,
.dokan-input-group-btn:last-child > .dropdown-toggle,
.dokan-input-group-btn:first-child > .btn:not(:first-child),
.dokan-input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.dokan-input-group-addon:last-child {
  border-left: 0;
}
.dokan-input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.dokan-input-group-btn > .btn {
  position: relative;
}
.dokan-input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.dokan-input-group-btn > .btn:hover,
.dokan-input-group-btn > .btn:focus,
.dokan-input-group-btn > .btn:active {
  z-index: 2;
}
.dokan-input-group-btn:first-child > .btn,
.dokan-input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.dokan-input-group-btn:last-child > .btn,
.dokan-input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.dokan-form-horizontal {
  text-align: center;
}
.dokan-form-horizontal label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.dokan-form-horizontal .dokan-form-group:before,
.dokan-form-horizontal .dokan-form-group:after {
  display: table;
  content: " ";
}
.dokan-form-horizontal .dokan-form-group:after {
  clear: both;
}
.dokan-form-horizontal .dokan-control-label {
  text-align: right;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 15px;
}
.dokan-row {
  margin-right: -15px;
  margin-left: -15px;
}
.dokan-w1 {
  width: 8.33333333%;
  float: left;
}
.dokan-w2 {
  width: 16.66666667%;
  float: left;
}
.dokan-w3 {
  width: 25%;
  float: left;
}
.dokan-w4 {
  width: 33.33333333%;
  float: left;
}
.dokan-w5 {
  width: 41.66666667%;
  float: left;
}
.dokan-w6 {
  width: 50%;
  float: left;
}
.dokan-w7 {
  width: 63%;
  float: left;
}
.dokan-w8 {
  width: 58.33333333%;
  float: left;
}
.dokan-w9 {
  width: 75%;
  float: left;
}
.dokan-w10 {
  width: 83.33333333%;
  float: left;
}
.dokan-w11 {
  width: 91.66666667%;
  float: left;
}
.dokan-w12 {
  width: 100%;
  float: left;
}
.dokan-text-left {
  text-align: left;
}
.wp-editor-wrap {
  border: 1px solid #ededed;
}
.dokan-message,
.dokan-info,
.dokan-error {
  padding: 15px 15px 15px 50px;
  margin: 5px 0 15px 0;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.dokan-message:before,
.dokan-info:before,
.dokan-error:before {
  position: absolute;
  top: 0;
  left: 15px;
  padding-top: 15px;
  font-family: sans-serif;
  color: #fff;
  width: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
}
.dokan-message {
  border-top: 3px solid #8fae1b;
}
.dokan-message:before {
  background-color: #8fae1b;
  content: "\2713";
}
.dokan-info {
  border-top: 3px solid #109AE7;
}
.dokan-info:before {
  background-color: #109AE7;
  content: "\2713";
  content: "i";
  font-family: Times, Georgia, serif;
  font-style: italic;
}
.dokan-error {
  border-top: 3px solid #b81c23;
}
.dokan-error:before {
  background-color: #b81c23;
  content: "\00d7";
  font-weight: 700;
}
ul.dokan_tabs {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  line-height: 24px;
}
ul.dokan_tabs > li {
  margin-bottom: -1px !important;
}
ul.dokan_tabs li {
  display: inline-block;
  margin-right: 5px !important;
  border: 1px solid #ededed;
  border-bottom: none;
}
ul.dokan_tabs li:first-child {
  margin-left: 10px;
}
ul.dokan_tabs li a {
  display: block;
  padding: 6px 8px !important;
}
ul.dokan_tabs li a:hover {
  background-color: #eee;
}
ul.dokan_tabs li.dokan-hide {
  display: none;
}
ul.dokan_tabs li.active {
  border-bottom: 1px solid #fff !important;
}
.dokan-pagination-container {
  text-align: center;
}
.dokan-pagination-container .dokan-pagination {
  display: inline-block;
  padding-left: 0;
}
.dokan-pagination-container .dokan-pagination li {
  display: inline;
}
.dokan-pagination-container .dokan-pagination li a {
  padding: 3px 10px;
  border: 1px solid #ededed;
  margin-right: 3px;
  text-decoration: none;
}
.dokan-pagination-container .dokan-pagination li.active a {
  background: #eee;
}
.dokan-pagination-container .dokan-pagination li.disabled a {
  cursor: not-allowed;
  color: #ccc;
}
input[type="submit"].dokan-btn,
a.dokan-btn,
.dokan-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
input[type="submit"].dokan-btn:hover,
a.dokan-btn:hover,
.dokan-btn:hover,
input[type="submit"].dokan-btn:focus,
a.dokan-btn:focus,
.dokan-btn:focus,
input[type="submit"].dokan-btn.focus,
a.dokan-btn.focus,
.dokan-btn.focus {
  color: #333;
  text-decoration: none;
}
input[type="submit"].dokan-btn:active,
a.dokan-btn:active,
.dokan-btn:active,
input[type="submit"].dokan-btn.active,
a.dokan-btn.active,
.dokan-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
input[type="submit"].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
  color: #ffffff;
  background-color: #5ABB9F;
  border-color: #5ABB9F;
}
input[type="submit"].dokan-btn-theme:hover,
a.dokan-btn-theme:hover,
.dokan-btn-theme:hover,
input[type="submit"].dokan-btn-theme:focus,
a.dokan-btn-theme:focus,
.dokan-btn-theme:focus,
input[type="submit"].dokan-btn-theme:active,
a.dokan-btn-theme:active,
.dokan-btn-theme:active,
input[type="submit"].dokan-btn-theme.active,
a.dokan-btn-theme.active,
.dokan-btn-theme.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-theme,
.open .dropdown-togglea.dokan-btn-theme,
.open .dropdown-toggle.dokan-btn-theme {
  color: #ffffff;
  background-color: #575E6A;
  border-color: #575E6A;
}
input[type="submit"].dokan-btn-theme:active,
a.dokan-btn-theme:active,
.dokan-btn-theme:active,
input[type="submit"].dokan-btn-theme.active,
a.dokan-btn-theme.active,
.dokan-btn-theme.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-theme,
.open .dropdown-togglea.dokan-btn-theme,
.open .dropdown-toggle.dokan-btn-theme {
  background-image: none;
}
input[type="submit"].dokan-btn-theme.disabled,
a.dokan-btn-theme.disabled,
.dokan-btn-theme.disabled,
input[type="submit"].dokan-btn-theme[disabled],
a.dokan-btn-theme[disabled],
.dokan-btn-theme[disabled],
fieldset[disabled] input[type="submit"].dokan-btn-theme,
fieldset[disabled] a.dokan-btn-theme,
fieldset[disabled] .dokan-btn-theme,
input[type="submit"].dokan-btn-theme.disabled:hover,
a.dokan-btn-theme.disabled:hover,
.dokan-btn-theme.disabled:hover,
input[type="submit"].dokan-btn-theme[disabled]:hover,
a.dokan-btn-theme[disabled]:hover,
.dokan-btn-theme[disabled]:hover,
fieldset[disabled] input[type="submit"].dokan-btn-theme:hover,
fieldset[disabled] a.dokan-btn-theme:hover,
fieldset[disabled] .dokan-btn-theme:hover,
input[type="submit"].dokan-btn-theme.disabled:focus,
a.dokan-btn-theme.disabled:focus,
.dokan-btn-theme.disabled:focus,
input[type="submit"].dokan-btn-theme[disabled]:focus,
a.dokan-btn-theme[disabled]:focus,
.dokan-btn-theme[disabled]:focus,
fieldset[disabled] input[type="submit"].dokan-btn-theme:focus,
fieldset[disabled] a.dokan-btn-theme:focus,
fieldset[disabled] .dokan-btn-theme:focus,
input[type="submit"].dokan-btn-theme.disabled:active,
a.dokan-btn-theme.disabled:active,
.dokan-btn-theme.disabled:active,
input[type="submit"].dokan-btn-theme[disabled]:active,
a.dokan-btn-theme[disabled]:active,
.dokan-btn-theme[disabled]:active,
fieldset[disabled] input[type="submit"].dokan-btn-theme:active,
fieldset[disabled] a.dokan-btn-theme:active,
fieldset[disabled] .dokan-btn-theme:active,
input[type="submit"].dokan-btn-theme.disabled.active,
a.dokan-btn-theme.disabled.active,
.dokan-btn-theme.disabled.active,
input[type="submit"].dokan-btn-theme[disabled].active,
a.dokan-btn-theme[disabled].active,
.dokan-btn-theme[disabled].active,
fieldset[disabled] input[type="submit"].dokan-btn-theme.active,
fieldset[disabled] a.dokan-btn-theme.active,
fieldset[disabled] .dokan-btn-theme.active {
  background-color: #f05025;
  border-color: #f05025;
}
input[type="submit"].dokan-btn-theme .badge,
a.dokan-btn-theme .badge,
.dokan-btn-theme .badge {
  color: #f05025;
  background-color: #fff;
}
input[type="submit"].dokan-btn-success,
a.dokan-btn-success,
.dokan-btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
input[type="submit"].dokan-btn-success:hover,
a.dokan-btn-success:hover,
.dokan-btn-success:hover,
input[type="submit"].dokan-btn-success:focus,
a.dokan-btn-success:focus,
.dokan-btn-success:focus,
input[type="submit"].dokan-btn-success:active,
a.dokan-btn-success:active,
.dokan-btn-success:active,
input[type="submit"].dokan-btn-success.active,
a.dokan-btn-success.active,
.dokan-btn-success.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-success,
.open .dropdown-togglea.dokan-btn-success,
.open .dropdown-toggle.dokan-btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
input[type="submit"].dokan-btn-success:active,
a.dokan-btn-success:active,
.dokan-btn-success:active,
input[type="submit"].dokan-btn-success.active,
a.dokan-btn-success.active,
.dokan-btn-success.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-success,
.open .dropdown-togglea.dokan-btn-success,
.open .dropdown-toggle.dokan-btn-success {
  background-image: none;
}
input[type="submit"].dokan-btn-success.disabled,
a.dokan-btn-success.disabled,
.dokan-btn-success.disabled,
input[type="submit"].dokan-btn-success[disabled],
a.dokan-btn-success[disabled],
.dokan-btn-success[disabled],
fieldset[disabled] input[type="submit"].dokan-btn-success,
fieldset[disabled] a.dokan-btn-success,
fieldset[disabled] .dokan-btn-success,
input[type="submit"].dokan-btn-success.disabled:hover,
a.dokan-btn-success.disabled:hover,
.dokan-btn-success.disabled:hover,
input[type="submit"].dokan-btn-success[disabled]:hover,
a.dokan-btn-success[disabled]:hover,
.dokan-btn-success[disabled]:hover,
fieldset[disabled] input[type="submit"].dokan-btn-success:hover,
fieldset[disabled] a.dokan-btn-success:hover,
fieldset[disabled] .dokan-btn-success:hover,
input[type="submit"].dokan-btn-success.disabled:focus,
a.dokan-btn-success.disabled:focus,
.dokan-btn-success.disabled:focus,
input[type="submit"].dokan-btn-success[disabled]:focus,
a.dokan-btn-success[disabled]:focus,
.dokan-btn-success[disabled]:focus,
fieldset[disabled] input[type="submit"].dokan-btn-success:focus,
fieldset[disabled] a.dokan-btn-success:focus,
fieldset[disabled] .dokan-btn-success:focus,
input[type="submit"].dokan-btn-success.disabled:active,
a.dokan-btn-success.disabled:active,
.dokan-btn-success.disabled:active,
input[type="submit"].dokan-btn-success[disabled]:active,
a.dokan-btn-success[disabled]:active,
.dokan-btn-success[disabled]:active,
fieldset[disabled] input[type="submit"].dokan-btn-success:active,
fieldset[disabled] a.dokan-btn-success:active,
fieldset[disabled] .dokan-btn-success:active,
input[type="submit"].dokan-btn-success.disabled.active,
a.dokan-btn-success.disabled.active,
.dokan-btn-success.disabled.active,
input[type="submit"].dokan-btn-success[disabled].active,
a.dokan-btn-success[disabled].active,
.dokan-btn-success[disabled].active,
fieldset[disabled] input[type="submit"].dokan-btn-success.active,
fieldset[disabled] a.dokan-btn-success.active,
fieldset[disabled] .dokan-btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
input[type="submit"].dokan-btn-success .badge,
a.dokan-btn-success .badge,
.dokan-btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
input[type="submit"].dokan-btn-default,
a.dokan-btn-default,
.dokan-btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
input[type="submit"].dokan-btn-default:hover,
a.dokan-btn-default:hover,
.dokan-btn-default:hover,
input[type="submit"].dokan-btn-default:focus,
a.dokan-btn-default:focus,
.dokan-btn-default:focus,
input[type="submit"].dokan-btn-default:active,
a.dokan-btn-default:active,
.dokan-btn-default:active,
input[type="submit"].dokan-btn-default.active,
a.dokan-btn-default.active,
.dokan-btn-default.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-default,
.open .dropdown-togglea.dokan-btn-default,
.open .dropdown-toggle.dokan-btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
input[type="submit"].dokan-btn-default:active,
a.dokan-btn-default:active,
.dokan-btn-default:active,
input[type="submit"].dokan-btn-default.active,
a.dokan-btn-default.active,
.dokan-btn-default.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-default,
.open .dropdown-togglea.dokan-btn-default,
.open .dropdown-toggle.dokan-btn-default {
  background-image: none;
}
input[type="submit"].dokan-btn-default.disabled,
a.dokan-btn-default.disabled,
.dokan-btn-default.disabled,
input[type="submit"].dokan-btn-default[disabled],
a.dokan-btn-default[disabled],
.dokan-btn-default[disabled],
fieldset[disabled] input[type="submit"].dokan-btn-default,
fieldset[disabled] a.dokan-btn-default,
fieldset[disabled] .dokan-btn-default,
input[type="submit"].dokan-btn-default.disabled:hover,
a.dokan-btn-default.disabled:hover,
.dokan-btn-default.disabled:hover,
input[type="submit"].dokan-btn-default[disabled]:hover,
a.dokan-btn-default[disabled]:hover,
.dokan-btn-default[disabled]:hover,
fieldset[disabled] input[type="submit"].dokan-btn-default:hover,
fieldset[disabled] a.dokan-btn-default:hover,
fieldset[disabled] .dokan-btn-default:hover,
input[type="submit"].dokan-btn-default.disabled:focus,
a.dokan-btn-default.disabled:focus,
.dokan-btn-default.disabled:focus,
input[type="submit"].dokan-btn-default[disabled]:focus,
a.dokan-btn-default[disabled]:focus,
.dokan-btn-default[disabled]:focus,
fieldset[disabled] input[type="submit"].dokan-btn-default:focus,
fieldset[disabled] a.dokan-btn-default:focus,
fieldset[disabled] .dokan-btn-default:focus,
input[type="submit"].dokan-btn-default.disabled:active,
a.dokan-btn-default.disabled:active,
.dokan-btn-default.disabled:active,
input[type="submit"].dokan-btn-default[disabled]:active,
a.dokan-btn-default[disabled]:active,
.dokan-btn-default[disabled]:active,
fieldset[disabled] input[type="submit"].dokan-btn-default:active,
fieldset[disabled] a.dokan-btn-default:active,
fieldset[disabled] .dokan-btn-default:active,
input[type="submit"].dokan-btn-default.disabled.active,
a.dokan-btn-default.disabled.active,
.dokan-btn-default.disabled.active,
input[type="submit"].dokan-btn-default[disabled].active,
a.dokan-btn-default[disabled].active,
.dokan-btn-default[disabled].active,
fieldset[disabled] input[type="submit"].dokan-btn-default.active,
fieldset[disabled] a.dokan-btn-default.active,
fieldset[disabled] .dokan-btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

input[type="submit"].dokan-btn-default .badge,
a.dokan-btn-default .badge,
.dokan-btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}

input[type="submit"].dokan-btn-danger,
a.dokan-btn-danger,
.dokan-btn-danger {
	color: #ffffff;
    background-color: #5ABB9F;
    border-color: #5ABB9F;
}


input[type="submit"].dokan-btn-danger:hover,
a.dokan-btn-danger:hover,
.dokan-btn-danger:hover,
input[type="submit"].dokan-btn-danger:focus,
a.dokan-btn-danger:focus,
.dokan-btn-danger:focus,
input[type="submit"].dokan-btn-danger:active,
a.dokan-btn-danger:active,
.dokan-btn-danger:active,
input[type="submit"].dokan-btn-danger.active,
a.dokan-btn-danger.active,
.dokan-btn-danger.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-danger,
.open .dropdown-togglea.dokan-btn-danger,
.open .dropdown-toggle.dokan-btn-danger {
  color: #ffffff;
    background-color: #575E6A;
    border-color: #575E6A
}


input[type="submit"].dokan-btn-danger:active,
a.dokan-btn-danger:active,
.dokan-btn-danger:active,
input[type="submit"].dokan-btn-danger.active,
a.dokan-btn-danger.active,
.dokan-btn-danger.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-danger,
.open .dropdown-togglea.dokan-btn-danger,
.open .dropdown-toggle.dokan-btn-danger {
  background-image: none;
}
input[type="submit"].dokan-btn-danger.disabled,
a.dokan-btn-danger.disabled,
.dokan-btn-danger.disabled,
input[type="submit"].dokan-btn-danger[disabled],
a.dokan-btn-danger[disabled],
.dokan-btn-danger[disabled],
fieldset[disabled] input[type="submit"].dokan-btn-danger,
fieldset[disabled] a.dokan-btn-danger,
fieldset[disabled] .dokan-btn-danger,
input[type="submit"].dokan-btn-danger.disabled:hover,
a.dokan-btn-danger.disabled:hover,
.dokan-btn-danger.disabled:hover,
input[type="submit"].dokan-btn-danger[disabled]:hover,
a.dokan-btn-danger[disabled]:hover,
.dokan-btn-danger[disabled]:hover,
fieldset[disabled] input[type="submit"].dokan-btn-danger:hover,
fieldset[disabled] a.dokan-btn-danger:hover,
fieldset[disabled] .dokan-btn-danger:hover,
input[type="submit"].dokan-btn-danger.disabled:focus,
a.dokan-btn-danger.disabled:focus,
.dokan-btn-danger.disabled:focus,
input[type="submit"].dokan-btn-danger[disabled]:focus,
a.dokan-btn-danger[disabled]:focus,
.dokan-btn-danger[disabled]:focus,
fieldset[disabled] input[type="submit"].dokan-btn-danger:focus,
fieldset[disabled] a.dokan-btn-danger:focus,
fieldset[disabled] .dokan-btn-danger:focus,
input[type="submit"].dokan-btn-danger.disabled:active,
a.dokan-btn-danger.disabled:active,
.dokan-btn-danger.disabled:active,
input[type="submit"].dokan-btn-danger[disabled]:active,
a.dokan-btn-danger[disabled]:active,
.dokan-btn-danger[disabled]:active,
fieldset[disabled] input[type="submit"].dokan-btn-danger:active,
fieldset[disabled] a.dokan-btn-danger:active,
fieldset[disabled] .dokan-btn-danger:active,
input[type="submit"].dokan-btn-danger.disabled.active,
a.dokan-btn-danger.disabled.active,
.dokan-btn-danger.disabled.active,
input[type="submit"].dokan-btn-danger[disabled].active,
a.dokan-btn-danger[disabled].active,
.dokan-btn-danger[disabled].active,
fieldset[disabled] input[type="submit"].dokan-btn-danger.active,
fieldset[disabled] a.dokan-btn-danger.active,
fieldset[disabled] .dokan-btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
input[type="submit"].dokan-btn-danger .badge,
a.dokan-btn-danger .badge,
.dokan-btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
input[type="submit"].dokan-btn-info,
a.dokan-btn-info,
.dokan-btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
input[type="submit"].dokan-btn-info:hover,
a.dokan-btn-info:hover,
.dokan-btn-info:hover,
input[type="submit"].dokan-btn-info:focus,
a.dokan-btn-info:focus,
.dokan-btn-info:focus,
input[type="submit"].dokan-btn-info:active,
a.dokan-btn-info:active,
.dokan-btn-info:active,
input[type="submit"].dokan-btn-info.active,
a.dokan-btn-info.active,
.dokan-btn-info.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-info,
.open .dropdown-togglea.dokan-btn-info,
.open .dropdown-toggle.dokan-btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
input[type="submit"].dokan-btn-info:active,
a.dokan-btn-info:active,
.dokan-btn-info:active,
input[type="submit"].dokan-btn-info.active,
a.dokan-btn-info.active,
.dokan-btn-info.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-info,
.open .dropdown-togglea.dokan-btn-info,
.open .dropdown-toggle.dokan-btn-info {
  background-image: none;
}
input[type="submit"].dokan-btn-info.disabled,
a.dokan-btn-info.disabled,
.dokan-btn-info.disabled,
input[type="submit"].dokan-btn-info[disabled],
a.dokan-btn-info[disabled],
.dokan-btn-info[disabled],
fieldset[disabled] input[type="submit"].dokan-btn-info,
fieldset[disabled] a.dokan-btn-info,
fieldset[disabled] .dokan-btn-info,
input[type="submit"].dokan-btn-info.disabled:hover,
a.dokan-btn-info.disabled:hover,
.dokan-btn-info.disabled:hover,
input[type="submit"].dokan-btn-info[disabled]:hover,
a.dokan-btn-info[disabled]:hover,
.dokan-btn-info[disabled]:hover,
fieldset[disabled] input[type="submit"].dokan-btn-info:hover,
fieldset[disabled] a.dokan-btn-info:hover,
fieldset[disabled] .dokan-btn-info:hover,
input[type="submit"].dokan-btn-info.disabled:focus,
a.dokan-btn-info.disabled:focus,
.dokan-btn-info.disabled:focus,
input[type="submit"].dokan-btn-info[disabled]:focus,
a.dokan-btn-info[disabled]:focus,
.dokan-btn-info[disabled]:focus,
fieldset[disabled] input[type="submit"].dokan-btn-info:focus,
fieldset[disabled] a.dokan-btn-info:focus,
fieldset[disabled] .dokan-btn-info:focus,
input[type="submit"].dokan-btn-info.disabled:active,
a.dokan-btn-info.disabled:active,
.dokan-btn-info.disabled:active,
input[type="submit"].dokan-btn-info[disabled]:active,
a.dokan-btn-info[disabled]:active,
.dokan-btn-info[disabled]:active,
fieldset[disabled] input[type="submit"].dokan-btn-info:active,
fieldset[disabled] a.dokan-btn-info:active,
fieldset[disabled] .dokan-btn-info:active,
input[type="submit"].dokan-btn-info.disabled.active,
a.dokan-btn-info.disabled.active,
.dokan-btn-info.disabled.active,
input[type="submit"].dokan-btn-info[disabled].active,
a.dokan-btn-info[disabled].active,
.dokan-btn-info[disabled].active,
fieldset[disabled] input[type="submit"].dokan-btn-info.active,
fieldset[disabled] a.dokan-btn-info.active,
fieldset[disabled] .dokan-btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
input[type="submit"].dokan-btn-info .badge,
a.dokan-btn-info .badge,
.dokan-btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
input[type="submit"].dokan-btn-lg,
a.dokan-btn-lg,
.dokan-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
input[type="submit"].dokan-btn-sm,
a.dokan-btn-sm,
.dokan-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dokan-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.dokan-table > thead > tr > th,
.dokan-table > tbody > tr > th,
.dokan-table > tfoot > tr > th,
.dokan-table > thead > tr > td,
.dokan-table > tbody > tr > td,
.dokan-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42;
  vertical-align: top;
  border-top: 1px solid #ededed;
}
.dokan-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ededed;
}
.dokan-table > caption + thead > tr:first-child > th,
.dokan-table > colgroup + thead > tr:first-child > th,
.dokan-table > thead:first-child > tr:first-child > th,
.dokan-table > caption + thead > tr:first-child > td,
.dokan-table > colgroup + thead > tr:first-child > td,
.dokan-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.dokan-table > tbody + tbody {
  border-top: 2px solid #ededed;
}
.dokan-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.dokan-table > thead > tr > td.active,
.dokan-table > tbody > tr > td.active,
.dokan-table > tfoot > tr > td.active,
.dokan-table > thead > tr > th.active,
.dokan-table > tbody > tr > th.active,
.dokan-table > tfoot > tr > th.active,
.dokan-table > thead > tr.active > td,
.dokan-table > tbody > tr.active > td,
.dokan-table > tfoot > tr.active > td,
.dokan-table > thead > tr.active > th,
.dokan-table > tbody > tr.active > th,
.dokan-table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.dokan-table-hover > tbody > tr > td.active:hover,
.dokan-table-hover > tbody > tr > th.active:hover,
.dokan-table-hover > tbody > tr.active:hover > td,
.dokan-table-hover > tbody > tr:hover > .active,
.dokan-table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.dokan-table > thead > tr > td.success,
.dokan-table > tbody > tr > td.success,
.dokan-table > tfoot > tr > td.success,
.dokan-table > thead > tr > th.success,
.dokan-table > tbody > tr > th.success,
.dokan-table > tfoot > tr > th.success,
.dokan-table > thead > tr.success > td,
.dokan-table > tbody > tr.success > td,
.dokan-table > tfoot > tr.success > td,
.dokan-table > thead > tr.success > th,
.dokan-table > tbody > tr.success > th,
.dokan-table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.dokan-table-hover > tbody > tr > td.success:hover,
.dokan-table-hover > tbody > tr > th.success:hover,
.dokan-table-hover > tbody > tr.success:hover > td,
.dokan-table-hover > tbody > tr:hover > .success,
.dokan-table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .info,
.table > tbody > tr > .info,
.table > tfoot > tr > .info,
.table > thead > .info > td,
.table > tbody > .info > td,
.table > tfoot > .info > td,
.table > thead > .info > th,
.table > tbody > .info > th,
.table > tfoot > .info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > .info:hover,
.table-hover > tbody > .info:hover > td,
.table-hover > tbody > .info:hover > th {
  background-color: #c4e3f3;
}
.dokan-table > thead > tr > td.info,
.dokan-table > tbody > tr > td.info,
.dokan-table > tfoot > tr > td.info,
.dokan-table > thead > tr > th.info,
.dokan-table > tbody > tr > th.info,
.dokan-table > tfoot > tr > th.info,
.dokan-table > thead > tr.info > td,
.dokan-table > tbody > tr.info > td,
.dokan-table > tfoot > tr.info > td,
.dokan-table > thead > tr.info > th,
.dokan-table > tbody > tr.info > th,
.dokan-table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.dokan-table-hover > tbody > tr > td.info:hover,
.dokan-table-hover > tbody > tr > th.info:hover,
.dokan-table-hover > tbody > tr.info:hover > td,
.dokan-table-hover > tbody > tr:hover > .info,
.dokan-table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
.dokan-table > thead > tr > td.warning,
.dokan-table > tbody > tr > td.warning,
.dokan-table > tfoot > tr > td.warning,
.dokan-table > thead > tr > th.warning,
.dokan-table > tbody > tr > th.warning,
.dokan-table > tfoot > tr > th.warning,
.dokan-table > thead > tr.warning > td,
.dokan-table > tbody > tr.warning > td,
.dokan-table > tfoot > tr.warning > td,
.dokan-table > thead > tr.warning > th,
.dokan-table > tbody > tr.warning > th,
.dokan-table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.dokan-table-hover > tbody > tr > td.warning:hover,
.dokan-table-hover > tbody > tr > th.warning:hover,
.dokan-table-hover > tbody > tr.warning:hover > td,
.dokan-table-hover > tbody > tr:hover > .warning,
.dokan-table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.dokan-table > thead > tr > td.danger,
.dokan-table > tbody > tr > td.danger,
.dokan-table > tfoot > tr > td.danger,
.dokan-table > thead > tr > th.danger,
.dokan-table > tbody > tr > th.danger,
.dokan-table > tfoot > tr > th.danger,
.dokan-table > thead > tr.danger > td,
.dokan-table > tbody > tr.danger > td,
.dokan-table > tfoot > tr.danger > td,
.dokan-table > thead > tr.danger > th,
.dokan-table > tbody > tr.danger > th,
.dokan-table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.dokan-table-hover > tbody > tr > td.danger:hover,
.dokan-table-hover > tbody > tr > th.danger:hover,
.dokan-table-hover > tbody > tr.danger:hover > td,
.dokan-table-hover > tbody > tr:hover > .danger,
.dokan-table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.chart-tooltip {
  position: absolute;
  display: none;
  line-height: 1;
  background: #333;
  color: #fff;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 3px;
}
.dokan-tooltips-help {
  margin-left: 7px;
}
.dokan-tooltips-help i {
  color: #ccc;
}
.tooltip-inner {
  font-size: 12px;
}
/**
 * Media Popup style
 */
.media-modal .screen-reader-text {
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 28px;
}
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.dokan-blur-effect {
  background-color: #eee;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.dokan-right-margin-30 {
  margin-right: 30px;
}
.dokan_tock_check {
  width: auto;
}
table.my_account_orders tbody tr td.order-actions a.button {
  margin-right: 10px;
}
.dokan-dashboard-content ul.dokan_tabs {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  line-height: 24px;
}
.dokan-dashboard-content ul.dokan_tabs > li {
  margin-bottom: -1px !important;
}
.dokan-dashboard-content ul.dokan_tabs li {
  display: inline-block;
  margin-right: 5px !important;
  border: 1px solid #ededed;
  border-bottom: none;
}
.dokan-dashboard-content ul.dokan_tabs li:first-child {
  margin-left: 10px;
}
.dokan-dashboard-content ul.dokan_tabs li a {
  display: block;
  padding: 6px 8px !important;
}
.dokan-dashboard-content ul.dokan_tabs li a:hover {
  background-color: #eee;
}
.dokan-dashboard-content ul.dokan_tabs li.dokan-hide {
  display: none;
}
.dokan-dashboard-content ul.dokan_tabs li.active {
  border-bottom: 1px solid #fff !important;
}
.dokan-label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.dokan-label:hover,
a.dokan-label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.dokan-label:empty {
  display: none;
}
.btn .dokan-label {
  position: relative;
  top: -1px;
}
.dokan-label-default {
  background-color: #777777;
}
.dokan-label-default[href]:hover,
.dokan-label-default[href]:focus {
  background-color: #5e5e5e;
}
.dokan-label-default[href]:hover,
.dokan-label-default[href]:focus {
  background-color: #5e5e5e;
}
.dokan-label-primary {
  background-color: #428bca;
}
.dokan-label-primary[href]:hover,
.dokan-label-primary[href]:focus {
  background-color: #3071a9;
}
.dokan-label-primary[href]:hover,
.dokan-label-primary[href]:focus {
  background-color: #3071a9;
}
.dokan-label-success {
  background-color: #5cb85c;
}
.dokan-label-success[href]:hover,
.dokan-label-success[href]:focus {
  background-color: #449d44;
}
.dokan-label-success[href]:hover,
.dokan-label-success[href]:focus {
  background-color: #449d44;
}
.dokan-label-info {
  background-color: #5bc0de;
}
.dokan-label-info[href]:hover,
.dokan-label-info[href]:focus {
  background-color: #31b0d5;
}
.dokan-label-info[href]:hover,
.dokan-label-info[href]:focus {
  background-color: #31b0d5;
}
.dokan-label-warning {
  background-color: #f0ad4e;
}
.dokan-label-warning[href]:hover,
.dokan-label-warning[href]:focus {
  background-color: #ec971f;
}
.dokan-label-warning[href]:hover,
.dokan-label-warning[href]:focus {
  background-color: #ec971f;
}
.dokan-label-danger {
  background-color: #d9534f;
}
.dokan-label-danger[href]:hover,
.dokan-label-danger[href]:focus {
  background-color: #c9302c;
}
.dokan-label-danger[href]:hover,
.dokan-label-danger[href]:focus {
  background-color: #c9302c;
}
.dokan-success {
  background-color: #5cb85c;
}
.dokan-success[href]:hover,
.dokan-success[href]:focus {
  background-color: #449d44;
}
.dokan-success[href]:hover,
.dokan-success[href]:focus {
  background-color: #449d44;
}
.dokan-info {
  background-color: #5bc0de;
}
.dokan-info[href]:hover,
.dokan-info[href]:focus {
  background-color: #31b0d5;
}
.dokan-info[href]:hover,
.dokan-info[href]:focus {
  background-color: #31b0d5;
}
.dokan-warning {
  background-color: #f0ad4e;
}
.dokan-warning[href]:hover,
.dokan-warning[href]:focus {
  background-color: #ec971f;
}
.dokan-warning[href]:hover,
.dokan-warning[href]:focus {
  background-color: #ec971f;
}
.dokan-danger {
  background-color: #d9534f;
}
.dokan-danger[href]:hover,
.dokan-danger[href]:focus {
  background-color: #c9302c;
}
.dokan-danger[href]:hover,
.dokan-danger[href]:focus {
  background-color: #c9302c;
}
.dokan-panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.dokan-panel-body {
  padding: 15px;
}
.dokan-panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dokan-panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.dokan-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.dokan-panel-title > a {
  color: inherit;
}
.dokan-panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dokan-panel-default {
  border-color: #dddddd;
}
.dokan-panel-default > .dokan-panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.dokan-panel-default > .dokan-panel-heading + .dokan-panel-collapse > .dokan-panel-body {
  border-top-color: #dddddd;
}
.dokan-panel-default > .dokan-panel-heading .dokan-badge {
  color: #f5f5f5;
  background-color: #333333;
}
.dokan-panel-default > .dokan-panel-footer + .dokan-panel-collapse > .dokan-panel-body {
  border-bottom-color: #dddddd;
}
.dokan-clearfix:before,
.dokan-clearfix:after {
  display: table;
  content: " ";
}
.dokan-clearfix:after {
  clear: both;
}
.dokan-right {
  float: right !important;
}
.dokan-left {
  float: left !important;
}
.dokan-hide {
  display: none;
}
.content-half-part {
  width: 50%;
  float: left;
}
.content-half-part:first-child {
  padding-right: 10px;
}
.content-half-part:last-child {
  padding-left: 10px;
}
p.help-block {
  color: #AAA;
  padding-top: 8px;
  line-height: 1.42;
}
ul.subsubsub {
  font-size: 12px;
  color: #ededed;
  margin: 0 0 10px 0;
  padding: 0;
}
ul.subsubsub li {
  line-height: 13px;
  padding: 0 5px;
  border-right: 1px solid #ededed;
}
ul.subsubsub li:last-child {
  border-right: none;
}
ul.subsubsub li.active a {
  color: #999;
}
.pagination-wrap ul.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination-wrap ul.pagination > li {
  display: inline;
}
.pagination-wrap ul.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination-wrap ul.pagination > li > span.current {
  background-color: #eee;
  color: #999;
}
.pagination-wrap ul.pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination-wrap ul.pagination > li > a:hover {
  background-color: #eee;
  color: #999;
}
.dokan-form-inline .dokan-form-group {
  float: left;
  margin-right: 5px;
}
span.dokan-loading {
  background: url(//retreathub.com/wp-content/plugins/retreathub_custom/integration/dokan_lite/assets/images/wpspin_light.gif) no-repeat;
  float: right;
  height: 16px;
  margin: 5px 5px 0;
  width: 16px;
}
span.error {
  color: #BB0000;
  display: inline-block;
}
.dokan-seller-search {
  box-sizing: border-box !important;
  border: 2px solid #ccc !important;
  border-radius: 4px !important;
  background-color: white !important;
  background-image: url(//retreathub.com/wp-content/plugins/retreathub_custom/integration/dokan_lite/assets/images/searchicon.png) !important;
  background-position: 8px 8px !important;
  background-repeat: no-repeat !important;
  padding: 5px 0 5px 36px !important;
  -webkit-transition: width 0.4s ease-in-out !important;
  transition: width 0.4s ease-in-out !important;
  background-size: 16px !important;
}
.dokan-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.dokan-ajax-loader {
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  display: block;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(//retreathub.com/wp-content/plugins/retreathub_custom/integration/dokan_lite/assets/images/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.dokan-category-menu {
  padding: 0;
  border: 1px solid #ece7e7;
}
.dokan-category-menu h3.widget-title {
  margin: 0;
  padding: 10px 10px 10px 15px;
  background: #eee;
  border: 1px solid #eee;
  color: #444;
}
.dokan-category-menu ul li {
  border-bottom: none;
}
.dokan-category-menu #cat-drop-stack ul .children {
  display: none;
}
.dokan-category-menu #cat-drop-stack ul li:last-child a {
  border-bottom: none !important;
}
.dokan-category-menu #cat-drop-stack ul li:last-child.has-children a {
  border-bottom: 1px solid #eee !important;
}
.dokan-category-menu #cat-drop-stack > ul {
  padding: 0px;
  margin: 0px;
}
.dokan-category-menu #cat-drop-stack > ul li {
  padding: 0;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap {
  background: #fff;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a {
  border-bottom: 1px solid #eee;
  margin: 0px 15px;
  text-decoration: none;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap ul.level-0 {
  background: #fafafa;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap ul.level-0 li.has-children {
  border-bottom: none;
}
.dokan-category-menu #cat-drop-stack > ul li a {
  padding: 9px 0px;
  display: block;
  color: #3C3C3C;
  position: relative;
  font-size: 13px;
  text-decoration: none;
}
.dokan-category-menu #cat-drop-stack > ul li a .caret-icon {
  position: absolute;
  right: -2px;
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  text-align: center;
}
.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper {
  height: 100%;
  margin: 70px auto;
  text-align: center;
}
.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper .dokan-announcement-icon {
  font-size: 165px;
  color: #e3e3e3;
  -moz-animation: ring 8s 1s ease-in-out infinite !important;
  -moz-transform-origin: 50% 4px;
  -webkit-animation: ring 8s 1s ease-in-out infinite !important;
  -webkit-transform-origin: 50% 4px;
  animation: ring 8s 1s ease-in-out infinite !important;
  transform-origin: 50% 4px;
}
.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper p {
  margin-top: 10px;
  color: #a6a6a6;
  font-size: 30px;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item {
  padding: 22px;
  background: #f3f3f3;
  border: 1px solid #eee;
  margin-bottom: 25px;
  position: relative;
  width: 98%;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-heading {
  margin-bottom: 5px;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-heading h3 {
  margin: 5px 0px;
  padding: 0px 0px 8px;
  font-weight: bold;
  font-size: 20px;
  color: #494949;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date {
  width: 95px;
  height: 95px;
  color: #fff;
  margin-right: 25px;
  vertical-align: middle;
  background-color: #818181;
  text-align: center;
  border-radius: 300px;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-day {
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-year {
  font-weight: bold;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-content-wrap {
  width: 80%;
  height: 100%;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-content-wrap .dokan-announcement-content {
  color: #656565;
  font-size: 13px;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .announcement-action {
  position: absolute;
  top: -12px;
  right: -8px;
  font-size: 12px;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #818181;
  border-radius: 20px;
  line-height: 23px;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .announcement-action a {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 992px) {
  .dokan-announcement-wrapper-item {
    padding: 15px;
    text-align: center;
  }
  .dokan-announcement-wrapper-item .dokan-annnouncement-date {
    float: none !important;
    margin: 0 auto 15px !important;
  }
  .dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-day {
    margin-top: 0px !important;
    padding-top: 16px;
  }
  .dokan-announcement-wrapper-item .dokan-announcement-content-wrap {
    float: none !important;
    width: 100% !important;
  }
}
article.dokan-notice-single-notice-area span.dokan-single-announcement-date {
  display: block;
  margin-bottom: 10px;
}
.dokan-announcement-uread {
  border: 1px solid #f05025 !important;
}
.dokan-announcement-uread .dokan-annnouncement-date {
  background-color: #f05025 !important;
}
.dokan-announcement-bg-uread {
  background-color: #f05025;
}
.dokan-dashboard .dokan-dash-sidebar {
  width: 17%;
  _float: left;
  flex: 1 auto;
  overflow: hidden;
  background-color: #242424;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
  background: #242424;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
  margin: 0;
  border-bottom: 1px solid #454545;
  position: relative;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
  padding: 10px 0 10px 18px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
  font-size: 17px;
  padding-right: 15px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
  background: #f05025;
  color: #fff;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links:hover {
  background: none !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
  display: inline-block !important;
  width: 33.333333%;
  padding: 6% 13%;
  float: left;
  border-right: 1px solid #454545;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
  background: #f05025;
  color: #fff;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:last-child {
  border-right: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
  position: relative;
  background: #f05025;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
  left: 93%;
  top: 50%;
  border: transparent solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent #fff transparent transparent;
  border-left-color: #fff;
  border-width: 16px 16px 16px 0;
  margin-top: -16px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu {
  background: #fff;
  margin: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  right: -100%;
  top: -4px;
  z-index: 99;
  width: 165px;
  display: none;
  border-top: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu a {
  padding: 2px 0 2px 10px;
  font-size: 13px;
  color: #333;
  font-weight: normal;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu a:hover {
  background: #f37655;
  color: #fff;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu li {
  border-bottom: 1px solid #ccc;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu li:last-child {
  border-bottom: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right {
  padding-top: 5px;
}
html,
body {
  -webkit-backface-visibility: hidden;
}
div.media-sidebar a.edit-attachment {
  display: none;
}
.dokan-dashboard .dokan-dashboard-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
.dokan-dashboard .dokan-dashboard-wrap * {
  box-sizing: border-box;
}
.dokan-dashboard header.dokan-dashboard-header {
  margin: 0 0 15px 0;
}
.dokan-dashboard header.dokan-dashboard-header h1 {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ededed;
  padding: 0 0 10px 0;
}
.dokan-dashboard header.dokan-dashboard-header .dokan-add-product-link .dokan-btn {
  margin-right: 10px;
}
.dokan-dashboard .dokan-dashboard-content {
  padding: 0 0 0 25px;
  overflow: hidden;
  margin-top: 0px;
  width:100%;
}

.dokan_edit_product .container {
	max-width: 1200px !important;
	padding-left: 15px !important;
    padding-right: 15px !important;
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:before,
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:after {
  content: " ";
  display: table;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:after {
  clear: both;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dokan-dash-left {
  padding-right: 15px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
  background: #fff;
  border: 1px solid #EBEBEB;
  padding: 0px 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  margin-bottom: 15px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget a {
  font-size: 13px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #EBEBEB;
  padding: 6px 0;
  margin-bottom: 6px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i {
  color: #ccc;
  padding-right: 5px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter {
  text-align: center;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul {
  margin: 0px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .title {
  font-size: 15px;
  padding-top: 10px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count {
  font-size: 18px;
  border-bottom: 1px solid #EBEBEB;
  font-weight: 600;
  padding-bottom: 10px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders {
  overflow: hidden;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part {
  width: 50%;
  padding: 0;
  float: left;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders #order-stats {
  width: 250px !important;
  height: 100% !important;
  margin-top: 15px;
  margin-left: -10px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .pull-right a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: -6px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph {
  padding-bottom: 7px;
  width: 100%;
  position: relative;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .chart-placeholder.main {
  height: 347px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .list-count .count {
  float: right;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .chart-tooltip {
  position: absolute;
  display: none;
  line-height: 1;
  background: #333;
  color: #fff;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 3px;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap {
  border: 1px solid #ededed;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-search-bar {
  position: relative;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-find-btn {
  display: none;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-search {
  border: none;
  width: 100%;
  padding: 5px 10px;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-google-map {
  width: 100%;
  height: 300px;
}
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset {
  margin-top: 30px;
}
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend {
  font-weight: bold;
}
.dokan-dashboard .dokan-dashboard-content article {
  border-bottom: none;
}
.dokan-dashboard .dokan-dashboard-content ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.dokan-dashboard .dokan-dashboard-content a {
  text-decoration: none;
}
.dokan-dashboard .dokan-dashboard-content .dokan-page-help {
  display: block;
  font-style: italic;
  color: #888;
  margin-bottom: 30px;
}
.dokan-dashboard .dokan-dashboard-content .dokan-page-help p {
  margin-bottom: 10px;
}
.dokan-orders-content .dokan-orders-area .dokan-order-left-content {
  margin-right: 3%;
}
.dokan-orders-content .dokan-orders-area .dokan-order-left-content .dokan-order-billing-address {
  min-width: 49%;
  margin-right: 2%;
}
.dokan-orders-content .dokan-orders-area .dokan-order-left-content .dokan-order-shipping-address {
  min-width: 49%;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach {
  padding: 10px 7px;
}
.dokan-orders-content .dokan-orders-area td.thumb img {
  padding: 2px;
  margin: 0;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  width: 46px;
  height: auto;
}
.dokan-orders-content .dokan-orders-area table.table.order-items {
  margin-bottom: 0;
}
.dokan-orders-content .dokan-orders-area .general-details ul.order-status {
  border-bottom: 1px solid #ededed;
  margin-bottom: 3px;
  padding-bottom: 3px;
  margin-left: 0px;
  padding-left: 0px;
}
.dokan-orders-content .dokan-orders-area .general-details ul.customer-details {
  margin-left: 0px;
  padding-left: 0px;
}
.dokan-orders-content .dokan-orders-area .general-details span {
  font-weight: bold;
}
.dokan-orders-content .dokan-orders-area .alert-success.customer-note {
  background-color: #dff0d8;
  background: #dff0d8;
  margin-bottom: 5px;
}
.dokan-orders-content .dokan-orders-area .alert-success.customer-note strong {
  font-size: 12px;
}
.dokan-orders-content .dokan-orders-area .order_note_type {
  padding-left: 0;
}
.dokan-orders-content .dokan-orders-area #dokan-order-status-form {
  margin: 10px 0;
}
.dokan-orders-content .dokan-orders-area #dokan-order-status-form select.form-control {
  display: inline-block;
  width: 100%;
  margin-right: 10px;
  font-size: 13px;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
  font-size: 12px;
  color: #ededed;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {
  display: inline-block;
  line-height: 13px;
  padding: 0 5px;
  border-right: 1px solid #ededed;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:last-child {
  border-right: none;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a {
  color: #999;
}
.dokan-orders-content .dokan-orders-area ul.order_notes {
  font-size: 13px;
}
.dokan-orders-content .dokan-orders-area ul.order_notes p.meta {
  font-size: 11px;
}
.dokan-orders-content .dokan-orders-area ul.order_notes .note_content {
  position: relative;
  background: #efefef;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.dokan-orders-content .dokan-orders-area ul.order_notes .note_content p {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
.dokan-orders-content .dokan-orders-area ul.order_notes .note_content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 30px;
  width: 0;
  height: 0;
  border-width: 15px 15px 0 0;
  border-style: solid;
  border-color: #efefef transparent;
}
.dokan-orders-content .dokan-orders-area ul.order_notes li.customer-note .note_content {
  background: #d7cad2;
}
.dokan-orders-content .dokan-orders-area ul.order_notes li.customer-note .note_content:after {
  border-color: #d7cad2 transparent;
}
.dokan-orders-content .dokan-orders-area tfoot td.value {
  border-left: 1px solid #ededed;
  text-align: right;
}
.dokan-orders-content .dokan-orders-area .order_download_permissions label {
  font-weight: normal;
}
.dokan-orders-content .dokan-orders-area .order_download_permissions button.revoke_access {
  padding: 3px 10px;
  margin-top: -2px;
}
.dokan-orders-content .dokan-orders-area .order_download_permissions .toolbar {
  margin-top: 15px;
}
.dokan-orders-content .dokan-orders-area .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  min-height: 27px;
}
.dokan-product-listing .dokan-product-listing-area {
  padding: 0px 15px;
}
.dokan-product-listing .dokan-product-listing-area .row-actions {
  visibility: hidden;
  font-size: 12px;
  color: #ccc;
}
.dokan-product-listing .dokan-product-listing-area .row-actions .delete a {
  color: #A05;
}
.dokan-product-listing .dokan-product-listing-area .row-actions .delete a:hover {
  color: red;
}
.dokan-product-listing .dokan-product-listing-area tr:hover .row-actions {
  visibility: visible;
}
.dokan-product-listing .dokan-product-listing-area table td img {
  max-width: 48px;
  max-height: 48px;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top {
  border-bottom: 1px solid #ededed;
  line-height: 50px;
  margin-bottom: 15px;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
  width: 70%;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {
  display: inline-block;
  padding: 0px 10px 0px 0px;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link {
  width: 30%;
}
.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name="product_listing_search"] {
  float: right;
}
.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group {
  float: right;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type:before {
  font-family: FontAwesome;
  content: "\f133";
  display: block;
  text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.downloadable:before {
  font-family: FontAwesome;
  content: "\f019";
  display: block;
  text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.variable:before {
  font-family: FontAwesome;
  content: "\f02d";
  display: block;
  text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.simple:before {
  font-family: FontAwesome;
  content: "\f0c9";
  display: block;
  text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.virtual:before {
  font-family: FontAwesome;
  content: "\f0c2";
  display: block;
  text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table mark.instock {
  color: #7AD03A;
  background: transparent;
  font-weight: bold;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td {
  vertical-align: top;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.draft {
  background: #ccc;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.publish {
  background: #65C265;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.pending {
  background: #f05025;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-date {
  font-size: 13px;
}
.dokan-product-listing .dokan-product-listing-area del .amount {
  color: #dd5a43;
}
.dokan-product-listing .dokan-product-listing-area ins {
  text-decoration: none;
}
.dokan-product-listing .dokan-product-listing-area ins .amount {
  color: #69aa46;
  font-weight: bold;
}
.dokan-new-product-area .dokan-product-meta {
  width: 100%;
  padding-left:0px !important
}
.dokan-new-product-area .featured-image {
  width: 100%;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb {
  display: block;
  border-bottom: 1px solid #ededed;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 {
  font-size: 18px;
  line-height: 1.42;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb,
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb a {
  color: #aaa;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-label {
  font-size: 11px;
  font-weight: normal;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 a.view-product {
  background-color: #FAFAFA;
  border-color: #EBEBEB;
}
.dokan-product-edit-area .dokan-product-meta {
  width: 100%;
}
.dokan-product-edit-area .featured-image {
  width: 35%;
}
.product-edit-new-container .dokan-edit-row {
  background: #fff;
  border: 1px solid #EBEBEB;
  margin-top: 15px;
}
.product-edit-new-container .dokan-edit-row.dokan-other-options {
  margin-bottom: 20px;
}
.product-edit-new-container .dokan-edit-row .dokan-section-heading {
  padding: 10px 15px;
  border-bottom: 1px solid #EBEBEB;
  overflow: hidden;
  cursor: pointer;
}
.product-edit-new-container .dokan-edit-row .dokan-section-heading i.fa {
  font-size: 15px;
}
.product-edit-new-container .dokan-edit-row .dokan-section-heading i.fa.fa-flip-vertical {
  margin-top: 9px;
}
.product-edit-new-container .dokan-edit-row .dokan-section-heading .dokan-section-toggle {
  float: right;
  color: #888;
  font-size: 15px;
}
.product-edit-new-container .dokan-edit-row .dokan-section-heading h2 {
  margin: 0px;
  padding: 0px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
}
.product-edit-new-container .dokan-edit-row .dokan-section-heading p {
  float: left;
  vertical-align: bottom;
  margin-bottom: 0px;
  margin-top: 2px;
  margin-left: 8px;
  color: #888;
  font-style: italic;
  font-size: 12px;
}
.product-edit-new-container .dokan-edit-row .dokan-section-content {
  padding: 15px;
}
.product-edit-new-container .dokan-product-edit-form .dokan-new-product-featured-img {
  height: auto !important;
}
.product-edit-new-container label {
  font-weight: normal;
  cursor: pointer;
}
.product-edit-new-container label input[type=checkbox] {
  margin-right: 5px;
}
.product-edit-new-container label.form-label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
  display: block;
}
.product-edit-new-container label.form-label span {
  font-weight: normal;
  color: #888;
}
.product-edit-new-container header.dokan-pro-edit-breadcrumb {
  display: block;
  border-bottom: 1px solid #ededed;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 {
  font-size: 18px;
  line-height: 1.42;
}
.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb,
.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb a {
  color: #aaa;
}
.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 .dokan-label {
  font-size: 11px;
  font-weight: normal;
}
.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 a.view-product {
  background-color: #FAFAFA;
  border-color: #EBEBEB;
}
.product-edit-new-container .dokan-price-container .sale_schedule,
.product-edit-new-container .dokan-price-container .cancel_sale_schedule {
  font-weight: normal;
  float: right;
}
.product-edit-new-container .dokan-form-top-area:before,
.product-edit-new-container .dokan-form-top-area:after {
  content: " ";
  display: table;
}
.product-edit-new-container .dokan-form-top-area:after {
  clear: both;
}
.product-edit-new-container .dokan-form-top-area .dokan-product-meta {
  width: 65%;
}
.product-edit-new-container .dokan-form-top-area .featured-image {
  width: 35%;
}
.product-edit-new-container .dokan-product-short-description {
  margin-bottom: 20px;
  margin-top: 10px;
}
.product-edit-new-container .content-half-part.featured-image {
  padding-left: 25px;
}
.product-edit-new-container .dokan-new-product-featured-img {
  border: 4px dashed #DDDDDD;
  height: 294px !important;
  width: 100% !important;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.product-edit-new-container .dokan-new-product-featured-img i.fa-cloud-upload {
  display: block;
  font-size: 80px;
  color: #DFDFDF;
}
.product-edit-new-container .dokan-new-product-featured-img a.dokan-feat-image-btn {
  color: #8F8F8F;
  text-shadow: 0 1px 1px #FFF;
  background: #F0F0F0;
  padding: 3px 10px;
  font-size: 12px;
}
.product-edit-new-container .dokan-new-product-featured-img a.dokan-feat-image-btn:hover {
  color: #ECECEC;
  text-shadow: 0 1px 1px #6F6F6F;
  background: #B4B4B4;
}
.product-edit-new-container .dokan-new-product-featured-img a.close {
  background: #000000;
  color: #FF0000;
  font-size: 100px;
  height: 100% !important;
  opacity: 0.7;
  padding: 25% 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  width: 100% !important;
  display: none;
  cursor: pointer;
}
.product-edit-new-container .dokan-new-product-featured-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.product-edit-new-container .dokan-new-product-featured-img img:hover a.close {
  display: block;
}
.product-edit-new-container .dokan-new-product-featured-img .image-wrap:hover a.close {
  display: block;
}
.product-edit-new-container .instruction-inside {
  text-align: center;
  padding-top: 20%;
  padding-bottom: 30%;
  color: #aaa;
}
.product-edit-new-container .wp-editor-wrap {
  border: 1px solid #E7E7E7;
}
.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options {
  margin-bottom: 20px;
}
.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options input {
  width: 23.3%;
  float: left;
  margin-right: 2%;
}
.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options input#_height {
  margin-right: 0px;
}
.product-edit-new-container .dokan-shipping-container .dokan-shipping-product-options .dokan-additional-shipping-wrap .dokan-w3 {
  width: 32%;
  margin-right: 2%;
}
.product-edit-new-container .dokan-shipping-container .dokan-shipping-product-options .dokan-additional-shipping-wrap .dokan-w3.last-child {
  margin-right: 0px;
}
.product-edit-new-container .dokan-stock-management-wrapper div.dokan-w3 {
  width: 32%;
  margin-right: 2%;
}
.product-edit-new-container .dokan-stock-management-wrapper div.dokan-w3.last-child {
  margin-right: 0px;
}
.product-edit-new-container .dokan-download-wrapper {
  margin-top: 15px;
}
.product-edit-new-container aside {
  border: 1px solid #eee;
  margin-bottom: 15px;
  border-radius: 3px;
}
.product-edit-new-container #dokan-product-images ul.product_images {
  margin: 0 0 10px 0;
  padding: 0;
}
.product-edit-new-container #dokan-product-images ul.product_images li.image,
.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder {
  width: 64px;
  height: 64px;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin: 9px 4px 0 0;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 2px;
  cursor: move;
}
.product-edit-new-container #dokan-product-images ul.product_images li.image img,
.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder img {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.product-edit-new-container #dokan-product-images ul.product_images li.image a.action-delete,
.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete {
  position: absolute;
  top: 0;
  right: 0;
  color: red;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0 3px;
  font-size: 50px;
  width: 100%;
  text-align: center;
  height: 100%;
  padding-top: 25%;
  font-weight: bold;
  display: none;
}
.product-edit-new-container #dokan-product-images ul.product_images li.image:hover a.action-delete,
.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover a.action-delete {
  display: inline-block;
}
.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder {
  border: 1px dashed #ccc;
}
.product-edit-new-container .product-dimension .form-control {
  display: inline-block;
  width: 20%;
  margin-right: 5px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type {
  margin-bottom: 15px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type select {
  margin-right: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type .dokan-attribute-spinner {
  margin-left: 10px;
  margin-top: 5px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul {
  padding-left: 0px;
  margin-left: 0px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list {
  border-bottom: 1px solid #e3e3e3;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list:first-child {
  border-top: 1px solid #e3e3e3;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading {
  padding: 10px 10px;
  cursor: move;
  position: relative;
  background-color: rgba(241, 241, 241, 0.61);
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading a.dokan-product-remove-attribute {
  position: absolute;
  top: 9px;
  right: 15px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading a.dokan-product-toggle-attribute {
  position: absolute;
  top: 7px;
  right: 80px;
  color: #222;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item {
  padding: 10px 0px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item .dokan-product-attribute-name {
  margin-bottom: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item .checkbox-item {
  font-weight: normal !important;
  margin-bottom: 0px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item .dokan-pre-defined-attribute-btn-group {
  margin-top: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-top-toolbar {
  vertical-align: middle;
  line-height: 31px;
  margin-bottom: 20px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-top-toolbar select.variation-actions {
  margin-right: 5px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container {
  margin-bottom: 20px;
  /** Load all variation styles **/
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes {
  cursor: pointer;
  position: relative;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions {
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions i.fa {
  margin-right: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions i.fa.fa-bars {
  cursor: move;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions i.fa.fa-sort-desc {
  cursor: pointer;
  padding-bottom: 4px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading {
  margin: 0 !important;
  font-size: inherit;
  position: relative;
  line-height: 35px;
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  background-color: rgba(241, 241, 241, 0.61);
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading strong {
  float: left;
  margin-right: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading select {
  float: left;
  margin-right: 10px;
  width: 20%;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes {
  margin-top: 15px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options {
  margin-bottom: 15px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image {
  width: 130px;
  height: 130px;
  float: left;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.dokan-img-remove img {
  display: block;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.dokan-img-remove:before {
  content: "X";
  display: none;
  position: absolute;
  font-size: 50px;
  top: 35%;
  left: 40%;
  color: #f35000;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.dokan-img-remove:hover:before {
  display: block;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options {
  float: left;
  margin-left: 20px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options label {
  display: block;
  margin-bottom: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options label:last-child {
  margin-bottom: 0px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .variable_pricing {
  margin-bottom: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .weight-dimension {
  margin-bottom: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .weight-dimension .dimensions_field .doakn-w3 {
  margin-right: 6px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .weight-dimension .dimensions_field .doakn-w3:last-child {
  margin-right: 0px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar {
  text-align: right;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar span.dokan-variation-default-label,
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar .dokan-variation-default-select {
  margin-right: 5px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar .float-none {
  display: inline-block;
  float: none !important;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar button.dokan-btn-default[disabled] {
  background-color: #fafafa;
  color: #b3b3b3;
  border-color: #ccc;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav .displaying-num,
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav .expand-close {
  font-style: italic;
  font-size: 13px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav span.pagination-links {
  margin-left: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav span.pagination-links a {
  padding: 0px 8px;
  background: #eee;
  font-size: 14px;
}
.product-edit-new-container .dokan-product-type-container .content-half-part.virtual-checkbox {
  padding-left: 10px;
}

.product-edit-container .dokan-product-title-alert,
.product-edit-container .dokan-product-cat-alert {
  color: #f05025;
  font-style: italic;
  margin-top: 5px;
}
.product-edit-container .tab-pane {
  padding: 15px 0;
}
.product-edit-container label {
  font-weight: normal;
  cursor: pointer;
}
.product-edit-container .dokan-feat-image-upload {
  border: 4px dashed #DDDDDD;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.product-edit-container .dokan-feat-image-upload i.fa-cloud-upload {
  display: block;
  font-size: 80px;
  color: #DFDFDF;
}
.product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn {
  color: #8F8F8F;
  text-shadow: 0 1px 1px #FFF;
  background: #F0F0F0;
  padding: 3px 10px;
  font-size: 12px;
}
.product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn:hover {
  color: #ECECEC;
  text-shadow: 0 1px 1px #6F6F6F;
  background: #B4B4B4;
}
.product-edit-container .dokan-feat-image-upload .close {
	background: #000000;
	color: #FF0000;
	font-size: 50px;
	cursor: pointer; 
	height: 100%;
	opacity: 0.7;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: none;
	top: 0;
	width: 100%;
	display: none;
}



.product-edit-container .dokan-feat-image-upload img {
  max-width: 100%;
   width: 100%; 
}
.product-edit-container .dokan-feat-image-upload img:hover .close {
  display: block;
}
.product-edit-container .dokan-feat-image-upload .image-wrap:hover .close {
  display: block;
}
.product-edit-container .dokan-list-category-box {
  border: 1px solid #ccc;
  background: #fff;
  padding: 0px 15px 15px;
  max-height: 200px;
  min-height: 45px;
  overflow: scroll;
}
.product-edit-container .dokan-list-category-box ul.dokan-checkbox-cat {
  padding: 0;
  margin: 0;
}
.product-edit-container .dokan-list-category-box ul.dokan-checkbox-cat li {
  line-height: 20px;
}
.product-edit-container .instruction-inside {
  text-align: center;
  padding: 40px 0px;
  color: #aaa;
}
.product-edit-container .wp-editor-wrap {
  border: 1px solid #E7E7E7;
}
.product-edit-container aside {
  border: 1px solid #eee;
  margin-bottom: 15px;
  border-radius: 3px;
}
.product-edit-container .dokan-edit-sidebar {
  margin-top: 35px;
}
.product-edit-container .dokan-edit-sidebar .dokan-side-head {
  padding: 10px;
}
.product-edit-container .dokan-edit-sidebar .dokan-side-body {
  padding: 10px;
}
.product-edit-container .dokan-edit-sidebar .dokan-side-body .dokan-form-control {
  width: 90%;
}
.product-edit-container .dokan-edit-sidebar .downloadable_files td {
  border-top: none;
  border-bottom: 1px solid #ededed;
}
.product-edit-container .dokan-edit-sidebar .downloadable_files td label {
  font-weight: normal;
}
.product-edit-container .dokan-edit-sidebar .downloadable_files td input {
  width: 90%;
}
.product-edit-container .dokan-edit-sidebar .downloadable_files ul {
  margin: 0px;
  padding: 0px;
}
.product-edit-container .dokan-edit-sidebar .downloadable_files ul li {
  margin-bottom: 15px;
}
.product-edit-container ul.label-on-left label {
  min-width: 200px;
  display: inline-block;
}
.product-edit-container ul.label-on-left li {
  clear: both;
}
.product-edit-container #product-attributes h4 {
  margin-bottom: 15px;
}
.product-edit-container #product-attributes .select-attribute.form-control {
  display: inline;
  width: auto;
}
.product-edit-container #variants-holder .inputs-box {
  background: #f5f5f5;
  margin-bottom: 20px;
}
.product-edit-container #variants-holder .inputs-box .box-header {
  background: #e5e5e5;
  padding: 5px 10px;
  font-size: 13px;
  margin-bottom: 10px;
}
.product-edit-container #variants-holder .inputs-box .option-couplet {
  margin-left: 15px;
}
.product-edit-container #variants-holder .inputs-box .option-couplet li:before {
  content: '-';
}
.product-edit-container #variants-holder .inputs-box .option-couplet li {
  margin-bottom: 8px;
}
.product-edit-container #variants-holder .inputs-box .box-inside {
  padding: 10px;
}
.product-edit-container #variants-holder .inputs-box .box-inside .attribute-config {
  width: 35%;
  float: left;
}
.product-edit-container #variants-holder .inputs-box .box-inside .attribute-options {
  float: left;
  width: 60%;
}
.product-edit-container #variants-holder .actions a {
  color: #666;
  padding: 0 4px 2px;
  font-weight: bold;
  border: 1px solid #ddd;
  text-decoration: none;
  background: #fff;
}
.product-edit-container #variants-holder .actions a:hover {
  background: #666;
  color: #fff;
}
.product-edit-container #product-variations .wc-metabox {
  border-radius: 3px;
  background: #f5f5f5;
  margin-bottom: 10px;
  font-size: 13px;
  padding-bottom: 3px;
}
.product-edit-container #product-variations .wc-metabox h3 {
  background: #e5e5e5;
  padding: 10px;
  font-size: 14px;
}
.product-edit-container #product-variations .wc-metabox h3 button {
  float: right;
  font-size: 12px;
  margin-top: -5px;
}
.product-edit-container #product-variations .wc-metabox table {
  margin: 10px;
}
.product-edit-container #product-variations .wc-metabox table td {
  vertical-align: top;
  width: 50%;
}
.product-edit-container #product-variations .wc-metabox table td.upload_image img {
  width: 100px;
  max-width: 100px;
  max-height: 100px;
}
.product-edit-container #product-variations .wc-metabox table td.options label {
  display: block;
}
.product-edit-container #product-variations .wc-metabox table td.sku,
.product-edit-container #product-variations .wc-metabox table td.upload_image,
.product-edit-container #product-variations .wc-metabox table td.options {
  width: 15%;
}
.product-edit-container #product-variations .wc-metabox td.data {
  padding: 0 0 0 10px;
  background: #fff;
  margin-left: 20px;
}
.product-edit-container #product-variations .wc-metabox table.data_table {
  margin: 0;
  width: 100%;
}
.product-edit-container #product-variations .wc-metabox table.data_table td {
  padding: 0 6px 6px 0;
  width: 50%;
}
.product-edit-container #product-variations .wc-metabox table.data_table td input {
  width: 100%;
  padding: 5px 10px;
}
.product-edit-container #product-variations .wc-metabox table.data_table td input.upload_file_button {
  width: auto;
  margin-top: 5px;
}
.product-edit-container #product-variations .wc-metabox table.data_table td.dimensions_field input {
  width: 25%;
  padding: 3px;
}
.product-edit-container #product-variations .wc-metabox table.data_table label {
  display: block;
}
.product-edit-container #product-variations .wc-metabox label,
.product-edit-container #product-variations .wc-metabox select,
.product-edit-container #product-variations .wc-metabox input {
  font-size: 12px;
}
.product-edit-container #product-variations .wc-metabox input[type=text],
.product-edit-container #product-variations .wc-metabox input[type=number],
.product-edit-container #product-variations .wc-metabox select {
  border: 1px solid #ededed;
}
.product-edit-container #product-variations .wc-metabox select {
  width: auto;
  display: inline-block;
}
.product-edit-container #product-variations p.toolbar {
  padding-top: 10px;
}
.product-edit-container #product-variations p.toolbar select {
  border: 1px solid #ededed;
}
.product-edit-container #dokan-product-images ul.product_images {
  margin: 0 0 10px 0;
  padding: 0;
}
.product-edit-container #dokan-product-images ul.product_images li.image,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder,
.product-edit-container #dokan-product-images ul.product_images li.add-image {
  width: 64px;
  height: 64px;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin: 9px 4px 0 0;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 2px;
  cursor: move;
}
.product-edit-container #dokan-product-images ul.product_images li.image.add-image,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image,
.product-edit-container #dokan-product-images ul.product_images li.add-image.add-image {
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  border: 2px dashed #ddd;
}
.product-edit-container #dokan-product-images ul.product_images li.image.add-image a,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a,
.product-edit-container #dokan-product-images ul.product_images li.add-image.add-image a {
  width: 100%;
  height: 100%;
  color: #afafaf;
  font-size: 18px;
  display: block;
}
.product-edit-container #dokan-product-images ul.product_images li.image img,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder img,
.product-edit-container #dokan-product-images ul.product_images li.add-image img {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 64px;
    height: 64px;
    object-fit: cover;
}
.product-edit-container #dokan-product-images ul.product_images li.image a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.add-image a.action-delete {
  position: absolute;
  top: 0;
  right: 0;
  color: red;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  font-size: 50px;
  width: 100%;
  text-align: center;
  height: 100%;
  padding-top: 25%;
  font-weight: bold;
  display: none;
}
.product-edit-container #dokan-product-images ul.product_images li.image:hover a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.add-image:hover a.action-delete {
  display: inline-block;
}
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder {
  border: 1px dashed #ccc;
}
.product-edit-container .product-dimension .form-control {
  display: inline-block;
  width: 25%;
  margin-right: 5px;
}
.toggle-sidebar-container {
  padding: 8px 0;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 15px;
}
.toggle-sidebar-container .dokan-toggle-sidebar {
  display: block;
  margin-bottom: 5px;
}
.dokan-product-edit header.dokan-dashboard-header h1.entry-title span.dokan-product-status-label {
  font-size: 11px;
  margin-left: 15px;
  vertical-align: middle;
}
.dokan-product-edit header.dokan-dashboard-header h1.entry-title span.dokan-product-hidden-label {
  font-size: 13px;
  margin-right: 30px;
  margin-top: 9px;
}
.dokan-product-edit header.dokan-dashboard-header h1.entry-title a.view-product {
  background-color: #fafafa;
  border-color: #ebebeb;
}
.dokan-product-edit-area .dokan-product-edit-left {
  width: 67%;
  float: left;
  margin-right: 4%;
}
.dokan-product-edit-area .dokan-product-edit-right {
  width: 27%;
  float: left;
}
.dokan-product-edit-area .discount-price label {
  font-weight: normal;
  cursor: pointer;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 0px;
  width: auto;
  max-width: 690px;
  margin: 20px auto;
}
.dokan-add-new-product-popup h2 {
  padding: 0px 20px 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 0px;
  font-size: 22px;
  color: #5d5d5d;
  margin-top: 15px;
  position: absolute;
  overflow: hidden;
  width: 690px;
  z-index: 999999;
  background: #fff;
  margin-top: 0px;
  padding-top: 16px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.dokan-add-new-product-popup .mfp-close {
  top: 10px;
  right: 5px;
  z-index: 999999;
}
.dokan-add-new-product-popup .product-form-container {
  padding: 80px 20px 20px;
  margin-top: 30px;
  height: 550px;
  overflow-y: scroll;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload {
  border: 3px dashed #DDDDDD;
  height: 65%;
  width: 98%;
  margin-bottom: 10px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload i.fa-cloud-upload {
  display: block;
  font-size: 80px;
  color: #DFDFDF;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload .instruction-inside {
  text-align: center;
  padding-top: 20%;
  padding-bottom: 30%;
  color: #aaa;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn {
  color: #8F8F8F;
  text-shadow: 0 1px 1px #FFF;
  background: #F0F0F0;
  padding: 3px 10px;
  font-size: 12px;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn:hover {
  color: #ECECEC;
  text-shadow: 0 1px 1px #6F6F6F;
  background: #B4B4B4;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.close {
  background: #000000;
  color: #FF0000;
  font-size: 100px;
  height: 100%;
  opacity: 0.7;
  padding: 25% 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  width: 100%;
  display: none;
  cursor: pointer;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload img {
  max-width: 100%;
  width: 292px;
  height: 212px;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload img:hover a.close {
  display: block;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload .image-wrap:hover a.close {
  display: block;
}
.dokan-add-new-product-popup .dokan-feat-image-content {
  width: 35%;
  margin-right: 15px;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images {
  margin: 0 0 10px 0;
  padding: 0;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin: 9px 4px 0 0;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 2px;
  cursor: move;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image.add-image,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image.add-image {
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  border: 2px dashed #ddd;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image.add-image a,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image.add-image a {
  width: 100%;
  height: 100%;
  color: #afafaf;
  font-size: 18px;
  display: block;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image img,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder img,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image img {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image a.action-delete,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image a.action-delete {
  position: absolute;
  top: 0;
  right: 0;
  color: red;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0 3px;
  font-size: 50px;
  width: 100%;
  text-align: center;
  height: 100%;
  padding-top: 25%;
  font-weight: bold;
  display: none;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image:hover a.action-delete,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover a.action-delete,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image:hover a.action-delete {
  display: inline-block;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder {
  border: 1px dashed #ccc;
}
.dokan-add-new-product-popup .dokan-product-field-content {
  width: 62.5%;
}
.dokan-add-new-product-popup .dokan-product-field-content label {
  font-weight: normal;
}
.dokan-add-new-product-popup .dokan-product-field-content input[type="checkbox"] {
  margin-right: 4px;
}
.dokan-add-new-product-popup .product-full-container {
  margin-top: 10px;
}
.dokan-add-new-product-popup .product-container-footer {
  padding: 10px 20px;
  border-top: 1px solid #eee;
  text-align: right;
}
.dokan-add-new-product-popup .product-container-footer .dokan-add-new-product-spinner {
  position: static;
  margin-right: 8px;
  vertical-align: middle;
}
.dokan-add-new-product-popup .product-container-footer .dokan-show-add-product-error {
  color: #d9534f;
  margin-right: 8px;
  vertical-align: middle;
}
.dokan-settings-content .dokan-settings-area h1 {
  margin: 0px;
  padding: 0px;
}
.dokan-settings-content .dokan-settings-area .dokan-banner {
  border: 4px dashed #D8D8D8;
  height: 300px;
  margin: 0 0 30px 35px;
  max-width: 850px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.dokan-settings-content .dokan-settings-area .dokan-banner img {
  max-width: 100%;
}
.dokan-settings-content .dokan-settings-area .dokan-banner .dokan-remove-banner-image {
  position: absolute;
  width: 100%;
  height: 300px;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.7;
  font-size: 100px;
  color: red;
  padding-top: 70px;
  display: none;
}
.dokan-settings-content .dokan-settings-area .dokan-banner:hover {
  cursor: pointer;
}
.dokan-settings-content .dokan-settings-area .dokan-banner:hover .dokan-remove-banner-image {
  display: block;
}
.dokan-settings-content .dokan-settings-area .dokan-gravatar {
  position: relative;
}
.dokan-settings-content .dokan-settings-area .dokan-gravatar .dokan-remove-gravatar-image {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #000;
  top: 0;
  left: 0;
  opacity: .7;
  font-size: 70px;
  text-align: center;
  color: #f00;
  padding-top: 5px;
  display: none;
  border-radius: 50%;
}
.dokan-settings-content .dokan-settings-area .dokan-gravatar .gravatar-wrap .dokan-gravatar-img {
  border-radius: 50%;
  height: 80px !important;
  width: 80px;
}
.dokan-settings-content .dokan-settings-area .dokan-gravatar:hover .dokan-remove-gravatar-image {
  display: block;
}
.dokan-settings-content .dokan-settings-area .button-area {
  margin-top: 35px;
}
.dokan-settings-content .dokan-settings-area .button-area i.fa-cloud-upload {
  display: block;
  font-size: 80px;
  color: #DFDFDF;
}
.dokan-settings-content .dokan-settings-area .button-area .help-block {
  font-size: 12px;
  color: #B1B1B1;
}
.dokan-settings-content .dokan-settings-area ul.dokan-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dokan-settings-content .dokan-settings-area ul.dokan-categories label {
  font-weight: normal;
}
.dokan-settings-content .dokan-settings-area .dokan-address-fields label {
  font-weight: normal;
  font-size: 12px;
}
.dokan-settings-content .dokan-settings-area .dokan-form-group .checkbox {
  margin-top: 0px;
}
.dokan-store.dokan-theme-twentytwelve .site-content {
  float: none;
  width: 100%;
}
.dokan-single-store {
  margin: 0;
}
.dokan-single-store.dokan-w8 {
  width: 72%;
}
.dokan-single-store .profile-frame {
  padding: 0px;
  position: relative;
  background-size: cover;
}
.dokan-single-store .profile-frame .profile-info-box {
  position: relative;
}
.dokan-single-store .profile-frame .profile-info-box a {
  color: inherit;
}
.dokan-single-store .profile-frame .profile-info-box:hover {
  color: #fff;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-img {
  width: 100%;
  height: auto;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
   border: 1px solid #ededed; 
}


.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
  width: 320px;
  height: 100%;
  padding-top: 25px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img {
  text-align: center;
  margin-bottom: 12px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img {
  border-radius: 50%;
  background: #fff;
  width: 80px;
  height: 80px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square img {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 0;
  padding: 4px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
  font-weight: bold;
  padding: 0;
  font-size: 20px;
  text-align: center;
  margin: 0 0 18px;
  color: #fff;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info {
  padding: 0 30px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
  list-style: none;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-phone a,
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-email a {
  text-decoration: none;
  color: inherit;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li {
  padding-bottom: 8px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
  font-weight: bold;
  float: left;
  margin-left: -25px;
  margin-top: 4px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social {
  list-style: none;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social li {
  display: inline-block;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i {
  font-size: 20px;
  float: none;
  font-weight: normal;
  margin: 0;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-facebook-square {
  color: #3b5998;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-google-plus-square {
  color: #dd4b39;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-twitter-square {
  color: #55acee;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-linkedin-square {
  color: #007bb5;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-youtube-square {
  color: #bb0000;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-instagram {
  color: #125688;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-flickr {
  color: #ff0084;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .seller-rating {
  display: none;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
  position: relative;
  height: 135px;
  color: inherit;
  padding: 0 15px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
  width: 100%;
  padding: 0;
  position: absolute;
  top: -55px;
  height: 140px;
  color: #444;
  background: none;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
  float: left;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img {
  margin-bottom: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
  width: 150px;
  height: 150px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info {
  float: left;
  padding: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  color: #fff;
  margin: 10px 0 25px 15px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
  padding-left: 40px;
  font-size: 14px;
  line-height: 21px;
  margin-left: 0;
}
.dokan-single-store .profile-frame.profile-frame-no-banner {
  background-color: transparent;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-img {
  display: none;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper {
  position: relative;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {
  background-color: #fff;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #ededed;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
  width: 150px;
  float: left;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
  background: #fff;
  border: 1px solid #ddd;
  padding: 2px;
  width: 150px;
  height: 150px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
  float: left;
  padding: 0 25px;
  color: #444;
  width: 80%;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  margin-top: 5px;
  font-size: 30px;
  font-weight: bold;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
  padding-left: 25px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
  float: left;
  margin-right: 40px;
  position: relative;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
  margin-left: -22px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:before {
  content: "·";
  position: absolute;
  top: 10px;
  left: -35px;
  color: #afafaf;
  font-size: 25px;
  line-height: 0;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:first-child:before {
  content: "";
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-rating {
  float: none;
  margin-right: 0;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-rating:before {
  content: "";
  position: relative;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
  position: relative;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
  padding-left: 0;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
  margin: 0 8px 0 0;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
  text-shadow: none;
}
.dokan-single-store .dokan-store-tabs ul {
  background-color: #fff;
  border-width: 0 1px 1px 1px;
  border-color: #ededed;
  border-style: solid;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.dokan-single-store .dokan-store-tabs ul li {
  display: inline-block;
  border-right: 1px solid #ededed;
  margin-right: -4px;
}
.dokan-single-store .dokan-store-tabs ul li a {
  text-decoration: none;
  color: #666;
  padding: 10px 15px;
  display: inline-block;
}
.dokan-single-store .dokan-store-tabs ul li a:hover {
  background: #eee;
}
.dokan-store-sidebar input[type=text],
.dokan-store-sidebar input[type=email],
.dokan-store-sidebar textarea {
  width: 100%;
}
.dokan-store-sidebar form.seller-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dokan-store-sidebar form.seller-form ul li {
  margin-bottom: 8px;
}
.dokan-store-sidebar #dokan-store-location {
  width: 100%;
  height: 200px;
}
.dokan-seller-listing .dokan-seller-search-form {
  margin: 30px 0px;
}
.dokan-seller-listing .dokan-seller-search-form input#search {
  width: 30%;
}
.dokan-seller-listing {
  position: relative;
}
.dokan-seller-listing .dokan-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
}
#dokan-seller-listing-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap {
  list-style: none;
  margin: 20px 0px;
  padding: 0;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap:before,
#dokan-seller-listing-wrap ul.dokan-seller-wrap:after {
  content: " ";
  display: table;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap:after {
  clear: both;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
  list-style-type: none;
  float: left;
  margin: 0 0 20px 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-2 {
  width: 50%;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 {
  width: 33.33%;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
  box-shadow: 0px 0px 25px 0px #ddd;
}
@media (max-width: 767px) {
  #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
    width: 100% !important;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
    width: 33.33%;
  }
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content {
  max-width: 100%;
}
@media (max-width: 767px) {
  #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content {
    text-align: left;
  }
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info {
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 50%;
  height: 220px;
  position: relative;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data-container {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite {
  padding: 20px 20px 10px;
  overflow: hidden;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .featured-label {
  float: left;
  padding: 2px 10px;
  background: #2d54a3;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 25px -5px #afafaf;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .favourite-label {
  float: right;
  padding: 2px;
  background: #fff;
  width: 55px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 0px 25px -5px #afafaf;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .favourite-label i.fa {
  color: #e74c3c;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data {
  padding: 0px 20px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 {
  margin: 9px 0px;
  padding: 0px;
  font-size: 20px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 a {
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 a:hover {
  color: #fafafa;
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data p {
  margin-bottom: 2px;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data .dokan-seller-rating {
  float: none !important;
  margin: 12px 0px 10px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data .dokan-seller-rating:before {
  color: #adb5b6;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data .dokan-seller-rating span:before {
  color: #fa9a00;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data p.store-address {
  line-height: 23px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
  background: #f7fbfc;
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid #eee;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar {
  padding: 6px;
  background: #fff;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -40px;
  right: 20px;
  border-radius: 40px;
  box-shadow: 0px 0px 30px -6px #afafaf;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-info .store-data-container {
  height: 100%;
  background: none;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-info .featured-favourite .featured-label {
  background: #d1dbf0;
  color: #2d54a3;
  box-shadow: none;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-data h2 a {
  color: #526b6f;
  text-shadow: none;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-data h2 a:hover {
  color: #333;
  text-shadow: none;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-data p {
  color: #748082;
  text-shadow: none;
}
@media (min-width: 1200px) {
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
    background-color: rgba(0, 0, 0, 0.65);
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
    padding-right: 15px;
    margin: 0;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
    line-height: 1;
    margin-left: 5px;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a {
    display: inline-block;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
    font-size: 25px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.55);
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    top: 12px;
    right: 15px;
    bottom: auto;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 {
    position: relative;
    width: 100%;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
    position: relative;
    color: #444;
    height: 220px;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery {
    width: 100%;
    padding-top: 0;
    background: none;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
    position: relative;
    top: -75px;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
    background: #fff;
    border: 1px solid #ddd;
    padding: 2px;
    width: 150px;
    height: 150px;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info {
    position: relative;
    top: -75px;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
    color: inherit;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
    padding: 0;
    width: 100%;
    margin: 0;
    display: block;
    overflow: hidden;
    text-align: center;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
    text-align: left;
    display: inline-block;
    padding-bottom: 15px;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li a {
    color: inherit;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
    display: none;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:after {
    content: '·';
    color: #9c9c9c;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    top: 3px;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:last-child:after {
    content: '';
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    position: relative;
    text-align: center;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
    text-shadow: none;
  }
}
@media (max-width: 1199px) {
  .dokan-single-store .profile-frame .profile-info-box {
    position: relative;
    width: 100%;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
    position: relative;
    color: #444;
    height: 255px;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
    width: 100%;
    padding-top: 0;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
    position: relative;
    top: -45px;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
    color: inherit;
    font-size: 35px;
    margin-bottom: 11px;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
    background: #fff;
    border: 1px solid #ddd;
    padding: 2px;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img {
    width: 100px;
    height: 100px;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
    position: relative;
    top: -45px;
    padding: 0;
    width: 100%;
    margin: 0;
    display: block;
    overflow: hidden;
    line-height: 1.4;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
    text-align: center;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li a {
    color: inherit;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
    display: none;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    position: relative;
    top: -45px;
    text-align: center;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
    margin-left: 8px;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
    height: 175px;
    padding: 0 8px;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
    top: 6px;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
    top: 0;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square {
    background: none;
    border: 0;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
    width: 100px;
    height: 100px;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
    font-size: 20px;
    margin-bottom: 8px;
    color: #444;
    text-shadow: none;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
    top: 0;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
    text-align: left;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
    display: inline-block;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    position: absolute;
    top: -35px;
    right: 20px;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
    top: 0;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
    margin-left: 8px;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
    font-size: 25px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.55);
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
    position: relative;
    top: -45px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 8px;
    color: #444;
    text-shadow: none;
    font-weight: bold;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper {
    height: auto;
    border: 0;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
    top: 0;
    margin-right: 15px;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
    padding: 0 0 0 15px;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
    top: 0;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
    float: none;
    text-align: left;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
    display: inline-block;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:before {
    content: "";
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    top: 0;
    text-align: left;
    padding: 0 4px;
  }
}
.dokan-withdraw-content .dokan-withdraw-area h1 {
  margin: 0px 0px 20px;
}
.dokan-withdraw-content .dokan-withdraw-area ul li {
  display: inline-block;
  padding: 0px 5px;
}
/*--------------------------------------------------
:: Responsive Styles
-------------------------------------------------- */
@media (max-width: 767px) {
  .dokan-table {
    border: none;
    text-align: left;
    width: 100%;
    max-width: 100%;
  }
  .dokan-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
  }
  .dokan-table tbody tr {
    vertical-align: inherit;
    width: 100%;
  }
  .dokan-table tbody tr td {
    padding: 6px;
    text-align: left;
    border-color: #ededed;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    background: #fff;
  }
  .dokan-table tbody tr td:before {
    padding-right: 20px !important;
    float: left;
    font-weight: bold;
  }
  .dokan-table tbody tr .post-date .status {
    float: right;
  }
  .dokan-table tbody tr .diviader {
    background: transparent !important;
    border: none !important;
    height: 15px;
    background: none;
  }
  .dokan-table tbody tr .diviader:before {
    content: " ";
  }
  .dokan-table tbody tr td:first-child {
    border-top-width: 1px;
  }
  .dokan-table tbody tr .dokan-order-action {
    width: 100%;
  }
  .dokan-table tbody .row-actions {
    visibility: visible !important;
  }
  .dokan-orders-area .dokan-w8 {
    width: 100% !important;
  }
  .dokan-orders-area .dokan-w4 {
    width: 100% !important;
  }
  .dokan-primary {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .dokan-primary li.product {
    width: 100% !important;
  }
  .dokan-secondary {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .dokan-dashboard .dokan-dash-sidebar,
  .dokan-dashboard .dokan-dashboard-content {
    float: none;
    width: 100%;
  }
  .dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-side-left,
  .dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-side-right {
    float: none;
    width: auto;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    display: inline-block;
    border-right: 1px solid #454545;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
    content: '';
    display: none;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    padding: 12px 24px;
  }
  .dokan-dashboard .dokan-dashboard-content {
    padding-left: 0;
  }
  ul.dokan-seller-wrap {
    text-align: center;
  }
  ul.dokan-seller-wrap li.dokan-single-seller {
    width: 90% !important;
    margin-bottom: 50px;
  }
}
@media (max-width: 430px) {
  .dokan-dashboard .dokan-dash-sidebar,
  .dokan-dashboard .dokan-dashboard-content {
    float: none;
    width: 100%;
  }
  .dokan-dashboard .dokan-dash-sidebar article,
  .dokan-dashboard .dokan-dashboard-content article {
    overflow: scroll;
  }
  .dokan-dashboard .dashboard-content-area .dokan-announcement-widget .dokan-right {
    float: right !important;
  }
  .dokan-dashboard .dashboard-content-area .dokan-announcement-widget .dokan-left {
    float: left !important;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:before,
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:after {
    content: " ";
    display: table;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:after {
    clear: both;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    float: left;
    width: 50%;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    padding: 12px 18px;
  }
  .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
    width: 100%;
  }
  .dokan-dashboard .dokan-right,
  .dokan-dashboard .dokan-left {
    float: none !important;
  }
  .dokan-dashboard .dokan-w6,
  .dokan-dashboard .dokan-w8,
  .dokan-dashboard .dokan-w4 {
    float: none;
    width: 100%;
  }
  .dokan-dashboard .dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-left,
  .dokan-dashboard .dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-right {
    width: 100%;
  }
  .dokan-dashboard .dokan-product-edit-area .dokan-product-edit-left,
  .dokan-dashboard .dokan-product-edit-area .dokan-product-edit-right {
    float: none;
    width: 100%;
  }
  .dokan-dashboard .content-half-part {
    float: none;
    width: 100%;
  }
  .dokan-dashboard .content-half-part {
    margin-bottom: 8px;
  }
  .dokan-dashboard .content-half-part:last-child {
    padding-left: 0px;
  }
  .dokan-dashboard .content-half-part:first-child {
    padding-right: 0px;
  }
  .dokan-dashboard ul.dokan_tabs {
    padding-left: 0;
    margin-right: 0;
  }
  .dokan-dashboard ul.dokan_tabs li {
    margin-bottom: 10px;
  }
  .dokan-single-store .profile-frame .profile-info-box {
    width: 100%;
  }
}/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//retreathub.com/wp-content/plugins/retreathub_custom/integration/dokan_lite/assets/vendors/fonts/fontawesome-webfont.eot?v=4.2.0);src:url(//retreathub.com/wp-content/plugins/retreathub_custom/integration/dokan_lite/assets/vendors/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'),url(//retreathub.com/wp-content/plugins/retreathub_custom/integration/dokan_lite/assets/vendors/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'),url(//retreathub.com/wp-content/plugins/retreathub_custom/integration/dokan_lite/assets/vendors/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'),url(//retreathub.com/wp-content/plugins/retreathub_custom/integration/dokan_lite/assets/vendors/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}@font-face{font-family:star;src:url(//retreathub.com/wp-content/plugins/woocommerce/assets/fonts/star.eot);src:url(//retreathub.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(//retreathub.com/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(//retreathub.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(//retreathub.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(//retreathub.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);src:url(//retreathub.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(//retreathub.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(//retreathub.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(//retreathub.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}div.pp_woocommerce .pp_content_container{background:#fff;border-radius:3px;box-shadow:0 1px 30px rgba(0,0,0,.25);padding:20px 0}div.pp_woocommerce .pp_content_container::after,div.pp_woocommerce .pp_content_container::before{content:' ';display:table}div.pp_woocommerce .pp_content_container::after{clear:both}div.pp_woocommerce .pp_loaderIcon::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(//retreathub.com/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgba(0,0,0,.5);background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:2px;display:block}div.pp_woocommerce .pp_gallery ul li a:hover{border-color:#000}div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next::before,div.pp_woocommerce .pp_previous::before{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;transition:all ease-in-out .2s;font-family:WooCommerce;content:'\e00b';text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next::before:hover,div.pp_woocommerce .pp_previous::before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover::before,div.pp_woocommerce .pp_previous:hover::before{display:block}div.pp_woocommerce .pp_previous::before{left:1em}div.pp_woocommerce .pp_next::before{right:1em;font-family:WooCommerce;content:'\e008'}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-right:1em;position:relative}div.pp_woocommerce .pp_close{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;transition:all ease-in-out .2s;top:-.5em;right:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close::before{font-family:WooCommerce;content:'\e013';display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;transition:all ease-in-out .2s;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before{font-family:WooCommerce;content:'\e00b';display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-right:.5em}div.pp_woocommerce .pp_arrow_next{margin-left:.5em}div.pp_woocommerce .pp_arrow_next::before{content:'\e008'}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;transition:all ease-in-out .2s;right:auto;left:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract::before,div.pp_woocommerce a.pp_expand::before{font-family:WooCommerce;content:'\e005';display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract::before{content:'\e004'}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}.rtl div.pp_woocommerce .pp_content_container{text-align:right}@media only screen and (max-width:768px){div.pp_woocommerce{left:5%!important;right:5%!important;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before,div.pp_woocommerce .pp_close::before{font-size:44px}div.pp_woocommerce .pp_description{display:none!important}div.pp_woocommerce .pp_details{width:100%!important}.pp_content{width:100%!important}.pp_content #pp_full_res>img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:left}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}/* Dropdown control */
.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    border: solid 1px #BBB;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: #F2F2F2;
    background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: url(//retreathub.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/jquery.selectBox-arrow.gif) 50% center no-repeat;
    border-left: solid 1px #BBB;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}/**
 * Main YITH WooCommerce Wishlist CSS
 *
 * @author Your Inspiration Themes
 * @package YITH WooCommerce Wishlist
 * @version 1.1.5
 */

/* Selectbox style */
.woocommerce a.selectBox{
    background: #ffffff;
    min-width: 100px;
    margin-right: 10px;
    color: inherit;
}

.woocommerce a.selectBox,
.woocommerce a.selectBox:hover{
    border-bottom: 1px solid #bbb!important;
}

.woocommerce a.selectBox:hover{
    color: inherit;
}

.woocommerce a.selectBox:focus{
    border: 1px solid #ccc;
}

.selectBox-dropdown .selectBox-label{
    vertical-align: middle;
    padding: 3px 8px;
}

.selectBox-dropdown .selectBox-arrow{
    border: none;
    background: url(//retreathub.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/jquery.selectBox-arrow.png) center right no-repeat;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{
    background: url(//retreathub.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/jquery.selectBox-arrow.png) center left no-repeat;
}

.selectBox-dropdown-menu{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px;
    font-size: 80%;
}

.selectBox-label.public-visibility:before,
.selectBox-dropdown-menu li.public-visibility a:before{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0ac";
    margin-right: 5px;
}

.selectBox-label.shared-visibility:before,
.selectBox-dropdown-menu li.shared-visibility a:before{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0c1";
    margin-right: 5px;
}

.selectBox-label.private-visibility:before,
.selectBox-dropdown-menu li.private-visibility a:before{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f023";
    margin-right: 5px;
}

.selectBox-dropdown-menu li a{
    color: inherit;
    padding: 5px 8px;
    border-radius: 3px;
}

.selectBox-dropdown-menu a:hover{
    color: inherit;
    text-decoration: none;
}

/* Wishlist table */
.woocommerce .wishlist_table td.product-add-to-cart a{
    display: block!important;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
}
.woocommerce .wishlist_table td.product-add-to-cart span.dateadded{
    display: block;
}

/* Popup add to wishlist */
.yith-wcwl-add-button a.open-pretty-photo{
    display: none;
}
.yes-js .yith-wcwl-add-button a.open-pretty-photo{
    display: inline-block;
}
.yes-js .yith-wcwl-popup{
    display: none;
    text-align: center;
}
.yes-js .yith-wcwl-popup-content{

}
.yes-js .yith-wcwl-popup-content{
    display: table;
    width: 100%;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-first-row{
    display: table-header-group;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-second-row{
    display: none;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container,
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility{
    display: table-cell;
    vertical-align: bottom;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container{
    width: 80%;
    padding-bottom: 20px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new input{
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 3px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select{
    width: 100%;
    font-weight: 700;
    padding-left: 10px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb{
    width: 20%;
    padding-bottom: 20px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb img{
    float: right;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new{
    text-align: right;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new label{
    font-weight: 700;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select{
    float: right;
    min-width: 90px;
}
.yes-js .yith-wcwl-popup-footer{
    border-top: 1px solid #CCC;
    padding: 20px 20px 0 20px;
    margin: 20px -20px 0;
    text-align: right;
}

/* Popup message */
#yith-wcwl-popup-message {
    background: white;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 50px;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10000; /* Thanks WP -.- */
}

/*Wishlist title form*/
.wishlist-title{
    display: inline-block;
}
.wishlist-title h2{
    display: inline-block;
    padding: 5px;
}
.wishlist-title.wishlist-title-with-form h2:hover{
    background: #efefef;
}
.wishlist-title a.show-title-form{
    cursor: pointer;
    visibility: hidden;
}
.wishlist-title:hover a.show-title-form{
    visibility: visible;
}
.yes-js #yith-wcwl-form .hidden-title-form{
    display: none;
    margin: 25px 0 39px;
}

/* Wishlist table template */

.woocommerce table.wishlist_table{
    font-size: 80%;
}

.woocommerce table.wishlist_table thead th{
    border-top: 1px solid;
    padding: 16px 12px;
}

.woocommerce table.wishlist_table tbody td{
    padding: 16px 12px;
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td{
    border-color: #e7e7e7;
}

.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox { text-align: center; }
.wishlist_table tr th.product-checkbox { vertical-align: middle; width: 40px; }
.wishlist_table tr th.product-remove { vertical-align: middle; width: 40px; }
.wishlist_table tr th.product-thumbnail{ width: 80px; }
.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td { text-align: left; }
.woocommerce table.wishlist_table tr td.product-remove { padding: 16px 0 }
.wishlist_table tr td.product-thumbnail a { display: block; border: none; max-width: 80px; }
.wishlist_table tr td.product-thumbnail a img { width: 100%; }
.wishlist_table tr td.product-stock-status span.wishlist-in-stock { color: #297E29; }
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock { color: #F00; }
.wishlist_table tr td a.button { white-space: normal; }

/* Wishlist buttons */
a.add_to_wishlist{
    cursor: pointer;
}

.summary .single_add_to_wishlist.button,
div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
    margin: 0px;
}

.wishlist_table .add_to_cart.button{
    padding: 7px 12px;
    line-height: normal;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 10px;
}

.yith-wcwl-add-button > a i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.wishlist-title a.show-title-form i,
.hidden-title-form a.hide-title-form i,
.hidden-title-form button i,
.yith-wcwl-wishlist-new button i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i{
    margin-right: 10px;
}

.wishlist_table .add_to_cart.button,
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-popup-button a.add_to_wishlist,
.wishlist_table a.ask-an-estimate-button,
.wishlist-title a.show-title-form,
.hidden-title-form a.hide-title-form,
.woocommerce .yith-wcwl-wishlist-new button,
.wishlist_manage_table a.create-new-wishlist,
.wishlist_manage_table button.submit-wishlist-changes,
.yith-wcwl-wishlist-search-form button.wishlist-search-button{
    margin: 0px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 3px;
}

/* Wishlist title */
.woocommerce .wishlist-title h2{
    vertical-align: middle;
}

.woocommerce .wishlist-title a.show-title-form{
    vertical-align: middle;
    margin-left: 15px;
}

.woocommerce .hidden-title-form input[type="text"]{
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    min-width: 250px;
    vertical-align: middle;
}

.woocommerce .hidden-title-form button{
    padding: 7px 24px;
    vertical-align: middle;
    border: none;
    position: relative;
}

.woocommerce .hidden-title-form button:active{
    top: 1px;
}

.woocommerce .hidden-title-form a.hide-title-form{
    vertical-align: middle;
    line-height: normal;
}

/* Remove buttons */
.woocommerce #content table.wishlist_table.cart a.remove{
    color: #c3c3c3;
    margin: 0 auto;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover{
    background-color: #c3c3c3;
    color: #fff;
}

/* Share buttons */
.yith-wcwl-share{
    margin-bottom: 35px;
}

.yith-wcwl-share h4.yith-wcwl-share-title{
    margin: 10px 0;
}

.yith-wcwl-share ul {
    margin: 5px 0;
    padding: 0;
}

.yith-wcwl-share ul, .yith-wcwl-share li { height: 21px; }
.yith-wcwl-share li, .entry-content .yith-wcwl-share li { margin-left: 0px; margin-right: 0px; }

.yith-wcwl-share li a {
    background-position: left top;
    display: inline-block;
    width: 21px;
    height: 21px;
    border: none;
}

.yith-wcwl-share li a:hover { background-position: left bottom; }
.yith-wcwl-share li a.facebook { background-image: url(//retreathub.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/facebook.png); }
.yith-wcwl-share li a.twitter { background-image: url(//retreathub.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/twitter.png); }
.yith-wcwl-share li a.pinterest { background-image: url(//retreathub.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/pinterest.jpg); }
.yith-wcwl-share li a.googleplus { background-image: url(//retreathub.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/googleplus.jpg); }
.yith-wcwl-share li a.email { background-image: url(//retreathub.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/email.jpg); }

/* Ask an estimate button */
.woocommerce .wishlist_table.cart .ask-an-estimate-button,
.woocommerce .wishlist_table.cart #custom_add_to_cart{
    margin: 10px 0;
    display: inline-block;
}

.woocommerce .wishlist_table.cart .ask-an-estimate-button{
    padding: 7px 12px;
    line-height: normal;
}

#ask_an_estimate_popup{
    display: none;
}

.ask-an-estimate-button-popup{
    margin-top: 30px!important;
    float: right;
    text-transform: none;
}

#additional_notes{
    min-height: 150px;
}

/* Create new wishlist*/
.yith-wcwl-wishlist-new{
    padding: 20px 30px;
    border-bottom: 1px solid #e7e7e7;
}

.yith-wcwl-wishlist-new label{
    vertical-align: middle;
    margin-right: 20px;
}

.yith-wcwl-wishlist-new input{
    min-width: 190px;
}

.yith-wcwl-wishlist-new input[type="text"],
.yith-wcwl-wishlist-new select{
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px;
}

.woocommerce .yith-wcwl-wishlist-new button{
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    position: relative;
}

.woocommerce .yith-wcwl-wishlist-new button:active{
    top: 1px;
}

/* Manage wishlists */
.woocommerce .wishlist_manage_table select{
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px;
}

.woocommerce table.wishlist_manage_table tfoot td{
    text-align: right;
    padding: 24px 12px;
}

.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes{
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal;
}

.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes:active{
    top: 1px;
}

.woocommerce .wishlist_manage_table tfoot a.create-new-wishlist{
    vertical-align: middle;
    line-height: normal;
    padding: 7px 24px;
}

/* Search wishlist */
.woocommerce .yith-wcwl-wishlist-search-form{
    padding: 20px 80px;
    border-bottom: 1px solid #e7e7e7;
}

.woocommerce .yith-wcwl-wishlist-search-form:after{
    content: '';
    display: block;
    clear: both;
}

.woocommerce .yith-wcwl-wishlist-search-form #wishlist_search{
    min-width: 300px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    vertical-align: middle;
    float: left;
}

.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button{
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal;
    float: right;
}

.woocommerce p.yith-wcwl-empty-search-result{
    padding: 50px 0;
    text-align: center;
}

.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button:active{
    top: 1px;
}

.woocommerce ul.yith-wcwl-search-results,
.woocommerce ul.user-wishlists{
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce ul.yith-wcwl-search-results > li{
    padding: 50px 80px;
    border-bottom: 1px solid #e7e7e7;
}

.woocommerce ul.yith-wcwl-search-results > li:after{
    content: '';
    display: block;
    clear: both;
}

.woocommerce ul.yith-wcwl-search-results .thumb{
    float: left;
    margin-right: 15px;
}

.woocommerce ul.yith-wcwl-search-results .user-details{
    overflow: hidden;
    padding-top: 15px;
}

.woocommerce ul.yith-wcwl-search-results .user-details span{
    display: block;
}

.woocommerce ul.yith-wcwl-search-results .user-details span.name{
    font-weight: 700;
}

.woocommerce ul.yith-wcwl-search-results .reuslt-details{
    float: left;
    width: 50%;
}

.woocommerce ul.yith-wcwl-search-results .result-wishlists{
    float: right;
    max-width: 50%;
    padding-top: 15px;
}

.woocommerce .yith-wcwl-search-pagination{
    padding: 5px 0;
    text-align: center;
}

/* AJAX loading gif */
.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    display: inline !important;
    margin-left: 5px;
    vertical-align: middle;
    visibility: hidden;
    width: 16px !important;
    height: 16px !important;
}

/* Widget wishlist */
.widget_yith-wcwl-lists ul.dropdown li{
    padding: 0;
}

.widget_yith-wcwl-lists ul.dropdown > li a,
.widget_yith-wcwl-lists ul.dropdown ul.lists > li a{
    display: block;
    padding: 5px 15px;
}

.widget_yith-wcwl-lists ul.dropdown ul.lists > li a{
    padding: 5px 25px;
}

.widget_yith-wcwl-lists ul.dropdown > li.lists-section{
    border-bottom: 1px solid #e7e7e7;
}

.widget_yith-wcwl-lists ul.dropdown ul.lists{
    margin: 0;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//retreathub.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//retreathub.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//retreathub.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//retreathub.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//retreathub.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//retreathub.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//retreathub.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! 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:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.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}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;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(//retreathub.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/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:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//retreathub.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.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:0 0;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;-webkit-transition:opacity .25s ease-out;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;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.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{-webkit-transform:translateY(0);-ms-transform:translateY(0);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;-webkit-transition:opacity .25s ease-out;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(//retreathub.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;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{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.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;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);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__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{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:0 0}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(//retreathub.com/wp-content/themes/rentme/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//retreathub.com/wp-content/themes/rentme/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),url(//retreathub.com/wp-content/themes/rentme/fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),url(//retreathub.com/wp-content/themes/rentme/fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"),url(//retreathub.com/wp-content/themes/rentme/fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),url(//retreathub.com/wp-content/themes/rentme/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


/*
Theme Name: rentme
Theme URI: https://wpopal.org/themes/rentme/
Author: WPOPAL Team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: rentme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*------------------------------------------------------------------
[Table of contents]
1. Utilities
2. Base
3. Layout
4. Page
5. Post
6. Form
7. Responsive
8. Widget
-------------------------------------------------------------------*/


/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/* $headings-font-weight:    700 !default; */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/*
@font-face { 
	font-family: 'Futura Std Book';
	src: url(//retreathub.com/wp-content/themes/rentme/css/fonts/FuturaStd-Book.eot);
	src: url(//retreathub.com/wp-content/themes/rentme/css/fonts/FuturaStd-Book.eot?#iefix) format('embedded-opentype'),
		url(//retreathub.com/wp-content/themes/rentme/css/fonts/FuturaStd-Book.woff2) format('woff2'),
		url(//retreathub.com/wp-content/themes/rentme/css/fonts/FuturaStd-Book.woff) format('woff'),
		url(//retreathub.com/wp-content/themes/rentme/css/fonts/FuturaStd-Book.ttf) format('truetype'),
		url(//retreathub.com/wp-content/themes/rentme/css/fonts/FuturaStd-Book.svg#FuturaStd-Book) format('svg');
	font-weight: normal;
	font-style: normal;
}

@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700"); 
*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

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

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    font-family: 'Source Sans Pro' !important;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 16px;
    line-height: 1.62857;
    color: #727272;
}

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

a {
    color: #292e38;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

a:focus,
a:hover {
    color: #5abb9f;
}

a:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.62857;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border-top: 1px solid #aeaeae;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role=button] {
    cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1;
    color: #565e6a; /*#292e38;*/
}

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

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}

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

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}

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

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 24px;
}

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

.h5,
h5 {
    font-size: 14px;
}

.h6,
h6 {
    font-size: 12px;
}

p {
    margin: 0 0 11px;
}

.lead {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

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

.small,
small {
    font-size: 85%;
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #727272;
}

.text-primary {
    color: #5abb9f;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #565E6A;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

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

.text-warning {
    color: #8a6d3b;
}

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

.text-danger {
    color: #a94442;
}

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

.bg-primary {
    color: #fff;
    background-color: #5abb9f !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #565E6A;
}

.bg-success {
    background-color: #dff0d8 !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7 !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 10px;
    margin: 0 0 22px;
    border-bottom: 1px solid #e4e4e4;
}

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

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

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

.list-inline {
    margin-left: -10px;
}

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

dl {
    margin-top: 0;
    margin-bottom: 22px;
}

dd,
dt {
    line-height: 1.62857;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

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

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 17.5px;
    border-left: 5px solid #aeaeae;
}

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

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.62857;
    color: #727272;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #aeaeae;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 30px;
}

code,
kbd,
pre,
samp {

}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 1.62857;
    word-break: break-all;
    word-wrap: break-word;
    color: #444;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

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

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

.row .first-child {
    clear: both;
}

.job-container {
	max-width: 1000px;
}

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

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

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 780px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
	
}

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

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

.container-fluid:after {
    clear: both;
}

.col-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.row-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.col-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.row-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
}

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

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

.row:after {
    clear: both;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #727272;
}

caption,
th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}

.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: 8px;
    line-height: 1.62857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #f7f7f7;
}

.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: 5px;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5;
}

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

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8;
}

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

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7;
}

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

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3;
}

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

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede;
}

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

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0;
    }
}

fieldset {
    margin: 0;
    min-width: 0;
}

fieldset,
legend {
    padding: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 22px;
    font-size: 21px;
    line-height: inherit;
    color: #444;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}

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

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

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

input[type=range] {
    display: block;
    width: 100%;
}

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

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

output {
    padding-top: 13px;
}

output {
    display: block;
    font-size: 14px;
    line-height: 1.62857;
    color: #727272;
}

.form-control {
    width: 100%;
    height: 48px;
    padding: 12px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 0;
    /*   @include box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); */
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    border-color: #5abb9f;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

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

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #aeaeae;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 48px;
    }
    .input-group-sm>.input-group-btn>input[type=date].btn,
    .input-group-sm>.input-group-btn>input[type=datetime-local].btn,
    .input-group-sm>.input-group-btn>input[type=month].btn,
    .input-group-sm>.input-group-btn>input[type=time].btn,
    .input-group-sm>input[type=date].form-control,
    .input-group-sm>input[type=date].input-group-addon,
    .input-group-sm>input[type=datetime-local].form-control,
    .input-group-sm>input[type=datetime-local].input-group-addon,
    .input-group-sm>input[type=month].form-control,
    .input-group-sm>input[type=month].input-group-addon,
    .input-group-sm>input[type=time].form-control,
    .input-group-sm>input[type=time].input-group-addon,
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px;
    }
    .input-group-lg>.input-group-btn>input[type=date].btn,
    .input-group-lg>.input-group-btn>input[type=datetime-local].btn,
    .input-group-lg>.input-group-btn>input[type=month].btn,
    .input-group-lg>.input-group-btn>input[type=time].btn,
    .input-group-lg>input[type=date].form-control,
    .input-group-lg>input[type=date].input-group-addon,
    .input-group-lg>input[type=datetime-local].form-control,
    .input-group-lg>input[type=datetime-local].input-group-addon,
    .input-group-lg>input[type=month].form-control,
    .input-group-lg>input[type=month].input-group-addon,
    .input-group-lg>input[type=time].form-control,
    .input-group-lg>input[type=time].input-group-addon,
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 56px;
    }
}

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

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label,
.radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

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

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

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

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

.form-control-static {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 0;
    min-height: 36px;
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

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

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 34px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 56px;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

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

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

.form-group-lg .form-control {
    height: 56px;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 56px;
    line-height: 56px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 56px;
    min-height: 40px;
    padding: 16px 20px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 60px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    pointer-events: none;
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 56px;
    height: 56px;
    line-height: 56px;
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d;
}

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

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

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

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b;
}

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

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

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

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442;
}

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

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

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

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label~.form-control-feedback {
    top: 27px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #b2b2b2;
}

@media (min-width: 768px) {
    .form-inline .form-group,
    .form-inline .form-row {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .checkbox,
    .form-inline .control-label,
    .form-inline .radio {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 35px;
}

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

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

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

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 13px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 21px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    text-transform: none;
    padding: 12px 30px;
    line-height: 1.62857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #5abb9f;
    text-decoration: none;
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px transparent;
    box-shadow: inset 0 3px 5px transparent;
}

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

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default,
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.open>.btn-default.dropdown-toggle,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background-image: none;
}

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

.btn-default .badge {
    color: #000;
    background-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #5abb9f;
    border-color: #5abb9f;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #565E6A;
    border-color: #002a2d;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #565E6A;
    border-color: #565E6A;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #565E6A;
    border-color: #002a2d;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: 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,
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: #5abb9f;
    border-color: #5abb9f;
}

.btn-primary .badge {
    color: #5abb9f;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #62bc6f;
    border-color: #50b45f;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #46a554;
    border-color: #285d30;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #46a554;
    border-color: #3c8c47;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #3c8c47;
    border-color: #285d30;
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: 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,
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: #62bc6f;
    border-color: #50b45f;
}

.btn-success .badge {
    color: #62bc6f;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #549dde;
    border-color: #3f91da;
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #2985d6;
    border-color: #195080;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2985d6;
    border-color: #2372b8;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #2372b8;
    border-color: #195080;
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: 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,
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: #549dde;
    border-color: #3f91da;
}

.btn-info .badge {
    color: #549dde;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #fec52e;
    border-color: #febe15;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #f8b401;
    border-color: #926a01;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f8b401;
    border-color: #d49a01;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d49a01;
    border-color: #926a01;
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: 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,
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: #fec52e;
    border-color: #febe15;
}

.btn-warning .badge {
    color: #fec52e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #e56363;
    border-color: #e14d4d;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #de3737;
    border-color: #961919;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #de3737;
    border-color: #cf2222;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #cf2222;
    border-color: #961919;
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: 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,
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: #e56363;
    border-color: #e14d4d;
}

.btn-danger .badge {
    color: #e56363;
    background-color: #fff;
}

.btn-link {
    color: #292e38;
    font-weight: 400;
    border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #5abb9f;
    text-decoration: none;
    background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #727272;
    text-decoration: none;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
}

.btn-group-sm>.btn,
.btn-group-xs>.btn,
.btn-sm,
.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%;
}

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

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown,
.dropup {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 205px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

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

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.62857;
    color: #444;
    white-space: nowrap;
}

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

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #727272;
}

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

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

.open>a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.62857;
    color: #727272;
    white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

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

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left;
}

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

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

.btn-toolbar {
    margin-left: -5px;
}

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

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

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

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

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

.btn-group>.btn:first-child {
    margin-left: 0;
}

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

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

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

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

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

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

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

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

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

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

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

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

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

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

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

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

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

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

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

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

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

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #727272;
    text-align: center;
    background-color: #5abb9f;
    border: 1px solid #eaeaea;
    border-radius: 0;
}

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

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0;
}

.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

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

.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}

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

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

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

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

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

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

.nav:after {
    clear: both;
}

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

.nav>li>a {
    padding: 10px 15px;
}

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

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

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

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #292e38;
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

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

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.62857;
    border: 1px solid transparent;
    font-weight: 600;
    border-radius: 0 0 0 0;
}

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

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

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

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

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #5abb9f;
}

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

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

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

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

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

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

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

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0;
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #f7f7f7;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

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

.navbar:after {
    clear: both;
}

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

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

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

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

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    -webkit-overflow-scrolling: touch;
}

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

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

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

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

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

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

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

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

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

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

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

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

.navbar-brand>img {
    display: block;
}

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

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

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 22px;
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        margin: 0;
    }
    .navbar-nav,
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.navbar-form {
    margin: 1px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
}

@media (min-width: 768px) {
    .navbar-form .form-group,
    .navbar-form .form-row {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control,
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .navbar-form .checkbox,
    .navbar-form .control-label,
    .navbar-form .radio {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

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

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

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

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs,
.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}

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

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

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

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

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

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777;
}

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

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

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

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

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

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

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

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

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

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

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

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

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

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

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #989898;
}

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

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

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

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

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

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

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #989898;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent;
    }
}

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

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

.navbar-inverse .btn-link {
    color: #989898;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 22px;
    list-style: none;
    background-color: transparent;
    /* border-radius: $border-radius-base; */
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #fff;
}

.breadcrumb>.active {
    color: #5abb9f;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 0;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 12px 30px;
    line-height: 1.62857;
    text-decoration: none;
    color: #292e38;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #5abb9f;
    background-color: #aeaeae;
    border-color: #ddd;
}

.pagination>li>a.current,
.pagination>li>span.current {
    color: #5abb9f;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #5abb9f;
    border-color: #5abb9f;
    cursor: default;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #727272;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

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

.label:empty {
    display: none;
}

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

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

.label-default {
    background-color: #292e38;
}

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

.label-primary {
    background-color: #5abb9f;
}

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

.label-success {
    background-color: #62bc6f;
}

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

.label-info {
    background-color: #549dde;
}

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

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

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

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

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #727272;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

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

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #292e38;
    background-color: #fff;
}

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

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

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

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

.alert {
    padding: 10px 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 3px;
}

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

.alert .alert-link {
    font-weight: 700;
}

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

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

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

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

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

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

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

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

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

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

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

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

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

@-webkit-keyframes a {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes a {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

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

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #5abb9f;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: a 2s linear infinite;
    -o-animation: a 2s linear infinite;
    animation: a 2s linear infinite;
}

.progress-bar-success {
    background-color: #62bc6f;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}

.progress-bar-info {
    background-color: #549dde;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}

.progress-bar-warning {
    background-color: #fec52e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}

.progress-bar-danger {
    background-color: #e56363;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}

.media {
    margin-top: 15px;
}

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

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

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

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

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

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

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

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

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

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

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

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

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #aeaeae;
    color: #727272;
    cursor: not-allowed;
}

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

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #727272;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #5abb9f;
    border-color: #5abb9f;
}

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

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

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

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

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

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-body {
    padding: 20px;
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 15px 20px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit;
}

.panel-footer {
    padding: 15px 20px;
    background-color: #f5f5f5;
    border-top: 1px solid transparent;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0;
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
    padding-left: 20px;
    padding-right: 20px;
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1px;
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 22px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid transparent;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid transparent;
}

.panel-default {
    border-color: #ededed;
}

.panel-default>.panel-heading {
    color: #444;
    background-color: #f5f5f5;
    border-color: #ededed;
}

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

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #444;
}

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

.panel-primary {
    border-color: #5abb9f;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #5abb9f;
    border-color: #5abb9f;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #5abb9f;
}

.panel-primary>.panel-heading .badge {
    color: #5abb9f;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #5abb9f;
}

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

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

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

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

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

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

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

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

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

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

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

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

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

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

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

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

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

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

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

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

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.modal,
.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10500;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

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

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 0 solid #999;
    border: 0 solid #5abb9f;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
}

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

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

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

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

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

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

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

.modal-footer {
    padding: 30px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

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

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

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

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

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

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 10% auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.carousel,
.carousel-inner {
    position: relative;
}

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

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

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

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 0;
    }
}

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

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

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

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

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

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

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

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

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-box-shadow: 0 0 0 1px #5abb9f inset;
    box-shadow: inset 0 0 0 1px #5abb9f;
    font-size: 11px;
    color: #000;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.carousel-control.left {
    /*     @include gradient-horizontal($start-color: rgba(0,0,0,.5), $end-color: rgba(0,0,0,.0001)); */
}

.carousel-control.right {
    left: auto;
    right: 0;
    /*     @include gradient-horizontal($start-color: rgba(0,0,0,.0001), $end-color: rgba(0,0,0,.5)); */
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
    -webkit-box-shadow: 0 0 0 30px #5abb9f inset;
    box-shadow: inset 0 0 0 30px #5abb9f;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: "\2039";
}

.carousel-control .icon-next:before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #5abb9f;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

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

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

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

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
    margin-left: 0 !important;
}

.pull-left {
    float: left !important;
    margin-right: 0 !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

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

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

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

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

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

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

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

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

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

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

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

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

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

@media print {
    .visible-print-block {
        display: block !important;
    }
}

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

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

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

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


/*
 * Global variables
 */


/* main color which will be used for all main block styles... */


/**
 * Import component variables
 */


/**
 *
 */


/* --- SCSS For Accordion --- */


/* --- SCSS For Breadcrumb --- */


/* --- SCSS For Buttons --- */


/* --- SCSS For Call-to-action --- */


/* --- SCSS For Content-slider --- */


/*  */


/* carousel-controls-v1 */


/* carousel-controls-v2 */


/* carousel-controls-v3 */


/* Navigation Styles */


/* carousel-indicators-v1 */


/* carousel-indicators-v2 */


/* carousel-indicators-v3 */


/* carousel-indicators-v4 */


/* carousel-indicators-v5 */


/* carousel-indicators-v6 */


/* --- SCSS For Counters --- */


/* --- SCSS For Heading --- */


/* --- SCSS For Icon-box --- */


/* --- SCSS For Interactive-banner --- */


/* --- SCSS For Latest-posts --- */


/* latest posts */


/* --- SCSS For List --- */


/* variables for list */


/* variables for list light */


/* --- SCSS For Message --- */


/* --- SCSS For Newsletter --- */


/* --- SCSS For Piechart --- */


/* --- SCSS For Pricing --- */


/* --- SCSS For Process-steps --- */


/* process-steps */


/* --- SCSS For Service --- */


/* variables for tab style1 using as base of tab */


/* --- SCSS For Style-icon --- */


/* Variables icons default */


/* Variables icons bodered */


/* Variables icons darker */


/* Variables icons light */


/* Variables icons plain */


/* Variables icons for light style */


/* Variables icons outline */


/* Variables icons inverse */


/* --- SCSS For Table --- */


/* --- SCSS For Tabs --- */


/* variables for tab style1 using as base of tab */


/* tab style version 5 */


/* tab style version 6 */


/* --- SCSS For Testimonials --- */


/* testimonials default */


/* testimonials-v1 */


/* testimonials light */


/* --- SCSS For Typography --- */


/**
 *   Blocks Layout Selectors
 */


/********* LAYOUT **************/


/* 1. Utilities */


/**
 * Import component variables
 */


/** elements mixins **/


/**
* Transition-timing-function property@mixin 
*/


/*background RGBA
============================================*/


/*inline-block
============================================*/


/****/


/****/


/****/

@keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}


/* Hien thi cho Safari and Chrome */

@-webkit-keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}


/* Hien thi cho Firefox */

@-moz-keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}


/* Hien thi cho Opera */

@-o-keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}


/** elements mixins **/


/**
* Transition-timing-function property@mixin 
*/


/*background RGBA
============================================*/


/*inline-block
============================================*/


/****/


/****/


/* 2. Base */


/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.sticky,
.tag-sticky-2 {
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    padding: 20px;
}


/* Images */

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 20px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption.alignnone {
    display: inline-block;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.entry-caption,
.gallery-caption,
.wp-caption .wp-caption-text {
    color: #292e38;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

.modal-body .center-image {
    margin-bottom: 30px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.video-responsive {
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.audio-responsive iframe {
    width: 100%;
    height: 126px;
}

.links li {
    padding: 0 5px;
    position: relative;
}

.links li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #eaeaea;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.links li a {
    padding: 15px 5px;
    text-transform: uppercase;
}

.links li:first-child {
    padding-left: 0;
}

.links li:last-child {
    padding-right: 0;
}

.links li:last-child:before {
    display: none;
}


/**
 * 4.0 Elements
 */

hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, .1);
    border: 0;
    height: 1px;
}

dl,
hr {
    margin-bottom: 1.6em;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 1.6em;
}

table,
td,
th {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, .1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    width: 100%;
}

caption,
td,
th {
    font-weight: 400;
    text-align: left;
}

th {
    font-weight: 700;
}

td,
th {
    border-width: 0 1px 1px 0;
}

td,
th {
    padding: 10px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

del {
    opacity: .8;
}

input {
    border: 1px solid #e5e5e5;
    line-height: 1.714;
    padding: 9px 15px;
	border-radius: 3px;
}

input[type=checkbox],
input[type=radio] {
    height: auto;
}

.post-password-form input[type=submit] {
    background-color: #222;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
}

.post-password-form input[type=submit]:hover {
    background-color: #000;
}


/* 3. Layout */

body {
    overflow-x: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main .container {
    position: relative;
}

/*
#main .container .container {
    width: 100%;
}
*/

#main .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#site-header {
    text-align: center;
}


/**
 * Page Style
 */

#page {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#page.page-static-left,
#page.page-static-left.active {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

#page.page-static-left.active {
    margin-left: 250px;
}

#page.page-static-left.active .sidebar-static-left {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    left: 0;
}

#page.active .button-action:before {
    content: "\f060";
}

@media (min-width: 992px) {
    .has-sticky {
        position: static;
        top: -50px;
    }
    .has-sticky.keeptop {
        position: fixed;
        top: 0;
        -webkit-transition: all .6s ease 0s;
        -o-transition: all .6s ease 0s;
        transition: all .6s ease 0s;
        width: 100%;
        z-index: 999999;
        background: #fff;
        padding: 30px;
        left: 0;
    }
}

.sidebar-static-left {
    background: #282828;
    color: #ccc;
    left: -290px;
    height: 100%;
    position: fixed;
    width: 300px;
    z-index: 99999;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.sidebar-static-left .inner {
    padding: 30px;
    width: 100%;
    position: absolute;
    height: 100%;
}

.sidebar-static-left .button-action {
    background: red;
    position: absolute;
    right: -40px;
    top: 0;
    height: 40px;
    color: #ccc;
}

.sidebar-static-left .button-action:before {
    content: "\f061";
    font-size: 12px;
    height: 38px;
    width: 38px;
    font-family: FontAwesome;
    text-align: center;
    display: block;
    line-height: 34px;
}


/**
 * Topbar layout styles
 */

.opal-topbar {
    text-transform: none;
    font-size: 13px;
    padding: 0 50px;
    border-bottom: 1px solid;
    border-color: hsla(0, 0%, 100%, .12);
}

.opal-topbar .list-inline {
    margin: 0;
    padding: 0;
}

.opal-topbar .list-inline li {
    border: none;
    padding: 0;
}

.opal-topbar .list-inline li a {
    background: none;
    line-height: 45px;
}

.opal-topbar .list-inline li a:hover {
    color: #5abb9f;
    background: none;
}

.opal-topbar .list-inline li span {
    display: none;
}

.opal-topbar .list-inline li i {
    background: none !important;
    color: #fff;
    margin-right: 0;
}

.opal-topbar .list-inline li i:hover {
    color: #5abb9f;
}

.opal-topbar ul {
    display: block;
    list-style: none;
    margin: 0;
}

.opal-topbar ul li {
    line-height: 50px;
}

.opal-topbar li {
    float: left;
    border-right: 1px solid hsla(0, 0%, 100%, .12);
    padding: 0 15px;
    color: #fff;
}

.opal-topbar li:last-child {
    border-right: 0;
}

.opal-topbar li i {
    color: #5abb9f;
    margin-right: 7px;
}

.topbar-mobile {
    width: 100%;
    background: #5abb9f;
    display: table;
}

.topbar-mobile .btn-offcanvas {
    background-color: transparent;
    padding: 12px 14px;
    color: #fff;
}

.topbar-mobile .active-mobile>.fa {
    color: #fff;
}

.active-mobile {
    line-height: 48px;
    width: 48px;
    height: 48px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-align: center;
}

.active-mobile:hover {
    background-color: #5abb9f !important;
    cursor: pointer;
}

.active-mobile:hover .active-content {
    display: block;
    opacity: 1;
    visibility: visible;
    left: 0;
    right: auto;
}

.active-mobile .active-content {
    top: 100%;
    z-index: 99999;
    padding: 20px;
    background-color: #f8f6f0;
    left: -10000px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    min-width: 250px;
    visibility: hidden;
    right: 0;
    text-align: left;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
}

.active-mobile .active-content p.total {
    color: #555;
}

.active-mobile .active-content .cart_list {
    color: #727272;
}

@media (min-width: 768px) and (max-width: 991px) {
    .active-mobile .active-content a.btn {
        padding: 6px 15px;
    }
}

@media (max-width: 480px) {
    .active-mobile .active-content a.btn {
        padding: 6px 15px;
    }
}

.active-mobile ul {
    padding: 0;
}

.active-mobile ul li {
    display: block;
    margin: 0;
    padding: 5px 0;
    line-height: normal;
}

.active-mobile ul i {
    padding-right: 10px;
    color: #727272;
}

.active-mobile ul>a {
    line-height: 30px;
    display: block;
}

.active-mobile .search-category-container {
    display: none;
}

.active-mobile .search-category-input {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */
    height: 42px;
}

.active-mobile .input-group-btn {
    line-height: 32px;
    background: #5abb9f;
}

.active-mobile .btn-search {
    padding: 0 10px;
    height: 48px;
    background: #5abb9f;
}

.active-mobile .btn-search .fa {
    color: #fff;
    border: none;
    font-size: 16px;
    background-color: transparent;
}


/**
 * Header Layout styles
 */

#opal-masthead {
    position: relative;
    z-index: 999;	
}

#opal-masthead .header-main {
    background: #fff;
    padding: 5px 0;
}

@media (max-width: 480px) {
    #opal-masthead .header-main {
        padding-top: 15px;
    }
}

#opal-masthead .header-main ul {
    margin: 0;
    line-height: 35px;
	z-index: 999;
}

#opal-masthead .logo-wrapper {
    padding: 5px 30px;
}

#opal-masthead .opal-header-right {
    padding: 8px 20px;
    color: #292e38;
    position: absolute;
    top: -50px;
    right: 0;
}

#opal-masthead .opal-header-right .opal-user-login,
#opal-masthead .opal-header-right .opal-user-register {
    color: #fff;
}

@media (min-width: 1200px) {
    #opal-masthead .opal-header-right {
        position: relative;
        top: 0;
    }
    #opal-masthead .opal-header-right .opal-user-login,
    #opal-masthead .opal-header-right .opal-user-register {
        color: #292e38;
    }
    #opal-masthead .opal-header-right .opal-user-login:hover,
    #opal-masthead .opal-header-right .opal-user-register:hover {
        color: #5abb9f;
    }
}

#opal-masthead.header-absolute {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

#opal-masthead.header-absolute .header-main {
    background: transparent;
}

#opal-masthead.header-absolute .opal-header-right .opal-user-login,
#opal-masthead.header-absolute .opal-header-right .opal-user-register {
    color: #fff;
}

#opal-masthead.header-v1 .opal-topbar {
    padding: 0;
}

#opal-masthead.header-v1 .box-user .rentme-submission-place-url {
    color: #fff;
    padding: 4px 25px;
    background: #f37737;
    border-radius: 35px;
    margin-left: 15px;
    width: auto;
    height: 100%;
    border: none;
}

#opal-masthead.header-v1 .box-user .rentme-submission-place-url:hover {
    background: #5abb9f;
    -webkit-transition: all .2ms;
    -o-transition: all .2ms;
    transition: all .2ms;
}

#opal-masthead.header-v1 .box-user .rentme-submission-place-url:after {
    content: none;
}

#opal-masthead.header-v1 .has-sticky.keeptop {
    background: #fff;
}

#opal-masthead.header-v1.header-absolute .has-sticky.keeptop {
    background: #5abb9f;
}

#opal-masthead .box-user {
    cursor: pointer;
    display: flex;
}

#opal-masthead .box-user .rentme-submission-place-url {
    border-radius: 100%;
    border: 1px solid #a1a1a1;
    width: 35px;
    height: 35px;
    position: relative;
    background: #fff;
    padding: 0;
    line-height: 35px;
    color: transparent;
    display: inline-block;
}

#opal-masthead .box-user .rentme-submission-place-url:after {
    content: "\f044";
    font-family: FontAwesome;
    color: #a1a1a1;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 12px;
}

#opal-masthead.header-v2 .logo-wrapper,
#opal-masthead.header-v2 .opal-header-right {
    padding-left: 0;
    padding-right: 0;
}

#opal-masthead.header-v3 .header-main {
    background: #5abb9f;
}

#opal-masthead.header-v3 .box-user .rentme-submission-place-url {
    border-color: #e3e3e3;
    background: transparent;
}

#opal-masthead.header-v3 .box-user .rentme-submission-place-url:after {
    color: #f5f5f5;
}

#opal-masthead.header-v3 .box-user .list-inline>li>i {
    color: #f5f5f5;
    background: transparent;
    -webkit-box-shadow: 0 0 0 1px #e3e3e3 inset;
    box-shadow: inset 0 0 0 1px #e3e3e3;
}

#opal-masthead.header-v3 .logo-wrapper {
    padding-right: 0;
    padding-left: 0;
}

#opal-masthead.header-v3 .opal-user-login,
#opal-masthead.header-v3 .opal-user-login:hover,
#opal-masthead.header-v3 .opal-user-register,
#opal-masthead.header-v3 .opal-user-register:hover {
    color: #fff;
}

@media (min-width: 1200px) {
    #opal-masthead.header-v3.highlight .logo-wrapper {
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 10px 15px;
    }
}

#opal-masthead.header-v3.highlighted .header-main {
    background: #292e38;
}

#opal-masthead.header-v3 .has-sticky.keeptop {
    background: #5abb9f;
}

#opal-masthead.header-v7 .logo-wrapper {
    padding: 12px 15px;
}

#opal-masthead.header-v7 .header-main {
    background: #5abb9f;
}

#opal-masthead.header-v7 .opal-mainmenu {
    margin-left: 0;
}

#opal-masthead.header-v7 .box-user .list-inline>li>i {
    box-shadow: none;
    background: transparent;
    top: 0;
    color: #fff;
}

#opal-masthead.header-v7 .rentme-submission-place-url {
    color: #f37737;
    padding: 12px 30px;
    background: transparent;
    border-radius: 35px;
    position: relative;
    border: 2px solid #f37737;
    top: 22px;
}

#opal-masthead.header-v7 .rentme-submission-place-url:hover {
    background: #5abb9f;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-color: #5abb9f;
}

#opal-masthead.header-v7 .has-sticky.keeptop {
    background: #5abb9f;
}

#opal-masthead.header-v7 .opal-header-right .opal-user-login,
#opal-masthead.header-v7 .opal-header-right .opal-user-register {
    color: #fff;
}

#opal-masthead.header-v8 .header-inner {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: hsla(0, 0%, 100%, .2);
    padding: 0;
}

#opal-masthead.header-v8 .logo-wrapper {
    padding-right: 0;
    padding-left: 0;
}

#opal-masthead.header-v8 .box-user {
    padding: 5px 0;
    position: absolute;
    top: -45px;
    right: 0;
}

@media (min-width: 1200px) {
    #opal-masthead.header-v8 .box-user {
        position: relative;
        top: 0;
    }
}

#opal-masthead.header-v8 .box-user .list-inline {
    margin: 0;
    line-height: 35px;
}

#opal-masthead.header-v8 .box-user .list-inline>li>i {
    box-shadow: none;
    background: transparent;
    top: 0;
    color: #fff;
}

#opal-masthead.header-v8 .box-user .list-inline>li a {
    color: #fff;
}

#opal-masthead.header-v8 .box-user .list-inline>li a:hover {
    color: #5abb9f;
}

#opal-masthead.header-v8 .box-user .list-inline>li ul a {
    color: #292e38;
}

#opal-masthead.header-v8 .box-user .list-inline>li ul a:hover {
    color: #5abb9f;
}

#opal-masthead.header-v8 .box-user .rentme-submission-place-url {
    border: none;
    width: auto;
    height: auto;
    color: #fff;
    background: transparent;
    padding-left: 30px;
}

#opal-masthead.header-v8 .box-user .rentme-submission-place-url:after {
    color: #fff;
}

#opal-masthead.header-v8 .box-support {
    color: #fff;
    padding: 12px 0;
}

#opal-masthead.header-v8 .box-support i {
    margin-right: 5px;
}

#opal-masthead.header-v8 .box-support span {
    margin-right: 30px;
}

#opal-masthead.header-v8 .has-sticky.keeptop {
    background: #5abb9f;
    padding: 0;
}

.home.blog .site-header {
    margin-bottom: 30px;
}


/**
 * Search block layout and styles
 */

.box-user i {
    padding: 0 5px;
}

.box-user .list-inline>li>i {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 1px #a1a1a1 inset;
    box-shadow: inset 0 0 0 1px #a1a1a1;
    width: 35px;
    height: 35px;
    position: relative;
    background: #fff;
    color: #a1a1a1;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.box-user .dropdown-menu {
    left: -15px;
    right: auto;
    top: 180%;
    margin: -1px 0 0;
    border-radius: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border: medium none;
    display: block;
    margin-top: 0;
    min-width: 150px;
    padding: 10px;
    position: absolute;
    visibility: hidden;
    z-index: 999;
}

.box-user .dropdown-menu img {
    display: none;
}

.box-user .dropdown-menu li {
    padding: 3px 20px;
}

.box-user .dropdown-menu li a {
    padding: 0;
}

.box-user .dropdown-menu li a:hover {
    background: transparent;
    color: #5abb9f;
}

.box-user:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 160%;
}

.box-user>ul>li:hover .opal-submenu {
    position: absolute;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.opal-submenu {
    list-style: none;
    padding: 0;
    opacity: 0;
    position: absolute;
    top: 40px;
    min-width: 180px;
    background: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    transform: translateY(20px);
    -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    -o-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    visibility: hidden;
    z-index: 999;
    padding: 20px;
    right: 20px;
}

.opal-submenu a:hover {
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    color: #5abb9f;
}

.searchform {
    position: relative;
}

.searchform .form-control {
    border: 1px solid #eaeaea;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.searchform .input-group {
    width: 100%;
}

.btn-search {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 47px;
    font-size: 14px;
    z-index: 10;
    color: #000;
    padding: 0;
    width: 50px;
    line-height: 43px;
}

.btn-search,
.btn-search input {
    background: transparent;
    outline: 0;
}

.btn-search input {
    border: none;
}

.btn-search:hover {
    background: transparent;
    color: #5abb9f;
}

.search-category {
    position: relative;
    width: 100%;
}

.search-category select {
    background: transparent;
    outline: none;
    padding: 6px 20px !important;
    border-right: 0 !important;
    height: 48px;
    border-color: #eaeaea;
}

.search-category .input-group-addon {
    background: #fff;
    padding: 0;
    border: none;
}

.search-box-wrapper .search-focus {
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 20px;
}

.search-box-wrapper .search-focus:hover {
    color: #5abb9f;
}

.toggle-overlay-container {
    z-index: 10;
}

.toggle-overlay-container .dropdown-toggle-button {
    width: 86px;
    height: 100%;
    text-align: center;
    float: right;
    background: #f2f2f2;
    cursor: hand;
    cursor: pointer;
}

.toggle-overlay-container.active {
    opacity: 1;
    visibility: visible;
}


/**
 * Mass Bottom Header Styles
 */


/**
 * Main menu styles
 */

.opal-mainmenu {
    display: inline-block;
    margin-left: 0;
}

@media (min-width: 1200px) {
    .opal-mainmenu {
        margin-left: 60px;
    }
}


/**
 * Breadscrumb content style
 */

#opal-breadscrumb {
    padding-bottom: 75px;
    padding-top: 75px;
    text-align: center;
    margin-bottom: 60px;	
}


@media (max-width: 480px) {
    #opal-breadscrumb h2 {
        font-size: 20px;
    }
}

#opal-breadscrumb h2:after {
    content: none !important;
}

#opal-breadscrumb .breadcrumb {
    margin: 0;
    position: relative;
}

#opal-breadscrumb .breadcrumb li {
    color: #aaa;
}

#opal-breadscrumb .breadcrumb li.active a:after,
#opal-breadscrumb .breadcrumb li:last-child a:after {
    content: none;
}

#opal-breadscrumb .breadcrumb:nth-last-child(2) a:after {
    content: "";
}

#opal-breadscrumb .breadcrumb a {
    color: #fff;
}

#opal-breadscrumb .breadcrumb a:after {
    padding: 0 5px;
    color: #aaa;
    content: "/";
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

#opal-breadscrumb .breadcrumb>li+li:before {
    content: none;
}

#opal-breadscrumb .breadcrumb .opal-single-description {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

#opal-breadscrumb .breadcrumb .opal-single-description i {
    color: #5abb9f;
    padding-right: 15px;
}

#opal-breadscrumb+.container {
    padding-bottom: 60px;
}


/**
 * Footer layout styles
 */


/* #main{
    h1{
        font-size: 36px;
        margin-bottom: 20px;
        margin-top: 5px;
    }
}
 */


@media (min-width: 768px) and (max-width: 991px) {
    .opal-footer .footer-bottom-inner .clearstyle {
        clear: both;
    }
}

.opal-footer .kc_single_image {
    margin-bottom: 5px;
}

.opal-footer .opal-footer-profile .widget .widget-title,
.opal-footer .opal-footer-profile .widget .widgettitle {
    color: #fff;
}

.opal-footer .opal-footer-profile .widget.widget_popupnewsletter {
    margin-bottom: 0;
}

.opal-footer .icon-menu li {
    position: relative;
    padding-left: 20px;
    line-height: 30px;
}

.opal-footer .icon-menu li:before {
    content: "\f105";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: -2px;
}

.opal-footer .widget_recent_entries a {
    color: #fff;
    text-transform: none;
    font-size: 16px;
}

.opal-footer .widget_recent_entries a:hover {
    color: #5abb9f;
}

.opal-footer .widget_recent_entries a:before {
    color: #fff;
}

.opal-footer .widget {
    border: none;
}

.opal-footer .widget .widget-title,
.opal-footer .widget .widgettitle {
    font-size: 16px;
    border: none;
    margin-bottom: 22px;
    color: #fff;
}

.opal-footer .highlight .kc-title-wrap,
.opal-footer .widget.widget_sp_image {
    margin-bottom: 0;
}

.opal-footer .highlight .kc_title,
.opal-footer .highlight .widgettitle {
    font-size: 18px;
    margin-bottom: 75px;
    text-align: left;
    color: #fff;
    position: relative;
}

.opal-footer .highlight .kc_title:after,
.opal-footer .highlight .widgettitle:after {
    background: #5abb9f;
    height: 2px;
    width: 80px;
    content: "";
    position: absolute;
    left: 0;
    top: 35px;
}


/*------------------------------------*    Copyright
\*------------------------------------*/


.opal-copyright .widget .widget-title,
.opal-copyright .widget .widgettitle {
    color: #000;
    text-transform: none;
    margin: 0 0 25px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
}


.opal-copyright a:active,
.opal-copyright a:focus,
.opal-copyright a:hover {
    color: #5abb9f;
}


/* block */

.widget {
    margin-bottom: 30px;
    position: relative;
    /* block styles */
}

.widget .widget-title,
.widget .widgettitle {
    font-size: 18px;
    position: relative;
    margin: 0;
}

.widget .widget-title>span,
.widget .widgettitle>span {
    position: relative;
    /*             padding: $block-module-heading-padding; */
    display: block;
}

.widget.nopadding .widget-content {
    padding: 0;
    margin: 0;
}

.widget.widget_revslider {
    margin: 0;
}

.sidebar .widget {
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

.sidebar .widget .widget-title,
.sidebar .widget .widgettitle {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
	background: #ebe9eb;
}

.sidebar .widget-content {
    padding: 30px;
    background: #fff;
}


/**
 * Styling Css for widgets in Sidebar Left Static
 */

.widget-static .widget-title,
.widget-static .widgettitle {
    color: #fff;
}

.widget-static ul li {
    border: none;
}


/**
 * Styling Css for widgets in footer layout
 */

.opal-footer .widget .widget-title span,
.opal-footer .widget .widgettitle span {
    padding: 0;
}

.opal-footer .footer-top {
    padding-top: 70px;
    padding-bottom: 25px;
}

.opallisting-map-controls {
    right: 20px;
    padding: 0;
    left: auto;
}

.opallisting-map-controls .sub-controls {
    list-style: none;
    padding: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    transform: translate(40px);
    -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    -o-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    visibility: hidden;
    z-index: 999;
    right: 110%;
    width: 135px;
}

.opallisting-map-controls .sub-controls li {
    display: inline-block;
}

.opallisting-map-controls li:last-child {
    position: relative;
}

.opallisting-map-controls li:last-child:hover .sub-controls {
    position: absolute;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.opallisting-carousel {
    /*     &.owl-carousel {
        margin-right: -15px;
    } */
}

.opallisting-carousel .item {
    border-radius: 3px;
    text-align: center;
}

.opallisting-carousel .item img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.opallisting-carousel .item:hover .owl-carousel-item-title {
    background: #5abb9f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.opallisting-carousel .item:hover .owl-carousel-item-title a {
    color: #fff;
}

.opallisting-carousel .owl-carousel-item-title {
    background: #fff;
    color: #404551;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}

.opallisting-carousel.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    width: 84px;
    height: 84px;
    line-height: 84px;
    border: 2px solid #eaeaea;
    border-radius: 100%;
    color: transparent;
    font-size: 25px;
    top: 30%;
    margin: 0;
    padding: 0;
}

.opallisting-carousel.owl-theme .owl-controls .owl-buttons div:before {
    line-height: 84px;
}

.highlight .opallisting-carousel.owl-theme .owl-controls .owl-buttons div {
    background: #5abb9f;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    border: none;
}

.highlight .opallisting-carousel.owl-theme .owl-controls .owl-buttons div:before {
    line-height: 40px;
    color: #fff;
}

.highlight .opallisting-carousel.owl-theme:hover .owl-buttons .owl-prev {
    left: 0;
}

.highlight .opallisting-carousel.owl-theme:hover .owl-buttons .owl-next {
    right: 0;
}

.widget_opallisting-search-actions {
    margin-top: 20px;
}

.widget_opallisting-search-actions .opallisting-search-actions a {
    color: #f37737;
}

.widget_opallisting-search-actions .opallisting-search-actions a:hover {
    color: #5abb9f;
}

.opallisting-places-wrapper.processing {
    position: relative;
}

.opallisting-places-wrapper.processing:after,
.opallisting-places-wrapper.processing:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    z-index: 999;
}

.opallisting-places-wrapper.processing:before {
    background: rgba(0, 0, 0, .1);
}

.opallisting-places-wrapper.processing:after {
    border: 10px solid #f3f3f3;
    /* Light grey */
    border-top: 10px solid #5abb9f;
    /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

.opallisting-places-wrapper .pagination {
    margin-top: 10px;
}

.opallisting-archive-top .btn {
    margin-right: 10px;
    background: transparent;
    padding: 0;
    margin-top: 12px;
    border: none;
}

.opallisting-archive-top .btn.active,
.opallisting-archive-top .btn:active,
.opallisting-archive-top .btn:focus,
.opallisting-archive-top .btn:hover {
    color: #5abb9f;
}

.opallisting-archive-top .opallisting-count {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
}

.page-header .page-title {
    font-size: 24px;
}

.opallisting-archive-container+.navigation .nav-links a {
    width: 100%;
    float: none;
    display: inline;
}

.opallisting-archive-container .opallisting-sortable .form-control {
    border: none;
    background: transparent;
    padding: 0;
    height: 30px;
}

.place-actions .author-link,
.place-actions .favorite {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    border-radius: 50%;
    left: auto;
}

.place-actions .author-link {
    right: 50px;
    border: none;
    left: auto;
}

.place-actions .author-link img {
    border-radius: 50%;
}

.place-actions .author-link span {
    display: none;
}

.place-actions .favorite {
    background: #f37737;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
}

.place-actions .favorite span {
    display: none;
}

.place-meta {
    margin-top: 20px;
    position: relative;
}

.place-meta .comment-rating {
    color: #f37737;
    letter-spacing: 3px;
    float: left;
}

.place-meta .comment-rating span {
    color: #f37737;
}

.place-meta .listing-count-reviews {
    color: #a1a1a1;
    padding-top: 3px;
}

.place-meta .current-status {
    position: absolute;
    right: 0;
    top: 3px;
    color: #5abb9f;
}

.place-meta .current-status.closed {
    color: #f37737;
}

@media (min-width: 768px) and (max-width: 991px) {
    .place-meta .listing-count-reviews {
        display: inline-block;
    }
}

.place-list-style .featured {
    position: absolute;
    top: 20px;
    left: 35px;
    background: #5abb9f;
    padding: 3px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    z-index: 1;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}

.place-grid {
    border-radius: 3px;
    border: none;
    margin-bottom: 30px;
}

.place-grid header {
    overflow: hidden;
}

.place-grid .label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    height: 25px;
    line-height: 25px;
}

.place-grid .place-box-image {
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
}

.place-grid .place-box-image img {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.place-grid .place-content {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    text-align: left;
}

.place-grid .place-title {
    font-size: 18px;
    color: #2a2a2a;
    margin-top: 0;
    margin-bottom: 5px;
}

.place-grid .place-summary {
    margin-bottom: 30px;
}

.place-grid .place-address {
    color: #a1a1a1;
    font-size: 13px;
}

.place-grid .place-address i {
    color: #a1a1a1;
}

.place-grid .place-type {
    display: none;
}

.place-grid .place-type span {
    color: #5abb9f;
}

.place-grid .place-type .fa {
    padding-right: 5px;
}

.place-grid .featured {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #5abb9f;
    padding: 3px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    z-index: 1;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}

.place-grid:hover .place-box-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.place-list {
    margin-bottom: 30px;
    width: 100%;
}

@media (min-width: 1200px) {
    .place-list {
        display: flex;
        float: left;
        border: 1px solid #eaeaea;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .place-list {
        display: flex;
        float: left;
        border: 1px solid #eaeaea;
    }
}

.place-list header {
    position: relative;
    width: 100%;
    float: none;
}

@media (min-width: 1200px) {
    .place-list header {
        width: 30%;
        float: left;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .place-list header {
        width: 60%;
        float: left;
    }
}

.place-list .label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    height: 25px;
    line-height: 25px;
}

.place-list .abs-col-item {
    -webkit-box-shadow: 8px 0 30px 8px rgba(0, 0, 0, .1);
    box-shadow: 8px 0 30px 8px rgba(0, 0, 0, .1);
    padding: 20px;
    width: 100%;
    float: none;
}

@media (min-width: 1200px) {
    .place-list .abs-col-item {
        width: 70%;
        float: right;
        -webkit-box-shadow: 3px 0 8px 2px rgba(0, 0, 0, .1);
        box-shadow: 3px 0 8px 2px rgba(0, 0, 0, .1);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .place-list .abs-col-item {
        width: 70%;
        float: left;
        -webkit-box-shadow: 3px 0 8px 2px rgba(0, 0, 0, .1);
        box-shadow: 3px 0 8px 2px rgba(0, 0, 0, .1);
    }
}

.place-list .place-box-image img {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.place-list .place-type span {
    color: #5abb9f;
}

.place-list .place-type .fa {
    padding-right: 5px;
}

.place-v2 {
    border-radius: 3px;
}

.place-v2 .place-content {
    position: absolute;
    bottom: 70px;
    padding: 0 20px;
    text-align: left;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    box-shadow: none;
}

.place-v2 .place-address {
    color: hsla(0, 0%, 100%, .6);
}

.place-v2 .place-box-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 54, 57, .6);
    -webkit-transition: background-color .35s;
    transition: background-color .35s;
    content: "";
    pointer-events: none;
}

.place-v2 .place-title {
    margin-bottom: 5px;
}

.place-v2 .place-title a {
    color: #fff;
}

.place-v2 .place-title a:hover {
    color: #5abb9f;
}

.place-v2 .place-content-bottom {
    background: #fff;
    padding: 18px 20px;
}

.place-v2 .place-content-bottom .comment-rating {
    color: #f37737;
    letter-spacing: 3px;
    margin-right: 10px;
}

.place-v2 .place-content-bottom .comment-rating span {
    color: #f37737;
}

.place-v2:hover .place-box-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.place-v2:hover .place-content {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.place-specifications .specication-item {
    font-size: 14px;
}

.place-specifications .specication-item i {
    color: #5abb9f;
}

.opallisting-box h3 {
    font-size: 18px;
    font-weight: 400;
}

.opallisting-box [class*=col-] {
    line-height: 38px;
}

.opallisting-carousel-play {
    margin: 0 -15px;
}

.single-opallisting-container {
    margin-bottom: 90px;
}

.single-opallisting-container h3 {
    margin-top: 0;
}

.single-opallisting-container .box-heading {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px;
}

.single-opallisting-container .place-categories a {
    margin: 0 5px;
}

.single-opallisting-container .place-categories a:last-child {
    margin-left: 0;
}

.single-opallisting-container .place-title {
    margin-top: 0;
}

.single-opallisting-container .place-preview {
    margin-top: 30px;
}

.single-opallisting-container .meta-mass-head div {
    display: inline-block;
    line-height: 60px;
}

.single-opallisting-container .meta-mass-head .comment-rating {
    color: #f37737;
}

.single-opallisting-container .meta-mass-head .favorite-button {
    margin-left: 20px;
}

.single-opallisting-container .meta-mass-head .favorite-button span {
    padding-left: 5px;
}

.single-opallisting-container .content-box {
    border: 1px solid #eaeaea;
    padding: 30px;
    background: #fff;
}

.single-opallisting-container .content-box .list-group {
    margin-top: 30px;
}

.single-opallisting-container .content-box.place-gallery {
    padding: 0;
}

.single-opallisting-container .content-box .box-heading,
.single-opallisting-container .content-box.place-gallery .owl-controls {
    margin-top: 0;
}

.single-opallisting-container .content-inline-box {
    display: grid;
    margin-bottom: 30px;
}

.single-opallisting-container .content-inline-box .box-heading {
    margin-top: 0;
}

.single-opallisting-container .version-2 .content-box.place-review {
    padding: 0;
    border: none;
}

.single-opallisting-container .opallisting-carousel.owl-theme .owl-controls .owl-buttons div {
    height: 40px;
    width: 40px;
    line-height: 40px;
    opacity: 1;
    background: #fff;
}

.single-opallisting-container .opallisting-carousel.owl-theme .owl-controls .owl-buttons div:before {
    line-height: 35px;
    font-size: 18px;
    color: #5abb9f;
}

.single-opallisting-container .opallisting-carousel.owl-theme .owl-controls .owl-buttons div:hover {
    background: #5abb9f;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.single-opallisting-container .opallisting-carousel.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #fff;
}

.single-opallisting-container .opallisting-carousel .owl-pagination {
    display: none;
}

.single-opallisting-container .opallisting-carousel .owl-buttons .owl-prev {
    left: 0;
}

.single-opallisting-container .opallisting-carousel .owl-buttons .owl-next {
    right: 0;
}

.single-opallisting-container .opallisting-carousel:hover .owl-buttons .owl-prev {
    left: 0;
}

.single-opallisting-container .opallisting-carousel:hover .owl-buttons .owl-next {
    right: 0;
}

.single-place-heading+.container {
    padding-bottom: 100px;
}

.single-place-heading header {
    text-align: left;
    margin-bottom: 90px;
    padding-bottom: 60px;
    padding-top: 60px;
    background-image: url(//retreathub.com/wp-content/themes/rentme/images/bg-place.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.single-place-heading header h2 {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
}

@media (max-width: 480px) {
    .single-place-heading header h2 {
        font-size: 20px;
    }
}

.single-place-heading header h2:after {
    content: none !important;
}

.single-place-heading header .favorite-button i {
    color: #5abb9f;
    padding-right: 8px;
}

.single-place-heading header .favorite-button span {
    color: #fff;
}

.single-place-heading header .rating {
    color: #fff;
    margin-top: 10px;
}

.single-place-heading header .comment-rating {
    padding-right: 15px;
    float: left;
}

.single-place-heading header .comment-rating:before,
.single-place-heading header .comment-rating span,
.single-place-heading header .comment-rating span:before {
    color: #5abb9f;
}

.single-place-heading header .social-wrapper {
    margin-top: -35px;
    text-align: right;
}

@media (max-width: 480px) {
    .single-place-heading header .social-wrapper {
        margin-top: 20px;
    }
}

.single-place-heading header .review-wrapper {
    margin-bottom: 20px;
}

.single-place-heading header .claim-wrapper a,
.single-place-heading header .share-wrapper a {
    color: #fff;
}

.single-place-heading header .claim-wrapper a:focus,
.single-place-heading header .share-wrapper a:focus {
    outline: none;
}

.single-place-heading header .claim-wrapper a.popup-close,
.single-place-heading header .share-wrapper a.popup-close {
    color: #727272;
}

.single-place-heading header .opallisting-popup.active .popup-close {
    color: #fff;
}

.single-place-heading header .claim-wrapper {
    padding-right: 30px;
}

.single-place-heading header .opallisting-map-preview-wrapper {
    margin-bottom: 0;
}

.single-place-heading .breadcrumb {
    position: relative;
}

.single-place-heading .breadcrumb li {
    color: #fff;
}

.single-place-heading .breadcrumb li.active a:after,
.single-place-heading .breadcrumb li:last-child a:after {
    content: none;
}

.single-place-heading .breadcrumb a {
    color: #fff;
}

.single-place-heading .breadcrumb a:after {
    padding: 0 5px;
    color: #fff;
    content: "/";
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.single-place-heading .breadcrumb>li+li:before {
    content: none;
}

.single-place-heading .breadcrumb .opal-single-description {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

.single-place-heading .breadcrumb .opal-single-description i {
    color: #5abb9f;
    padding-right: 15px;
}

.opallisiting-nav-tabs {
    background: #fff;
    border-color: #5abb9f;
}

.opallisiting-nav-tabs li {
    position: relative;
}

.opallisiting-nav-tabs li:after {
    height: 22px;
    width: 1px;
    background: #eaeaea;
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
}

.opallisiting-nav-tabs li.active:after,
.opallisiting-nav-tabs li:last-child:after {
    content: none;
}

.opallisiting-nav-tabs li.active a {
    background: #5abb9f;
    color: #fff;
}

.opallisiting-nav-tabs li:hover a {
    background: #5abb9f;
}

ul.place-address-info-list {
    list-style: none;
    padding: 0;
}

ul.place-address-info-list li {
    line-height: 30px;
}

.place-tags a {
    border: 1px solid #eaeaea;
    padding: 4px 12px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    text-transform: none;
}

.place-tags a:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    background: #5abb9f;
}

.place-tags a:after,
.place-tags a:hover {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.place-tags a:hover {
    color: #fff;
    border-color: #5abb9f;
    z-index: 1;
}

.place-tags a:hover:after {
    width: 100%;
}

.claim-listing .form-control {
    min-height: 300px;
    margin-bottom: 30px;
}

.place-video-session h3 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 30px;
}

.place-video-session .box-info {
    overflow: hidden;
}

.place-video-session iframe {
    width: 100%;
}

.place-specification {
    font-size: 15px;
    line-height: 34px;
}

.place-specification i {
    padding-right: 10px;
    color: #5abb9f;
}

.comment-rating {
    font-size: 14px;
}

#opallisting-reviews {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 30px;
    clear: both;
}

#opallisting-reviews #opallisting-comments {
    margin-bottom: 0;
}

#opallisting-reviews .room-single-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    #opallisting-reviews .room-single-title {
        border: none;
    }
}

#opallisting-reviews .room-single-title:after {
    width: 200px;
    background: #5abb9f;
    left: 0;
    bottom: -1px;
    height: 2px;
    position: absolute;
    content: "";
}

@media (max-width: 480px) {
    #opallisting-reviews .room-single-title:after {
        content: none;
    }
}

#opallisting-reviews .room-single-title a {
    float: right;
    font-size: 14px;
    font-weight: 300;
    background: #f37737;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
}

@media (max-width: 480px) {
    #opallisting-reviews .room-single-title a {
        margin-top: 20px;
        margin-bottom: 20px;
        float: left;
    }
}

#opallisting-reviews .room-single-title a:hover {
    -webkit-transition: all .2ms;
    -o-transition: all .2ms;
    transition: all .2ms;
    background: #5abb9f;
}

#opallisting-reviews .review-section-container ul {
    padding: 0;
}

#opallisting-reviews .review-section-container .rating-box {
    position: relative;
    overflow: hidden;
}

#opallisting-reviews .review-section-container .rating-box:before {
    width: 1px;
    background: #eaeaea;
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;
    content: "";
}

@media (max-width: 480px) {
    #opallisting-reviews .review-section-container .rating-box:before {
        content: none;
    }
}

#opallisting-reviews .review-section-container li {
    margin-bottom: 10px;
    list-style: none;
}

#opallisting-reviews .review-section-container li .label,
#opallisting-reviews .review-section-container li .percent {
    color: #292e38;
    font-size: 12px;
    font-weight: 500;
}

#opallisting-reviews .review-section-container li .bar {
    margin-top: 5px;
}

#opallisting-reviews .review-section-container li:last-child {
    margin-bottom: 0;
}

#opallisting-reviews .overall .averger {
    float: left;
    width: 25%;
    font-size: 32px;
    color: #292e38;
    margin-top: 7px;
    font-weight: 500;
}

@media (max-width: 480px) {
    #opallisting-reviews .overall .averger {
        width: 100%;
    }
}

#opallisting-reviews .overall .holder {
    float: left;
    width: 75%;
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 300;
}

@media (max-width: 480px) {
    #opallisting-reviews .overall .holder {
        width: 100%;
    }
}

#opallisting-reviews .overall .holder .comment-rating:before,
#opallisting-reviews .overall .holder .comment-rating span {
    color: #f37737;
}

#opallisting-reviews .overall .holder .rating-based {
    color: #727272;
    font-size: 13px;
    font-weight: 300;
}

#opallisting-reviews .services li {
    display: inline-block;
    width: 26%;
    list-style: none;
    vertical-align: top;
    line-height: 22px;
}

@media (max-width: 480px) {
    #opallisting-reviews .services li {
        width: 50%;
    }
}

#opallisting-reviews .services li .rating-name {
    font-size: 12px;
    line-height: 11px;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    word-break: break-all;
    color: #a1a1a1;
    font-weight: 300;
    margin-bottom: 10px;
}

#opallisting-reviews .services li .percent {
    font-size: 16px;
    line-height: 18px;
    display: block;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #292e38;
    border: 0;
    outline: none;
}

#opallisting-reviews .opallisting-star {
    width: auto;
    margin-right: 20px;
    text-align: center;
}

#opallisting-reviews .comment-form-rating label {
    background: #5abb9f;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
}

#opallisting-reviews .star-wrapper .star {
    color: #f37737;
}

#opallisting-reviews .comment-rating-wrap {
    margin-top: 5px;
    display: table-cell;
}

#opallisting-reviews .comment-rating-wrap label {
    background: #5abb9f;
    color: #fff;
    border-radius: 3px;
    padding: 2px 5px;
    text-align: center;
}

#opallisting-reviews .comment-rating-wrap .comment-rating span {
    color: #f37737;
}

#opallisting-reviews .comment-title {
    display: block;
    color: #5abb9f;
    font-size: 18px;
    font-style: italic;
    margin-top: 20px;
}

#opallisting-reviews .comment-content {
    font-size: 15px;
}

#opallisting-reviews .comment-author img {
    width: 60px;
    height: 60px;
}

#opallisting-reviews .reviews .comment-rating:before,
#opallisting-reviews .reviews .comment-rating span {
    color: #f37737;
}

#opallisting-reviews .reviews .opallisting-toggle-helpful {
    float: right;
    border: 1px solid #eaeaea;
    padding: 5px 20px;
    border-radius: 3px;
}

#opallisting-reviews .reviews .opallisting-toggle-helpful:active {
    color: #5abb9f;
}

.opallisting-comment-form .form-submit .submit {
    background: #5abb9f;
    color: #fff;
    border-radius: 3px;
    border: none;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.opallisting-comment-form .form-submit .submit:hover {
    background: #565E6A;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.opallisting-ajax-load-more-places {
    margin-top: 20px;
    text-align: center;
}

.opallisting-ajax-load-more-places button {
    border: 2px solid #e1e1e1;
    border-radius: 50px;
    padding: 14px 35px;
    color: #727272;
    font-size: 16px;
    background: transparent;
}

.opallisting-ajax-load-more-places button:hover {
    border-color: #5abb9f;
    color: #5abb9f;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.opallisting-ajax-load-more-places button:focus {
    outline: none;
}

.opallisting-place-gallery .item {
    margin-bottom: 15px;
    display: inline-block;
}

.opallisting-place-gallery img {
    border-radius: 3px;
}

.opallisting-place-gallery [class*=col-] {
    padding: 0 5px;
}

.place-gallery-container .owl-theme .owl-controls .owl-buttons .owl-next,
.place-gallery-container .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #eaeaea;
    border-radius: 100%;
    color: transparent;
    font-size: 15px;
    z-index: 1;
    top: 40%;
    margin: 0;
    padding: 0;
    opacity: 1;
    background: #5abb9f;
}

.place-gallery-container .owl-theme .owl-controls .owl-buttons .owl-next:before,
.place-gallery-container .owl-theme .owl-controls .owl-buttons .owl-prev:before {
    line-height: 40px;
    color: #fff;
}

.place-gallery-container .owl-theme .owl-controls .owl-buttons .owl-text {
    color: #fff;
    opacity: 1;
    z-index: 1;
}

.place-gallery-container .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}

.place-gallery-container .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

#pagination-gallery {
    background: #292e38;
}

.place-map-section ul {
    list-style: none;
    padding: 0;
}

.place-map-section ul li {
    margin: 0px 0px 5px 0px;
}

.place-map-section ul i {
    color: #9ea0a4;
    margin-right: 20px;
}

.place-map-section .box-content {
    margin-top: 30px;
}

.place-map-section .overlay.active {
    display: flex;
    text-align: center;
    align-items: center;
}

.place-map-section .sub-controls {
    width: 100%;
}

.place-map-section .sub-controls li {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #5abb9f;
    border-radius: 100%;
}

.place-map-section .sub-controls li i {
    margin: 0;
}

.place-map-section .sub-controls li:hover {
    -webkit-transition: all 2ms;
    -o-transition: all 2ms;
    transition: all 2ms;
    background: #f37737;
}

.place-open-hours table {
    border: none;
}

.place-open-hours table td,
.place-open-hours table th {
    border-right: none;
}

.place-open-hours span.status {
    color: #5abb9f;
}

.place-open-hours span.status.closed {
    color: #f37737;
}

.place-open-hours .highlight {
    color: #5abb9f;
}

.profile-information {
    box-shadow: none;
    background: #fff;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 30px;
}

.profile-information .job {
    margin-bottom: 20px;
    color: #929292;
    display: -webkit-box;
}

.profile-information .username {
    margin-bottom: 10px;
}

.profile-information span i {
    color: #5abb9f;
    padding-right: 5px;
}

.profile-information span:last-child {
    padding-left: 40px;
}

.profile-information .biographical {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
}

.profile-information .biographical:before {
    width: 5000px;
    position: absolute;
    content: "";
    height: 1px;
    background: #eaeaea;
    top: 0;
    left: -30px;
}

.user-actions .user-action-wrapper {
    background: #fff;
    padding: 30px;
}

.user-actions .user-action-wrapper .opallisting-search-histories li {
    background: transparent;
    border: 1px solid #eaeaea;
}

.user-actions .user-action-wrapper .opallisting-search-histories li a {
    font-size: 15px;
    color: #292e38;
}

.user-actions .user-action-wrapper .opallisting-search-histories li a:hover {
    color: #5abb9f;
}

.user-actions .list-tabs ul {
    padding: 0;
    list-style: none;
}

.user-actions .list-tabs ul li {
    margin: 10px;
    display: inline-block;
}

.user-actions .list-tabs ul li:first-child {
    margin-left: 0;
}

.user-actions article {
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .user-actions article .pull-right>a {
        margin-top: 10px;
    }
}

.user-actions .select-profile-image {
    color: #5abb9f;
}

.user-actions .cmb-row,
.user-actions .row-group-features {
    padding: 20px;
}

.user-actions .cmb2-wrap input {
    padding: 12px 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.user-actions input.button-primary:focus {
    background: #5abb9f;
    color: #fff;
}

.user-actions .opallisting-user-friends h3 {
    margin-top: 0;
}

.user-actions .opallisting-user-friends .submit {
    margin-top: 8px;
}

.user-actions .opallisting-user-friends .user {
    margin-bottom: 30px;
}

.opallisting-map-overview .opallisting-map-filter {
    position: absolute;
    bottom: 35px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: inherit !important;
    width: 60%;
}

@media (min-width: 1200px) {
    .opallisting-browse-listings {
        display: flex;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .opallisting-browse-listings {
        display: flex;
    }
}

.opallisting-browse-listings .item {
    margin-bottom: 30px;
    box-shadow: none;
    border: none;
    padding: 20px 50px 20px 20px;
    position: relative;
}

.opallisting-browse-listings .item:before {
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
}

@media (min-width: 1200px) {
    .opallisting-browse-listings .item:before {
        right: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .opallisting-browse-listings .item:before {
        right: 30px;
    }
}

.opallisting-browse-listings .item h4 {
    color: #2e2e2e;
    font-size: 16px;
    margin-bottom: 30px;
}

.opallisting-browse-listings .item h4 span {
    color: #5abb9f;
}

.opallisting-browse-listings .item a {
    color: #9e9e9e;
    width: 90%;
    float: left;
    margin-bottom: 10px;
}

.opallisting-browse-listings .item a:hover {
    color: #5abb9f;
}

.opallisting-browse-listings .item .count {
    color: #9e9e9e;
}

.opallisting-listing-types-list.horizontal {
    text-align: center;
    padding: 0;
}

.opallisting-listing-types-list.horizontal li {
    padding: 0 20px;
    float: none;
}

.opallisting-listing-types-list.horizontal li:hover a {
    background: transparent;
}

.opallisting-listing-types-list.horizontal li:hover a:before {
    content: none;
}

.opallisting-listing-types-list.horizontal li a {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #f1f1f1;
}

.opallisting-listing-types-list.horizontal li a i {
    padding: 0 10px;
    font-size: 30px;
    color: hsla(0, 0%, 100%, .6);
    vertical-align: bottom;
}

.opallisting-listing-types-list.horizontal li a.active {
    background: transparent;
}

.opallisting-listing-types-list.horizontal li a.active:before {
    content: none;
}

.opallisting-listing-types-list li:hover a:active,
.opallisting-listing-types-list li:hover a:before,
.opallisting-listing-types-list li a.active:before {
    background: #5abb9f;
}

.highlight .opallisting-listing-types-list.horizontal li {
    padding: 0;
    width: 90px;
    height: 90px;
    display: inline-flex;
    margin-right: 15px;
    margin-bottom: 15px;
}

.highlight .opallisting-listing-types-list.horizontal a {
    color: transparent !important;
}

.highlight .opallisting-listing-types-list.horizontal a:hover i {
    background: #fff;
    color: #f37737;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.highlight .opallisting-listing-types-list.horizontal i {
    display: block;
    padding: 0;
    text-align: center;
    width: 90px;
    height: 90px;
    background: hsla(0, 0%, 100%, .4);
    line-height: 90px;
    border-radius: 4px;
    font-size: 40px;
}

.opallisting-search-form.horizontal {
    margin: 30px 0;
}

.opallisting-search-form.horizontal.highlight {
    background: #fff;
    border-radius: 3px;
    margin: 0;
    width: 99%;
}

.opallisting-search-form.horizontal.highlight .form-control {
    font-size: 16px;
    height: auto;
    border: none;
}

@media (max-width: 480px) {
    .opallisting-search-form.horizontal.highlight .form-control {
        margin-bottom: 10px;
    }
}

.opallisting-search-form.horizontal.highlight .btn-block {
    text-transform: uppercase;
    padding: 16px 50px;
}

.opallisting-search-form.horizontal.highlight .opal-row .opal-row {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.opallisting-search-form.horizontal .opal-row .opal-row {
    background: #fff;
    margin: 0;
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .opallisting-search-form.horizontal .opal-row .opal-row {
        border-radius: 35px;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    }
}

@media (max-width: 480px) {
    .opallisting-search-form.horizontal .opal-row .opal-row {
        background: transparent;
    }
    .opallisting-search-form.horizontal .opal-row .opal-row>div {
        margin-bottom: 10px !important;
    }
}

.opallisting-search-form.horizontal .selectize-control {
    border: none;
}

.opallisting-search-form.horizontal .selectize-control .form-control {
    height: auto;
}

.opallisting-search-form.horizontal .selectize-input {
    border: none;
    box-shadow: none;
    font-size: 16px;
    padding: 3px 0;
    color: #727272;
}

.opallisting-search-form.horizontal .row.opal-row input {
    border-radius: 35px;
    border: none;
    font-size: 16px;
}

@media (max-width: 480px) {
    .opallisting-search-form.horizontal .row.opal-row {
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .opallisting-search-form.horizontal .row.opal-row {
        margin: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .opallisting-search-form.horizontal .row.opal-row {
        margin-left: 0;
    }
}

.opallisting-search-form.horizontal button.btn {
    padding: 12px 50px;
}

.widget_opallisting_place_ajax_map_widget {
    background: #292e38;
    padding: 30px;
    margin-bottom: 0;
}

.widget_opallisting_place_ajax_map_widget .form-control {
    border-radius: 35px;
    margin-bottom: 30px;
    box-shadow: none;
}

.widget_opallisting_place_ajax_map_widget .selectize-input {
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 300;
    color: #727272;
    padding: 3px 4px;
}

.widget_opallisting_place_ajax_map_widget .selectize-dropdown.form-control {
    padding: 0;
    border-radius: 0;
    border: none;
    height: auto;
}

.widget_opallisting_overview_widget,
.widget_opallisting_overview_widget .opallisting-map-preview-wrapper {
    margin-bottom: 0;
}

.widget_opallisting_search_results_widget .opallisting-archive-top {
    padding: 20px 20px 0;
}

.widget_opallisting_search_results_widget .opallisting-archive-top .form-control {
    background: transparent;
    border: none;
}

.widget_opallisting_search_results_widget .opallisting-archive-bottom,
.widget_opallisting_search_results_widget .opallisting-places-results {
    padding: 0 20px;
}

.opallisting-users article {
    background: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 0 5px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 0 5px 2px rgba(0, 0, 0, .1);
}

.opallisting-users .list {
    border: none;
}

.opallisting-users .list .user-box-title {
    font-weight: 500;
}

.opallisting-users .list span {
    margin-right: 15px;
}

.opallisting-users .grid {
    box-shadow: none;
}

.opallisting-users .grid .user-box-image {
    position: relative;
}

.opallisting-users .grid .user-box-image .avatar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.opallisting-users .grid .user-box-image .avatar a {
    bottom: -35px;
}

.opallisting-users .grid .user-box-image .avatar a img {
    padding: 3px;
}

.opallisting-users .grid .user-box-image .avatar .average-rating {
    background: #5abb9f;
}

.opallisting-users .grid .user-body {
    margin-top: 40px;
}

.opalmembership-dashboard-container {
    border-radius: 3px;
}

.opalmembership-dashboard-container .panel-body {
    padding: 0;
}

.opalmembership-dashboard-container .panel-body h3 {
    background: #5abb9f;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-top: 0;
    padding: 20px 30px;
    color: #fff;
    margin-bottom: 30px;
}

.opalmembership-dashboard-container .panel-body p {
    margin-bottom: 30px;
    padding-left: 20px;
}

.opalmembership-dashboard-container .panel-body p .btn {
    padding: 0;
}

.membership-history .table-bordered {
    border-width: 1px 0 0;
}

.membership-history .table-bordered>thead>tr>th {
    border-bottom-width: 0;
}

.membership-history h2 {
    margin-bottom: 30px;
}

.membership-history h2,
.payment-detail .panel-heading {
    background: #5abb9f;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-top: 0;
    padding: 20px 30px;
    color: #fff;
}

.payment-detail .panel-heading {
    margin-bottom: 20px;
}

.payment-detail .panel-body {
    padding: 0;
}

.payment-detail .panel-body h2 {
    background: #5abb9f;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-top: 0;
    padding: 20px 30px;
    color: #fff;
    margin-bottom: 30px;
}

.payment-detail .table-bordered {
    border-width: 1px 0 0;
}

.payment-detail .table-bordered>thead>tr>th {
    border-bottom-width: 0;
}

.payment-detail .table-responsive {
    margin: 20px 30px;
}

.opallisting-search-ajax-filter .title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #292e38;
    font-weight: 400;
}

.opallisting-search-ajax-filter .title:after {
    color: #292e38;
}

.opallisting-search-ajax-filter label {
    vertical-align: middle;
}

.opallisting-search-ajax-filter .opallisting-checkbox-list li span {
    color: #727272;
}

.opallisting-search-ajax-filter .opallisting-checkbox-list.button li label:hover {
    color: #5abb9f;
    border-color: #5abb9f;
}

.opallisting-search-ajax-filter .opallisting-checkbox-list.button li label:hover span {
    color: #5abb9f;
}

.place-submission-form h1 {
    margin-top: 0;
    color: #5abb9f;
    font-size: 36px;
}

.place-submission-form .cmb2-upload-file {
    margin-bottom: 20px;
}

.place-submission-form .cmb2-upload-button,
.place-submission-form .cmb-add-group-row,
.place-submission-form .cmb-remove-group-row {
    background: #5abb9f;
    padding: 12px 30px;
    color: #fff;
    border-radius: 3px;
    border: none;
    margin: 0 !important;
    font-size: 14px;
}

.place-submission-form select {
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
}

.place-submission-form .cmb2-wrap textarea {
    padding: 20px;
    border-color: #eaeaea;
}

.place-submission-form h3 {
    background: transparent;
    padding: 0;
    font-size: 20px;
    color: #5abb9f;
    font-weight: 300;
}

.place-submission-form .user-profile-img {
    margin-bottom: 10px;
}

.place-submission-form .cmb-th {
    margin-bottom: 10px;
    color: #292e38;
    font-size: 15px;
}

.place-submission-form .cmb-td input {
    padding: 10px 20px;
    border-color: #eaeaea;
    border-radius: 3px;
}

.place-submission-form .cmb-td input.cmb2-upload-button:focus {
    background: #5abb9f;
    color: #fff;
}

.place-submission-form .cmb-td p {
    margin-top: 10px;
}

.place-submission-form .cmb-td .wp-editor-container {
    border: 1px solid #eaeaea;
}

.place-submission-form .cmb2-id-opallisting-ppt-openhours .cmb-th {
    color: #5abb9f;
    font-size: 20px;
    margin: 20px 0;
}

.place-submission-form .cmb2-id-opallisting-ppt-openhours .cmb-td label {
    display: none;
}

.place-submission-form .cmb2-id-opallisting-ppt-openhours .cmb-td th {
    font-weight: 400;
    color: #292e38;
}

.place-submission-form .cmb2-id-opallisting-ppt-map label {
    color: #292e38;
}

.place-submission-form h3.cmb-group-title {
    background: transparent;
    color: #292e38;
    border-bottom: 1px solid #eaeaea;
}

.place-submission-form h3.cmb-group-title span {
    font-size: 20px;
}

.place-submission-form .group-amenities p {
    margin-bottom: 20px;
}

.place-submission-form .cmb-repeatable-grouping {
    margin: 20px 0 30px !important;
}

.place-submission-form .cmb-repeatable-grouping button.dashicons-before {
    color: #292e38;
}

.place-submission-form .cmb-repeatable-grouping .cmb-row {
    width: 45%;
    margin-right: 20px;
    border-bottom: none !important;
}

.opalmembership-login-form-wrapper .opalesate-form-wrapper {
    float: none;
    width: 100%;
}

.widget_opallisting_user_friend_widget.widget .widgettitle {
    margin-bottom: 30px;
}

.widget_opallisting_user_friend_widget .panel {
    background: transparent;
    border: none;
}

.widget_opallisting_user_friend_widget .panel-body {
    padding: 0;
}

.widget_opallisting_user_friend_widget .avatar {
    margin-bottom: 10px;
    float: left;
    margin-right: 15px;
}

.widget_opallisting_user_friend_widget .opallisting-user-sent-message {
    margin-top: 8px;
}

.opallisting-place-meta h1 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 10px;
}

.opallisting-place-meta .comment-rating-wrap {
    font-size: 16px;
    font-weight: 300;
    color: #999;
}

.opallisting-place-meta .comment-rating-wrap .listing-count-reviews {
    float: right;
}

.opallisting-place-meta .comment-rating-wrap .comment-rating {
    color: #f37737;
    letter-spacing: 3px;
    padding-right: 10px;
}

.opallisting-place-meta .comment-rating-wrap .comment-rating span {
    color: #f37737;
}

.opallisting-place-meta .claim-wrapper>a {
    color: #999;
    font-size: 16px;
    font-weight: 300;
}

.opallisting-place-meta .claim-wrapper>a:hover {
    color: #5abb9f;
}

.opallisting-place-meta .share-wrapper {
    margin-left: 40px !important;
}

.opallisting-place-meta .share-wrapper .popup-header {
    color: #999;
    font-size: 16px;
    font-weight: 300;
}

.opallisting-place-meta .share-wrapper .popup-header:hover {
    color: #5abb9f;
}

.opallisting-place-meta .share-wrapper .pop-content {
    z-index: 99;
}

.opallisting-header-slider {
    margin-bottom: 90px;
}

.opallisting-header-slider .opallisting-place-meta {
    bottom: 100px;
    border-radius: 3px;
    padding: 30px;
    overflow: inherit;
    z-index: 1;
}

@media (max-width: 480px) {
    .opallisting-header-slider .opallisting-place-meta {
        position: relative;
        bottom: 0;
    }
}

.opallisting-header-slider .opallisting-place-meta header {
    padding-top: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.opallisting-header-slider .favorite-button span {
    color: #999;
    font-size: 16px;
    font-weight: 300;
}

.opallisting-header-slider .favorite-button i {
    color: #5abb9f;
}

.opallisting-header-slider .review-wrapper {
    padding-top: 15px;
    clear: both;
    text-align: center;
}

.opallisting-header-slider .owl-carousel .owl-buttons div {
    border-radius: 3px;
    color: transparent;
    width: 35px;
    height: 35px;
    top: 90%;
    background: #fff;
    opacity: 1;
    margin: 8px;
    z-index: 1;
}

@media (max-width: 480px) {
    .opallisting-header-slider .owl-carousel .owl-buttons div {
        display: none;
    }
}

.opallisting-header-slider .owl-carousel .owl-buttons div:before {
    color: #999;
    line-height: 35px;
}

.opallisting-header-slider .owl-carousel .owl-buttons .owl-prev {
    left: 75%;
}

.opallisting-header-slider .owl-carousel .owl-buttons .owl-next {
    right: 20%;
}

.opallisting-header-slider .owl-carousel:hover .owl-buttons .owl-prev {
    left: 75%;
}

.opallisting-header-slider .owl-carousel:hover .owl-buttons .owl-next {
    right: 20%;
}

.opalisting-breadcrumb-map-form .opallisting-map-preview-wrapper {
    margin-bottom: 0;
}

.opallisting-map-preview-wrapper {
    margin-bottom: 90px;
    overflow: hidden;
}

.opallisting-map-preview-wrapper .opallisting-map-controls a {
    background: #fff;
    color: #292e38;
    border-radius: 3px;
}

.opallisting-map-preview-wrapper .opallisting-map-controls a:hover {
    color: #fff;
    background: #5abb9f;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.opallisting-map-preview-wrapper .opallisting-map-controls a.active {
    background: #5abb9f;
    color: #fff;
}

.opallisting-container-map .meta {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 30px;
}

.opallisting-container-map .favorite-button {
    margin-left: 40px;
}

.opallisting-container-map .favorite-button a {
    color: #999;
    font-size: 16px;
}

.opallisting-container-map .favorite-button a:hover {
    color: #5abb9f;
}

.opallisting-container-map .pull-left img {
    margin-right: 30px;
}

.opallisting-view-places-selection {
    margin-top: 15px;
}

.directory-category {
    margin-bottom: 20px;
}

.directory-category img {
    border-radius: 100%;
    margin-right: 5px;
    width: 32px;
    height: 32px;
}

.directory-category a {
    font-weight: 500;
}

.directory-category span {
    color: #f37737;
}

.social-meta li {
    width: auto;
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
}

.social-meta i:hover {
    color: #5abb9f;
}

.social-meta li a {
    font-size: 20px;
    color: #9ea0a4;
}

.cleared {
    clear: both;
}

.header-actions {
    right: 0;
    left: auto;
}

.header-actions a {
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 3px;
    background: #fff;
    color: #292e38;
}

.header-actions a.active {
    color: #5abb9f;
}

.header-actions a:hover {
    background: #5abb9f;
    color: #fff;
    -webkit-transition: all 2ms;
    -o-transition: all 2ms;
    transition: all 2ms;
}

.opallisting-popup.active .popup-close {
    color: #fff;
    top: 0;
    right: 5px;
    z-index: 999;
}

.share-list-container {
    position: relative;
    z-index: 99;
    background-color: #fff;
    border-radius: 3px;
    height: auto;
    left: auto;
    opacity: 1;
    padding: 20px;
    right: 0;
    top: -92px;
    text-align: center;
    visibility: visible;
    width: 300px;
    -webkit-transition: width .5s ease-in-out 0s, right .5s ease-in-out 0s;
    -o-transition: width .5s ease-in-out 0s, right .5s ease-in-out 0s;
    transition: width .5s ease-in-out 0s, right .5s ease-in-out 0s;
}

.share-list-container li {
    background-color: #5abb9f;
    border-radius: 3px;
    display: inline-block;
    float: none;
    height: 35px;
    margin: 0 6px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 35px;
}

.opallisting-popup.active .md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: visible;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 1;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .3s ease, transform .3s ease;
    -moz-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
}

#opallisting-close-directions-panel {
    padding: 10px 15px;
}

#opallisting-directions-wrapper header {
    background: #5abb9f;
    padding: 0 25px 0 10px;
}

#opallisting-directions-wrapper .panel-actions a:focus,
#opallisting-directions-wrapper .panel-actions a:hover {
    color: #fff;
}

#opallisting-directions-wrapper .panel-actions a.active {
    background: #5abb9f;
    color: #fff;
}

#opallisting-directions-wrapper .panel-actions a {
    padding: 10px 15px;
}

#opallisting-place-api-results {
    list-style: none;
    padding: 0;
}

#opallisting-place-api-results li {
    padding: 9px 0;
    border-bottom: 1px solid #eaeaea;
}

#opallisting-place-api-results li i {
    padding: 5px 20px 0;
}

#opallisting-place-api-results li a {
    display: flex;
}

.opalmembership-form-field .opalmembership-button {
    background: #5abb9f;
    color: #fff;
    border-radius: 3px;
    border: none;
    padding: 12px 30px;
}

.opalmembership-form-field .opalmembership-button:hover {
    background: #5abb9f;
}

#map-error-message {
    border-radius: 3px;
}

#map-error-message h3 {
    background: #5abb9f;
}

#map-error-message .btn {
    padding: 5px 15px;
}

.opallisting-split-map .opallisting-search-form {
    background: #292e38;
    padding: 30px;
}

.opallisting-split-map .opallisting-search-form .form-control,
.opallisting-split-map .opallisting-search-form .selectize-control {
    margin-bottom: 30px;
    border-radius: 35px;
}

.opallisting-split-map .opallisting-search-form .selectize-control .selectize-input {
    border: none;
    box-shadow: none;
    font-size: 14px;
    color: #727272;
    padding: 3px 4px;
}

.opallisting-split-map .opallisting-search-form .selectize-control .selectize-dropdown {
    height: auto;
    border-radius: 0;
}

.opallisting-split-map .opallisting-places-wrapper {
    padding: 20px;
}

.rtl .row.opal-row .col-lg-1,
.rtl .row.opal-row .col-lg-2,
.rtl .row.opal-row .col-lg-3,
.rtl .row.opal-row .col-lg-4,
.rtl .row.opal-row .col-lg-5,
.rtl .row.opal-row .col-lg-6,
.rtl .row.opal-row .col-lg-7,
.rtl .row.opal-row .col-lg-8,
.rtl .row.opal-row .col-lg-9,
.rtl .row.opal-row .col-lg-10,
.rtl .row.opal-row .col-lg-11,
.rtl .row.opal-row .col-lg-12 {
    float: left;
}

.rtl .opallisting-cluster-marker .opallisting-cluster-marker-inner .opallisting-cluster-marker-number {
    left: 13px;
    right: 0;
}

.rtl .opallisting-search-ajax-filter .title:after {
    right: 0;
    left: auto;
}

.rtl .opallisting-checkbox-list li span {
    float: right;
}

.rtl .opallisting-search-form.horizontal .form-control {
    height: auto;
}

.rtl .opallisting-search-form.horizontal .selectize-input {
    border: none;
    box-shadow: none;
}

.rtl .opallisting-map-overview .main-view {
    margin-left: 60px;
    margin-right: 0;
}

.rtl .place-open-hours .widgettitle,
.rtl .sidebar .widget .place-open-hours .widgettitle {
    text-align: left;
}

.rtl .place-open-hours .widgettitle span.time {
    float: right;
}


/* 8. Widget */

.widget[class*=widget_wpopal_] ul {
    list-style: none;
    padding: 0;
}


/* List Style Widgets*/

.widget_archive a,
.widget_layered_nav a,
.widget_product_categories a,
.widget_recent_comments a,
.widget_recent_entries a {
    color: #727272;
}

.widget_archive a:hover,
.widget_layered_nav a:hover,
.widget_product_categories a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover {
    color: #5abb9f;
}

.widget_archive a:before,
.widget_categories a:before,
.widget_layered_nav a:before,
.widget_product_categories a:before,
.widget_recent_comments a:first-child:before,
.widget_recent_entries a:before {
    margin-right: 10px;
    font-family: FontAwesome;
    color: #292e38;
    display: inline-block;
    font-size: 11px;
    line-height: 22px;
}

.widget_archive a:before,
.widget_categories a:before,
.widget_layered_nav a:before,
.widget_product_categories a:before,
.widget_recent_comments a:first-child:before,
.widget_recent_entries a:before {
    content: "\f178";
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    line-height: 30px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0;
}

.widget_categories li li:last-child,
.widget_pages li li:last-child {
    padding-bottom: 0;
}

.widget_recent_comments ul,
.widget_recent_entries ul {
    list-style: none;
}

.widget.widget_layered_nav_filters ul li a:hover,
.widget.widget_layered_nav ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_recent_comments .comment-author-link,
.widget_recent_entries .comment-author-link {
    color: #5abb9f;
}

.widget.widget_layered_nav_filters ul li ul.children li:last-child,
.widget.widget_layered_nav ul li ul.children li:last-child,
.widget.widget_pages ul li ul.children li:last-child,
.widget_nav_menu ul li ul.children li:last-child {
    padding-bottom: 0;
}

.sidebar .widget_nav_menu>ul>li {
    border-top: 1px solid #eaeaea;
    padding: 5px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
}

.sidebar .widget_nav_menu>ul>li a {
    color: #666;
}

.sidebar .widget_nav_menu>div>ul,
.sidebar .widget_nav_menu>ul,
.sidebar .widget_pages>div>ul,
.sidebar .widget_pages>ul {
    list-style: none;
    margin: 0;
}

.sidebar .widget_nav_menu>div>ul.menu,
.sidebar .widget_nav_menu>ul.menu,
.sidebar .widget_pages>div>ul.menu,
.sidebar .widget_pages>ul.menu {
    padding: 0;
}

.sidebar .widget_nav_menu>div>ul.menu>li,
.sidebar .widget_nav_menu>ul.menu>li,
.sidebar .widget_pages>div>ul.menu>li,
.sidebar .widget_pages>ul.menu>li {
    border-top: 1px solid #eaeaea;
    padding: 8px 0;
}

.sidebar .widget_nav_menu>div>ul.menu>li>a,
.sidebar .widget_nav_menu>ul.menu>li>a,
.sidebar .widget_pages>div>ul.menu>li>a,
.sidebar .widget_pages>ul.menu>li>a {
    padding: 0;
    color: #666;
}

.sidebar .widget_nav_menu>div>ul.menu>li:first-child,
.sidebar .widget_nav_menu>ul.menu>li:first-child,
.sidebar .widget_pages>div>ul.menu>li:first-child,
.sidebar .widget_pages>ul.menu>li:first-child {
    border-top: 0;
}

.sidebar .widget_nav_menu>div>ul li,
.sidebar .widget_nav_menu>ul li,
.sidebar .widget_pages>div>ul li,
.sidebar .widget_pages>ul li {
    width: 100%;
}

.sidebar .widget_nav_menu>div>ul ul,
.sidebar .widget_nav_menu>ul ul,
.sidebar .widget_pages>div>ul ul,
.sidebar .widget_pages>ul ul {
    padding-left: 15px;
    padding-bottom: 0;
    list-style: none;
}


/* Widget Flickr */

.flickr_badge_image {
    float: left;
    padding-right: 13px;
    padding-bottom: 13px;
}


/* Recent Posts Widget */

.widget_recent_entries .post-date {
    font-size: 12px;
    font-weight: 400;
    color: #5abb9f;
}

.widget_recent_entries ul {
    list-style: none;
    padding: 0;
}

.widget_recent_entries a {
    color: #292e38;
    text-transform: uppercase;
}

.widget_recent_entries a:hover {
    color: #5abb9f;
}

.widget_recent_entries .post-date {
    display: block;
    margin-top: 5px;
    color: #999;
    position: relative;
    padding-left: 20px;
}

.widget_recent_entries .post-date:before {
    left: 0;
    top: 0;
    position: absolute;
    content: "\f017";
    font-family: FontAwesome;
}

.widget_wpopal_recent_post .post-widget {
    border: none;
}

.widget_wpopal_recent_post .item-post.media {
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
}

.widget_wpopal_recent_post .item-post.media:first-child {
    border-top: none;
}

.widget_wpopal_recent_post .item-post.media a.image {
    width: 100px;
    padding-left: 20px;
}

.widget_wpopal_recent_post .item-post.media .media-body .entry-title {
    padding-right: 15px;
}

.widget_wpopal_recent_post .item-post.media .media-body>p {
    display: none;
}

.widget_wpopal_recent_post .post-stick-layout .item-post.media.item-big {
    border-top: none;
}

.widget_wpopal_recent_post .post-stick-layout .item-post.media.item-big a.image {
    padding-right: 0;
    width: 100%;
    margin-bottom: 10px;
}

.widget_wpopal_recent_post .post-stick-layout .item-post.media.item-big .entry-title {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.widget_wpopal_recent_post .post-stick-layout .item-post.media {
    padding-top: 15px;
}

.widget_wpopal_recent_post .post-stick-layout .item-post.media .media-body .entry-title {
    margin: 0 0 5px;
}

.widget_wpopal_recent_post .post-stick-layout .item-post.media .post-date {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #5abb9f;
}


/* Search Widget */

.opal-search .btn-search {
    border: 1px solid #5abb9f;
    background: #5abb9f;
}

.opal-search .btn-search input {
    border: none;
    background: transparent;
    color: #fff;
    padding: 0;
}


/* RSS Widget */

.rsswidget img {
    margin-top: -4px;
}

.rssSummary {
    margin: 9px 0;
}

.rss-date {
    display: block;
}

.widget_rss li {
    margin-bottom: 18px;
}


/* Text Widget */

.widget_rss li:last-child,
.widget_text>div>:last-child {
    margin-bottom: 0;
}


/* Calendar Widget*/

.widget_calendar table {
    line-height: 2;
    margin: 0;
}

.widget_calendar caption {
    color: #000;
    font-weight: 700;
    line-height: 1.7142857142;
    padding-left: 30px;
    text-transform: uppercase;
}

.widget_calendar thead th {
    background: #f5f5f5;
}

.widget_calendar tbody td,
.widget_calendar thead th {
    text-align: center;
}

.widget_calendar tbody a {
    background-color: #5abb9f;
    color: #fff;
    display: block;
}

.widget_calendar tbody a:hover {
    background-color: #41a62a;
    color: #fff;
}

.widget_calendar #prev {
    padding-left: 5px;
}

.widget_calendar #next {
    padding-right: 5px;
    text-align: right;
}

.widget_calendar #today {
    background-color: #5abb9f;
    color: #fff;
}

.widget_calendar #today:hover {
    background-color: #5abb9f;
}


/* Newletter in footer */

.widget_mc4wp_form_widget .input-group {
    display: block;
}

.widget_mc4wp_form_widget .input-group .form-control {
    height: 42px;
    border: 2px solid #727272;
    border-radius: 2px;
    margin-bottom: 18px;
    background: transparent;
}

.widget_mc4wp_form_widget .input-group .btn {
    height: 42px;
    border-radius: 2px;
}

.popupnewsletter {
    margin-top: 20px;
}

.popupnewsletter .btn-flying-right {
    background: transparent;
    padding: 0;
    color: #f37737;
    font-size: 20px;
    line-height: 20px;
    padding: 0 10px;
}

.popupnewsletter .btn-flying-right.focus,
.popupnewsletter .btn-flying-right:focus {
    outline: none;
}

.popupnewsletter span {
    font-size: 16px;
}

.popupnewsletter .modal-content {
    box-shadow: none;
}

.popupnewsletter .modal-body {
    background: #fff;
}


/****/

li.product-category {
    list-style: none;
}


/* brands */

.brands-collection .item-brand {
    position: relative;
    display: block;
}

.brands-collection .item-brand img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: none;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.brands-collection:hover .item-brand:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}

.brands-collection.owl-carousel-play .carousel-control {
    top: 0;
}


/* blog-post */

.bloglist-layout .entry-title {
    margin-top: 0;
}

.box-top {
    display: flex;
}

.box-top .box-service-top {
    padding-top: 15px;
    margin-right: 40px;
    color: #a1a1a1;
}

.box-top .box-service-top .title {
    margin: 0;
    font-size: 14px;
    color: #a1a1a1;
    display: flex;
    font-weight: 400;
}

.box-top .box-service-top span {
    color: #292e38;
    font-weight: 500;
    font-size: 16px;
}


/*
*  Main Menu
*/

.navbar-mega {
    min-height: inherit;
    border: 0 solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.navbar-mega .navbar-toggle {
    border-color: #eaeaea;
}

.navbar-mega .navbar-toggle .icon-bar {
    background-color: #5abb9f;
}

.navbar-mega .navbar-nav {
    float: none;
    padding: 0;
}

.navbar-mega .navbar-nav>.open>a {
    border-color: transparent;
    border-left-color: rgba(0, 0, 0, .1);
    color: #5abb9f;
    background: transparent;
}

.navbar-mega .navbar-nav>.open>a:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-mega .navbar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar-mega .navbar-nav ul li.dropdown-submenu,
.navbar-mega .navbar-nav ul li.parent {
    position: relative;
}

.navbar-mega .navbar-nav ul li.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    position: absolute;
}

.navbar-mega .navbar-nav li.active {
    background: none;
}

.navbar-mega .navbar-nav li.active>a {
    background: none;
    color: #2bab87;
}

.navbar-mega .navbar-nav li.active>a .caret {
    color: #2bab87;
}

.navbar-mega .navbar-nav>li {
    margin-top: 0;
    padding: 16px 15px;
}

.navbar-mega .navbar-nav>li>a {
    letter-spacing: 0.35px;
    position: relative;
    color: #292e38;
    padding: 0;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.navbar-mega .navbar-nav>li>a .caret {
    display: none;
}

.navbar-mega .navbar-nav>li>a:focus,
.navbar-mega .navbar-nav>li>a:hover {
    color: #5abb9f;
    background: transparent;
}

.navbar-mega .navbar-nav>li>a:focus:after,
.navbar-mega .navbar-nav>li>a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
}

.navbar-mega .navbar-nav > li.menu-item-has-children > a:after {
    content: "\f107"; /* \f0d7 */
    font-family: FontAwesome;
    color: #565E6A;
    font-size: 15px;
    position: relative;
    right: -3px;
	font-weight: normal;
}

.navbar-mega .navbar-nav>li:last-child>a {
    border-right: 0;
}

.navbar-mega .navbar-nav>li:last-child>a:before {
    content: none;
}

.navbar-mega .navbar-nav>li .sub-menu {
    position: absolute;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    text-align: left;
    padding: 0;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    transform: translateY(20px);
    min-width: 245px;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 100%;
    visibility: hidden;
}

.navbar-mega .navbar-nav>li .sub-menu .sub-menu {
    left: 90%;
    top: 0;
}

.navbar-mega .navbar-nav>li .sub-menu li {
	border-bottom: 1px solid #f7f7f7;
}

.navbar-mega .navbar-nav>li .sub-menu li:last-child {
	border-bottom: none;
}

.navbar-mega .navbar-nav>li .sub-menu li a {
    line-height: 30px;
    padding: 7px 22px;
}

.navbar-mega .navbar-nav>li .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.navbar-mega .navbar-nav>li .dropdown-menu {
    background: #fff;
    min-width: 250px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: block;
    right: 0;
    top: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    -o-transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: all .4s cubic-bezier(.25, .46, .45, .94) 0s;
    z-index: 999;
    border: 0;
}

.navbar-mega .navbar-nav>li .dropdown-menu,
.navbar-mega .navbar-nav>li .dropdown-menu ul.dropdown-menu {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(20px);
    visibility: hidden;
}

.navbar-mega .navbar-nav>li .dropdown-menu ul.dropdown-menu {
    left: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.navbar-mega .navbar-nav>li .dropdown-menu .row {
    padding-top: 0;
}

.navbar-mega .navbar-nav>li .dropdown-menu li {
    position: relative;
    border: none;
    border-bottom: 1px solid #f7f7f7;
}

.navbar-mega .navbar-nav>li .dropdown-menu li a {
    min-height: inherit;
    display: block;
    text-transform: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 13px 20px;
    line-height: 22px;
}

.navbar-mega .navbar-nav>li .dropdown-menu li a.dropdown-toggle .caret {
    display: none;
}

.navbar-mega .navbar-nav>li .dropdown-menu li a.dropdown-toggle:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /* transform: translateY(-50%); */
    color: #555;
}

.navbar-mega .navbar-nav>li .dropdown-menu li:hover>ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    top: 0;
}

.navbar-mega .navbar-nav>li .dropdown-menu .widget-title,
.navbar-mega .navbar-nav>li .dropdown-menu .widgettitle {
    padding: 20px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
    border-color: #eaeaea;
    margin-bottom: 0;
    letter-spacing: 0;
}

.navbar-mega .navbar-nav>li .dropdown-menu .widget-content {
    border: none;
}

.navbar-mega .navbar-nav>li .dropdown-menu .products,
.navbar-mega .navbar-nav>li .dropdown-menu .widget {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

.navbar-mega .navbar-nav>li .dropdown-menu .products .row>div,
.navbar-mega .navbar-nav>li .dropdown-menu .widget-products .widget-title {
    padding: 0 20px;
}

.navbar-mega .navbar-nav>li .dropdown-menu .opal-category-filter {
    margin: 0;
    padding: 30px 0 30px 30px;
}

.navbar-mega .navbar-nav>li .dropdown-menu .category-caption {
    clear: both;
    padding-top: 30px;
}

.navbar-mega .navbar-nav>li .mega-dropdown-menu {
    padding: 40px;
}

.navbar-mega .navbar-nav>li .mega-dropdown-menu ul li a {
    padding-left: 0;
    padding-right: 0;
}

.navbar-mega .navbar-nav>li .mega-dropdown-menu ul li a:hover {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-mega .navbar-nav>.active {
    background: transparent;
}

.navbar-mega .navbar-nav>.active>a {
    color: #5abb9f;
}

.navbar-mega .navbar-nav>.active>a:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-mega .navbar-nav>.aligned-fullwidth {
    position: static !important;
}

.navbar-mega .navbar-nav>.aligned-fullwidth>.dropdown-menu {
    width: 100% !important;
}

.navbar-mega .navbar-nav>.aligned-right {
    position: static !important;
}

.navbar-mega .navbar-nav>.aligned-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.navbar-mega .navbar-nav>.aligned-left {
    position: static !important;
}

.navbar-mega .navbar-nav>.aligned-left>.dropdown-menu {
    left: 0;
    right: auto;
}

.navbar-mega .navbar-nav .wpb-container-mega {
    margin: 0;
}

.navbar-mega .navbar-nav .container-mega .row {
    padding-bottom: 0;
    margin: 0 !important;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.navbar-mega .navbar-nav .container-mega .row>div {
    position: relative;
    padding: 0;
}

.navbar-mega .navbar-nav .container-mega .row>div:after {
    content: "";
    width: 1px;
    height: 1000px;
    background: #eaeaea;
    position: absolute;
    left: 0;
    top: 0;
}

.navbar-mega .navbar-nav .container-mega .row>div:first-child:after {
    content: none;
}

.navbar-mega .text-label {
    position: relative;
    top: -20px;
    right: 22px;
    padding: 1px 4px;
    font-size: 9px;
    line-height: 18px;
    color: #fff;
    display: inline-block;
}

.navbar-mega .text-label.text-hot {
    background: #e56363;
}

.navbar-mega .text-label.text-hot:after {
    border-top-color: #e56363;
}

.navbar-mega .text-label.text-new {
    background: #549dde;
}

.navbar-mega .text-label.text-new:after {
    border-top-color: #549dde;
}

.navbar-mega .text-label.text-featured {
    background: #5abb9f;
    right: 15%;
}

.navbar-mega .text-label.text-featured:after {
    border-top-color: #5abb9f;
}

.navbar-mega .text-label:after {
    content: "";
    position: absolute;
    border: 3px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -3px;
}

@media (min-width: 768px) {
    .navbar-mega .navbar-nav>li:hover>.dropdown-menu {
        right: 0;
    }
    .navbar-mega .navbar-nav>li:hover>.dropdown-menu,
    .navbar-mega .navbar-nav>li:hover>.sub-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate(0);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        visibility: visible;
    }
}


/**
 * White Styles
 */

.navbar-mega-light .navbar-mega .navbar-nav>li.active>a,
.navbar-mega-light .navbar-mega .navbar-nav>li.active>a .caret,
.navbar-mega-light .navbar-mega .navbar-nav>li:focus>a,
.navbar-mega-light .navbar-mega .navbar-nav>li:focus>a .caret,
.navbar-mega-light .navbar-mega .navbar-nav>li:hover>a,
.navbar-mega-light .navbar-mega .navbar-nav>li:hover>a .caret,
.navbar-mega-light .navbar-mega .navbar-nav>li>a,
.navbar-mega-light .navbar-mega .navbar-nav>li>a .caret,
.navbar-mega-light .navbar-mega .navbar-nav>li>a:after,
.navbar-mega-light .navbar-mega .navbar-nav li a,
.navbar-mega-light .navbar-mega .navbar-nav li a:hover {
    color: #fff;
}

.navbar-mega-theme {
    background: #5abb9f;
}

.navbar-mega-theme .navbar-mega .navbar-nav>li>a,
.navbar-mega-theme .navbar-mega .navbar-nav>li>a .caret {
    color: #fff;
}


/**
 * Simple Styles
 */

.navbar-mega-simple .opal-megamenu {
    /* display: inline-block; */
}


/*
* vertical megamenu
*/

.widget_wpopal_menu_vertical .vertical-menu {
    padding: 0;
    background: #fff;
    box-shadow: 0 0 3px 1px rgba(20, 19, 23, .1);
}

.widget_wpopal_menu_vertical .widget-title {
    background: #41b5ac;
    color: #fff;
    margin-bottom: 0;
}

.widget_wpopal_menu_vertical .widget-title>span {
    padding: 20px;
}

.widget_wpopal_menu_vertical .navbar-nav {
    position: relative;
    margin: 0;
}

.widget_wpopal_menu_vertical .navbar-nav>li {
    width: 100%;
    height: auto;
    position: static;
    border-bottom: 1px solid #eee;
}

.widget_wpopal_menu_vertical .navbar-nav>li>a {
    display: block;
    color: #000;
    padding: 13px 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.widget_wpopal_menu_vertical .navbar-nav>li>a .text-label {
    background: #e35263 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-weight: 400;
    line-height: 1;
    margin-left: 8px;
    padding: 3px;
    position: relative;
}

.widget_wpopal_menu_vertical .navbar-nav>li>a .text-label:after {
    border: none;
    border-color: transparent #e35263 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 3px;
    content: "";
    margin-top: -3px;
    position: absolute;
    right: 100%;
    top: 50%;
}

.widget_wpopal_menu_vertical .navbar-nav>li>a .text-label.text-new {
    background: #03a9f4 none repeat scroll 0 0;
}

.widget_wpopal_menu_vertical .navbar-nav>li>a .text-label.text-new:after {
    border-right: 3px solid #03a9f4;
}

.widget_wpopal_menu_vertical .navbar-nav>li>a .text-label.text-featured {
    background: green none repeat scroll 0 0;
}

.widget_wpopal_menu_vertical .navbar-nav>li>a .text-label.text-featured:after {
    border-right: 3px solid green;
}

.widget_wpopal_menu_vertical .navbar-nav>li:focus>a,
.widget_wpopal_menu_vertical .navbar-nav>li:focus>a .caret:before,
.widget_wpopal_menu_vertical .navbar-nav>li:hover>a,
.widget_wpopal_menu_vertical .navbar-nav>li:hover>a .caret:before {
    color: #ffca00;
}

.widget_wpopal_menu_vertical .navbar-nav>li:focus>a:before,
.widget_wpopal_menu_vertical .navbar-nav>li:hover>a:before {
    color: #5abb9f;
}

.widget_wpopal_menu_vertical .navbar-nav>li.open .dropdown-menu {
    display: block !important;
}

.widget_wpopal_menu_vertical .navbar-nav li a {
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.widget_wpopal_menu_vertical .navbar-nav li a .caret {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border: 0 !important;
}

.widget_wpopal_menu_vertical .navbar-nav li a .caret:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: 500;
    color: #ccc;
}

.widget_wpopal_menu_vertical .navbar-nav li a:focus,
.widget_wpopal_menu_vertical .navbar-nav li a:hover {
    color: #5abb9f;
}

.widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu {
    border: 0;
    top: 0;
    min-width: 700px;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
}

.widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .container-mega {
    padding: 0 20px;
}

.widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .widget-title {
    background: transparent;
    color: #5abb9f;
}

.widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .widget-title span {
    padding: 0 0 20px;
}

.widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .widget-content {
    padding: 0;
    border: none;
}

.widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .widget_nav_menu ul {
    background-color: transparent;
}

.widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .widget_nav_menu ul li {
    border-bottom: 0;
}

.widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .widget_nav_menu .widgettitle {
    margin-bottom: 20px;
    font-size: 18px;
}

.widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .products-grid div.product {
    border-bottom: 0;
}

.widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu>li>a {
    padding: 7px 0;
    display: block;
}

.widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu>li>a:hover {
    padding-left: 5px;
}

.widget_wpopal_menu_vertical .navbar-nav li:focus>a,
.widget_wpopal_menu_vertical .navbar-nav li:focus>a .caret:before,
.widget_wpopal_menu_vertical .navbar-nav li:hover>a,
.widget_wpopal_menu_vertical .navbar-nav li:hover>a .caret:before {
    color: #5abb9f;
}

.widget_wpopal_menu_vertical .navbar-nav li:focus>.dropdown-menu,
.widget_wpopal_menu_vertical .navbar-nav li:hover>.dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    visibility: visible;
}

.widget_wpopal_menu_vertical .navbar-nav li i {
    margin-right: 10px;
}

.widget_wpopal_menu_vertical .widget_nav_menu ul li {
    padding: 10px 0;
}

.widget_wpopal_menu_vertical .widget_nav_menu ul li a {
    display: block;
    color: #8a8a8a;
}

.widget_wpopal_menu_vertical .widget_nav_menu ul li a:hover {
    color: #5abb9f;
    padding-left: 5px;
}

.widget_wpopal_menu_vertical .menu-left .navbar-nav>li>a:after {
    right: -3px;
}

.widget_wpopal_menu_vertical .menu-left .navbar-nav>li:focus>a:after,
.widget_wpopal_menu_vertical .menu-left .navbar-nav>li:hover>a:after {
    border-color: #fff;
    z-index: 1001;
}

.widget_wpopal_menu_vertical .menu-left .navbar-nav li .dropdown-menu {
    left: auto;
    right: 130%;
}

.widget_wpopal_menu_vertical .menu-left .navbar-nav li:focus>.dropdown-menu,
.widget_wpopal_menu_vertical .menu-left .navbar-nav li:hover>.dropdown-menu {
    right: 100%;
}

.widget_wpopal_menu_vertical .menu-left .navbar-nav li a .caret {
    right: 20px;
}

.widget_wpopal_menu_vertical .menu-right .navbar-nav>li>a:before {
    float: left;
}

.widget_wpopal_menu_vertical .menu-right .navbar-nav>li>a:after {
    left: -3px;
}

.widget_wpopal_menu_vertical .menu-right .navbar-nav>li:focus>a:after,
.widget_wpopal_menu_vertical .menu-right .navbar-nav>li:hover>a:after {
    border-color: #fff;
    z-index: 1001;
}

.widget_wpopal_menu_vertical .menu-right .navbar-nav li a .caret {
    right: 20px;
}


/* 4. Page */


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px 10px;
}

.contributor:first-of-type {
    padding-top: 24px;
}

.contributor-info {
    margin: 0 auto;
    max-width: 474px;
}

.contributor-avatar {
    border: 1px solid rgba(0, 0, 0, .1);
    float: left;
    margin: 0 30px 20px 0;
    padding: 2px;
}

.contributor-name {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
}

.contributor-bio a {
    text-decoration: underline;
}

.contributor-bio a:hover {
    text-decoration: none;
}

.contributor-posts-link {
    display: inline-block;
    line-height: normal;
    padding: 10px 30px;
}

.contributor-posts-link:before {
    content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.notfound-page {
    margin-bottom: 100px;
    color: #292e38;
}

.notfound-page .title {
    font-size: 240px;
    text-transform: uppercase;
    background-size: contain;
    color: #292e38;
    letter-spacing: -20px;
    line-height: 240px;
    margin-top: 100px;
}

.notfound-page .error-description {
    font-weight: 300;
}

.notfound-page .error-description h3 {
    font-weight: 300;
    font-size: 42px;
}

.notfound-page .error-description p {
    font-size: 16px;
}

.notfound-page .page-action {
    margin-top: 30px;
}

.notfound-page .page-action a {
    padding: 12px 30px;
    font-weight: 600;
}

.notfound-page .input-group {
    display: inline-block;
    margin-top: 40px;
    width: 65%;
}

.notfound-page .input-group input {
    border-radius: 2px;
}


/* 5. Post */


/**
 * 8.0 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery .gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: auto;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 14px);
    max-width: calc(50% - 14px);
    width: auto;
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 11px);
    max-width: calc(33.3% - 11px);
    width: auto;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 9px);
    max-width: calc(25% - 9px);
    width: auto;
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 8px);
    max-width: calc(20% - 8px);
    width: auto;
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 7px);
    max-width: calc(16.7% - 7px);
    width: auto;
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 7px);
    max-width: calc(14.28% - 7px);
    width: auto;
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 6px);
    max-width: calc(12.5% - 6px);
    width: auto;
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 6px);
    max-width: calc(11.1% - 6px);
    width: auto;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery .gallery-caption {
    background-color: rgba(0, 0, 0, .7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery .gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/**
 * 9.0 Audio/Video
 * ----------------------------------------------------------------------------
 */

.mejs-container .mejs-controls,
.mejs-mediaelement {
    background: #000;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #24890d;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total {
    background: hsla(0, 0%, 100%, .33);
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail span {
    border-radius: 0;
}

.mejs-overlay-loading {
    background: transparent;
}

.mejs-overlay-button {
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
    color: #000;
    height: 36px;
    margin-left: -24px;
    width: 48px;
}

.mejs-overlay-button:before {
    -webkit-font-smoothing: antialiased;
    content: "\f452";
    display: inline-block;
    font: normal 32px/1.125 Genericons;
    position: absolute;
    top: 1px;
    left: 10px;
}

.mejs-controls .mejs-button button:focus {
    outline: none;
}

.mejs-controls .mejs-button button {
    -webkit-font-smoothing: antialiased;
    background: none;
    color: #fff;
    display: inline-block;
    font: normal 16px/1 Genericons;
}

.mejs-playpause-button.mejs-play button:before {
    content: "\f452";
}

.mejs-playpause-button.mejs-pause button:before {
    content: "\f448";
}

.mejs-volume-button.mejs-mute button:before {
    content: "\f109";
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 0;
}

.mejs-volume-button.mejs-unmute button:before {
    content: "\f109";
    left: 0;
    position: absolute;
    top: 0;
}

.mejs-fullscreen-button button:before {
    content: "\f474";
}

.mejs-fullscreen-button.mejs-unfullscreen button:before {
    content: "\f406";
}

.mejs-overlay:hover .mejs-overlay-button {
    background-color: #24890d;
    color: #fff;
}

.mejs-controls .mejs-button button:hover {
    color: #41a62a;
}

div.page-links,
footer.entry-meta {
    margin: 20px 0;
    overflow: hidden;
    width: 100%;
}

.paging-navigation,
.post-preview {
    margin-bottom: 30px;
}

.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul {
    list-style: none;
    margin: 0;
}

.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li {
    width: 100%;
}

.post .post-thumbnail {
    overflow: hidden;
    display: block;
}

.widget_archive ul {
    list-style: none;
    margin: 0;
}

.widget_archive ul ul {
    padding-left: 15px;
}

.widget_meta>ul,
.widget_pages>ul,
.widget_recent_comments>ul,
.widget_rss>ul {
    list-style: none;
}

.widget_text div>ul {
    list-style: none;
    padding: 0;
}

.widget_text div>ul ul {
    padding-left: 25px;
}

.widget_text img {
    margin-bottom: 10px;
}

.widget_text select {
    max-width: 100%;
}

.widget_calendar table {
    width: 100%;
}

.sidebar form select {
    margin: 0;
}

.sidebar .widget>:last-child {
    padding: 20px 30px;
    background: #fff;
    margin: 0;
}

.sidebar .widget.widget_calendar>:last-child {
    padding: 0;
}

.sidebar .widget.widget-woof {
    padding: 0;
    background: #f7f7f7;
    border: none;
}

.sidebar .widget.widget-woof ul {
    padding: 0;
}

.sidebar .widget_text select {
    margin: 0 !important;
}

.tagcloud a {
    border: 1px solid #e4e4e4;
    padding: 3px 10px;
    margin-bottom: 6px;
    font-size: 14px !important;
    color: #727272;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.tagcloud a:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    background: #5abb9f;
}

.tagcloud a:after,
.tagcloud a:hover {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.tagcloud a:hover {
    color: #5abb9f;
    border-color: #5abb9f;
}

.tagcloud a:hover:after {
    width: 100%;
}

.widget_nav_menu .menu-testing-menu-container>ul>li {
    padding: 10px 0;
}

.widget_nav_menu .menu-testing-menu-container>ul>li>a:first-child {
    padding: 0 10px;
}

.widget_nav_menu .menu-testing-menu-container ul li {
    line-height: 30px;
}

.pagination a {
    padding: 10px 15px;
	background: #EBE9EB;	
	border-radius: 4px;	
}

.pagination span.current {
    padding: 10px 15px;
    background: #5abb9f;
    color: #fff;	
	border-radius: 4px;
	line-height: 1;
}

.pagination a:hover {
    background: #565E6A;
    color: #fff;
}

.pbr-pagination .pagination a {
    background: transparent;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.pbr-pagination .pagination a:focus,
.pbr-pagination .pagination a:hover {
    background: transparent;
}

.pbr-pagination .pagination li.active a {
    color: #5abb9f;
}

.pbr-pagination .pagination li.active a:focus {
    background: transparent;
    border: none;
    color: #5abb9f;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.cat-links {
    /* 	font-weight: 900; */
    text-transform: capitalize;
}

.cat-links a {
    color: #2b2b2b;
}

.cat-links a:hover {
    color: #41a62a;
}

.byline {
    display: none;
}

.entry-meta {
    clear: both;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333333333;
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
    overflow: hidden;
}

.entry-meta span {
    display: inline-block;
}

.entry-meta .tag-links {
    margin: 0;
}

.author a,
.comments-link a,
.edit-link a,
.entry-category a,
.entry-date a,
.meta-sep a {
    color: #999;
}

.entry-date span {
    margin: 0;
}

.entry-category {
    padding: 0;
}

.entry-category ul,
.entry-category ul li {
    margin: 0;
    display: inline-block;
    padding: 0;
}

.entry-category ul li {
    list-style: none;
}

.entry-category a {
    padding: 0 5px;
}

.entry-category a:hover {
    color: #5abb9f;
}

.entry-category a:first-child {
    padding-left: 0;
}

.meta-sep {
    background-color: #999;
    width: 3px;
    height: 3px;
    margin: 3px 5px;
}

.posts-wrapper .post-preview {
    float: left;
    width: 45%;
    margin-right: 30px;
}

.posts-wrapper .post-preview .post-thumbnail {
    margin-bottom: 0;
}

.posts-wrapper .entry-content {
    display: table-cell;
    padding: 30px 30px 0 0;
}

.blog-layout,
.bloggrid-layout {
    margin: 0 -15px;
}

.bloggrid-layout .entry-title {
    margin-top: 0;
}

.bloggrid-layout article.post {
    display: inline-block;
}

.blog-layout article.post {
    background: #fff;
}

@media (min-width: 1200px) {
    .blog-layout article.post {
        display: flex;
    }
}

.blog-layout .post-image img {
    border-radius: 3px;
}

.blog-layout .post-info {
    padding: 0;
    position: relative;
}

@media (min-width: 1200px) {
    .blog-layout .post-info {
        padding: 10px 25px;
    }
}

.blog-layout .post-image,
.blog-layout .post-info {
    width: 100%;
}

@media (min-width: 1200px) {
    .blog-layout .post-image,
    .blog-layout .post-info {
        width: 50%;
    }
}

.blog-layout .post-image {
    text-align: center;
}

@media (min-width: 1200px) {
    .blog-layout .post-image {
        text-align: left;
    }
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 25px;
}

.comment-content a,
.comment-content a.button,
.comment-content a:hover,
.entry-content a,
.entry-content a.button,
.entry-content a:hover,
.entry-summary a,
.entry-summary a.button,
.entry-summary a:hover,
.page-content a,
.page-content a.button,
.page-content a:hover {
    text-decoration: none;
}

.comment-content table,
.entry-content table {
    font-size: 14px;
    line-height: 1.2857142857;
    margin-bottom: 24px;
}

.comment-content th,
.entry-content th {
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase;
}

.comment-content td,
.entry-content td {
    padding: 8px;
}

.entry-content .edit-link {
    clear: both;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333333333;
    text-transform: uppercase;
}

.entry-content .edit-link a {
    color: #5abb9f;
    text-decoration: none;
}

.entry-content .edit-link a:hover {
    color: #41a62a;
}

.entry-content .more-link {
    white-space: nowrap;
}

.ratings a {
    text-indent: -9999em !important;
}

.entry-content-page {
    position: relative;
}

.entry-content-page .edit-link {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 6px;
    z-index: 10000;
}

.entry-content-page .edit-link:before {
    content: none;
}

.entry-content-page .edit-link a {
    font-size: 11px;
    color: #fff !important;
}

.opal-social-share {
    margin: 20px 0;
    clear: both;
}


/* Tag links style */

.tag-links a {
    border: 1px solid #e4e4e4;
    padding: 6px 12px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    text-transform: none;
}

.tag-links a:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    background: #5abb9f;
}

.tag-links a:after,
.tag-links a:hover {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.tag-links a:hover {
    color: #fff;
    border-color: #5abb9f;
    z-index: 1;
}

.tag-links a:hover:after {
    width: 100%;
}


/**
 * Navigation links
 */

.nav-links {
 
}

.nav-links a {
    display: block;
    float: left;
    width: 50%;
}

.nav-links a>div {
    font-size: 16px;
    float: none !important;
}

.nav-links a>div.pull-right {
    text-align: right;
}

.nav-links a>div.pull-right .meta-nav:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 7px;
    font-size: 16px;
}

.nav-links a>div.pull-left .meta-nav:before {
    font-family: FontAwesome;
    content: "\f104";
    margin-right: 7px;
    font-size: 16px;
}

.nav-links .meta-nav {
    display: block;
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
    margin-bottom: 7px;
    position: relative;
}


/* Mediaelements */

.hentry .mejs-container {
    margin: 12px 0 18px;
}

.hentry .mejs-container .mejs-controls,
.hentry .mejs-mediaelement {
    background: #000;
}

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #24890d;
}

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-time-rail .mejs-time-total {
    background: hsla(0, 0%, 100%, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
    padding-top: 9px;
}

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-time-rail span {
    border-radius: 0;
}

.hentry .mejs-overlay-loading {
    background: transparent;
}

.hentry .mejs-overlay-button {
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
    color: #000;
    height: 36px;
    margin-left: -24px;
    width: 48px;
}

.hentry .mejs-overlay-button:before {
    -webkit-font-smoothing: antialiased;
    content: "\f452";
    display: inline-block;
    font: normal 32px/1.125 Genericons;
    position: absolute;
    top: 1px;
    left: 10px;
}

.hentry .mejs-controls .mejs-button button:focus {
    outline: none;
}

.hentry .mejs-controls .mejs-button button {
    -webkit-font-smoothing: antialiased;
    background: none;
    color: #fff;
    display: inline-block;
    font: normal 16px/1 Genericons;
}

.hentry .mejs-playpause-button.mejs-play button:before {
    content: "\f452";
}

.hentry .mejs-playpause-button.mejs-pause button:before {
    content: "\f448";
}

.hentry .mejs-volume-button.mejs-mute button:before {
    content: "\f109";
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 0;
}

.hentry .mejs-volume-button.mejs-unmute button:before {
    content: "\f109";
    left: 0;
    position: absolute;
    top: 0;
}

.hentry .mejs-fullscreen-button button:before {
    content: "\f474";
}

.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {
    content: "\f406";
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
    background-color: #24890d;
    color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover {
    color: #41a62a;
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: both;
}

article {
    position: relative;
}

article .entry-title {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 28px;
    font-weight: 500;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
}

article h1.entry-title {
    font-size: 20px !important;
    margin-top: 15px !important;
}

article .list-item h3 {
    font-size: 18px;
}

article.post {
    margin-bottom: 30px;
}

article.post .post-thumbnail img {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
    border-radius: 0;
}

article.post .image-post {
    position: relative;
    overflow: hidden;
}

article.post .image-post img {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
}

article.post span i {
    padding-right: 10px;
}

article.post span a {
    color: #999;
}

article.post span span {
    margin-right: 0;
}

article.post .post-meta {
    position: absolute;
    width: 70px;
    height: 80px;
    left: 20px;
    background: #5abb9f;
    top: 20px;
    padding: 15px;
    text-align: center;
    line-height: 1.3333333333;
}

article.post .post-meta span {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

article.post .post-meta span.date-post {
    font-size: 24px;
}

article.post .post-meta span.month-post {
    font-size: 14px;
    border-bottom: 1px solid #bcccd0;
}

article.post .author-post a,
article.post .view-detail a {
    color: #999;
}

article.post .author-post a:hover,
article.post .view-detail a:hover {
    color: #5abb9f;
}

article.post .author-post i,
article.post .view-detail i {
    padding: 0 5px;
}

article.post .info-post {
    border: 1px solid #eaeaea;
    border-top: 0;
    display: inline-block;
    padding: 30px;
    font-size: 13px;
}

article.post .info-post .entry-title {
    margin-top: 0;
}

article.post .info-post .author-post {
    margin-right: 20px;
}

article.post:hover .image-post img,
article.post:hover .post-thumbnail img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

article .post-format a i {
    display: none;
}

article .post-content span a {
    display: inline-block;
    color: #5abb9f;
    margin-top: 10px;
}

article .post-content span a:hover {
    color: #5abb9f;
}


/*------------------------------------*    Comment List
\*------------------------------------*/

.comments {
    margin-bottom: 30px;
}

.comments .comments-title {
    font-size: 20px;
    margin-bottom: 0;
    padding: 0px 0px 13px;
    position: relative;
    color: #000;
}

.comments .the-comment {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #eaeaea;
}

.comments .the-comment .avatar {
    float: left;
    margin-right: 5px;
}

.comments .the-comment .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.comments .comment-text {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.comments input.btn {
    border-radius: 25px;
    padding: 10px 25px;
}

.comments .comment-box {
    overflow: hidden;
}

.comments .comment-author {
    color: #5abb9f;
}

.comments .comment-meta {
    font-size: 12px;
    color: #aaa;
}

.comments a {
    color: #5abb9f;
    text-transform: uppercase;
    font-size: 12px;
}

.comments ol,
.comments ul {
    margin: 0;
}

.comments .children,
.comments .commentlists {
    list-style: none;
}

@media (max-width: 480px) {
    .comments .children,
    .comments .commentlists {
        padding-left: 10px;
    }
}

.comments .commentlists {
    padding-left: 0;
}

.comment-navigation .previous {
    float: left;
}

.comment-navigation .next {
    float: right;
}


/*------------------------------------*\ 
    portfolio
\*------------------------------------*/

.single-portfolio .portfolio-meta-info {
    display: inline-block;
}

.single-portfolio .portfolio-meta-info h4 {
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    margin-bottom: 40px;
    font-size: 20px;
}

.single-portfolio .portfolio-meta-info h4:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
    background: #5abb9f;
    top: 40px;
}

.single-portfolio .portfolio-meta-info ul {
    padding: 0;
    list-style: none;
    text-align: left;
}

.single-portfolio .portfolio-meta-info ul li {
    line-height: 30px;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}

.single-portfolio .portfolio-meta-info ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.single-portfolio .portfolio-meta-info ul li .meta-label {
    font-weight: 600;
    margin-right: 10px;
}

.single-portfolio .entry-title {
    margin: 10px 0 25px;
}

.single-portfolio .entry-title .title-post {
    text-transform: uppercase;
    margin: 0 0 15px;
}

.single-portfolio .created {
    color: #999;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.single-portfolio .single-body {
    margin-top: 30px;
}

.single-portfolio .gallery-thumb [class^=col-] {
    margin-bottom: 20px;
}

.single-portfolio .format-video .content-video {
    background: #fafafa;
}

.single-portfolio .format-infomation .single-body {
    margin-top: 0;
}

.single-portfolio .format-infomation .single-body .portfolio-info {
    margin-bottom: 30px;
}

.single-portfolio .format-infomation .single-body .portfolio-info>div {
    padding: 10px 0;
    border-top: 1px solid #f1f1f1;
}

.single-portfolio .format-infomation .single-body .portfolio-info>div:last-child {
    border-bottom: 1px solid #f1f1f1;
}

.single-portfolio .format-infomation .single-body .portfolio-info>div>span {
    font-size: 16px;
    font-weight: 300;
}

.single-portfolio .format-infomation .single-body .portfolio-info>div>span:first-child {
    width: 90px;
    display: inline-block;
    color: #777;
}

.single-portfolio .format-infomation .single-body .portfolio-info>div>span:last-child {
    color: #000;
}

.single-portfolio .format-infomation .single-body .portfolio-info a:hover {
    color: #5abb9f;
}

.portfolio-masonry-entry {
    margin-bottom: 30px;
}

.portfolio-masonry-entry.nopadding {
    margin-bottom: 0;
}

.ih-item {
    position: relative;
    margin-bottom: 30px;
}

.ih-item .info {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.ih-item .info>* {
    color: #fff;
}

.ih-item .info h3 {
    text-align: center;
    padding: 10px 25px;
    font-size: 15px;
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
}

.ih-item .info p {
    font-style: italic;
    position: relative;
    color: #bbb;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}

.ih-item:hover .info h3 {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.ih-item .info {
    opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.ih-item .info h3 {
    background: none;
}

.ih-item .info h3:hover {
    color: #5abb9f;
}

.ih-item .info .description {
    display: none;
}

.ih-item .info .created,
.ih-item .info .zoom {
    display: block !important;
    visibility: visible !important;
    padding: 0;
    color: #fff;
    font-weight: 400;
}

.ih-item .info .info-inner {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.ih-item .info .info-inner h3 {
    margin: 0;
}

.ih-item .info .info-inner .zoom {
    position: relative;
    top: 5px;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
}

.ih-item .info .info-inner .zoom,
.ih-item .info .info-inner .zoom:before {
    width: 35px;
    height: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ih-item .info .info-inner .zoom:before {
    content: "+";
    position: absolute;
    font-size: 18px;
    color: #fafafa;
    top: 0;
    line-height: 30px;
    border: 2px solid #fafafa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
}

.ih-item .info .info-inner .zoom:hover:before {
    color: #5abb9f;
    border-color: #5abb9f;
}

.ih-item .info .info-inner .zoom i {
    display: none;
}

.ih-item:hover .info,
.ih-item:hover .info .zoom {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ih-item:hover .info .zoom {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: visible;
}

.ih-item.square {
    position: relative;
}

.ih-item.square .info {
    backface-visibility: hidden;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    background: #333;
    color: #fff;
}

.ih-item.square .info>* {
    color: #fff;
}

.ih-item.square .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 10px;
    background: #000;
    margin: 30px 0 0;
    font-size: 15px;
}

.ih-item.square .info p {
    font-style: italic;
    position: relative;
    color: #bbb;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}

.ih-item.square.effect2 {
    overflow: hidden;
}

.ih-item.square.effect2.colored .info {
    background: #333;
}

.ih-item.square.effect2.colored .info h3 {
    background: #111;
}

.ih-item.square.effect2 .img {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

.ih-item.square.effect2 .info {
    background: #333;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out .3s;
    -o-transition: all .35s .3s ease-in-out;
    transition: all .35s ease-in-out .3s;
}

.ih-item.square.effect2 .info h3 {
    -webkit-transition: all .35s ease-in-out .6s;
    -o-transition: all .35s .6s ease-in-out;
    transition: all .35s ease-in-out .6s;
}

.ih-item.square.effect2 .info h3,
.ih-item.square.effect2 .info p {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
}

.ih-item.square.effect2 .info p {
    -webkit-transition: all .35s linear .5s;
    -o-transition: all .35s .5s linear;
    transition: all .35s linear .5s;
}

.ih-item.square.effect2 a:hover .img {
    -webkit-transform: rotate(2turn) scale(0);
    -moz-transform: rotate(2turn) scale(0);
    -ms-transform: rotate(2turn) scale(0);
    -o-transform: rotate(2turn) scale(0);
    transform: rotate(2turn) scale(0);
    opacity: 0;
}

.ih-item.square.effect2 a:hover .info {
    visibility: visible;
}

.ih-item.square.effect2 a:hover .info h3,
.ih-item.square.effect2 a:hover .info p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect3.bottom_to_top {
    overflow: hidden;
}

.ih-item.square.effect3.bottom_to_top .info {
    top: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.ih-item.square.effect3.bottom_to_top .img,
.ih-item.square.effect3.bottom_to_top .info {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.ih-item.square.effect3.bottom_to_top a:hover .img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.ih-item.square.effect3.bottom_to_top a:hover .info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect5 .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.square.effect5 .img,
.ih-item.square.effect5 .info {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.ih-item.square.effect5 .info {
    background: #000;
    opacity: 0;
}

.ih-item.square.effect5 a:hover .img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-delay: 0, 0;
    -moz-transition-delay: 0, 0;
    -ms-transition-delay: 0, 0;
    -o-transition-delay: 0, 0;
    transition-delay: 0, 0;
}

.ih-item.square.effect5 a:hover .info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: .3s, .3s;
    -moz-transition-delay: .3s, .3s;
    -ms-transition-delay: .3s, .3s;
    -o-transition-delay: .3s, .3s;
    transition-delay: .3s, .3s;
}

.ih-item.square.effect5.left_to_right .info {
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
}

.ih-item.square.effect6 {
    overflow: hidden;
}

.ih-item.square.effect6 .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.square.effect6 .img,
.ih-item.square.effect6 .info {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.ih-item.square.effect6 .info {
    background: #000;
    visibility: hidden;
    opacity: 0;
}

.ih-item.square.effect6 .info h3 {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.ih-item.square.effect6 .info p {
    -webkit-transition: all .35s linear .1s;
    -o-transition: all .35s .1s linear;
    transition: all .35s linear .1s;
}

.ih-item.square.effect6 a:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ih-item.square.effect6 a:hover .info {
    visibility: visible;
    opacity: 1;
}

.ih-item.square.effect6.bottom_to_top .info h3,
.ih-item.square.effect6.bottom_to_top .info p {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect7 {
    overflow: hidden;
}

.ih-item.square.effect7 .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.square.effect7 .img,
.ih-item.square.effect7 .info {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.ih-item.square.effect7 .info {
    background: #000;
    visibility: hidden;
    opacity: 0;
}

.ih-item.square.effect7 .info h3 {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    -webkit-transition: all .35s ease-in-out .1s;
    -o-transition: all .35s .1s ease-in-out;
    transition: all .35s ease-in-out .1s;
}

.ih-item.square.effect7 .info p {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    -webkit-transition: all .35s linear .3s;
    -o-transition: all .35s .3s linear;
    transition: all .35s linear .3s;
}

.ih-item.square.effect7 a:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ih-item.square.effect7 a:hover .info {
    visibility: visible;
    opacity: 1;
}

.ih-item.square.effect7 a:hover .info h3,
.ih-item.square.effect7 a:hover .info p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.square.effect8 {
    overflow: hidden;
}

.ih-item.square.effect8 .img {
    opacity: 1;
}

.ih-item.square.effect8 .img,
.ih-item.square.effect8 .info {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.ih-item.square.effect8 .info {
    visibility: hidden;
    opacity: 0;
}

.ih-item.square.effect8 .info h3 {
    -webkit-transition: all .35s ease-in-out .1s;
    -o-transition: all .35s .1s ease-in-out;
    transition: all .35s ease-in-out .1s;
}

.ih-item.square.effect8 .info p {
    -webkit-transition: all .35s linear .15s;
    -o-transition: all .35s .15s linear;
    transition: all .35s linear .15s;
}

.ih-item.square.effect8 a:hover .img {
    opacity: 0;
}

.ih-item.square.effect8 a:hover .info {
    visibility: visible;
    opacity: 1;
}

.ih-item.square.effect8.scale_up .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.square.effect8.scale_up .info,
.ih-item.square.effect8.scale_up .info h3,
.ih-item.square.effect8.scale_up .info p {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.ih-item.square.effect8.scale_up a:hover .img {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
}

.ih-item.square.effect8.scale_up a:hover .info,
.ih-item.square.effect8.scale_up a:hover .info h3,
.ih-item.square.effect8.scale_up a:hover .info p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.square.effect10 {
    overflow: hidden;
}

.ih-item.square.effect10 .img,
.ih-item.square.effect10 .info {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.ih-item.square.effect10 .info {
    visibility: hidden;
    opacity: 0;
}

.ih-item.square.effect10 a:hover .info {
    visibility: visible;
    opacity: 1;
}

.ih-item.square.effect10.left_to_right .img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ih-item.square.effect10.left_to_right .info {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ih-item.square.effect10.left_to_right a:hover .img {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.ih-item.square.effect10.left_to_right a:hover .info {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ih-item.square.effect12 {
    overflow: hidden;
}

.ih-item.square.effect12 .img,
.ih-item.square.effect12 .info {
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

.ih-item.square.effect12 .info {
    background: #000;
    visibility: hidden;
    opacity: 0;
}

.ih-item.square.effect12 .info h3,
.ih-item.square.effect12 .info p {
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

.ih-item.square.effect12 a:hover .info {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .2s, .2s;
    -moz-transition-delay: .2s, .2s;
    -ms-transition-delay: .2s, .2s;
    -o-transition-delay: .2s, .2s;
    transition-delay: .2s, .2s;
}

.ih-item.square.effect12 a:hover .info h3 {
    -webkit-transition-delay: .3s, .3s;
    -moz-transition-delay: .3s, .3s;
    -ms-transition-delay: .3s, .3s;
    -o-transition-delay: .3s, .3s;
    transition-delay: .3s, .3s;
}

.ih-item.square.effect12 a:hover .info p {
    -webkit-transition-delay: .25s, .25s;
    -moz-transition-delay: .25s, .25s;
    -ms-transition-delay: .25s, .25s;
    -o-transition-delay: .25s, .25s;
    transition-delay: .25s, .25s;
}

.ih-item.square.effect12.left_to_right .info {
    -webkit-transform: translate(-460px, -100px) rotate(-180deg);
    -moz-transform: translate(-460px, -100px) rotate(-180deg);
    -ms-transform: translate(-460px, -100px) rotate(-180deg);
    -o-transform: translate(-460px, -100px) rotate(-180deg);
    transform: translate(-460px, -100px) rotate(-180deg);
}

.ih-item.square.effect12.left_to_right .info h3 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

.ih-item.square.effect12.left_to_right .info p {
    -webkit-transform: translateX(-300px) rotate(-90deg);
    -moz-transform: translateX(-300px) rotate(-90deg);
    -ms-transform: translateX(-300px) rotate(-90deg);
    -o-transform: translateX(-300px) rotate(-90deg);
    transform: translateX(-300px) rotate(-90deg);
}

.ih-item.square.effect12.left_to_right a:hover .info {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.ih-item.square.effect12.left_to_right a:hover .info h3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.square.effect12.left_to_right a:hover .info p {
    -webkit-transform: translateX(0) rotate(0deg);
    -moz-transform: translateX(0) rotate(0deg);
    -ms-transform: translateX(0) rotate(0deg);
    -o-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
}

.ih-item.square.effect14 {
    overflow: hidden;
}

.ih-item.square.effect14 .img {
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.ih-item.square.effect14 .info {
    visibility: hidden;
    -webkit-transition: all .35s ease .2s;
    -o-transition: all .35s ease .2s;
    transition: all .35s ease .2s;
}

.ih-item.square.effect14 .info,
.ih-item.square.effect14 a:hover .img {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

.ih-item.square.effect14 a:hover .info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.square.effect14.left_to_right .img {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    -o-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
}

.ih-item.square.effect14.left_to_right a:hover .img {
    -webkit-transform: translateX(100%) rotate(180deg);
    -moz-transform: translateX(100%) rotate(180deg);
    -ms-transform: translateX(100%) rotate(180deg);
    -o-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg);
}

.ih-item.square.effect15 {
    overflow: hidden;
    -webkit-perspective: 900px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    perspective: 900px;
}

.ih-item.square.effect15 .img {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ih-item.square.effect15 .info {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out .3s;
    -o-transition: all .35s ease-in-out .3s;
    transition: all .35s ease-in-out .3s;
}

.ih-item.square.effect15 a:hover .img {
    opacity: 0;
    visibility: hidden;
}

.ih-item.square.effect15 a:hover .info {
    visibility: visible;
    opacity: 1;
}

.ih-item.square.effect15.left_to_right .img {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.ih-item.square.effect15.left_to_right .info {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.ih-item.square.effect15.left_to_right a:hover .img {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.ih-item.square.effect15.left_to_right a:hover .info {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

.ih-item.square.effect16 .info {
    opacity: 0;
    filter: alpha(opacity=0);
    background: #5abb9f;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.ih-item.square.effect16 .info h3 {
    background: none;
}

.ih-item.square.effect16 .info h3 a {
    color: #000 !important;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.ih-item.square.effect16 .info h3 a:hover {
    color: #fff !important;
}

.ih-item.square.effect16 .info .description {
    display: none;
}

.ih-item.square.effect16 .info .created,
.ih-item.square.effect16 .info .zoom {
    display: block !important;
    visibility: visible !important;
    padding: 0;
    color: #fff;
    font-weight: 400;
}

.ih-item.square.effect16 .info .zoom i {
    border: 1px solid #fff !important;
}

.ih-item.square.effect16 .info .info-inner {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.ih-item.square.effect16 .info .info-inner h3 {
    margin: 0;
}

.ih-item.square.effect16:hover .info {
    opacity: 1;
    filter: alpha(opacity=100);
}

.zoomLens {
    width: 50px !important;
    height: 50px !important;
}

.zoomLens:before {
    content: "\f067";
    font-family: FontAwesome;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    display: block;
    font-weight: 400;
}


/* 6. Form */


/*Space
------------------------------------*/


/*Margin Top*/

.space-top-5 {
    margin-top: 5px !important;
}

.space-top-10 {
    margin-top: 10px !important;
}

.space-top-15 {
    margin-top: 15px !important;
}

.space-top-20 {
    margin-top: 20px !important;
}

.space-top-25 {
    margin-top: 25px !important;
}

.space-top-30 {
    margin-top: 30px !important;
}

.space-top-35 {
    margin-top: 35px !important;
}

.space-top-40 {
    margin-top: 40px !important;
}

.space-top-45 {
    margin-top: 45px !important;
}

.space-top-50 {
    margin-top: 50px !important;
}

.space-top-100 {
    margin-top: 100px !important;
}


/*Margin Bottom*/

.space-5 {
    margin-bottom: 5px !important;
}

.space-10 {
    margin-bottom: 10px !important;
}

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

.space-20 {
    margin-bottom: 20px !important;
}

.space-25 {
    margin-bottom: 25px !important;
}

.space-30 {
    margin-bottom: 30px !important;
}

.space-35 {
    margin-bottom: 35px !important;
}

.space-40 {
    margin-bottom: 40px !important;
}

.space-45 {
    margin-bottom: 45px !important;
}

.space-50 {
    margin-bottom: 50px !important;
}

.space-100 {
    margin-bottom: 100px !important;
}

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


/*Padding Around the Block*/

.space-padding-0 {
    padding: 0 !important;
}

.space-padding-10 {
    padding: 10px !important;
}

.space-padding-20 {
    padding: 20px !important;
}

.space-padding-30 {
    padding: 30px !important;
}

.space-padding-40 {
    padding: 40px !important;
}

.space-padding-50 {
    padding: 50px !important;
}

.hasborder {
    border: 1px solid #eaeaea !important;
}

.noborder {
    border: 1px solid transparent !important;
}

.border-top {
    border-top: 1px solid #eaeaea !important;
    margin-top: 2px;
}

.line-height-30 {
    line-height: 30px;
}

.bg-none {
    background: transparent !important;
}


/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

.no-space-row .kc_column,
.no-space-row .row {
    margin: 0;
}

.no-space-row [class*=col-],
.no-space-row [class*=kc_col-],
.no-space-row [class^=col-],
.no-space-row [class^=kc_col-] {
    padding: 0;
}

.no-padding {
    margin: 0 !important;
    padding: 0 !important;
}

.bg-white {
    background: #fff;
}

.bg-primary {
    background: #5abb9f;
}

.box-shadow {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .11);
    background: #fff;
}

.btn-outline-light {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-outline-light.active,
.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light:hover,
.open .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #5abb9f;
    border-color: #5abb9f;
}

.btn-outline-light.active,
.btn-outline-light:active,
.open .btn-outline-light.dropdown-toggle {
    background-image: none;
}

.btn-outline-light.disabled,
.btn-outline-light.disabled.active,
.btn-outline-light.disabled:active,
.btn-outline-light.disabled:focus,
.btn-outline-light.disabled:hover,
.btn-outline-light[disabled],
.btn-outline-light[disabled].active,
.btn-outline-light[disabled]:active,
.btn-outline-light[disabled]:focus,
.btn-outline-light[disabled]:hover,
fieldset[disabled] .btn-outline-light,
fieldset[disabled] .btn-outline-light.active,
fieldset[disabled] .btn-outline-light:active,
fieldset[disabled] .btn-outline-light:focus,
fieldset[disabled] .btn-outline-light:hover {
    background-color: transparent;
    border-color: #fff;
}

.btn-outline-light .badge {
    color: transparent;
    background-color: #fff;
}

.btn-outline-dark {
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.btn-outline-dark.active,
.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark:hover,
.open .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #5abb9f;
    border-color: #5abb9f;
}

.btn-outline-dark.active,
.btn-outline-dark:active,
.open .btn-outline-dark.dropdown-toggle {
    background-image: none;
}

.btn-outline-dark.disabled,
.btn-outline-dark.disabled.active,
.btn-outline-dark.disabled:active,
.btn-outline-dark.disabled:focus,
.btn-outline-dark.disabled:hover,
.btn-outline-dark[disabled],
.btn-outline-dark[disabled].active,
.btn-outline-dark[disabled]:active,
.btn-outline-dark[disabled]:focus,
.btn-outline-dark[disabled]:hover,
fieldset[disabled] .btn-outline-dark,
fieldset[disabled] .btn-outline-dark.active,
fieldset[disabled] .btn-outline-dark:active,
fieldset[disabled] .btn-outline-dark:focus,
fieldset[disabled] .btn-outline-dark:hover {
    background-color: transparent;
    border-color: #000;
}

.btn-outline-dark .badge {
    color: transparent;
    background-color: #000;
}

.btn-inverse-light {
    color: #5abb9f;
    background-color: #fff;
    border-color: #fff;
}

.btn-inverse-light.active,
.btn-inverse-light:active,
.btn-inverse-light:focus,
.btn-inverse-light:hover,
.open .btn-inverse-light.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-inverse-light.active,
.btn-inverse-light:active,
.open .btn-inverse-light.dropdown-toggle {
    background-image: none;
}

.btn-inverse-light.disabled,
.btn-inverse-light.disabled.active,
.btn-inverse-light.disabled:active,
.btn-inverse-light.disabled:focus,
.btn-inverse-light.disabled:hover,
.btn-inverse-light[disabled],
.btn-inverse-light[disabled].active,
.btn-inverse-light[disabled]:active,
.btn-inverse-light[disabled]:focus,
.btn-inverse-light[disabled]:hover,
fieldset[disabled] .btn-inverse-light,
fieldset[disabled] .btn-inverse-light.active,
fieldset[disabled] .btn-inverse-light:active,
fieldset[disabled] .btn-inverse-light:focus,
fieldset[disabled] .btn-inverse-light:hover {
    background-color: #fff;
    border-color: #fff;
}

.btn-inverse-light .badge {
    color: #fff;
    background-color: #5abb9f;
}

.btn-outline {
    background: transparent;
    border: 1px solid #eaeaea;
}

.btn-outline.btn-default {
    color: #000;
}

.btn-outline.btn-default:hover {
    color: #fff;
}

.btn-outline.btn-primary {
    color: #5abb9f;
}

.btn-outline.btn-primary:hover {
    color: #fff;
}

.btn-outline.btn-success {
    color: #5abb9f;
}

.btn-outline.btn-success:hover {
    color: #fff;
}

.btn-outline.btn-info {
    color: #549dde;
}

.btn-outline.btn-info:hover {
    color: #fff;
}

.btn-outline.btn-danger {
    color: #e56363;
}

.btn-outline.btn-danger:hover {
    color: #fff;
}

.btn-outline.btn-warning {
    color: #fec52e;
}

.btn-outline.btn-warning:hover {
    color: #fff;
}

.btn-inverse.btn-primary:hover,
.btn-inverse.btn-success:hover {
    color: #5abb9f;
    background: transparent;
}

.btn-inverse.btn-info:hover {
    color: #549dde;
    background: transparent;
}

.btn-inverse.btn-danger:hover {
    color: #e56363;
    background: transparent;
}

.btn-inverse.btn-warning:hover {
    color: #fec52e;
    background: transparent;
}

.btn-3d {
    border: 0 none;
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, .15);
}


/* clearfix */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    background: transparent;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translateZ(0);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    direction: ltr !important;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
    padding: 0 15px;
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer;
}

.owl-controls .owl-buttons div {
    position: absolute;
}

.owl-controls .owl-buttons .owl-prev {
    left: 10px;
    top: 50%;
}

.owl-controls .owl-buttons .owl-next {
    right: 10px;
    top: 50%;
}


/* mouse grab icon */


/* fix */

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}


/* OpenCart Code */

.owl-carousel {
    margin: 0;
}

.owl-carousel .owl-buttons div {
    opacity: 0;
    color: rgba(0, 0, 0, .8);
    transition: all .3s ease;
    font-size: 40px;
    color: transparent;
    z-index: 99;
    background: transparent;
}

.owl-carousel .owl-buttons div:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: FontAwesome;
    color: #2e2e2e;
    line-height: 46px;
    text-align: center;
}

.owl-carousel .owl-buttons div.owl-prev:before {
    content: "\f177";
}

.owl-carousel .owl-buttons div.owl-next:before {
    content: "\f178";
}

.owl-carousel:hover .owl-buttons div {
    opacity: .7;
}

.owl-carousel .owl-buttons div:hover:before {
    color: #5abb9f;
}

.owl-carousel .owl-buttons div i {
    font-size: 40px;
    margin: -20px 0 0;
}

.owl-carousel .owl-buttons .owl-prev {
    left: -100px;
}

.owl-carousel .owl-buttons .owl-next {
    right: -100px;
}

.owl-carousel:hover .owl-buttons .owl-prev {
    left: -70px;
}

.owl-carousel:hover .owl-buttons .owl-next {
    right: -70px;
}

.owl-pagination {
    text-align: center;
    top: 0;
    position: relative;
    margin-top: 30px;
}

.owl-controls .owl-page {
    display: inline-block;
    margin: 0 6px;
}

.owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #eaeaea;
}

.owl-controls .owl-page.active {
    position: relative;
}

.owl-controls .owl-page.active span {
    background: #f37737;
    opacity: 1;
    border: none;
}

.owl-carousel-play {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.owl-carousel-play .carousel-control {
    opacity: 0;
    z-index: 1;
    right: 0;
    top: 35%;
    line-height: 32px;
    position: absolute;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    color: #5abb9f;
}

.owl-carousel-play .carousel-control.left {
    left: -50px;
}

.owl-carousel-play .carousel-control.right {
    right: -50px;
    left: auto;
}

.owl-carousel-play .carousel-control.carousel-center {
    top: 50%;
}

.owl-carousel-play .carousel-control:focus {
    color: #fff;
}

.owl-carousel-play:hover .carousel-control {
    opacity: 1;
}

.owl-carousel-play:hover .carousel-control.left {
    left: -30px;
}

.owl-carousel-play:hover .carousel-control.right {
    right: -30px;
}

.owl-carousel-play:hover .carousel-control:hover {
    color: #fff;
}

.carousel-md {
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.carousel-sm {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.carousel-xs {
    /* 	@include size($bo-carousel-xs-width, $bo-carousel-xs-height);
         line-height: $bo-carousel-xs-height;
         font-size: 14px; */
}


/*Font Weight*/

.fweight-100 {
    font-weight: 100 !important;
}

.fweight-200 {
    font-weight: 200 !important;
}

.fweight-300 {
    font-weight: 300 !important;
}

.fweight-400 {
    font-weight: 400 !important;
}

.fweight-500 {
    font-weight: 500 !important;
}

.fweight-600 {
    font-weight: 600 !important;
}

.fweight-700 {
    font-weight: 700 !important;
}

.fweight-800 {
    font-weight: 800 !important;
}

.text-big-1 {
    font-size: 16px;
}

.text-big-2 {
    font-size: 24px;
    font-weight: 600;
}

.text-big-3 {
    font-size: 70px;
}

.text-purple {
    color: #6c58bd !important;
}

.text-red {
    color: #c32322 !important;
}

.text-red-1 {
    color: red !important;
}

.text-orange {
    color: #f66000 !important;
}

.text-hover {
    color: #5abb9f !important;
}

.text-yellow {
    color: #e2d951 !important;
}

.text-black {
    color: #000 !important;
}

.text-light,
.text-white {
    color: #fff !important;
}

.text-darker {
    color: #333 !important;
}

.initialism,
.text-uppercase {
    text-transform: uppercase;
}


/*Radius
------------------------------------*/

.radius-0 {
    border-radius: 0 !important;
}

.radius-x {
    border-radius: 50% !important;
}

.radius-1x {
    border-radius: 10px !important;
}

.radius-2x {
    border-radius: 20px !important;
}

.radius-3x {
    border-radius: 30px !important;
}

.radius-4x {
    border-radius: 40px !important;
}

.radius-5x {
    border-radius: 5px !important;
}

.radius-6x {
    border-radius: 3px !important;
}


/**
 * Menu
 */

ul.menu {
    padding: 0;
    margin: 0;
}

ul.menu li {
    list-style: none;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}


/****/

.testimonial-collection .testimonials-avatar {
    margin: 30px 0;
}

.testimonial-collection .testimonials-name {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #5abb9f;
}

.testimonial-collection .testimonials-description {
    color: #292e38;
    font-size: 14px;
    padding: 40px 0;
    position: relative;
    padding-left: 28px;
}

.testimonial-collection .testimonials-description:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-size: 25px;
    color: #3e3e3e;
}

.testimonial-collection .testimonials-left .job {
    color: #fff;
}

.testimonial-collection .testimonials-left .testimonials-name {
    color: #fff;
    text-align: left;
    margin-bottom: 0;
}

.testimonial-collection .testimonials-left .testimonials-position a {
    color: #fff;
}

.testimonial-collection .testimonials-left .testimonials-position a:hover {
    color: #5abb9f;
}

.testimonial-collection .testimonials-left .testimonials-description {
    color: #999;
    font-size: 24px;
    margin-bottom: 70px;
    line-height: 40px;
    font-weight: 300;
}

.testimonial-collection .testimonials-left .testimonials-avatar {
    float: left;
    height: 70px;
    width: 70px;
    position: relative;
    margin-right: 30px;
    border-radius: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.testimonial-collection .testimonials-left .media-body {
    text-align: left;
}

.testimonial-collection .testimonials-left .testimonials-profile {
    display: inline-block;
    margin: 0 auto;
    width: 21%;
}

.testimonial-collection .testimonials-v1 .testimonials-avatar {
    margin-bottom: 100px;
}

.testimonial-collection .testimonials-v1 .job a,
.testimonial-collection .testimonials-v1 .testimonials-name {
    color: #fff;
}

.testimonial-collection .testimonials-v1 .job a:hover {
    color: #5abb9f;
}

.testimonial-collection .testimonials-v2 {
    text-align: center;
}

.testimonial-collection .testimonials-v2 .testimonials-description {
    color: #292e38;
    font-size: 30px;
    line-height: 40px;
}

@media (min-width: 1200px) {
    .testimonial-collection .testimonials-v2 .testimonials-description {
        padding: 65px 200px 10px;
    }
}

.testimonial-collection .testimonials-v2 .job,
.testimonial-collection .testimonials-v2 .testimonials-avatar {
    display: none;
}

.testimonial-collection .testimonials-v6 {
    text-align: center;
    padding: 20px 15px;
}


/** SOCIAL ICONS ***/

.bo-social-icons [class^=bo-social-] {
    color: #fff;
    display: inline-block;
    margin: 10px 5px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    line-height: 36px;
    width: 36px;
    height: 36px;
    background: #e5e5e5;
    color: #9e9e9e;
    transition: all .2s ease-out 0s;
}

.bo-social-icons [class^=bo-social-]:hover {
    background: #000;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.bo-social-icons .bo-social-white {
    background: #fff;
    color: #9e9e9e;
    border: 1px solid #9e9e9e;
}

.bo-social-icons .bo-social-outline {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.bo-social-icons .bo-social-outline-light {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.bo-social-icons .bo-social-outline-light:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}

.bo-social-icons:first-child [class*=bo-social-] {
    margin-top: 0;
}

.bo-social-icons:last-child [class*=bo-social-] {
    margin-bottom: 0;
}

.bo-social-icons.bo-sicolor [class*=bo-social-] {
    color: #fff;
    margin-bottom: 10px;
}

.bo-sicolor .bo-social-twitter {
    background: #00bdec;
}

.bo-sicolor .bo-social-twitter:hover {
    background: #000;
}

.bo-sicolor .bo-social-dribbble {
    background: #ef5b92;
}

.bo-sicolor .bo-social-dribbble:hover {
    background: #000;
}

.bo-sicolor .bo-social-facebook {
    background: #3b5998;
}

.bo-sicolor .bo-social-facebook:hover {
    background: #000;
}

.bo-sicolor .bo-social-duckduckgo {
    background: #de3100;
}

.bo-sicolor .bo-social-duckduckgo:hover {
    background: #000;
}

.bo-sicolor .bo-social-aim {
    background: #158799;
}

.bo-sicolor .bo-social-aim:hover {
    background: #000;
}

.bo-sicolor .bo-social-delicious {
    background: #183864;
}

.bo-sicolor .bo-social-delicious:hover {
    background: #000;
}

.bo-sicolor .bo-social-paypal {
    background: #32689a;
}

.bo-sicolor .bo-social-paypal:hover {
    background: #000;
}

.bo-sicolor .bo-social-android {
    background: #8ab733;
}

.bo-sicolor .bo-social-android:hover {
    background: #000;
}

.bo-sicolor .bo-social-gplus {
    background: #d94a39;
}

.bo-sicolor .bo-social-gplus:hover {
    background: #000;
}

.bo-sicolor .bo-social-lanyrd {
    background: #3879ba;
}

.bo-sicolor .bo-social-lanyrd:hover {
    background: #000;
}

.bo-sicolor .bo-social-stumbleupon {
    background: #ea4b24;
}

.bo-sicolor .bo-social-stumbleupon:hover {
    background: #000;
}

.bo-sicolor .bo-social-fivehundredpx {
    background: #00a6e1;
}

.bo-sicolor .bo-social-fivehundredpx:hover {
    background: #000;
}

.bo-sicolor .bo-social-pinterest {
    background: #b8242a;
}

.bo-sicolor .bo-social-pinterest:hover {
    background: #000;
}

.bo-sicolor .bo-social-bitcoin {
    background: #f7931a;
}

.bo-sicolor .bo-social-bitcoin:hover {
    background: #000;
}

.bo-sicolor .bo-social-w3c {
    background: #005a9c;
}

.bo-sicolor .bo-social-w3c:hover {
    background: #000;
}

.bo-sicolor .bo-social-foursquare {
    background: #3bb7e8;
}

.bo-sicolor .bo-social-foursquare:hover {
    background: #000;
}

.bo-sicolor .bo-social-html5 {
    background: #e44e26;
}

.bo-sicolor .bo-social-html5:hover {
    background: #000;
}

.bo-sicolor .bo-social-ie {
    background: #0cf;
}

.bo-sicolor .bo-social-ie:hover {
    background: #000;
}

.bo-sicolor .bo-social-grooveshark {
    background: #f66f00;
}

.bo-sicolor .bo-social-grooveshark:hover {
    background: #000;
}

.bo-sicolor .bo-social-ninetyninedesigns {
    background: #ff5501;
}

.bo-sicolor .bo-social-ninetyninedesigns:hover {
    background: #000;
}

.bo-sicolor .bo-social-forrst {
    background: #223f17;
}

.bo-sicolor .bo-social-forrst:hover {
    background: #000;
}

.bo-sicolor .bo-social-spotify {
    background: #8fbd05;
}

.bo-sicolor .bo-social-spotify:hover {
    background: #000;
}

.bo-sicolor .bo-social-reddit {
    background: #ff4500;
}

.bo-sicolor .bo-social-reddit:hover {
    background: #000;
}

.bo-sicolor .bo-social-gowalla {
    background: #f6911d;
}

.bo-sicolor .bo-social-gowalla:hover {
    background: #000;
}

.bo-sicolor .bo-social-apple {
    background: #5f5f5f;
}

.bo-sicolor .bo-social-apple:hover {
    background: #000;
}

.bo-sicolor .bo-social-blogger {
    background: #fb9241;
}

.bo-sicolor .bo-social-blogger:hover {
    background: #000;
}

.bo-sicolor .bo-social-cc {
    background: #5e7c00;
}

.bo-sicolor .bo-social-cc:hover {
    background: #000;
}

.bo-sicolor .bo-social-evernote {
    background: #61b239;
}

.bo-sicolor .bo-social-evernote:hover {
    background: #000;
}

.bo-sicolor .bo-social-flickr {
    background: #ff0084;
}

.bo-sicolor .bo-social-flickr:hover {
    background: #000;
}

.bo-sicolor .bo-social-google {
    background: #d94a39;
}

.bo-sicolor .bo-social-google:hover {
    background: #000;
}

.bo-sicolor .bo-social-viadeo {
    background: #f5a433;
}

.bo-sicolor .bo-social-viadeo:hover {
    background: #000;
}

.bo-sicolor .bo-social-instapaper {
    background: #eaec08;
}

.bo-sicolor .bo-social-instapaper:hover {
    background: #000;
}

.bo-sicolor .bo-social-klout {
    background: #e34600;
}

.bo-sicolor .bo-social-klout:hover {
    background: #000;
}

.bo-sicolor .bo-social-linkedin {
    background: #1b92bd;
}

.bo-sicolor .bo-social-linkedin:hover {
    background: #000;
}

.bo-sicolor .bo-social-meetup {
    background: #e51938;
}

.bo-sicolor .bo-social-meetup:hover {
    background: #000;
}

.bo-sicolor .bo-social-vk {
    background: #587da4;
}

.bo-sicolor .bo-social-vk:hover {
    background: #000;
}

.bo-sicolor .bo-social-disqus {
    background: #2e9fff;
}

.bo-sicolor .bo-social-disqus:hover {
    background: #000;
}

.bo-sicolor .bo-social-rss {
    background: #ff7f00;
}

.bo-sicolor .bo-social-rss:hover {
    background: #000;
}

.bo-sicolor .bo-social-skype {
    background: #18b7f1;
}

.bo-sicolor .bo-social-skype:hover {
    background: #000;
}

.bo-sicolor .bo-social-youtube {
    background: #c4302b;
}

.bo-sicolor .bo-social-youtube:hover {
    background: #000;
}

.bo-sicolor .bo-social-vimeo {
    background: #01557a;
}

.bo-sicolor .bo-social-vimeo:hover {
    background: #000;
}

.bo-sicolor .bo-social-windows {
    background: #0cf;
}

.bo-sicolor .bo-social-windows:hover {
    background: #000;
}

.bo-sicolor .bo-social-xing {
    background: #036567;
}

.bo-sicolor .bo-social-xing:hover {
    background: #000;
}

.bo-sicolor .bo-social-yahoo {
    background: #61399d;
}

.bo-sicolor .bo-social-yahoo:hover {
    background: #000;
}

.bo-sicolor .bo-social-chrome {
    background: #58b947;
}

.bo-sicolor .bo-social-chrome:hover {
    background: #000;
}

.bo-sicolor .bo-social-macstore {
    background: #6e6e6e;
}

.bo-sicolor .bo-social-macstore:hover {
    background: #000;
}

.bo-sicolor .bo-social-amazon {
    background: #f90;
}

.bo-sicolor .bo-social-amazon:hover {
    background: #000;
}

.bo-sicolor .bo-social-steam {
    background: #a5a4a1;
}

.bo-sicolor .bo-social-steam:hover {
    background: #000;
}

.bo-sicolor .bo-social-dropbox {
    background: #7ab6ec;
}

.bo-sicolor .bo-social-dropbox:hover {
    background: #000;
}

.bo-sicolor .bo-social-cloudapp {
    background: #489dde;
}

.bo-sicolor .bo-social-cloudapp:hover {
    background: #000;
}

.bo-sicolor .bo-social-ebay {
    background: #86b817;
}

.bo-sicolor .bo-social-ebay:hover {
    background: #000;
}

.bo-sicolor .bo-social-github {
    background: #667f8e;
}

.bo-sicolor .bo-social-github:hover {
    background: #000;
}

.bo-sicolor .bo-social-googleplay {
    background: #5befd0;
}

.bo-sicolor .bo-social-googleplay:hover {
    background: #000;
}

.bo-sicolor .bo-social-itunes {
    background: #177ac8;
}

.bo-sicolor .bo-social-itunes:hover {
    background: #000;
}

.bo-sicolor .bo-social-plurk {
    background: #a73d07;
}

.bo-sicolor .bo-social-plurk:hover {
    background: #000;
}

.bo-sicolor .bo-social-songkick {
    background: #f80046;
}

.bo-sicolor .bo-social-songkick:hover {
    background: #000;
}

.bo-sicolor .bo-social-lastfm {
    background: #c60e16;
}

.bo-sicolor .bo-social-lastfm:hover {
    background: #000;
}

.bo-sicolor .bo-social-gmail {
    background: #e04a3f;
}

.bo-sicolor .bo-social-gmail:hover {
    background: #000;
}

.bo-sicolor .bo-social-pinboard {
    background: #224cf4;
}

.bo-sicolor .bo-social-pinboard:hover {
    background: #000;
}

.bo-sicolor .bo-social-openid {
    background: #be661b;
}

.bo-sicolor .bo-social-openid:hover {
    background: #000;
}

.bo-sicolor .bo-social-quora {
    background: #c41a00;
}

.bo-sicolor .bo-social-quora:hover {
    background: #000;
}

.bo-sicolor .bo-social-soundcloud {
    background: #ff5c00;
}

.bo-sicolor .bo-social-soundcloud:hover {
    background: #000;
}

.bo-sicolor .bo-social-tumblr {
    background: #395874;
}

.bo-sicolor .bo-social-tumblr:hover {
    background: #000;
}

.bo-sicolor .bo-social-eventasaurus {
    background: #b9f15e;
}

.bo-sicolor .bo-social-eventasaurus:hover {
    background: #000;
}

.bo-sicolor .bo-social-wordpress {
    background: #464646;
}

.bo-sicolor .bo-social-yelp {
    background: #c41200;
}

.bo-sicolor .bo-social-yelp:hover {
    background: #000;
}

.bo-sicolor .bo-social-intensedebate {
    background: #00aeef;
}

.bo-sicolor .bo-social-intensedebate:hover {
    background: #000;
}

.bo-sicolor .bo-social-eventbrite {
    background: #ff6c00;
}

.bo-sicolor .bo-social-eventbrite:hover {
    background: #000;
}

.bo-sicolor .bo-social-scribd {
    background: #002939;
}

.bo-sicolor .bo-social-scribd:hover {
    background: #000;
}

.bo-sicolor .bo-social-posterous {
    background: #f8d667;
}

.bo-sicolor .bo-social-posterous:hover {
    background: #000;
}

.bo-sicolor .bo-social-stripe {
    background: #617ee8;
}

.bo-sicolor .bo-social-stripe:hover {
    background: #000;
}

.bo-sicolor .bo-social-opentable {
    background: #900;
}

.bo-sicolor .bo-social-opentable:hover {
    background: #000;
}

.bo-sicolor .bo-social-instagram {
    background: #4c799f;
}

.bo-sicolor .bo-social-instagram:hover {
    background: #000;
}

.bo-sicolor .bo-social-dwolla {
    background: #ff7404;
}

.bo-sicolor .bo-social-dwolla:hover {
    background: #000;
}

.bo-sicolor .bo-social-appnet {
    background: #1e0c29;
}

.bo-sicolor .bo-social-appnet:hover {
    background: #000;
}

.bo-sicolor .bo-social-statusnet {
    background: #fb6104;
}

.bo-sicolor .bo-social-statusnet:hover {
    background: #000;
}

.bo-sicolor .bo-social-acrobat {
    background: red;
}

.bo-sicolor .bo-social-acrobat:hover {
    background: #000;
}

.bo-sicolor .bo-social-drupal {
    background: #007dc3;
}

.bo-sicolor .bo-social-drupal:hover {
    background: #000;
}

.bo-sicolor .bo-social-pocket {
    background: #ee4056;
}

.bo-sicolor .bo-social-pocket:hover {
    background: #000;
}

.bo-sicolor .bo-social-bitbucket {
    background: #205081;
}

.bo-sicolor .bo-social-bitbucket:hover {
    background: #000;
}

.bo-sicolor .bo-social-flattr {
    background: #fbbc23;
}

.bo-sicolor .bo-social-flattr:hover {
    background: #000;
}

.bo-sicolor .bo-social-eventful {
    background: #06c;
}

.bo-sicolor .bo-social-eventful:hover {
    background: #000;
}

.bo-sicolor .bo-social-smashmag {
    background: #d6231c;
}

.bo-sicolor .bo-social-smashmag:hover {
    background: #000;
}

.bo-sicolor .bo-social-wordpress {
    background: #1e8cbe;
}

.bo-sicolor .bo-social-wordpress:hover {
    background: #000;
}

.bo-sicolor .bo-social-calendar {
    background: red;
}

.bo-sicolor .bo-social-calendar:hover {
    background: #000;
}

.bo-sicolor .bo-social-call {
    background: #04be3d;
}

.bo-sicolor .bo-social-call:hover {
    background: #000;
}

.bo-sicolor .bo-social-guest {
    background: #03a9d2;
}

.bo-sicolor .bo-social-guest:hover {
    background: #000;
}

.bo-sicolor .bo-social-weibo {
    background: #fd0000;
}

.bo-sicolor .bo-social-weibo:hover {
    background: #000;
}

.bo-sicolor .bo-social-plancast {
    background: #e4b82c;
}

.bo-sicolor .bo-social-plancast:hover {
    background: #000;
}

.bo-sicolor .bo-social-email {
    background: blue;
}

.bo-sicolor .bo-social-email:hover {
    background: #000;
}

.bo-sicolor .bo-social-myspace {
    background: #2068b0;
}

.bo-sicolor .bo-social-myspace:hover {
    background: #000;
}

.bo-sicolor .bo-social-podcast {
    background: #f38b36;
}

.bo-sicolor .bo-social-podcast:hover {
    background: #000;
}

.bo-sicolor .bo-social-cart {
    background: #00a204;
}

.bo-sicolor .bo-social-cart:hover {
    background: #000;
}


/* --- SCSS For Typography --- */

.dropcap {
    color: #000;
    float: left;
    font-weight: 800;
    line-height: 48px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    padding: 3px 10px 2px;
    text-transform: uppercase;
    text-align: center;
    font-size: 48px;
}

.dropcap.dropcap-v2 {
    color: #fff;
    background: #5abb9f;
}

.dropcap.dropcap-info {
    background: #549dde;
}

.dropcap.dropcap-danger {
    background: #e56363;
}

.dropcap.dropcap-success {
    background: #62bc6f;
}

.dropcap.dropcap-warning {
    background: #fec52e;
}

.blockquote {
    position: relative;
    font-weight: 300;
    font-style: italic;
}

.blockquote.blockquote-left i {
    left: 17px;
    margin-right: 10px;
}

.blockquote.blockquote-right {
    border-left: none;
    padding-left: 30px;
    padding-right: 20px;
}

.blockquote.blockquote-right i {
    right: 17px;
    margin-left: 10px;
}

.blockquote.blockquote-right .blockquote-in {
    margin-right: 45px;
}

.blockquote.blockquote-brd {
    padding: 15px;
    border: 1px solid #aeaeae;
}

.blockquote.blockquote-brd i {
    color: #000;
    top: 30px;
    left: 25px;
    position: absolute;
}

.blockquote.blockquote-brd .blockquote-in {
    margin-left: 45px;
}

.blockquote.blockquote-info {
    border-left-color: #549dde;
}

.blockquote.blockquote-danger {
    border-left-color: #e56363;
}

.blockquote.blockquote-success {
    border-left-color: #62bc6f;
}

.blockquote.blockquote-warning {
    border-left-color: #fec52e;
}

.blockquote.border {
    border: 1px solid #ddd;
}


/* --- SCSS For Counters --- */

.pricing {
    text-align: center;
}

.pricing ul {
    padding-left: 0;
    padding-right: 0;
}

.pricing ul li {
    list-style: none;
}

.pricing.pricing-v1 {
    background: #fff;
    border: 3px solid #313131;
}

.pricing.pricing-v1 .pricing-header>* {

}

.pricing.pricing-v1 .plan-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    padding: 30px 0;
    background: #313131;
    color: #fff;
}

.pricing.pricing-v1 .plan-figure {
    font-size: 48px;
    font-weight: 700;
    color: #000;
}

.pricing.pricing-v1 .plan-price {
    font-size: 16px;
    border-bottom: 2px solid #eaeaea;
    line-height: 1;
    padding: 25px 0;
}

.pricing.pricing-v1 .plan-price p {
    margin: 0;
}

.pricing.pricing-v1 .plan-currency {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    position: relative;
    top: -15px;
}

.pricing.pricing-v1 .plain-info {
    padding: 20px;
}

.pricing.pricing-v1 .plain-info li {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    padding: 15px 0;
}

.pricing.pricing-v1 .pricing-footer {
    padding: 0 20px 40px;
}

.pricing.pricing-v1.pricing-highlight {
    border-color: #5abb9f !important;
}

.pricing.pricing-v2 {
    background: #fff;
}

.pricing.pricing-v2 .plan-title {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    padding: 30px 0;
}

.pricing.pricing-v2 .plan-price {
    background: #5abb9f;
    margin: 0 -10px;
    position: relative;
    height: 100px;
}

.pricing.pricing-v2 .plan-price .plan-price-body {
    background: #5abb9f;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -15px;
    right: 0;
    color: #fff;
    width: 130px;
    height: 130px;
}

.pricing.pricing-v2 .plan-price .plan-figure {
    font-size: 48px;
    font-weight: 300;
}

.pricing.pricing-v2 .plan-price .plan-currency {
    font-size: 30px;
    font-weight: 300;
}

.pricing.pricing-v2 .plain-info {
    padding: 20px;
}

.pricing.pricing-v2 .plain-info li {
    color: #000;
    line-height: 62px;
    border-bottom: 1px dashed #c8c8c8;
}

.pricing.pricing-v2 .pricing-footer {
    padding: 0 20px 40px;
}

.pricing.pricing-v2.pricing-highlight .plan-title {
    background: #fff;
    color: #000;
}

.pricing.pricing-v2.pricing-highlight .plan-price-body {
    background: #5abb9f;
    color: #fff;
}

.pricing.pricing-v2.pricing-highlight .btn-block {
    background: #5abb9f;
    border-color: #5abb9f;
}

.pricing.pricing-v2.pricing-highlight .btn-block:active,
.pricing.pricing-v2.pricing-highlight .btn-block:focus,
.pricing.pricing-v2.pricing-highlight .btn-block:hover {
    background: none;
    color: #5abb9f;
}

.pricing.pricing-v3 {
    background: #fff;
    border: 1px solid #e6e8ed;
    border-radius: 3px;
}

.pricing.pricing-v3:hover {
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .17);
    border-color: #5abb9f;
}

.pricing.pricing-v3:hover,
.pricing.pricing-v3:hover .pricing-footer .btn-default {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.pricing.pricing-v3:hover .pricing-footer .btn-default {
    background: #5abb9f;
    color: #fff;
}

.pricing.pricing-v3:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    opacity: .8;
    filter: alpha(opacity=80);
}

.pricing.pricing-v3 .featured-image {
    margin-top: 60px;
}

.pricing.pricing-v3 img {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
}

.pricing.pricing-v3 .plan-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    padding: 20px 0;
    border: none;
    background: #5abb9f;
    color: #fff;
}

.pricing.pricing-v3 .plan-price {
    padding-top: 15px;
    color: #292e38;
}

.pricing.pricing-v3 .plan-price span {
    font-size: 60px;
}

.pricing.pricing-v3 .pricing-body {
    padding: 0 30px 30px;
}

.pricing.pricing-v3 .description {
    margin-bottom: 40px;
}

.pricing.pricing-v3 .plan-currency {
    font-size: 30px;
    font-weight: 300;
}

.pricing.pricing-v3 .plain-info p {
    color: #999;
}

.pricing.pricing-v3 .plain-info div {
    padding: 10px 0;
    margin: 0 15px;
    color: #727272;
    font-size: 16px;
}

.pricing.pricing-v3 .pricing-footer {
    padding: 30px;
    margin-bottom: 30px;
}

.pricing.pricing-v3 .pricing-footer .btn-default {
    background: transparent;
    color: #5abb9f;
    border: 1px solid #5abb9f;
    box-shadow: none;
    padding: 15px 60px;
    display: inline;
}

.pricing.pricing-v3 .pricing-footer br {
    display: none;
}

.pricing.pricing-v3.pricing-highlight .btn-block {
    background: #5abb9f;
    border-color: #5abb9f;
}

.pricing.pricing-v3.pricing-highlight .btn-block:active,
.pricing.pricing-v3.pricing-highlight .btn-block:focus,
.pricing.pricing-v3.pricing-highlight .btn-block:hover {
    background: none;
    color: #5abb9f;
}

.pricing.pricing-highlight {
    border: 1px solid #5abb9f;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .17);
}

.pricing.pricing-highlight .pricing-footer .btn-default {
    background: #5abb9f;
    color: #fff;
}


/*
 * Block Heading
 */

.element-block-heading {
    margin-top: 30px;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .element-block-heading {
        margin-top: 60px;
        margin-bottom: 35px;
    }
}

.element-block-heading .heading {
    position: relative;
    font-size: 25px;
    margin-top: 0;
}

@media (min-width: 1200px) {
    .element-block-heading .heading {
        font-size: 32px;
    }
}

.element-block-heading .sub-heading {
    font-size: 15px;
    color: #999;
    text-transform: none;
    margin-top: 0;
    line-height: 25px;
	font-style: italic;
}

.element-block-heading.style-v1 {
    margin-top: 0;
    text-align: right;
}

.element-block-heading.style-v1 .heading {
    color: #fff;
}

.element-block-heading.style-v1 .heading:before {
    content: none;
}

.element-block-heading.style-v2 {
    margin-top: 0;
    margin-bottom: 40px;
}

.element-block-heading.style-v3 {
    text-align: center;
}

.element-block-heading.style-v3 .heading:before {
    content: none;
}

.element-block-heading.style-v4 {
    text-align: center;
}

.element-block-heading.style-v4 .heading {
    color: #fff;
}

.element-block-heading.style-v4 .heading:before {
    content: none;
}

.element-block-heading.style-v4 .sub-heading,
.element-block-heading.style-v5 .heading {
    color: #fff;
}


/* our team */

.team-v1 .more,
.team-v1 .team-excerpt {
    display: none;
}

@media (min-width: 768px) {
    .team-v1 .items-team {
        margin: 0;
    }
}

.team-v1 .team-name {
    margin-bottom: 5px;
}

.team-v1 .team-name a {
    font-size: 16px;
    letter-spacing: 1px;
}

.team-v1 .team-body-content {
    font-size: 12px;
    color: #909090;
    letter-spacing: 1px;
}

.team-v1 .team-info {
    margin-bottom: 30px;
    margin-top: 20px;
}

.team-v1 .read-link {
    padding: 14px 35px;
    border: 2px solid #eaeaea;
    color: #727272;
    transition: all .3s ease-out;
    border-radius: 50px;
}

.team-v1 .read-link:hover {
    border-color: #5abb9f;
    color: #5abb9f;
    border-radius: 50px;
}

.team-v1 .read-link i {
    margin-left: 8px;
}

.team-v2 {
    background: #f4f4f6;
    box-shadow: 0 3px #5abb9f;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 3px;
}

.team-v2 .team-header {
    position: relative;
}

.team-v2 .team-body {
    padding: 30px;
    background: #fff;
}

.team-v2 .bo-social-icons {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.team-v2 .bo-social-icons [class*=bo-social-] {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    position: relative;
    border: none;
}

.team-v2 .bo-social-icons [class*=bo-social-]:hover {
    background: #5abb9f;
}

.team-v2 .team-name {
    margin-top: 0;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}

.team-v2 .team-name:before {
    position: absolute;
    left: -30px;
    width: 3px;
    height: 30px;
    content: "";
    top: 0;
    background: #5abb9f;
}

.team-v2 p {
    font-size: 13px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.team-v2:hover .bo-social-icons {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-v2 .team-des {
    display: none;
}

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

.team-archive .item {
    margin-bottom: 60px;
}

.items-team {
    margin-bottom: 50px;
    text-align: center;
    background: #fff;
}

.items-team .team-image {
    position: relative;
}

.items-team .team-image a {
    display: inline-block;
}

.items-team .team-image .team-socials {
    width: 100%;
    top: 0;
    align-items: center;
    display: flex;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
}

.items-team .team-image .team-socials,
.items-team .team-image .team-socials:before {
    position: absolute;
    height: 100%;
    left: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.items-team .team-image .team-socials:before {
    content: "";
    background: rgba(0, 186, 198, .8);
    width: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 0;
    margin: auto;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}

.items-team .team-image .team-socials a {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.items-team .team-image .team-socials a:first-of-type {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.items-team .team-image .team-socials a:nth-of-type(2) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

.items-team .team-image .team-socials a:nth-of-type(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.items-team .team-image .team-socials a:nth-of-type(4) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}

.items-team .team-image .team-socials a:nth-of-type(5) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.items-team .team-image .inner {
    width: 100%;
    z-index: 1;
    pointer-events: visible;
}

.items-team .team-title {
    margin-bottom: 5px;
}

.items-team .team-title a {
    font-size: 16px;
    color: #5abb9f;
    letter-spacing: 1px;
}

.items-team .team-title a:hover {
    color: #5abb9f;
}

.items-team .team-subtitle {
    text-transform: uppercase;
    font-size: 12px;
    color: #909090;
    font-weight: 700;
    letter-spacing: 1px;
}

.items-team .team-excerpt {
    margin: 20px 0 25px;
}

.items-team:hover .team-image .team-socials {
    opacity: 1;
}

.items-team:hover .team-image .team-socials:before {
    width: 120px;
    @transition (all 0.3s ease-in-out 0s);
}

.items-team:hover .team-image .team-socials a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.title-info {
    width: 20%;
    display: inline-block;
}

.team-socials a {
    font-size: 14px;
    color: #5abb9f;
    margin: 0 2px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    border: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.team-socials a:hover {
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #5abb9f;
    -webkit-box-shadow: 0 0 0 40px #5abb9f inset;
    box-shadow: inset 0 0 0 40px #5abb9f;
}

.team-single .team-title {
    margin-top: 0;
}

.team-single .team-preview {
    text-align: center;
}

.team-single .team-job {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.team-single .team-info {
    background: #fafafa;
    margin-right: 30px;
    width: 28%;
    padding-right: 0;
}

.team-single .header {
    padding: 20px 0;
}

.team-single .link-social a {
    margin: 0 20px;
}

.team-single ul.metabox {
    list-style: none;
    padding: 0;
}

.team-single ul.metabox li {
    border-top: 1px dotted #e0e7e7;
    padding: 20px 30px;
    font-size: 12px;
}

.team-single ul.metabox li span {
    text-transform: uppercase;
    font-weight: 500;
    display: block;
}

.team-single .team-body {
    padding-left: 30px;
}


/*blog */

.blog-item.first {
    clear: both;
}

.list-post .list-post-title {
    margin-top: 0;
}

.blogv1 a {
    color: #fff;
}

.blogv1 a:hover {
    color: #5abb9f;
}

.blogv1 .entry-date,
.blogv1 .entry-meta .fa {
    color: #fff;
}

.scrollup {
    z-index: 9999;
    display: none;
    position: fixed;
    left: auto;
    right: 20px;
    bottom: 30px;
    margin: 0;
    color: #fff !important;
    background-color: #5abb9f;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.scrollup:hover {
    box-shadow: inset 0 0 0 30px #5abb9f;
}


/* effect-v1 */

.effect-v1 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

.effect-v1:before {
    border: 1px solid #fff;
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 1;
}

.effect-v1 .action,
.effect-v1 img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
}

.effect-v1 .action {
    opacity: 0;
    filter: alpha(opacity=0);
}

.effect-v1:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.effect-v1:hover:before,
.effect-v1:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.effect-v1:hover img {
    opacity: .5;
    filter: alpha(opacity=50);
}

.effect-v1:hover .action {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}


/* effect-v2*/

.effect-v2 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

.effect-v2:before {
    border: 1px solid #fff;
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}

.effect-v2 img,
.effect-v2:before {
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
}

.effect-v2 img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.effect-v2 .action {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
}

.effect-v2:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.effect-v2:hover img {
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    -o-transform: scaleX(1.2);
    transform: scaleX(1.2);
}

.effect-v2:hover .action {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    filter: alpha(opacity=100);
}


/* effect-v3*/

.effect-v3 {
    background-color: #000;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    /* style for hover */
}

.effect-v3:after,
.effect-v3:before {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 1;
}

.effect-v3:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.effect-v3:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}

.effect-v3 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .35s ease 0s;
    -o-transition: opacity .35s ease 0s;
    transition: opacity .35s ease 0s;
    width: 100%;
}

.effect-v3 .banner-title {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: transform .35s ease 0s;
    -o-transition: transform .35s ease 0s;
    transition: transform .35s ease 0s;
}

.effect-v3 .action {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
}

.effect-v3:hover:after,
.effect-v3:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.effect-v3:hover img {
    opacity: .5;
    filter: alpha(opacity=50);
}

.effect-v3:hover .action,
.effect-v3:hover .banner-title {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}


/* effect-v4*/

.effect-v4 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

.effect-v4:before {
    border: 2px solid #fff;
    bottom: 20px;
    -webkit-box-shadow: 0 0 0 30px hsla(0, 0%, 100%, .2);
    box-shadow: 0 0 0 30px hsla(0, 0%, 100%, .2);
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 1;
}

.effect-v4 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .35s ease 0s;
    -o-transition: opacity .35s ease 0s;
    transition: opacity .35s ease 0s;
}

.effect-v4 .banner-title {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .35s ease 0s;
    -o-transition: transform .35s ease 0s;
    transition: transform .35s ease 0s;
}

.effect-v4 .action {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
}

.effect-v4:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.effect-v4:hover img {
    opacity: .5;
    filter: alpha(opacity=50);
}

.effect-v4:hover .banner-title {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.effect-v4:hover .action {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* effect-v5*/

.effect-v5 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

.effect-v5 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
}

.effect-v5 .action {
    transform: translate3d(-150%, 0, 0);
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
}

.effect-v5:hover img {
    opacity: .5;
    filter: alpha(opacity=50);
    transform: scale3d(1.1, 1.1, 1);
}

.effect-v5:hover .action {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale3d(1.1, 1.1, 1);
    transform: translateZ(0);
}


/* effect-v6*/

.effect-v6 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */
}

.effect-v6 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .35s ease 0s;
    -o-transition: opacity .35s ease 0s;
    transition: opacity .35s ease 0s;
}

.effect-v6 .action {
    transform: translate3d(0, -100px, 0);
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    opacity: 0;
}

.effect-v6:hover img {
    opacity: .5;
    filter: alpha(opacity=50);
}

.effect-v6:hover .action {
    opacity: 1;
    transform: translateZ(0);
}


/* effect-v7*/

.effect-v7 {
    overflow: hidden;
    position: relative;
    /* style for hover */
}

.effect-v7:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .4s cubic-bezier(.94, .85, .1, .62) 0s;
    -o-transition: all .4s cubic-bezier(.94, .85, .1, .62) 0s;
    transition: all .4s cubic-bezier(.94, .85, .1, .62) 0s;
    z-index: 1;
    border: 200px double transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.effect-v7:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double hsla(0, 0%, 100%, .7);
    visibility: hidden;
}


/* effect-v8*/

.effect-v8 {
    overflow: hidden;
    position: relative;
    /* style for hover */
}

.effect-v8:before {
    border-bottom: 50px solid hsla(0, 0%, 100%, .4);
    border-top: 50px solid hsla(0, 0%, 100%, .4);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    transform: rotate(45deg) scaleY(0);
    -o-transform: rotate(45deg) scaleY(0);
    -webkit-transform: rotate(45deg) scaleY(0);
    -moz-transform: rotate(45deg) scaleY(0);
    -ms-transform: rotate(45deg) scaleY(0);
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    transform-origin: 50% 50% 0;
    width: 100%;
}

.effect-v8:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotate(45deg) scaleY(4);
    -o-transform: rotate(45deg) scaleY(4);
    -webkit-transform: rotate(45deg) scaleY(4);
    -moz-transform: rotate(45deg) scaleY(4);
    -ms-transform: rotate(45deg) scaleY(4);
}


/* effect-v9*/

.effect-v9 {
    overflow: hidden;
    position: relative;
    /* style for hover */
}

.effect-v9:before {
    border: 50px solid transparent;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    visibility: visible;
    z-index: 1;
}

.effect-v9:hover:before {
    border: 0 solid rgba(0, 0, 0, .7);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}


/* effect-v10*/

.effect-v10 {
    overflow: hidden;
    position: relative;
    /* style for hover */
}

.effect-v10:before {
    background-color: hsla(0, 0%, 100%, .2);
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: "";
    z-index: 1;
}

.effect-v10:hover:before {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* effect-v11*/

.effect-default {
    overflow: hidden;
    position: relative;
    display: block !important;
}

.effect-default:before {
    background: hsla(0, 0%, 100%, .1) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 559px;
    position: absolute;
    right: 755px;
    top: 0;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
    -webkit-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    width: 600px;
}

.effect-default:hover:before {
    right: -900px;
}

.feature-box {
    color: #999;
}

.feature-box small {
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

.feature-box h4 {
    margin: 0;
    font-size: 24px;
    color: #292e38;
}

.feature-box .fbox-icon {
    float: left;
    color: #5abb9f;
}

.feature-box .fbox-icon i {
    font-size: 30px;
}

.feature-box.feature-box-nostyle h4 {
    margin-bottom: 0;
}

.feature-box.feature-box-nostyle small {
    color: rgba(34, 34, 34, .5);
    line-height: 1;
}

.feature-box.feature-box-nostyle .fbox-icon {
    margin-top: 5px;
}

.feature-box-v1 {
    margin-top: 40px;
}

.feature-box-v1 .fbox-body {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 7px;
}

.feature-box-v1 .fbox-content {
    overflow: hidden;
}

.feature-box-v1 h4 {
    font-size: 24px;
}

.feature-box-v1 .fbox-icon {
    margin-right: 35px;
    width: 87px;
    height: 87px;
    border-radius: 100%;
    color: #292e38;
    line-height: 87px;
    text-align: center;
    z-index: 1;
    transition: color .5s ease 0s;
    position: relative;
    background: #fbfbfb;
}

.feature-box-v2 {
    margin-bottom: 60px;
}

.feature-box-v2 .description {
    line-height: 30px;
}

.feature-box-v2 .fbox-content {
    overflow: hidden;
}

.feature-box-v2 .fbox-icon {
    margin-right: 30px;
    position: relative;
}

.feature-box-v2 .fbox-icon i {
    font-size: 50px;
    color: #5abb9f;
    -webkit-transition: opacity 1s ease 0s, transform .5s ease 0s;
    -o-transition: opacity 1s ease 0s, transform .5s ease 0s;
    transition: opacity 1s ease 0s, transform .5s ease 0s;
    display: block;
}

.feature-box-v2 small {
    font-size: 15px;
    color: #9a9da3;
}

.feature-box-v2 h4 {
    margin-bottom: 20px;
    font-size: 18px;
}

.feature-box-v2:hover i {
    color: #5abb9f;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.feature-box-v3 {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.feature-box-v3 h4 {
    margin-bottom: 15px;
    color: #fff;
}

.feature-box-v3 .fbox-icon {
    float: none;
    margin-bottom: 45px;
    background: #5abb9f;
    border-radius: 5px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.feature-box-v3 .fbox-icon i {
    position: relative;
    color: #fff;
}

.feature-box-v3.style-box .fbox-icon {
    background: #f37737;
}

.feature-box-v3.style-boxed .fbox-icon {
    background: #fec52e;
}

.feature-box-v3:hover h4 a {
    color: #5abb9f;
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}

.feature-box-v3:hover .fbox-icon {
    transform: rotate(165deg) scale(1);
}

.feature-box-v3 .description {
    color: #aeaeae;
    padding: 0 30px;
}

.around-img img:hover {
    animation: b 2s linear infinite;
    -moz-animation: b 2s linear infinite;
    -webkit-animation: b 2s linear infinite;
    -o-animation: b 2s linear infinite;
}

.feature-box.feature-box-v4 {
    text-align: center;
}

.feature-box.feature-box-v4 .fbox-icon {
    text-align: center;
    float: none !important;
    margin: 0 0 15px;
}

.feature-box.feature-box-v4 .fbox-icon i {
    font-size: 30px;
    color: #5abb9f;
    -webkit-transition: opacity 1s ease 0s, transform .5s ease 0s;
    -o-transition: opacity 1s ease 0s, transform .5s ease 0s;
    transition: opacity 1s ease 0s, transform .5s ease 0s;
}

.feature-box.feature-box-v4 h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.feature-box.feature-box-v4 .description {
    font-size: 13px;
}

.feature-box.feature-box-v4:hover h4 {
    color: #5abb9f;
}

.feature-box.feature-box-v4:hover .fbox-icon i {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}


/**
 * GoogleMap
 */

.kc-google-maps iframe {
    pointer-events: none;
}

ul.contact-us {
    padding: 0;
}

ul.contact-us li {
    background: #1c2026;
    line-height: 20px;
    list-style: none;
    border-radius: 3px;
    border-bottom: 1px solid #1c2026;
    margin-bottom: 1px;
    padding: 14px 30px 14px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    ul.contact-us li {
        display: block;
        overflow: none;
        padding: 15px;
    }
}

ul.contact-us li i {
    margin-right: 20px;
    line-height: 22px;
    width: 35px;
    text-align: center;
    display: inline-table;
}

ul.contact-us li i:after {
    background: #242932;
    right: 0;
    height: 100px;
    content: "";
    position: absolute;
    width: 1px;
    top: -15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    ul.contact-us li i:after {
        content: none;
    }
}

ul.contact-us li a {
    color: #5abb9f;
}

ul.contact-us li a:hover {
    color: #5abb9f;
}

ul.contact-us.highlight li {
    background: transparent;
    border: none;
    padding: 0;
}

ul.contact-us.highlight li i:after {
    content: none;
}

ul.social {
    text-align: center;
}

ul.social li {
    padding-left: 0;
    padding-right: 5px;
}

ul.social li:first-child {
    padding-left: 10px;
}

ul.social a {
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 50px;
    line-height: 44px;
    color: #fff;
    background: #5abb9f;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

ul.social a:hover {
    background: #5abb9f;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

ul.social a span {
    display: none;
}

ul.social a [class*=bo-social],
ul.social a [class*=bo-social]:hover {
    background: transparent;
}

ul.social a.facebook {
    background: #476dc2;
}

ul.social a.facebook:hover {
    -webkit-box-shadow: 0 0 0 44px #5abb9f inset;
    box-shadow: inset 0 0 0 44px #5abb9f;
}

ul.social a.twitter {
    background: #35befc;
}

ul.social a.twitter:hover {
    -webkit-box-shadow: 0 0 0 44px #5abb9f inset;
    box-shadow: inset 0 0 0 44px #5abb9f;
}

ul.social a.youtube {
    background: #8d71cb;
}

ul.social a.youtube:hover {
    -webkit-box-shadow: 0 0 0 44px #5abb9f inset;
    box-shadow: inset 0 0 0 44px #5abb9f;
}

ul.social a.pinterest {
    background: #fc3681;
}

ul.social a.pinterest:hover {
    -webkit-box-shadow: 0 0 0 44px #5abb9f inset;
    box-shadow: inset 0 0 0 44px #5abb9f;
}

ul.social.highlight {
    text-align: left;
}

.contact .btn {
    padding: 15px 40px;
    border-radius: 3px;
}

.contact textarea.form-control {
    min-height: 290px;
}

.element-timelife {
    position: relative;
    overflow: hidden;
    float: left;
    padding-top: 30px;
}

.element-timelife .element-icon {
    height: 60px;
    margin-bottom: 30px;
    position: relative;
    background: #5abb9f;
    border-radius: 50%;
    width: 60px;
    font-size: 30px;
    line-height: 2em;
    text-align: center;
}

.element-timelife .element-icon:before {
    height: 30px;
    left: 30px;
    top: 60px;
    transition: height .2s linear .3s;
}

.element-timelife .element-icon:before,
.element-timelife:before {
    background: #eaeaea;
    content: "";
    position: absolute;
    width: 1px;
}

.element-timelife:before {
    left: 50%;
    top: 10px;
    bottom: 0;
    margin-left: -1px;
    margin-top: -10px;
    height: 9999px;
}

.element-timelife .entry-timeline {
    margin-left: 1px;
    position: relative;
    width: 50%;
    display: block;
}

.element-timelife .entry-timeline:last-child:after {
    display: none;
}

.element-timelife .entry-timeline:nth-child(odd) {
    float: left;
    clear: left;
    padding-right: 20px;
}

.element-timelife .entry-timeline:nth-child(odd) .timelife-head {
    right: 15px;
    left: auto;
}

.element-timelife .entry-timeline:nth-child(odd) .timelife-head:after {
    border-left-color: #5abb9f;
    left: 100%;
}

.element-timelife .entry-timeline:nth-child(odd) .timelife-head .timelife-date:before {
    right: -36px;
}

.element-timelife .entry-timeline:nth-child(2n) {
    float: right;
    clear: right;
    padding-left: 20px;
}

.element-timelife .entry-timeline:nth-child(2n) .timelife-head {
    left: 15px;
    right: auto;
}

.element-timelife .entry-timeline:nth-child(2n) .timelife-head:after {
    border-right-color: #5abb9f;
    right: 100%;
}

.element-timelife .entry-timeline:nth-child(2n) .timelife-head .timelife-date:before {
    left: -38px;
}

.element-timelife .entry-timeline:nth-child(2) {
    padding-top: 10px;
}

.element-timelife .entry-timeline:nth-child(2n) {
    margin-top: 35px;
}

.element-timelife .timelife-head {
    display: inline-block;
    position: absolute;
    right: -28px;
    top: -25px;
    padding: 5px 15px !important;
    background: #5abb9f;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
}

.element-timelife .timelife-head:after {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    top: 50%;
    margin-top: -4px;
    z-index: 1;
}

.element-timelife .timelife-head .timelife-date {
    position: relative;
}

.element-timelife .timelife-head .timelife-date:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #eaeaea;
    background: #5abb9f;
    z-index: 9;
    top: 50%;
    margin-top: -7px;
}

.element-timelife .timelife-head i {
    display: none;
}

.bg-overlay {
    position: relative;
    padding-bottom: 100px;
}

.bg-overlay:before {
    position: absolute;
    background: #5abb9f;
    opacity: .8;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.mfp-image-holder .mfp-content,
.mfp-image-holder .mfp-img {
    padding: 0;
}

.mfp-image-holder .mfp-close {
    right: 0 !important;
}

.mfp-image-holder .mfp-counter {
    right: 10px;
}

.page-numbers {
    padding: 0;
    list-style: none;
}

.page-numbers li {
    display: inline-block;
    margin: 12px 15px;
    color: #292e38;
}

.page-numbers li .current {
    color: #5abb9f;
}

.kc-wrap-columns {
    width: auto !important;
}

.kc_tabs.hightlight .ui-tabs {
    border: none;
}

.kc_tabs.hightlight .kc_tab.ui-tabs-body-active {
    padding: 0;
    margin-top: 30px;
}

.kc_tabs.hightlight .kc_wrapper .kc_tabs_nav {
    background: transparent;
    text-align: center;
    height: auto;
}

.kc_tabs.hightlight .kc_wrapper .kc_tabs_nav li {
    float: none;
    font-weight: 700;
    color: #292e38;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 16px;
}

.kc_tabs.hightlight .kc_wrapper .kc_tabs_nav li:hover,
.kc_tabs.hightlight .kc_wrapper .kc_tabs_nav li a:hover {
    background: transparent;
}

.kc_tabs.hightlight .kc_wrapper .kc_tabs_nav li a {

    font-weight: 700;
    font-size: 16px;
}

.kc_tabs.hightlight .kc_wrapper .kc_tabs_nav .ui-tabs-active {
    text-decoration: line-through;
    background: transparent;
    color: #292e38;
}

.kc_tabs.hightlight .kc_wrapper .kc_tabs_nav .ui-tabs-active a {
    color: #292e38;
}

.list-post-type .list-item:last-child {
    border-bottom: 0;
}

.kc-pie-chart-wrapper .pie_chart_text h3 {
    color: #292e38;
    font-size: 14px;
    font-weight: 600;
}

.kc-feature-boxes.kc-fb-layout-4 .content-image {
    width: 27%;
}

.kc-feature-boxes.kc-fb-layout-4 .content-title {
    color: #fff;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

.kc-feature-boxes.kc-fb-layout-4 .content-desc {
    color: #aeaeae;
    font-size: 13px;
}

.kc-feature-boxes.kc-fb-layout-4:hover .content-title {
    color: #5abb9f;
}

.total_cost h1,
.total_cost h2,
.total_cost p {
    display: none;
}

.total_cost span {
    display: block;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}

.total_v2 .total_cost span {
    text-align: left;
    margin-top: 0;
}

#fbuilder {
    margin-top: -30px;
}

#fbuilder fieldset {
    border: none !important;
    padding: 0 !important;
}

#fbuilder fieldset .small {
    background: #f0f6f8;
    border-radius: 3px;
    height: 50px;
    padding-left: 18px;
    padding-right: 18px;
    border: 1px solid #e5e5e5;
    width: 100% !important;
}

@media (min-width: 1200px) {
    #fbuilder fieldset .small {
        width: 90% !important;
    }
}

@media screen and (max-width: 992px) {
    #fbuilder fieldset .small {
        width: 90% !important;
    }
}

#fbuilder fieldset label {
    color: #292e38;
}

#fbuilder .full-width .small {
    width: 100% !important;
}

#fbuilder .dfield span {
    display: none !important;
}

#fbuilder .dfield .medium {
    padding: 15px 0;
    width: 100% !important;
    background: #e05947;
    border-radius: 5px;
    text-align: center;
    border: none;
    color: #fff;
    font-weight: 600;
}


/* kc_button */

body .kc_button {
    background: #5abb9f;
    font-weight: 700;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: uppercase;
    line-height: 1.62857;
    color: #fff;
    font-size: 14px;
    padding: 18px 45px;
}

body .kc_button,
body .kc_button:hover {
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}

body .kc_button:hover {
    background: #565E6A;
    -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .17);
}


/* title style */

.kc-title-wrap {
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;
    font-size: 50px;
    color: #292e38;
}

.kc_title {
    font-weight: 300;
    color: #999;
    text-transform: none;
    margin-top: 0;
}

.kc_title.highlight:before {
    top: 80px;
}

.kc_box_wrap h3 {
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
}

.kc_progress_bars .progress-item span.label {
    padding: 0;
    margin-bottom: 15px !important;
    display: inline-block !important;
    font-weight: 700 !important;
}

.kc_progress_bars .kc-ui-progress,
.kc_progress_bars .kc-ui-progress-bar {
    border-radius: 50px;
}

.kc_progress_bars .kc-ui-progress span.value {
    background: #2a2d2e;
    padding: 0 10px;
    color: #fff;
    position: relative;
    top: -15px;
}

.kc_progress_bars .kc-ui-progress span.value:after {
    border: 6px solid transparent;
    border-top-color: #2a2d2e;
    content: "";
    display: block;
    height: 0;
    left: 20px;
    position: absolute;
    top: 100%;
    width: 0;
    z-index: 10;
}

.kc_counter_box {
    color: #5abb9f;
}

.kc_counter_box .counterup {
    color: #292e38;
}

.kc_counter_box h4 {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 400;
}

.kc-owl-post-carousel .footer-button {
    display: inline-block;
    margin-top: 20px;
}

.kc-owl-post-carousel .read-more {
    background: #5abb9f;
    color: #fff;
    border: none !important;
}

.kc-owl-post-carousel .read-more:hover {
    background: #5abb9f !important;
    color: #fff;
}

.kc_accordion_wrapper .kc_accordion_section.group {
    padding-bottom: 0;
}

.kc_accordion_wrapper .kc_accordion_section>.kc_accordion_header {
    border-color: #d4dbde;
    background: #fff;
}

.kc_accordion_wrapper .kc_accordion_section>.kc_accordion_header>a {
    padding: 10px 30px;
    color: #292e38;
}

@media (max-width: 480px) {
    .kc_accordion_wrapper .kc_accordion_section>.kc_accordion_header>a {
        padding: 10px;
    }
}

.kc_accordion_wrapper .kc_accordion_section>.ui-state-active {
    border-bottom: 3px solid #5abb9f;
}

.kc_accordion_wrapper .kc_accordion_content {
    border: none;
    background: #fff;
}

.kc_accordion_wrapper .kc_accordion_content .kc_text_block {
    padding: 0 35px;
}

.highlight .kc_accordion_wrapper .kc_accordion_section>.kc_accordion_header {
    background: #fff;
    border: none;
    border-top: 3px solid #5abb9f;
}

.highlight .kc_accordion_wrapper .kc_accordion_section>.kc_accordion_header>a {
    color: #5abb9f;
}

.highlight .kc_accordion_wrapper .kc_accordion_section>.ui-state-active {
    border: none;
    border-top: 3px solid #5abb9f;
    background: #fff;
}

.highlight .kc_accordion_wrapper .kc_accordion_section>.ui-state-active>a {
    color: #292e38;
}

.highlight .kc_accordion_wrapper .kc_accordion_section .kc_accordion_content {
    border: none !important;
}

.highlight .kc_accordion_wrapper .kc_accordion_section .kc_accordion_content .kc-panel-body {
    padding: 0;
}

.highlight .kc_accordion_wrapper .kc_accordion_section .kc_accordion_content .kc_text_block {
    padding: 10px 50px;
}

@media (max-width: 480px) {
    .highlight .kc_accordion_wrapper .kc_accordion_section .kc_accordion_content .kc_text_block {
        padding: 10px;
    }
}

.kc_text_block br {
    display: none;
}

.kc-call-to-action {
    background: transparent !important;
}

.kc-call-to-action.kc-cta-2 .kc-cta-button a {
    background: #5abb9f;
    color: #fff;
    border-radius: 3px;
}

.kc-call-to-action.kc-cta-2 .kc-cta-button a:hover {
    background: #5abb9f;
}


/* give report */

.chart {
    position: absolute;
    width: 340px;
    height: 340px;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
}

@media (max-width: 768px) {
    .chart {
        right: 30px;
    }
}

.doughnutTip {
    position: absolute;
    min-width: 30px;
    max-width: 300px;
    padding: 5px 15px;
    border-radius: 1px;
    background: rgba(0, 0, 0, .8);
    color: #ddd;
    font-size: 14px;
    text-shadow: 0 1px 0 #000;
    text-align: center;
    line-height: 1.3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    -webkit-transform: all .3s;
    -moz-transform: all .3s;
    -ms-transform: all .3s;
    -o-transform: all .3s;
    transform: all .3s;
    pointer-events: none;
}

.doughnutTip:after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    content: "";
    height: 0;
    margin: 0 0 0 -6px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, .8);
    line-height: 0;
}

.doughnutSummary {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d5d5d5;
    text-align: center;
    text-shadow: 0 -1px 0 #111;
    cursor: default;
}

.doughnutSummaryTitle {
    margin-top: -27%;
    font-size: 12px !important;
}

.doughnutSummaryNumber,
.doughnutSummaryTitle {
    position: absolute;
    top: 50%;
    width: 100%;
}

.doughnutSummaryNumber {
    margin-top: -15%;
    font-size: 40px;
}

g path:hover {
    opacity: .65;
}

@media (min-width: 768px) {
    .kc-give-chart-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.kc-give-chart-wrapper .chart-wrapper {
    height: 320px;
    position: relative;
    padding: 0 45px;
}

@media (min-width: 768px) {
    .kc-give-chart-wrapper .chart-wrapper {
        width: 50%;
    }
}

.kc-give-chart-wrapper .list-label-chart {
    padding: 0 15px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .kc-give-chart-wrapper .list-label-chart {
        width: 50%;
        text-align: right;
    }
}

@media (max-width: 768px) {
    .kc-give-chart-wrapper .list-label-chart {
        text-align: center;
    }
}

.kc-give-chart-wrapper .list-label-chart ul li span.text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    max-width: 200px;
    display: inline-block;
    line-height: 1.2;
}

.kc-give-chart-wrapper .list-label-chart ul li span.number {
    font-size: 40px;
    margin-left: 20px;
    min-width: 85px;
    display: inline-block;
}


/* give report */


/* 7. Responsive */

@media (min-width: 1200px) {
    .button-action {
        opacity: 0;
        transform: scale(0);
    }
    .product-block:hover .button-action {
        opacity: 1;
        transform: scale(1);
    }
    .kc_title_group {
        margin-bottom: 50px;
    }
    .kc_title_group.align-center {
        margin-bottom: 60px;
    }
    .kc_title>span:before {
        content: "";
    }
    .service-grid_v1 [class*=col-]:nth-child(2n) article {
        display: flex;
        flex-flow: column;
    }
    .service-grid_v1 [class*=col-]:nth-child(2n) header {
        order: 2;
    }
    .service-grid_v1 [class*=col-]:nth-child(2n) .service-learnmore {
        bottom: -15px;
        top: auto;
        z-index: 1;
    }
    .service-grid_v1 [class*=col-] .entry-content {
        height: 254px;
        padding: 50px 30px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .button-action {
        opacity: 0;
        transform: scale(0);
    }
    .product-block:hover .button-action {
        opacity: 1;
        transform: scale(1);
    }
    .owl-carousel-play:hover .carousel-control.left {
        left: 30px;
    }
    .owl-carousel-play:hover .carousel-control.right {
        right: 30px;
    }
    .kc_title {
        font-size: 35px;
    }
    .navbar-mega .navbar-nav>li {
        padding: 21px 8px;
    }
    .navbar-mega .navbar-nav>li>a i {
        display: none;
    }
    h3.kc_title.highlight {
        font-size: 25px;
    }
    .ih-item .info h3 {
        height: 40px;
        overflow: hidden;
    }
    #opal-masthead .opal-header-right {
        padding: 20px 12px;
    }
    #opal-masthead .logo-wrapper {
        padding: 15px;
    }
    .opallisting-carousel.owl-theme .owl-controls .owl-buttons div {
        opacity: 0 !important;
    }
    .navbar-mega .navbar-nav>li .dropdown-menu ul.dropdown-menu {
        left: -100%;
        right: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .style-padding .kc-col-container {
        padding: 30px 10px;
    }
    #opal-masthead.header-absolute {
        position: relative;
    }
    #opal-masthead.header-absolute .header-main {
        background: #5abb9f;
        text-align: center;
    }
    #opal-masthead.header-absolute .header-main .logo-wrapper {
        float: none !important;
    }
    .opal-breadscrumb {
        padding-top: 50px;
    }
    .opallisting-carousel.owl-theme .owl-controls .owl-buttons div {
        opacity: 0 !important;
    }
    .place-grid .featured {
        top: 0;
        left: 0;
        border-radius: 0;
    }
}

@media (max-width: 480px) {
    .style-padding .kc-col-container {
        padding: 30px 10px;
    }
}


/*
 * Off Canvas
 * --------------------------------------------------
 */

.sidebar-offcanvas {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 9999;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    text-align: left;
    background-color: #fff;
    left: -50%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sidebar-offcanvas.active {
    left: 0;
}

.btn-offcanvas:hover {
    color: rgba(0,0,0,0.2);
}

.offcanvas-head {
    background-color: #5abb9f;
    padding: 9px;
}

.offcanvas-head button {
    padding: 0;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.offcanvas-head span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.row-offcanvas.active {
    left: 0;
}

.row-offcanvas.active:before {
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 100;
}

.offcanvas-showright {
    background: rgba(0, 186, 198, .8);
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    width: 400px;
    position: absolute;
    right: -800px;
    top: 0;
    z-index: 1000;
    display: block;
    padding: 50px 0;
}

.offcanvas-showright.active {
    display: block;
    right: 0;
}

.offcanvas-showright .showright {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border: none;
    margin-right: 50px;
}

.offcanvas-showright .showright .fa {
    color: #5abb9f;
}

@media screen and (max-width: 992px) {
    .row-offcanvas-right {
        right: 0;
    }
    .row-offcanvas-left {
        left: 0;
    }
    .row-offcanvas-right .sidebar-offcanvas {
        right: -50%;
    }
    .row-offcanvas-right.active {
        right: 50%;
    }
    .row-offcanvas-left.active {
        left: 0;
    }
    .zoomContainer {
        display: none;
    }
    .kc_title:before {
        content: none;
    }
    .service-grid_v2 .transport_service.page .service-number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 0;
        left: 15px;
        font-size: 20px;
    }
    .service-grid_v2 .transport_service.page .entry-content {
        bottom: 0;
    }
    .kc_title {
        margin-bottom: 30;
    }
    .kc-title-wrap.align-center {
        margin-bottom: 0;
    }
    .bloggrid-layout .entry-title {
        margin-top: 15px;
    }
}

@media screen and (max-width: 480px) {
    .opallisting-carousel.owl-theme .owl-controls .owl-buttons div {
        opacity: 0 !important;
    }
    .sidebar-offcanvas {
        width: 80%;
        left: -85%;
    }
    .row-offcanvas-right .sidebar-offcanvas {
        right: -85%;
    }
    .row-offcanvas-right.active {
        right: 85%;
    }
}

.navbar-offcanvas {
    border: none;
}

.navbar-offcanvas ul#main-menu-offcanvas {
    float: none;
    display: block;
}

.navbar-offcanvas ul#main-menu-offcanvas .sub-menu {
    list-style-type: none;
	padding-left: 20px;
}

.navbar-offcanvas ul#main-menu-offcanvas .list-venue a, 
.navbar-offcanvas ul#main-menu-offcanvas .list-job a  {
    color: #5abb9f !important;
    background: transparent !important;
    border-radius: 0px !important;
	margin-top: 0px !important; 
	padding: 10px 25px !important;
}


.navbar-offcanvas ul#main-menu-offcanvas>li {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    display: block;
    float: none;
}

.navbar-offcanvas ul#main-menu-offcanvas>li .caret {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    border: 1px solid #eaeaea;
    z-index: 9;
    background: #f5f5f5;
}

.navbar-offcanvas ul#main-menu-offcanvas>li .caret:hover {
    cursor: pointer;
}

.navbar-offcanvas ul#main-menu-offcanvas>li .caret:after {
    font-family: FontAwesome;
    content: "\f107";
    top: 0;
    left: 7px;
    position: absolute;
    z-index: 9;
}

.navbar-offcanvas ul#main-menu-offcanvas>li ul li a {
    font-size: 13px;
    font-weight: 400;
    padding: 10px 15px;
	cursor: pointer;
}

.navbar-offcanvas ul#main-menu-offcanvas> li a {
	cursor: pointer;
}

.navbar-offcanvas ul#main-menu-offcanvas li.active>a {
    background: none;
    color: #5abb9f;
}

@media (max-width: 480px) {
    .opallisting-carousel.owl-theme .owl-controls .owl-buttons div {
        opacity: 0 !important;
    }
    #opal-masthead .logo-wrapper {
        width: 100%;
        text-align: center;
    }
    .bloggrid-layout .entry-title {
        margin-top: 20px;
    }
    .active-mobile.cart-popup .active-content {
        right: 0;
        left: -100px;
    }
    .zoomContainer {
        display: none;
    }
    #opal-masthead.header-absolute {
        position: relative;
        background: #5abb9f;
    }
    #opal-masthead.header-absolute .header-main {
        background: #5abb9f;
        text-align: center;
    }
    #opal-masthead.header-absolute .header-main .logo-wrapper {
        float: none !important;
    }

    .widget-transport-service .transport_service .entry-content {
        bottom: 0;
    }
    .opal-footer .kc_box_wrap .widget {
        border: none;
        padding-left: 0;
        margin-top: 30px;
    }
    .owl-carousel-play:hover .carousel-control.right {
        right: 0;
    }
    .owl-carousel-play:hover .carousel-control.left {
        left: 0;
    }
    .feature-box .fbox-icon {
        float: none;
        margin-bottom: 20px;
    }
    .kc_title:before {
        content: none;
    }
    .kc_title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .testimonial-collection .testimonials-left .testimonials-profile {
        width: 70%;
    }
    .service-grid_v2 .transport_service.page .service-number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 0;
        left: 15px;
        font-size: 20px;
    }
    .service-grid_v2 .transport_service.page .entry-content {
        bottom: 0;
    }
    .opal-footer .opal-footer-profile {
        padding: 50px 0 30px;
    }
    .service-grid_v2 .opal_service.page .entry-content {
        left: 0;
        right: 0;
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #main .container,
    .opal-footer .container {
        width: 100% !important;
    }
    .zoomContainer {
        display: none;
    }
    .opal-social-share {
        margin-left: 20px;
        display: block;
    }
    .kc_title:before {
        content: none;
    }
    .opal-footer .kc_box_wrap .widget {
        border: none;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-mega .navbar-nav>li:hover>.dropdown-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        right: 0;
        transform: translate(0);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .kc_column {
        width: 100% !important;
    }
}


/* woocommerce product filter */

.woof_container ul {
    padding: 0;
}

.widget-woof .woof_container h4 {
    letter-spacing: -1.5px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

.widget-woof .woof_list_radio label {
    padding-top: 8px;
    padding-bottom: 0;
}

.widget-woof .woof_container_product_cat {
    margin-bottom: 20px;
}

.widget-woof .woof_container_product_cat .woof_list_label li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0 !important;
}

.widget-woof .woof_container_product_cat .woof_list_label .woof_label_count {
    right: 0;
    top: 20px;
    background-color: #5abb9f;
    color: #fff;
}

.widget-woof .woof_container_product_cat .woof_list_label .woof_label_term {
    width: auto;
    height: auto;
    min-width: 40px;
    line-height: 30px;
    padding: 0;
    background-color: transparent;
    border: none;
    text-align: left;
}

.widget-woof .woof_container_product_cat .woof_list_label .woof_label_term.checked {
    background-color: transparent;
    border: none;
}

.widget-woof .woof_container_product_cat .woof_list_label .woof_label_term.checked:hover {
    color: #5abb9f;
}

.widget-woof .woof_container_product_cat .woof_list_label .woof_label_term:hover {
    color: #5abb9f;
    background-color: transparent;
    border: none;
}

.widget-woof .woof_list_label li {
    position: relative;
}

.widget-woof .woof_list_label .woof_label_count {
    right: 0;
    color: #5abb9f;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #eaeaea;
}

.widget-woof .woof_list_label .woof_label_term {
    width: auto;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 4px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.widget-woof .woof_list_label .woof_label_term.checked {
    background-color: #5abb9f;
    border: 1px solid #eaeaea;
}

.widget-woof .woof_list_label .woof_label_term.checked:hover {
    color: #fff;
}

.widget-woof .woof_list_label .woof_label_term:hover {
    color: #fff;
    background-color: #5abb9f;
    border: 1px solid #eaeaea;
}

.widget-woof .woof_sku_search_container input[type=search],
.widget-woof .woof_text_search_container input[type=search] {
    border: none;
    background-color: transparent;
    padding: 5px 8px !important;
}

.widget-woof .woof_container_product_tag .woof_list_checkbox li,
.widget-woof .woof_container_product_tag .woof_list_radio li {
    width: 100%;
}

.widget-woof .woof_container_product_tag .woof_list_checkbox label,
.widget-woof .woof_container_product_tag .woof_list_radio label {
    padding-bottom: 0;
    padding-top: 8px;
}

.woof .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    min-height: 45px !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.woof .chosen-container-single .chosen-single {
    height: 40px;
    background: transparent;
    box-shadow: none;
}

.woof .chosen-container-single .chosen-single span {
    line-height: 40px;
}

.woof .chosen-container-single .chosen-single div {
    top: 10px;
}