* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
html {
 font-family: sans-serif;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
}
body {
 margin: 0;
}
details,
footer,
header,
main,
menu,
nav,
section,
summary {
 display: block;
}
[hidden],
template {
 display: none;
}
a {
 background-color: transparent;
 color: #0000ff;
 text-decoration: none;
}
a:active,
a:hover {
 outline: 0;
}
a:focus,
a:hover {
 color: #23527c;
 text-decoration: none;
}
b,
strong {
 font-weight: normal;
}
h1 {
 margin: 0.67em 0;
}
small {
 font-size: 80%;
}
sub,
sup {
 position: relative;
 font-size: 75%;
 line-height: 0;
 vertical-align: baseline;
}
sup {
 top: -0.5em;
}
sub {
 bottom: -0.25em;
}
img {
 border: 0;
}
hr {
 height: 0;
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
}
button,
input,
optgroup,
select,
textarea {
 margin: 0;
 font: inherit;
 color: inherit;
}
button {
 overflow: visible;
}
button,
select {
 text-transform: none;
}
button,
html input[type="button"],
input[type="submit"] {
 -webkit-appearance: button;
 cursor: pointer;
}
button[disabled],
html input[disabled] {
 cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
input {
 line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0;
}
textarea {
 overflow: auto;
}
:after,
:before {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
button,
input,
select,
textarea {
 font-family: inherit;
 font-size: inherit;
 line-height: inherit;
}
img {
 vertical-align: middle;
}
.img-responsive {
 display: block;
 max-width: 100%;
 height: auto;
}
hr {
 margin-top: 20px;
 margin-bottom: 20px;
 border: 0;
 border-top: 1px solid #eee;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: inherit;
 font-weight: 500;
 line-height: 1.1;
 color: #444;
}
.fa {
 font-size: 17px;
}
h1 {
 font-size: 28px;
}
h2 {
 font-size: 27px;
}
h3 {
 font-size: 21px;
}
h4 {
 font-size: 15px;
}
h5 {
 font-size: 12px;
}
h6 {
 font-size: 10.2px;
}
p {
 margin: 0 0 10px;
}
.small,
small {
 font-size: 85%;
}
.page-header {
 padding-bottom: 9px;
 margin: 40px 0 20px;
 border-bottom: 1px solid #eee;
}
ul {
 margin-top: 0;
 margin-bottom: 10px;
}
.list-unstyled {
 padding-left: 0;
 list-style: none;
}
.container {
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
}
@media (min-width: 768px) {
 .container {
  width: 750px;
 }
}
@media (min-width: 992px) {
 .container {
  width: 970px;
 }
}
@media (min-width: 1200px) {
 .container {
  width: 1020px;
 }
}
.container-fluid {
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
}
.row {
 margin-right: -15px;
 margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
 position: relative;
 min-height: 1px;
 padding-right: 15px;
 padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
 float: left;
}
.col-xs-12 {
 width: 100%;
}
.col-xs-11 {
 width: 91.66666667%;
}
.col-xs-10 {
 width: 83.33333333%;
}
.col-xs-9 {
 width: 75%;
}
.col-xs-8 {
 width: 66.66666667%;
}
.col-xs-7 {
 width: 58.33333333%;
}
.col-xs-6 {
 width: 50%;
}
.col-xs-5 {
 width: 41.66666667%;
}
.col-xs-4 {
 width: 33.33333333%;
}
.col-xs-3 {
 width: 25%;
}
.col-xs-2 {
 width: 16.66666667%;
}
.col-xs-1 {
 width: 8.33333333%;
}
@media (min-width: 768px) {
 .col-sm-1,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9 {
  float: left;
 }
 .col-sm-12 {
  width: 100%;
 }
 .col-sm-11 {
  width: 91.66666667%;
 }
 .col-sm-10 {
  width: 83.33333333%;
 }
 .col-sm-9 {
  width: 75%;
 }
 .col-sm-8 {
  width: 66.66666667%;
 }
 .col-sm-7 {
  width: 58.33333333%;
 }
 .col-sm-6 {
  width: 50%;
 }
 .col-sm-5 {
  width: 41.66666667%;
 }
 .col-sm-4 {
  width: 33.33333333%;
 }
 .col-sm-3 {
  width: 25%;
 }
 .col-sm-2 {
  width: 16.66666667%;
 }
 .col-sm-1 {
  width: 8.33333333%;
 }
}
@media (min-width: 992px) {
 .col-md-1,
 .col-md-10,
 .col-md-11,
 .col-md-12,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9 {
  float: left;
 }
 .col-md-12 {
  width: 100%;
 }
 .col-md-11 {
  width: 91.66666667%;
 }
 .col-md-10 {
  width: 83.33333333%;
 }
 .col-md-9 {
  width: 75%;
 }
 .col-md-8 {
  width: 66.66666667%;
 }
 .col-md-7 {
  width: 58.33333333%;
 }
 .col-md-6 {
  width: 50%;
 }
 .col-md-5 {
  width: 41.66666667%;
 }
 .col-md-4 {
  width: 33.33333333%;
 }
 .col-md-3 {
  width: 25%;
 }
 .col-md-2 {
  width: 16.66666667%;
 }
 .col-md-1 {
  width: 8.33333333%;
 }
}
@media (min-width: 1200px) {
 .col-lg-1,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9 {
  float: left;
 }
 .col-lg-12 {
  width: 100%;
 }
 .col-lg-11 {
  width: 91.66666667%;
 }
 .col-lg-10 {
  width: 83.33333333%;
 }
 .col-lg-9 {
  width: 75%;
 }
 .col-lg-8 {
  width: 66.66666667%;
 }
 .col-lg-7 {
  width: 58.33333333%;
 }
 .col-lg-6 {
  width: 50%;
 }
 .col-lg-5 {
  width: 41.66666667%;
 }
 .col-lg-4 {
  width: 33.33333333%;
 }
 .col-lg-3 {
  width: 25%;
 }
 .col-lg-2 {
  width: 16.66666667%;
 }
 .col-lg-1 {
  width: 8.33333333%;
 }
}
label {
 display: inline-block;
 max-width: 100%;
 margin-bottom: 5px;
 font-weight: 700;
}
input[type="checkbox"],
input[type="radio"] {
 margin: 7px 0 0;
 margin-top: 1px\9;
 line-height: normal;
}
input[type="file"] {
 display: block;
}
select[multiple],
select[size] {
 height: auto;
}
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}
.form-control {
 display: block;
 width: 100%;
 height: 37px;
 padding: 6px 12px;
 font-size: 17px;
 line-height: 1.42857143;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #ccc;
 border-radius: 7px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -webkit-transition: border-color ease-in-out 0.15s,
  -webkit-box-shadow ease-in-out 0.15s;
 -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
 transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
 border-color: #66afe9;
 outline: 0;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 8px rgba(102, 175, 233, 0.6);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999;
}
.form-control::-webkit-input-placeholder {
 color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
 background-color: #eee;
 opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
 cursor: not-allowed;
}
textarea.form-control {
 height: auto;
}
.form-group {
 margin-bottom: 15px;
}
.checkbox,
.radio {
 position: relative;
 display: block;
 margin-top: 10px;
 margin-bottom: 10px;
}
.checkbox label,
.radio label {
 min-height: 20px;
 padding-left: 20px;
 margin-bottom: 0;
 font-weight: 400;
 cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
 position: absolute;
 margin-top: 7px\9;
 margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
 margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
 position: relative;
 display: inline-block;
 padding-left: 20px;
 margin-bottom: 0;
 font-weight: 400;
 vertical-align: middle;
 cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
 margin-top: 0;
 margin-left: 10px;
}
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
 cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled {
 cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label {
 cursor: not-allowed;
}
.input-sm {
 height: 30px;
 padding: 5px 10px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 3px;
}
select.input-sm {
 height: 30px;
 line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
 height: auto;
}
.input-lg {
 height: 46px;
 padding: 10px 16px;
 font-size: 18px;
 line-height: 1.3333333;
 border-radius: 6px;
}
select.input-lg {
 height: 46px;
 line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
 height: auto;
}
.form-group-lg .form-control {
 height: 46px;
 padding: 10px 16px;
 font-size: 18px;
 line-height: 1.3333333;
 border-radius: 6px;
}
.form-group-lg select.form-control {
 height: 46px;
 line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
 height: auto;
}
.form-group-lg .form-control-static {
 height: 46px;
 min-height: 38px;
 padding: 11px 16px;
 font-size: 18px;
 line-height: 1.3333333;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
 padding-top: 7px;
 margin-top: 0;
 margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
 min-height: 27px;
}
.form-horizontal .form-group {
 margin-right: -15px;
 margin-left: -15px;
}
@media (min-width: 768px) {
 .form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
 }
}
@media (min-width: 768px) {
 .form-horizontal .form-group-lg .control-label {
  padding-top: 14.33px;
  font-size: 18px;
 }
}
@media (min-width: 768px) {
 .form-horizontal .form-group-sm .control-label {
  padding-top: 6px;
  font-size: 12px;
 }
}
.btn {
 display: inline-block;
 padding: 6px 12px;
 margin-bottom: 0;
 font-size: 17px;
 font-weight: 400;
 line-height: 1.42857143;
 text-align: center;
 white-space: nowrap;
 vertical-align: middle;
 -ms-touch-action: manipulation;
 touch-action: manipulation;
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 background-image: none;
 border: 1px solid transparent;
 border-radius: 7px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
 color: #333;
 text-decoration: none;
}
.btn.active,
.btn:active {
 background-image: none;
 outline: 0;
 -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.disabled,
.btn[disabled],
fieldset[disabled] .btn {
 cursor: not-allowed;
 filter: alpha(opacity=65);
 -webkit-box-shadow: none;
 box-shadow: none;
 opacity: 0.65;
}
a.btn.disabled,
.btn-default {
 color: #333;
 background-color: #fff;
 border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
 color: #333;
 background-color: #e6e6e6;
 border-color: #8c8c8c;
}
.btn-default:hover {
 color: #333;
 background-color: #e6e6e6;
 border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
 color: #333;
 background-color: #e6e6e6;
 border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
 color: #333;
 background-color: #d4d4d4;
 border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
 background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
 background-color: #fff;
 border-color: #ccc;
}
.btn-primary {
 color: #fff;
 background-color: #337ab7;
 border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
 color: #fff;
 background-color: #286090;
 border-color: #122b40;
}
.btn-primary:hover {
 color: #fff;
 background-color: #286090;
 border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
 color: #fff;
 background-color: #286090;
 border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
 color: #fff;
 background-color: #204d74;
 border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
 background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
 background-color: #337ab7;
 border-color: #2e6da4;
}
.btn-primary .badge {
 color: #337ab7;
 background-color: #fff;
}
.btn-info {
 color: #fff;
 background-color: #5bc0de;
 border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
 color: #fff;
 background-color: #31b0d5;
 border-color: #1b6d85;
}
.btn-info:hover {
 color: #fff;
 background-color: #31b0d5;
 border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
 color: #fff;
 background-color: #31b0d5;
 border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
 color: #fff;
 background-color: #269abc;
 border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
 background-image: none;
}
.btn-group-lg > .btn,
.btn-lg {
 padding: 10px 16px;
 font-size: 18px;
 line-height: 1.3333333;
 border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
 padding: 5px 10px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
 padding: 1px 5px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 3px;
}
.btn-block {
 display: block;
 width: 100%;
}
.btn-block + .btn-block {
 margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
 width: 100%;
}
.dropdown,
.dropup {
 position: relative;
}
.dropdown-toggle:focus {
 outline: 0;
}
.dropdown-menu {
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 1000;
 display: none;
 float: left;
 min-width: 160px;
 padding: 5px 0;
 margin: 2px 0 0;
 font-size: 17px;
 text-align: left;
 list-style: none;
 background-color: #fff;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 border: 1px solid #ccc;
 border: 1px solid rgba(0, 0, 0, 0.15);
 border-radius: 7px;
 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
 right: 0;
 left: auto;
}
.dropdown-menu .divider {
 height: 1px;
 margin: 9px 0;
 overflow: hidden;
 background-color: #e5e5e5;
}
.dropdown-menu > li > a {
 display: block;
 padding: 3px 20px;
 clear: both;
 font-weight: 400;
 line-height: 1.42857143;
 color: #333;
 white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
 color: #262626;
 text-decoration: none;
 background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
 color: #fff;
 text-decoration: none;
 background-color: #337ab7;
 outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
 color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
 text-decoration: none;
 cursor: not-allowed;
 background-color: transparent;
 background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
 display: block;
}
.open > a {
 outline: 0;
}
.dropdown-menu-right {
 right: 0;
 left: auto;
}
.dropdown-menu-left {
 right: auto;
 left: 0;
}
.dropdown-header {
 display: block;
 padding: 3px 20px;
 font-size: 12px;
 line-height: 1.42857143;
 color: #777;
 white-space: nowrap;
}
.dropdown-backdrop {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 990;
}
.pull-right > .dropdown-menu {
 right: 0;
 left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
 content: "";
 border-top: 0;
 border-bottom: 7px dashed;
 border-bottom: 7px;
 color: ff0000;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
 top: auto;
 bottom: 100%;
 margin-bottom: 2px;
}
@media (min-width: 768px) {
 .navbar-right .dropdown-menu {
  right: 0;
  left: auto;
 }
 .navbar-right .dropdown-menu-left {
  right: auto;
  left: 0;
 }
}
.btn-group,
.btn-group-vertical {
 position: relative;
 display: inline-block;
 vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
 position: relative;
 float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
 z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
 margin-left: -1px;
}
.btn-toolbar {
 margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
 float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
 margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
 border-radius: 0;
}
.btn-group > .btn:first-child {
 margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
 border-top-left-radius: 0;
 border-bottom-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-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
 outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
 padding-right: 8px;
 padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
 padding-right: 12px;
 padding-left: 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;
}
.input-group {
 position: relative;
 display: table;
 border-collapse: separate;
}
.input-group[class*="col-"] {
 float: none;
 padding-right: 0;
 padding-left: 0;
}
.input-group .form-control {
 position: relative;
 z-index: 2;
 float: left;
 width: 100%;
 margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-btn > .btn {
 height: 46px;
 padding: 10px 16px;
 font-size: 18px;
 line-height: 1.3333333;
 border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-btn > .btn {
 height: 46px;
 line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-btn > .btn {
 height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-btn > .btn {
 height: 30px;
 padding: 5px 10px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-btn > .btn {
 height: 30px;
 line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-btn > .btn {
 height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
 display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
 border-radius: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
.input-group-btn {
 position: relative;
 font-size: 0;
 white-space: nowrap;
}
.input-group-btn > .btn {
 position: relative;
}
.input-group-btn > .btn + .btn {
 margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
 z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
 margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
 z-index: 2;
 margin-left: -1px;
}
.nav {
 padding-left: 0;
 margin-bottom: 0;
 list-style: none;
}
.nav > li {
 position: relative;
 display: block;
}
.nav > li > a {
 position: relative;
 display: block;
 padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
 text-decoration: none;
 background-color: #eee;
}
.nav > li.disabled > a {
 color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
 color: #777;
 text-decoration: none;
 cursor: not-allowed;
 background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
 background-color: #eee;
 border-color: #337ab7;
}
.nav-tabs {
 border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
 float: left;
 margin-bottom: -1px;
}
.nav-tabs > li > a {
 margin-right: 2px;
 line-height: 1.42857143;
 border: 1px solid transparent;
 border-radius: 7px 7px 0 0;
}
.nav-tabs > li > a:hover {
 border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
 color: #555;
 cursor: default;
 background-color: #fff;
 border: 1px solid #ddd;
 border-bottom-color: transparent;
}
.tab-content > .tab-pane {
 display: none;
}
.tab-content > .active {
 display: block;
}
.nav-tabs .dropdown-menu {
 margin-top: -1px;
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}
.navbar {
 position: relative;
 min-height: 50px;
 margin-bottom: 20px;
 border: 1px solid transparent;
}
@media (min-width: 768px) {
 .navbar {
  border-radius: 7px;
 }
}
@media (min-width: 768px) {
 .navbar-header {
  float: left;
 }
}
.navbar-collapse {
 padding-right: 15px;
 padding-left: 15px;
 overflow-x: visible;
 -webkit-overflow-scrolling: touch;
 border-top: 1px solid transparent;
 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
 overflow-y: auto;
}
@media (min-width: 768px) {
 .navbar-collapse {
  width: auto;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
 }
 .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
 }
 .navbar-collapse.in {
  overflow-y: visible;
 }
}
@media (min-width: 768px) {
 .navbar > .container .navbar-brand,
 .navbar > .container-fluid .navbar-brand {
  margin-left: -15px;
 }
}
.navbar-toggle {
 position: relative;
 float: right;
 padding: 9px 10px;
 margin-top: 8px;
 margin-right: 15px;
 margin-bottom: 8px;
 background-color: transparent;
 background-image: none;
 border: 1px solid transparent;
 border-radius: 7px;
}
.navbar-toggle:focus {
 outline: 0;
}
.navbar-toggle .icon-bar {
 display: block;
 width: 22px;
 height: 2px;
 border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
 margin-top: 7px;
}
@media (min-width: 768px) {
 .navbar-toggle {
  display: none;
 }
}
.navbar-nav > li > a {
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 20px;
}
@media (max-width: 767px) {
 .navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
 }
 .navbar-nav .open .dropdown-menu .dropdown-header,
 .navbar-nav .open .dropdown-menu > li > a {
  padding: 5px 15px 5px 25px;
 }
 .navbar-nav .open .dropdown-menu > li > a {
  line-height: 20px;
 }
 .navbar-nav .open .dropdown-menu > li > a:focus,
 .navbar-nav .open .dropdown-menu > li > a:hover {
  background-image: none;
 }
}
@media (min-width: 768px) {
 .navbar-nav {
  margin: 0;
 }
 .navbar-nav > li {
  float: left;
 }
 .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
 }
}
.navbar-form {
 padding: 10px 15px;
 border-top: 1px solid transparent;
 border-bottom: 1px solid transparent;
 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
  0 1px 0 rgba(255, 255, 255, 0.1);
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
  0 1px 0 rgba(255, 255, 255, 0.1);
 margin: 8px -15px;
}
@media (min-width: 768px) {
 .navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
 }
 .navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
 }
 .navbar-form .form-control-static {
  display: inline-block;
 }
 .navbar-form .input-group {
  display: inline-table;
  vertical-align: middle;
 }
 .navbar-form .input-group .form-control,
 .navbar-form .input-group .input-group-addon,
 .navbar-form .input-group .input-group-btn {
  width: auto;
 }
 .navbar-form .input-group > .form-control {
  width: 100%;
 }
 .navbar-form .control-label {
  margin-bottom: 0;
  vertical-align: middle;
 }
 .navbar-form .checkbox,
 .navbar-form .radio {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
 }
 .navbar-form .checkbox label,
 .navbar-form .radio label {
  padding-left: 0;
 }
 .navbar-form .checkbox input[type="checkbox"],
 .navbar-form .radio input[type="radio"] {
  position: relative;
  margin-left: 0;
 }
 .navbar-form .has-feedback .form-control-feedback {
  top: 0;
 }
}
@media (max-width: 767px) {
 .navbar-form .form-group {
  margin-bottom: 5px;
 }
 .navbar-form .form-group:last-child {
  margin-bottom: 0;
 }
}
@media (min-width: 768px) {
 .navbar-form {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
 }
}
.navbar-nav > li > .dropdown-menu {
 margin-top: 0;
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
 margin-bottom: 0;
 border-top-left-radius: 7px;
 border-top-right-radius: 7px;
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
.navbar-btn {
 margin-top: 8px;
 margin-bottom: 8px;
}
.navbar-btn.btn-sm {
 margin-top: 10px;
 margin-bottom: 10px;
}
.navbar-btn.btn-xs {
 margin-top: 17px;
 margin-bottom: 17px;
}
.pagination {
 display: inline-block;
 padding-left: 0;
 margin: 0;
 border-radius: 7px;
}
.pagination > li {
 display: inline;
}
.pagination > li > a,
.pagination > li > span {
 position: relative;
 float: left;
 padding: 6px 12px;
 margin-left: -1px;
 line-height: 1.42857143;
 color: #337ab7;
 text-decoration: none;
 background-color: #fff;
 border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
 margin-left: 0;
 border-top-left-radius: 7px;
 border-bottom-left-radius: 7px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
 border-top-right-radius: 7px;
 border-bottom-right-radius: 7px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
 z-index: 3;
 color: #23527c;
 background-color: #eee;
 border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
 z-index: 2;
 color: #fff;
 cursor: default;
 background-color: #337ab7;
 border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
 color: #777;
 cursor: not-allowed;
 background-color: #fff;
 border-color: #ddd;
}
.label {
 display: inline;
 padding: 0.2em 0.6em 0.3em;
 font-size: 75%;
 font-weight: 700;
 line-height: 1;
 color: #fff;
 text-align: center;
 white-space: nowrap;
 vertical-align: baseline;
 border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
 color: #fff;
 text-decoration: none;
 cursor: pointer;
}
.label:empty {
 display: none;
}
.btn .label {
 position: relative;
 top: -1px;
}
.btn-group-xs > .btn .badge,
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
 color: #337ab7;
 background-color: #fff;
}
.list-group-item > .badge {
 float: right;
}
.list-group-item > .badge + .badge {
 margin-right: 5px;
}
.alert {
 margin-bottom: 20px;
 border: 1px solid transparent;
 border-radius: 7px;
}
.alert h4 {
 margin-top: 0;
 color: inherit;
}
.alert .alert-link {
 font-weight: 700;
}
.alert > p + p {
 margin-top: 5px;
}
.alert-success {
 color: #3c763d;
 background-color: #dff0d8;
 border-color: #d6e9c6;
}
.well {
 min-height: 20px;
 padding: 19px;
 margin-bottom: 20px;
 background-color: #f5f5f5;
 border: 1px solid #e3e3e3;
 border-radius: 7px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
 display: table;
 content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
 clear: both;
}
.pull-right {
 float: right !important;
}
.pull-left {
 float: left !important;
}
.hide {
 display: none !important;
}
.show {
 display: block !important;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
 display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
 display: none !important;
}
@media (max-width: 767px) {
 .visible-xs {
  display: block !important;
 }
 table.visible-xs {
  display: table !important;
 }
 tr.visible-xs {
  display: table-row !important;
 }
 td.visible-xs,
 th.visible-xs {
  display: table-cell !important;
 }
}
@media (max-width: 767px) {
 .visible-xs-block {
  display: block !important;
 }
}
@media (max-width: 767px) {
 .visible-xs-inline {
  display: inline !important;
 }
}
@media (max-width: 767px) {
 .visible-xs-inline-block {
  display: inline-block !important;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm {
  display: block !important;
 }
 table.visible-sm {
  display: table !important;
 }
 tr.visible-sm {
  display: table-row !important;
 }
 td.visible-sm,
 th.visible-sm {
  display: table-cell !important;
 }
 .visible-sm-block {
  display: block !important;
 }
 .visible-sm-inline {
  display: inline !important;
 }
 .visible-sm-inline-block {
  display: inline-block !important;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md {
  display: block !important;
 }
 table.visible-md {
  display: table !important;
 }
 tr.visible-md {
  display: table-row !important;
 }
 td.visible-md,
 th.visible-md {
  display: table-cell !important;
 }
 .visible-md-block {
  display: block !important;
 }
 .visible-md-inline {
  display: inline !important;
 }
 .visible-md-inline-block {
  display: inline-block !important;
 }
}
@media (min-width: 1200px) {
 .visible-lg {
  display: block !important;
 }
 table.visible-lg {
  display: table !important;
 }
 tr.visible-lg {
  display: table-row !important;
 }
 td.visible-lg,
 th.visible-lg {
  display: table-cell !important;
 }
}
@media (min-width: 1200px) {
 .visible-lg-block {
  display: block !important;
 }
}
@media (min-width: 1200px) {
 .visible-lg-inline {
  display: inline !important;
 }
}
@media (min-width: 1200px) {
 .visible-lg-inline-block {
  display: inline-block !important;
 }
}
@media (max-width: 767px) {
 .hidden-xs {
  display: none !important;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .hidden-sm {
  display: none !important;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .hidden-md {
  display: none !important;
 }
}
@media (min-width: 1200px) {
 .hidden-lg {
  display: none !important;
 }
}
.visible-print {
 display: none !important;
}
body {
 background-color: #fff;
 font-family: "Open Sans", sans-serif;
 font-weight: 400;
 color: #666;
 font-size: 17px;
 line-height: 20px;
 width: 100%;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control {
 font-size: 12px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
 font-size: 12px;
}
.input-group .input-group-addon {
 font-size: 12px;
 height: 30px;
}
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
 display: inline;
}
.nav-tabs {
 margin-bottom: 15px;
}
div.required .control-label:before {
 content: "* ";
 color: red;
 font-weight: 700;
}
.dropdown-menu li > a:hover {
 text-decoration: none;
 color: #fff;
 background-color: #229ac8;
 background-image: linear-gradient(to bottom, #0000ff, #1f90bb);
 background-repeat: repeat-x;
}
.header-logo {
 font-size: 32px;
 vertical-align: middle;
}
#logo {
 margin: 0 0 10px;
}
#car {
 margin-bottom: 10px;
}
#car > .btn {
 font-size: 17px;
 line-height: 18px;
 color: #fff;
}
#car .dropdown-menu {
 background: #eee;
 z-index: 1001;
 min-width: 100%;
}
@media (max-width: 478px) {
 #car .dropdown-menu {
  width: 100%;
 }
 h1 {
  font-size: 27px;
 }
 .cat-title {
  font-size: 27px;
 }
}
#car .dropdown-menu li > div {
 min-width: 427px;
 padding: 0 10px;
}
@media (max-width: 478px) {
 #car .dropdown-menu li > div {
  min-width: 100%;
 }
}
#car .dropdown-menu li p {
 margin: 25px 0;
}
.mo1 {
 display: block;
}
.mo2 {
 display: none;
}
#menu {
 background-color: #fff;
 border-color: #1f90bb #1f90bb #145e7a;
 min-height: 0;
}
#menu .nav > li > a {
 color: #1f90bb;
 padding: 10px 15px;
 min-height: 15px;
 background-color: transparent;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
 color: #145e7a;
}
#menu .dropdown-menu {
 padding-bottom: 0;
}
#menu .dropdown-inner {
 display: block;
}
#menu .dropdown-inner ul {
 display: block;
}
#menu .dropdown-inner a {
 min-width: 160px;
 display: block;
 padding: 3px 20px;
 clear: both;
 line-height: 20px;
 color: #333;
 font-size: 12px;
}
#menu .dropdown-inner li a:hover {
 color: #fff;
}
#menu .btn-navbar {
 font-size: 15px;
 font-stretch: expanded;
 color: #fff;
 padding: 2px 18px;
 float: right;
 background-color: #229ac8;
 background-image: linear-gradient(to bottom, #0000ff, #1f90bb);
 background-repeat: repeat-x;
 border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbarr {
 font-size: 15px;
 font-stretch: expanded;
 color: #0000ff;
 padding: 2px 0;
 background-color: #fff;
 border-color: #fff;
 border-radius: 0;
 width: 100%;
 margin: 0;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
 color: #fff;
 background-color: #229ac8;
}
@media (min-width: 768px) {
 #menu .dropdown:hover .dropdown-menu {
  display: block;
 }
}
@media (max-width: 767px) {
 #menu {
  border-radius: 0;
 }
 #menu div.dropdown-inner > ul.list-unstyled {
  display: block;
 }
 #menu div.dropdown-menu {
  margin-left: 0 !important;
  padding-bottom: 10px;
 }
 #menu .dropdown-inner {
  display: block;
 }
 #menu .dropdown-inner a {
  width: 100%;
 }
 #menu .dropdown-menu a:hover,
 #menu .dropdown-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
 }
}
#content {
 min-height: 600px;
}
footer {
 margin-top: 30px;
 padding-top: 30px;
 background-color: #303030;
 border-top: 1px solid #ddd;
 color: #e2e2e2;
}
.articles {
 padding: 0;
}
.articles li:first-child {
 padding-left: 0;
}
.articles li:last-child {
 padding-right: 0;
 border-right: 0 solid #fff;
}
.articles li {
 display: inline-block;
 padding-right: 10px;
 border-right: 1px solid #fff;
 padding-left: 10px;
}
.alert {
 padding: 8px 17px;
}
.buttons {
 margin: 1em 0;
}
.btn {
 padding: 7.5px 12px;
 font-size: 17px;
 border: 1px solid #ccc;
 border-radius: 7px;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
  0 1px 2px rgba(0, 0, 0, 0.05);
}
#car > .btn {
 padding: 5px 20px;
 display: inline;
 margin-right: 20px;
}
.btn-xs {
 font-size: 9px;
}
.btn-sm {
 font-size: 10.2px;
}
.btn-lg {
 padding: 10px 16px;
 font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
 font-size: 12px;
}
.btn-group > .btn-xs {
 font-size: 9px;
}
.btn-group > .btn-sm {
 font-size: 10.2px;
}
.btn-group > .btn-lg {
 font-size: 15px;
}
.btn-default {
 color: #777;
 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
 background-color: #e7e7e7;
 background-image: linear-gradient(to bottom, #eee, #ddd);
 background-repeat: repeat-x;
 border-color: #ddd #ddd #b3b3b3 #b7b7b7;
}
.btn-primary {
 color: #fff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 background-color: #229ac8;
 background-image: linear-gradient(to bottom, #0000ff, #1f90bb);
 background-repeat: repeat-x;
 border-color: #1f90bb #1f90bb #145e7a;
}
.btn-vip {
 color: #fff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 background-color: #08ba11;
 background-image: linear-gradient(to bottom, #3ef35a, #088f13);
 background-repeat: repeat-x;
 border-color: #129b04 #0cc207 #025f0a;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
 background-color: #025f0a;
 background-position: 0 -15px;
 background-color: #1f90bb;
 background-position: 0 -15px;
}
.btn-info {
 color: #fff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 background-color: #19ff19;
 background-image: linear-gradient(to bottom, #19ff19, #dc512c);
 background-repeat: repeat-x;
 border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
 background-image: none;
 background-color: #19ff19;
}
.list-group a {
 border: 1px solid #ddd;
 color: #888;
 padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
 color: #444;
 background: #eee;
 border: 1px solid #ddd;
 text-shadow: 0 1px 0 #fff;
}
.board-thumb {
 margin-bottom: 20px;
 overflow: auto;
 border: 2px solid #dfa802;
 border-radius: 8px;
 padding: 0 15px;
}
.board-thumb .image {
 text-align: center;
}
.board-thumb .image a {
 display: block;
}
.board-thumb .image img {
 margin-left: auto;
 margin-right: auto;
}
.proposal {
 margin-top: 10px;
 font-size: 18px;
 color: #faa619 !important;
}
.board-list .board-thumb .pull-right .proposal {
 width: 100%;
 height: 40px;
 line-height: 40px;
}
@media (min-width: 767px) {
 .board-list .board-thumb .image {
  float: left;
  padding: 0 15px;
 }
}
.board-thumb h4 {
 font-weight: 700;
}
.board-thumb .caption {
 padding: 0 20px;
 min-height: 10px;
}
@media (max-width: 767px) {
 .board-list .board-thumb .caption {
  min-height: 0;
  margin-left: 0;
  padding: 0 10px;
 }
}
.board-thumb .rating {
 margin-top: 10px;
}
h2.proposal {
 margin: 0;
}
.board-thumb .proposal {
 color: #444;
}
.board-thumb .proposal-new {
 font-weight: 600;
}
.board-thumb .proposal-old {
 color: #999;
 text-decoration: line-through;
 margin-left: 10px;
}
.board-thumb .button-group {
 border-top: 1px solid #ddd;
 background-color: #eee;
 overflow: auto;
}
.board-list .board-thumb .button-group {
 border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
 .board-list .board-thumb .button-group {
  border-left: none;
 }
}
.board-thumb .button-group button {
 width: 60%;
 border: none;
 display: inline-block;
 float: left;
 background-color: #eee;
 color: #888;
 line-height: 38px;
 font-weight: 700;
 text-align: center;
 text-transform: uppercase;
}
.board-thumb .button-group button + button {
 width: 20%;
 border-left: 1px solid #ddd;
}
.board-thumb .button-group button:hover {
 color: #444;
 background-color: #ddd;
 text-decoration: none;
 cursor: pointer;
}
.dropdown-menu {
 min-width: 100%;
 text-align: center;
}
#menu .dropdown-inner {
 display: block;
}
@media (max-width: 1200px) {
 .board-thumb .button-group button,
 .board-thumb .button-group button + button {
  width: 33.33%;
 }
}
@media (max-width: 767px) {
 .board-thumb .button-group button,
 .board-thumb .button-group button + button {
  width: 33.33%;
 }
 header div.col-sm-2:nth-child(3) {
  height: 0;
 }
 .header-logo {
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
 }
 .board-thumb .image {
  float: left;
  width: 33%;
  margin-right: 5px;
 }
 .cat-board-title {
  font-weight: 500;
 }
 div.board-layout
  > div:nth-child(1)
  > div:nth-child(2)
  > div:nth-child(1)
  > p:nth-child(2) {
  display: none;
 }
 .board-list .board-thumb .proposal {
  margin-top: 5px;
  font-size: 18px;
 }
 .mo1 {
  display: none;
 }
 .mo2 {
  display: block;
 }
 .rating .fa-stack {
  font-size: 6px;
 }
}
@media (min-width: 1200px) {
 #content .col-lg-2:nth-child(6n + 1),
 #content .col-lg-2:nth-child(6n + 1),
 #content .col-lg-3:nth-child(4n + 1),
 #content .col-lg-4:nth-child(3n + 1),
 #content .col-lg-6:nth-child(2n + 1) {
  clear: left;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 #content .col-md-2:nth-child(6n + 1),
 #content .col-md-2:nth-child(6n + 1),
 #content .col-md-3:nth-child(4n + 1),
 #content .col-md-4:nth-child(3n + 1),
 #content .col-md-6:nth-child(2n + 1) {
  clear: left;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 #content .col-sm-2:nth-child(6n + 1),
 #content .col-sm-2:nth-child(6n + 1),
 #content .col-sm-3:nth-child(4n + 1),
 #content .col-sm-4:nth-child(3n + 1),
 #content .col-sm-6:nth-child(2n + 1) {
  clear: left;
 }
}
@media (min-width: 768px) {
 #column-left .board-layout .col-md-3 {
  width: 100%;
 }
 #column-left + #content .board-layout .col-md-3 {
  width: 50%;
 }
 #column-left + #content + #column-right .board-layout .col-md-3 {
  width: 100%;
 }
 #content + #column-right .board-layout .col-md-3 {
  width: 100%;
 }
}
#column-left .board-layout,
#column-right .board-layout {
 width: 100%;
}
.input-group .form-control[name^="quantity"] {
 min-width: 50px;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
 background-image: none;
 background-color: #19ff19;
}
.board-thumb h4 {
 font-weight: 700;
 height: 35px;
}
.board-list .caption p {
 float: left;
 line-height: 15px;
 margin-bottom: 5px;
 color: #000;
 width: 100%;
}
.navbar {
 margin-bottom: 5px;
}
#menu,
.navbar-collapse.collapse {
 display: block !important;
}
.cv1 {
 /*background-color:#73F194*/
}
.prods {
 padding-top: 10px;
}
.rating {
 display: none;
 font-size: 20px;
 font-weight: bold;
 color: #dfa802;
 white-space: nowrap;
}
.rating .star {
 display: inline-block;
 position: relative;
 letter-spacing: 0.05em;
}
.rating .star::before {
 display: inline-block;
 color: #aaa;
 content: "☆";
 width: 1em;
 height: 1em;
}
.rating .star::after {
 display: inline-block;
 position: absolute;
 content: "★";
 top: 0;
 left: 0;
 opacity: 0;
 width: 0;
 height: 0;
 transition: all 0.1s linear;
 overflow: hidden;
}
.rating:not([disabled]) .star:hover::after,
.rating .star.active::after {
 opacity: 1;
 width: 1em;
 height: 1em;
}
.rating .star.active.half::after {
 width: 0.5em;
}
.cc1 {
 padding: 5px 39px;
 margin-top: 20px;
}
.cc2 {
 padding: 5px 32px;
}
.prodss {
 display: block;
}
.prodzz {
 display: none;
}
.wwe {
 margin-bottom: 10px;
}
@media (max-width: 767px) {
 .cc2 {
  padding: 5px 12px;
 }
 .prodss {
  display: none;
 }
 .prodzz {
  display: block;
 }
 .wsw {
  margin-top: 5px;
  height: 18px;
  overflow: hidden;
  margin-bottom: 0px;
 }
 .cat-board-title {
  margin-bottom: 0px;
 }
 .dog {
  font-size: 16px;
 }
 .wwe {
  margin-bottom: 0px;
 }
 .btn {
  padding: 0px 2px;
 }
 .board-thumb .rating {
  padding-bottom: 1px;
  float: left;
 }
 .rating .fa-star-o {
  font-size: 13px;
 }
 .cc1 {
  padding: 5px 19px;
 }
}
#countdown {
 text-align: center;
 margin: 15px 0;
}
#timer_inp {
 padding: 10px;
 font-size: 15px;
 font-weight: bold;
 letter-spacing: 5px;
 color: #000;
 border-radius: 8px;
 margin-bottom: 10px;
}
.text-danger {
 color: #a94442;
}
.fix {
 position: fixed;
 background: #fff;
 z-index: 1000;
 width: 100%;
 top: 0;
}
.mix {
 margin-top: 80px;
}
.board-list .caption p.online {
 margin-top: 10px;
 font-size: 18px;
 color: #73f194;
 padding: 0px 15px;
}
.ya-page_js_yes .ya-site-form_inited_no {
 display: none;
}
#reviews {
 padding-right: 15px;
 padding-left: 15px;
}
.img-responsive_rev {
 display: block;
 max-width: 200px;
 height: auto;
 float: right;
}
@media screen and (max-width: 650px) {
 .img-responsive_rev {
  display: block;
  max-width: 35%;
  height: auto;
  float: right;
 }
 .pad-l {
  padding-left: 0px;
 }
}
@media screen and (max-width: 400px) {
 .font_rev {
  font-size: 18px !important;
  padding-left: 15px;
 }
}
#reviews .review {
 border: 2px solid #dfa802;
 border-radius: 8px;
 padding: 6px 12px;
 margin-bottom: 20px;
}
.prods.fix .row {
 display: flex;
 flex-direction: column;
}
.container-menu {
 height: 120px;
}
@media (min-width: 768px) {
 .container-menu {
  height: 75px;
 }
}
.modalwin {
 max-width: 300px;
 background: #fff;
 top: 20%;
 right: 0;
 left: 0;
 margin: 0 auto;
 z-index: 2;
 display: none;
 position: fixed;
 padding: 15px;
 border: 1px solid #ccc;
 border-radius: 5px;
 flex-direction: column;
 padding-left: 20px;
 padding-top: 20px;
}
.modalwin .h2 {
 color: #444;
 font-size: 28px;
 margin-bottom: 10px;
}
.modalwin .telephone {
 color: #666;
 margin-top: 20px;
 font-size: 20px;
 margin-bottom: 20px;
}
.modalwin a {
 display: flex;
 justify-content: flex-end;
 align-content: flex-end;
 text-transform: uppercase;
 font-size: 18px;
}
#shadow {
 position: fixed;
 width: 100%;
 height: 100%;
 z-index: 1;
 background: #000;
 opacity: 0.5;
 left: 0;
 top: 0;
}
.ad-product-wrap {
 display: flex;
 flex-direction: column;
}
.block-status {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;
}
.block-status .online {
 color: green;
}
.home-products {
 padding-left: 15px;
 padding-right: 15px;
}

