/*!
 * 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, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(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, .125);
          box-shadow: inset 0 3px 5px rgba(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 {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 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;
  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, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.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: #265a88;
  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, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(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, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.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, .05);
          box-shadow: 0 1px 2px rgba(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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
html, body {
   height: 100%;
   color:#10192b;
   font-family: 'PT Sans', sans-serif;
}
#wrap {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -290px;
	position:relative;
	min-width: 300px;
}
#sticker, #footer {
    height: 290px;
}

#footer {
	background: #465364;
    position: relative;
    z-index: 2;
	min-width: 300px;
	color: #c5c8cd;
}
.wrap {
	position:relative;
	width:100%;
}

.nomarg {
	margin:0;
}

.lh50 {
	line-height:50px;
}

.f10 {
	font-size:10px;
}
.f12 {
	font-size:12px;
}

.f13 {
	font-size:13px;
}

.f14 {
	font-size:14px;
}

.f15 {
	font-size:15px;
}

.f16 {
	font-size:16px;
}
.f18 {
	font-size:18px;
}
.f20 {
	font-size:20px;
}

.f22 {
	font-size:22px;
}

.f24 {
	font-size:24px;
}

.f26 {
	font-size:26px;
}

.f28 {
	font-size: 28px;
}

.f32 {
	font-size:32px;
}

.f38 {
	font-size:38px;
}

.f42 {
	font-size:42px;
}

.f52 {
	font-size:52px;
}

.bold {
	font-weight:bold;
}
.mtop20 {
	margin-top:20px;
}
.mtop30 {
	margin-top:30px;
}
.mtop10 {
	margin-top:10px;
}
.mbot10 {
	margin-bottom:10px;
}
.mbot20 {
	margin-bottom:20px;
}
.mbot30 {
	margin-bottom:30px;
}

.mtop100 {
	margin-top:100px;
}
.mbot100 {
	margin-bottom:100px;
}

.mtop120 {
	margin-top:120px;
}

.mtop50 {
	margin-top:50px;
}
.mbot50 {
	margin-bottom:50px;
}

.mtop70 {
	margin-top:70px;
}
.mbot70 {
	margin-bottom:70px;
}

.trans.rotate, .rotate .trans, .trans2.rotate, .uslugi [class*="span"].rotate {
	transform: rotate(360deg) scale(1.00) skew(1deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.00) skew(1deg) translate(0px);
	-moz-transform: rotate(360deg) scale(1.00) skew(1deg) translate(0px);
	-o-transform: rotate(360deg) scale(1.00) skew(1deg) translate(0px);
	-ms-transform: rotate(360deg) scale(1.00) skew(1deg) translate(0px);
}

.trans {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.trans1 {
	-webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
}

.black-bg {
	background:#000000;
}
.fff-bg {
	background:#fff;
}
.grey-bg {
	background:#f1f1f1;
}
.fff-bg {
	background:#fff;
}
.black {
	color:#000000;
}

.fff {
	color:#ffffff;
}

.grey {
	color:#666d70;
}

.throu {
	text-decoration: line-through;
}

.pink {
	color:#ff667c;
}

.upp {
	text-transform:uppercase;
}

.f23 {
	font-size:23px;
}

.yell {
	color:#ffc416;
}

.dark {
	color:#9e8078;
}

.braun {
	color:#d28f00;
}

.block {
	display:block;
}

.red {
	color:#ff2525;
}

.normal {
	font-weight:normal;
}

.mtop50 {
	margin-top:50px;
}

.mbot50 {
	margin-bottom:50px;
}

.relative {
	position:relative;
}

.lh22 {
	line-height:22px;
}
.lh18 {
	line-height:18px;
}
.lh1 {
    line-height: 1;
}
.nopad {
	padding:0;
}
/*****************************************************************/
.top-phones {
	background:url(../img/phone.png) left center no-repeat;
	padding-left: 46px;
    font-size: 18px;
    line-height: 1.3;
}
#callback {
    color: #383837;
    background-color: #cccaca;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    border: 2px solid #cccaca;
    text-decoration: none;
}
#callback:hover {
	background-color: #465364;
    color: #fff;
    box-shadow: 0 0 0px 2px #465364;
}
.topform {
	margin-top:7px;
}
.topform button {
    position: absolute;
    right: 2px;
    border: none;
    background: none;
    top: 5px;
}
.top-social i {
    font-size: 33px;
}
.fa-twitter-square {
	color: #00cdff;
}
.fa-facebook-square {
	color: #0084c8;
}
.fa-instagram {
	color: #e4cfb9;
}
.fa-vk {
	color: #005f8c;
}
.fa-youtube-square {
	color: #e82d26;
}
.index-top-slider {
	background:url(../img/top-slider-bg.jpg) top center no-repeat;
}
.carousel {
    margin: 30px 0;
}
.navbar.navbar-bordo {
    margin-bottom: 0;
    background-color: #8a2e26;
    border-radius: 0;
	border-bottom: 1px solid #8a2e26;
	border-top:none;
}
.navbar-nav>li>a {
	color:#fff;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #465364;
    border-color: #465364;
}
.nav li.active>a {
    background-color: #465364;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #465364;
}
.nav li a:hover, .nav li.active a {
	text-decoration: none;
}
.dropdown.active > a {
	background-color: #465364;
    border-color: #465364;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #465364;
	background-image:none;
}
.dropdown-menu {
	background-color: #8a2e26;
}
.dropdown-menu>li>a {
	color:#fff;
}
.grey-img-bg {
	background:url(../img/grey-bg.jpg) top left repeat;
	padding-top:50px;
	padding-bottom:50px;
}
.btn.btn-green {
    background-color: #899739;
    color: #fff;
    box-shadow: 0 2px 2px 0px #000;    padding-left: 20px;
    padding-right: 20px;
	border: 2px solid #899739;
}
.index-calendar a {
    border: 1px solid #babcbd;
    display: block;
    background-color: #f6f5f1;
	color:#10192b;
	text-decoration:none;
	box-shadow: 2px 2px 6px rgba(135,135,135,.7);
}
.index-calendar a:hover {
    color: #10192b;
}
.mtop15 {
	margin-top:15px;
}
.index-calendar a .cnt {
	border-top: 1px solid #babcbd;
}
.index-calendar a .relative {
	overflow:hidden;
}
.index-calendar a .relative img {
	-webkit-transition: all 1.4s ease-in-out;
    -moz-transition: all 1.4s ease-in-out;
    -o-transition: all 1.4s ease-in-out;
    transition: all 1.4s ease-in-out;
}
.index-calendar a:hover .relative img {
	-moz-transform: scale(1.3);
-webkit-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.btn.btn-bordo {
    background-color: #8a2e26;
    color: #fff;
    display: block;
    box-shadow: 0 2px 2px 0px #000;
	border: 2px solid #8a2e26;
}
.btn.btn-bordo:hover {
    background-color: #465364;
    color: #fff;
    box-shadow: 0 0 0px 2px #465364;
	border: 2px solid #899739;
}
.index-calendar .place {
    position: absolute;
    right: 15px;
    top: 15px;
	max-width: 50%;
    text-align: center;
	    z-index: 2;
}
.place > div:first-child {
	background:#ffa60d;
	color:#fff;
	    padding: 10px;
    border-radius: 6px;
}
.place > div:first-child span {
	display:block;
    font-weight: bold;
    font-size: 30px;
}
.place > div:last-child {
	background:#fff;
	padding: 10px;
    margin-top: 10px;
}
.btn.btn-green:hover {
    background-color: #465364;
    color: #fff;
    box-shadow: 0 0 0px 2px #465364;
}
.index-treners {
	background:url(../img/treners-bg.jpg) top center no-repeat;
}
.index-treners .bx-wrapper {
	margin-bottom:50px;
}
.index-treners .bx-wrapper .bx-viewport, 
.lector-video .bx-wrapper .bx-viewport,
.lector-gal .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: auto;
    background: none;
}
.index-treners .bx-wrapper .bx-viewport img {
	margin:0 auto 20px;
	border-radius:12px;
}
.index-treners li a {
    text-decoration: none;
    color: #ababab;
    text-transform: uppercase;
}
.made {
	width: 60px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	padding: 4px;
	transition: All 500ms ease;
	-webkit-transition: All 500ms ease;
	-moz-transition: All 500ms ease;
	-o-transition: All 500ms ease;
	border: 1px solid #f2f2f2;
	background: #fff;
	opacity: 0.03;
	padding: 10px;
}

