@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
.h-modal-icon {
  font-size: 66px;
}

.inmodal .color-line {
  border-radius: 4px 4px 0 0;
}

.modal-content {
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.modal-backdrop.in {
  opacity: 0.4;
}

.modal-backdrop {
  position: fixed;
  bottom: 0;
}

.modal-dialog {
  margin-top: 80px;
}

.modal-title {
  font-size: 30px;
  font-weight: 300;
}

.modal-header {
  background: #f7f9fa;
}

.modal-body {
  padding: 20px 30px;
}

.modal-header small {
  color: rgb(157.2995391705, 159.0599078341, 161.7004608295);
}

.modal-footer {
  background: #f7f9fa;
}

.hmodal-info .color-line {
  background: #3498db;
}

.hmodal-warning .color-line {
  background: #ffb606;
}

.hmodal-success .color-line {
  background: #62cb31;
}

.hmodal-danger .color-line {
  background: #c0392b;
}

.hmodal-info h4.modal-title {
  color: #3498db;
}

.hmodal-warning h4.modal-title {
  color: #ffb606;
}

.hmodal-success h4.modal-title {
  color: #62cb31;
}

.hmodal-danger h4.modal-title {
  color: #c0392b;
}

/* Progress bar */
.progress {
  border-radius: 2px;
  margin-bottom: 10px;
}

.progress-bar {
  background-color: #f1f3f6;
  text-align: right;
  padding-right: 10px;
  color: #6a6c6f;
}

.progress-small, .progress-small .progress-bar {
  height: 10px;
}

.progress-bar-success {
  border-right: 4px solid rgb(88.0833333333, 182.4583333333, 44.0416666667);
}

.progress-bar-info {
  border-right: 4px solid rgb(36.9790794979, 139.6987447699, 208.5209205021);
}

.progress-bar-warning {
  border-right: 4px solid rgb(235.5, 166.4578313253, 0);
}

.progress-bar-danger {
  border-right: 4px solid rgb(171.1659574468, 50.814893617, 38.3340425532);
}

.full .progress-bar-success {
  background-color: #62cb31;
  border-right: 4px solid rgb(88.0833333333, 182.4583333333, 44.0416666667);
}

.full .progress-bar-info {
  background-color: #3498db;
  border-right: 4px solid rgb(36.9790794979, 139.6987447699, 208.5209205021);
}

.full .progress-bar-warning {
  background-color: #ffb606;
  border-right: 4px solid rgb(235.5, 166.4578313253, 0);
}

.full .progress-bar-danger {
  background-color: #c0392b;
  border-right: 4px solid rgb(171.1659574468, 50.814893617, 38.3340425532);
}

.full .progress-bar {
  color: #ffffff;
}

.badge.badge-success {
  background-color: #62cb31;
}

.badge.badge-info {
  background-color: #3498db;
}

.badge.badge-danger {
  background-color: #c0392b;
}

.badge.badge-warning {
  background-color: #ffb606;
}

.badge.badge-primary {
  background-color: #000;
}

.checkbox-primary input[type=checkbox]:checked + label::before {
  background-color: #000;
  border-color: #000;
}
.checkbox-primary input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type=checkbox]:checked + label::before {
  background-color: #c0392b;
  border-color: #c0392b;
}
.checkbox-danger input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type=checkbox]:checked + label::before {
  background-color: #3498db;
  border-color: #3498db;
}
.checkbox-info input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type=checkbox]:checked + label::before {
  background-color: #ffb606;
  border-color: #ffb606;
}
.checkbox-warning input[type=checkbox]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type=checkbox]:checked + label::before {
  background-color: #62cb31;
  border-color: #62cb31;
}
.checkbox-success input[type=checkbox]:checked + label::after {
  color: #fff;
}

.radio-primary input[type=radio] + label::after {
  background-color: #000;
}
.radio-primary input[type=radio]:checked + label::before {
  border-color: #000;
}
.radio-primary input[type=radio]:checked + label::after {
  background-color: #000;
}

.radio-danger input[type=radio] + label::after {
  background-color: #c0392b;
}
.radio-danger input[type=radio]:checked + label::before {
  border-color: #c0392b;
}
.radio-danger input[type=radio]:checked + label::after {
  background-color: #c0392b;
}

.radio-info input[type=radio] + label::after {
  background-color: #3498db;
}
.radio-info input[type=radio]:checked + label::before {
  border-color: #3498db;
}
.radio-info input[type=radio]:checked + label::after {
  background-color: #3498db;
}

.radio-warning input[type=radio] + label::after {
  background-color: #ffb606;
}
.radio-warning input[type=radio]:checked + label::before {
  border-color: #ffb606;
}
.radio-warning input[type=radio]:checked + label::after {
  background-color: #ffb606;
}

.radio-success input[type=radio] + label::after {
  background-color: #62cb31;
}
.radio-success input[type=radio]:checked + label::before {
  border-color: #62cb31;
}
.radio-success input[type=radio]:checked + label::after {
  background-color: #62cb31;
}

.checkbox input:hover,
.radio input:hover {
  cursor: pointer;
}

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

.has-error .form-control {
  border-color: rgb(150.3319148936, 44.629787234, 33.6680851064) !important;
}

.has-warning .form-control {
  border-color: rgb(210, 148.4337349398, 0) !important;
}

.has-success .form-control {
  border-color: rgb(78.1666666667, 161.9166666667, 39.0833333333) !important;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: rgb(150.3319148936, 44.629787234, 33.6680851064);
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: rgb(210, 148.4337349398, 0);
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: rgb(78.1666666667, 161.9166666667, 39.0833333333);
}

.spinner {
  margin: 20px auto;
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 15px;
}

.spinner > div {
  background-color: #62cb31;
  height: 100%;
  width: 8px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.dropdown-menu.hdropdown {
  padding: 0;
  z-index: 1060;
}

.dropdown-menu.hdropdown .title {
  padding: 12px 12px;
  text-align: center;
  border-bottom: 1px solid #e4e5e7;
}

.dropdown-menu.hdropdown li {
  padding: 6px 12px;
  text-align: left;
  background: rgb(250.3130434783, 250.9826086957, 251.9869565217);
  border-bottom: 1px solid #e4e5e7;
}

.dropdown-menu.filedropdown li {
  padding: 6px 6px;
  text-align: left;
  background: rgb(250.3130434783, 250.9826086957, 251.9869565217);
  border-bottom: 1px solid #e4e5e7;
}

.dropdown-menu.filedropdown li i {
  margin-right: 10px;
}

.dropdown-menu.hdropdown.notification li {
  padding: 12px 12px;
}

.dropdown-menu.hdropdown.notification li .label {
  margin-right: 10px;
}

.dropdown-menu.hdropdown li > a:hover, .dropdown-menu.filedropdown li > a:hover {
  background: inherit;
}

.dropdown-menu.hdropdown li:hover, .dropdown-menu.filedropdown li:hover {
  background: #f1f3f6;
}

.dropdown-menu.hdropdown li.summary {
  padding: 6px 12px;
  text-align: center;
  background: #fff;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .open > a, .navbar-nav .open > a:hover, .navbar-nav .open > a:focus {
  color: inherit;
  background: rgb(247.2086956522, 248.3217391304, 249.9913043478);
  border-bottom: 1px solid #e4e5e7;
}

.color-demo .header-line {
  height: 118px;
}

/* Mixin */
.color-demo .header-line:after {
  display: block;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 10px;
  width: 100%;
}

.header-line.extreme-color {
  width: 20%;
}

.header-line {
  height: 6px;
  width: 10%;
  float: left;
  margin: 0;
  position: relative;
}

.header-line div {
  position: absolute;
  top: 70px;
  left: 15px;
  font-weight: 600;
  color: #fff;
}

.header-line div span {
  font-weight: 400;
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

/* Buttons */
.btn {
  border-radius: 3px;
}

.float-e-margins .btn {
  margin-bottom: 5px;
}

.btn-primary.btn-outline {
  color: #000;
}

.btn-primary2.btn-outline {
  color: #9b59b6;
}

.btn-success.btn-outline {
  color: #62cb31;
}

.btn-info.btn-outline {
  color: #3498db;
}

.btn-warning.btn-outline {
  color: #ffb606;
}

.btn-warning2.btn-outline {
  color: #e67e22;
}

.btn-danger.btn-outline {
  color: #c0392b;
}

.btn-danger2.btn-outline {
  color: #c0392b;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}

.btn-primary {
  background-color: #000;
  border-color: #000;
  color: #FFFFFF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: rgb(15.3, 15.3, 15.3);
  border-color: rgb(15.3, 15.3, 15.3);
  color: #FFFFFF;
}

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

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: black;
  border-color: black;
}

.btn-primary2 {
  background-color: #9b59b6;
  border-color: #9b59b6;
  color: #FFFFFF;
}

.btn-primary2:hover, .btn-primary2:focus, .btn-primary2:active, .btn-primary2.active, .open .dropdown-toggle.btn-primary2 {
  background-color: rgb(167.8033472803, 110.2535564854, 191.3464435146);
  border-color: rgb(167.8033472803, 110.2535564854, 191.3464435146);
  color: #FFFFFF;
}

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

.btn-primary2.disabled, .btn-primary2.disabled:hover, .btn-primary2.disabled:focus, .btn-primary2.disabled:active, .btn-primary2.disabled.active, .btn-primary2[disabled], .btn-primary2[disabled]:hover, .btn-primary2[disabled]:focus, .btn-primary2[disabled]:active, .btn-primary2.active[disabled], fieldset[disabled] .btn-primary2, fieldset[disabled] .btn-primary2:hover, fieldset[disabled] .btn-primary2:focus, fieldset[disabled] .btn-primary2:active, fieldset[disabled] .btn-primary2.active {
  background-color: rgb(139.8142259414, 73.4276150628, 166.9723849372);
  border-color: rgb(139.8142259414, 73.4276150628, 166.9723849372);
}

.btn-success {
  background-color: #62cb31;
  border-color: #62cb31;
  color: #FFFFFF;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-color: rgb(116.0333333333, 210.7833333333, 71.8166666667);
  border-color: rgb(116.0333333333, 210.7833333333, 71.8166666667);
  color: #FFFFFF;
}

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

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: rgb(86.1, 178.35, 43.05);
  border-color: rgb(86.1, 178.35, 43.05);
}

.btn-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #FFFFFF;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-color: rgb(77.9907949791, 165.1874476987, 223.6092050209);
  border-color: rgb(77.9907949791, 165.1874476987, 223.6092050209);
  color: #FFFFFF;
}

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

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: rgb(36.2108786611, 136.7966527197, 204.1891213389);
  border-color: rgb(36.2108786611, 136.7966527197, 204.1891213389);
}