/* Стили для уведомления */
  #cookie_notification {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 100%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 15px;
    background-color: #4d4d4dad;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 10;
    color: #fff;
    font-family: "PT Sans Pro Condensed", sans-serif;
    flex-direction: column;
  }
  #cookie_notification.hide {
    display: none;
  }
  #cookie_notification.show {
    display: flex!important;
  }

  /* Стиль для текста соглашения */
  .cookie_text {
    font-size: 10px;
    max-height: none;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  /* Сокращённая версия текста */
  .cookie_text.collapsed {
    max-height: 0px; /* Ограничение по высоте для мобильных */
  }

  /* Кнопки */
  .cookie_buttons {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }

  .cookie_accept, .cookie_more {
    margin-left: 10px;
    padding: 8px 15px;
    background-color: #4CAF50;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    font-size: 12px;
  }

  .cookie_accept:hover, .cookie_more:hover {
    background-color: #45a049;
  }

  /* Медиазапрос для мобильных устройств */
  @media (max-width: 600px) {
    #cookie_notification {
      max-height: none;
    }
  }


.rmp-heading--title, .rmp-heading--subtitle ,  .js-rmp-results,  .js-rmp-not-rated{
  display: none;
}
.rmp-rating-widget .rmp-icon--ratings{
  font-size: 1rem;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container{
  margin: 0rem !important;
}
.board-thumb .rating {
  margin-top: 0px;
}
.js-rmp-msg {
  font-size: 12px;
}
.tag{
    padding:5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #19ff19;
    background-image: linear-gradient(to bottom, #19ff19, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
    color:white;
    border-radius: 7px;
    text-wrap: nowrap;
}
.tags-wrapper{
  margin-top: 10px;
  display: flex;
  font-size: 12px;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.custom-search{
  width: fit-content;
  position: relative;
}

.search-suggest{
  display: none;
  width: 224px;
  max-height: 80px;
  background-color: white;
  color:gray;
   text-shadow:  0 -1px 0 rgba(0, 0, 0, 0.25);;
  left:0;
  position: absolute;
  border:1px solid gray;
  overflow-y: scroll;
  font-size: 13px;
  text-overflow: ellipsis; 
  white-space: nowrap;   
  overflow-x: hidden;
}
.show-cities{
    width: 435px;
    height: 40px;
    background: white;
    border: 1px solid #555;
    border-radius: 10px;
}

.search-suggest.active {
  display: block;
}
.the_suggest{
  border-bottom: 1px solid black;
  text-align: left;
  padding: 5px;
}
@media (max-width:1000px) and (min-width:770px){
  #additionalContent{
    margin-top: 86px !important;
  }
}
@media (max-width:630px){
  .tags-wrapper{
    justify-content: flex-start;
    margin-right: 20px;
    justify-content: center;
    flex-direction: column;
    width: 33%;
    text-align:center;
  }
  .tag-form{
    display: flex;
    justify-content: center;
  }
}

