.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ed254e 0%, #c51035 100%);
  background-image: -o-linear-gradient(top, #ed254e 0%, #c51035 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed254e), to(#c51035));
  background-image: linear-gradient(to bottom, #ed254e 0%, #c51035 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed254e', endColorstr='#ffc51035', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #bb0f33;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #c51035;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #c51035;
  border-color: #bb0f33;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #c51035;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #6d4289 0%, #4c2e60 100%);
  background-image: -o-linear-gradient(top, #6d4289 0%, #4c2e60 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d4289), to(#4c2e60));
  background-image: linear-gradient(to bottom, #6d4289 0%, #4c2e60 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d4289', endColorstr='#ff4c2e60', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #472b59;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #4c2e60;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #4c2e60;
  border-color: #472b59;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #4c2e60;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #6d4289 0%, #5f3a78 100%);
  background-image: -o-linear-gradient(top, #6d4289 0%, #5f3a78 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d4289), to(#5f3a78));
  background-image: linear-gradient(to bottom, #6d4289 0%, #5f3a78 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d4289', endColorstr='#ff5f3a78', GradientType=0);
  background-color: #5f3a78;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e2e2e2 0%, #e9e9e9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#e9e9e9));
  background-image: linear-gradient(to bottom, #e2e2e2 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e2e2', endColorstr='#ffe9e9e9', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #6d4289 0%, #5f3a78 100%);
    background-image: -o-linear-gradient(top, #6d4289 0%, #5f3a78 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6d4289), to(#5f3a78));
    background-image: linear-gradient(to bottom, #6d4289 0%, #5f3a78 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d4289', endColorstr='#ff5f3a78', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #6d4289 0%, #523167 100%);
  background-image: -o-linear-gradient(top, #6d4289 0%, #523167 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d4289), to(#523167));
  background-image: linear-gradient(to bottom, #6d4289 0%, #523167 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d4289', endColorstr='#ff523167', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #523167;
  background-image: -webkit-linear-gradient(top, #6d4289 0%, #58366f 100%);
  background-image: -o-linear-gradient(top, #6d4289 0%, #58366f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d4289), to(#58366f));
  background-image: linear-gradient(to bottom, #6d4289 0%, #58366f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d4289', endColorstr='#ff58366f', GradientType=0);
  border-color: #58366f;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #6d4289 0%, #5f3a78 100%);
  background-image: -o-linear-gradient(top, #6d4289 0%, #5f3a78 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d4289), to(#5f3a78));
  background-image: linear-gradient(to bottom, #6d4289 0%, #5f3a78 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d4289', endColorstr='#ff5f3a78', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn {
  background-image: none;
  border-color: transparent;
  font-family: "num", 'eng', 'neo-regular';
}
.btn:hover {
  border-color: transparent;
}
.btn-default {
  text-shadow: none !important;
  border-radius: 5px;
  background-color: #ed254e;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(23, 1, 5, 0.5), inset 1px 1.732px 32px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 2px 4px 0px rgba(23, 1, 5, 0.5), inset 1px 1.732px 32px 0px rgba(0, 0, 0, 0.09);
  border-color: #fa5879 #ec4063 #d00f37 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed254e', endColorstr='#ffc51035', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  text-shadow: 0 1px 0 #fff;
}
.btn-default.btn-outline {
  border: 1px solid #f1f4f4;
  padding: 0px 18px 10px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  outline: 0 !important;
  border-radius: 5px;
  background-color: #e51d46;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(23, 1, 5, 0.45), inset 1px 1.732px 32px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 4px 0px rgba(23, 1, 5, 0.45), inset 1px 1.732px 32px 0px rgba(0, 0, 0, 0.07);
  border-color: #fa5879 #ec4063 #d00f37 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed254e', endColorstr='#ffc51035', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  opacity: 1;
  cursor: not-allowed;
}
.nx-btn-dropdown {
  padding-top: 12px;
  padding-bottom: 12px;
  min-width: 212px;
  text-align: right;
  position: relative;
}
.nx-btn-dropdown .caret {
  position: absolute;
  top: 50%;
  left: 24px;
}
.nx-btn-dropdown.select-v2 {
  background: #fff;
  min-width: 152px;
  padding: 6px 12px;
  border: 1px solid #c8d1d5;
}
.nx-btn-dropdown.select-v2 .caret {
  left: 12px;
  opacity: 0.6;
}
.open .nx-btn-dropdown.select-v2 + .dropdown-menu {
  min-width: 152px;
}
.dropdown-menu {
  padding: 0;
  border: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #b897cd;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #b897cd;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.search-input {
  height: 49.04px;
  padding: 5.52px 24px;
  font-size: '16px';
  line-height: 1.5;
  border-radius: 0;
}
select.search-input {
  height: 49.04px;
  line-height: 49.04px;
}
textarea.search-input,
select[multiple].search-input {
  height: auto;
}
.modal-footer {
  background: #394d57;
  margin: -1px;
  margin-top: 0;
}
.modal-footer * {
  color: #fff;
}
.modal-footer a {
  -webkit-box-shadow: 0px -1px 0px currentcolor inset;
          box-shadow: 0px -1px 0px currentcolor inset;
}
@media screen and (max-width: 767px) {
  .carousel-caption {
    padding-bottom: 120px;
  }
}
.tab-content-wrap {
  padding: 54px 48px;
  background-color: #fff;
}
.product-page-add-to-cart {
  max-width: 342px;
}
@media screen and (max-width: 767px) {
  .product-page-add-to-cart {
    max-width: 144px;
  }
}
.product-page-add-to-cart .input-group .form-control {
  border-color: #6d4289;
  text-align: center;
}
.product-page-add-to-cart .input-group .btn.btn-product-add-to-cart {
  min-width: 243px;
  background-color: #6d4289;
  color: #fff;
}
.product-page-add-to-cart .input-group .btn.btn-product-add-to-cart:hover {
  background-color: #523167;
}
@media screen and (max-width: 1200px) {
  .product-page-add-to-cart .input-group .btn.btn-product-add-to-cart {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .product-page-add-to-cart .input-group .btn.btn-product-add-to-cart {
    min-width: 144px;
  }
}
.c-indicator {
  left: auto;
  right: 0;
}
.c-input {
  padding-left: 0;
  padding-right: 30px;
}
.c-select {
  padding: 13px 18px 13px 42px;
  background-position: left 18px center;
}
.navbar-default {
  border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #E6244C;
}
.navbar-default .navbar-nav > li > a {
  padding: 20px 0 ;
}
.navbar-default .navbar-nav > li + li {
  margin-right: 67px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.arial {
  font-family: "arial";
}
.ltr {
  direction: ltr;
}
.rtl {
  direction: rtl;
}
.overflow-hidden {
  overflow: hidden;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.read-more-pos {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.no-gutter.align {
  padding-left: 15px;
  padding-right: 15px;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .no-gutter > [class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .break-grid-1200 [class*='col-md'] {
    width: 100%;
  }
}
.br:after {
  content: "\A";
  white-space: pre;
}
@media screen and (max-width: 767px) {
  .br-xs:after {
    content: "\A";
    white-space: pre;
  }
}
.center-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* align horizontal */
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* align vertical */
}
.regular,
.page-head,
.page-sub-head {
  font-family: 'num', 'eng', "neo-regular";
}
.medium {
  font-family: 'num', 'eng', "neo-medium";
}
.light {
  font-family: 'num', 'eng', "neo-light";
}
.text-nutral-dark0 {
  color: #000;
}
.text-nutral-light0 {
  color: #fff;
}
.bg-nutral-light0 {
  background-color: #fff;
}
.text-vilot {
  color: #4c3a64;
}
.text-yellow {
  color: #ffd200;
}
.text-light-muted {
  color: #696969;
}
.m0 {
  margin: 0;
}
.m0-i {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0;
}
.mt0-i {
  margin-top: 0 !important;
}
.mb0 {
  margin: 0;
}
.mb0-i {
  margin: 0 !important;
}
.mb-half {
  margin-bottom: 12px;
}
.mb-half-i {
  margin-bottom: 12px !important;
}
.mb1 {
  margin-bottom: 24px;
}
.mb1-i {
  margin-bottom: 24px !important;
}
.mb2 {
  margin-bottom: 48px;
}
.mb2-i {
  margin-bottom: 48px !important;
}
.mb3 {
  margin-bottom: 72px;
}
.mb3-i {
  margin-bottom: 72px !important;
}
.p0 {
  padding: 0;
}
.p0-i {
  padding: 0 !important;
}
.pt0 {
  padding-top: 0;
}
.pt0-i {
  padding-top: 0 !important;
}
.pt-half {
  padding-top: 12px;
}
.pb0 {
  padding-bottom: 0;
}
.pb0-i {
  padding-bottom: 0 !important;
}
.pb-half {
  padding-bottom: 12px;
}
.pb1 {
  padding-bottom: 24px;
}
.pb2 {
  padding-bottom: 48px;
}
.pb3 {
  padding-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .m0-xs {
    margin: 0;
  }
  .m0-xs-i {
    margin: 0 !important;
  }
  .mt0-xs {
    margin-top: 0;
  }
  .mt0-xs-i {
    margin-top: 0 !important;
  }
  .mb0-xs {
    margin: 0;
  }
  .mb0-xs-i {
    margin: 0 !important;
  }
  .mb-xs-half {
    margin-bottom: 12px;
  }
  .mb--xshalf-i {
    margin-bottom: 12px !important;
  }
  .mb1-xs {
    margin-bottom: 24px;
  }
  .mb1-xs-i {
    margin-bottom: 24px !important;
  }
  .mb2-xs {
    margin-bottom: 48px;
  }
  .mb2-xs-i {
    margin-bottom: 48px !important;
  }
  .mb3-xs {
    margin-bottom: 72px;
  }
  .mb3-xs-i {
    margin-bottom: 72px !important;
  }
  .p0-xs {
    padding: 0;
  }
  .p0-xs-i {
    padding: 0 !important;
  }
  .pt0-xs {
    padding-top: 0;
  }
  .pt-xs-half {
    padding-top: 12px;
  }
  .pt0-xs-i {
    padding-top: 0 !important;
  }
  .pb0-xs {
    padding-bottom: 0;
  }
  .pb0-xs-i {
    padding-bottom: 0 !important;
  }
  .pb-xs-half {
    padding-bottom: 12px;
  }
  .pb1-xs {
    padding-bottom: 24px;
  }
  .pb2-xs {
    padding-bottom: 48px;
  }
  .pb3-xs {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
}
/*--- float ---*/
.right,
.left.flip {
  float: right;
}
.left,
.right.flip {
  float: left;
}
.left-i,
.right-i.flip {
  float: left;
}
.right-i,
.left-i.flip {
  float: right;
}
@media screen and (max-width: 768px) {
  .xs-left,
  .xs-right.flip {
    float: left;
  }
  .xs-left-i,
  .xs-right-i.flip {
    float: left !important;
  }
  .xs-right,
  .xs-left.flip {
    float: right;
  }
  .xs-right-i,
  .xs-left-i.flip {
    float: right !important;
  }
}
/*--- end float ---*/
.width100p {
  width: 100%;
}
.min-width255 {
  min-width: 255px;
}
.min-width162 {
  min-width: 162px;
}
@media screen and (max-width: 767px) {
  .min-width162 {
    min-width: 0;
  }
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.nx-img-res img {
  width: 100%;
  max-width: 100%;
}
input[type="email"]::-moz-placeholder {
  text-align: right !important;
}
input[type="email"]::-webkit-input-placeholder {
  text-align: right;
}
input[type="email"] {
  direction: ltr;
}
.nx-input-group {
  position: relative;
}
.nx-input-group .input-group-addon {
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 5;
  background: transparent;
  border: 0;
}
.nx-input-group .form-control {
  padding-right: 57.6px;
}
.nx-section {
  padding: 48px 0;
}
.nx-section-header {
  margin-bottom: 43.2px;
}
.nx-section-boxed {
  background-color: #fff;
}
.nx-section-title {
  font-family: 'dnxt-bold';
}
.nx-copy {
  padding: 24px;
}
.btn-custom-radio {
  padding: 6px 9px;
  border: 1px  solid #c8d1d5 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
.btn-custom-radio:hover,
.btn-custom-radio.active {
  border-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}
.my-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../../images/bareq/sprit.png") top left no-repeat;
  position: relative;
  margin-left: .5em;
}
.my-icon.arrow-right {
  background-position: -96px -97px;
  height: 8px;
  width: 9px;
  margin: 0;
}
.my-icon.arrow-down {
  background-position: -34px -123px;
  height: 27px;
  width: 28px;
  margin: 0;
}
.my-icon.matgr {
  background-position: right -97px;
  height: 18px;
  width: 43px;
  margin: 0;
  top: 3px;
}
.my-icon.arrow-dotted {
  background-position: top left;
  height: 93px;
  width: 140px;
  margin: 0;
}
.my-icon.check {
  background-position: -34px -97px;
  width: 28px;
  height: 23px;
  margin: 0;
  top: 3px;
}
.my-icon.spinner-up {
  background-position: -11px -105px;
  width: 10px;
  height: 10px;
  margin: 0;
  top: 3px;
}
.my-icon.spinner-down {
  background-position: -11px -113px;
  width: 10px;
  height: 10px;
  margin: 0;
  top: 3px;
}
.bl-header-bg {
  background: url('../../images/bareq/template-screen-shot.png') bottom center no-repeat, -webkit-gradient(linear, right top, left top, from(rgba(90, 63, 108, 0.97)), to(rgba(90, 63, 108, 0.97))) top center, url('../../images/bareq/header.jpg') top center;
  background: url('../../images/bareq/template-screen-shot.png') bottom center no-repeat, -webkit-linear-gradient(right, rgba(90, 63, 108, 0.97), rgba(90, 63, 108, 0.97)) top center, url('../../images/bareq/header.jpg') top center;
  background: url('../../images/bareq/template-screen-shot.png') bottom center no-repeat, -o-linear-gradient(right, rgba(90, 63, 108, 0.97), rgba(90, 63, 108, 0.97)) top center, url('../../images/bareq/header.jpg') top center;
  background: url('../../images/bareq/template-screen-shot.png') bottom center no-repeat, linear-gradient(to left, rgba(90, 63, 108, 0.97), rgba(90, 63, 108, 0.97)) top center, url('../../images/bareq/header.jpg') top center;
  min-height: 1254px;
}
.hero {
  margin: 0px -34px;
}
.hero a {
  color: #fff;
}
@media screen and (max-width: 676px) {
  .hero {
    margin: 0;
    margin-bottom: 24px;
  }
}
.lb-bareq-logo-h {
  margin-top: -19px;
}
@media screen and (max-width: 676px) {
  .lb-bareq-logo-h {
    margin-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .lb-bareq-logo-h {
    text-align: center;
  }
}
.free-install-padge {
  position: relative;
}
.free-install-padge:before {
  position: absolute;
  content: "";
  right: 83%;
  bottom: 20%;
  background: url("../../images/bareq/sprit.png") 0 -150px no-repeat;
  width: 107px;
  height: 109px;
}
.buy-bareq-wrap {
  margin-bottom: 9px;
}
.nx-hover-indecator {
  background: #6d4289;
  height: 3px;
  position: absolute;
}
.header-figure-place {
  height: 714px;
}
/**/
.cl-effect-11 a {
  padding: 10px 0;
  /**/
  text-shadow: none;
}
.cl-effect-11 a:before {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  overflow: hidden;
  padding: 18px 0;
  max-width: 0;
  border-bottom: 5px solid #6d4289;
  /**/
  color: transparent;
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -o-transition: max-width 0.5s;
     transition: max-width 0.5s;
  white-space: nowrap;
}
.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before,
.cl-effect-11.active a:before,
.cl-effect-11.open a:before {
  max-width: 100%;
}
.back-to-matgr {
  color: #8b64a5;
  display: inline-block;
  padding: 24px 0;
}
.back-to-matgr:hover {
  text-decoration: none;
  color: #fff;
}
.back-to-matgr:hover .my-icon.matgr {
  background-position: right -118px;
  top: 6px;
}
.back-to-matgr:hover .my-icon.arrow-right {
  background-position: -96px -105px;
}
.back-to-matgr * + * {
  margin-right: 3px !important;
}
.landing-bg {
  background: #553768;
}
.nx-bareq-landing-header {
  min-height: 72px;
}
.text-secondary {
  color: #ffd200;
}
.bareq-intro {
  color: #fff;
  min-height: 515px;
  font-family: neo-medium;
  padding-top: 24px;
}
.bareq-intro * {
  line-height: 1.5;
}
.bareq-intro .my-icon {
  margin-left: 12px;
}
.bareq-intro .now {
  font-size: 96px;
}
.bareq-intro .buy {
  font-size: 64px;
}
.bareq-intro .bareq-intro-text {
  padding-top: 48px;
}
.news-letter {
  color: #fff;
  min-height: 291px;
  padding: 36px 0;
}
.news-letter .btn-pre-launch {
  font-family: neo-regular;
}
.news-letter .news-litter-title {
  font-size: 32px;
  position: relative;
  right: -43px;
  font-family: neo-regular;
}
@media screen and (max-width: 991px) {
  .news-letter .news-litter-title {
    right: 0;
  }
}
.news-letter .news-litter-control-wrap {
  padding-right: 40px;
}
.news-letter .news-litter-control-wrap input {
  min-width: 413px;
}
@media screen and (max-width: 676px) {
  .news-letter .news-litter-control-wrap input {
    min-width: 0;
    width: 100%;
  }
}
@media screen and (max-width: 676px) {
  .news-letter .news-litter-control-wrap {
    padding-right: 0;
  }
}
.news-letter .news-litter-control-itm {
  display: block;
  float: right;
}
@media screen and (max-width: 676px) {
  .news-letter .news-litter-control-itm {
    float: none;
  }
}
.news-letter .news-litter-control-itm + .news-litter-control-itm {
  margin-right: 24px;
}
.news-letter .help-block {
  margin-top: 12px;
}
.landing-bg-op {
  background-color: rgba(79, 52, 98, 0.9);
}
a[href]:not([class]) {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, currentcolor), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, currentcolor 50%, transparent 50%);
  background: -o-linear-gradient(left, currentcolor 50%, transparent 50%);
  background: linear-gradient(to right, currentcolor 50%, transparent 50%);
  -webkit-background-size: 5px 1px;
          background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: bottom center;
  text-decoration: none;
  padding-bottom: .3em;
}
a[href]:not([class]):hover {
  -webkit-filter: invert(24%);
          filter: invert(24%);
}
label {
  font-weight: normal;
}
.bl-section {
  padding: 72px 0;
}
.lb-section-block {
  border-radius: 20px;
}
.bl-primary-bg {
  background: #6d4289;
}
.arrow-angle {
  -webkit-transform: rotatez(-45deg);
      -ms-transform: rotatez(-45deg);
       -o-transform: rotatez(-45deg);
          transform: rotatez(-45deg);
  -webkit-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}
.arrow-angle-hover:hover .arrow-angle {
  -webkit-transform: rotateZ(-45deg) translateY(9px) translateY(0px);
          transform: rotateZ(-45deg) translateY(9px) translateY(0px);
}
.readmore-plus {
  position: relative;
  color: #6d4289;
}
@media screen and (max-width: 991px) {
  .readmore-plus[data-readmore-res]:before {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    background: #6d6a75;
    padding: 2px 3px 1px;
  }
  .readmore-plus[data-readmore-res]:after {
    display: none !important;
  }
}
.readmore-plus.collapsed {
  color: #6d6a75;
}
.readmore-plus.collapsed:before {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  background: #6d6a75;
  padding: 2px 3px 1px;
}
.readmore-plus.collapsed:after {
  display: none;
}
.readmore-plus:after {
  content: "";
  position: absolute;
  bottom: -13px;
  right: 29px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #F2F2F2;
}
.readmore-plus:before {
  content: "+";
  text-align: center;
  height: 25px;
  width: 25px;
  padding: 1px 3px 0;
  display: inline-block;
  background: #6d4289;
  border-radius: 50%;
  color: #fff;
  margin-left: 12px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.readmore-plus:hover {
  color: #6d4289;
}

.collapse-postion {
  position: relative;
  top: -63px;
}
.collapse-postion .well {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #F2F2F2;
  border: none;
}
.bl-features-item {
  text-align: center;
  padding: 0 3px;
  margin-bottom: 72px;
}
.bl-features-item figure {
  min-height: 178px;
  margin-bottom: 24px;
}
.customize-features-wrap {
  padding-top: 24px;
}
.customize-feature {
  margin-bottom: 8px;
}
.customize-feature .h {
  margin-bottom: 12px;
}
.customize-feature figure img {
  position: relative;
  left: 15px;
  top: 24px;
}
@media screen and (max-width: 676px) {
  .customize-feature figure img {
    left: 0;
  }
}
.easy-subscrip-block {
  text-align: center;
  padding: 0 38.4px;
  margin-bottom: 24px;
}
.easy-subscrip-block .figure {
  background: url(../../images/bareq/dotted-pattern.png) top center no-repeat;
  text-align: center;
  min-height: 163px;
}
.bareq-vs-themeforist-bg {
  background: url(../../images/bareq/racing-scene.svg) bottom -11px center no-repeat;
  -webkit-background-size: 1209px 677px;
          background-size: 1209px 677px;
  position: relative;
}
.bareq-vs-themeforist-bg:before {
  content: "";
  background: url(../../images/bareq/vs.svg) no-repeat center center;
  position: absolute;
  width: 54px;
  height: 54px;
  top: 50%;
  right: 50%;
  margin-top: 103px;
}
@media screen and (max-width: 991px) {
  .bareq-vs-themeforist-bg:before {
    margin-top: 143px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .bareq-vs-themeforist-bg:before {
    display: none;
  }
}
.bareq-com {
  background: url(../../images/bareq/bareq-bg.svg) center center no-repeat;
  min-width: 529px;
  min-height: 612px;
  position: relative;
  margin-top: 96px;
  margin-bottom: 10px;
}
.bareq-com .bareq-com-header,
.bareq-com .bareq-com-footer {
  text-align: center;
  position: absolute;
  right: 0;
  width: 100%;
}
.bareq-com .bareq-com-header {
  top: -95px;
}
.bareq-com .bareq-com-footer {
  bottom: -9px;
}
.bareq-com .bareq-com-content {
  padding-top: 79px;
  text-align: center;
}
.bareq-com .bareq-com-content .bareq-com-row {
  line-height: 60px;
  margin-bottom: 0;
}
.bareq-com .bareq-com-content .bareq-com-new-complete {
  padding-right: 12px;
  font-size: 23px;
  margin-bottom: 12px;
}
.bareq-com .bareq-com-content .bareq-com-price {
  font-size: 35px;
  font-weight: normal;
  font-family: arial;
}
.bareq-com .bareq-com-content * {
  color: #6d4289;
}
.themeforist-com {
  background: url(../../images/bareq/themeforist-bg.svg) center center no-repeat;
  min-width: 529px;
  min-height: 612px;
  position: relative;
  margin-top: 65px;
  margin-bottom: 10px;
}
.themeforist-com .themeforist-com-header {
  text-align: center;
  position: absolute;
  right: 0;
  width: 100%;
}
.themeforist-com .themeforist-com-header {
  top: 48px;
}
.themeforist-com .themeforist-com-content {
  padding-top: 149px;
  text-align: center;
}
.themeforist-com .themeforist-com-content .themeforist-com-row {
  line-height: 49.92px;
  margin-bottom: 0;
}
.themeforist-com .themeforist-com-content .themeforist-com-new-complete {
  padding-right: 12px;
  font-size: 23px;
  padding-top: 12px;
  margin-bottom: 0;
}
.themeforist-com .themeforist-com-content .themeforist-com-price {
  font-size: 24px;
  font-weight: normal;
  font-family: arial;
}
.themeforist-com .themeforist-com-content .themeforist-label {
  background: url(../../images/bareq/themeforist-label.svg) no-repeat center center;
  color: #fff;
  display: inline-block;
  width: 67px;
  text-align: center;
  padding-left: 19px;
  padding-right: 5px;
}
.themeforist-com .themeforist-com-content * {
  color: #845524;
}
.themeforist-com .themeforist-com-content .plus-theme-price {
  color: #000;
  font-family: neo-regular;
}
.about-bareq-bg {
  background: url(../../images/bareq/about-bareq.png) center top 67px no-repeat;
}
.footer-menu .footer-link {
  color: #000;
  padding: 34.8px 12px;
  display: inline-block;
}
@media screen and (max-width: 676px) {
  .footer-menu .footer-link {
    padding: 12px;
  }
}
.footer-menu .footer-link:hover {
  color: #6d4289;
}
.bareq-meaning .bareq-meaning-wrap {
  padding: 31px 0 ;
}
.nx-copy.bl-copy {
  padding: 43px 24px 24px;
}
.below-footer{
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
.below-footer p{
  color: #808083;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 0
}
.below-footer p img {
  margin-top: -8px;
  max-width: 27px;
  filter: grayscale(100%);
}
.below-footer p a {
  background: none !important;
}
.below-footer p img:hover {
  filter: grayscale(0);
}
.gallary-item {
  color: initial;
}
.wizard-caret-next {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  left: -7px;
}
.nav-pills.nav-wizard > li.active ~ li a {
  background-color: #f0eef4 !important;
  color: #98979c !important;
}
.nav-pills.nav-wizard > li.active ~ li .nav-arrow {
  border-color: transparent transparent transparent #f0eef4;
}
.nav-pills.nav-wizard > li.active ~ li .nav-wedge {
  border-color: #f0eef4 #f0eef4 #f0eef4 transparent ;
}
.nav-pills.nav-wizard > li {
  position: relative;
  overflow: visible;
  border-right: 11px solid transparent;
  border-left: 15px solid transparent;
}
.nav-pills.nav-wizard > li + li {
  margin-right: 0;
}
.nav-pills.nav-wizard > li:first-child {
  border-right: 0;
}
.nav-pills.nav-wizard > li:first-child a {
  border-radius: 0 5px 5px 0;
}
.nav-pills.nav-wizard > li:last-child {
  border-left: 0;
}
.nav-pills.nav-wizard > li:last-child a {
  border-radius: 5px 0 0 5px ;
}
.nav-pills.nav-wizard > li a {
  border-radius: 0;
  background-color: #6d4289;
  color: #fff;
  background-image: none;
  -webkit-filter: none !important;
          filter: none !important;
  padding: 12px 19.99992px;
}
.nav-pills.nav-wizard > li .nav-arrow {
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 20px;
  border-color: transparent transparent transparent #6d4289;
  z-index: 150;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
}
.nav-pills.nav-wizard > li .nav-wedge {
  position: absolute;
  top: 0;
  right: -20px;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 20px;
  border-color: #6d4289 #6d4289 #6d4289 transparent;
  z-index: 150;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
}
.nav-pills.nav-wizard > li:hover .nav-arrow {
  border-color: transparent transparent transparent #aaa;
}
.nav-pills.nav-wizard > li:hover .nav-wedge {
  border-color: #aaa #aaa #aaa transparent;
}
.nav-pills.nav-wizard > li:hover a {
  background-color: #aaa;
  color: #fff;
}
.nav-pills.nav-wizard > li.active .nav-arrow {
  border-color: transparent transparent transparent #6bc5c3;
}
.nav-pills.nav-wizard > li.active .nav-wedge {
  border-color: #6bc5c3 #6bc5c3 #6bc5c3 transparent;
}
.nav-pills.nav-wizard > li.active a {
  background-color: #6bc5c3;
  color: #000000;
}
#rootwizard .tab-pane {
  min-height: 312px;
}
#rootwizard .bl-section-footer .icon {
  margin-left: 6px;
  position: relative;
  top: 3px;
}
#rootwizard .bl-section-footer .icon .cls-1 {
  fill: #000;
}
.wizard-privacy-note {
  position: relative;
  top: -5px;
  right: 5px;
}
.lb-section-block .bl-section-header {
  padding: 33px 23px 8px;
}
.lb-section-block .bl-section-content {
  padding: 0 23px;
}
.lb-section-block .bl-section-footer {
  padding: 21px 24px 39px;
}
.wizard-breif {
  position: relative;
  text-align: center;
}
.wizard-breif .breif-free-install {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(-17%, 7%);
      -ms-transform: translate(-17%, 7%);
       -o-transform: translate(-17%, 7%);
          transform: translate(-17%, 7%);
}
.bareq-features-brief-wrap {
  padding-top: 24px;
}
.bareq-features-brief .breif-check {
  -webkit-transform: translateY(32%);
      -ms-transform: translateY(32%);
       -o-transform: translateY(32%);
          transform: translateY(32%);
  display: inline-block;
  margin-left: 5px;
}
.bl-section-box {
  padding: 0;
  border: 1px solid #e8e5ee;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(85, 55, 104, 0.1);
          box-shadow: 0 0 5px 0 rgba(85, 55, 104, 0.1);
}
.bl-section-box-stacked .bl-section-box-stacked-item {
  border-bottom: 1px solid #e8e5ee;
  padding: 45.84px 0;
}
@media screen and (max-width: 767px) {
  .bl-section-box-stacked .bl-section-box-stacked-item {
    padding: 45.84px 24px;
  }
}
.bl-section-box-stacked .bl-section-box-stacked-item:last-child {
  border-bottom: none;
}
.btn-spinner {
  background: transparent;
}
.btn-spinner:hover,
.btn-spinner:focus {
  opacity: 0.85;
}
.bl-product-count {
  float: right;
  padding-left: 12px;
}
.bl-product-count-cost-note {
  float: right;
  padding: 16px 0;
}
.bl-db-trans-cost {
  padding-right: 12px;
}
.go-to-next {
  position: relative;
  top: 69px;
  left: 0px;
}
.bl-paypal {
  margin-right: 12px;
}
.bl-ws {
  position: relative;
  top: 5px;
  margin-right: 12px;
}
.bl-bill-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 53px;
}
.bl-bill-wrap .bl-Cashir {
  margin: 0 auto;
  border: 1px solid #553768;
  border-radius: 5px;
  background-color: #1c1023;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25), inset 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25), inset 0px 3px 1px 0px rgba(0, 0, 0, 0.3);
  width: 263px;
  height: 12px;
  position: relative;
  z-index: 2;
}
.bl-bill-wrap .bl-bill {
  margin: 0 auto;
  width: 241px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.3), inset 0 3px 0 -1px #ff0000 rgba(255, 255, 255, 0.3);
          box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.3), inset 0 3px 0 -1px #ff0000 rgba(255, 255, 255, 0.3);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+5,000000+100&0.2+0,0+4 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(204, 204, 204, 0) 4%, rgba(255, 255, 255, 0) 5%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(4%, rgba(204, 204, 204, 0)), color-stop(5%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(204, 204, 204, 0) 4%, rgba(255, 255, 255, 0) 5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(204, 204, 204, 0) 4%, rgba(255, 255, 255, 0) 5%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  background-color: #fff;
  position: relative;
  z-index: 3;
  top: -9px;
}
.bl-bill-wrap .bl-bill header {
  padding: 0 17px;
  padding-top: 15px;
}
.bl-bill-wrap .bl-bill header .h {
  margin: 0;
  padding: 5px 0 21px;
}
.bl-bill-wrap .bl-bill header .btn-bill {
  border: 1px solid #e8e8e8;
  color: #7e44a3;
  background: #fff;
  font-size: 12px;
  position: relative;
  top: 5px;
}
.bl-bill-wrap .bl-bill header .btn-bill:hover {
  color: #fff;
  background-color: #6d4289;
  border-color: #6d4289;
}
.bl-bill-wrap .bl-bill header .order-num {
  background-color: #efedf3;
  padding: 7px 0;
  margin: 0 -17px;
}
.bl-bill-wrap .bl-bill .bl-bill-row {
  min-height: 48px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bl-bill-wrap .bl-bill .bl-bill-row.hide-border:after {
  display: none;
}
.bl-bill-wrap .bl-bill .bl-bill-row:after {
  content: '';
  border-bottom: 1px dashed #d7c6e2;
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 205px;
  right: 50%;
  margin-right: -103px;
}
.bl-bill-wrap .bl-bill .bl-bill-row:last-child:after {
  display: none;
}
.bl-bill-wrap .bl-bill .brief-bill-content {
  padding: 9px 17px;
  border-bottom: 1px solid #e6e6e6;
}
.bl-bill-wrap .bl-bill .brief-bill-content .col-xs-4 {
  text-align: left;
}
.bl-bill-wrap footer {
  padding: 0 17px;
  padding-top: 15px;
}
.bl-bill-wrap footer .policy {
  padding-top: 15px;
  position: relative;
  top: 11px;
}
.bl-bill-wrap footer .bl-bill-footer-shape {
  position: relative;
  bottom: 0px;
  top: 29px;
  right: -22px;
}
.bl-bill-wrap footer .total-amount .price {
  font-weight: bold;
  color: #6d4289;
  position: relative;
  left: 5px;
}
.success-wrap {
  text-align: center;
}
.success-wrap .success-box {
  padding: 37px 32px;
  max-width: 459px;
  margin: auto;
}
.success-wrap .success-row {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 22px;
}
.success-wrap .success-row .h {
  margin-bottom: 12px;
  color: #6d4289;
  font-family: neo-regular;
}
.success-wrap .success-row:last-child {
  border-bottom: none;
}
.navbar-fixed-top {
  -webkit-transition: top 0.5s linear ;
       -o-transition: top 0.5s linear ;
          transition: top 0.5s linear ;
  padding-right: 33px;
}
.hide-top-menu {
  top: -100px;
}
.lb-bareq-logo-h.bl-page-logo {
  margin-top: 37px;
}
.bl-page-bg {
  background-color: #6d4289;
}
.page-content {
  padding-bottom: 78px;
}
.page-head {
  font-size: 32px;
  margin-bottom: 35px;
}
.page-sub-head {
  margin-bottom: 3px;
}
.page-head-wrap {
  margin-bottom: 63px;
}
.server-wrap {
  margin-bottom: 39px;
}
.server-wrap ul.components {
  position: relative;
  top: -19px;
}
.server-wrap ul.components > li {
  border-bottom: 1px solid #f4f4f4;
  line-height: 60px;
}
.server-wrap ul.components .components-itm {
  color: #ed254e;
  font-family: neo-medium;
  font-size: 24px;
  min-width: 83px;
  text-align: left;
  display: inline-block;
  margin-left: 24px;
}
.server-wrap ul.components .components-itm + span {
  position: relative;
  top: -5px;
}
.lined-head {
  position: relative;
  display: inline-block;
}
.lined-head:before,
.lined-head:after {
  border-bottom: 1px solid #f4f4f4;
  width: 83px;
  content: "";
  position: absolute;
  top: 50%;
}
.lined-head:before {
  right: -97px;
}
.lined-head:after {
  left: -97px;
}
.hosting-features {
  margin-bottom: 43px;
}
.hosting-features ul.list > li {
  line-height: 46px;
}
.hosting-features ul.list > li .icon {
  margin-left: 9px;
}
.hosting-cost {
  text-align: center;
}
.hosting-cost .col-xs-6 {
  text-align: left;
}
.hosting-cost .col-xs-6 + .col-xs-6 {
  text-align: right;
}
.hosting-cost .col-xs-6 + .col-xs-6 .cost-item {
  margin-left: 0;
  margin-right: 67px;
}
.hosting-cost .col-xs-6 + .col-xs-6 .cost-item:before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  border-right: 1px solid #f4f4f4;
}
@media screen and (max-width: 767px) {
  .hosting-cost .cost-item {
    margin-left: 0 !important;
  }
  .hosting-cost .col-xs-6 + .col-xs-6 .cost-item {
    margin-right: 0;
  }
}
.hosting-cost .cost-item {
  display: inline-block;
  text-align: center;
  margin-left: 67px;
}
.hosting-cost .cost-item .price {
  color: #ed254e;
  font-size: 24px;
  font-family: amp, neo-medium;
  line-height: 1.5;
}
.lb-section-block.main-content {
  Padding: 41px 0 74px;
}
.lb-section-block.main-content ul:not([class]) {
  margin-bottom: 43px;
}
.lb-section-block.main-content ul:not([class]) li {
  position: relative;
  padding-right: 24px;
  margin-bottom: 9px;
}
.lb-section-block.main-content ul:not([class]) li:before {
  position: absolute;
  content: "";
  background-color: #6d4289;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  right: 0;
  top: 7px;
}
.lb-bareq-logo-h.bl-page-logo.pages-logo {
  margin-top: 26px;
  position: relative;
  right: 9px;
}
@media screen and (max-width: 991px) {
  .lb-bareq-logo-h.bl-page-logo.pages-logo {
    text-align: center;
  }
}
.footer-menu.page {
  border-bottom: 1px solid #f4f4f4;
}
.guarantees {
  min-height: 213px;
  text-align: center;
  padding: 0 9px;
  padding-top: 74px;
}
.guarantees p {
  color: #fff;
}
.stamp-wrap {
  text-align: center;
  padding-top: 3px;
}
.stamp-wrap img {
  position: relative;
  top: 16px;
}
@media screen and (max-width: 991px) {
  .main-content.hosting-plan {
    padding: 41px 39px 74px;
    margin: 20px;
  }
}
.main-content.terms-of-service {
  Padding: 41px 103px 74px;
}
@media screen and (max-width: 1200px) {
  .main-content.terms-of-service {
    padding: 41px 39px 74px;
  }
}
@media screen and (max-width: 767px) {
  .main-content.terms-of-service {
    margin: 20px;
  }
}
.main-content.terms-of-service .page-head-wrap {
  margin-bottom: 37px;
}
.main-content.terms-of-service h4 {
  margin-bottom: 12px;
}
.main-content.terms-of-service p {
  margin-bottom: 45px;
}
.footer-link.active {
  color: #a2a2a2 !important;
  cursor: default;
  outline: none !important;
}
.form-control.error {
  border-color: #ed254e;
}
.form-group .error:not(.form-control) {
  color: #ed254e;
  font-size: 11px;
}
.spinner .form-control {
  border-color: #c1bdc8;
  border-radius: 5px !important;
  padding: 9px;
  padding-left: 45px;
  text-align: center;
}
.spinner .input-group-btn-vertical {
  border-right: 1px solid #c1bdc8;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
       -o-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.spinner .input-group-btn-vertical:before {
  content: "";
  border-bottom: 1px solid #c1bdc8;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.spinner .input-group-btn-vertical > .btn {
  width: 36px;
  height: 25px;
}
.spinner .input-group-btn-vertical i {
  top: 50% !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.input-group .form-control:first-child,
.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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.spinner .input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 5px;
}
.custom-margin-hosting {
  margin-bottom: 5px;
}
.dotted-hr {
  border-style: dotted;
  margin: 12px 0px 29px;
}
.wizard-header-wrap {
  margin-bottom: 19px;
}
.hero h2 {
  margin-bottom: 8px;
}
.hero h3 {
  margin-bottom: 12px;
}
.hero .my-icon.arrow-down {
  top: -5px;
}
.bareq-solve {
  padding-top: 51px;
  padding-bottom: 0;
}
.customize-bareq {
  background: url(../../images/bareq/custom-bg.png);
  padding-bottom: 35px;
}
.easy-subscrip {
  padding-bottom: 57px;
}
.bareq-vs-themeforist {
  margin-bottom: 17px;
}
.bareq-gallary h2 + p {
  padding-bottom: 9px;
}
.mfp-figure {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nODhweCcgaGVpZ2h0PSc4OHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgY2xhc3M9InVpbC1kZWZhdWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjNWY0NTcxJyB0cmFuc2Zvcm09J3JvdGF0ZSgwIDUwIDUwKSB0cmFuc2xhdGUoMCAtOSknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwcycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjNWY0NTcxJyB0cmFuc2Zvcm09J3JvdGF0ZSgzMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTkpJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC4wODMzMzMzMzMzMzMzMzMzM3MnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzVmNDU3MScgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNTAgNTApIHRyYW5zbGF0ZSgwIC05KSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuMTY2NjY2NjY2NjY2NjY2NjZzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM1ZjQ1NzEnIHRyYW5zZm9ybT0ncm90YXRlKDkwIDUwIDUwKSB0cmFuc2xhdGUoMCAtOSknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjI1cycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjNWY0NTcxJyB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTAgNTApIHRyYW5zbGF0ZSgwIC05KSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuMzMzMzMzMzMzMzMzMzMzM3MnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzVmNDU3MScgdHJhbnNmb3JtPSdyb3RhdGUoMTUwIDUwIDUwKSB0cmFuc2xhdGUoMCAtOSknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjQxNjY2NjY2NjY2NjY2NjdzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM1ZjQ1NzEnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTkpJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC41cycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjNWY0NTcxJyB0cmFuc2Zvcm09J3JvdGF0ZSgyMTAgNTAgNTApIHRyYW5zbGF0ZSgwIC05KSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuNTgzMzMzMzMzMzMzMzMzNHMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzVmNDU3MScgdHJhbnNmb3JtPSdyb3RhdGUoMjQwIDUwIDUwKSB0cmFuc2xhdGUoMCAtOSknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjY2NjY2NjY2NjY2NjY2NjZzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM1ZjQ1NzEnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTkpJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC43NXMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzVmNDU3MScgdHJhbnNmb3JtPSdyb3RhdGUoMzAwIDUwIDUwKSB0cmFuc2xhdGUoMCAtOSknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjgzMzMzMzMzMzMzMzMzMzRzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM1ZjQ1NzEnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTkpJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC45MTY2NjY2NjY2NjY2NjY2cycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PC9zdmc+);
  background-position: center center ;
  background-repeat: no-repeat;
}
.mfp-close {
  right: auto;
  left: 0;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0;
  text-align: left;
}
.mfp-content {
  text-align: right;
}
.c-input .label-content .select-wrap {
  display: none;
}
.c-input > input:checked ~ .label-content .select-wrap {
  display: inline-block;
}
.header-figure-place img {
  display: none;
}
@media screen and (max-width: 1210px) {
  .header-main-menu-wrap .navbar-nav > li + li {
    margin-right: 19px;
  }
}
@media screen and (max-width: 1159px) {
  .bl-header-bg {
    background: -webkit-gradient(linear, right top, left top, from(rgba(90, 63, 108, 0.97)), to(rgba(90, 63, 108, 0.97))) top center, url('../images/header.jpg') top center;
    background: -webkit-linear-gradient(right, rgba(90, 63, 108, 0.97), rgba(90, 63, 108, 0.97)) top center, url('../images/header.jpg') top center;
    background: -o-linear-gradient(right, rgba(90, 63, 108, 0.97), rgba(90, 63, 108, 0.97)) top center, url('../images/header.jpg') top center;
    background: linear-gradient(to left, rgba(90, 63, 108, 0.97), rgba(90, 63, 108, 0.97)) top center, url('../images/header.jpg') top center;
    min-height: 0;
  }
  .header-figure-place {
    height: auto;
  }
  .header-figure-place img {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .header-main-menu-wrap .navbar-nav > li a {
    font-size: 12px;
  }
  .header-main-menu-wrap .navbar-nav > li + li {
    margin-right: 13px;
  }
}
@media screen and (max-width: 767px) {
  #rootwizard .c-select {
    margin-top: 5px;
  }
  .header-main-menu-wrap .navbar {
    padding-right: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
  }
  .header-main-menu-wrap .navbar-toggle {
    float: right;
    margin: 9px 9px 0 0;
  }
  .header-main-menu-wrap .navbar-brand {
    font-size: 16px;
  }
  .header-main-menu-wrap .navbar-nav > li a {
    margin-right: 69px;
  }
  .header-main-menu-wrap .navbar-nav > li a:hover {
    background-color: transparent;
  }
  .header-main-menu-wrap .navbar-nav > li + li {
    margin-right: 0;
  }
}
@media screen and (max-width: 415px) {
  .nav-wizard li {
    float: none;
    margin-bottom: 3px;
  }
  .bareq-com {
    min-width: 0;
    -webkit-background-size: 413px 612px;
            background-size: 413px 612px;
  }
  .themeforist-com {
    min-width: 0;
  }
}

.cost-item >p:last-of-type {
  padding: 10px
}

@media screen and (min-width: 1200px) {
  .cost-item >p:last-of-type {
    padding: 0 51px
  }
}
