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

/*!
 * Generated using the Bootstrap Customizer (http://bootstrap-3.ru/customize.php?id=106cac14cf854a3bc7140e5f991f4b81)
 * Config saved to config.json and https://gist.github.com/106cac14cf854a3bc7140e5f991f4b81
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.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.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #00d6d9 0%, #009a9c 100%);
  background-image: -o-linear-gradient(top, #00d6d9 0%, #009a9c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00d6d9), to(#009a9c));
  background-image: linear-gradient(to bottom, #00d6d9 0%, #009a9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d6d9', endColorstr='#ff009a9c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #009092;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #009a9c;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #009a9c;
  border-color: #009092;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #009a9c;
  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],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  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],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  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],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  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, #00d6d9 0%, #00bdc0 100%);
  background-image: -o-linear-gradient(top, #00d6d9 0%, #00bdc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00d6d9), to(#00bdc0));
  background-image: linear-gradient(to bottom, #00d6d9 0%, #00bdc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d6d9', endColorstr='#ff00bdc0', GradientType=0);
  background-color: #00bdc0;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -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, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', 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);
  border-radius: 4px;
}
.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, #00d6d9 0%, #00bdc0 100%);
    background-image: -o-linear-gradient(top, #00d6d9 0%, #00bdc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00d6d9), to(#00bdc0));
    background-image: linear-gradient(to bottom, #00d6d9 0%, #00bdc0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d6d9', endColorstr='#ff00bdc0', 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, #00d6d9 0%, #00a4a6 100%);
  background-image: -o-linear-gradient(top, #00d6d9 0%, #00a4a6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00d6d9), to(#00a4a6));
  background-image: linear-gradient(to bottom, #00d6d9 0%, #00a4a6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d6d9', endColorstr='#ff00a4a6', 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: 4px;
  -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 #00a4a6;
  background-image: -webkit-linear-gradient(top, #00d6d9 0%, #00b0b3 100%);
  background-image: -o-linear-gradient(top, #00d6d9 0%, #00b0b3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00d6d9), to(#00b0b3));
  background-image: linear-gradient(to bottom, #00d6d9 0%, #00b0b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d6d9', endColorstr='#ff00b0b3', GradientType=0);
  border-color: #00b0b3;
}
.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, #00d6d9 0%, #00bdc0 100%);
  background-image: -o-linear-gradient(top, #00d6d9 0%, #00bdc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00d6d9), to(#00bdc0));
  background-image: linear-gradient(to bottom, #00d6d9 0%, #00bdc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00d6d9', endColorstr='#ff00bdc0', 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-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}

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




.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-inline {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.flex-justify-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-justify-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-align-top {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  -o-align-content: flex-start;
  align-content: flex-start;
}
.flex-align-space-between {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-align-content: space-between;
  -o-align-content: space-between;
  align-content: space-between;
}
.flex > div {float: none;}


@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-style: normal;
  vertical-align: middle;
}

.flaticon-alarm-clock:before { content: "\f100"; }
.flaticon-boat:before { content: "\f101"; }
.flaticon-calendar:before { content: "\f102"; }
.flaticon-castle:before { content: "\f103"; }
.flaticon-command:before { content: "\f104"; }
.flaticon-cancel:before { content: "\f105"; }
.flaticon-cup:before { content: "\f106"; }
.flaticon-documentation:before { content: "\f107"; }
.flaticon-down-arrow:before { content: "\f108"; }
.flaticon-download-arrow:before { content: "\f109"; }
.flaticon-facebook-logo-button:before { content: "\f10a"; }
.flaticon-history-button:before { content: "\f10b"; }
.flaticon-home:before { content: "\f10c"; }
.flaticon-instagram-logo:before { content: "\f10d"; }
.flaticon-light-bulb:before { content: "\f10e"; }
.flaticon-line:before { content: "\f10f"; }
.flaticon-money:before { content: "\f110"; }
.flaticon-mountains:before { content: "\f111"; }
.flaticon-multimedia:before { content: "\f112"; }
.flaticon-people:before { content: "\f113"; }
.flaticon-people-1:before { content: "\f114"; }
.flaticon-signs:before { content: "\f115"; }
.flaticon-profile:before { content: "\f116"; }
.flaticon-profile-1:before { content: "\f117"; }
.flaticon-puzzle:before { content: "\f118"; }
.flaticon-technology:before { content: "\f119"; }
.flaticon-stopwatch:before { content: "\f11a"; }
.flaticon-success:before { content: "\f11b"; }
.flaticon-twitter-logo-button:before { content: "\f11c"; }
.flaticon-vk-social-logotype:before { content: "\f11d"; }



/*header*/
header {position: relative; overflow: hidden;}