.btn-default {
  background-color: #fff;
  border-color: #e4e5e7;
  color: #6a6c6f;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-color: #fff;
  border-color: rgb(217.2, 218.6, 221.4);
  color: rgb(96.0350230415, 97.8470046083, 100.5649769585);
}

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

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: rgb(228.1692307692, 234.8769230769, 238.2307692308);
  border-color: rgb(228.1692307692, 234.8769230769, 238.2307692308);
}

.btn-warning {
  background-color: #ffb606;
  border-color: #ffb606;
  color: #FFFFFF;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-color: rgb(255, 190.9710843373, 36.6);
  border-color: rgb(255, 190.9710843373, 36.6);
  color: #FFFFFF;
}

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

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: rgb(230.4, 162.8530120482, 0);
  border-color: rgb(230.4, 162.8530120482, 0);
}

.btn-warning2 {
  background-color: #e67e22;
  border-color: #e67e22;
  color: #FFFFFF;
}

.btn-warning2:hover, .btn-warning2:focus, .btn-warning2:active, .btn-warning2.active, .open .dropdown-toggle.btn-warning2 {
  background-color: rgb(233.1097560976, 142.0463414634, 61.4902439024);
  border-color: rgb(233.1097560976, 142.0463414634, 61.4902439024);
  color: #FFFFFF;
}

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

.btn-warning2.disabled, .btn-warning2.disabled:hover, .btn-warning2.disabled:focus, .btn-warning2.disabled:active, .btn-warning2.disabled.active, .btn-warning2[disabled], .btn-warning2[disabled]:hover, .btn-warning2[disabled]:focus, .btn-warning2[disabled]:active, .btn-warning2.active[disabled], fieldset[disabled] .btn-warning2, fieldset[disabled] .btn-warning2:hover, fieldset[disabled] .btn-warning2:focus, fieldset[disabled] .btn-warning2:active, fieldset[disabled] .btn-warning2.active {
  background-color: rgb(209.6804878049, 111.0073170732, 23.7195121951);
  border-color: rgb(209.6804878049, 111.0073170732, 23.7195121951);
}

.btn-danger {
  background-color: #c0392b;
  border-color: #c0392b;
  color: #FFFFFF;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-color: rgb(210.28, 69.88, 55.32);
  border-color: rgb(210.28, 69.88, 55.32);
  color: #FFFFFF;
}

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

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: rgb(166.9991489362, 49.5778723404, 37.4008510638);
  border-color: rgb(166.9991489362, 49.5778723404, 37.4008510638);
}

.btn-danger2 {
  background-color: #c0392b;
  border-color: #c0392b;
  color: #FFFFFF;
}

.btn-danger2:hover, .btn-danger2:focus, .btn-danger2:active, .btn-danger2.active, .open .dropdown-toggle.btn-danger2 {
  background-color: rgb(210.28, 69.88, 55.32);
  border-color: rgb(210.28, 69.88, 55.32);
  color: #FFFFFF;
}

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

.btn-danger2.disabled, .btn-danger2.disabled:hover, .btn-danger2.disabled:focus, .btn-danger2.disabled:active, .btn-danger2.disabled.active, .btn-danger2[disabled], .btn-danger2[disabled]:hover, .btn-danger2[disabled]:focus, .btn-danger2[disabled]:active, .btn-danger2.active[disabled], fieldset[disabled] .btn-danger2, fieldset[disabled] .btn-danger2:hover, fieldset[disabled] .btn-danger2:focus, fieldset[disabled] .btn-danger2:active, fieldset[disabled] .btn-danger2.active {
  background-color: rgb(166.9991489362, 49.5778723404, 37.4008510638);
  border-color: rgb(166.9991489362, 49.5778723404, 37.4008510638);
}

.btn-link {
  color: inherit;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
  color: #6a6c6f;
}

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

.btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
  color: rgb(157.2995391705, 159.0599078341, 161.7004608295);
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s;
}

