html {font-family: sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body {margin: 0;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display:none;height:0;}
[hidden],template {display: none;}
a {background-color: transparent;}
a:active,a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: 700;}
dfn {font-style: italic;}
h1 {margin: 0.67em 0;font-size: 2em;}
mark {color: #000;background: #ff0;}
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;}
svg:not(:root) {overflow: hidden;}
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="reset"],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;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid silver;}
legend {padding: 0;border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: 700;}
table {border-spacing: 0;border-collapse: collapse;}
td,th {padding: 0;}
@media print {
  *,:after,:before {color: #000 !important;text-shadow: none !important;background: 0 0 !important;-webkit-box-shadow: none !important;box-shadow: none !important;}
  a,a:visited {text-decoration: underline;}
  a[href]:after {content: " (" attr(href) ")";}
  abbr[title]:after {content: " (" attr(title) ")";}
  a[href^="javascript:"]:after,a[href^="#"]:after {content: "";}
  blockquote,pre {border: 1px solid #999;page-break-inside: avoid;}
  thead {display: table-header-group;}
  img,tr {page-break-inside: avoid;}
  img {max-width: 100% !important;}
  h2,h3,p {orphans: 3;widows: 3;}
  h2,h3 {page-break-after: avoid;}
  .label {border: 1px solid #000;}
}
.search-form input {padding-left: 5px;height: 25px;margin-top: 4px;width: 100%;color: #333;max-width: 400px;margin-right: auto;margin-left: auto;display: block;}
@media (max-width: 767px) {.search-form input {max-width: 100%;}}
*,:after,:before {-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {margin: 20px 0;}
img {vertical-align: middle;}
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
[role="button"] {cursor: pointer;}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
p {margin: 0 0 10px;}
@media (min-width: 768px) {
  h1 {font-size: 32px;}
  h2 {font-size: 24px;}
  h3 {font-size: 20px;}
}
small {
  font-size: 85%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {content: "\2014 \00A0";}

.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: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@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%;}
  .col-md-offset-1 {margin-left: 8.33333333%;}
  .col-md-offset-0 {margin-left: 0;}
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.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: 4px\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;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
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,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio 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;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  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: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  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,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.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.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.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.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  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-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: 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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {opacity: 1;}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.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: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  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: 3;
  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;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
@-webkit-keyframes progress-bar-stripes { from {background-position: 40px 0;} to {background-position: 0 0;}}
@-o-keyframes progress-bar-stripes { from {background-position: 40px 0;} to {background-position: 0 0;}}
@keyframes progress-bar-stripes { from {background-position: 40px 0;} to {background-position: 0 0;}}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-success,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {background-color: #5cb85c;}
.progress-bar-info {background-color: #5bc0de;}
.progress-bar-warning {background-color: #f0ad4e;}
.progress-bar-danger {background-color: #d9534f;}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {width: 10000px;}
.media-object {display: block;}
.media-object.img-thumbnail {max-width: none;}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {vertical-align: middle;}
.media-bottom {vertical-align: bottom;}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {color: inherit;}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {margin-left: 0;}
@media (min-width: 768px) {
  .modal-dialog {width: 600px;margin: 30px auto;}
  .modal-content {-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);}
  .modal-sm {width: 300px;}
}
@media (min-width: 992px) {.modal-lg {width: 900px;}}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {display: table; content: " ";}

.container-fluid:after,
.container:after,
.modal-footer:after,
.modal-header:after,
.nav: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;}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {display: none !important;}
@media (max-width: 767px) {.hidden-xs {display: none !important;}}
@media (min-width: 768px) and (max-width: 991px) {.hidden-sm {display: none !important;}}

:root{
.google-auto-placed {
    display: none;
}
}
.global-bg{
    background-color: #F7820C !important;
    color: #fff !important;
}
body{
    max-width: 100%;
    overflow-x: hidden;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}
a{
    color: inherit;
}
a:hover{
    text-decoration: none;
    cursor: pointer;
}
blockquote{
    font-size: inherit;
}
img{
    max-width: 100%;
    height: auto;
}
.galka-logo img{
    max-height: 110px;
    min-width: 106px;
}
.page-content-only-right [class^='col-']{
    background-color: #fff;
    margin-top: 15px;
}
.page-content-only-right [class^='col-'] .content{
    padding-top: 0;
}
.wrap{
    background-color: #f0efef;
    min-height: 100vh;
    position: relative;
    padding-bottom: 30px;
}
.clear-fix{
    clear: both;
}
.wrap-container{
    max-width: 1300px;
    margin: 0 auto;
}
header .wrap-container {
  display: flex;
  align-items: center;
}
/* header */
header .container-fluid{
    background: #F7820C;
    box-shadow: inset 0px -140px 200px -50px rgba(0,0,0,0.15);
}
header .top{
    min-height: 100px;
}
.first-menu{
    background-color: inherit;
}
.menu ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}
.menu > ul > li{
    display: inline;
    position: relative;
}
.menu > ul > li > a{
    display: inline-block;
    padding: 7px 10px;
    font-weight: bold;
    color: inherit;
    text-transform: uppercase;
}
.menu > ul > li > ul{
    position: absolute;
    top:100%;
    left: 100%;
    z-index: 100;
    min-width: 240px;
    padding: 5px 10px;
    opacity: 0;
    visibility: hidden;
    transition: left .3s,opacity .4s;
    background: #777;
}
.menu > ul > li > ul a{
    display: block;
    padding: 5px;
    font-weight: bold;
}
.menu > ul > li:hover > a{
    background: #777;
    color: #fff;
}
.menu > ul > li:hover > ul{
    opacity: 1;
    visibility: visible;
    left: 0;
}
.second-menu{
    background-color: #fff;
}
.second-menu .menu ul{
    color: #000;
}
#article-slider img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.widget{
    margin-bottom: 10px;
    position: relative;
}
.infoblock{
    margin-bottom: 10px;
    position: relative;
}
.widget .panel.panel-default{
    margin-top: 0;
}
.infoblock .panel.panel-default{
    margin-top: 0;
}
.widget .category-sidebar img{
    width: 60px;
    height: 50px;
    max-width: 90px;
    object-fit: cover;
    object-position: center;
}
.infoblock .category-sidebar img{
    width: 60px;
    height: 50px;
    max-width: 90px;
    object-fit: cover;
    object-position: center;
}
.category-sidebar .media-body h4{
    font-size: 16px;
    padding-right: 8px;
}
.category-sidebar .media{
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ddd;
}
.category-sidebar .media:last-child{
    border-bottom: none;
}
.category-sidebar .panel-heading h3{
    margin: 0;
    font-size: 18px;
}
.archive-thumbnail img{
    max-width: 160px;
    width: 160px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    margin-left: 15px;
}
.archive-sidebar{
    margin-top: 25px;
}
.search-form input{
    padding-left: 5px;
    height: 25px;
    margin-top: 4px;
    width: 100%;
    color: #333;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.page-title p{
    margin: 0;
    font-size: 12px;
}
p.single-date{
    margin-bottom: 10px;
}
/* footer */
footer{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 20px;
}
footer .wrap-container{
    border-top: 3px solid #e0e0e0;
    padding-top: 25px;
}
footer .menu li{
    color: #333;
}
footer .menu ul{
    text-align: right;
}
footer .menu li a{
    display: inline;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 5px;
}
#hart-news{
    list-style: none;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 5px;
}
/* content */
.content{
    padding: 25px 0;
}

.article-list{
    list-style: none;
    padding: 0;
}
.article-list > li{
    display: block;
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}
.slide_container{
    position: relative; 
    overflow: hidden; 
    height: 30px;
    background-color: #fff;
}
.breaking-news{
    margin-bottom: 15px;
}
.slide_container ul > li{
    display: inline-block;
    margin-right: 15px;
}
.the-title{
    float: left;
    display: block;
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.panel.panel-default{
    margin-top: 25px;
}
.panel.panel-default .panel-title{
    font-weight: bold;
    text-transform: uppercase;
}
.front-category .caption h4 a{
    font-size: 16px;
}
/* Explicit copy of .panel-default > .panel-heading (kept as its own rule
   so this look stays independent of that generic Bootstrap selector). */
.front-category > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.front-category .thumbnail img{
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: center;
}
.front-category .thumbnail{
    /*height: 236px;*/
    border:none;
    margin-bottom: 0;
}
.front-category .panel-body [class^="col-"]{
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
    float: none;
    width: 32.6%;
    vertical-align: top;
}
.right-sidebar .infoblock img,
.left-sidebar .infoblock img,
.single-sidebar .infoblock img{
    width: 100%;
}
.single-sidebar{
    padding-top: 25px;
}
#menu-check{
    display: none;
}
.mobile-menu .menu-icon{
    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 11;
    transition: right .5s;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.mobile-menu .wrap-mob-menu{
    position: fixed;
    background: rgba(0,0,0,0);
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    transition: background 0.3s;
    z-index: 10;
}
.mobile-menu .menu-icon div,
.mobile-menu .menu-icon div:after,
.mobile-menu .menu-icon div:before {
    display: block;
    width: 30px;
    height: 5px;
    z-index: 11;
    background: #ff5500;
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}
.mobile-menu .menu-icon div:after,
.mobile-menu .menu-icon div:before{
    position: absolute;
    content: '';
}
.mobile-menu .menu-icon div:before{
    top: 9px;
}
.mobile-menu .menu-icon div:after{
    top: 18px;
}
.menu-list{
    background: #232323;
    position: fixed;
    top: 0;
    right: -230px;
    z-index: 9;
    transition: right .5s;
    width: 230px;
    height: 100%;
    overflow-y: auto;
    z-index: 11;
}
#menu-check:checked ~ .menu-list{
    right: 0;
}
#menu-check:checked ~ .wrap-mob-menu{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
#menu-check:checked ~ .menu-icon{
    right: 240px;
}
.menu-list ul{
    list-style: none;
    color: #ccc;
    padding: 5px 5px 5px 10px;
    margin-bottom: 0;
}
.menu-list ul.sub-menu{
    border-left: 3px solid #444;
}

.menu-list ul li a{
    display: block;
    padding-bottom: 7px;
    padding-top: 3px;
    border-bottom: 1px dotted #333;
    width: 100%;
    box-sizing: border-box;
}
.block-news{
    padding-top: 15px;
}
.widget{
    max-width: 100%;
    overflow: hidden;
}
.infoblock{
    max-width: 100%;
    overflow: hidden;
}
.widget img{
    width: 100%;
    margin: 0 auto;
}
.infoblock img{
    width: 100%;
    margin: 0 auto;
}
.widget h3, .widget > h2{
    display: inline-block;
    background: #F7820C;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    padding: 7px 13px;
    font-weight: bold;
    border-top-left-radius: 3px;
    border-top-right-radius: 10px;
    margin: 0;
    margin-bottom: 10px;
}
.infoblock h3, .infoblock > h2{
    display: inline-block;
    background: #F7820C;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    padding: 7px 13px;
    font-weight: bold;
    border-top-left-radius: 3px;
    border-top-right-radius: 10px;
    margin: 0;
    margin-bottom: 10px;
}
.widget h3:after, .widget > h2:after{
    content: '';
    display: block;
    width: 100%;
    background-color: #F7820C;
    height: 4px;
    top: 27px;
    left: 0;
    position: absolute;
}
.infoblock h3:after, .infoblock > h2:after{
    content: '';
    display: block;
    width: 100%;
    background-color: #F7820C;
    height: 4px;
    top: 27px;
    left: 0;
    position: absolute;
}
.widget .panel-heading h3{
    font-size: 16px;
}
.infoblock .panel-heading h3{
    font-size: 16px;
}
.widget .panel-default{
    background: none;
    border:none;
}
.infoblock .panel-default{
    background: none;
    border:none;
}
.widget .panel-heading{
    padding: 0;
    border:none;
    background: none;
}
.infoblock .panel-heading{
    padding: 0;
    border:none;
    background: none;
}
.widget .panel-body{
    background-color: #fff;
    border: 1px solid #ddd;
}
.infoblock .panel-body{
    background-color: #fff;
    border: 1px solid #ddd;
}
.widget .article-list{
    padding-left: 10px;
}
.infoblock .article-list{
    padding-left: 10px;
}
.more {
    font-size: 12px;
    color: #6b6b6b;
    text-align: center;
    display: block;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 4px 0px;
    font-weight: bold;
    background: #f9f9f9;
    box-shadow: inset 0px -20px 20px -20px rgba(0,0,0,0.1);
}
.header-infoblock{
    padding-top: 15px;
}
.right-sidebar .infoblock{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.article-date{
    font-size: 14px;
    color: #848484;
    display: inline-flex;
    font-weight: bold;
    align-items: center;
    gap: 4px;
}
.article-date svg {
    width: 13px;
    height: 13px;
}
.single-body .page-thumbnail img{
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
}
.right-sidebar{
    max-width: 320px;
    margin: 0 auto;
}
.modal-dialog {
    max-width: 400px;
    text-align: center;
}
.last-news{
    line-height: 17px;
}
.last-news.red{
    color: #d33c3c;
    font-weight: bold;
}
.last-news.fb picture > img {
    width: 60px!important;
    height: 60px!important;
    object-fit: cover!important;
    object-position: center!important;
    margin-right: 5px!important;
    float: left!important;
}
.last-news.fb > div{
    width: calc(100% - 67px);
    float: right;
}
.last-news.fb{
    display: block;
    padding: 10px 5px;
    border: 1px solid #dddddd;
    border-radius: 0 10px 10px 0;
    margin: 5px 0;
    background: #fff;
}
.last-news.fb:after{
    content: '';
    display: block;
    clear: both;
}
.article-list > .widget + li{
    border-top: 1px dashed #ccc;
}
.article-list > .infoblock + li{
    border-top: 1px dashed #ccc;
}
.last-news{
    margin-bottom: 5px;
}
.article-list .widget img{
    width: 100%;
    max-width: 320px;
}
.article-list .infoblock img{
    width: 100%;
    max-width: 320px;
}
.article-list .widget{
    text-align: center;
}
.article-list .infoblock{
    text-align: center;
}
.block-news .panel-heading > h3, .block-news .panel-heading > a{
    display: inline-block;
    padding: 10px 15px 7px 15px;
    background: #F7820C;
    color: #fff;
}
.block-news .panel-heading > a{
    float: right;
    border-top-left-radius: 10px;
    border-top-right-radius: 3px;
}
.block-news .panel-heading > h3{
    border-top-right-radius: 10px;
    border-top-left-radius: 3px;
}
.block-news .panel-default{
    border-top: none;
}
.block-news .panel-heading{
    padding:0;
    border: none;
    border-bottom: 4px solid #F7820C;;
}
a.custom-soc {
    display: inline-block;
    background: transparent;
    color: #232323;
    width: 23px;
    height: 23px;
    font-size: 11px;
    line-height: 28px;
    box-shadow: 0px 0px 0px 1px #232323;
    border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin-right: 4px;
}
a.custom-soc svg {
    width: 12px;
    height: 12px;
}

.icon-text {
    display: inline-block!important;
    font-weight: normal!important;
}
.share-block{
    margin-top: 20px;
}
.single-title-block{
    border: none;
}
.single-title-block .single-body{
    background-color: inherit;
}
.single-body{
    padding: 10px;
    background-color: #fff;
}
.single-title-block h1{
    font-weight: bold;
}
#decsripthome {
    color: #999;
    font-size: 11px;
    margin: 10px auto;
    overflow: hidden;
    max-width: 990px;
    width: 100%;
    padding-bottom: 10px;
}
footer .wrap-container p{
    font-size: 11px;
    color: #a0a0a0;
}
a.more-link {
    font-size: 12px;
    color: #6b6b6b;
    text-align: center;
    display: block;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 4px 0;
    font-weight: 700;
    background: #f9f9f9;
    box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,.1);
    width: 108px;
    margin-top: 4px;
}
.archive-body .article-date{
    font-size: 11px;
}
.archive-body .article-date svg {
    width: 11px;
    height: 11px;
}
.archive-date{
    margin-bottom: 0;
}
.archive-item{
    padding-bottom: 15px;
    border-bottom: 1px dotted #c0bfbf;
}
.archive-item:last-child {
    border-bottom: none;
}
.news-right{
    margin-top: 15px;
}
.news-right ul.article-list{
    padding-left: 0;
}
.owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.owl-dots .owl-dot {
    display: inline-block;
}
.owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
    border: 2px solid #444;
}
.owl-dots .owl-dot.active span {
    background: #F7820C;
}
#article-slider .owl-item a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
#article-slider .owl-item a:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    transition: opacity .3s;
    z-index: 100;
    top: 0;
    left: 0;
}
#article-slider .owl-item a:hover:after{
    opacity: 0.3;
}
.fb-comments iframe{
    width: 100% !important;
}
.article-slider-content{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    padding-bottom: 25px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 101;
}
.single-body .content iframe{
    max-width: 100%;
    width: 100%;
}
.single-body .content a{
    text-decoration: underline;
}
.galka-pagination > ul{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.galka-pagination > ul > li{
    display: inline;
}
.galka-pagination > ul > li:first-child > a, .galka-pagination > ul > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.galka-pagination > ul > li > a, .galka-pagination > ul > 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;
}
.galka-pagination > ul > li > span.current, .pagination > li > span.current{
    background-color: #e5e5e5;
}
.block-news .panel-heading > a{
    padding-top: 8px;
}
.galka-question{
    width: 100%;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: 10px;
}
.galka-question .galka-question-button{
    margin-top: 7px;
}
.galka-question h2{
    margin-top: 0;
}
.galka-question ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.galka-question ul li label{
    font-size: 12px;
    cursor: pointer;
}
.galka-question ul li input{
    display: none;
}
.galka-question ul li .check{
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    float: left;
    margin-right: 5px;
}
.galka-question ul li .check > span{
    display: none;
}
.galka-question ul li input:checked + .check > span{
    display: block;
}
.image-text-widget-text{
    background: #fff;
    padding: 5px;
}
.galka-question ul li h4{
    font-size: 12px;
    margin: 0;
}
.galka-question ul li .progress-bar{
    float: none;
    margin-bottom: 5px;
}