.made:hover {
	box-shadow: inset -4px 0px 4px #aaa, 0 0 20px #aaa;
	opacity: 1;
	background: #eee;
}
a {
	color:#a33132;
}
a:hover, a:focus {
	color:#899739;
}
.index-news {
	background:url(../img/news-bg.jpg) top center repeat;
}
.reviews {
	background:url(../img/reviews-bg.png) top center no-repeat;
	margin-top:50px;
}
.reviews ul {
    list-style: none;
    margin: 50px 0;
    padding: 0;
    display: block;
    overflow: hidden;
}
.reviews ul li {
    display: block;
    float: left;
    width: 20%;
}
.reviews ul li a {
    display: block;
}
.reviews ul li:nth-child(1) a, .reviews ul li:nth-child(5) a {
	padding:0% 15px;
}
.reviews ul li:nth-child(2) a, .reviews ul li:nth-child(4) a {
	padding:10% 15px;
}
.reviews ul li:nth-child(3) a {
	padding:20% 15px;
}
.partners .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: auto;
    background: none;
}
.bordo {
	color:#8a2e26;
}
.index-mail {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #2B0D05),
	color-stop(1, #581708)
);
background-image: -o-linear-gradient(bottom, #2B0D05 0%, #581708 100%);
background-image: -moz-linear-gradient(bottom, #2B0D05 0%, #581708 100%);
background-image: -webkit-linear-gradient(bottom, #2B0D05 0%, #581708 100%);
background-image: -ms-linear-gradient(bottom, #2B0D05 0%, #581708 100%);
background-image: linear-gradient(to bottom, #2B0D05 0%, #581708 100%);
padding:30px 0;
}
.dot {
    text-shadow: -1px -1px 0px rgba(255,255,255,0.3), 1px 1px 0px rgba(0,0,0,0.8);
    color: #333;
    opacity: 0.4;
    font-size: 170px;
    position: absolute;
    top: -100px;
    right: 50px;
}
span.icon-bar {
    background-color: #eee;
}
.mailto {
	background:url(../img/icon-mail.png) left center no-repeat;
	padding-left:40px;
	font-size:15px;
}
.mailto a {
	color:#c5c8cd;
}
.markerto {
	background:url(../img/icon-marker.png) left center no-repeat;
	padding-left:40px;
	font-size:15px;
}
.lector {
    background: #fcfcfc;
    padding: 30px;
	text-align:center;
	border: 1px solid #cecece;
    box-shadow: 2px 4px 7px 0px #9f9f9f;
	-moz-box-shadow: 2px 4px 7px 0px #9f9f9f;
	-o-box-shadow: 2px 4px 7px 0px #9f9f9f;
	-webkit-box-shadow: 2px 4px 7px 0px #9f9f9f;
}
.lector span {
    margin-top: 30px;
    font-size: 20px;
    color: #475055;
}
.lector:hover {
    text-decoration: none;
    background-color: #f1f1f1;
}
.lector:hover span {
    color: #475055;
}
.lector>div {
	margin: 0;
    overflow: hidden;
}
.lector:hover>div {
	margin: -20px;
}
.lector img {
    border: 4px solid #d9d8d8;
    box-shadow: 0 3px 4px 0px #adadad;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.lector img:hover {
	box-shadow:none;
	border-color:#adadad;
}
.blue {
	color:#0f3157;
}
.float-pad {
	padding:25px;
	font-size:16px;
}
.float-pad-40 {
	padding: 40px;
}
.lector-spec {
	background:url(../img/lector_spec_bg.jpg) top center repeat-y;
	padding:50px 0;
	color:#e3e2e2;
	background-size: cover;
}
.lector-spec ul {
	list-style:none;
	    margin: 30px 0 0;
    padding: 0;
}
.lector-spec ul li {
	margin-bottom: 15px;
}
.lector-spec i {
	color:#95a2a8;
	margin-right: 15px;
}
.lector-video {
	background:url(../img/lector_video_bg.jpg) top center repeat-y;
	padding:50px 0 0;
	color:#fdfcfc;
}
.lector-video .bx-viewport li {
	padding-bottom:50px;
}
.lector-video .bx-wrapper .bx-viewport {
	/*height: auto !important;*/
}
.light-bg {
	background-color: #f8f6f6;
    padding: 30px;
}
.sidebox {
    background-color: #f8f6f6;
    border: 2px solid #cbcbcb;
	padding: 30px 0 0;
}
.sidebox > div {
	padding:0 30px 30px;
}
.sidebox .strip {
	background:#e4e2e2;
}
.sidebox img {
    box-shadow: 0 0 5px 1px #8897a7;
}
.sidebox > span {
	display:block;
	height:3px;
	background: #e7e5e5; 
	background: -moz-linear-gradient(left,  #e7e5e5 0%, #d1d0d0 50%, #e7e5e5 100%); 
	background: -webkit-linear-gradient(left,  #e7e5e5 0%,#d1d0d0 50%,#e7e5e5 100%); 
	background: linear-gradient(to right,  #e7e5e5 0%,#d1d0d0 50%,#e7e5e5 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e5e5', endColorstr='#e7e5e5',GradientType=1 ); 
}
.sidebox > span hr {
	margin:0;
	margin-top:1px;
	height:1px;
	background: #e7e5e5; /* Old browsers */
	background: -moz-linear-gradient(left,  #e7e5e5 0%, #c5c5c5 50%, #e7e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e7e5e5 0%,#c5c5c5 50%,#e7e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e7e5e5 0%,#c5c5c5 50%,#e7e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e5e5', endColorstr='#e7e5e5',GradientType=1 ); /* IE6-9 */
}
.sidebox > span:last-child {
	display:none;
}
.book {
    background-color: #f6f5f1;
	text-align: center;
    box-shadow: 2px 4px 5px 1px #b2b4b5;
    padding: 15px;
	border: 1px solid #b2b4b5;
}
.grey-dark-bg {
    background-color: #cdcdcd;
}
.book p {
    position: relative;
    display: table;
    background-color: #0f355a;
    color: #f6f5f1;
    width: 108%;
    height: 40px;
    line-height: 1;
	left: -23px;
}
.book p:before {
	content:'';
	background:url(../img/corner.png) no-repeat;
	width: 8px;
    height: 4px;
    display: inline-block;
    position: absolute;
    top: 100%;
}
.book p span {
    display: table-cell;
    vertical-align: middle;
}
.book .img-responsive {
    margin: 20px auto;
}
.book div {
    height: 160px;
    overflow: hidden;
}
.pagination>li>a, .pagination>li>span {
	border: 1px solid #899739;
    font-weight: bold;
	color: #475055;
}
.pagination>.active>span, .pagination>.active>span:hover {
	background-color: #899739;
    border-color: #899739;
}
.titled {
	position: relative;
	background-color: #efefef;
    text-align: center;
	box-shadow: 0 15px 14px -14px #515050;
	-moz-box-shadow: 0 15px 14px -14px #515050;
	-webkit-box-shadow: 0 15px 14px -14px #515050;
	-o-box-shadow: 0 15px 14px -14px #515050;
}
.titled h4 {
    background-color: rgb(77,106,121);
    color: #efefef;
    font-size: 18px;
    padding: 14px;
    margin: 0;
}
.titled p {
	margin: 0;
    padding: 13.5px 10px;
}
.hr-bg {
	background:url(../img/hr-bg.jpg) top center no-repeat;
	padding:50px 0;
}
.hr-bg a {
	margin:0 0px;
}
.hr {
    background: #fcfcfc;
    padding: 30px;
	text-align:center;
	border: 1px solid #cecece;
    box-shadow: 2px 4px 7px 0px #9f9f9f;
	-moz-box-shadow: 2px 4px 7px 0px #9f9f9f;
	-o-box-shadow: 2px 4px 7px 0px #9f9f9f;
	-webkit-box-shadow: 2px 4px 7px 0px #9f9f9f;
}
.hr span {
    margin-top: 20px;
    font-size: 20px;
    color: #475055;
}
.hr:hover {
    text-decoration: none;
    background-color: #f1f1f1;
}
.hr:hover span {
    color: #475055;
}
.hr>div {
	margin: 0;
    overflow: hidden;
}
.hr:hover>div {
	margin: -20px;
}
.hr img {
    border: 4px solid #d9d8d8;
    box-shadow: 0 3px 4px 0px #adadad;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.hr img:hover {
	box-shadow:none;
	border-color:#adadad;
}
.three-input {
    padding:20px 40px;
    background-color: #f19622;
    box-shadow: 4px 5px 6px rgba(0,0,0,0.5);
}
.month {
    display: inline-block;
    background-color: #899739;
    color: #eaeaea;
    text-transform: uppercase;
    padding: 8px 30px;
    font-size: 30px;
}
.img-responsive.text-center {
    margin: 0 auto;
}
.semi {
    background-color: #f19622;
    padding: 50px 0;
}
.goals > li {
	width:270px;
	vertical-align: top;
	margin-top:50px;
	padding: 0 15px;
}
.goals > li span {
	display:block;
}
.goals > li span:first-child {
	border-radius: 50%;
    box-shadow: 0 0 0 2px;
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    padding: 20px 28px;
    line-height: 34px;
    margin-bottom: 30px;
}
.there {
	background:url(../img/there-bg.jpg) top center repeat-y;
	padding:50px 0;
	color: #e3e2e2;
	overflow:hidden;
}
.crystall {
	background:url(../img/crystall-bg.jpg) top center repeat-y;
	padding:50px 0;
	overflow:hidden;
}
.auth-semi {
	background: url(../img/auth-semi-bg.jpg) top center no-repeat #11192C;
	padding:50px 0;
	overflow:hidden;
	color:#e3e2e2;
}
.dark-bg {
    padding: 50px 0;
    background-color: #afafb4;
	overflow:hidden;
}
.row.border-block {
    box-shadow: inset 0 0 0 12px #e7e8eb;
    padding: 0;
    margin: 0 60px;
}
.border-block>div:first-child {
	margin-bottom: 70px;
    background-color: #afafb4;
    margin-top: -5px;
}
.border-block>div:last-child {
	margin-top: 70px;
    background-color: #afafb4;
    margin-bottom: -5px;
}
.row.block-bg {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 230px;
}
.buy {
	background:url(../img/buy-bg.jpg) top center repeat-y;
	padding:50px 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e5e3e3;
}
.buy  td > .fa {
	color: #587138;
    font-size: 20px;
}
.buy .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #cfcece;
}
.buy .table-striped>tbody>tr:last-child {
    background: none !important;
}
.place-bg {
	background:url(../img/place-bg.jpg) top center repeat-y;
	padding:50px 0;
}
.lblue {
	color:#a0bffb;
}
body>p {
	margin:0;
}
.toTop {
    width: 50px;
    height: 50px;
    font-size: 40px !important;
    line-height: 50px;
    color: #fff;
    background: #8a2e26;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 10px;
    -webkit-box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}
.toTop:hover {
	text-decoration:none;
	color:#fff;
	opacity:.7;
}
.auth-semi .row p {
    margin: 0;
}
.panel-group .panel {
	background-color:transparent;
}
.btn-yell {
    background: #ffa60d;
}
.src-bg:nth-child(even) {
	background:url(../img/src-bg.jpg) top center no-repeat;
	background-size:cover;
	color:#fff;
}
.src-bg:nth-child(even) a {
	color:#fff;
}
p.list {
    border-bottom: 1px solid #EFEEEE;
    padding: 15px 0;
    margin: 0;
}
.avis_price_table {
    display: inline-block;
    margin: 0px 0 35px;
    padding: 0;
    position: relative;
    width: 100%;
}
.avis_price_table .price_table_inner {
    overflow: hidden;
    text-align: center;
}
.avis_price_table .price_table_inner ul {
    list-style: none;
    margin: 0;
	padding:0;
}
.avis_price_table .price_table_inner ul li.table_title {
    text-align: center;
    letter-spacing: .3px;
    background-color: #E1E1E1;
    border: 0;
    color: #FFF;
    font-size: 30px;
    line-height: 20px;
    padding: 38px 25px;
    font-weight: 500;
}
.avis_price_table .price_table_inner ul li.prices {
    background-color: #FDFDFD;
    padding: 30px 25px;
    border-bottom: 0 none;
}
.avis_price_table .price_in_table {
    text-align: center;
    font-weight: 600;
    letter-spacing: .3px;
}
.avis_price_table .price_table_inner ul li {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 10px 0 10px 0px;
    text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #efeeee;
    border-left: 1px solid #EFEEEE;
    border-right: 1px solid #EFEEEE;
    letter-spacing: .3px;
}
.avis_price_table .price_in_table .price {
    color: #FFF;
    display: inline-block;
    font-size: 50px;
    line-height: 45px;
    vertical-align: middle;
}
.avis_price_table .price_in_table .value {
    color: #FFF;
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    line-height: 42px;
    margin: 0 3px 0 0;
    vertical-align: top;
}
.avis_price_table .price_table_inner ul li.sktprccont {
    padding: 0;
    border: 0;
}
.avis_price_table .price_table_inner ul li.sktprccont ul {
    border-left: 1px solid #EFEEEE;
    border-right: 1px solid #EFEEEE;
}
.avis_price_table .price_table_inner ul li.sktprccont ul li {
    border-left: 0 none;
    border-right: 0 none;
    margin: 0 15px;
}
.avis_price_table .price_table_inner ul li .fa, .avis_price_table .price_table_inner ul li i {
    margin-right: 15px;
    background-color: #EfEEEE;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
	color:#686868;
}
.avis_price_table .price_table_inner .price_button a {
    border-color: #dd3333;
    background-color: #dd3333;
}
.avis_price_table .price_table_inner .price_button a {
    color: #FFF;
    background: rgba(0,0,0,0);
    border: 1px solid #F54336;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 13px 36px;
    position: relative;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
}
.avis_price_table .price_table_inner .price_button a:hover, #content .avis-service-page div.one_third:hover .service-icon, #content div.one_half .avis-service-page:hover .service-icon {
    background-color: #353b48;
}
.avis_price_table .price_table_inner .price_button a:hover {
    border: 1px solid #353b48;
}
.avis_price_table .price_table_inner .price_button a:hover {
    color: #FFF;
	text-decoration:none;
}
.avis_price_table .price_table_inner .price_button a {
    border-color: #dd3333;
    background-color: #dd3333;
}
@media (min-width: 992px) {
	
	.reviews ul li:nth-child(1) a, .reviews ul li:nth-child(5) a {
		padding: 23% 15px;
		width: 78%;
		margin: 0 auto;
	}
	.reviews ul li:nth-child(2) a, .reviews ul li:nth-child(4) a {
		padding: 17% 15px;
		width: 90%;
		margin: 0;
	}
	.reviews ul li:nth-child(4) a {
		float: right;
	}
	.reviews ul li:nth-child(3) a {
		padding: 12% 15px;
	}
	.reviews .shadow {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.reviews ul li:not(:nth-child(3)) a .shadow:hover {
		background:none;
	}
	.reviews ul li:not(:nth-child(3)) a .shadow {
		background:rgba(15,49,87,0.25);
	}
	#footer .row > div:last-child {
		text-align:right;
	}
	#footer .row > div:last-child img {
		display: inline-block;
	}
	.float-pad {
		padding:45px;
		font-size:20px;
	}
	.row.border-block {
		margin: 0 100px;
	}
	.semi.semi-last {
		padding-top: 150px;
		margin-top: -150px;
	}
}
@media (max-width: 992px)  {
	.top-phones {
		font-size:16px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.navbar-nav>li>a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.row.border-block {
		margin:0;
	}
	.row.block-bg {
		background-size:190px;
	}
}
@media (min-width: 1200px) {
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 16px;
		padding: 15px 23px;
	}
	.toTop {
		bottom: 20px;
		right: 20px;
	}
	.navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
	}
	.float-pad {
		padding:80px;
		font-size:20px;
	}
}
@media (max-width: 768px)  {
	.top-phones {
		font-size:14px;
		margin-top:-13px;
	}
	#wrap {
		margin-bottom:-550px;
	}
	#footer, #sticker {
		height:550px;
	}
	#footer {
		text-align:center;
	}
	#footer img {
		display:inline-block;
	}
	.book p {
		width:100%;
	}
	.hr-bg {
	background:url(../img/hr-bg.jpg) top center repeat-y;
	}
	.row.border-block {
		margin:0;
	}
	.row.block-bg {
		background:none !important;
	}
	.border-block>div:last-child a {
		font-size:12px;
	}
}
/*# sourceMappingURL=bootstrap-theme.css.map */
.autor {
	color: #cc8928;
}