.btn-xs {
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.5;
  padding: 1px 7px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

.btn-circle.btn-xs {
  width: 20px;
  height: 20px;
  padding: 4px 8px;
  border-radius: 25px;
  font-size: 10px;
  line-height: 1;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

/* Lists */
.list .list-item-container {
  float: left;
}

.list-item-container div:first-child {
  border-top: none;
}

.list .list-item .list-item-content p {
  margin-bottom: 3px;
  margin-top: 0;
}

.list .list-item-date {
  color: #AAAAAA;
  font-size: 10px;
  text-align: center;
}

.list .list-item {
  float: left;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e4e5e7;
}

.list .list-item-container-small {
  min-width: 80px;
  text-align: center;
}

.list .list-item .list-item-content .list-item-right {
  height: 100%;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.list .list-item .list-item-content h1, .list .list-item .list-item-content h2, .list .list-item .list-item-content h3, .list .list-item .list-item-content h4, .list .list-item .list-item-content h5, .list .list-item .list-item-content h6, .list .list-item .list-item-content .list-item-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #000;
  border-color: #000;
  color: #FFFFFF !important;
}

.list-group-item-heading {
  margin-top: 10px;
}

.list-group-item-text {
  margin: 0 0 10px;
  color: inherit;
  line-height: inherit;
}

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

.no-padding .list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.no-padding .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}

.no-padding .list-group {
  margin-bottom: 0;
}

/* Panels */
.hpanel > .panel-heading {
  color: inherit;
  font-weight: 600;
  padding: 10px 4px;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.hpanel .hbuilt.panel-heading {
  border-bottom: none;
}

.hpanel > .panel-footer, .hpanel > .panel-section {
  color: inherit;
  border: 1px solid #e4e5e7;
  border-top: none;
  font-size: 90%;
  background: #f7f9fa;
  padding: 10px 15px;
}

.hpanel.panel-collapse > .panel-heading, .hpanel .hbuilt {
  background: #fff;
  border-color: #e4e5e7;
  border: 1px solid #e4e5e7;
  padding: 10px 10px;
  border-radius: 2px;
}

.hpanel .panel-body {
  background: #fff;
  border: 1px solid #e4e5e7;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}

.hpanel.panel-group .panel-body:first-child {
  border-top: 1px solid #e4e5e7;
}

.hpanel.panel-group .panel-body {
  border-top: none;
}

.panel-collapse .panel-body {
  border: none;
}

.hpanel {
  background-color: none;
  border: none;
  box-shadow: none;
  margin-bottom: 25px;
}

.panel-tools {
  display: inline-block;
  float: right;
  margin-top: 0;
  padding: 0;
  position: relative;
}

.hpanel .alert {
  margin-bottom: 0;
  border-radius: 0;
  border: 1px solid #e4e5e7;
  border-bottom: none;
}

.panel-tools a {
  margin-left: 5px;
  color: rgb(157.2995391705, 159.0599078341, 161.7004608295);
  cursor: pointer;
}

.hpanel.hgreen .panel-body {
  border-top: 2px solid #62cb31;
}

.hpanel.hblue .panel-body {
  border-top: 2px solid #3498db;
}

.hpanel.hyellow .panel-body {
  border-top: 2px solid #ffb606;
}

.hpanel.hviolet .panel-body {
  border-top: 2px solid #9b59b6;
}

.hpanel.horange .panel-body {
  border-top: 2px solid #e67e22;
}

.hpanel.hred .panel-body {
  border-top: 2px solid #c0392b;
}

.hpanel.hreddeep .panel-body {
  border-top: 2px solid #c0392b;
}

.hpanel.hnavyblue .panel-body {
  border-top: 2px solid #000;
}

.hpanel.hbggreen .panel-body {
  background: #62cb31;
  color: #fff;
  border: none;
}

.hpanel.hbgblue .panel-body {
  background: #3498db;
  color: #fff;
  border: none;
}

.hpanel.hbgyellow .panel-body {
  background: #ffb606;
  color: #fff;
  border: none;
}

.hpanel.hbgviolet .panel-body {
  background: #9b59b6;
  color: #fff;
  border: none;
}

.hpanel.hbgorange .panel-body {
  background: #e67e22;
  color: #fff;
  border: none;
}

.hpanel.hbgred .panel-body {
  background: #c0392b;
  color: #fff;
  border: none;
}

.hpanel.hbgreddeep .panel-body {
  background: #c0392b;
  color: #fff;
  border: none;
}

.hpanel.hbgnavyblue .panel-body {
  background: #000;
  color: #fff;
  border: none;
}

.panel-group .panel-heading {
  background-color: #f7f9fa;
}

.small-header .hpanel {
  margin-bottom: 0;
}

.small-header {
  padding: 0 !important;
}

.small-header .panel-body {
  padding: 15px 25px;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
}

.panel-body h5, .panel-body h4 {
  font-weight: 600;
}

.small-header .panel-body h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0 0;
}

.small-header .panel-body small {
  color: rgb(131.2119815668, 133.4423963134, 136.7880184332);
}

.hbreadcrumb {
  padding: 2px 0px;
  margin-top: 6px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #fff;
  font-size: 11px;
}
.hbreadcrumb > li {
  display: inline-block;
}
.hbreadcrumb > li + li:before {
  padding: 0 5px;
  color: #000;
}
.hbreadcrumb > .active {
  color: rgb(157.2995391705, 159.0599078341, 161.7004608295);
}

.wrapper {
  padding: 10px 20px;
}

.hpanel.collapsed .panel-body, .hpanel.collapsed .panel-footer {
  display: none;
}

.hpanel.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}

.hpanel.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}

.hpanel.collapsed.panel-collapse .panel-body {
  border-width: 0 1px 1px 1px;
  border-color: #e4e5e7;
  border-style: solid;
}

.hpanel.collapsed .hbuilt.panel-heading {
  border-bottom: 1px solid #e4e5e7;
}

body.fullscreen-panel-mode {
  overflow-y: hidden;
}

.hpanel.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0;
}

.hpanel.fullscreen .showhide {
  display: none;
}

.hpanel.fullscreen .panel-body {
  min-height: calc(100% - 77px);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 1px solid #e4e5e7;
  border-bottom-color: transparent;
}

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

.tab-pane .panel-body {
  border-top: none;
}

.tabs-left .tab-pane .panel-body, .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e4e5e7;
}

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

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tabs-left .panel-body {
  position: static;
}

.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  width: 20%;
}

.tabs-left .panel-body {
  width: 80%;
  margin-left: 20%;
}

.tabs-right .panel-body {
  width: 80%;
  margin-right: 20%;
}

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

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

.tabs-below > .nav-tabs {
  border-top: 1px solid #e4e5e7;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e4e5e7;
  border-bottom-color: transparent;
}

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

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #e4e5e7 transparent #e4e5e7 #e4e5e7;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #e4e5e7 #e4e5e7 #e4e5e7 transparent;
  *border-left-color: #ffffff;
  z-index: 1;
}

.tooltip-inner {
  background-color: #000;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #000;
}

/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url("img/green.png") no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-green {
  background-position: 0 0;
}

.icheckbox_square-green.hover {
  background-position: -24px 0;
}

.icheckbox_square-green.checked {
  background-position: -48px 0;
}

.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-green {
  background-position: -120px 0;
}

.iradio_square-green.hover {
  background-position: -144px 0;
}

.iradio_square-green.checked {
  background-position: -168px 0;
}

.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-green.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-green,
  .iradio_square-green {
    background-image: url("img/green$2x.png");
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

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

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

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

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

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

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

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

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

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

.bg-light-soft {
  background-color: #f1f3f6;
}

.bg-light {
  background-color: #f7f9fa;
}

.border-top {
  border-top: 1px solid #e4e5e7;
}

.border-bottom {
  border-bottom: 1px solid #e4e5e7;
}

.border-right {
  border-right: 1px solid #e4e5e7;
}

.border-left {
  border-left: 1px solid #e4e5e7;
}

.h-bg-navy-blue {
  background: #000;
}

.h-bg-violet {
  background: #9b59b6;
}

.h-bg-blue {
  background: #3498db;
}

.h-bg-green {
  background: #62cb31;
}

.h-bg-yellow {
  background: #ffb606;
}

.h-bg-orange {
  background: #e67e22;
}

.h-bg-red {
  background: #c0392b;
}

.h-bg-red-deep {
  background: #c0392b;
}

.text-primary {
  color: #000;
}

.text-primary-2 {
  color: #9b59b6;
}

.text-info {
  color: #3498db;
}

.text-success {
  color: #62cb31;
}

.text-warning {
  color: #ffb606;
}

.text-danger {
  color: #c0392b;
}

.text-white {
  color: #fff;
}

/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px !important;
}

.p-xs {
  padding: 10px !important;
}

.p-sm {
  padding: 15px !important;
}

.p-m {
  padding: 20px !important;
}

.p-md {
  padding: 25px !important;
}

.p-lg {
  padding: 30px !important;
}

.p-xl {
  padding: 40px !important;
}

.m-xxs {
  margin: 2px 4px;
}

.m-xs {
  margin: 5px;
}

.m-sm {
  margin: 10px;
}

.m {
  margin: 15px;
}

.m-md {
  margin: 20px;
}

.m-lg {
  margin: 30px;
}

.m-xl {
  margin: 50px;
}

.m-n {
  margin: 0 !important;
}