/* smiles */
.galka-smiles{
    position: relative;
}
.galka-smiles ul{
    list-style: none;
    padding: 0;
    float: left;
    margin-right: 5px;
}
.galka-smiles ul > li{
    display: inline-block;
    width: 23px;
    height: auto;
}
.smile-tooltip{
    display: none;
    position: absolute;
    background: #fff;
    bottom: 100%;
    left: -15px;
    z-index: 9;
    padding: 8px;
    margin-right: 0;
    text-align: center;
    border: 1px solid #777;
    border-radius: 30px;
    margin-bottom: 5px;
    height: 42px;
}
.smile-body ul > li{
    margin-left: -13px;
    position: relative;
}
.smile-body ul > li:nth-child(1){
    z-index: 6;
    margin-left: 0;
}
.smile-body ul > li:nth-child(2){
    z-index: 5;
}
.smile-body ul > li:nth-child(3){
    z-index: 4;
}
.smile-body ul > li:nth-child(4){
    z-index: 3;
}
.smile-body ul > li:nth-child(5){
    z-index: 2;
}
.smile-body ul > li:nth-child(6){
    z-index: 1;
}
.smile-body ul{
    cursor: pointer;
}
.smile-total{
    font-size: 14px;
    color: #555;
    padding-top: 3px;
}
.smile-button-section .smile-button-block{
    background: none;
    border: 1px solid #888;
    padding: 5px 15px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.smile-button-section{
    clear: both;
}
.smile-button-section .smile-button-smiles{
    position: absolute;
    background: transparent;
    width: 180px;
    bottom: 100%;
    right: -10px;
    z-index: 9;
    visibility: hidden;
    transition: visibility .5s;
}
.smile-button-block:hover .smile-button-smiles{
    visibility: visible;
}
.smile-button-section .smile-button-smiles ul{
    display: block;
    background: #fff;
    padding: 8px;
    margin-right: 0;
    text-align: center;
    width: 100%;
    border: 1px solid #777;
    border-radius: 30px;
    margin-bottom: 5px;
    height: 42px;
}
.smile-button-section .smile-button-smiles ul li:hover{
    width: 25px;
}
.smile-button-section {
    text-align: right;
}
.galka-smiles .smile-tooltip ul > li{
    width: 45px;
}
.galka-smiles .smile-tooltip ul > li img{
    width: 23px;
}
.smile-button-icon-section > img{
    width: 18px;
    margin-top: -4px;
}
.smile-button-icon-section > img + span{
    color: rgb(56, 88, 152);
    font-weight: bold;
}
.col-sm-9.header-infoblock section.infoblock.show-only-all a img {
    max-height: 51px!important;
    overflow: hidden;
}
@media (min-width: 768px) {
   .wraper-home-body, .archive-body, .single-body, .single-sidebar{
       margin-right: -15px;
   }
   .wraper-home-body .block-news{
       margin-left: -15px;
   }
   .show-only-mob{
       display: none !important;
   }
   .mobile-menu{
       display: none !important;
   }
}
@media (max-width: 767px) {
    .search-form input{
        max-width: 100%;
    }
    .first-menu .menu, .second-menu .menu{
        display: none;
    }
    .archive-body .media-body p{
        font-size: 12px;
    }
    .archive-body .archive-thumbnail img{
        width: 100px;
        height: 75px;
    }
    .archive-body .media-heading{
        font-size: 14px;
    }
    .pagination>li>a, .pagination>li>span{
        padding: 5px 8px;
    }
    .show-only-desc{
        display: none;
    }
    footer .menu ul {
        text-align: center;
    }
    
    /* Mobile submenu specific styles */
    .menu-list ul.sub-menu{
        display: none;
        padding-left: 15px;
        margin-top: 5px;
        border-left: 3px solid #444;
        background: rgba(0,0,0,0.1);
        margin-left: 10px;
        border-radius: 0 5px 5px 0;
    }
    
    .menu-list ul.sub-menu.expanded{
        display: block;
        animation: slideDown 0.3s ease-out;
    }
    
    .menu-list ul li.has-submenu > a{
        position: relative;
        cursor: pointer;
        transition: background-color 0.2s ease;
        display: block;
        width: 100%;
        padding-right: 40px; /* Make room for the toggle button */
    }
    
    .menu-list ul li.has-submenu > a:hover{
        background-color: rgba(255,255,255,0.1);
    }
    
    .menu-list ul li.has-submenu .submenu-toggle{
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background: rgba(255,255,255,0.15);
        border: 1px solid rgba(255,255,255,0.3);
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.2s ease;
        color: #fff;
        z-index: 100;
    }
    
    .menu-list ul li.has-submenu .submenu-toggle:hover{
        background: rgba(255,255,255,0.25);
        border-color: rgba(255,255,255,0.5);
        transform: translateY(-50%) scale(1.1);
    }
    
    .menu-list ul li.has-submenu .submenu-toggle:active{
        transform: translateY(-50%) scale(0.95);
    }
    
    .menu-list ul li.has-submenu .submenu-toggle:before{
        content: '+';
        transition: transform 0.2s ease;
    }
    
    .menu-list ul li.has-submenu.expanded .submenu-toggle:before{
        content: '-';
        transform: rotate(180deg);
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .menu-list ul li:hover ul.sub-menu {
        display: none !important;
    }

    .menu-list ul li.has-submenu.expanded ul.sub-menu {
        display: block !important;
    }
    
    .menu-list ul li.has-submenu.expanded ul.sub-menu,
    .menu-list ul li.expanded ul.sub-menu {
        display: block !important;
    }
    .menu-item a:hover {
        color: inherit !important;
    }
}
@media (max-width: 565px) {
    .front-category .panel-body [class^="col-"]{
        display: block;
        width: 100%;
    }
}
.google-auto-placed {
    display: none;
}
.wp-block-uagb-image-gallery {
  margin: 20px 0!important;
}