.header-top-line {padding-top: 13px; padding-bottom: 13px; position: relative; z-index: 3;}
.header-top-line > div {width: 100%;}

.header-phone {line-height: 30px; font-size: 18px;  font-family: 'RobotoRegular';}
.header-phone i {float: left; margin-right: 10px; font-size: 30px; color: #00d6d9;}

#video {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1;}
.video-blur {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; background: url('../images/system/header-bg.jpg') 50% 0 no-repeat; -webkit-background-size: cover; background-size: cover; opacity: 0.5;}

.header-menu {list-style: none; margin: 0; padding: 0; border-bottom: 1px solid rgba(255,255,255,0.4); width: 100%;}
.header-menu li {}
.header-menu a {display: block; position: relative; color: #fff; text-decoration: none !important; padding: 10px 12px;}
.header-menu a:after {content: ''; position: absolute; left: 0; bottom: -2px; right: 0; height: 3px; background-color: #00d6d9; opacity: 0;}
.header-menu a:hover, .header-menu a:focus {text-decoration: none; color: #00d6d9;}
.header-menu li.active a:after {opacity: 1;}
.header-menu li.active a {color: #00d6d9; cursor: default;}

.personal-page-link {display: inline-block; color: #fff; text-decoration: none !important; margin-left: 20px; line-height: 30px;}
.personal-page-link i {font-size: 30px; color: #00d6d9; margin-right: 8px;}
.personal-page-link span {display: inline-block; line-height: 1; border-bottom: 1px dashed rgba(255,255,255,0.5);}
.personal-page-link:hover span, .personal-page-link:focus span {border-bottom-color: transparent;}

.header-about {padding-top: 10px; padding-bottom: 25px; position: relative; z-index: 3;}

.header-img-title {text-align: center; margin: 0 10px;}
.header-img-title-img {
  width: 60px; height: 60px; line-height: 58px; border: 2px solid #00d6d9; background-color: rgba(255,255,255,.2); margin: 0 auto 10px auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.header-img-title-img i {color: #00d6d9; font-size: 30px;}

.header-login {display: inline-block;}
.header-login img {display: block; width: 137px;}

.btn-phone {
  display: block; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,0.4); background: url('../images/system/icon-phone-btn.png') 50% 50% no-repeat; margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-menu {
  display: block; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,0.4); background: url('../images/system/bg-select-triangle-btn-menu.png') 50% 50% no-repeat; margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.global-menu-close {
  display: block; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,0.4); background: url('../images/system/btn-сlose.png') 50% 50% no-repeat; margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.global-menu {position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 2000; background-color: rgba(0,0,0,0.9); display: none;}
.global-menu .personal-page-link {margin-left: 0; font-size: 16px;}
.global-menu-item {padding: 15px 20px; border-bottom: 1px solid rgba(255,255,255,0.2);}

.global-menu-list {list-style: none; margin: 0; padding: 0; font-size: 18px;}
.global-menu-list li {display: block; padding-left: 25px; position: relative; margin-top: 15px;}
.global-menu-list li.active a {color: #00d6d9; cursor: default;}
.global-menu-list li a:hover, .global-menu-list li:focus {color: #00d6d9;}
.global-menu-list li:after {
  content: ''; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background-color: #00d6d9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}


/*footer*/
footer {background-color: rgba(9,7,22,0.5); padding-top: 15px; padding-bottom: 15px; font-family: 'RobotoLight'; text-align: center;}
.footer-title {position: relative; margin: 0 0 15px 0; font-size: 14px; line-height: 1;}
.footer-title span {display: inline-block; position: relative;}
.footer-title i {margin-right: 10px; color: #03d5d8; font-size: 24px;}

.footer-logo {display: inline-block; width: 100px; margin-bottom: 10px;}
.footer-logo img {display: block; width: 100%;}

.footer-copy {margin-top: 5px;}

.footer-payment {margin: 0 -7px;}
.footer-payment a {
  margin: 0 7px; display: block; width: 40px; height: 40px; opacity: 0.5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.footer-payment a:hover, .footer-payment a:focus {opacity: 1;}
.footer-payment-cash {background: url('../images/system/icon-cash.png') 0 0 no-repeat;}
.footer-payment-visa {background: url('../images/system/icon-visa.png') 0 0 no-repeat;}
.footer-payment-mastercard {background: url('../images/system/icon-mastercard.png') 0 0 no-repeat;}

.footer-contacts {}
.footer-contacts > div {margin-top: 5px;}
.footer-contacts > div:first-child {margin-top: 0px; font-size: 13px;}
.footer-contacts span {font-family: 'RobotoRegular';}

.footer-socio {margin: 0 -7px;}
.footer-socio a {
  margin: 0 7px; display: block; width: 35px; height: 35px; opacity: 0.5; color: #03d5d8; text-decoration: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.footer-socio a i {font-size: 35px;}
.footer-socio a:hover, .footer-socio a:focus {opacity: 1;}



/*main*/
.block-content {font-family: 'osl'; font-size: 12px; line-height: 21px;}
.block-content p {font-size: 12px; line-height: 21px; margin: 15px 0;}

.block-content h2 {position: relative; padding-bottom: 15px; line-height: 1; font-size: 20px; font-family: 'RobotoThin'; margin-bottom: 15px;}
.block-content h2:after {content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 175px; background-color: #fff;}

.pox-padd {padding-top: 20px; padding-bottom: 20px;}

.quest-preview-item {position: relative; height: 230px; font-family: 'RobotoLight'; overflow: hidden;}
.quest-preview-link {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 5; border: 3px solid #00d6d9; opacity: 0;  font-family: 'RobotoRegular'; font-size: 30px; text-decoration: none !important; color: #fff !important;}
.quest-preview-item.quest-preview-item-inside .quest-preview-link {border-color: #fff;}
.quest-preview-link:after {content: 'Узнать подробнее и записаться';}
.quest-preview-item-body {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 3; padding: 29px 15px; font-size: 16px;}
.quest-preview-item-body > div {width: 100%;}

.quest-preview-age {
  font-size: 18px; width: 40px; height: 40px; border: 2px solid #fff; text-align: center; line-height: 38px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.quest-preview-item.quest-preview-noactive .quest-preview-item-body {background-color: rgba(255,255,255,0.2);}
.quest-preview-item.quest-preview-noactive .quest-preview-link {opacity: 1 !important; border-color: transparent !important;}

.quest-preview-title {font-size: 20px; font-family: 'RobotoRegular'; line-height: 1; width: 80%;}
.quest-preview-title i {margin-right: 5px; font-size: 30px; color: #04d5d8;}

.quest-preview-bottom {text-align: center; font-size: 12px;}
.quest-preview-bottom i {margin-bottom: 5px; font-size: 25px; color: #00d6d9;}
.quest-preview-bottom > div {}
.quest-preview-bottom > div > div {width: 100%; white-space: nowrap;}

.quest-preview-img {
  position: absolute; left: 0; top: 0; right: 0; bottom: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.quest-preview-img img {display: block; height: 100%;}

.quest-preview-item:hover .quest-preview-link {opacity: 1;}
.quest-preview-item:hover .quest-preview-item-body {background-color: rgba(6,6,6,0.8);}
.quest-preview-item.quest-preview-noactive:hover .quest-preview-item-body {background-color: rgba(255,255,255,0.2);}
.quest-preview-item.quest-preview-noactive:hover .quest-preview-link {border-color: #00d6d9 !important;}
.quest-preview-item.quest-preview-noactive .quest-preview-link:after {content: 'В разработке';}

.quest-preview-item:hover .quest-preview-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.body-inside {}

.body-inside header {position: fixed; left: 0; top: 0; right: 0; z-index: 1000;}

.body-inside .personal-page-link i {font-size: 20px;}

.header-logo-inside {display: block; width: 90px;}
.header-logo-inside img {display: block; width: 100%;}

.header-phone-inside {font-size: 14px; font-family: 'RobotoLight'; margin-left: 20px;}
.header-phone-inside > span {display: block;}

.header-inside {background-color: rgba(12,12,12,0.7); padding-top: 10px; padding-bottom: 10px;}

.block-content-inside {padding-top: 20px; padding-bottom: 20px;background: url('../images/system/ws_Dark_Blue_Pattern_2560x1600.jpg') 50% 0 repeat-y;}

.tabs-quets-nav {border-bottom: 1px solid #474e56; font-size: 24px; text-align: center; font-family: 'RobotoLight'; margin-bottom: 35px;}
.tabs-quets-nav a {color: #fff; line-height: 1; display: inline-block; padding: 10px 10px; position: relative; text-decoration: none !important;}
.tabs-quets-nav a i {margin-right: 7px; float: left; margin-top: -2px;}
.tabs-quets-nav div.active a {color: #00d6d9; font-family: 'RobotoRegular';}
.tabs-quets-nav div.active a:after {content: ''; position: absolute; left: 0; bottom: -2px; height: 3px; right: 0; background-color: #00d6d9;}
.tabs-quets-nav div {display: inline-block;}

.reviews-list {color: #fff;}
.reviews-list-item {
  margin-bottom: 20px; border: 2px solid #fff; padding: 15px 0; background-color: rgba(255,255,255,.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.info-list-item {
  margin-bottom: 20px; border: 2px solid #00d6d9; padding: 15px; background-color: rgba(255,255,255,.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.reviews-list-img img {display: block; width: 100%; border: 1px solid #fff;}
.reviews-list-info {/*margin: 0 -19px 15px -19px;*/ color: #03d5d7; font-family: 'RobotoLight';}
/*.reviews-list-info > div {margin: 0 19px;}*/
.reviews-list-info i {font-size: 16px; margin-right: 5px;}

.winner-list {}
.winner-list-item {margin-bottom: 30px;}
.winner-list-item > div {overflow: hidden; position: relative;}
.winner-list-item img {display: block; width: 100%;}
.winner-list-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.winner-list-popup {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 5;}
.winner-list-item:hover .winner-list-popup {border: 2px solid #fff; background-color: rgba(6,6,6,0.8);}
.winner-list-download {position: absolute; right: 10px; top: 10px; color: #00d6d9; z-index: 6; font-size: 25px; text-decoration: none !important;}

.winner-list-info {color: #fff; font-family: 'RobotoLight'; height: 54px; padding: 0 10px; position: absolute; left: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,0.7); z-index: 6; font-size: 14px;}
.winner-list-info i {margin-right: 5px;}

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

.winner-month {font-family: 'RobotoLight'; font-size: 18px; position: relative;}
.winner-month a {
  display: inline-block; line-height: 1; border: 2px solid transparent; padding: 9px 7px; text-align: center; cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.winner-month a span {display: inline-block; border-bottom: 1px dashed #fff; line-height: 1;}
.winner-month a:hover span {border-bottom-color: transparent;}

.winner-month .slick-center a, .winner-month .active a {border-color: #00d6d9; opacity: 1; padding: 9px 14px; margin: 0 10px; border-bottom-color: #00d6d9; font-family: 'RobotoRegular';}
.winner-month .slick-center a span, .winner-month .active a span {border-color: transparent;}

.winner-month-item.noactive a {cursor: default; opacity: 0.6;}
.winner-month-item.noactive a span {border-bottom-color: transparent;}

.winner-month-item {text-align: center;}
.winner-month .slick-prev {position: absolute; left: 0; top: 50%; outline: none; overflow: hidden; padding: 0; width: 13px; height: 22px; margin-top: -11px; background: url('../images/system/prev-next-slider-brends.png') 0 0 no-repeat; text-indent: -150px; border: none;}
.winner-month .slick-next {position: absolute; right: 0; top: 50%; outline: none; overflow: hidden; padding: 0; width: 13px; height: 22px; margin-top: -11px; background: url('../images/system/prev-next-slider-brends.png') -13px 0 no-repeat; text-indent: -150px; border: none;}

.chedule-clock .noactive a.activereservation {color: red; cursor: pointer; font-size: 12px;}
.chedule-clock .noactive a.activereservation.qstatus0 { color: red; }
.chedule-clock .noactive a.activereservation.qstatus1 { color: yellow; }
.chedule-clock .noactive a.activereservation.qstatus2 { color: violet; }
.chedule-clock .noactive a.activereservation.qstatus3 { color: cyan; }
.chedule-clock .noactive a.activereservation.qstatus4 { color: lightgreen; }

.winner-box-filter {margin-bottom: 20px;}

.winner-box-year {width: 180px; margin: 0 auto 20px auto;}
.winner-box-month {width: 100%;}
.select-year {position: relative; color: #01d1d4; font-size: 12px;}
.select-year .btn-default {
  border: 2px solid #01d1d4; background: rgba(255,255,255,0.1); line-height: 1; text-shadow: none; padding: 9px 21px 9px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.select-year .bootstrap-select.btn-group .dropdown-toggle .filter-option {color: #04d5d8; font-family: 'RobotoRegular'; font-size: 14px; line-height: 1;}
.select-year .bootstrap-select.btn-group .dropdown-toggle .caret {color: #04d5d8;}
.select-year .bootstrap-select.btn-group .dropdown-menu li a {color: #04d5d8;}

.box-slider-quest {position: relative; overflow: hidden;}
.slider-quest {position: absolute !important; left: 0; top: 0; right: 0; bottom: 0; z-index: 1;}
.slider-quest-item {position: absolute !important; left: 0 !important; top: 0 !important; right: 0; bottom: 0;}
.slider-quest-item img {display: block; width: 100%;}

.slider-quest {z-index: 1; position: absolute !important; left: 0; top: 0; right: 0; bottom: 0;}
.slider-quest .slick-dots {position: absolute; z-index: 2000; left: 0; right: 0; bottom: 30px; list-style: none; margin: 0; padding: 0; text-align: center;}
.slider-quest .slick-dots li {display: inline-block; margin: 0 5px;}
.slider-quest .slick-dots button {
  outline: none; padding: 0; border: none; width: 22px; height: 22px; text-indent: -100px; position: relative;  background-color: #049fa0; opacity: 0.5; overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.slider-quest .slick-dots li.slick-active button {opacity: 1; cursor: default;}
.slider-quest .slick-dots button:hover, .slider-quest .slick-dots button:focus {opacity: 1;}

.quest-content {position: relative; z-index: 2; padding-top: 75px; margin-bottom: 75px;}

.quest-content-body {
  -webkit-border-radius: 10px; background-color: rgba(7,7,7,0.4); border: 1px solid #fff; padding: 15px; margin-bottom: 25px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.quest-content-foot {border-top: 1px solid #01d0d4; padding-top: 15px;}
.quest-content-foot i {color: #00d6d9; font-size: 25px; margin-bottom: 8px;}

.quest-content-btn {
  display: inline-block; border: 1px solid #fff; background-color: rgba(7,7,7,0.4); padding: 10px 20px; font-size: 18px; font-family: 'RobotoRegular'; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.quest-content-btn:hover, .quest-content-btn:focus {background-color: #fff; color: #282828; text-decoration: none;}

.quest-content-title {margin-bottom: 30px; color: #fff; font-size: 34px; font-family: 'RobotoRegular';}

.quest-content-foot > div {text-align: center;}
.quest-content-foot > div > div {width: 100%;}

.nav-week {text-align: center; margin-bottom: 30px;}
.nav-week a {
  display: inline-block; font-size: 15px; color: #bcbdbf; line-height: 1; border: 2px solid transparent; padding: 8px 15px; font-family: 'RobotoLight'; text-decoration: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nav-week a span {line-height: 1; border-bottom: 1px dashed #bcbdbf;}
.nav-week.nav-day a span {border: none;}
.nav-week a:hover, .nav-week a:focus {color: #fff;}
.nav-week a:hover span, .nav-week a:focus span {border-bottom-color: transparent;}
.nav-week a.active {font-family: 'RobotoRegular'; color: #fff; border-color: #00d6d9; cursor: default;}
.nav-week a.active span {border-bottom-color: transparent;}

.schedule-item {margin-bottom: 30px;}

.schedule-day {
  width: 100%; text-align: center; color: #000; font-family: 'RobotoRegular'; font-size: 12px; line-height: 1; border: 2px solid #fff; color: #fff; margin-bottom: 20px; padding: 10px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.schedule-day span {display: block; font-size: 20px; margin-bottom: 5px;}
.schedule-item.active .schedule-day {border-color: #00d6d9; background-color: rgba(255,255,255,0.1);}

.schedule-time {
  margin: 0 35px 0 0; width: 100%;
  /*-webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;*/
}
.schedule-time-item {margin: 10px 0; position: relative;}

.schedule-money-mobal {position: absolute; top: 0; bottom: 0; right: -46px; width: 50px; color: #00d5d8; font-size: 12px; font-family: 'RobotoRegular';}
.schedule-money-mobal table {height: 100%; white-space: nowrap; vertical-align: middle;}
.schedule-money-mobal td {width: 50%;}
.schedule-money-mobal td + td {padding: 0 5px; text-align: center; width: 90px;}
.schedule-money-mobal td + td + td {width: 50%; padding: 0;}
.schedule-money-mobal div {height: 100%; width: 1px; background-color: #00d5d8;}
.schedule-money-mobal:after {content: ''; position: absolute; left: -11px; top: 0; height: 1px; width: 12px; background-color: #00d5d8;}
.schedule-money-mobal:before {content: ''; position: absolute; left: -11px; bottom: 0; height: 1px; width: 12px; background-color: #00d5d8;}
.schedule-money-mobal span {display: inline-block; padding-right: 10px; background: url('../images/system/ru.png') 100% 3px no-repeat;}

.schedule-money {position: absolute; left: 0; right: 0; bottom: -10px; color: #00d5d8; font-size: 12px; font-family: 'RobotoRegular';}
.schedule-money table {width: 100%; white-space: nowrap; vertical-align: middle;}
.schedule-money td {width: 50%;}
.schedule-money td + td {padding: 0 5px; text-align: center; width: 90px;}
.schedule-money td + td + td {width: 50%; padding: 0;}
.schedule-money div {width: 100%; height: 1px; background-color: #00d5d8;}
.schedule-money:after {content: ''; position: absolute; top: -3px; left: 0; width: 1px; height: 12px; background-color: #00d5d8;}
.schedule-money:before {content: ''; position: absolute; top: -3px; right: 0; width: 1px; height: 12px; background-color: #00d5d8;}
.schedule-money span {display: inline-block; padding-right: 10px; background: url('../images/system/ru.png') 100% 3px no-repeat;}

.chedule-clock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -o-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.chedule-clock > div {padding: 5px 9px;}
.chedule-clock a {display: inline-block; border-bottom: 1px dotted transparent; color: #fff; line-height: 1; text-decoration: none; padding-bottom: 5px;}
.chedule-clock a:hover, .chedule-clock a:focus {border-color: #0bbbbe; color: #0bbbbe;}
.chedule-clock .noactive a {cursor: default; color: #616161;}
.chedule-clock .noactive a:hover, .chedule-clock .chedule-clock a:focus {border-color: transparent !important;}

.overlay {background: rgba(19,19,19,0.5); position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 2000; display: none;}
.popup {
  position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 2001;
  display: none;overflow-y: auto;
}
.popup.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; 
}


#popup, #popup2 {
  margin: 15px; position: relative; border: 2px solid #00d6d9; padding: 25px 15px; max-width: 760px; color: #fff; background: rgba(18,18,18,0.7); color: #fff;  font-family: 'RobotoLight'; font-size: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.popup-line {height: 1px; background-color: #00d6d9; margin: 20px 0;}

.popup-title {border-bottom: 1px solid #00d6d9; color: #00d6d9; text-align: center; padding-bottom: 10px; font-family: 'RobotoRegular'; font-size: 18px; margin-bottom: 25px;}
.popup-title i {font-size: 16px; margin-right: 5px;}

.popup-top-info {}
.popup-top-info > div {margin-bottom: 10px; width: 100%;}
.popup-top-info i {color: #00d6d9; font-size: 22px; margin-right: 5px;}

.popup-bottom-info {margin-bottom: 20px;}
.popup-bottom-info > div {width: 100%;}
.popup-bottom-info > div:last-child {text-align: center; margin-top: 5px;}
.popup-bottom-info > div:last-child  span {display: inline-block; color: #00d6d9; padding-right: 21px; background: url('../images/system/ru-n.png') 100% 3px no-repeat; font-size: 24px; line-height: 1;}
.popup-bottom-info i {color: #00d6d9; font-size: 22px; margin-right: 5px;}

.popup-close {position: absolute; top: 10px; right: 10px; font-size: 14px; color: #00d6d9; text-decoration: none !important;}

.popup-blue {
  position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 2001;
  display: none;
}
.popup-blue.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; 
}

#popup-blue {
  margin: 15px; position: relative; padding: 25px 15px; max-width: 900px; color: #fff; background: url('../images/system/ws_Dark_Blue_Pattern_2560x1600.jpg') 0 0 no-repeat; -webkit-background-size: cover; background-size: cover; color: #fff;  font-family: 'RobotoLight'; font-size: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.nav-login {color: #00d6d9; text-align: center;}
.nav-login a {color: #00d6d9; display: inline-block; border-bottom: 1px dashed #00d6d9; font-size: 14px; text-decoration: none !important;}
.nav-login a:hover, .nav-login a:focus {border-bottom-color: transparent;}
.nav-login a.active {color: #fff; border-color: transparent; cursor: default;}

.popup-blue-title {font-size: 22px; color: #fff; margin-bottom: 20px;}
.popup-blue-title i {margin-right: 5px; color: #00d6d9; font-size: 30px;}
.popup-blue-body {padding: 15px 0 0 0;}
.popup-blue-body .quest-content-btn {background-color: transparent;}
.popup-blue-body .quest-content-btn:hover, .popup-blue-body .quest-content-btn:focus {background-color: #fff;}
.popup-blue-item {margin-top: 28px;}
.popup-blue-item:first-child {margin-top: 0px;}
.popup-blue-input {
  border: 1px solid #fff; padding: 0 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.popup-blue-input input[type="text"], .popup-blue-input input[type="password"], .popup-blue-input input[type="email"]  {width: 100%; padding: 12px 0; font-size: 16px; color: #c9c9c9; outline: none; border: none; background: none; color: #c9c9c9; }

.link-dotted {display: inline-block; line-height: 1; border-bottom: 1px dashed #00d6d9; color: #00d6d9; font-size: 14px; text-decoration: none !important;}
.link-dotted:hover,.link-dotted:focus {border-bottom-color: transparent;}

.popup-socio {color: #00d6d9; margin: 0 -7px;}
.popup-socio > div {margin: 07px;}
.popup-socio a {display: block; font-size: 35px; color: #00d6d9; opacity: 0.5; text-decoration: none;}
.popup-socio a:hover, .popup-socio a:focus {opacity: 1;}

.questicon {margin-right: 20px;}

.block-content {font-family: 'osl'; font-size: 12px; line-height: 21px;}
.block-content a {color: #fff; text-decoration: underline;}
.block-content a:hover, .block-content a:focus {text-decoration: none;}
.block-content p {font-size: 12px; line-height: 21px; margin: 15px 0;}
.block-content > ul, .block-content > ol {margin-bottom: 25px;}
.block-content > ul li, .block-content > ol li {margin-top: 8px;}

.block-content > ul {list-style: none; margin: 0 0 25px 0; padding: 0;}
.block-content > ul > li {position: relative; padding-left: 17px;}
.block-content > ul > li:after {
  content: ''; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; background-color: #00d6d9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
}
.block-content > ul ul {margin: 0 0 8px 17px; list-style: none;}
.block-content > ul ul li {position: relative; padding-left: 17px;}
.block-content > ul ul li:after {
  content: ''; position: absolute; left: 0; top: 9px; border: 1px solid #00d6d9; width: 7px; height: 7px; background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
}

.block-content h2 {position: relative; padding-bottom: 15px; line-height: 1; font-size: 20px; font-family: 'RobotoThin'; margin-bottom: 15px;}
.block-content h2:after {content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 175px; background-color: #fff;}

blockquote {font-size: 14px; border: none; padding: 0; margin-top: 35px; margin-bottom: 35px;}
blockquote p {padding-left: 40px; padding-right: 40px; position: relative; display: block; margin: 0 auto !important; max-width: 780px;}
blockquote p:after {content: ''; position: absolute; left: 0; top: 0; background: url('../images/system/sq-top.png') 0 0 no-repeat; width: 20px; height: 17px;}
blockquote p:before {content: ''; position: absolute; right: 0; bottom: 0; background: url('../images/system/sq-bottom.png') 0 0 no-repeat; width: 20px; height: 17px;}
blockquote small {font-size: 12px; padding-left: 40px; padding-right: 40px; display: block; margin: 20px auto 0 auto !important; max-width: 780px; font-style: italic; color: #00d6d9;}

.table-bordered {font-family: 'RobotoRegular'; border-color: #fff;}
.table-bordered thead td {color: #00d6d9;}

.form-standart {display: block; color: #fff;}
.form-standart-item {margin-bottom: 20px; position: relative;}
.form-standart-input {
  border: 2px solid #fff; background-color: rgba(255,255,255,0.1); padding: 0 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
}
.form-standart-input input[type="text"], .form-standart-input input[type="password"], .form-standart-input input[type="email"], .form-standart-input textarea {resize: none; outline: none; border: none; background: none; width: 100%; font-size: 16px; font-family: 'RobotoRegular'; padding: 15px 0; line-height: 1;}

.form-standart-input ::-webkit-input-placeholder {color:#fff;}
.form-standart-input ::-moz-placeholder          {color:#fff;}
.form-standart-input :-moz-placeholder           {color:#fff;}
.form-standart-input :-ms-input-placeholder      {color:#fff;}

.btn-submit {
  display: inline-block; border: 2px solid #00d6d9; color: #fff; line-height: 1; text-align: center; padding: 17px 30px; font-size: 16px; font-family: 'RobotoRegular'; text-decoration: none; background: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; 
}
.btn-submit:hover, .btn-submit:focus {background-color: #00d6d9; color: #fff; text-decoration: none;}


.block-rezult-input {
  color: #fff; padding: 15px 25px; margin-bottom: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
}
.block-rezult-input.ok {border: 1px solid #00d6d9; background-color: rgba(255,255,255,0.1);}
.block-rezult-input.error {border: 1px solid #7a292e; background-color: #7a292e;}

.popup-info-result {
  color: #fff; padding: 30px 40px; margin-bottom: 25px; position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
}
.popup-info-result.ok {border: 1px solid #00d6d9; background: rgba(255,255,255,0.1) url('../images/system/icon-tumbs-up.png') 15px 37px no-repeat;}
.popup-info-result.error {border: 1px solid #7a292e; background: #7a292e url('../images/system/icon-varning.png') 15px 37px no-repeat;}
.popup-info-result .btn-close {position: absolute; top: 3px; right: 10px; font-size: 10px; color: #fff; text-decoration: none; opacity: 0.5;}

.box-banner {background-color: rgba(9,7,22,0.5); padding: 5px; margin: 10px 0;}
.box-banner img {display: block; width: 100%;}

.form-standart .btn-default {
  border: 2px solid #fff; background: rgba(255,255,255,0.1); line-height: 1; text-shadow: none; padding: 15px 35px 15px 25px; font-size: 16px; font-family: 'RobotoRegular'; color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.form-standart .bootstrap-select.btn-group .dropdown-toggle .filter-option { font-size: 16px; font-family: 'RobotoRegular'; color: #fff; line-height: 1;}
.form-standart .bootstrap-select.btn-group .dropdown-toggle .caret {color: #fff;}
.form-standart .bootstrap-select.btn-group .dropdown-menu li a {color: #04d5d8;}

.reviews-list-item h4 {margin: 0 0 20px 0;}
.reviews-list-item h3 {margin: 0 0 20px 0;}

.info-list-item h4 {margin: 0 0 20px 0;}
.info-list-item h3 {margin: 0 0 20px 0;}