.m-l-none {
  margin-left: 0;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l {
  margin-left: 15px;
}

.m-l-md {
  margin-left: 20px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-l-xl {
  margin-left: 40px;
}

.m-l-n-xxs {
  margin-left: -1px;
}

.m-l-n-xs {
  margin-left: -5px;
}

.m-l-n-sm {
  margin-left: -10px;
}

.m-l-n {
  margin-left: -15px;
}

.m-l-n-md {
  margin-left: -20px;
}

.m-l-n-lg {
  margin-left: -30px;
}

.m-l-n-xl {
  margin-left: -40px;
}

.m-t-none {
  margin-top: 0;
}

.m-t-xxs {
  margin-top: 1px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t {
  margin-top: 15px;
}

.m-t-md {
  margin-top: 20px;
}

.m-t-lg {
  margin-top: 30px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-xxl {
  margin-top: 50px;
}

.m-t-xxxl {
  margin-top: 60px;
}

.m-t-n-xxs {
  margin-top: -1px;
}

.m-t-n-xs {
  margin-top: -5px;
}

.m-t-n-sm {
  margin-top: -10px;
}

.m-t-n {
  margin-top: -15px;
}

.m-t-n-md {
  margin-top: -20px;
}

.m-t-n-lg {
  margin-top: -30px;
}

.m-t-n-xl {
  margin-top: -40px;
}

.m-r-none {
  margin-right: 0;
}

.m-r-xxs {
  margin-right: 1px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 10px;
}

.m-r {
  margin-right: 15px;
}

.m-r-md {
  margin-right: 20px;
}

.m-r-lg {
  margin-right: 30px;
}

.m-r-xl {
  margin-right: 40px;
}

.m-r-n-xxs {
  margin-right: -1px;
}

.m-r-n-xs {
  margin-right: -5px;
}

.m-r-n-sm {
  margin-right: -10px;
}

.m-r-n {
  margin-right: -15px;
}

.m-r-n-md {
  margin-right: -20px;
}

.m-r-n-lg {
  margin-right: -30px;
}

.m-r-n-xl {
  margin-right: -40px;
}

.m-b-none {
  margin-bottom: 0;
}

.m-b-xxs {
  margin-bottom: 1px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b {
  margin-bottom: 15px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px;
}

.m-b-n-xxs {
  margin-bottom: -1px;
}

.m-b-n-xs {
  margin-bottom: -5px;
}

.m-b-n-sm {
  margin-bottom: -10px;
}

.m-b-n {
  margin-bottom: -15px;
}

.m-b-n-md {
  margin-bottom: -20px;
}

.m-b-n-lg {
  margin-bottom: -30px;
}

.m-b-n-xl {
  margin-bottom: -40px;
}

.space-15 {
  margin: 15px 0;
}

.space-20 {
  margin: 20px 0;
}

.space-25 {
  margin: 25px 0;
}

.space-30 {
  margin: 30px 0;
}

/* Layout */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden !important;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  font-size: 13px;
  color: #6a6c6f;
  margin: 0;
  padding: 0;
  height: 100%;
}

.content {
  padding: 80px 10px 15px 10px;
  min-width: 320px;
}

@media (max-width: 768px) {
  .content {
    padding: 15px 15px 15px 15px;
    min-width: 320px;
  }
}
.ngHeaderCell {
  border-right: none;
  border-bottom: 1px solid #e4e5e7;
}

.ngCell {
  border-right: none;
}

.ngTopPanel {
  background: #fff;
}

.ngRow.even {
  background: #f9f9f9;
}

.ngRow.selected {
  background: rgb(228.5826086957, 232.3565217391, 238.0173913043);
}

.ngRow {
  border-bottom: 1px solid #e4e5e7;
}

.ngCell {
  background-color: transparent;
}

.ngHeaderCell {
  border-right: none;
}

.gridStyle {
  border: 1px solid #e4e5e7;
  height: 400px;
}

.show-grid [class^=col-] {
  background-color: #f1f3f6 !important;
  border: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

.show-grid {
  margin: 15px 0;
}

.h-100 {
  min-height: 100px;
}

.h-150 {
  min-height: 150px;
}

.h-200 {
  min-height: 200px;
}

.h-300 {
  min-height: 300px;
}

.h-400 {
  min-height: 400px;
}

.h-500 {
  min-height: 500px;
}

.h-600 {
  min-height: 600px;
}

.w-xs {
  min-width: 100px;
}

.w-sm {
  min-width: 120px;
}

.w-m {
  min-width: 140px;
}

.w-lg {
  min-width: 160px;
}

.w-xl {
  min-width: 180px;
}

.w-xxl {
  min-width: 200px;
}

/* Fonts */
.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 600;
}

.font-extra-bold {
  font-weight: 700;
}

.font-uppercase {
  text-transform: uppercase;
}

.font-trans {
  opacity: 0.5 !important;
}

.text-big {
  font-size: 60px;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 200;
}

.color-line {
  height: 6px;
  /*background-image: -webkit-linear-gradient(left, $color-navy-blue, $color-navy-blue 25%, $color-violet 25%, $color-violet 35%, $color-blue 35%, $color-blue 45%, $color-green 45%, $color-green 55%, $color-yellow 55%, $color-yellow 65%, $color-orange 65%, $color-orange 75%, $color-red 85%, $color-red 85%,$color-red-deep 85%, $color-red-deep 100%);
  background-image: -moz-linear-gradient(left, $color-navy-blue, $color-navy-blue 25%, $color-violet 25%, $color-violet 35%, $color-blue 35%, $color-blue 45%, $color-green 45%, $color-green 55%, $color-yellow 55%, $color-yellow 65%, $color-orange 65%, $color-orange 75%, $color-red 85%, $color-red 85%,$color-red-deep 85%, $color-red-deep 100%);
  background-image: -ms-linear-gradient(left, $color-navy-blue, $color-navy-blue 25%, $color-violet 25%, $color-violet 35%, $color-blue 35%, $color-blue 45%, $color-green 45%, $color-green 55%, $color-yellow 55%, $color-yellow 65%, $color-orange 65%, $color-orange 75%, $color-red 85%, $color-red 85%,$color-red-deep 85%, $color-red-deep 100%);
  background-image: linear-gradient(to right, $color-navy-blue, $color-navy-blue 25%, $color-violet 25%, $color-violet 35%, $color-blue 35%, $color-blue 45%, $color-green 45%, $color-green 55%, $color-yellow 55%, $color-yellow 65%, $color-orange 65%, $color-orange 75%, $color-red 85%, $color-red 85%,$color-red-deep 85%, $color-red-deep 100%);
  */
  background-color: #c0392b;
  background-size: 100% 6px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

/* Opacity */
.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

/* Fix modal position */
body.modal-open {
  left: 0;
  right: 0;
  padding-right: 0 !important;
  position: absolute;
  height: initial;
}

/* Google Maps */
.google-map {
  height: 300px;
}

.hr-line-dashed {
  background-color: transparent;
  border-top: 1px dotted #f1f3f6;
  color: transparent;
  height: 1px;
  margin: 20px 0;
}

.animated-panel {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#logo {
  float: left;
  width: 180px;
  background-color: #000;
  padding: 18px 10px 18px 18px;
  height: 56px;
  text-align: center;
}

#logo span {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}

#logo.light-version {
  background-color: #f7f9fa;
  border-bottom: 1px solid #e4e5e7;
  text-align: center;
}

#logo.light-version span {
  font-weight: 600;
  color: #000;
  font-size: 14px;
}

.profile-picture {
  padding: 20px 20px;
  text-align: center;
}

/* Labels */
.label-menu-corner .label {
  font-size: 10px;
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 18px;
  top: 12px;
}

/* Menu */
#side-menu {
  background: #f7f9fa;
}

#side-menu li a {
  color: #6a6c6f;
  font-weight: 700;
  padding: 10px 20px;
  transition: border 0.5s;
}

#side-menu li:last-child {
  border-bottom: 1px solid #e4e5e7;
}

#side-menu li:first-child {
  border-top: 1px solid #e4e5e7;
}

#side-menu li .nav-second-level li a {
  padding: 10px 10px 10px 30px;
  color: #6a6c6f;
  text-transform: none;
  font-weight: 600;
}

#side-menu li .nav-second-level li.active a {
  background-color: black;
  color: white;
  border-left: 0 !important;
}

#side-menu li .nav-third-level li a {
  padding: 10px 10px 10px 40px;
  color: #6a6c6f;
  text-transform: none;
  font-weight: 600;
}

#side-menu.nav > li > a:hover, #side-menu.nav > li > a:focus {
  background: #fff;
}

#side-menu li.active {
  background: #fff;
  border-left: 4px solid #c0392b;
}

#side-menu li li.active {
  border-left: 0;
}

.arrow {
  float: right;
}

.fa.arrow:before {
  content: "\f104";
}

.active > a > .fa.arrow:before {
  content: "\f107";
}

#top-navigation {
  height: 56px;
  position: relative;
  float: left;
}

.navbar-static-top {
  margin: 0 0 0 180px;
}

.navbar.navbar-static-top a, .nav.navbar-nav li a {
  color: rgb(157.2995391705, 159.0599078341, 161.7004608295);
}

.header-link {
  padding: 18px 26px 17px 26px;
  font-size: 14px;
  float: left;
  border-right: 1px solid #e4e5e7;
  border-left: 1px solid #e4e5e7;
  margin-right: 15px;
  background: #f7f9fa;
  cursor: pointer;
}

.header-link:hover {
  background: rgb(240.7230769231, 244.2923076923, 246.0769230769);
}

.navbar-nav > li, .navbar-nav > li > a {
  height: 56px;
}

.navbar-nav > li > a {
  padding: 15px 20px;
  font-size: 25px;
}

.navbar-nav > li:last-child > a {
  padding-right: 35px;
}

.navbar.navbar-static-top .hide-menu {
  color: rgb(157.2995391705, 159.0599078341, 161.7004608295);
}

.panel-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Box */
.box {
  padding: 40px;
}

.box-rb-border {
  border-right: 1px solid #e4e5e7;
  border-bottom: 1px solid #e4e5e7;
}

.box-b-border {
  border-bottom: 1px solid #e4e5e7;
}

.box-r-border {
  border-right: 1px solid #e4e5e7;
}

/* Sidebar Hide */
body.hide-sidebar #menu {
  margin-left: -180px;
}

body.hide-sidebar #wrapper {
  margin-left: 0;
}

body.page-small #menu {
  margin-left: -180px;
}

body.page-small #wrapper {
  margin-left: 0;
}

body.page-small.show-sidebar #menu {
  margin-left: 0;
}

body.page-small.show-sidebar #wrapper {
  margin-left: 180px;
}

a {
  cursor: pointer;
  color: #000;
}

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

.no-padding {
  padding: 0 !important;
}

.no-borders {
  border: none !important;
}

.no-margins {
  margin: 0 !important;
}

.no-background {
  background: transparent !important;
}

.borders {
  border: 1px solid #e4e5e7 !important;
}

.navbar-form-custom {
  float: left;
  height: 52px;
  padding: 0;
  width: 400px;
}

.navbar-form-custom .form-control {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 13px;
  height: 52px;
  margin: 0;
  z-index: 1060;
  padding: 0;
}

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

.vertical-mid {
  display: table;
}

.vertical-mid * {
  display: table-cell;
  vertical-align: middle;
}

/* Labels */
.label-success {
  background-color: #62cb31;
}

.well {
  background: #f7f9fa;
  box-shadow: none;
}

/* Messages */
.feed-activity-list .feed-element {
  border-bottom: 1px solid #E7EAEC;
}

.feed-element:first-child {
  margin-top: 0;
}

.feed-element {
  padding-bottom: 15px;
}

.feed-element, .feed-element .media {
  margin-top: 15px;
}

.feed-element, .media-body {
  overflow: hidden;
}

.feed-element > .pull-left {
  margin-right: 10px;
}

.feed-element img.img-circle, .dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px;
}

.feed-element .well {
  border: 1px solid #E7EAEC;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
}

.feed-element .actions {
  margin-top: 10px;
}

.feed-element .photos {
  margin: 10px 0;
}

.feed-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

.feed-element 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"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.small-logo {
  display: none;
  text-align: center;
  padding-top: 18px;
  font-size: 14px;
  font-weight: 800;
}

.img-small {
  width: 62px;
  height: 62px;
}

@media (max-width: 768px) {
  .navbar-form-custom, .navbar-right, #logo {
    display: none;
  }
  .navbar-static-top {
    margin: 0;
  }
  .small-logo {
    display: block;
    float: left;
  }
  .header-line div {
    display: none;
  }
  .color-demo .header-line {
    height: 48px;
  }
  #hbreadcrumb {
    float: none !important;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
@media (max-width: 320px) {
  #wrapper {
    overflow: hidden;
  }
}
.canvass {
  -moz-transition: width 0.01s, height 0.01s;
  -webkit-transition: width 0.01s, height 0.01s;
  -o-transition: width 0.01s, height 0.01s;
  transition: width 0.01s, height 0.01s;
}

.project-list table tr td {
  border-top: none;
  border-bottom: 1px solid #e7eaec;
  padding: 10px 10px;
  vertical-align: middle;
}

.icons-box {
  padding: 20px;
}

.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.icons-box .infont {
  text-align: center;
  margin-bottom: 25px;
}

.icons-box .infont i {
  font-size: 35px;
  display: block;
  color: #676a6c;
}

.icons-box .infont span {
  color: #a6a8a9;
}

.icons-box .infont span {
  margin: 1px;
  display: block;
}

.fullpanel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1070;
  overflow-x: scroll;
  transition: all 2s;
}

.transition {
  transition: all 0.5s;
}

.normalheader .hpanel {
  margin-bottom: 0;
}

.normalheader {
  min-width: 320px;
  padding: 40px 40px 0px 40px;
  transition: padding 0.5s;
}

@media (max-width: 768px) {
  .normalheader {
    padding: 15px 15px 0px 15px;
  }
}
.normalheader h2 {
  margin-top: 0px;
}

.input-xs {
  height: 20px;
  padding: 2px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: 500;
}

.clip-header i {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.clip-header {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  background: #f7f9fa;
  padding: 4px 5px;
  border-left: 1px solid #e4e5e7;
  border-bottom: 1px solid #e4e5e7;
}

.dropdown-menu {
  font-size: 13px;
  border-radius: 3px;
}

.dropdown-example {
  display: inline-block;
  margin: 0px 10px 10px 10px;
}

.dropdown-example .dropdown-menu {
  position: static;
  display: block;
}

.pagination-example .pagination {
  margin: 0 0 10px 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #3498db;
  border-color: rgb(36.9790794979, 139.6987447699, 208.5209205021);
  color: #fff;
  cursor: default;
  z-index: 2;
}

.hbreadcrumb a.active {
  color: #9d9fa2;
}

.form-control {
  border-color: #e4e5e7 !important;
}

.input-group-addon {
  background: rgb(250.3130434783, 250.9826086957, 251.9869565217);
  border-color: #e4e5e7 !important;
}

.sidebar-button {
  padding: 4px 10px 0 10px;
}
.sidebar-button i {
  font-size: 20px;
}

/* Tables */
.table > thead > tr > th {
  border-bottom: none;
}

.no-padding table {
  margin-bottom: 0;
}

/* Validation */
.form-control.error {
  border-color: #c0392b !important;
}

label.error, label span.error {
  color: #c0392b;
  margin: 5px 0 0 0;
  font-weight: 400;
}

label span.error {
  margin-left: 5px;
}

label.error:before {
  content: "\f071";
  font-family: "FontAwesome";
  margin: 0 4px;
}

/* Big menu */
.hdropdown.bigmenu {
  padding: 30px 30px 0px 30px;
}

.bigmenu a i {
  font-size: 46px;
}

.bigmenu a {
  display: block;
  text-align: center;
  margin: 0 10px 30px 0;
  min-width: 100px;
}

.bigmenu h5 {
  font-size: 13px;
  margin-top: 10px;
}

/* Mobile navbar */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block;
  }
  .mobile-menu .navbar-nav > li, .mobile-menu .navbar-nav {
    float: none;
  }
}
.mobile-navbar {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 100;
}
.mobile-navbar .navbar-nav {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e4e5e7;
}
.mobile-navbar .navbar-nav > li > a {
  padding: 15px 15px;
  font-size: 14px;
  color: #6a6c6f;
}
.mobile-navbar .navbar-nav > li > a:hover, .mobile-navbar .navbar-nav > li > a:focus, .mobile-navbar .navbar-nav .open > a, .mobile-navbar .navbar-nav .open > a:hover, .mobile-navbar .navbar-nav .open > a:focus {
  border-bottom: none;
}

@media (min-width: 769px) {
  .mobile-navbar, .mobile-navbar.collapse.in {
    display: none;
  }
}
/* Fix for xeditable and chekcbox plugin in angularJS version */
.x-edit-checkbox .checkbox label::before {
  display: none;
}

.form-control {
  border-radius: 0 !important;
}

.select2-choices {
  border-radius: 0;
}

.input-group-addon {
  border-radius: 0 !important;
}

.input-group-sm {
  border-radius: 0 !important;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type=file] {
  border: 0;
  padding: 0;
}

h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.home-logo {
  right: 10px;
  top: 10px;
  position: absolute;
  z-index: 90000;
  display: none;
}
.home-logo img {
  padding: 10px;
  width: 180px;
  margin: auto;
}

.scrollme {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 90000;
}
.scrollme img {
  width: 50px;
}

#header_placeholder {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 500;
  top: 0;
}
#header_placeholder.home {
  position: static !important;
}
#header_placeholder #header {
  background-color: transparent;
  display: block;
  height: 80px;
  padding: 0;
  margin: auto;
  width: 100%;
  border-bottom: 1px solid #e4e5e7;
}
#header_placeholder #header .mobile-menu-open {
  display: none;
}
#header_placeholder #header .logo {
  float: left;
  width: auto;
  border-right: 1px solid #e4e5e7;
}
#header_placeholder #header .logo img {
  height: 60px;
  margin: 10px;
}

.menu {
  margin-left: 80px;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul.left {
  float: left;
  text-align: left;
}
.menu ul.right {
  text-align: right;
  float: right;
  margin: 0px 60px -5px 0;
}
.menu ul li {
  display: inline-block;
  vertical-align: middle;
  height: 80px;
  line-height: 80px;
  text-align: center;
  padding: 0 20px;
  margin: 0;
  position: relative;
  /*&:hover > ul {
    display: block;
  }*/
}
.menu ul li.open > a, .menu ul li:hover > a {
  border-bottom: 5px solid #c0392b;
}
.menu ul li.icon {
  padding: 0 10px;
}
.menu ul li.icon:hover > a {
  border: 0 !important;
}
.menu ul li.icon .badge {
  position: absolute;
  background-color: #c0392b;
  color: white;
  top: 25px;
  left: 38px;
  z-index: 9999999;
}
.menu ul li.sister {
  padding: 0 20px;
  border-left: 1px solid #e4e5e7;
}
.menu ul li.sister a {
  border: 0 !important;
}
.menu ul li.sister.kids {
  border-right: 1px solid #e4e5e7;
  margin-right: 10px;
}
.menu ul li.sister.kids img {
  height: 55px;
}
.menu ul li.sister img {
  transition: filter 0.5s, opacity 0.5s;
  height: 40px;
  vertical-align: middle;
  filter: grayscale(1);
  opacity: 0.7;
}
.menu ul li.sister:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.menu ul li i {
  font-size: 2em;
  vertical-align: middle;
}
.menu ul li input[type=text] {
  height: 50px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #e4e5e7;
  width: 150px;
  font-size: 30px;
  padding: 0 0 0 10px;
  background: transparent;
  font-weight: 300;
}
.menu ul li input[type=text]:focus {
  outline: none;
}
.menu ul li input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e4e5e7;
  font-size: 20px;
}
.menu ul li input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #e4e5e7;
  font-size: 20px;
}
.menu ul li input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #e4e5e7;
  font-size: 20px;
}
.menu ul li input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #e4e5e7;
  font-size: 20px;
}
.menu ul li ul {
  z-index: 600;
  position: absolute;
  top: 48px;
  left: 20px;
  background-color: white;
  width: 230px;
  border: 1px solid #e4e5e7;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  display: none;
}
.menu ul li ul li {
  /*&:hover > ul {
    display: block;
  }*/
  display: block;
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
  padding: 0 5px;
  border-bottom: 1px solid #e4e5e7;
  text-align: left;
}
.menu ul li ul li i {
  font-size: 12px !important;
  margin-top: 9px;
}
.menu ul li ul li:hover, .menu ul li ul li.current {
  background-color: #c0392b;
  color: white;
}
.menu ul li ul li:hover a, .menu ul li ul li.current a {
  color: white;
}
.menu ul li ul li:last-child {
  border: 0;
}
.menu ul li ul li a {
  display: block;
  height: 100%;
}
.menu ul li ul li a, .menu ul li ul li a:hover {
  border: none !important;
}
.menu ul li ul li ul {
  z-index: 100;
  display: none;
  position: absolute;
  left: 228px;
  top: 0;
  background-color: black;
  border: 0;
  width: 200px;
  transition: left 0.3s;
}

@media only screen and (max-width: 1150px) {
  .search-top {
    display: none !important;
  }
}
@media only screen and (max-width: 500px) {
  .content {
    padding-top: 80px;
  }
  #header_placeholder #header {
    text-align: center;
    position: relative;
  }
  #header_placeholder #header .mobile-menu-open {
    display: inherit;
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 35px;
  }
  #header_placeholder #header .logo {
    float: none !important;
    display: inline-block;
    border: 0 !important;
  }
  .menu ul.left {
    display: none;
  }
  .menu ul.right {
    position: absolute;
    right: 35px;
    top: 8px;
    margin: 0;
  }
  .menu ul.right .sister {
    display: none;
  }
  .search-top {
    display: none !important;
  }
}
.offcanvas-element {
  border-right: 1px solid #e4e5e7;
  overflow-y: scroll;
}

.mobile-menu {
  background-color: white;
  position: fixed;
  width: 219px;
  overflow-y: scroll;
}
.mobile-menu .logo {
  text-align: center;
  margin-top: 15px;
}
.mobile-menu .logo img {
  width: 70%;
}
.mobile-menu ul {
  margin: 20px 0;
  padding: 0;
  border-top: 1px solid #e4e5e7;
}
.mobile-menu ul li {
  display: block;
  position: relative;
  border-bottom: 1px solid #e4e5e7;
  padding: 0;
}
.mobile-menu ul li a {
  padding: 10px !important;
  display: block;
}
.mobile-menu ul li ul {
  border: none;
  display: none;
  background-color: #c0392b;
  padding: 0;
  margin: 0;
}
.mobile-menu ul li ul li a {
  color: white;
}
.mobile-menu ul li ul li ul {
  background-color: black;
}

.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.breadcrumbs ul li {
  display: inline-block;
  margin-right: 5px;
}
.breadcrumbs ul li i {
  margin-left: 10px;
  vertical-align: middle;
}
.breadcrumbs ul li:last-child {
  font-weight: 700;
}
.breadcrumbs ul li:last-child i {
  display: none;
}

.product-search-title {
  font-size: 30px;
  text-align: center;
  margin: 20px 0;
  font-weight: 700;
}

.product-modal {
  width: 90%;
  margin: auto;
  background-color: white;
  border: 1px solid #e4e5e7;
}

.product-search {
  display: none;
}
.product-search .searchbox {
  width: 100%;
  height: 45px;
  margin: 0 0 10px 0;
  color: #6a6c6f;
  font-size: 20px;
  line-height: 40px;
  border-bottom: 1px solid #e4e5e7;
  overflow: hidden;
  position: relative;
}
.product-search .searchbox .prefix {
  display: inline-block;
  color: #e4e5e7;
  margin-top: 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.product-search .searchbox input[type=text] {
  border: 0;
  height: 40px;
  font-size: 20px;
  background: transparent;
  width: 100%;
  padding: 0 26px 0 100px;
  margin-top: 8px;
}
.product-search .searchbox input[type=text]:focus {
  outline: none;
}
.product-search .searchbox .icon {
  position: absolute;
  right: 0;
  top: 7px;
}

.product-list {
  padding: 10px;
}
.product-list .product {
  padding: 20px;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  min-height: 406px;
}
.product-list .product a {
  text-decoration: none;
  left: 0;
}
.product-list .product a .pics {
  text-align: center;
  height: 300px;
  padding: 30px;
}
.product-list .product a .pics img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  border: 0;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
.product-list .product a .title {
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  padding: 15px 5px 0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.product-list .product a .collection {
  font-weight: 300;
  font-size: 11px;
  text-align: center;
}
.product-list .product a.quickview {
  position: absolute;
  top: 10px;
  left: -200px;
  z-index: 100;
  padding: 5px;
  border: 1px solid #e4e5e7;
  font-size: 11px;
  color: #6a6c6f;
  opacity: 0;
  transition: opacity 0.3s, left 0.3s;
}
.product-list .product a.quickview i {
  font-size: 13px;
}
.product-list .product a.quickview:hover {
  background-color: #e4e5e7;
  transition: background-color ease 0.3s;
}
.product-list .product:hover {
  border: 1px solid #e4e5e7;
}
.product-list .product:hover > .quickview {
  left: 10px;
  opacity: 1;
}

.prod-gallery {
  text-align: center;
  height: 450px;
}
.prod-gallery .slider {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
.prod-gallery .slider div img {
  max-width: 100%;
  max-height: 450px;
  width: auto;
  border: 0;
  margin: auto;
}
.prod-gallery .slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.thumbs {
  height: 450px;
  width: 100px;
  float: left;
}
.thumbs .slider-nav {
  max-height: 400px;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
.thumbs .slider-nav div img {
  width: 100%;
  padding: 0;
}

.product-details {
  width: calc(100% - 120px);
  float: left;
  padding: 50px 10px 50px 20px;
  color: black;
}
.product-details p {
  margin: 3px 0;
  padding: 0;
}
.product-details .prod-title {
  font-size: 20px;
  font-weight: 700;
}
.product-details .collection {
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e5e7;
  color: #6a6c6f;
}
.product-details .collection a:hover {
  text-decoration: underline;
}
.product-details .sku {
  padding-top: 20px;
}
.product-details .category {
  margin-top: 20px;
}
.product-details .category a {
  text-decoration: none;
}
.product-details .category a:hover span {
  background-color: #c0392b;
}
.product-details .sku, .product-details .size, .product-details .category {
  color: #6a6c6f;
}
.product-details .sku strong, .product-details .size strong, .product-details .category strong {
  color: black;
  font-weight: 600;
}
.product-details .add-to-list {
  margin-top: 40px;
}
.product-details .add-to-list .bootstrap-touchspin-up, .product-details .add-to-list .bootstrap-touchspin-down {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product-details .add-to-list .bootstrap-touchspin .input-group-btn-vertical {
  width: 20%;
}
.product-details .add-to-list .bootstrap-touchspin .input-group-btn-vertical i {
  left: 50%;
  transform: perspective(1px) translateX(-50%);
}
.product-details .alert {
  text-align: center;
  background-color: #e4e5e7;
  color: black;
  padding: 10px;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product-details .social {
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
}
.product-details .social a {
  margin: 0 5px;
}

.no-results {
  margin: 150px 0;
  text-align: center;
  font-size: 20px;
}

@media only screen and (max-width: 500px) {
  .product-list {
    padding: 5px;
  }
  .product-list .product {
    padding: 5px;
    border: 0;
    position: relative;
    overflow: hidden;
  }
  .product-list .product .pics {
    text-align: center;
    height: 250px;
    padding: 5px;
  }
  .prod-gallery {
    height: 300px;
    position: relative;
  }
  .prod-gallery .slider {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
  }
  .prod-gallery .slider div img {
    max-width: 100%;
    max-height: 300px;
    width: auto;
    border: 0;
    margin: auto;
  }
  .prod-gallery .slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .prod-gallery .swipe {
    position: absolute;
    right: 5px;
    bottom: 10px;
  }
  .prod-gallery .swipe img {
    width: 40px;
    opacity: 0.5;
  }
  .thumbs {
    display: none;
  }
  .product-details {
    width: 100% !important;
    float: none;
    padding: 0 5px;
    color: black;
  }
}
/* ===========================================================
 *
 *  Name:          selectordie_dev.css
 *  Updated:       2014-10-10
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */
/* Remove, change to fit your needs */
.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 45px;
  margin: 0 0 10px 0;
  color: #6a6c6f;
  font-size: 20px;
  line-height: 40px;
  border-bottom: 1px solid #e4e5e7;
  text-align: left;
  outline: 0;
  outline-offset: -2px; /* Opera */
  cursor: pointer;
}

/* Up/Down arrows */
.sod_select.open:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

/* Down arrow */
.sod_select:after {
  content: "\f078";
  position: absolute;
  font-family: "FontAwesome";
  top: 4px;
  right: 3px;
  font-size: 15px;
}

/* Change the border color on hover, focus and when open */
/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed;
}

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
  margin-top: 8px;
}

.sod_select .sod_prefix { /* Use this if you're using a prefix and want to style it */
  color: #e4e5e7;
}

.sod_select .sod_placeholder {
  color: #e4e5e7;
}

/* Options list wrapper */
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 100%;
  background-color: white;
  color: #6a6c6f;
  z-index: 1;
}

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
  display: block;
}

/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
  display: none;
}

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: -100px;
}

/* Options list container */
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0 5px;
  margin: 0;
  background-color: white;
  max-height: 400px;
  border: 1px solid #e4e5e7;
}

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
  font-size: 15px;
}

/* Optgroups */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #6a6c6f;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  cursor: no-drop;
}

/* Children of an optgroup */
.sod_select .sod_option.groupchild {
  padding-left: 20px;
}

/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
  display: none;
}

/* Disabled option */
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc;
}

/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
  color: #6a6c6f;
}

/*Make room for the check mark */
.sod_select .sod_option.selected {
  font-weight: 700;
  padding-right: 25px;
}

/* Displays a check mark for the selected option */
.sod_select .sod_option.selected:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: #808080;
  height: 9px;
  width: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}

/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300;
}

.sod_select.no_highlight .sod_option.selected:before {
  display: none;
}

.sod_select .sod_option.link { /* If data-link is set on a specific option */ }

.sod_select .sod_option.linkexternal { /* If data-link-external is set on a specific option */ }

/* Hide native select */
.sod_select select {
  display: none !important;
}

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

.wishlist {
  max-width: 900px;
  margin: auto;
}
.wishlist td.prod_id {
  width: 30px;
  font-size: 10px;
}
.wishlist td.img {
  text-align: center;
}
.wishlist td.img img {
  height: 70px;
  width: auto;
  margin: auto;
}
.wishlist td.prod_title {
  font-size: 15px;
  font-weight: 600;
}
.wishlist td.prod_title small {
  font-weight: 400;
  font-size: 13px;
}
.wishlist td.delete {
  text-align: right;
  font-size: 18px;
}
.wishlist td.qtty {
  max-width: 91px;
}
.wishlist td.qtty input[type=text] {
  text-align: center;
  font-weight: 600;
}

.wishlist-buttons {
  max-width: 900px;
  margin: auto;
  text-align: center;
  margin-top: 10px;
}

.no-items {
  margin-top: 100px;
  text-align: center;
}
.no-items p {
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 500px) {
  .wishlist td.img img {
    display: none;
  }
  .wishlist .btn-update {
    display: none;
  }
  .wishlist td.prod_id {
    width: 1px !important;
  }
  .wishlist input[type=text] {
    border: 0;
    font-size: 14px;
  }
}
h4.modal-title {
  font-weight: 700;
  font-size: 20px;
}

footer {
  background-color: black;
  text-align: center;
  color: white;
  padding: 5px 10px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
footer .copyright {
  float: left;
  font-size: 11px;
}
footer .socialmedia {
  float: right;
}
footer .socialmedia a {
  color: white !important;
  margin: 3px;
}
footer .contact {
  margin: 0 200px;
  font-size: 12px;
}
footer .contact a {
  color: inherit;
}
footer input {
  outline: none !important;
}

@media only screen and (max-width: 500px) {
  footer {
    display: none !important;
  }
}
.category-list {
  padding: 10px;
  margin-bottom: 20px;
}
.category-list .category {
  height: 400px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  left: 0;
}
.category-list .category .pics {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.category-list .category .pics img {
  width: 100%;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}
.category-list .category .title {
  height: 400px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  background-color: black;
  color: white;
}

@media only screen and (max-width: 500px) {
  .category-list {
    padding: 5px;
  }
  .category-list .category {
    padding: 5px;
    border: 0;
    position: relative;
    overflow: hidden;
  }
  .category-list .category .pics {
    text-align: center;
    height: 250px;
    padding: 5px;
  }
}
article.post {
  font-size: 15px;
  margin-bottom: 40px;
}
article.post > * {
  color: black !important;
}
article.post:last-child {
  margin-bottom: 10px;
}
article.post h1, article.post h2 {
  text-align: center;
  font-size: 30px;
  margin: 20px 0 0 0;
  font-weight: 700;
}
article.post .basic-info {
  font-size: 12px;
  margin-bottom: 20px;
  text-align: center;
}
article.post img {
  width: 70%;
  margin: auto;
  display: block;
  height: auto !important;
  float: none !important;
  clear: both;
}
article.post a {
  color: #c0392b;
}
article.post a:hover {
  text-decoration: underline;
}
article.post p a {
  color: #c0392b;
}
article.post p a:hover {
  text-decoration: underline;
}
article.post hr {
  margin-top: 50px;
}

.view-article {
  color: #c0392b;
  font-weight: 700;
  text-decoration: underline;
}

.pagination {
  margin: 20px auto;
  display: block;
  text-align: center;
}
.pagination .page-numbers {
  color: white;
  background-color: black;
  margin: 2px 0;
  padding: 3px 5px;
  font-size: 15px;
}
.pagination .page-numbers.current {
  background-color: #c0392b;
}

.search-input {
  height: 50px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #e4e5e7;
  width: 100%;
  max-width: 1000px;
  font-size: 40px;
  text-align: center;
  padding: 0 0 0 10px;
  background: transparent;
  font-weight: 300;
}
.search-input:focus {
  outline: none !important;
  border-width: 0 0 1px 0;
  border-color: #e4e5e7;
}
.search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6a6c6f;
  font-size: 30px;
}
.search-input::-moz-placeholder { /* Firefox 19+ */
  color: #6a6c6f;
  font-size: 30px;
}
.search-input:-ms-input-placeholder { /* IE 10+ */
  color: #6a6c6f;
  font-size: 30px;
}
.search-input:-moz-placeholder { /* Firefox 18- */
  color: #6a6c6f;
  font-size: 30px;
}

.event-header {
  display: block;
  height: 400px;
  margin: 20px 10px 10px 10px;
}
.event-header .event-info {
  background-color: black;
  color: white;
  padding: 30px 20px;
  margin: 0;
  height: 100%;
}
.event-header .event-info h2 {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 600;
}
.event-header .event-info p {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 11px;
}
.event-header .event-info p strong {
  font-weight: 600;
}
.event-header .event-main-photo {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.event-header .event-main-photo img {
  width: 100%;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}

.photo-album {
  margin-bottom: 40px;
  overflow: hidden;
}
.photo-album .event-photo {
  position: relative;
  width: 50%;
  float: left;
  border: 10px solid white;
  overflow: hidden;
}
.photo-album .event-photo:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.photo-album .event-photo a img {
  height: 100%;
  width: auto;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.photo-album .event-photo a img.portrait {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 500px) {
  .event-header {
    height: auto;
  }
  .event-header .event-main-photo {
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: static;
  }
  .event-header .event-main-photo img {
    width: 100%;
    position: static;
    margin: 0;
    padding: 0;
    transform: translate(0, 0);
  }
}
/* FANCYBOX */
/* Custom button design */
.fancybox-toolbar .fancybox-button {
  background: transparent;
  color: #333;
}

.fancybox-toolbar .fancybox-button:hover:not([disabled]) {
  background: rgba(223, 223, 223, 0.5);
  color: #c0392b;
}

.fancybox-navigation .fancybox-button:before {
  display: none;
}

.fancybox-navigation .fancybox-button {
  color: #444 !important;
  padding: 7px;
  z-index: 99996;
}

/* Make close button a bit bigger */
.fancybox-button--close {
  padding: 7px;
}

/* Change background color */
.fancybox-bg {
  background: #eee;
}

/* Hide caption initially */
.caption {
  display: none;
}

/* Change position and design of caption area */
.fancybox-caption-wrap {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 250px;
  padding: 40px 10px 10px 10px;
  z-index: 99996;
  background: #fff;
  box-shadow: 0 0 20px #888;
  /* Make caption clickable */
  pointer-events: all;
  /* Hide next to right edge */
}
.fancybox-caption-wrap img {
  margin: auto;
}

/* Overwrite the default animation */
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-caption-wrap {
  transition: transform 0.2s;
}

/* Reveal caption */
.fancybox-show-caption.fancybox-vertical-caption .fancybox-caption-wrap {
  transform: translate3d(0, 0, 0);
}

/* Styling of caption content */
.fancybox-caption {
  height: 100%;
  padding: 0;
  border: 0;
  color: #222;
  overflow: auto;
}

.fancybox-caption a {
  color: #333;
}

.fancy-nav a {
  text-decoration: none;
  font-weight: normal;
  font-size: 20px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #444;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  -moz-user-select: none;
  user-select: none;
  vertical-align: baseline;
}

.fancybox-stage {
  right: 250px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 250px;
}

.fancybox-button--info {
  display: none;
}

.product-sidebar {
  padding: 15px;
  border: 1px solid #e4e5e7;
  margin: 5px 0;
  cursor: pointer;
}
.product-sidebar .prod-title-sidebar {
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}

@media only screen and (max-width: 500px) {
  .fancybox-caption-wrap {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 250px;
    padding: 40px 10px 10px 10px;
    z-index: 99996;
    background: #fff;
    box-shadow: 0 0 20px #888;
    /* Make caption clickable */
    pointer-events: all;
    /* Hide next to right edge */
    transform: translate3d(250px, 0, 0);
  }
  .fancybox-caption-wrap img {
    margin: auto;
  }
  .fancybox-button--info {
    display: inline-block;
  }
  .fancybox-stage {
    right: 0;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
  }
}
#press-list {
  margin-top: 20px;
  opacity: 0;
}
#press-list .cover {
  width: 20%;
  border: 2px solid white;
  float: left;
  cursor: pointer;
}
#press-list .cover img {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  #press-list .cover {
    width: 50%;
  }
}
#team, .team-modal {
  margin-top: 20px;
}
#team .member, .team-modal .member {
  text-align: center;
  margin-bottom: 30px;
}
#team .member h2, .team-modal .member h2 {
  font-size: 25px;
  text-align: center;
  line-height: 0.8;
  font-weight: 700;
  margin-bottom: 3px;
}
#team .member h2 strong, .team-modal .member h2 strong {
  color: inherit;
}
#team .member h2 small, .team-modal .member h2 small {
  font-size: 13px;
}
#team .member .social, .team-modal .member .social {
  font-size: 17px;
}
#team .member .social a, #team .member .social button, .team-modal .member .social a, .team-modal .member .social button {
  opacity: 0.5;
}
#team .member .social a:hover, #team .member .social button:hover, .team-modal .member .social a:hover, .team-modal .member .social button:hover {
  opacity: 1;
}
#team .member img, .team-modal .member img {
  border-radius: 50%;
  max-width: 200px;
  height: auto;
  margin: auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#team .member .read-more, .team-modal .member .read-more {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 10px;
  line-height: 14px;
  margin-right: 5px;
}
#team .member .description, .team-modal .member .description {
  display: none;
  font-size: 15px;
}

#contact {
  background-color: black;
  color: white;
  padding: 30px;
  margin-top: 0px;
  margin-bottom: -40px;
}
#contact a {
  color: inherit;
}
#contact h4 {
  font-weight: 700;
}
#contact address {
  font-weight: bold;
}
#contact label {
  font-size: 9px;
  display: block;
}
#contact input[type=text], #contact input[type=email] {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: white;
  padding: 3px 0;
  font-size: 15px;
  color: white;
  width: 100%;
  margin-bottom: 10px;
  background: transparent;
  outline: none !important;
}
#contact textarea {
  background: transparent;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: white;
  color: white;
  height: 60px;
  padding: 3px;
  width: 100%;
  outline: none !important;
}

#modal-login-login input[type=text] {
  height: 50px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #e4e5e7;
  width: 100%;
  text-align: center;
  font-size: 30px;
  padding: 0 0 0 10px;
  background: transparent;
  font-weight: 300;
  margin: 20px 0;
}
#modal-login-login input[type=text]:focus {
  outline: none;
}
#modal-login-login input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e4e5e7;
  font-size: 20px;
}
#modal-login-login input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #e4e5e7;
  font-size: 20px;
}
#modal-login-login input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #e4e5e7;
  font-size: 20px;
}
#modal-login-login input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #e4e5e7;
  font-size: 20px;
}

img {
  border: none;
}
img:focus {
  outline: none;
}

.mobile-only {
  display: none;
}

.content {
  margin-bottom: 50px;
}

.content.fixed {
  max-width: 1100px;
  margin: auto;
  margin-bottom: 30px;
}

.offcanvas-outer {
  overflow: hidden;
}

@media only screen and (max-width: 500px) {
  .offcanvas-outer {
    overflow-y: scroll;
  }
  .mobile-only {
    display: inherit;
  }
}
