@charset "UTF-8";
/* цвет заголовков и ссылок на всем сайте  */
/* цвет hover ссылок  */
/* полоса меню с прозрачностью или без */
/* цвет текста */
/* второй цвет */
/*  цвет всех рамок на сайте */
/*  радиус рамки на сайте */
/* неактивные ссылки  */
/* цвет заголовков и ссылок в шапке  */
/* размер шрифта  */
/* высотра строк  */
/* высота футера подвал */
/* высота верхней шапки до меню  */
/*  максимальная высота картинок в карточках k2 */
/* радиус у кнопкок */
/* формы */
/* высота input в рс форме */
/* !!! 
.tel_namber {
	font-size: 30px;
	font-family: $font_family_h;
}
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, .modul_h3, div.moduletablejunews_mod div.junews_h, h4, .modul_h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

input {
  border: none;
}

.navbar {
  margin-bottom: 0;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

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 {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  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-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container, div.contact_admin {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, div.contact_admin:before, .container:after, div.contact_admin:after {
  content: " ";
  display: table;
}

.container:after, div.contact_admin:after {
  clear: both;
}

@media (min-width: 768px) {
  .container, div.contact_admin {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container, div.contact_admin {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container, div.contact_admin {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd),
div.content table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  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="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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, 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::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, div.moduletablejunews_mod .jn .jn-more
  .input-group-sm > .input-group-btn > input[type="date"].readmore,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  div.moduletablejunews_mod .jn .jn-more
  .input-group-sm > .input-group-btn > input[type="time"].readmore,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  div.moduletablejunews_mod .jn .jn-more
  .input-group-sm > .input-group-btn > input[type="datetime-local"].readmore,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  div.moduletablejunews_mod .jn .jn-more
  .input-group-sm > .input-group-btn > input[type="month"].readmore,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, div.moduletablejunews_mod .jn .jn-more
  .input-group-lg > .input-group-btn > input[type="date"].readmore,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  div.moduletablejunews_mod .jn .jn-more
  .input-group-lg > .input-group-btn > input[type="time"].readmore,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  div.moduletablejunews_mod .jn .jn-more
  .input-group-lg > .input-group-btn > input[type="datetime-local"].readmore,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  div.moduletablejunews_mod .jn .jn-more
  .input-group-lg > .input-group-btn > input[type="month"].readmore,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, div.moduletablejunews_mod .jn .jn-more
.input-group-lg > .input-group-btn > .form-control-static.readmore, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, div.moduletablejunews_mod .jn .jn-more
.input-group-sm > .input-group-btn > .form-control-static.readmore {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, div.moduletablejunews_mod .jn .jn-more
.input-group-sm > .input-group-btn > .readmore {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, div.moduletablejunews_mod .jn .jn-more
.input-group-sm > .input-group-btn > select.readmore {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, div.moduletablejunews_mod .jn .jn-more
.input-group-sm > .input-group-btn > textarea.readmore,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
div.moduletablejunews_mod .jn .jn-more
.input-group-sm > .input-group-btn > select[multiple].readmore {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, div.moduletablejunews_mod .jn .jn-more
.input-group-lg > .input-group-btn > .readmore {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, div.moduletablejunews_mod .jn .jn-more
.input-group-lg > .input-group-btn > select.readmore {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, div.moduletablejunews_mod .jn .jn-more
.input-group-lg > .input-group-btn > textarea.readmore,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
div.moduletablejunews_mod .jn .jn-more
.input-group-lg > .input-group-btn > select[multiple].readmore {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, div.moduletablejunews_mod .jn .jn-more
.input-group-lg > .input-group-btn > .readmore + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, div.moduletablejunews_mod .jn .jn-more
.input-group-sm > .input-group-btn > .readmore + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -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);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -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);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, div.moduletablejunews_mod .jn .jn-more .readmore {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, div.moduletablejunews_mod .jn .jn-more .readmore:focus, .btn.focus, div.moduletablejunews_mod .jn .jn-more .focus.readmore, .btn:active:focus, div.moduletablejunews_mod .jn .jn-more .readmore:active:focus, .btn:active.focus, div.moduletablejunews_mod .jn .jn-more .readmore:active.focus, .btn.active:focus, div.moduletablejunews_mod .jn .jn-more .active.readmore:focus, .btn.active.focus, div.moduletablejunews_mod .jn .jn-more .active.focus.readmore {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, div.moduletablejunews_mod .jn .jn-more .readmore:hover, .btn:focus, div.moduletablejunews_mod .jn .jn-more .readmore:focus, .btn.focus, div.moduletablejunews_mod .jn .jn-more .focus.readmore {
  color: #333;
  text-decoration: none;
}

.btn:active, div.moduletablejunews_mod .jn .jn-more .readmore:active, .btn.active, div.moduletablejunews_mod .jn .jn-more .active.readmore {
  outline: 0;
  background-image: none;
  -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, div.moduletablejunews_mod .jn .jn-more .disabled.readmore, .btn[disabled], div.moduletablejunews_mod .jn .jn-more [disabled].readmore,
fieldset[disabled] .btn,
fieldset[disabled] div.moduletablejunews_mod .jn .jn-more .readmore, div.moduletablejunews_mod .jn .jn-more
fieldset[disabled] .readmore {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, div.moduletablejunews_mod .jn .jn-more a.disabled.readmore, input.disabled#Submit,
fieldset[disabled] a.btn,
fieldset[disabled] div.moduletablejunews_mod .jn .jn-more a.readmore, div.moduletablejunews_mod .jn .jn-more
fieldset[disabled] a.readmore,
fieldset[disabled] input#Submit {
  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 > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  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 > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  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 > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  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 > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  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 > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  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 > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  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:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, div.moduletablejunews_mod .jn .jn-more .btn-group-lg > .readmore {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, div.moduletablejunews_mod .jn .jn-more .btn-group-sm > .readmore {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, div.moduletablejunews_mod .jn .jn-more .btn-group-xs > .readmore {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.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: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.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 {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, div.moduletablejunews_mod .jn .jn-more .btn-group > .readmore,
.btn-group-vertical > .btn, div.moduletablejunews_mod .jn .jn-more
.btn-group-vertical > .readmore {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, div.moduletablejunews_mod .jn .jn-more .btn-group > .readmore:hover, .btn-group > .btn:focus, div.moduletablejunews_mod .jn .jn-more .btn-group > .readmore:focus, .btn-group > .btn:active, div.moduletablejunews_mod .jn .jn-more .btn-group > .readmore:active, .btn-group > .btn.active, div.moduletablejunews_mod .jn .jn-more .btn-group > .active.readmore,
.btn-group-vertical > .btn:hover, div.moduletablejunews_mod .jn .jn-more
.btn-group-vertical > .readmore:hover,
.btn-group-vertical > .btn:focus, div.moduletablejunews_mod .jn .jn-more
.btn-group-vertical > .readmore:focus,
.btn-group-vertical > .btn:active, div.moduletablejunews_mod .jn .jn-more
.btn-group-vertical > .readmore:active,
.btn-group-vertical > .btn.active, div.moduletablejunews_mod .jn .jn-more
.btn-group-vertical > .active.readmore {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group div.moduletablejunews_mod .jn .jn-more .readmore + .btn, div.moduletablejunews_mod .jn .jn-more .btn-group .readmore + .btn, .btn-group div.moduletablejunews_mod .jn .jn-more .btn + .readmore, div.moduletablejunews_mod .jn .jn-more .btn-group .btn + .readmore, .btn-group div.moduletablejunews_mod .jn .jn-more .readmore + .readmore, div.moduletablejunews_mod .jn .jn-more .btn-group .readmore + .readmore,
.btn-group .btn + .btn-group,
.btn-group div.moduletablejunews_mod .jn .jn-more .readmore + .btn-group, div.moduletablejunews_mod .jn .jn-more
.btn-group .readmore + .btn-group,
.btn-group .btn-group + .btn,
.btn-group div.moduletablejunews_mod .jn .jn-more .btn-group + .readmore, div.moduletablejunews_mod .jn .jn-more
.btn-group .btn-group + .readmore,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn, .btn-toolbar div.moduletablejunews_mod .jn .jn-more .readmore, div.moduletablejunews_mod .jn .jn-more .btn-toolbar .readmore,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, div.moduletablejunews_mod .jn .jn-more .btn-toolbar > .readmore,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), div.moduletablejunews_mod .jn .jn-more .btn-group > .readmore:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, div.moduletablejunews_mod .jn .jn-more .btn-group > .readmore:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), div.moduletablejunews_mod .jn .jn-more .btn-group > .readmore:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), div.moduletablejunews_mod .jn .jn-more .btn-group > .readmore:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, div.moduletablejunews_mod .jn .jn-more .btn-group > .btn-group:not(:first-child):not(:last-child) > .readmore {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, div.moduletablejunews_mod .jn .jn-more .btn-group > .btn-group:first-child:not(:last-child) > .readmore:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, div.moduletablejunews_mod .jn .jn-more .btn-group > .btn-group:last-child:not(:first-child) > .readmore:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, div.moduletablejunews_mod .jn .jn-more .btn-group > .readmore + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, div.moduletablejunews_mod .jn .jn-more .btn-group-lg.btn-group > .readmore + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, div.moduletablejunews_mod .jn .jn-more .readmore .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, div.moduletablejunews_mod .jn .jn-more .btn-group-lg > .readmore .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup div.moduletablejunews_mod .jn .jn-more .btn-group-lg > .readmore .caret, div.moduletablejunews_mod .jn .jn-more .dropup .btn-group-lg > .readmore .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, div.moduletablejunews_mod .jn .jn-more .btn-group-vertical > .readmore,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, div.moduletablejunews_mod .jn .jn-more
.btn-group-vertical > .btn-group > .readmore {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn, div.moduletablejunews_mod .jn .jn-more .btn-group-vertical > .btn-group > .readmore {
  float: none;
}

.btn-group-vertical > .btn + .btn, div.moduletablejunews_mod .jn .jn-more .btn-group-vertical > .readmore + .btn, div.moduletablejunews_mod .jn .jn-more .btn-group-vertical > .btn + .readmore, div.moduletablejunews_mod .jn .jn-more .btn-group-vertical > .readmore + .readmore,
.btn-group-vertical > .btn + .btn-group, div.moduletablejunews_mod .jn .jn-more
.btn-group-vertical > .readmore + .btn-group,
.btn-group-vertical > .btn-group + .btn, div.moduletablejunews_mod .jn .jn-more
.btn-group-vertical > .btn-group + .readmore,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), div.moduletablejunews_mod .jn .jn-more .btn-group-vertical > .readmore:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), div.moduletablejunews_mod .jn .jn-more .btn-group-vertical > .readmore:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), div.moduletablejunews_mod .jn .jn-more .btn-group-vertical > .readmore:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, div.moduletablejunews_mod .jn .jn-more .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .readmore {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, div.moduletablejunews_mod .jn .jn-more .btn-group-vertical > .btn-group:first-child:not(:last-child) > .readmore:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, div.moduletablejunews_mod .jn .jn-more .btn-group-vertical > .btn-group:last-child:not(:first-child) > .readmore:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, div.moduletablejunews_mod .jn .jn-more .btn-group-justified > .readmore,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group div.moduletablejunews_mod .jn .jn-more .readmore, div.moduletablejunews_mod .jn .jn-more .btn-group-justified > .btn-group .readmore {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], div.moduletablejunews_mod .jn .jn-more [data-toggle="buttons"] > .readmore input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], div.moduletablejunews_mod .jn .jn-more
[data-toggle="buttons"] > .readmore input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], div.moduletablejunews_mod .jn .jn-more
[data-toggle="buttons"] > .btn-group > .readmore input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], div.moduletablejunews_mod .jn .jn-more
[data-toggle="buttons"] > .btn-group > .readmore input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn, div.moduletablejunews_mod .jn .jn-more
.input-group-sm > .input-group-btn > .input-group-addon.readmore {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, div.moduletablejunews_mod .jn .jn-more
.input-group-lg > .input-group-btn > .input-group-addon.readmore {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn, div.moduletablejunews_mod .jn .jn-more
.input-group-btn:first-child > .readmore,
.input-group-btn:first-child > .btn-group > .btn, div.moduletablejunews_mod .jn .jn-more
.input-group-btn:first-child > .btn-group > .readmore,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), div.moduletablejunews_mod .jn .jn-more
.input-group-btn:last-child > .readmore:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, div.moduletablejunews_mod .jn .jn-more
.input-group-btn:last-child > .btn-group:not(:last-child) > .readmore {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, div.moduletablejunews_mod .jn .jn-more
.input-group-btn:last-child > .readmore,
.input-group-btn:last-child > .btn-group > .btn, div.moduletablejunews_mod .jn .jn-more
.input-group-btn:last-child > .btn-group > .readmore,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), div.moduletablejunews_mod .jn .jn-more
.input-group-btn:first-child > .readmore:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, div.moduletablejunews_mod .jn .jn-more
.input-group-btn:first-child > .btn-group:not(:first-child) > .readmore {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn, div.moduletablejunews_mod .jn .jn-more .input-group-btn > .readmore {
  position: relative;
}

.input-group-btn > .btn + .btn, div.moduletablejunews_mod .jn .jn-more .input-group-btn > .readmore + .btn, div.moduletablejunews_mod .jn .jn-more .input-group-btn > .btn + .readmore, div.moduletablejunews_mod .jn .jn-more .input-group-btn > .readmore + .readmore {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, div.moduletablejunews_mod .jn .jn-more .input-group-btn > .readmore:hover, .input-group-btn > .btn:focus, div.moduletablejunews_mod .jn .jn-more .input-group-btn > .readmore:focus, .input-group-btn > .btn:active, div.moduletablejunews_mod .jn .jn-more .input-group-btn > .readmore:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, div.moduletablejunews_mod .jn .jn-more .input-group-btn:first-child > .readmore,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, div.moduletablejunews_mod .jn .jn-more .input-group-btn:last-child > .readmore,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #D8372F;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.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.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, div.contact_admin > .navbar-header,
.container > .navbar-collapse, div.contact_admin > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, div.contact_admin > .navbar-header,
  .container > .navbar-collapse, div.contact_admin > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > div.contact_admin .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: left;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-image: none;
  border: none;
  border-radius: 0;
}

.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: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.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;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  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-top: 8px;
  margin-bottom: 8px;
}

@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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, div.moduletablejunews_mod .jn .jn-more .btn-group-sm > .navbar-btn.readmore {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, div.moduletablejunews_mod .jn .jn-more .btn-group-xs > .navbar-btn.readmore {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination, .pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li, .pagination ul > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span, .pagination ul > li > a,
.pagination ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span, .pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span, .pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus, .pagination ul > li > a:hover, .pagination ul > li > a:focus,
.pagination ul > li > span:hover,
.pagination ul > li > span:focus {
  z-index: 2;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus, .pagination ul > .active > a, .pagination ul > .active > a:hover, .pagination ul > .active > a:focus,
.pagination ul > .active > span,
.pagination ul > .active > span:hover,
.pagination ul > .active > span:focus {
  z-index: 3;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus, .pagination ul > .disabled > span,
.pagination ul > .disabled > span:hover,
.pagination ul > .disabled > span:focus,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label, div.moduletablejunews_mod .jn .jn-more .readmore .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge, div.moduletablejunews_mod .jn .jn-more .readmore .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, div.moduletablejunews_mod .jn .jn-more .btn-group-xs > .readmore .badge,
.btn-group-xs > .btn .badge, div.moduletablejunews_mod .jn .jn-more
.btn-group-xs > .readmore .badge {
  top: 0;
  padding: 1px 5px;
}

.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;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  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 > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4, .alert .modul_h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.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-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.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-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.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 > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  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: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn, .modal-footer div.moduletablejunews_mod .jn .jn-more .readmore + .btn, div.moduletablejunews_mod .jn .jn-more .modal-footer .readmore + .btn, .modal-footer div.moduletablejunews_mod .jn .jn-more .btn + .readmore, div.moduletablejunews_mod .jn .jn-more .modal-footer .btn + .readmore, .modal-footer div.moduletablejunews_mod .jn .jn-more .readmore + .readmore, div.moduletablejunews_mod .jn .jn-more .modal-footer .readmore + .readmore {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group div.moduletablejunews_mod .jn .jn-more .readmore + .btn, div.moduletablejunews_mod .jn .jn-more .modal-footer .btn-group .readmore + .btn, .modal-footer .btn-group div.moduletablejunews_mod .jn .jn-more .btn + .readmore, div.moduletablejunews_mod .jn .jn-more .modal-footer .btn-group .btn + .readmore, .modal-footer .btn-group div.moduletablejunews_mod .jn .jn-more .readmore + .readmore, div.moduletablejunews_mod .jn .jn-more .modal-footer .btn-group .readmore + .readmore {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@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;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn, .carousel-caption div.moduletablejunews_mod .jn .jn-more .readmore, div.moduletablejunews_mod .jn .jn-more .carousel-caption .readmore {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
  }
  th.visible-xs,
  td.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;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .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;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .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;
  }
  th.visible-lg,
  td.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;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

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

[class*='icon-']:before {
  display: inline-block;
  font-family: 'art';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-87405-viber-logo:before {
  content: '\0041';
}

.icon-87422-whatsapp-logo:before {
  content: '\0042';
}

.icon-arrow-pointing-right-in-a-circle:before {
  content: '\0043';
}

.icon-arrow-point-to-right:before {
  content: '\0044';
}

.icon-avatar:before {
  content: '\0045';
}

.icon-chevron-sign-to-right:before {
  content: '\0046';
}

.icon-envelope:before {
  content: '\0047';
}

.icon-eye-blocked:before {
  content: '\0048';
}

.icon-facebook-logo:before {
  content: '\0049';
}

.icon-icon:before {
  content: '\004a';
}

.icon-instagram-logo:before {
  content: '\004b';
}

.icon-keyboard-right-arrow-button:before {
  content: '\004c';
}

.icon-location:before {
  content: '\004d';
}

.icon-login:before {
  content: '\004e';
}

.icon-login:before {
  content: '\004f';
}

.icon-magnifying-search-lenses-tool:before {
  content: '\0050';
}

.icon-mail:before {
  content: '\0051';
}

.icon-map-placeholder-dark-symbol:before {
  content: '\0052';
}

.icon-music-player-play:before {
  content: '\0053';
}

.icon-ok:before {
  content: '\0054';
}

.icon-online-shopping-cart:before {
  content: '\0055';
}

.icon-play-sign:before {
  content: '\0056';
}

.icon-quotation-mark:before {
  content: '\0057';
}

.icon-quote-button:before {
  content: '\0058';
}

.icon-shopping-basket:before {
  content: '\0059';
}

.icon-shopping-basket:before {
  content: '\005a';
}

.icon-shopping-cart:before {
  content: '\0061';
}

.icon-shopping-purse-icon:before {
  content: '\0062';
}

.icon-skype:before {
  content: '\0063';
}

.icon-skype:before {
  content: '\0064';
}

.icon-smartphone:before {
  content: '\0065';
}

.icon-telegram:before {
  content: '\0067';
}

.icon-user-silhouette:before {
  content: '\0068';
}

.icon-viber:before {
  content: '\0069';
}

.icon-viber-logo:before {
  content: '\006a';
}

.icon-vk:before {
  content: '\006b';
}

.icon-whatsapp:before {
  content: '\006c';
}

.icon-whatsapp-logo:before {
  content: '\006d';
}

.icon-whatsapp-logo:before {
  content: '\006e';
}

.icon-youtube:before {
  content: '\006f';
}

.icon-youtube-logo:before {
  content: '\0070';
}

* {
  box-sizing: border-box;
}

/* ! таблицы */
.table-theme thead {
  background-color: green;
  color: #ffffff;
}

.table-theme tbody tr:nth-child(2n) {
  background-color: rgba(0, 128, 0, 0.15);
  color: #333;
}

.table-theme tbody tr:nth-child(2n+1) {
  background-color: #FCFCFC;
}

.table-theme tbody tr:hover {
  background-color: rgba(0, 128, 0, 0.25) !important;
}

.table-theme td {
  border-right: 1px solid green;
}

.table-theme td:last-child {
  border-right: none;
}

.table-striped,
div.content table {
  width: 100%;
}

.table-striped td,
div.content table td {
  padding: 10px 15px;
}

.table-shadow,
div.content table {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.table-shadow thead,
div.content table thead {
  background-color: rgba(170, 170, 170, 0.5);
}

.table-shadow tbody tr,
div.content table tbody tr {
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  background-color: white;
}

.table-shadow tbody tr:last-child,
div.content table tbody tr:last-child {
  border-bottom: none;
}

.table-shadow tbody td,
div.content table tbody td {
  border-right: 1px solid rgba(170, 170, 170, 0.5);
}

.table-shadow tbody td:last-child,
div.content table tbody td:last-child {
  border-right: none;
}

.table-shadow tbody tr:hover,
div.content table tbody tr:hover {
  color: green;
}

.table-simple td {
  padding: 10px 15px;
}

.table-simple thead {
  background-color: rgba(170, 170, 170, 0.5);
}

.table-simple tbody td {
  border-right: 1px solid rgba(170, 170, 170, 0.5);
}

.table-simple tbody td:last-child {
  border-right: none;
}

.table-simple tbody tr {
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.table-simple tbody tr:last-child {
  border-bottom: none;
}

.table-simple tbody tr:hover {
  border-left: 1px solid green;
  border-right: 1px solid green;
}

/* таблицы ! */
/* ! блоки с цитатами */
blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  font-style: italic;
}

blockquote.blockquote-simple {
  border-left: 5px solid green;
  background-color: #f7f7f7;
}

blockquote.blockquote-symbol {
  position: relative;
  margin-left: 60px;
  border-left: 5px solid green;
}

blockquote.blockquote-symbol:before {
  position: absolute;
  content: '\f10d';
  top: 20px;
  left: -60px;
  font-family: "FontAwesome";
  font-size: 30px;
  color: green;
}

/* блоки с цитатами ! */
div#scroll_top {
  position: fixed;
  right: -70px;
  bottom: 90px;
  width: 60px;
  height: 60px;
  background: url("../images/go_top.png") no-repeat 0 0;
  z-index: 1;
}

div#scroll_top a {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-decoration: none;
}

body > div {
  background-color: #fff;
  overflow-x: hidden;
}

p {
  text-align: justify;
}

div, p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin: 0 0 15px;
}

h1, h2, h3, .modul_h3, div.moduletablejunews_mod div.junews_h, h4, .modul_h4, h5 {
  color: #34323f;
  text-transform: uppercase;
  font-family: "Cuprum", sans-serif;
}

h1 {
  font-size: 20px;
  padding-bottom: 20px;
}

h2 {
  font-size: 20px;
  padding-top: 20px -4;
  padding-bottom: 20px -4;
  margin: 10px 0 10px;
}

h3, .modul_h3, div.moduletablejunews_mod div.junews_h {
  font-size: 20px;
  margin: 10px 0 5px;
}

.modul_h3, div.moduletablejunews_mod div.junews_h {
  font-family: 'Arimo', sans-serif;
  font-weight: bold;
}

.modul_h3.modul_h3__center, div.moduletablejunews_mod div.modul_h3__center.junews_h {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.modul_h3.modul_h3__invert, div.moduletablejunews_mod div.modul_h3__invert.junews_h {
  color: #ffffff;
}

a {
  color: #34323f;
  transition: all .25s;
}

a:hover {
  color: #001a00;
}

p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, .modul_h3::-moz-selection, div.moduletablejunews_mod div.junews_h::-moz-selection, h4::-moz-selection, .modul_h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, a::-moz-selection, strong::-moz-selection, b::-moz-selection, i::-moz-selection, u::-moz-selection, span::-moz-selection, li::-moz-selection {
  color: #fff;
  background-color: #001a00;
}

p::selection, h1::selection, h2::selection, h3::selection, .modul_h3::selection, div.moduletablejunews_mod div.junews_h::selection, h4::selection, .modul_h4::selection, h5::selection, h6::selection, a::selection, strong::selection, b::selection, i::selection, u::selection, span::selection, li::selection {
  color: #fff;
  background-color: #001a00;
}

h1, div.blog > h2, div.page-header > h2, div.content-category > h2 {
  position: relative;
  border-bottom: 2px solid rgba(170, 170, 170, 0.35);
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}

h1:after, div.blog > h2:after, div.page-header > h2:after, div.content-category > h2:after {
  position: absolute;
  content: "";
  background-color: green;
  height: 2px;
  width: 100px;
  bottom: -2px;
  left: 0;
}

.swithTem {
  /* Версия для компьютера */
  display: none;
}

.page-header {
  border-bottom: 0;
  margin: 20px 0 10px;
}

body .pagination {
  width: 100%;
  border-top: 1px solid #aaa;
}

body .pagination p.counter {
  color: #777777;
  font-size: 12px;
}

body .pagination ul {
  display: block;
}

body .pagination ul li {
  display: block;
  float: left;
}

body .pagination span.pagenav {
  opacity: 0.5;
  background: #848484;
  border: 1px solid #818181;
}

body .pagination span.pagenav:hover {
  background: #848484;
  border: 1px solid #818181;
}

body .pagination li.active a,
body .pagination a:hover {
  background-color: green;
  color: #ffffff;
  border: 1px solid #919191;
}

.content_bottom {
  margin-top: 30px;
}

div.content div.item-page li, body#tinymce li, ol.nav-tabs {
  padding: 3px 0 3px 25px;
  position: relative;
  border-bottom: 0;
}

div.content div.item-page li::before, body#tinymce li::before, ol.nav-tabs::before {
  content: '\f00c';
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 4px;
  top: 7px;
}

div.content div.item-page li a, body#tinymce li a, ol.nav-tabs a {
  border: 0;
  text-decoration: underline;
  padding: 0;
}

div.content div.item-page li a:hover, body#tinymce li a:hover, ol.nav-tabs a:hover {
  background: none;
  border: 0;
}

/* ! global styles */
.content img {
  max-width: 100%;
}

.navbar {
  border: none;
  min-height: 1px;
}

button i {
  display: none;
}

.readmornews,
input[type="submit"],
input[type="button"],
button,
button.btn,
div.moduletablejunews_mod .jn .jn-more button.readmore,
a.btn,
div.moduletablejunews_mod .jn .jn-more a.readmore,
input#Submit {
  padding: 6px 15px;
  border: 1px solid #aaa;
  outline: none;
  background: #ffffff;
  color: #333;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
}

.readmornews:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
button.btn:hover,
div.moduletablejunews_mod .jn .jn-more button.readmore:hover,
a.btn:hover,
div.moduletablejunews_mod .jn .jn-more a.readmore:hover,
input#Submit:hover,
a.buy:hover {
  border-color: green;
  background: green;
  text-decoration: none;
  color: #ffffff;
}

a.buy {
  border-radius: 0;
  background: #fff;
  border: 3px solid #34323f;
  color: #34323f;
}

.btn.btn-arrow, div.moduletablejunews_mod .jn .jn-more .btn-arrow.readmore,
.contact_admin .rsform-submit-button {
  position: relative;
  padding: 15px 40px 15px 30px;
  border: 2px solid #aaa;
  background-color: transparent;
  text-transform: uppercase;
}

.btn.btn-arrow::before, div.moduletablejunews_mod .jn .jn-more .btn-arrow.readmore::before,
.contact_admin .rsform-submit-button::before {
  position: absolute;
  top: calc(50% - 7px);
  right: 25px;
  height: 15px;
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 24px;
  transform: rotate(-90deg);
}

.btn.btn-arrow:hover, div.moduletablejunews_mod .jn .jn-more .btn-arrow.readmore:hover, .btn.btn-arrow:focus, div.moduletablejunews_mod .jn .jn-more .btn-arrow.readmore:focus,
.contact_admin .rsform-submit-button:hover,
.contact_admin .rsform-submit-button:focus {
  outline: none;
}

/*
.readmore {
	text-align: right;
	margin-top: 20px;
	a {
		font-size: $text_size - 2; 
		color: $color_text;
	}
}
*/
.navbar-toggle .icon-bar {
  width: 26px;
  background-color: #fff;
}

.moduletable .modal-dialog {
  margin: 5% auto;
}

.switchery-small {
  margin-right: 8px;
}

.jmapcolumn .collapsable li {
  list-style: disc !important;
}

/* global styles ! */
.no_main .header {
  padding: 0 0 20px;
}

body.main .main {
  display: none;
}

.head2 {
  position: relative;
}

.head2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/backgrounds/bg_les.jpg) no-repeat;
  background-size: cover;
  clip-path: polygon(0 53px, 59% 53px, 82% 100%, 100% 100%, 100% 0, 0 0);
}

.head2::after {
  content: "";
  position: absolute;
  width: 452px;
  height: 636px;
  left: 50%;
  transform: translateX(45%);
  bottom: 0;
  background: url(../images/backgrounds/man.png) no-repeat;
}

.head2 .container {
  position: relative;
  z-index: 1;
}

.head3 {
  position: relative;
  background-color: #f1a100;
  min-height: 573px;
}

.head3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background: url(../images/backgrounds/bg_yl.jpg) no-repeat;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

.head3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 523px;
  height: 559px;
  background: url(../images/backgrounds/sert_g.png) no-repeat;
}

.head3 .container {
  position: relative;
  z-index: 1;
}

.main header.header {
  position: relative;
  min-height: 950px;
  max-height: 90vh;
}

header.header.fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  padding: 0;
}

header.header.fixed .contacts-mail,
header.header.fixed .city,
header.header.fixed .btn.price-btn,
header.header.fixed .header__subtitle,
header.header.fixed .header__logo_img {
  display: none;
}

header.header.fixed .header__logo_img_sm {
  display: inline;
}

header.header.fixed .header__time {
  margin: 0;
}

header.header.fixed a.header__logo {
  margin-top: 15px;
}

header.header.fixed address.l-header__contacts {
  padding: 5px 0 5px;
}

header.header.fixed .header-top {
  padding-top: 5px;
}

header.header.fixed .header__address {
  font-size: 13px;
}



.header__catalog {
  background: #020118;
  color: #ccc;
}

.header__catalog .container-fluid {
  padding-left: 70px;
  padding-right: 0;
}

.header__catalog .row {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}

.header__catalog .row::before,
.header__catalog .row::after {
  display: none;
}

.catalog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 14px;
}

.catalog-list__item {
  position: relative;
  padding: 20px 30px 17px 55px;
  white-space: nowrap;
  cursor: pointer;
  line-height: 2;
  transition: .25s;
  text-transform: uppercase;
  color: inherit;
}

.catalog-list__item:hover {
  background: #D8372F;
  color: #fff;
}

.catalog-list__item.active {
  color: #D8372F;
  background-color: unset;
}

.catalog-list__item::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  display: block;
  width: 41px;
  height: 38px;
  background-repeat: no-repeat;
  background-image: url(../images/icons/catalog-header/icon-sprite.png);
  background-position: center;
}

.catalog-list__item_kr::before {
  background-position-y: -498px;
}
.catalog-list__item_kr:hover::before {
  background-position-y: -556px;
}

.catalog-list__item_fas::before {
  background-position-y: -390px;
}
.catalog-list__item_fas:hover::before {
  background-position-y: -444px;
}

.catalog-list__item_ventl::before {
  background-position-y: -95px;
}
.catalog-list__item_ventl:hover::before {
  background-position-y: -141px;
}

.catalog-list__item_vod::before {
  background-position-y: -286px;
}
.catalog-list__item_vod:hover::before {
  background-position-y: -338px;
}

.catalog-list__item_zab::before {
  background-position-y: -3px;
}
.catalog-list__item_zab:hover::before {
  background-position-y: -48px;
}

.catalog-list__item_karkas::before {
  background-position-y: -187px;
}
.catalog-list__item_karkas:hover::before {
  background-position-y: -234px;
}

.catalog-list__item::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 7px;
  background: url(../images/icons/ar.png) no-repeat;
}
.catalog-list__item.active::after {
  background-image: url(../images/icons/ar_yl.png);
}
.catalog-list__item:hover::after {
  background-image: url(../images/icons/arrow.png);
}

.moduletable_catalog {
  flex: auto;
  padding: 0;
}

.moduletable_catalog .catalog-menu-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  min-width: 100%;
  background: rgba(2, 1, 24, 0.8);
  padding: 15px 0;
}

.moduletable_catalog > ul > li:hover .catalog-menu-container {
  display: block;
}


.moduletable_catalog .catalog-menu__item a {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: initial;
}

.moduletable_catalog .catalog-menu__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #D8372F;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.moduletable_catalog .catalog-menu__item a:hover {
  color: #fff;
  background: none;
}

.moduletable_catalog .catalog-menu__item a:hover::before {
  left: 0;
  width: 100%;
  transition: 0.2s ease-in-out;
}

.moduletable_catalog .catalog-menu__item li li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
}





.site-inf .container, .site-inf div.contact_admin {
  position: relative;
}

.korzina a {
  position: fixed;
  z-index: 999;
  left: -2px;
  top: 307px;
  width: 50px;
  height: 246px;
  box-shadow: 1px 1px 7px #565655;
  background: url(/images/korzina_left.png) no-repeat scroll right top #fff;
  text-decoration: none;
  font-size: 0;
}

a.header__logo {
  z-index: 23;
  display: block;
  text-align: center;
  background-color: #fff;
}

.header__logo_img {
  max-width: 100%;
  max-height: 100%;
}

.header__logo_img_sm {
  display: none;
}

div.header_site-name {
  text-transform: uppercase;
  margin: 0;
}

div.header_site-name p {
  margin: 5px 0;
  color: green;
  line-height: 30px;
  font-size: 30px;
  font-family: "Cuprum", sans-serif;
}

div.header_site-name p:nth-child(2) {
  color: #333;
  font-size: 20px;
}

address.l-header__contacts {
  padding: 5px 0 15px;
  color: #b5b5b5;
}

address.l-header__contacts .row {
  display: flex;
}

.contacts-mail {
  position: relative;
  padding-left: 30px;
}

.contacts-mail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background: url(../images/icons/mail.png);
}

.contacts-mail__item {
  line-height: 1; 
}

.contacts-tel-container {
  color: #393939;
}

.contacts-tel__big {
  margin-top: 5px;
  font-size: 26px;
  font-weight: bold;
}

.contacts-tel__prefix {
  color: #b5b5b5;
}

.contacts-tel__normal {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.4;
}

.contacts-mes {
  display: inline-block;
  vertical-align: -4px;
  width: 31px;
  height: 30px;
  background-repeat: no-repeat;
}

.contacts-mes__viber {
  background-image: url(../images/icons/viber.png);
}

.contacts-mes__whatsapp {
  background-image: url(../images/icons/watts.png);
}



/* Переключатель городов */
.city {
  display: inline-flex;
  position: relative;
}

.current_city {
  flex: 1;
  margin-right: 20px;
  color: #ccc;
  line-height: 2.5;
}

.btn-city-list {
  position: relative;
  padding: 0 0 0 19px;
  font-size: 13px;
  color: #ccc;
  transition: .25s;
  line-height: 2.69;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.btn-city-list:hover {
  color: #ccc;
  text-decoration: underline;
}

.btn-city-list::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 4px;
  display: block;
  width: 9px;
  height: 9px;
  background: url(../images/icons/arrow.png) no-repeat;
}

.sub_city {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  background: rgba(2, 1, 24, 0.8);
  z-index: 10;
  border-top: 0;
  color: #fff;
}

.open > .sub_city {
  display: block;
}

.open > .sub_city::backdrop {
  background: rgba(255,0,0,.25);
}

.sub_city a {
  display: block;
  margin-bottom: 10px;
  color: inherit;
}

.sub_city a:hover {
  text-decoration: underline;
}

.sub_city li:last-child a {
  margin-bottom: 0;
}




.header__subtitle {
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  font-style: italic;
}




.header__address {
  margin-top: 5px;
  padding: 0 15px;
}

.header__time {
  margin-top: 10px;
  padding: 0 15px;
  margin-bottom: 17px;
}

.btn.price-btn {
  position: relative;
  padding: 35px 40px 10px 10px;
  background-color: #D8372F;
  width: 305px;
  max-width: 100%;
  height: 96px;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  box-shadow: 0px 10px 25px rgba(246,81,64,0.6);
}

.price-btn::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 24px;
  display: block;
  width: 24px;
  height: 30px;
  background: url(../images/icons/file.png) no-repeat;
}

.btn.price-btn:hover {
  background: #D8372F;
  box-shadow: 0px 10px 25px rgba(246,81,64,0);
}



.site-top {
  z-index: 22;
  top: 80px;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ccc;
}

.site-top .row {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .site-top .row {
    display: flex;
    justify-content: space-between;
  }

  .site-top .row::before,
  .site-top .row::after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .site-top .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}


nav.header__menu .mod-nav-main {
  width: 100%;
  height: auto;
}

nav.header__menu .mod-nav-main .navbar-collapse {
  padding: 0;
}

nav.header__menu .mod-nav-main .navbar-brand {
  color: #ffffff;
}

nav.header__menu ul {
  z-index: 10;
}

nav.header__menu li, nav.header__menu li.deeper {
  position: relative;
}

nav.header__menu li a, 
nav.header__menu li span.separator, 
nav.header__menu li.deeper a, 
nav.header__menu li.deeper span.separator {
  display: block;
  margin-right: 40px;
  padding: 0;
  color: inherit;
  line-height: 2.5;
  transition: .5s;
}

nav.header__menu li a:hover, nav.header__menu li span.separator:hover, nav.header__menu li.deeper a:hover, nav.header__menu li.deeper span.separator:hover,
nav.header__menu li a:focus, nav.header__menu li span.separator:focus, nav.header__menu li.deeper a:focus, nav.header__menu li.deeper span.separator:focus {
  background: none;
  text-decoration: underline;
}

nav.header__menu li:hover ul.header__menu-lvl-2, nav.header__menu li.deeper:hover ul.header__menu-lvl-2 {
  /* показываем второй уровень меню */
  display: block;
}

nav.header__menu .active_class {
  background-color: #fff;
  color: green;
}

nav.header__menu li.deeper:before, nav.header__menu li.deeper.active:before {
  background-size: cover;
  content: '\f054';
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  height: 15px;
  margin: -7.5px 0 0 0;
  position: absolute;
  right: 5px;
  top: 22px;
  width: 15px;
  color: #006700;
}

nav.header__menu li.deeper a, nav.header__menu li.deeper span.separator, nav.header__menu li.deeper.active a, nav.header__menu li.deeper.active span.separator {
  padding-right: 25px;
}

nav.header__menu li.deeper:hover:before, nav.header__menu li.deeper.active:hover:before {
  transform: rotate(90deg);
  /* во 1м уровне меню поворачиваем стрелку */
}

nav.header__menu li.deeper ul, nav.header__menu li.deeper.active ul {
  position: absolute;
  top: 100%;
  display: none;
  width: 250px;
  border-bottom: 1px solid green;
}

nav.header__menu li.deeper ul li, nav.header__menu li.deeper ul li.deeper, nav.header__menu li.deeper.active ul li, nav.header__menu li.deeper.active ul li.deeper {
  border-left: 0;
  border-top: 1px solid #001a00;
}

nav.header__menu li.deeper ul li:hover, nav.header__menu li.deeper ul li.deeper:hover, nav.header__menu li.deeper.active ul li:hover, nav.header__menu li.deeper.active ul li.deeper:hover {
  border-top: 1px solid #000100;
}

nav.header__menu li.deeper ul li:hover:before, nav.header__menu li.deeper ul li.deeper:hover:before, nav.header__menu li.deeper.active ul li:hover:before, nav.header__menu li.deeper.active ul li.deeper:hover:before {
  /* во 2м уровне не поворачиваем стрелку */
  transform: none;
}

nav.header__menu li.deeper ul li a, nav.header__menu li.deeper ul li span.separator, nav.header__menu li.deeper ul li.deeper a, nav.header__menu li.deeper ul li.deeper span.separator, nav.header__menu li.deeper.active ul li a, nav.header__menu li.deeper.active ul li span.separator, nav.header__menu li.deeper.active ul li.deeper a, nav.header__menu li.deeper.active ul li.deeper span.separator {
  padding-right: 30px;
  border-right: 0;
  border-left: 1px solid #001a00;
  border-top: 1px solid #00b300;
  background: #004d00;
  color: #fff;
}

nav.header__menu li.deeper ul li a:hover, nav.header__menu li.deeper ul li span.separator:hover, nav.header__menu li.deeper ul li.deeper a:hover, nav.header__menu li.deeper ul li.deeper span.separator:hover, nav.header__menu li.deeper.active ul li a:hover, nav.header__menu li.deeper.active ul li span.separator:hover, nav.header__menu li.deeper.active ul li.deeper a:hover, nav.header__menu li.deeper.active ul li.deeper span.separator:hover {
  background: #001a00;
  border-top: 1px solid #001a00;
  color: #fff;
}

nav.header__menu li.deeper ul li:hover ul, nav.header__menu li.deeper ul li.deeper:hover ul, nav.header__menu li.deeper.active ul li:hover ul, nav.header__menu li.deeper.active ul li.deeper:hover ul {
  display: block;
}

nav.header__menu li.deeper ul li ul, nav.header__menu li.deeper ul li.deeper ul, nav.header__menu li.deeper.active ul li ul, nav.header__menu li.deeper.active ul li.deeper ul {
  top: 0px;
  right: -250px;
  display: none;
  /* a {
						padding: 8px 10px;
						background: darken($color_a_h, 20);
					} */
}

nav.header__menu li.active > a,
nav.header__menu li.active > span.separator,
nav.header__menu li.active > a:hover,
nav.header__menu li.active > span.separator:hover,
nav.header__menu li.deeper ul li.active > a,
nav.header__menu li.deeper ul li.active > span.separator,
nav.header__menu li.deeper ul li.deeper ul li.active > a,
nav.header__menu li.deeper ul li.deeper ul li.active > span.separator {
  text-decoration: underline;
}




.header-top {
  display: flex;
  padding-top: 10px;
}


.callback-btn-wrap .btn {
  padding: 25px 81px 24px;
  border-radius: 0;
  line-height: 1;
  color: #159a0c;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #123C91;
  border: none;
  color: #fff;
  font-size: 16px;
  box-shadow: 0px 10px 15px rgba(4,65,190,0.6);
  transition: 0.3s;
}

.callback-btn-wrap .btn:hover {
  box-shadow: 0px 10px 15px rgba(4,65,190,0);
  background: #123C91;
}

.header-top .korzina {
  position: relative;
  width: 67px;
  background: #bf292a;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 7px 16px 6px 42px;
}

.header-top .korzina::before {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: 50%;
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/icons/basket.png);
  background-size: contain;
}

.header-top .korzina div {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}



.element-invisible {
  display: none;
}

.moduletable.mod-search {
  position: relative;
  display: flex;
  width: 30%;
  padding: 0;
  padding-left: 3px;
}

.moduletable.mod-search .search {
  display: flex;
  width: 100%;
}

.moduletable.mod-search .form-inline {
  display: flex;
  align-items: center;
  padding: 0;
}

.moduletable.mod-search .form-inline input.inputbox {
  margin: 0;
  height: 70%;
  border: none;
  border-bottom: 1px dashed #ffffff;
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
}

.moduletable.mod-search .form-inline input.inputbox::-webkit-input-placeholder {
  color: white;
  /* Цвет подсказывающего текста */
}

.moduletable.mod-search .btn, .moduletable.mod-search div.moduletablejunews_mod .jn .jn-more .readmore, div.moduletablejunews_mod .jn .jn-more .moduletable.mod-search .readmore {
  position: relative;
  width: 28px;
  margin-left: -28px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  color: transparent;
}

.moduletable.mod-search .btn:hover, .moduletable.mod-search div.moduletablejunews_mod .jn .jn-more .readmore:hover, div.moduletablejunews_mod .jn .jn-more .moduletable.mod-search .readmore:hover, .moduletable.mod-search .btn:focus, .moduletable.mod-search div.moduletablejunews_mod .jn .jn-more .readmore:focus, div.moduletablejunews_mod .jn .jn-more .moduletable.mod-search .readmore:focus {
  border: none;
  background-color: transparent;
  color: transparent;
  box-shadow: none;
  outline: none;
}

.moduletable.mod-search .btn:hover::after, .moduletable.mod-search div.moduletablejunews_mod .jn .jn-more .readmore:hover::after, div.moduletablejunews_mod .jn .jn-more .moduletable.mod-search .readmore:hover::after {
  top: 1px;
}

.moduletable.mod-search .btn::after, .moduletable.mod-search div.moduletablejunews_mod .jn .jn-more .readmore::after, div.moduletablejunews_mod .jn .jn-more .moduletable.mod-search .readmore::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f002';
  font-family: "FontAwesome";
  color: white;
  font-size: 22px;
  cursor: pointer;
}

/*  Slider */
.slider-main {
  position: relative;
  /* &::before {
		background: rgba(0, 0, 0, 0.4);
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		width: 100%;
		z-index: 21;
	} */
}

.slider-main .tp-caption {
  max-width: 30% !important;
}

.slider-info {
  color: white;
  position: relative;
  z-index: 100;
}

.slider-info * {
  line-height: 1 !important;
}

.slider-info .slider-title {
  font-size: 55px;
  font-family: "Cuprum", sans-serif;
}

.slider-info .slider-sub-title {
  font-size: 50px;
  font-family: "Cuprum", sans-serif;
}

.slider-info .slider-text {
  font-size: 25px;
}



/* Accordion */
.accordion-img {
  display: flex;
}

.accordion-img__item {
  flex: 1;
  transition: .5s ease-out;
  position: relative;
  height: 600px;
  overflow: hidden;
}

.accordion-img__item::before {
  content: "";
  width: 100%;
  height: 136px;
  position: absolute;
  bottom: 0;
  background-image: url(../images/ugol.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.accordion-img__img {
  max-width: 100%;
  height: 600px;
  object-fit: cover;
}

.accordion-img__text {
  position: absolute;
  left: 0px;
  bottom: 0;
  min-height: 90px;
}

.accordion-img__text a {
  text-decoration: none;
}

.accordion-img__title {
  margin-left: 19px;
  padding: 14px 15px 17px 11px;
  background: #f1a100;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  transition: .5s;
}

.accordion-img__description {
  display: none;
  padding: 19px 19px 29px 19px;
  color: #fff;
  font-size: 17px;
  transition: .5s;
}

.accordion-img__item.active {
  flex: 2;
}

.accordion-img__item.active::before {
  display: none;
}

.accordion-img__item.active .accordion-img__text {
  left: 0;
  width: 100%;
  padding-top: 50px;
  background-image: linear-gradient(to top, #34323f 30%, transparent);
}

.accordion-img__item.active .accordion-img__title {
  margin-left: 0;
  padding: 12px 18px 6px;
  font-size: 28px;
  line-height: 1.2;
}

.accordion-img__item.active .accordion-img__description {
  display: block;
}



/* Наша продукция */
.product-main .modul_h3 {
  font-size: 38px;
  margin-top: 97px;
  margin-bottom: 30px;
}

.product-main-container::after {
  content: "";
  display: table;
  clear: both;
}

.product-main__item {
  display: block;
  float: left;
  position: relative;
  width: 285px;
  height: 170px;
  margin-right: 29px;
  margin-bottom: 18px;
}

.content .product-main__item {
  width: calc(33.33% - 19.4px);
}

.product-main__item:hover .product-main__title {
  background-color: #f1a100;
}

.product-main__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.product-main__item::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.product-main__item:nth-child(3n) {
  margin-right: 0;
}

.product-main__item:nth-child(3n+4) {
  clear: left;
}

.product-main__title {
  display: block;
  position: absolute;
  background: #34323f;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 11px 9px 9px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  transition: 0.1s;
}

.product-main__item_contakt {
  background-color: #34323f;
  background-image: url(../images/icons/contakt.png);
  background-repeat: no-repeat;
  background-position: center calc(50% - 18px);
}

.product-main__item_contakt .product-main__title {
  text-align: center;
  font-size: 1.2em;
}


.ja-megafilter-wrap.row {
  display: none;
}


/* Сертификаты */
.sert-container {
  position: absolute;
  left: 49%;
  width: 50%;
}

.sert-container .modul_h3 {
  margin-top: 91px;
  font-size: 24px;
  color: #fff;
}

.sert-container .owl-pagination {
  display: none;
}

.sert-container .owl-controls .owl-buttons .owl-prev, 
.sert-container .owl-controls .owl-buttons .owl-next {
  background: url(../images/icons/arr.png) no-repeat !important;
  width: 30px;
  height: 30px;
  top: 175px !important;
  opacity: 1;
}

.owl-controls .owl-buttons .owl-prev {
  left: -20px !important;
}

.sert-container .owl-controls .owl-buttons .owl-next,
.sert-container .owl-controls .owl-buttons .owl-next:hover {
  background-position-y: 100% !important;
  right: -20px;
}

.sert-container .owl-carousel img {
  border-radius: 0;
}



/* Акции, новости */
.special__section {
  margin-bottom: 34px;
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.special__left {
  float: left;
  width: 205px;
  height: 130px;
  padding: 10px;
  box-shadow: 0px 5px 10px #ccc;
}

.special__left div {
  font-size: 26px;
}

.special__left > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #c90013;
  height: 110px;
  color: #d30c29;
  font-weight: bold;
  font-size: 34px;
}

.special__date {
  color: #393939;
}

.special__date span {
  color: #fe263e;
}

.special__year {
  margin-top: 10px;
  color: #6a6a6a;
  font-weight: normal;
}

.special__right {
  margin-left: 220px;
}

.special__title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  color: #34323f;
}

.special__title:hover {
  text-decoration: none;
  color: #f1a100;
}

.special__text {
  color: #626161;
  margin-bottom: 15px;
}

.special__readmore a {
  color: #d30c29;
  font-style: italic;
}

.readmore-icon {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../images/icons/read_more.png) no-repeat;
}



.bottom_full_width2 {
  background: #34323f;
}

.company .modul_h3 {
  color: #fff;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.company__item {
  border: 1px solid #fff;
  margin-bottom: 20px;
  color: #fff;
  padding: 35px 83px 37px 0;
  transition: .25s;
}

.company__item:hover {
  border-color: #f1a100;
  background: #f1a100;
  cursor: pointer;
}

.company__item img {
  float: left;
  margin-left: 36px;
  margin-top: 18px;
}

.company__item .company__text {
  margin-left: 149px;
}

.company__item .company__title {
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}


/* Производственные мощности(слайдер) */
.production-slider {
  margin-bottom: 57px;
}

.production-slider .modul_h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tp-bullets.simplebullets.custom .bullet {
  float: left;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  padding: 0 6px;
  background: url(../images/icons/nav.png) no-repeat;
  background-position: 50% 52%;
  cursor: pointer;
}

.tp-bullets.simplebullets.custom .bullet.selected {
  background-position-y: 0;
}

.tp-leftarrow,
.tp-rightarrow {
  width: 30px;
  height: 30px;
  margin: 0 8px;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
  opacity: 0.7 !important;
}

.tp-leftarrow,
.tp-leftarrow:hover {
  background-image: url(../images/icons/arr.png);
  background-position: 0 0;
}

.tp-rightarrow,
.tp-rightarrow:hover {
  background-image: url(../images/icons/arr.png);
  background-position: 0 100%;
}

.slider-text-container {
  width: 450px;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
}

.slider-text-container__inner {
  border: 2px solid #c90013;
  padding: 40px 42px 42px;
}

.slider-text__title {
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
  color: #d30c29;
}

.slider-text__description {
  margin-top: 33px;
  font-size: 16px;
  color: #393939;
  font-weight: normal;
}

.slider-readmore {
  margin-left: 220px;
  font-style: italic;
  color: #fff !important;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

.readmore-icon_slider {
  background-image: url(../images/icons/ar.png);
}





.moduletable.mod-services {
  display: flex;
  flex-direction: column;
  width: 1170px;
  margin: auto;
}

.moduletable.mod-services .btn-wrap {
  order: 3;
  margin-top: 35px;
  text-align: center;
}

.moduletable.mod-services .junewsultra.mod-services {
  display: flex;
  justify-content: space-between;
  border: none;
}

.moduletable.mod-services .btn-wrap {
  order: 3;
}

.moduletable.mod-services .jn {
  width: 30%;
  max-width: 395px;
  border: none;
  background-color: transparent;
}

.moduletable.mod-services .jn .jn-head {
  background-color: transparent;
}

.moduletable.mod-services .jn .jn-left {
  width: auto;
  float: none;
}

.moduletable.mod-services .jn .jn-left img {
  padding: 0;
  border: none;
}

.moduletable.mod-services .jn .jn-right a {
  display: block;
  padding: 20px 15px;
  background-color: green;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Cuprum", sans-serif;
}

.moduletable.mod-services .jn .jn-right a:hover {
  text-decoration: none;
}

.moduletable.mod-services .jn:hover .jn-right a {
  text-decoration: none;
  background-color: #001a00;
}

/* Сторонние стили ------------------------------- */
.tparrows.tp-leftarrow, .tparrows.tp-rightarrow {
  opacity: 1;
  z-index: 22;
}

/* К2 */
div.categoryImage:hover div.image a:after {
  content: '\f00e';
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  margin-left: -15px;
  margin-top: -15px;
  font-size: 35px;
  color: #fff;
  text-align: center;
}

div.pg-cv-box:hover a:after {
  content: '\f00e';
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 30px;
  width: 30px;
  overflow: hidden;
  margin-left: -15px;
  margin-top: -5px;
  font-size: 24px;
  color: #fff;
}

.categoryImage:hover .name {
  background-color: #001a00;
}

.categoryImage .image {
  display: block;
  max-height: 230px;
  overflow: hidden;
}

.categoryImage .image:hover img {
  transform: scale(1.1);
}

.categoryImage .image img {
  width: 100%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.categoryImage .name {
  margin-top: 8px;
  height: 50px;
  background-color: green;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.categoryImage .name:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.categoryImage .name a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  *font-size: 16px;
  font-family: "Cuprum", sans-serif;
}

.categoryImage {
  margin-top: 5px;
}

.categoryImage-collapsed-block {
  padding: 0;
  display: none;
}

div.row > aside, div.row > main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-success {
  background-color: rgba(0, 0, 0, 0.35);
}

.request-call {
  z-index: 1052;
}

.request-call .modal-dialog {
  width: 420px;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid #e5e5e5;
}

.request-call__header-btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.korzin_image img {
  max-width: 100%;
}

.modal .modul_h4.modal-title {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.request-call .formContainer {
  width: 300px;
}

.request-call__fullname,
.request-call__telephone {
  margin: 0 0 10px;
}

.request-call__fullname .rsform-input-box,
.request-call__telephone .rsform-input-box {
  width: 100%;
  border-radius: 0px;
  outline-color: #ffa700;
}

.request-call__captcha {
  position: relative;
  clear: both;
  justify-content: space-between;
  height: 30px;
}

.request-call__captcha img {
  float: left;
  height: 30px;
  width: 100px;
}

.request-call__captcha .rsform-captcha-box {
  float: right;
  height: 30px;
  margin: 0;
  text-align: center;
}

.request-call__captcha a[href="javascript:void(0)"] {
  background: #ffa700 url(/templates/art-web.ru/images/icons/reload.png) no-repeat center;
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 148px;
  text-indent: -9999px;
  width: 30px;
}

.itemAgree {
  margin-top: 25px;
}

.itemAgree label {
  font-weight: normal;
}

.request-call__submit .rsform-submit-button {
  display: block;
  margin: auto;
}

.modal-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.modal-footer > div,
.modal-footer button {
  margin: 5px 0;
}

.request-call__or-call-this-number {
  font-size: 14px;
  line-height: 34px;
}

.request-call__footer-btn-close {
  background: #ffa700;
  border-radius: 0;
}

.table_bottom {
  padding: 15px 0;
  background-color: #f7f7f7;
}

/* ! Отзывы */
body .carousel-inner > .active,
body .carousel-inner > .next,
body .carousel-inner > .prev {
  display: flex;
}

#phocaguestbook_comments .cd-testimonials-wrapper {
  margin-bottom: 5px;
  padding-bottom: 10px;
}

#phocaguestbook_comments .flex-prev:focus,
#phocaguestbook_comments .flex-next:focus,
#phocaguestbook_comments .flex-prev:hover,
#phocaguestbook_comments .flex-next:hover {
  outline: none;
}

#phocaguestbook_comments .btn-wrap {
  text-align: center;
}

#phocaguestbook_comments .cd-testimonials-item-info {
  position: relative;
  min-height: 400px;
  /* width: 30%;
	margin: 0 1.5%; */
  padding: 60px 30px;
  border: 1px solid #aaa;
  border-radius: 0px;
}

#phocaguestbook_comments .cd-testimonials-item-info::before, #phocaguestbook_comments .cd-testimonials-item-info::after {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #aaa;
  background-color: white;
  color: #aaa;
  font-size: 65px;
  line-height: normal;
}

#phocaguestbook_comments .cd-testimonials-item-info::before {
  content: "\201C";
  left: -15px;
  top: 10px;
}

#phocaguestbook_comments .cd-testimonials-item-info::after {
  content: "\201D";
  right: -15px;
  bottom: 10px;
}

#phocaguestbook_comments .cd-testimonials-item-info:hover {
  border-color: green;
  box-shadow: 0px 3px 10px 1px rgba(0, 128, 0, 0.2);
}

#phocaguestbook_comments .cd-testimonials-item-info:hover::before, #phocaguestbook_comments .cd-testimonials-item-info:hover::after {
  border-color: green;
  color: green;
  box-shadow: 0px 3px 10px 1px rgba(0, 128, 0, 0.2);
}

.comment-item-text {
  margin-bottom: 30px;
  text-align: center;
  font-style: italic;
  font-size: 14px;
}

.comment-item-username {
  text-align: center;
  color: #aaa;
  font-size: 16px;
}

.comment-item-date {
  text-align: center;
  color: #aaa;
}

#phocaguestbook_comments .flex-direction-nav li {
  display: flex;
  align-items: center;
  width: auto;
}

#phocaguestbook_comments .flex-direction-nav a {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  border-radius: 50%;
  background-color: white;
}

#phocaguestbook_comments .flex-direction-nav a:hover {
  border-color: green;
}

#phocaguestbook_comments .flex-direction-nav a:hover:before, #phocaguestbook_comments .flex-direction-nav a:hover:after {
  background-color: green;
}

#phocaguestbook_comments .flex-direction-nav a:first-child {
  margin-left: 25px;
}

#phocaguestbook_comments .flex-direction-nav a:last-child {
  margin-right: 25px;
}

/* Отзывы ! */
/* ! статьи с иконками на главной (JUNewsUltra) */
.moduletable.mod-materials-icons-in-index-page {
  margin: 30px 0;
  text-align: center;
}

.moduletable.mod-materials-icons-in-index-page .junewsultra {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: visible;
}

.moduletable.mod-materials-icons-in-index-page .jn {
  width: 350px;
  padding: 30px;
  border: none;
  border: 1px solid transparent;
  background-color: rgba(170, 170, 170, 0.1);
}

.moduletable.mod-materials-icons-in-index-page .jn:hover {
  border: 1px solid green;
  box-shadow: 0px 3px 10px 1px rgba(0, 128, 0, 0.2);
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-head {
  background-color: transparent;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-left,
.moduletable.mod-materials-icons-in-index-page .jn .jn-right {
  width: auto;
  float: none;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-left {
  width: 80px;
  height: 80px;
  margin: auto;
  padding: 10px;
  border-radius: 50%;
  background-color: green;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-left a {
  display: flex;
  width: 100%;
  height: 100%;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-left img {
  display: block;
  width: 48px;
  height: 48px;
  margin: auto;
  padding: 0;
  border: none;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-intro {
  font-size: 16px;
  line-height: 1.5;
}

.moduletable.mod-materials-icons-in-index-page .jn .m_h4 a {
  display: block;
  margin-top: 22px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.moduletable.mod-materials-icons-in-index-page .jn .m_h4 a:hover {
  text-decoration: none;
  color: #333;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-more {
  margin-top: 15px;
  text-align: center;
}

.moduletable.mod-materials-icons-in-index-page .jn .btn, .moduletable.mod-materials-icons-in-index-page div.moduletablejunews_mod .jn .jn-more .readmore, div.moduletablejunews_mod .moduletable.mod-materials-icons-in-index-page .jn .jn-more .readmore {
  background-color: green;
  color: #fff;
}

.moduletable.mod-materials-icons-in-index-page .jn .btn:hover, .moduletable.mod-materials-icons-in-index-page div.moduletablejunews_mod .jn .jn-more .readmore:hover, div.moduletablejunews_mod .moduletable.mod-materials-icons-in-index-page .jn .jn-more .readmore:hover {
  text-decoration: none;
  background-color: #fff;
  color: green;
}

/* статьи с иконками на главной (JUNewsUltra) ! */
/* ! статьи на главной (JUNewsUltra  на всю ширину) */
.moduletable.mod-materials-in-index-page {
  margin: 30px 0;
}

.moduletable.mod-materials-in-index-page .jn {
  position: relative;
  display: flex;
  margin: 0;
  border: none;
}

.moduletable.mod-materials-in-index-page .jn .jn-left {
  float: none;
  width: auto;
  height: 100%;
}

.moduletable.mod-materials-in-index-page .jn .jn-left a {
  display: block;
  height: 100%;
}

.moduletable.mod-materials-in-index-page .jn .jn-left img {
  display: block;
  height: 100%;
  padding: 0;
  border: none;
  object-fit: cover;
}

.moduletable.mod-materials-in-index-page .jn .jn-head {
  width: 50%;
}

.moduletable.mod-materials-in-index-page .jn .jn-intro {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 70px 50px;
  padding-bottom: 40px;
}

.moduletable.mod-materials-in-index-page .jn .jn-intro .jn-right {
  order: -1;
  text-align: center;
}

.moduletable.mod-materials-in-index-page .jn .jn-intro .jn-right a {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
}

.moduletable.mod-materials-in-index-page .jn .jn-intro .jn-right a:hover {
  text-decoration: none;
}

.moduletable.mod-materials-in-index-page .jn .jn-more {
  margin-top: 20px;
  text-align: center;
}

.moduletable.mod-materials-in-index-page .jn .jn-more a {
  border: 1px solid #aaa;
}

.moduletable.mod-materials-in-index-page .jn .jn-more a:hover {
  border-color: transparent;
  text-decoration: none;
}

.moduletable.mod-materials-in-index-page .jn:nth-child(2n+1) .jn-intro {
  order: -1;
}

.moduletable.mod-materials-in-index-page .jn:nth-child(2n+1) .jn-more {
  bottom: 15px;
  left: 15px;
}

.moduletable.mod-materials-in-index-page .jn:nth-child(2n) .jn-more {
  bottom: 15px;
  right: 15px;
}

/* статьи на главной () ! */
/* ! Преимущества */
.benefits {
  padding: 0 0 50px 0;
}

.benefits .benefits-cart {
  padding: 0;
  margin-bottom: 25px;
}

.benefits .benefits-cart:hover .svg-container {
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 128, 0, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(0, 128, 0, 0.2);
}

.benefits .benefits-cart:hover svg {
  fill: red;
}

.svg-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 170px;
  margin-bottom: 10px;
}

.svg-container img {
  margin: auto;
}

.benefit-title {
  text-align: center;
}

/* Преимущества ! */



/* Карта */
.mod-map > ymaps {
  box-shadow: 0px 3px 5px 2px #ddd;
}


/* ! модуль Версия для слабовидящих */
.mod-a11y {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 150px;
  width: 50px;
}

.mod-a11y .module_special_visually {
  width: 205px;
}

.mod-a11y input[name='type_version'] + span {
  position: relative;
}

.mod-a11y input[name='type_version'] + span::before,
.mod-a11y .params::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 3px 0 0 3px;
  border-bottom: 3px solid #004d00;
  background: green url(../images/eye-blocked.png) no-repeat center;
  background-size: 65%;
  transition: all .25s;
}

.mod-a11y input[name='type_version'] + span:hover::before {
  border-color: green;
}

.mod-a11y .buttons label {
  margin: 0;
}

.mod-a11y .params {
  position: fixed;
  z-index: 1100;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 250px;
  height: 100%;
  padding-left: 10px;
  transition: all .35s;
  transform: translateX(250px);
}

.mod-a11y .params #params-scrolling {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mod-a11y .params #params-scrolling .buttons .handle_module {
  display: block;
}

.mod-a11y .params input[name='type_version'] + span::before {
  display: none;
}

.mod-a11y .params::before {
  top: 150px;
}

.mod-a11y .params:hover {
  transform: translateX(0px);
}

.mod-a11y .title.handle_module {
  width: 100%;
}

.mod-a11y .module_special_visually #special_visually .buttons-a11y-activating {
  margin: 0;
}

.mod-a11y .module_special_visually #special_visually .buttons-a11y-activating label {
  margin-left: 100%;
  border-color: green;
  border-right: 0 !important;
  transition: all .25s;
}

.mod-a11y .module_special_visually #special_visually .buttons-a11y-activating label:hover {
  margin-left: 0;
}

.mod-a11y .module_special_visually #special_visually .buttons-a11y-activating label .button_text {
  display: flex;
  align-items: center;
  padding: 8px 0;
  padding-left: 20px;
  height: 46px;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}

.mod-a11y .module_special_visually #special_visually .params .param .title {
  margin-right: 0;
}

.mod-a11y .module_special_visually #special_visually label.handle_module {
  margin: 0;
  margin-bottom: 5px;
}

.mod-a11y .module_special_visually #special_visually .buttons-original label.handle_module {
  margin: 0;
}

.mod-a11y .module_special_visually #special_visually label#btn-A11Y-deactivated {
  display: none;
  order: -1;
}

/* модуль Версия для слабовидящих ! */
div.comfort-rooms {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: fixed url(/templates/art-web.ru/images/backgrounds/bg_akcia.jpg) no-repeat center;
  justify-content: center;
  height: 680px;
  position: relative;
  align-items: center;
}

div.comfort-rooms::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.l-comfort-rooms {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
  width: 400px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.l-comfort-rooms p {
  padding: 5px 20px;
  text-align: center;
}

.comfort-rooms__btn-more {
  padding: 0 30px;
}

/* иконки 

https://fontawesome.ru/all-icons/
http://localhost:3000/plugins/system/ytshortcodes/assets/css/font-awesome.min.css

*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

div.soc a.fa {
  font-size: 18px;
  padding: 10px;
  display: block;
  float: left;
}

a.a_pdf:before,
a.a_zip:before,
a.a_doc:before,
a.a_xls:before,
a.a_mp3:before,
a.a_mp4:before,
a.a_you:before {
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0 3px;
}

a.a_pdf:before {
  content: '\f1c1';
}

a.a_zip:before {
  content: '\f1c6';
}

a.a_doc:before {
  content: '\f1c2';
}

a.a_xls:before {
  content: '\f1c3';
}

a.a_mp3:before, a.a_mp4:before {
  content: '\f1c7';
}

a.a_you:before {
  content: '\f1c8';
}

.b-telephones {
  width: 180px;
  padding: 0 0 0 45px;
  background: url(/templates/art-web.ru/images/icons/footer_icon.png) no-repeat 7px 5px;
}

.telephones__href {
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.telephones__href:hover {
  color: #001a00;
}

.b-email {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 180px;
  height: 40px;
  padding: 0 0 0 45px;
  background: url(/templates/art-web.ru/images/icons/footer_icon.png) no-repeat 7px -41px;
}

.b-address {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 180px;
  height: 40px;
  margin: 0 auto;
  padding: 0 0 0 45px;
  background: url(/templates/art-web.ru/images/icons/footer_icon.png) no-repeat 8px -88px;
}

.address__text {
  margin: 0;
  color: #000000;
  font-size: 16px;
  text-align: left;
}

.footer {
  background-color: #34323f;
}

.footer_2 .row {
  display: flex;
  flex-wrap: wrap;
}

.copyright__text {
  margin: 0;
  color: #f7f7f7;
  font-size: 12px;
  text-align: left;
  line-height: 14px;
}

.pers-inf, .copyright {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.pers-inf__ref, .copyright__ref {
  color: #f7f7f7;
  font-size: 12px;
  line-height: 14px;
}

.pers-inf a, .copyright a {
  color: #f7f7f7;
}

.pers-inf a a:hover, .copyright a a:hover {
  color: inherit;
}

.pers-inf {
  text-align: right;
}

.pers-inf div {
  line-height: 12px;
}

div.art_web_copyright {
  position: relative;
  height: 90px;
  background: url(/templates/art-web.ru/images/author_art-web.png) no-repeat 100% -35%;
}

div.art_web_copyright:hover {
  background-position: 100% 131%;
}

div.art_web_copyright > div {
  position: absolute;
  top: 50%;
  right: 110px;
  width: 222px;
  height: 30px;
  margin: -15px 0 0 0;
  text-align: right;
}

div.art_web_copyright a {
  display: block;
  color: #f7f7f7;
  font-size: 12px;
  line-height: 15px;
}

.blog .item-image {
  text-align: center;
}

.blog .pull-left {
  margin: 0 15px 15px 0;
}

.blog .pull-left img {
  width: 300px;
}

.blog .pull-left p img {
  display: none;
}

.blog [class^="leading"] {
  margin: 0 15px 15px 0;
}

.blog [class^="leading"] img {
  width: 300px;
}

.blog [class^="leading"] p img {
  display: none;
}

div.blog .items-row {
  display: flex;
}

div.blog .items-row.cols-2 .span6 {
  width: 50%;
}

div.blog .items-row.cols-2 .span6 .item {
  border-bottom: 1px solid rgba(170, 170, 170, 0.35);
  margin-right: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* Phoca Gallery Categories View */
.pg-csv-box {
  float: left;
  margin: 5px;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5);
  box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.pg-csv-box:hover {
  background-color: #fafafa;
}

.pg-csv-name {
  margin-top: 5px;
  padding-left: 20px;
  background: url(../../images/icon-folder-small.png) 0 1px no-repeat;
  text-align: left;
}

.pg-csv-count {
  font-size: xx-small;
  color: #ccc;
}

.pg-csv-rate {
  font-size: xx-small;
  color: #ccc;
}

.pg-csv-descbox {
  font-size: x-small;
}

.pg-csv-tags {
  text-align: right;
  font-size: x-small;
}

/* Фотогаллерея */
div.pg-cv-box {
  position: relative;
  float: left;
  margin: 10px;
  padding: 0px;
  overflow: hidden;
  height: 250px;
}

div.pg-cv-box img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div.pg-cv-box:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}

div.pg-cv-box:hover a.slimbox:after {
  content: '\f00e';
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-left: -15px;
  margin-top: -5px;
  font-size: 24px;
}

.pg-cv-name {
  margin-top: 5px;
  text-align: left;
  font-size: x-small;
}

.pg-cv-folder {
  margin-top: 5px;
  text-align: left;
  padding-left: 20px;
}

.pg-cv-descbox {
  font-size: x-small;
}

.pg-cv-tags {
  text-align: right;
  font-size: x-small;
}

.pg-cv-comment-img-box {
  margin: 5px 0px;
  padding: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #fdfdfd;
  color: #ccc;
  font-size: small;
}

.pg-cv-comment-img-box-avatar {
  position: relative;
  float: left;
  margin-right: 5px;
}

.pg-cv-comment-img-box-item {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  border-bottom: 1px solid #fff;
}

.pg-cv-add-comment-img {
  display: none;
}

.pg-cv-vote-img-result {
  float: left;
  margin: 0;
  margin-left: 5px;
  padding: 0;
}

.pg-cv-paginaton {
  margin-bottom: 20px;
}

/* Phoca Gallery Categories View in Category View */
.pg-cvcsv {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  clear: both;
}

.pg-cvcsv-name {
  text-align: left;
  margin-top: 5px;
  padding-left: 20px;
}

.pg-box-parentfolder-cv, .pg-cvcsv-back {
  text-align: left;
  margin-top: 5px;
  padding-left: 20px;
}

.pg-cvcsv-count {
  font-size: xx-small;
  color: #ccc;
}

/* Phoca Gallery Popup Windows - Detail View */
.pg-dv-desc {
  height: 16px;
  color: #333;
  font-size: small;
}

.pg-dv-desc-lighbox {
  color: #fff;
  background-color: #000;
}

.pg-dv-multibox-left {
  background-color: #000;
}

.pg-dv-multibox-right {
  background-color: #fff !important;
}

/* Modal Box */
#sbox-window {
  padding: 2px !important;
  /* Border Width*/
  background-color: #6b6b6b !important;
  /*Border Color*/
}

#sbox-overlay {
  background-color: #000 !important;
  /* Background Color*/
}

#sbox-content {
  background-color: #fff !important;
}

/* Phoca Gallery General */
.ph-hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  clear: both;
}

.pg-tb-m5 {
  margin: 10px 0px;
}

dt h3, dt .modul_h3, dt div.moduletablejunews_mod div.junews_h, div.moduletablejunews_mod dt div.junews_h {
  margin: 2px auto 3px auto;
  padding: 0px auto;
  font-size: small;
  font-weight: normal;
}

.pg-icon-detail {
  text-align: right;
  margin: 0px;
  padding: 0px;
  margin-top: 2px;
}

/* Phoca Overlib */
.ph-ovrl1 {
  padding: 5px;
}

.ph-ovrl2 {
  margin: 0px;
  padding: 0px;
}

.bgPhocaClass {
  background-color: #fdfdfd;
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 1000;
}

.fgPhocaClass {
  background-color: #fdfdfd;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  z-index: 1000;
}

.fontPhocaClass {
  color: #000;
  z-index: 1001;
}

.capfontPhocaClass, .capfontclosePhocaClass {
  color: #000;
  font-weight: bold;
  z-index: 1001;
}

/* Obsolete Parameters */
.pg-cats-box-float2 {
  float: left;
  padding: 5px;
}

div.pg-cats-box {
  display: block;
  border-image: 2px solid #fff;
  margin: 5px;
  padding: 8px;
  border: 1px solid #aaa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.1);
  box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.1);
}

div.pg-cats-box:hover {
  -webkit-box-shadow: 1px 1px 2px 2px rgba(120, 120, 120, 0.3);
  box-shadow: 1px 1px 2px 2px rgba(120, 120, 120, 0.3);
}

div.pg-cats-box:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}

div.pg-cats-box div.pg-cats-box-img {
  overflow: hidden;
  height: 250px;
}

div.pg-cats-box div.pg-cats-box-img img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pg-field-desc2, .pg-field-table2 {
  margin-left: 10px;
  margin-top: 5px;
}

.pg-field-desc,
.pg-field-table {
  margin-left: 10px;
}

.pg-field {
  margin: 10px;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5);
  box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.pg-legend {
  font-weight: bold;
  font-size: large;
}

div.pg-cats-name.small, div.pg-cats-name {
  padding-top: 5px;
  text-align: center;
}

div.pg-cats-name.small a, div.pg-cats-name a {
  display: block;
  font-size: 14px;
}

div.pg-cats-name.small span, div.pg-cats-name span {
  opacity: 0.7;
}

ul.breadcrumb li {
  font-size: 12px;
  opacity: 0.5;
  margin-right: 3px;
}

ul.breadcrumb li:hover {
  opacity: 1;
}

ul.breadcrumb li span.divider {
  opacity: 1;
}

ul.breadcrumb li a {
  margin-right: 3px;
}

div.moduletablejunews_mod .junews_mod {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.moduletablejunews_mod .junewsultra .jn .jn-left {
  width: 100%;
  float: none;
}

div.moduletablejunews_mod .jn {
  border: none;
  width: 48%;
}

div.moduletablejunews_mod .jn .jn-head {
  background-color: transparent;
}

div.moduletablejunews_mod .jn .m_h4 a {
  color: green;
  text-transform: uppercase;
  font-weight: bold;
}

div.moduletablejunews_mod .jn .jn-left img {
  display: block;
  max-width: 100%;
  width: auto;
  margin-bottom: 15px;
  padding: 0;
  border: none;
}

div.moduletablejunews_mod .jn .jn-more {
  text-align: right;
}

div.moduletablejunews_mod .jn:first-child {
  width: 100%;
  margin-bottom: 15px;
}

.input-group-addon {
  /* убираем иконки на странице отзывов */
  display: none;
}

div.subCategory {
  border: 1px solid #aaa;
  border-radius: 0px;
  background-color: #f7f7f7;
}

.l-categories-images {
  position: relative;
  background: url(/templates/art-web.ru/images/backgrounds/bg_katalog.jpg) no-repeat center;
  background-attachment: fixed;
}

.l-categories-images::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.categ-img {
  padding: 50px 0 0 0;
}

.l-categ-img__btn-all-categ {
  padding: 20px 0 40px 0;
  text-align: center;
}

.categ-img__btn-all {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 40px;
  padding: 0 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  transition: padding 0.5s;
}

.categ-img__btn-all .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  display: none;
  margin: -14px 0 0 0;
  font-size: 25px;
  opacity: 0;
  transition-delay: .7s;
}

.categ-img__btn-all:hover {
  padding: 0 50px 0 20px;
  background-color: #fff;
  color: red;
  text-decoration: none;
}

.categ-img__btn-all:hover .fa {
  display: block;
  opacity: 1;
}

div.сategory-img {
  width: calc(33% - 12px);
  margin: 15px 7px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

div.сategory-img div.image {
  height: 243px;
  overflow: hidden;
}

div.сategory-img div.name {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0px;
  font-weight: 700;
  position: absolute;
  width: 100%;
}

div.сategory-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
}

div.сategory-img:hover div.name {
  background-color: rgba(0, 0, 0, 0.55);
}

div.сategory-img:hover div.image a:after {
  content: '\f00e';
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 35px;
  color: #fff;
  text-align: center;
}

body#tinymce, body#tinymce p {
  background-color: #fff;
  color: #000;
}

body#tinymce td, body#tinymce p td {
  vertical-align: top;
}

/* формы */
form {
  padding: 10px 0;
}

input, textarea, select {
  margin: 5px 0;
  padding: 11px 12px 10px;
  border: 1px solid #aaa;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #777777;
  color: black;
}

input#Submit {
  position: relative;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
}

input#Submit:hover {
  top: -2px;
}

div.formControls {
  padding: 10px 0;
}

div.formControls p {
  margin: 0;
}

div.rsform-block-captcha img {
  padding: 0 10px;
}

div.moduletable.rs-form-make-order {
  position: absolute;
  z-index: 21;
  right: calc( 50% - 585px);
  top: 200px;
  max-width: 410px;
  padding: 20px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.45);
}

div.moduletable.rs-form-make-order form {
  padding: 0;
}

div.moduletable.rs-form-make-order div.formControls {
  color: #fff;
}

div.moduletable.rs-form-make-order input#Submit {
  margin-top: 0;
}

div.moduletable.rs-form-make-order h2 {
  margin: 0 0 20px 0;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}

div.moduletable.rs-form-make-order .formControlLabel {
  display: none;
}

div.moduletable.rs-form-make-order input, div.moduletable.rs-form-make-order select {
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.moduletable.rs-form-make-order input[type="text"], div.moduletable.rs-form-make-order select {
  margin: 0;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: #000;
  color: #B5B4B4;
  font-size: 14px;
}

div.moduletable.rs-form-make-order input[type="text"]:focus, div.moduletable.rs-form-make-order select:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 1px green, 0 0 8px green;
  box-shadow: inset 0 1px 1px green, 0 0 8px green;
  opacity: 1;
}

div.moduletable.rs-form-make-order select {
  width: 370px;
}

div.moduletable.rs-form-make-order input#Submit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.moduletable.rs-form-make-order div.rsform-block-arrivaldate, div.moduletable.rs-form-make-order div.rsform-block-departuredate {
  width: 50%;
  height: 77px;
  float: left;
  position: relative;
}

div.moduletable.rs-form-make-order div.rsform-block-arrivaldate input, div.moduletable.rs-form-make-order div.rsform-block-departuredate input {
  width: 143px;
}

div.moduletable.rs-form-make-order div.rsform-block-departuredate > div {
  position: relative;
}

div.moduletable.rs-form-make-order .formControls .formBody .rsform-calendar-button {
  position: absolute;
  left: 150px;
  top: 13px;
  width: 20px;
  height: 43px;
  margin: 0 0 9px 0;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  background-color: #4C4C4D;
}

div.moduletable.rs-form-make-order .formControls .formBody .rsform-calendar-button:hover {
  background-color: #E4E4E4;
  cursor: pointer;
}

div.moduletable.rs-form-make-order label {
  font-weight: normal;
}

div.moduletable.rs-form-make-order p.formDescription {
  margin: 0;
}

div.moduletable.rs-form-make-order div.rsform-block-captcha {
  background-color: #fff;
}

div.moduletable.rs-form-make-order .itemAgree a {
  color: #ffffff;
  text-decoration: underline;
}

div.moduletable.rs-form-make-order .itemAgree a:hover {
  text-decoration: none;
}

div.rsform-block.rsform-block-captcha {
  float: left;
  width: 370px;
  overflow: hidden;
}

div.rsform-block.rsform-block-captcha div.formControls {
  padding: 0;
}

div.rsform-block.rsform-block-captcha input.rsform-captcha-box {
  width: 149px;
}

div.rsform-block.rsform-block-captcha a {
  display: block;
  float: right;
  padding: 15px 17px 0 0;
}

div.rsform-block.rsform-block-captcha a:hover {
  text-decoration: underline;
}

main#content {
  padding-bottom: 25px;
}

.formNoError {
  display: none;
}

/* ! левая колонка */
.sbat {
  /* иконка стрелочки для открытия вложенных пунктов в меню */
  position: absolute;
  top: -1px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
  transition: .25s;
}

.sbat.up::after {
  margin-top: 0;
  margin-left: 0;
  transform: rotate(90deg);
}

.sbat::after {
  content: '\f054';
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  color: #aaa;
  transition: all .25s;
}

div.moduletable_leftmenu ul li ul li .sbat::after {
  color: #fff;
}

.sbat:hover {
  background-color: #3F3C4D;
}

.sbat:hover::after,
.sbat.up::after {
  color: #fff;
}

.l-categories-images {
  padding: 0;
}

body .column-wrap {
  padding-left: 0;
}

.column-wrap .navbar-collapse {
  padding: 0;
}

.column-wrap #phocaguestbook_comments {
  border: 1px solid #aaa;
}

.column-wrap #phocaguestbook_comments .custom {
  padding: 15px;
}

.column-wrap .modul_h3__comments {
  border: 1px solid #aaa;
  border-bottom: 0;
}

.column-wrap .left_column > div,
.column-wrap .right_column > div {
  margin-bottom: 20px;
}

.column-wrap .modul_h3, .column-wrap div.moduletablejunews_mod div.junews_h, div.moduletablejunews_mod .column-wrap div.junews_h {
  margin: 0;
  padding: 23px 25px 21px;
  padding-left: 10px;
  border-radius: 0px;
  background-color: #f7f7f7;
}

.moduletable.mod-news-column {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border: 1px solid #aaa;
  border-radius: 0px;
}

.moduletable.mod-news-column .jn {
  margin-bottom: 8px;
  margin: 10px 15px;
  padding: 10px 0;
  border-bottom: 1px solid #aaa;
}

.moduletable.mod-news-column .jn:last-child {
  border-bottom: none;
}

.moduletable.mod-news-column .jn .jn-intro {
  font-size: 12px;
}

.moduletable.mod-news-column .jn .jn-right {
  text-transform: uppercase;
  font-weight: bold;
}

.moduletable.mod-news-column .jn .jn-more {
  margin-top: 6px;
  text-align: right;
}

div.moduletable.mod-auth {
  border: 1px solid #aaa;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

div.moduletable_leftmenu,
.mod-calc-btn {
  box-shadow: 0px 4px 6px rgba(0,0,0,0.18);
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}

div.moduletable_leftmenu ul {
  /* первый уровень меню */
  padding: 0;
  /*
		li:first-child {
			a, span.separator {
				@include border_radius($border_radius $border_radius 0 0);
				border-top: 1px solid $border_color;
			}
		}
		*/
}

div.moduletable_leftmenu ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #DCDCDC;
  transition: .25s;
}

div.moduletable_leftmenu ul li a, 
div.moduletable_leftmenu ul li span.separator {
  padding: 9px 10px 9px 12px;
  color: #34323F;
  transition: 0s;
  display: block;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border-left: 5px solid #34323F;
  line-height: 1.35;
  text-decoration: none;
  transition: .25s;
}

div.moduletable_leftmenu ul li:hover,
div.moduletable_leftmenu ul li.open {
  border-top-color: #F1A100;
}

div.moduletable_leftmenu ul li > a:hover, 
div.moduletable_leftmenu ul l > span.separatori:hover,
div.moduletable_leftmenu ul li > a:focus, 
div.moduletable_leftmenu ul l > span.separatori:focus,
div.moduletable_leftmenu ul.nav > li.open > a, 
div.moduletable_leftmenu ul.nav > li.open > span.separator {
  border-left-color: #F1A100 !important;
  background-color: #F1A100 !important;
}

div.moduletable_leftmenu ul li:hover > .sbat::after {
  color: #fff;
}

/* 2 уровень */
div.moduletable_leftmenu ul li ul li {
  border: none;
}

div.moduletable_leftmenu ul li ul a, 
div.moduletable_leftmenu ul li ul span.separator {
  background-color: #3F3C4D;
  color: #fff;
  padding: 8px 25px;
  line-height: 1.2;
}

div.moduletable_leftmenu ul li ul a::before, 
div.moduletable_leftmenu ul li ul span.separator::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #fff;
}

div.moduletable_leftmenu ul li ul ul a::before, 
div.moduletable_leftmenu ul li ul ul span.separator::before {
  width: 6px;
  height: 6px;
  left: 28px;
  top: 14px;
}

div.moduletable_leftmenu ul li ul ul a, div.moduletable_leftmenu ul li ul ul span.separator {
  background-color: #3F3C4D !important;
  padding-left: 40px !important;
}

div.moduletable_leftmenu ul li {
  position: relative;
}

div.moduletable_leftmenu ul li:hover.deeper:before {
  color: #001a00;
}

div.moduletable_leftmenu ul li ul {
  display: none;
}

div.moduletable_leftmenu ul li ul li a:hover,
div.moduletable_leftmenu ul li ul li span.separator:hover {
  border-left-color: #F1A100 !important;
  background-color: #F1A100 !important;
  color: #fff;
}

div.moduletable_leftmenu ul li ul .sbat {
  top: 0;
  width: 32px;
  height: 32px;
}

div.moduletable_leftmenu ul li ul li ul.header__menu-lvl-3 {
  /* третий уровень меню */
  display: none;
}

div.moduletable_leftmenu ul li ul li ul.header__menu-lvl-3 li a,
div.moduletable_leftmenu ul li ul li ul.header__menu-lvl-3 li span.separator {
  padding: 10px 10px 10px 40px;
}

div.moduletable_leftmenu ul li ul li ul.header__menu-lvl-3 li a::before,
div.moduletable_leftmenu ul li ul li ul.header__menu-lvl-3 li span.separator::before {
  font-size: 12px;
}

div.moduletable_leftmenu .current {
  /* активные пункты меню */
}

div.moduletable_leftmenu .active > a,
div.moduletable_leftmenu .active > span.separator {
  text-decoration: underline;
}

div.moduletable_leftmenu ul.nav > .current > a,
div.moduletable_leftmenu ul.nav > .alias-parent-active > a {
  border-left-color: #F1A100;
  text-decoration: underline;
}

.mod-calendar {
  min-height: 304px;
}

.mod-calendar div.k2CalendarBlock {
  height: auto;
}

.mod-calendar table.calendar tr td {
  padding: 11px;
}

.mod-calendar table.calendar tr td {
  border: 1px solid rgba(170, 170, 170, 0.2);
}

.mod-calendar table.calendar tr td.calendarToday {
  background-color: green;
}

.mod-auth {
  border: 1px solid #aaa;
}

.mod-auth .modul_h3, .mod-auth div.moduletablejunews_mod div.junews_h, div.moduletablejunews_mod .mod-auth div.junews_h {
  border-bottom: 1px solid #aaa;
}

.mod-auth form {
  padding: 15px;
}

/* левая колонка ! */
section.bottom_full_width3 {
  background: #34323f;
}

section.bottom_full_width3 .contact_admin .modul_h3, section.bottom_full_width3 .contact_admin div.moduletablejunews_mod div.junews_h, div.moduletablejunews_mod section.bottom_full_width3 .contact_admin div.junews_h {
  color: #ffffff;
}

section.bottom_full_width3 .contact_admin .itemAgree {
  color: white;
}

section.bottom_full_width3 .contact_admin .itemAgree a {
  text-decoration: underline;
  color: white;
}

section.bottom_full_width3 .contact_admin .itemAgree a:hover {
  text-decoration: none;
}

section.bottom_full_width3 .row {
  position: relative;
}

div.contact_admin .formContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

div.contact_admin div.formControlLabel {
  display: none;
}

div.contact_admin div.rsform-block {
  width: 32%;
  margin: 0 .65%;
}

div.contact_admin div.rsform-block.rsform-block-comment {
  width: 100%;
}

div.contact_admin div.rsform-block.rsform-block-comment textarea {
  width: 100%;
}

div.contact_admin .rsform-block-submit {
  text-align: center;
  flex: 1 100%;
}

div.contact_admin .rsform-block-submit .btn, div.contact_admin .rsform-block-submit div.moduletablejunews_mod .jn .jn-more .readmore, div.moduletablejunews_mod .jn .jn-more div.contact_admin .rsform-block-submit .readmore {
  display: inline-block;
}

div.contact_admin input[type="text"] {
  width: 100%;
}

div.contact_admin .rsform-block-agree .formBody {
  display: flex;
}

div.contact_admin input,
div.contact_admin textarea,
div.contact_admin select {
  border: none;
}

div.contact_admin .btn, div.contact_admin div.moduletablejunews_mod .jn .jn-more .readmore, div.moduletablejunews_mod .jn .jn-more div.contact_admin .readmore {
  border-color: #ffffff;
  color: #ffffff;
}

div.contact_admin .btn:hover, div.contact_admin div.moduletablejunews_mod .jn .jn-more .readmore:hover, div.moduletablejunews_mod .jn .jn-more div.contact_admin .readmore:hover {
  border-color: green;
}

div#toTop {
  position: fixed;
  right: -70px;
  bottom: 90px;
  width: 60px;
  height: 60px;
  background: url("../images/go_top.png") no-repeat 0 0;
}

div#toTop a {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-decoration: none;
}

.navbar-nav > li > span.separator {
  padding: 15px;
  display: block;
}

/* 
.full-contact-inf {
	.mod-footer-contacts {
		display: flex;
		align-items: center;
		justify-content: space-around;

		.social-icons {
			display: flex;
			justify-content: space-around;

			.soc-icons__fa {
				color: $color_a_h;

				&:hover {
					color: $color_a_hover;
				}
			}
		}

		.contacts-wrap {
			margin-left: 10px;
		}
	}
}
*/
.full-contact-inf {
  padding: 30px 0;
}

.mod-footer-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 15px;
}

.mod-footer-contacts .contacts-wrap {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #aaa;
}

.mod-footer-contacts .contacts-wrap a {
  font-size: 16px;
  color: #aaa;
}

.mod-footer-contacts .contacts-wrap a:hover {
  color: green;
}

.mod-footer-contacts .contacts-wrap .tel,
.mod-footer-contacts .contacts-wrap .address {
  position: relative;
  padding: 0 115px;
  font-size: 16px;
  color: #3c3c3c;
}

.mod-footer-contacts .contacts-wrap .address {
  margin-top: 15px;
}

.mod-footer-contacts .contacts-wrap .tel {
  margin-top: 40px;
  color: #393939;
  font-size: 18px;
  line-height: 1.4;
}

.mod-footer-contacts .contacts-wrap .address:before {
  content: '';
  position: absolute;
  left: 75px;
  width: 20px;
  height: 26px;
  background-image: url(../images/icons/location.png);
  background-repeat: no-repeat;
}

.mod-footer-contacts .social-icons {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: auto;
  margin-top: 30px;
  padding: 10px 25px 0;
  border-top: 1px solid green;
  font-size: 26px;
}

.mod-footer-contacts .social-icons a {
  color: #aaa;
}

.mod-footer-contacts .social-icons a:hover {
  color: green;
}

.mod-footer-map {
  min-height: 600px;
}

.footer_1 .moduletable.soc a:hover {
  text-decoration: none;
}

/********** каталог товаров **********/
/* 
отключили в www\plugins\system\k2\k2.php вывод левых css файлов:
	/components/com_k2/css/k2.css
	/media/k2/assets/css/k2.fonts.css?v2.7.1
	magnific-popup.css
*/
/* подкатегории товаров */
.itemListCategoriesBlock {
  margin-bottom: 15px;
}

.itemListSubCategories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.itemListSubCategories h3, .itemListSubCategories .modul_h3, .itemListSubCategories div.moduletablejunews_mod div.junews_h, div.moduletablejunews_mod .itemListSubCategories div.junews_h {
  flex: 1 100%;
}

.itemListSubCategories .subCategoryContainer {
  width: 32% !important;
}

.itemListSubCategories .subCategory {
  margin: 0;
}

.bottom_full_width1 {
  padding: 25px 0;
}

.moduletablek2item {
  margin-bottom: 30px;
}

.moduletablek2item .itemList > div .catItemImage,
.itemListView .itemContainer .catItemImage {
  overflow: hidden;
  max-height: 220px;
}

.moduletablek2item .itemList > div .catItemImage img,
.itemListView .itemContainer .catItemImage img {
  width: auto;
  max-width: 100%;
  height: 220px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* .moduletablek2item .itemList > div:hover .catItemImage img,
.itemListView .itemContainer:hover .catItemImage img {
  transform: scale(1.1);
} */

.moduletablek2item .itemList > div:hover .prod-dop-info,
.itemListView .itemContainer:hover .prod-dop-info {
  border-color: green;
}

.moduletablek2item .itemList > div .catItemExtraFields,
.itemListView .itemContainer .catItemExtraFields {
  border-top: none;
}

.moduletablek2item .itemList > div .catItemIntroText,
.itemListView .itemContainer .catItemIntroText {
  padding: 10px;
  text-align: center;
}

.moduletablek2item .itemList > div .div_money,
.itemListView .itemContainer .div_money {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.moduletablek2item .itemList > div .num-of-prod,
.itemListView .itemContainer .num-of-prod {
  padding: 7px 0px;
  padding-left: 18px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-right: none;
  border-color: green;
  outline: none;
  transition: border-radius .15s;
}

.moduletablek2item .itemList > div .num-of-prod:focus,
.itemListView .itemContainer .num-of-prod:focus {
  border-radius: 0;
}

.moduletablek2item .itemList > div div.catItemExtraFields,
.moduletablek2item .itemList > div div.genericItemExtraFields,
.itemListView .itemContainer div.catItemExtraFields,
.itemListView .itemContainer div.genericItemExtraFields {
  padding: 0;
  margin: 0;
}

.moduletablek2item .itemList > div .catItemExtraFieldsValue.tsena,
.itemListView .itemContainer .catItemExtraFieldsValue.tsena {
  display: block;
  margin-top: 25px;
}

.moduletablek2item .itemList > div .catItemExtraFieldsValue.tsena-mini,
.itemListView .itemContainer .catItemExtraFieldsValue.tsena-mini {
  font-size: 18px;
}

.moduletablek2item .itemList > div .typeTextfield,
.itemListView .itemContainer .typeTextfield {
  margin: 0;
}

.moduletablek2item .itemList > div .buyClick,
.itemListView .itemContainer .buyClick {
  position: relative;
  padding-left: 30px;
  background-color: green;
  border: 1px solid green;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.moduletablek2item .itemList > div .buyClick::before,
.itemListView .itemContainer .buyClick::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
  width: 14px;
  height: 12px;
  background-image: url(../images/k2_image/supermarket-basket.png);
}

#k2Container {
  padding: 0 0 24px 0;
}

body.contentpane #k2Container {
  padding: 16px;
}

/* used in popups */
/* --- General padding --- */
.k2Padding {
  padding: 4px;
}

/* --- Clearing --- */
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

/* --- Striped rows (add a different background color enable stripped rows in various listings with K2 content) --- */
.even {
  padding: 2px;
}

.odd {
  padding: 2px;
}

/* --- RSS feed icon --- */
div.k2FeedIcon {
  padding: 4px 8px;
}

div.k2FeedIcon a,
div.k2FeedIcon a:hover {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
}

div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: none;
}

/* --- Rating --- */
.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  float: left;
}

.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
}

div.itemRatingForm .formLogLoading {
  background: url(../images/k2_image/loading.gif) no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px;
}

.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: transparent url(../images/k2_image/transparent_star.gif) left -1000px repeat-x;
}

.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}

.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}

.itemRatingList a,
.itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.itemRatingList a:hover {
  background-position: left bottom;
}

.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}

.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}

.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}

.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}

.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}

.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}

span.siteRoot {
  display: none;
}

/* --- CSS added with JavaScript --- */
.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}

.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}

/* --- ReCaptcha --- */
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
  background-color: #fff !important;
}

#recaptcha_table {
  border-color: #ccc !important;
}

#recaptcha_response_field {
  border-color: #ccc !important;
  background-color: #fff !important;
}

.k2-recaptcha-v2 {
  margin-top: 12px;
}

/* --- Icon Font Support --- */
/* Reset for users with older overrides */
div.itemToolbar ul li a#fontDecrease,
div.itemToolbar ul li a#fontIncrease {
  font-size: 14px;
}

div.itemToolbar ul li a#fontDecrease img,
div.itemToolbar ul li a#fontIncrease img {
  background: none;
}

a.ubUserFeedIcon,
a.ubUserFeedIcon:hover,
a.ubUserURL,
a.ubUserURL:hover,
span.ubUserEmail,
div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before,
div.k2FeedIcon a,
div.k2FeedIcon a:hover,
div.itemToolbar ul li a#fontDecrease,
div.itemToolbar ul li a#fontIncrease {
  background: none;
  text-decoration: none;
  vertical-align: middle;
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font assignments */
/* div.catItemIsFeatured:before,
div.userItemIsFeatured:before,
div.itemIsFeatured:before {
  content: "\e09b";
} */

a#fontIncrease:before {
  content: "\e091";
}

a#fontDecrease:before {
  content: "\e092";
}

div.k2FeedIcon a:before,
a.ubUserFeedIcon:before {
  content: "\e03b";
}

a.ubUserURL:before {
  content: "\e037";
}

span.ubUserEmail:before {
  content: "\e086";
}

/* --- Primary lists in modules --- */
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {
  margin: 0;
  padding: 0 4px;
  list-style: none;
}

/* Example CSS: padding:0;margin:0;list-style:none; */
div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul.k2UserBlockRenderedMenu li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {
  display: block;
  padding: 0;
  margin: 0 0 24px 0;
}

/* Example CSS: display:block;clear:both;padding:2px 0;border-bottom:1px dotted #ccc; */
.clearList {
  display: none;
  float: none;
  clear: both;
}

/* this class is used to clear all previous floating list elements */
.lastItem {
  border: none;
}

/* class appended on last list item */
/* --- Avatars --- */
.k2Avatar img {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 2px;
  margin: 2px 4px 4px 0;
}

/* --- Pagination --- */
div.k2Pagination {
  padding: 8px;
  margin: 24px 0 4px 0;
  text-align: center;
}

div.k2Pagination ul {
  text-align: center;
}

div.k2Pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

div.k2Pagination ul li a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
  background: #fff;
  text-decoration: none;
}

div.k2Pagination ul li a:hover {
  background: #fafafa;
  cursor: pointer;
}

div.k2Pagination ul li.active a {
  background: #fafafa;
}

div.k2Pagination ul li a span {
  vertical-align: middle;
}

/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  position: relative;
}

div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #CF1919;
  font-size: 20px;
}

/* --- Separators --- */
.k2HorizontalSep {
  border: 0;
  padding: 0;
  margin: 0 8px;
}

/* --- Edit Buttons --- */
span.itemEditLink,
span.catItemEditLink,
span.userItemEditLink {
  float: right;
  display: block;
  padding: 0;
  margin: 0;
  width: 120px;
  text-align: right;
}

span.itemEditLink a,
span.catItemEditLink a,
span.userItemEditLink a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0;
  background: #2d96dd;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 11px;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

span.itemEditLink a:hover,
span.catItemEditLink a:hover,
span.userItemEditLink a:hover {
  background: #217dbb;
}

/*------------------------------------------------------------------------------
	Component - Item view
--------------------------------------------------------------------------------*/
a.itemPrintThisPage {
  display: block;
  width: 160px;
  margin: 4px auto 16px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}

a.itemPrintThisPage:hover {
  background: #fafafa;
  text-decoration: none;
}

div.itemView {
  padding: 8px 0 24px 0;
  margin: 0 0 24px 0;
}

/* this is the item container for this view */
div.itemHeader span.itemDateCreated {
  color: #999;
  font-size: 11px;
}

div.itemHeader h2.itemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.itemHeader h2.itemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

/* "Featured" presented in superscript */
div.itemHeader span.itemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}

div.itemHeader span.itemAuthor a:before {
  content: " ";
}

div.itemToolbar {
  padding: 8px;
  margin: 16px 0 0 0;
  background: #fafafa;
  border-radius: 4px;
}

div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

div.itemToolbar ul li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 8px;
  margin: 0;
  border-left: 1px solid #ccc;
  text-align: center;
  background: none;
  font-size: 12px;
}

div.itemToolbar ul > li:first-child {
  border: none;
}

/* remove the first CSS border from the left of the toolbar */
div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
}

div.itemToolbar ul li a img {
  vertical-align: middle;
}

div.itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 2px;
}

div.itemToolbar ul li a#fontDecrease img {
  width: 13px;
  height: 13px;
  font-size: 13px;
}

div.itemToolbar ul li a#fontIncrease {
  margin: 0 0 0 2px;
}

div.itemToolbar ul li a#fontIncrease img {
  width: 13px;
  height: 13px;
  font-size: 13px;
}

div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span {
  display: none;
}

div.itemRatingBlock {
  padding: 8px 0;
}

div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}

div.itemBody {
  padding: 8px 0;
  margin: 0;
}

div.itemImageBlock {
  padding: 8px 0;
  margin: 0 0 16px 0;
}

span.itemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}

span.itemImage img {
  max-width: 100%;
  height: auto;
}

span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px;
}

span.itemImageCredits {
  color: #999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
}

@media screen and (max-width: 600px) {
  span.itemImageCaption,
  span.itemImageCredits {
    float: none;
    text-align: center;
  }
}

div.itemIntroText {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding: 4px 0 12px 0;
}

div.itemFullText h3, div.itemFullText .modul_h3, div.itemFullText div.moduletablejunews_mod div.junews_h, div.moduletablejunews_mod div.itemFullText div.junews_h {
  margin: 0;
  padding: 16px 0 4px 0;
}

div.itemExtraFields {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
}

div.itemExtraFields .itemExtraFieldsValue {
  display: block;
  padding: 15px;
  font-size: 36px;
}

div.itemExtraFields .buy {
  font-size: 24px;

}

div.itemExtraFields h3, div.itemExtraFields .modul_h3, div.itemExtraFields div.moduletablejunews_mod div.junews_h, div.moduletablejunews_mod div.itemExtraFields div.junews_h {
  margin: 0;
  padding: 0 0 8px 0;
}

div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.itemExtraFields ul li {
  display: block;
}

div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}

div.itemContentFooter {
  display: block;
  text-align: right;
  padding: 4px 0;
  margin: 16px 0 4px 0;
  color: #999;
}

span.itemHits {
  float: left;
}

div.itemSocialSharing {
  padding: 8px 0;
}

div.itemTwitterButton {
  float: left;
  margin: 2px 24px 0 0;
}

div.itemFacebookButton {
  float: left;
  margin-right: 24px;
  width: 200px;
}

div.itemLinks {
  margin: 16px 0;
  padding: 0;
}

div.itemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.itemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.itemTagsBlock ul.itemTags li a:before {
  content: "#";
}

div.itemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}

div.itemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.itemAttachmentsBlock ul.itemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.itemAttachmentsBlock ul.itemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}

div.itemAttachmentsBlock ul.itemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

/* Author block */
div.itemAuthorBlock {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 16px 0;
  padding: 8px;
}

div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 4px 0 0 0;
}

div.itemAuthorBlock div.itemAuthorDetails h3.authorName, div.itemAuthorBlock div.itemAuthorDetails .authorName.modul_h3, div.itemAuthorBlock div.itemAuthorDetails div.moduletablejunews_mod div.authorName.junews_h, div.moduletablejunews_mod div.itemAuthorBlock div.itemAuthorDetails div.authorName.junews_h {
  margin: 0 0 4px 0;
  padding: 0;
}

div.itemAuthorBlock div.itemAuthorDetails h3.authorName a, div.itemAuthorBlock div.itemAuthorDetails .authorName.modul_h3 a, div.itemAuthorBlock div.itemAuthorDetails div.moduletablejunews_mod div.authorName.junews_h a, div.moduletablejunews_mod div.itemAuthorBlock div.itemAuthorDetails div.authorName.junews_h a {
  font-size: 16px;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: bold;
  color: #555;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: bold;
  color: #555;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: normal;
}

/* Author latest */
div.itemAuthorLatest {
  margin-bottom: 16px;
  padding: 0;
}

/* Related by tag */
div.itemRelated {
  margin-bottom: 16px;
  padding: 0;
}

/* Add overflow-x:scroll; if you want to enable the scrolling features, as explained in item.php */
div.itemRelated ul li.k2ScrollerElement {
  float: left;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 4px;
  margin: 0 4px 4px 0;
  background: #fff;
}

/* you need to insert this class in the related li element in item.php for this styling to take effect */
div.itemRelated ul li.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

/* Video */
div.itemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/k2_image/videoplayer-bg.gif) repeat-x bottom;
  color: #eee;
}

div.itemVideoBlock div.itemVideoEmbedded {
  text-align: center;
}

/* for embedded videos (not using AllVideos) */
div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden;
}

div.itemVideoBlock span.itemVideoCaption {
  color: #eee;
  float: left;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 60%;
}

div.itemVideoBlock span.itemVideoCredits {
  color: #eee;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
  width: 35%;
  text-align: right;
}

@media screen and (max-width: 600px) {
  div.itemVideoBlock span.itemVideoCaption,
  div.itemVideoBlock span.itemVideoCredits {
    float: none;
    text-align: center;
    width: auto;
  }
}

/* Image Gallery */
div.itemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

/* Article navigation */
div.itemNavigation {
  padding: 8px;
  margin: 0 0 24px 0;
  background: #fafafa;
  border-radius: 4px;
}

div.itemNavigation span.itemNavigationTitle {
  color: #999;
}

div.itemNavigation a.itemPrevious {
  padding: 0 12px;
}

div.itemNavigation a.itemNext {
  padding: 0 12px;
}

/* Comments */
div.itemComments {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 16px;
}

div.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

div.itemComments ul.itemCommentsList li {
  display: block;
  padding: 4px;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

div.itemComments ul.itemCommentsList li.authorResponse {
  background: #f5fdff;
}

div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}

div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 4px 4px 4px 0;
  padding: 4px;
}

div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
}

div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: bold;
  font-size: 14px;
}

div.itemComments ul.itemCommentsList li p {
  padding: 4px 0;
}

div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}

div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
}

div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
}

div.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
  margin-right: 4px;
}

div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(../images/k2_image/searchLoader.gif) no-repeat 100% 50%;
}

div.itemCommentsPagination {
  padding: 4px;
  margin: 0 0 24px 0;
}

/* Joomla 1.5 - 2.5 */
div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both;
}

/* Joomla 3.x */
div.itemCommentsPagination ul {
  text-align: center;
}

div.itemCommentsPagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

div.itemCommentsPagination ul li a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
  background: #fff;
  text-decoration: none;
}

div.itemCommentsPagination ul li a:hover {
  background: #fafafa;
  cursor: pointer;
}

div.itemCommentsPagination ul li.active a {
  background: #fafafa;
}

div.itemCommentsPagination ul li a span {
  vertical-align: middle;
}

div.itemCommentsForm h3, div.itemCommentsForm .modul_h3, div.itemCommentsForm div.moduletablejunews_mod div.junews_h, div.moduletablejunews_mod div.itemCommentsForm div.junews_h {
  margin: 0;
  padding: 0 0 4px 0;
}

div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 2px solid #ccc;
  padding: 8px 0;
}

div.itemCommentsForm form {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.itemCommentsForm form label.formComment,
div.itemCommentsForm form label.formName,
div.itemCommentsForm form label.formEmail,
div.itemCommentsForm form label.formUrl,
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 12px 0 0 2px;
}

div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
}

div.itemCommentsForm form input.inputbox {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px;
  line-height: 150%;
  height: auto;
  box-sizing: border-box;
}

/* !!! div.itemCommentsForm form input#submitCommentButton {display:block;margin:16px 0 0 0;padding:8px 16px;background:#2d96dd;color:#fff;border:0;border-radius:4px;font-size:16px;font-weight:bold;}
	div.itemCommentsForm form input#submitCommentButton:hover {background:#217dbb;} */
div.itemCommentsForm form span#formLog {
  margin: 24px;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  display: none;
}

div.itemCommentsForm form span#formLog.k2FormLogError {
  display: block;
  background: #f00;
  color: #fff;
}

div.itemCommentsForm form span#formLog.k2FormLogSuccess {
  display: block;
  background: #18ac00;
  color: #fff;
}

div.itemCommentsForm form .formLogLoading {
  background: url(../images/k2_image/loading.gif) no-repeat left center;
}

div.itemCommentsLoginFirst {
  display: block;
  margin: 24px;
  padding: 8px 12px;
  background: #f00;
  color: #fff;
  border-radius: 4px;
}

/* "Report comment" form */
div.k2ReportCommentFormContainer {
  padding: 8px;
  width: 480px;
  margin: 0 auto;
}

div.k2ReportCommentFormContainer blockquote {
  width: 462px;
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 0 0 8px 0;
}

div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: left;
}

div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  vertical-align: top;
  display: block;
  float: right;
}

div.k2ReportCommentFormContainer blockquote span.theComment {
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 0 4px;
}

div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: bold;
}

div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {
  display: block;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 2px;
  margin: 0 0 8px 0;
  width: 474px;
}

div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 24px;
}

div.k2ReportCommentFormContainer form span#formLog {
  margin: 24px;
  padding: 8px 12px;
  background: #fafafa;
  border-radius: 4px;
  text-align: center;
  display: none;
}

div.k2ReportCommentFormContainer form .formLogLoading {
  background: url(../images/k2_image/loading.gif) no-repeat left center;
}

/* Back to top link */
div.itemBackToTop {
  text-align: right;
}

div.itemBackToTop a {
  text-decoration: underline;
}

div.itemBackToTop a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (category)
--------------------------------------------------------------------------------*/
/* --- Category block --- */
div.itemListCategory {
  background: #fafafa;
  border-radius: 4px;
  margin: 0 0 24px 0;
  padding: 8px;
}

span.catItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}

span.catItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ddd;
  background: #fafafa;
  text-decoration: none;
}

span.catItemAddLink a:hover {
  background: #ffffcc;
}

div.itemListCategory img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
}

/* --- Sub-category block --- */
div.subCategoryContainer {
  float: left;
}

/* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */
div.subCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 4px;
  padding: 8px;
}

div.subCategory a.subCategoryImage,
div.subCategory a.subCategoryImage:hover {
  text-align: center;
  display: block;
}

div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
  margin: 0 8px 0 0;
}

/* --- Item groups --- */
div#itemListLinks {
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 8px 0;
  padding: 8px;
}

div.itemContainer {
  float: left;
}

@media screen and (max-width: 600px) {
  div.itemContainer {
    float: none;
    display: block;
    width: 100% !important;
  }
}

/* --- Item block for each item group --- */
div.catItemView {
  margin-bottom: 0;
  padding: 4px;
}

/* this is the container for each K2 item on this view */
/* Additional class appended to the element above for further styling per group item */
div.groupLinks {
  padding: 0;
  margin: 0;
}

div.catItemHeader span.catItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.catItemHeader h3.catItemTitle, div.catItemHeader .catItemTitle.modul_h3, div.catItemHeader div.moduletablejunews_mod div.catItemTitle.junews_h, div.moduletablejunews_mod div.catItemHeader div.catItemTitle.junews_h {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.catItemHeader h3.catItemTitle span sup, div.catItemHeader .catItemTitle.modul_h3 span sup, div.catItemHeader div.moduletablejunews_mod div.catItemTitle.junews_h span sup, div.moduletablejunews_mod div.catItemHeader div.catItemTitle.junews_h span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

/* superscript */
div.catItemHeader span.catItemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}

div.catItemRatingBlock {
  padding: 8px 0;
}

div.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}

div.catItemBody {
  padding: 0;
  margin-bottom: 0;
}

div.catItemImageBlock {
  padding: 10px;
}

span.catItemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}

span.catItemImage img {
  max-width: 100%;
  height: auto;
}

div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 10px 12px;
}

div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
}

div.catItemExtraFields h4, div.catItemExtraFields .modul_h4,
div.genericItemExtraFields h4,
div.genericItemExtraFields .modul_h4 {
  margin: 0;
  padding: 0 0 8px 0;
}

div.catItemExtraFields ul,
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.catItemExtraFields ul li,
div.genericItemExtraFields ul li {
  display: block;
  padding: 0;
}

div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  width: auto;
  font-size: 13px;
  font-weight: 600;
  color: #a1a2b9;
}

div.catItemExtraFields ul li span.catItemExtraFieldsValue,
div.genericItemExtraFields ul li span.catItemExtraFieldsValue {
  font-size: 13px;
  font-weight: 600;
  /* color: #fff; */
}

div.catItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.catItemHitsBlock {
  padding: 4px 0;
}

div.catItemCategory {
  padding: 4px 0;
}

div.catItemCategory span {
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.catItemTagsBlock {
  padding: 4px 0;
}

div.catItemTagsBlock span {
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.catItemTagsBlock ul.catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.catItemTagsBlock ul.catItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.catItemTagsBlock ul.catItemTags li a:before {
  content: "#";
}

div.catItemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}

div.catItemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.catItemAttachmentsBlock ul.catItemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}

div.catItemAttachmentsBlock ul.catItemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

/* Video */
div.catItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/k2_image/videoplayer-bg.gif) repeat-x bottom;
}

div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center;
}

/* for embedded videos (not using AllVideos) */
div.catItemVideoBlock span.catItemVideo {
  display: block;
}

/* Image Gallery */
div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

/* Anchor link to comments */
div.catItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

/* Modified date */
span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 4px 0;
  color: #999;
  border-top: 1px solid #ddd;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (user)
--------------------------------------------------------------------------------*/
/* User info block */
div.userBlock {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 24px 0;
  padding: 8px;
}

span.userItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}

span.userItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ddd;
  background: #fafafa;
  text-decoration: none;
}

span.userItemAddLink a:hover {
  background: #ffffcc;
}

div.userBlock img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

div.userBlock div.userDescription {
  padding: 4px 0;
}

div.userBlock div.userAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}

span.userURL {
  font-weight: bold;
  color: #555;
  display: block;
}

span.userEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

/* User items */
div.userItemView {
  margin-bottom: 48px;
}

/* this is the item container for this view */
div.userItemViewUnpublished {
  opacity: 0.9;
  border: 4px dashed #ccc;
  background: #fffff2;
  padding: 8px;
  margin: 8px 0;
}

div.userItemHeader span.userItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.userItemHeader h3.userItemTitle, div.userItemHeader .userItemTitle.modul_h3, div.userItemHeader div.moduletablejunews_mod div.userItemTitle.junews_h, div.moduletablejunews_mod div.userItemHeader div.userItemTitle.junews_h {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.userItemHeader h3.userItemTitle span sup, div.userItemHeader .userItemTitle.modul_h3 span sup, div.userItemHeader div.moduletablejunews_mod div.userItemTitle.junews_h span sup, div.moduletablejunews_mod div.userItemHeader div.userItemTitle.junews_h span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

/* "Unpublished" presented in superscript */
div.userItemBody {
  padding: 8px 0;
  margin: 0;
}

div.userItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.userItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.userItemImage img {
  max-width: 100%;
  height: auto;
}

div.userItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.userItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.userItemCategory {
  padding: 4px 0;
}

div.userItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.userItemTagsBlock {
  padding: 4px 0;
}

div.userItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.userItemTagsBlock ul.userItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.userItemTagsBlock ul.userItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.userItemTagsBlock ul.userItemTags li a:before {
  content: "#";
}

/* Anchor link to comments */
div.userItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

/* Read more link */
div.userItemReadMore {
  display: inline;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (tag)
--------------------------------------------------------------------------------*/
div.tagItemView {
  margin-bottom: 48px;
}

/* this is the item container for this view */
div.tagItemHeader span.tagItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.tagItemHeader h2.tagItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.tagItemBody {
  padding: 8px 0;
  margin: 0;
}

div.tagItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.tagItemImage img {
  max-width: 100%;
  height: auto;
}

div.tagItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.tagItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

div.tagItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

/* Read more link */
div.tagItemReadMore {
  display: inline;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (generic)
--------------------------------------------------------------------------------*/
div.genericItemView {
  margin-bottom: 48px;
}

/* this is the item container for this view */
div.genericItemHeader span.genericItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.genericItemHeader h2.genericItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.genericItemBody {
  padding: 8px 0;
  margin: 0;
}

div.genericItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.genericItemImage img {
  max-width: 100%;
  height: auto;
}

div.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.genericItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

div.genericItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

/* Read more link */
div.genericItemReadMore {
  display: inline;
}

/* No results found message */
div#genericItemListNothingFound {
  padding: 40px;
  text-align: center;
}

div#genericItemListNothingFound p {
  font-size: 20px;
  color: #999;
}

/* --- Google Search (use Firebug or similar tools to inspect the generated HTML, then style accordingly --- */
#k2GoogleSearchContainer .gsc-control {
  width: auto !important;
}

#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important;
}

/* Hide unneeded elements of the results page */
/*------------------------------------------------------------------------------
	Component - Latest view
--------------------------------------------------------------------------------*/
div.latestItemsContainer {
  float: left;
}

@media screen and (max-width: 600px) {
  div.latestItemsContainer {
    float: none;
    display: block;
    width: 100% !important;
  }
}

/* Category info block */
div.latestItemsCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px 24px 0;
  padding: 8px;
}

div.latestItemsCategoryImage {
  text-align: center;
}

div.latestItemsCategoryImage img {
  margin: 0 8px 0 0;
}

/* User info block */
div.latestItemsUser {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px 24px 0;
  padding: 8px;
}

div.latestItemsUser img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

div.latestItemsUser p.latestItemsUserDescription {
  padding: 4px 0;
}

div.latestItemsUser p.latestItemsUserAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}

span.latestItemsUserURL {
  font-weight: bold;
  color: #555;
  display: block;
}

span.latestItemsUserEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

/* Latest items list */
div.latestItemList {
  padding: 0 8px 8px 0;
}

div.latestItemHeader h3.latestItemTitle, div.latestItemHeader .latestItemTitle.modul_h3, div.latestItemHeader div.moduletablejunews_mod div.latestItemTitle.junews_h, div.moduletablejunews_mod div.latestItemHeader div.latestItemTitle.junews_h {
  padding: 10px 0 4px 0;
  margin: 0;
}

span.latestItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.latestItemBody {
  padding: 8px 0;
  margin: 0;
}

div.latestItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.latestItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.latestItemImage img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  div.latestItemImageBlock {
    float: none;
    display: block;
  }
}

div.latestItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.latestItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.latestItemCategory {
  padding: 4px 0;
}

div.latestItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.latestItemTagsBlock {
  padding: 4px 0;
}

div.latestItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.latestItemTagsBlock ul.latestItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.latestItemTagsBlock ul.latestItemTags li a:before {
  content: "#";
}

/* Video */
div.latestItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/k2_image/videoplayer-bg.gif) repeat-x bottom;
}

div.latestItemVideoBlock span.latestItemVideo {
  display: block;
}

/* Anchor link to comments */
div.latestItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

/* Read more link */
div.latestItemReadMore {
  display: inline;
}

/* Items presented in a list */
h2.latestItemTitleList {
  padding: 2px 0;
  margin: 8px 0 2px 0;
  border-bottom: 1px dotted #ccc;
}

/*------------------------------------------------------------------------------
	Component - Register & profile page views (register.php & profile.php)
--------------------------------------------------------------------------------*/
.k2AccountPage table tr td label {
  white-space: nowrap;
}

img.k2AccountPageImage {
  border: 4px solid #ddd;
  margin: 10px 0;
  padding: 0;
  display: block;
}

.k2AccountPage div.k2AccountPageNotice {
  padding: 8px;
}

.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dotted #ddd;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}

.k2AccountPage th.k2ProfileHeading {
  text-align: left;
  font-size: 18px;
  padding: 8px;
  background: #f6f6f6;
}

.k2AccountPage td#userAdminParams {
  padding: 0;
  margin: 0;
}

.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #666;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
  width: 140px;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_comments
--------------------------------------------------------------------------------*/
/* Latest Comments */
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #999;
}

/* Top Commenters */
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {
  color: #999;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_content
--------------------------------------------------------------------------------*/
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 4px 0;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: right;
  margin: 2px 0 4px 4px;
  padding: 0;
}

div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 2px;
}

div.k2ItemsBlock ul li a.moduleItemComments {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}

div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}

.k2ItemsBlock .itemList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.k2ItemsBlock .itemList .even,
.k2ItemsBlock .itemList .odd {
  width: 25%;
  padding: 15px;
}

.k2ItemsBlock .itemList .itemContainer {
  position: relative;
  border: 1px solid #DEDEDE;
  width: 100%;
  /* height: 100%; */
  padding-bottom: 90px;
}

.k2ItemsBlock .itemList .catItemTitle {
  min-height: 70px;
  font-weight: bold;
  padding: 0 15px 10px;
  font-size: 18px;
}

.k2ItemsBlock .itemList div.catItemView {
  padding: 0;
  margin-bottom: 0;
}

.k2ItemsBlock .itemList div.catItemExtraFields, 
.k2ItemsBlock .itemList div.genericItemExtraFields {
  background: #34323F;
  margin: 0;
  padding-top: 0;
  font-size: 20px;
  font-weight: bold;
}

.k2ItemsBlock .itemList .catItemExtraFields > ul {
  padding: 15px;
}

.k2ItemsBlock .itemList .catItemExtraFields > ul > li {
  margin-bottom: 0;
}

.k2ItemsBlock .itemList .prod-dop-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  color: #fff;
}

.k2ItemsBlock .itemList span.catItemImage {
  height: 200px;
  overflow: hidden;
  margin: 0;
}


.k2ItemsBlock span.catItemImage img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s;
}

.k2ItemsBlock .itemContainer:hover div.catItemExtraFields {
  background-color: #F1A100;
}

.k2ItemsBlock .itemContainer:hover span.catItemImage img {
  transform: scale(1.1);
}

.k2ItemsBlock .prod-dop-info .btn {
  width: 100%;
  margin-top: 10px;
}

.k2ItemsBlock .prod-dop-info .btn:hover {
  background-color: #34323F;
  border-color: #34323F;
  color: #fff;
}

.prod-btn-container {
  padding: 0 15px;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_tools
--------------------------------------------------------------------------------*/
/* --- Authors --- */
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  display: block;
  clear: both;
}

/* --- Breadcrumbs --- */
div.k2BreadcrumbsBlock span.bcTitle {
  padding: 0 4px 0 0;
  color: #999;
}

div.k2BreadcrumbsBlock span.bcSeparator {
  padding: 0 4px;
  font-size: 14px;
}

/* --- Calendar --- */
div.k2CalendarBlock {
  height: 190px;
  margin-bottom: 8px;
}

/* use this height value so that the calendar height won't change on Month change via ajax */
div.k2CalendarLoader {
  background: #fff url(../images/k2_image/k2CalendarLoader.gif) no-repeat 50% 50%;
}

table.calendar {
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
}

table.calendar tr td {
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #f4f4f4;
  background: #fff;
}

table.calendar tr td.calendarNavMonthPrev {
  background: #fafafa;
  text-align: left;
}

table.calendar tr td.calendarNavMonthPrev a {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarNavMonthPrev a:hover {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarCurrentMonth {
  background: #fafafa;
}

table.calendar tr td.calendarNavMonthNext {
  background: #fafafa;
  text-align: right;
}

table.calendar tr td.calendarNavMonthNext a {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarNavMonthNext a:hover {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarDayName {
  background: #e9e9e9;
  font-size: 11px;
  width: 14.2%;
}

table.calendar tr td.calendarDateEmpty {
  background: #fbfbfb;
}

table.calendar tr td.calendarDateLinked {
  padding: 0;
}

table.calendar tr td.calendarDateLinked a {
  display: block;
  padding: 2px;
  text-decoration: none;
  background: #fafafa;
}

table.calendar tr td.calendarDateLinked a:hover {
  display: block;
  background: #135cae;
  color: #fff;
  padding: 2px;
  text-decoration: none;
}

table.calendar tr td.calendarToday {
  background: #135cae;
  color: #fff;
}

table.calendar tr td.calendarTodayLinked {
  background: #135cae;
  color: #fff;
  padding: 0;
}

table.calendar tr td.calendarTodayLinked a {
  display: block;
  padding: 2px;
  color: #fff;
  text-decoration: none;
}

table.calendar tr td.calendarTodayLinked a:hover {
  display: block;
  background: #BFD9FF;
  padding: 2px;
  text-decoration: none;
}

/* --- Category Tree Select Box --- */
div.k2CategorySelectBlock form select {
  width: auto;
}

/* --- Category List/Menu --- */
div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px;
}

div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: bold;
}

/* n level (n) - like the above... */
/* --- Search Box --- */
div.k2SearchBlock {
  position: relative;
}

div.k2SearchBlock form input.k2SearchLoading {
  background: url(../images/k2_image/searchLoader.gif) no-repeat 100% 50%;
}

div.k2SearchBlock div.k2LiveSearchResults {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  border: 1px solid #ddd;
  margin-top: -1px;
}

/* Live search results (fetched via ajax) */
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  display: block;
  padding: 1px 2px;
  border-top: 1px dotted #ddd;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {
  background: #fffff0;
}

/* --- Tag Cloud --- */
div.k2TagCloudBlock {
  padding: 8px 0;
}

div.k2TagCloudBlock a {
  padding: 4px;
  float: left;
  display: block;
}

div.k2TagCloudBlock a:hover {
  padding: 4px;
  float: left;
  display: block;
  background: #135cae;
  color: #fff;
  text-decoration: none;
}

/* --- Custom Code --- */
/*------------------------------------------------------------------------------
	Modules - mod_k2_user (mod_k2_login is removed since v2.6.x)
--------------------------------------------------------------------------------*/
div.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 8px 0;
}

div.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0;
}

div.k2LoginBlock fieldset.input p label {
  display: block;
}

div.k2LoginBlock fieldset.input p input {
  display: block;
}

div.k2LoginBlock fieldset.input p#form-login-remember label,
div.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline;
}

div.k2UserBlock p.ubGreeting {
  border-bottom: 1px dotted #ccc;
}

div.k2UserBlock div.k2UserBlockDetails span.ubName {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_users
--------------------------------------------------------------------------------*/
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 15px;
}

a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
  display: none;
}

a.ubUserURL,
a.ubUserURL:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 15px;
}

a.ubUserURL span,
a.ubUserURL:hover span {
  display: none;
}

span.ubUserEmail {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  overflow: hidden;
  font-size: 15px;
}

span.ubUserEmail a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}

div.k2UsersBlock ul li h3, div.k2UsersBlock ul li .modul_h3, div.k2UsersBlock ul li div.moduletablejunews_mod div.junews_h, div.moduletablejunews_mod div.k2UsersBlock ul li div.junews_h {
  clear: both;
  margin: 8px 0 0 0;
  padding: 0;
}



.moduletable_submenu_catalog {
  margin-bottom: 60px;
}

.moduletable_submenu_catalog .nav.menu {
  display: flex;
  flex-wrap: wrap;
}

.moduletable_submenu_catalog .nav.menu li {
  border: 3px solid #34323f;
  margin-right: 10px;
  margin-bottom: 5px;
}

.moduletable_submenu_catalog .nav.menu li a {
  padding: 10px 15px;
  color: #34323f;
  font-weight: bold;
}

.moduletable_submenu_catalog .nav.menu li:not(.active):hover {
  border-color: #f1a100;
}

.moduletable_submenu_catalog .nav.menu li:hover a {
  background-color: #f1a100;
  color: #fff;
}

.moduletable_submenu_catalog .nav.menu li.active a {
  background: #34323f;
  color: #f1a100;
}

/********** END каталог товаров **********/
/*  components\com_rsform\assets\calendar  */
.categoryImage .image {
  display: block;
  margin-bottom: 0px;
}

.categoryImage .image img {
  width: 100%;
}

.categoryImage .name {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.categoryImage .name:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.categoryImage .name a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  *font-size: 16px;
}

.categoryImage {
  margin-top: 5px;
}

/*************   rsform  формы   ************/
/*  components\com_rsform\assets\calendar  */
.txtCal {
  width: 210px;
}

.btnCal {
  padding-left: 5px;
  padding-right: 5px;
}

.yui-calcontainer {
  position: relative;
  padding: 5px;
  background-color: #F7F9FB;
  float: left;
  overflow: hidden;
}

.yui-calcontainer iframe {
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
  left: -1px;
  top: -1px;
  z-index: 0;
  width: 50em;
  height: 50em;
}

.yui-calcontainer.multi {
  padding: 0;
}

.yui-calcontainer.multi .groupcal {
  padding: 5px;
  background-color: transparent;
  z-index: 1;
  float: left;
  position: relative;
  border: none;
}

.yui-calcontainer .title {
  font: 100% sans-serif;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
  height: 25px;
  position: absolute;
  top: 3px;
  left: 5px;
  z-index: 1;
}

.yui-calcontainer .close-icon {
  position: absolute;
  right: 3px;
  top: 3px;
  border: none;
  z-index: 1;
}

.yui-calcontainer .calclose {
  background: url("../images/com_rsform/calx.gif") no-repeat;
  width: 17px;
  height: 13px;
  cursor: pointer;
}

/* Calendar element styles */
.yui-calendar {
  font: 100% sans-serif;
  text-align: center;
  border-spacing: 0;
  border-collapse: separate;
  position: relative;
}

.yui-calcontainer.withtitle {
  padding-top: 1.5em;
}

.yui-calendar .calnavleft {
  position: absolute;
  overflow: hidden;
  text-indent: -10000em;
  cursor: pointer;
  top: 2px;
  bottom: 0;
  width: 9px;
  height: 12px;
  left: 2px;
  z-index: 1;
  background: url("../images/com_rsform/callt.gif") no-repeat;
}

.yui-calendar .calnavright {
  position: absolute;
  overflow: hidden;
  text-indent: -10000em;
  cursor: pointer;
  top: 2px;
  bottom: 0;
  width: 9px;
  height: 12px;
  right: 2px;
  z-index: 1;
  background: url("../images/com_rsform/calrt.gif") no-repeat;
}

.yui-calendar td.calcell {
  padding: .1em .2em;
  border: 1px solid #E0E0E0;
  text-align: center;
}

.yui-calendar td.calcell a {
  color: #4C4C4D;
  text-decoration: none;
}

.yui-calendar td.calcell.today {
  border: 1px solid #000;
}

.yui-calendar td.calcell.oom {
  cursor: default;
  color: #999;
  background-color: #EEE;
  border: 1px solid #E0E0E0;
}

.yui-calendar td.calcell.selected {
  color: #4C4C4D;
  background-color: #FFF19F;
  border: 1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover {
  cursor: pointer;
  color: #FFF;
  background-color: #FF9900;
  border: 1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover a {
  color: #FFF;
}

.yui-calendar td.calcell.restricted {
  text-decoration: line-through;
}

.yui-calendar td.calcell.previous {
  color: #CCC;
}

.yui-calendar td.calcell.highlight1 {
  background-color: #CCFF99;
}

.yui-calendar td.calcell.highlight2 {
  background-color: #99CCFF;
}

.yui-calendar td.calcell.highlight3 {
  background-color: #FFCCCC;
}

.yui-calendar td.calcell.highlight4 {
  background-color: #CCFF99;
}

.yui-calendar .calhead {
  border: 1px solid #E0E0E0;
  vertical-align: middle;
  background-color: #FFF;
}

.yui-calendar .calheader {
  position: relative;
  width: 100%;
  text-align: center;
}

.yui-calendar .calheader img {
  border: none;
}

.yui-calendar .calweekdaycell {
  color: #666;
  font-weight: normal;
  text-align: center;
  width: 2.5em;
}

.yui-calendar .calfoot {
  background-color: #EEE;
}

.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
  color: #666;
  font-size: 9px;
  font-style: italic;
  font-weight: normal;
  width: 15px;
}

.yui-calendar .calrowhead {
  border-right-width: 2px;
}

/* CalendarNavigator */
.yui-calendar a.calnav {
  _position: relative;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  color: #000;
}

.yui-calendar a.calnav:hover {
  border: 1px solid #003366;
  background-color: #6699cc;
  background: url(../images/com_rsform/calgrad.png) repeat-x;
  color: #fff;
  cursor: pointer;
}

.yui-calcontainer .yui-cal-nav-mask {
  position: absolute;
  z-index: 2;
  display: none;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  _width: 0;
  /* IE6, IE7 Quirks - width/height set programmatically to match container */
  _height: 0;
  background-color: #000;
  opacity: 0.25;
  *filter: alpha(opacity=25);
}

.yui-calcontainer .yui-cal-nav {
  position: absolute;
  z-index: 3;
  display: none;
  padding: 0;
  top: 1.5em;
  left: 50%;
  width: 12em;
  margin-left: -6em;
  background-color: #F7F9FB;
  font-size: 93%;
}

.yui-calcontainer.withtitle .yui-cal-nav {
  top: 3.5em;
}

.yui-calcontainer .yui-cal-nav-y,
.yui-calcontainer .yui-cal-nav-m,
.yui-calcontainer .yui-cal-nav-b {
  padding: 2px 5px 2px 5px;
}

.yui-calcontainer .yui-cal-nav-b {
  text-align: center;
}

.yui-calcontainer .yui-cal-nav-e {
  margin-top: 2px;
  padding: 2px;
  background-color: #EDF5FF;
  border-top: 1px solid black;
  display: none;
}

.yui-calcontainer .yui-cal-nav label {
  display: block;
  font-weight: bold;
}

.yui-calcontainer .yui-cal-nav-mc {
  width: 100%;
  _width: auto;
  /* IE6 doesn't like width 100% */
}

.yui-calcontainer .yui-cal-nav-y input.yui-invalid {
  background-color: #FFEE69;
  border: 1px solid #000;
}

.yui-calcontainer .yui-cal-nav-yc {
  width: 3em;
}

.yui-calcontainer .yui-cal-nav-b button {
  font-size: 93%;
  text-decoration: none;
  cursor: pointer;
  background-color: #79b2ea;
  border: 1px solid #003366;
  border-top-color: #FFF;
  border-left-color: #FFF;
  margin: 1px;
}

.yui-calcontainer .yui-cal-nav-b .yui-default button {
  /* not implemented */
}

/* Specific changes for calendar running under fonts/reset */
.yui-calendar .calbody a:hover {
  background: inherit;
}

p#clear {
  clear: left;
  padding-top: 10px;
}

/*********** end com_rsform ************* / 



/****** /modules/mod_newscalendar/css/blue-arrows.css   ******/
div.newscalendar {
  max-width: 250px;
  overflow: visible;
}

table.nc-header, table.nc-body {
  border: none;
  width: 100%;
}

table.nc-header tr, table.nc-body tr, table.nc-header td, table.nc-body td {
  border: none;
}

table.nc-header {
  margin: 5px 0;
}

table.nc-header a {
  background: url(../images/mod_newscalendar/arrows-blue.png) no-repeat 0 100%;
  height: 16px;
  display: block;
  width: 16px;
}

table.nc-header a.back-mth {
  background-position: 0 -32px;
}

table.nc-header a.fwd-mth {
  background-position: 0 -16px;
}

table.nc-header a.fwd-yr {
  background-position: 0 0;
}

table.nc-header .monthname, table.nc-header .yearname, table.nc-body .dayname {
  font-weight: bold;
}

.newscalendar span.weekday6 {
  color: #FF3D3D;
}

.newscalendar span.weekday7 {
  color: #FF3D3D;
}

.newscalendar span.outofmonth {
  color: #CCCCCC;
}

.newscalendar span.today {
  font-weight: bold;
}

.newscalendar span.today ul li {
  font-weight: normal;
}

.newscalendar span.nc-day {
  position: relative;
  display: block;
  padding: 3px 2px;
  text-align: center;
}

.newscalendar ul.nc-items {
  background: url(../images/mod_newscalendar/opacity.png) repeat;
  position: absolute;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: 15px !important;
  font-size: 0.8em;
  line-height: 1.1em;
  margin: 0 !important;
  padding: 5px 10px;
  width: 180px;
  list-style: none;
  border: 1px solid #000;
  text-align: left;
  z-index: 100;
  box-shadow: 0 0 8px #333;
  border-radius: 5px;
  display: none;
}

.newscalendar .week1 ul.nc-items, .newscalendar .week2 ul.nc-items {
  top: 15px !important;
  bottom: auto !important;
}

.newscalendar span.weekday1 ul.nc-items {
  left: 0 !important;
}

.newscalendar span.weekday2 ul.nc-items {
  left: -100% !important;
}

.newscalendar span.weekday3 ul.nc-items {
  left: -200% !important;
}

.newscalendar span.weekday4 ul.nc-items {
  left: -250% !important;
}

.newscalendar span.weekday5 ul.nc-items {
  right: -200% !important;
}

.newscalendar span.weekday6 ul.nc-items {
  right: -100% !important;
}

.newscalendar span.weekday7 ul.nc-items {
  right: 0 !important;
}

span.nc-day ul.nc-items li {
  padding: 3px 5px;
}

span.nc-day ul.nc-items li a {
  background: none;
  display: block;
  color: #FFF;
}

span.nc-day ul.nc-items li a:hover {
  color: yellow;
}

span.nc-day:hover ul.nc-items {
  display: block;
}

.newscalendar span.hasitems {
  cursor: pointer;
  background: url(../images/mod_newscalendar/dot.png) no-repeat 50% 100%;
}

.bgimgcall {
  display: none;
}

.nc-body,
.nc-header table {
  border-spacing: 0;
  border-collapse: collapse;
}

/****** end  /modules/mod_newscalendar/css/blue-arrows.css    ******/
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

.switchery-small > small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

.switchery-large > small {
  height: 40px;
  width: 40px;
}

/*********** phocagallery ************* / 
/* /media/com_phocagallery/css/main/rating.css  */
#phocagallery ul.star-rating li,
#phocagallery-pane ul.star-rating li,
#phocagallery ul.star-rating-small li {
  background: none;
  list-style-type: none;
}

#phocagallery .star-rating,
#phocagallery-pane .star-rating,
.star-rating {
  list-style: none;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  width: 110px;
  height: 22px;
  position: relative;
  background: url(../images/phocagallery/icon-voting.png) top left repeat-x;
}

#phocagallery .star-rating li,
#phocagallery-pane .star-rating li,
.star-rating li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  /*\*/
  float: left;
  /* */
}

#phocagallery .star-rating li a,
#phocagallery-pane .star-rating li a,
.star-rating li a {
  display: block;
  width: 22px;
  height: 22px;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
  padding: 0px;
}

#phocagallery .star-rating li a:hover,
#phocagallery-pane .star-rating li a:hover,
.star-rating li a:hover {
  background: url(../images/phocagallery/icon-voting.png) left center;
  z-index: 2;
  left: 0px;
}

#phocagallery .star-rating a.star1,
#phocagallery-pane .star-rating a.star1,
.star-rating a.star1 {
  left: 0px;
}

#phocagallery .star-rating a.star1:hover,
#phocagallery-pane .star-rating a.star1:hover,
.star-rating a.star1:hover {
  width: 22px;
}

#phocagallery .star-rating a.stars2,
#phocagallery-pane .star-rating a.stars2,
.star-rating a.stars2 {
  left: 22px;
}

#phocagallery .star-rating a.stars2:hover,
#phocagallery-pane .star-rating a.stars2:hover,
.star-rating a.stars2:hover {
  width: 44px;
}

#phocagallery .star-rating a.stars3,
#phocagallery-pane .star-rating a.stars3,
.star-rating a.stars3 {
  left: 44px;
}

#phocagallery .star-rating a.stars3:hover,
#phocagallery-pane .star-rating a.stars3:hover,
.star-rating a.stars3:hover {
  width: 66px;
}

#phocagallery .star-rating a.stars4,
#phocagallery-pane .star-rating a.stars4,
.star-rating a.stars4 {
  left: 66px;
}

#phocagallery .star-rating a.stars4:hover,
#phocagallery-pane .star-rating a.stars4:hover,
.star-rating a.stars4:hover {
  width: 88px;
}

#phocagallery .star-rating a.stars5,
#phocagallery-pane .star-rating a.stars5,
.star-rating a.stars5 {
  left: 88px;
}

#phocagallery .star-rating a.stars5:hover,
#phocagallery-pane .star-rating a.stars5:hover,
.star-rating a.stars5:hover {
  width: 110px;
}

#phocagallery .star-rating li.current-rating,
#phocagallery-pane .star-rating li.current-rating,
.star-rating li.current-rating {
  background: url(../images/phocagallery/icon-voting.png) left bottom;
  position: absolute;
  height: 22px;
  /*width:77px;*/
  display: block;
  text-indent: -9000px;
  z-index: 1;
}

/* Voting small */
#phocagallery .star-rating-small,
.star-rating-small {
  list-style: none;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  width: 80px;
  height: 16px;
  position: relative;
  background: url(../images/phocagallery/icon-voting-small.png) top left repeat-x;
}

#phocagallery .star-rating-small li,
.star-rating-small li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  /*\*/
  float: left;
  /* */
}

#phocagallery .star-rating-small li a,
.star-rating-small li a {
  display: block;
  width: 16px;
  height: 16px;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
  padding: 0px;
}

#phocagallery .star-rating-small li a:hover,
.star-rating-small li a:hover {
  background: url(../images/phocagallery/icon-voting-small.png) left center;
  z-index: 2;
  left: 0px;
}

#phocagallery .star-rating-small a.star1,
.star-rating-small a.star1 {
  left: 0px;
}

#phocagallery .star-rating-small a.star1:hover,
.star-rating-small a.star1:hover {
  width: 16px;
}

#phocagallery .star-rating-small a.stars2,
.star-rating-small a.stars2 {
  left: 16px;
}

#phocagallery .star-rating-small a.stars2:hover,
.star-rating-small a.stars2:hover {
  width: 32px;
}

#phocagallery .star-rating-small a.stars3,
.star-rating-small a.stars3 {
  left: 32px;
}

#phocagallery .star-rating-small a.stars3:hover,
.star-rating-small a.stars3:hover {
  width: 48px;
}

#phocagallery .star-rating-small a.stars4,
.star-rating-small a.stars4 {
  left: 48px;
}

#phocagallery .star-rating-small a.stars4:hover,
.star-rating-small a.stars4:hover {
  width: 64px;
}

#phocagallery .star-rating-small a.stars5,
.star-rating-small a.stars5 {
  left: 64px;
}

#phocagallery .star-rating-small a.stars5:hover,
.star-rating-small a.stars5:hover {
  width: 80px;
}

#phocagallery .star-rating-small li.current-rating, .star-rating-small li.current-rating {
  background: url(../images/phocagallery/icon-voting-small.png) left bottom;
  position: absolute;
  height: 16px;
  /*width:77px;*/
  display: block;
  text-indent: -9000px;
  z-index: 1;
}

/* /media/com_phocagallery/css/main/phocagallery.css   */
#phocagallery-pane .pg-box2,
#phocagallery .pg-box2,
.pg-box2 {
  display: table-cell;
  vertical-align: middle;
}

#phocagallery-pane .pg-box3,
#phocagallery .pg-box3,
.pg-box3 {
  text-align: center;
}

.ph-tabs-iefix {
  font-size: 1px;
  height: 1px;
  margin: 0px;
  padding: 0px;
}

#phocagallery {
  padding: 0;
  margin: 0;
  width: auto;
}

#phocagallery a img {
  padding: 0;
  margin: 0;
}

#phocagallery .phocagallery-cat-desc {
  margin: 10px 0 10px 0;
}

#phocagallery .category {
  margin: 5px;
}

#phocagallery.pg-detail-view {
  margin: 0px;
  padding: 0px;
}

#phocagallery .pg-detail-tags,
#phocagallery .pg-cat-tags {
  text-align: right;
  font-size: x-small;
}

#phocagallery-pane .phocagallery-box-file,
#phocagallery .phocagallery-box-file,
.phocagallery-box-file {
  position: relative;
  float: left;
  text-align: center;
  /*overflow:visible;*/
  /*
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  */
}

#phocagallery-pane .phocagallery-box-file-first,
#phocagallery .phocagallery-box-file-first,
.phocagallery-box-file-first {
  /*overflow: hidden;*/
  display: table;
  vertical-align: middle;
}

#phocagallery-pane .phocagallery-box-file-second,
#phocagallery .phocagallery-box-file-second,
.phocagallery-box-file-second {
  display: table-cell;
  vertical-align: middle;
}

#phocagallery-pane .phocagallery-box-file-third,
#phocagallery .phocagallery-box-file-third,
.phocagallery-box-file-third {
  text-align: center;
}

#phocagallery a:hover, #phocagallery a:active, #phocagallery a:focus,
#phocagallery-statistics a:hover, #phocagallery-statistics a:active, #phocagallery-statistics a:focus {
  background: none;
  text-decoration: none;
}

#phocagallery .pg-name,
#phocagallery-statistics .pg-name {
  margin: 0px;
  padding: 0px;
  margin-top: 2px;
  color: #135cae;
  text-align: center;
}

#phocagallery .detail,
#phocagallery-statistics .detail {
  text-align: right;
  margin: 0px;
  padding: 0px;
}

#phocagallery .phocagallery-box-file:hover,
#phocagallery .phocagallery-box-file.hover,
#phocagallery-pane .phocagallery-box-file:hover,
#phocagallery-pane .phocagallery-box-file.hover,
.phocagallery-box-file:hover,
.phocagallery-box-file.hover {
  /*border:1px solid #135cae;
  background:#f5f5f5;*/
  text-decoration: none;
  /*
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  */
}

/*hotnew*/
#phocagallery div.pg-box1 img.pg-img-ovr1 {
  position: absolute;
  top: 3px;
  left: 3px;
}

#phocagallery div.pg-box1 img.pg-img-ovr2 {
  position: absolute;
  top: 3px;
  left: 35px;
}

#phocagallery .pg-cat-img-detail {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}

#phocagallery .pg-cat-img-detail-box {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.pg-cats-box-float {
  position: relative;
  float: left;
}

/*detail*/
.phocagallery-box-file-d {
  position: relative;
  float: left;
  border: 1px solid #E8E8E8;
  background: #fcfcfc;
  text-align: center;
  overflow: visible;
  width: 640px;
  height: 480px;
}

.phocagallery-box-file-first-d {
  background: #f5f5f5;
  width: 640px;
  height: 480px;
  overflow: hidden;
  display: table;
  vertical-align: middle;
}

/*download message*/
#download-msg {
  font-family: sans-serif;
  font-size: 83%;
  position: absolute;
  left: 10%;
  top: 10%;
  background-color: #ebecff;
  border: 5px solid #cccccc;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
  z-index: 1000;
}

/*download message text*/
#download-msg div table {
  padding: 10px;
  filter: alpha(opacity=100);
  opacity: 0.8;
  -moz-opacity: 0.8;
  position: relative;
  z-index: 1000;
  background-color: #ebecff;
}

#download-msg div table tr td,
#download-msg div table tr td small,
#download-msg a {
  color: #000000;
  font-weight: bold;
}

#phocagallery .main-switch-image {
  margin: 0px;
  padding: 7px 5px 7px 5px;
  margin-bottom: 15px;
}

#phocagallery .main-switch-image-table {
  /*border:1px solid #c2c2c2;*/
}

#loading-label-ytb,
#loading-label,
#loading-label-user {
  text-align: center;
  display: none;
}

#phocaGalleryImageBox,
#image-box {
  position: relative;
}

#description-msg {
  font-size: 83%;
  text-align: left;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
  z-index: 1000;
  width: 100%;
}

#description-text {
  color: #fff;
  padding: 10px;
  /*  filter:alpha(opacity=100); 
  opacity: 0.8; 
  -moz-opacity:0.8; */
  position: relative;
  z-index: 1000;
  background-color: #000;
}

#phocagallery-categories-detail {
  clear: both;
}

/* Pane*/
#phocagallery-votes,
#phocagallery-comments,
#phocagallery-upload,
#phocagallery-ytbupload,
#phocagallery-javaupload,
#phocagallery-multipleupload,
#phocagallery-category-creating,
#phocagallery-subcategory-creating,
#phocagallery-statistics,
#phocagallery-user {
  margin-top: 0px;
  /*IE bug*/
  margin-bottom: 15px;
}

#phocagallery-votes a img,
#phocagallery-comments a img,
#phocagallery-upload a img,
#phocagallery-ytbupload a img,
#phocagallery-javaupload a img,
#phocagallery-multipleupload a img,
#phocagallery-category-creating a img,
#phocagallery-subcategory-creating a img,
#phocagallery-user a img,
#phocagallery-statistics a img {
  border: 0px;
}

#phocagallery-categories-detail fieldset,
#phocagallery-votes fieldset,
#phocagallery-comments fieldset,
#phocagallery-upload fieldset,
#phocagallery-ytbupload fieldset,
#phocagallery-javaupload fieldset,
#phocagallery-multipleupload fieldset,
#phocagallery-category-creating fieldset,
#phocagallery-subcategory-creating fieldset,
#phocagallery-user fieldset,
#phocagallery-statistics fieldset {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 5px;
}

#phocagallery-categories-detail legend,
#phocagallery-votes legend,
#phocagallery-comments legend,
#phocagallery-upload legend,
#phocagallery-ytbupload legend,
#phocagallery-javaupload legend,
#phocagallery-multipleupload legend,
#phocagallery-category-creating legend,
#phocagallery-subcategory-creating legend,
#phocagallery-user legend,
#phocagallery-statistics legend {
  font-weight: bold;
  color: #aa0000;
  padding: 10px;
}

#phocagallery-votes small,
#phocagallery-comments small,
#phocagallery-upload small,
#phocagallery-ytbupload small,
#phocagallery-javaupload small,
#phocagallery-multipleupload small,
#phocagallery-statistics small,
#phocagallery-category-creating small,
#phocagallery-subcategory-creating small,
#phocagallery-user small {
  color: #ccc;
}

#phocagallery-votes form,
#phocagallery-comments form,
#phocagallery-upload form,
#phocagallery-ytbupload form,
#phocagallery-javaupload form,
#phocagallery-multipleupload form,
#phocagallery-category-creating form,
#phocagallery-subcategory-creating form,
#phocagallery-user form {
  margin: 0;
  padding: 0;
}

#phocagallery-comments .comment-input,
#phocagallery-upload .comment-input,
#phocagallery-ytbupload .comment-input,
#phocagallery-javaupload .comment-input,
#phocagallery-multipleupload .comment-input,
#phocagallery-category-creating .comment-input,
#phocagallery-subcategory-creating .comment-input,
#phocagallery-user .comment-input {
  width: 98%;
}

#phocagallery-comments .comment-input2,
#phocagallery-upload .comment-input2,
#phocagallery-ytbupload .comment-input2,
#phocagallery-javaupload .comment-input2,
#phocagallery-multipleupload .comment-inpu2t,
#phocagallery-category-creating .comment-input2,
#phocagallery-subcategory-creating .comment-input2,
#phocagallery-user .comment-input {
  width: 40px;
  border: 0px;
  font-weight: bold;
}

/* tabs */
form {
  margin: 0;
  padding: 0;
}

dl.tabs {
  float: left;
  margin: 10px 0 -1px 2px;
  z-index: 50;
}

dl.tabs dt {
  float: left;
  padding: 4px 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-left: 3px;
  background: #f0f0f0;
  color: #666;
}

dl.tabs dt.open {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 100;
  color: #000;
}

dl.tabs a {
  text-decoration: none;
  font-weight: normal;
}

dl.tabs a:hover {
  background: transparent !important;
}

div.current {
  clear: both;
  border: 1px solid #ccc;
  padding: 10px 10px;
  background: #ffffff;
}

div.current dd {
  padding: 0;
  margin: 0;
}

#uploadForm {
  margin: 0;
  padding: 0;
}

#phocagallery-comments-form {
  margin: 0;
  padding: 0;
}

#phoca-exif {
  padding: 10px;
}

#phoca-exif h2.phocaexif {
  font-size: 130%;
  background: url(../images/phocagallery/icon-info.gif) left center no-repeat;
  padding-left: 20px;
}

#phoca-exif table {
  border-collapse: collapse;
}

#phoca-exif table tr.first {
  background: #fdfdfd;
  border-bottom: 1px dotted #ccc;
  border-collapse: collapse;
}

#phoca-exif table tr.second {
  background: #fff;
  border-bottom: 1px dotted #ccc;
  border-collapse: collapse;
}

#phoca-exif table tr td {
  padding: 5px;
  border-collapse: collapse;
}

/* IE Shadowbox */
#shadowbox_title,
#shadowbox_info {
  border: 0px;
}

#phocagallery-img-votes {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
}

/** Table styles **/
#phocagallery-subcategory-creating table.adminlist,
#phocagallery-upload table.adminlist {
  width: 100%;
  border-spacing: 1px;
  background-color: #e7e7e7;
  color: #666;
}

#phocagallery-subcategory-creating table.adminlist td,
#phocagallery-subcategory-creating table.adminlist th,
#phocagallery-upload table.adminlist td,
#phocagallery-upload table.adminlist th {
  padding: 4px;
}

#phocagallery-subcategory-creating table.adminlist thead th,
#phocagallery-upload table.adminlist thead th {
  text-align: center;
  background: #f0f0f0;
  color: #666;
  border-bottom: 1px solid #999;
  border-left: 1px solid #fff;
}

#phocagallery-subcategory-creating table.adminlist thead a:hover,
#phocagallery-upload table.adminlist thead a:hover {
  text-decoration: none;
}

#phocagallery-subcategory-creating table.adminlist thead th img,
#phocagallery-upload table.adminlist thead th img {
  vertical-align: middle;
}

#phocagallery-subcategory-creating table.adminlist tbody th,
#phocagallery-upload table.adminlist tbody th {
  font-weight: bold;
}

#phocagallery-subcategory-creating table.adminlist tbody tr,
#phocagallery-upload table.adminlist tbody tr {
  background-color: #fff;
  text-align: left;
}

#phocagallery-subcategory-creating table.adminlist tbody tr.row1,
#phocagallery-upload table.adminlist tbody tr.row1 {
  background: #f9f9f9;
  border-top: 1px solid #fff;
}

#phocagallery-subcategory-creating table.adminlist tbody tr.row0:hover td,
#phocagallery-subcategory-creating table.adminlist tbody tr.row1:hover td,
#phocagallery-upload table.adminlist tbody tr.row0:hover td,
#phocagallery-upload table.adminlist tbody tr.row1:hover td {
  background-color: #ffd;
}

#phocagallery-subcategory-creating table.adminlist tbody tr td,
#phocagallery-upload table.adminlist tbody tr td {
  height: 25px;
  background: #fff;
  border: 1px solid #fff;
}

#phocagallery-subcategory-creating table.adminlist tbody tr.row1 td,
#phocagallery-upload table.adminlist tbody tr.row1 td {
  background: #f9f9f9;
  border-top: 1px solid #FFF;
}

#phocagallery-subcategory-creating table.adminlist tfoot tr,
#phocagallery-upload table.adminlist tfoot tr {
  text-align: center;
  color: #333;
}

#phocagallery-subcategory-creating table.adminlist tfoot td,
#phocagallery-subcategory-creating table.adminlist tfoot th,
#phocagallery-upload table.adminlist tfoot td,
#phocagallery-upload table.adminlist tfoot th {
  background-color: #f3f3f3;
  border-top: 1px solid #999;
  text-align: center;
}

#phocagallery-subcategory-creating table.adminlist td.order,
#phocagallery-upload table.adminlist td.order {
  text-align: center;
  white-space: nowrap;
}

#phocagallery-subcategory-creating table.adminlist td.order span,
#phocagallery-upload table.adminlist td.order span {
  float: left;
  display: block;
  width: 20px;
  text-align: center;
}

#phocagallery .pg-center,
#phocagallery-upload .pg-center,
#phocagallery-subcategory-creating .pg-center {
  text-align: center;
  vertical-align: middle;
}

#phocagallery .pg-inline,
#phocagallery-upload .pg-inline,
#phocagallery-subcategory-creating .pg-inline {
  margin: 0 10px 0 10px;
  display: inline;
}

.bgPhocaClass {
  padding: 10px;
  /*border:1px solid #d2d2d2;*/
}

/* 1.6*/
#phocagallery table,
#phocagallery tr,
#phocagallery td {
  border-style: none;
  border: 0px;
}

#phocagallery table tr td div.pg-imgbg a,
#phocagallery table tr td div.pg-imgbg a img,
#phocagallery table tr td div.pg-imgbg {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#phocagallery table tr td div.pg-imgbgd a,
#phocagallery table tr td div.pg-imgbgd a img,
#phocagallery table tr td div.pg-imgbgd {
  margin: 0 auto;
  padding: 0;
}

/*
 * If Beez template is not used, the following code
 * can be removed
 * Because of using !important methods in Beez
 */
#phocagallery-comments table,
#phocagallery-comments table tr td,
#phocagallery-comments table tr,
#phocagallery table,
#phocagallery-pane table,
#phocagallery-pane table tr,
#phocagallery-pane table tr td {
  border-style: none !important;
}

#phocagallery-pane table tr td {
  padding: 3px;
}

#phocagallery-multipleupload form fieldset {
  text-align: left;
  padding: 5px;
}

#phocagallery-pane .actions {
  text-align: left;
  width: auto;
  padding: 10px 5px !important;
  margin: 10px 0 !important;
}

#phocagallery-pane ul#flash_uploader_filelist {
  margin: 0px;
}

#phocagallery div.phocagallery-box-file-third a:hover,
#phocagallery div.phocagallery-box-file-third a:active,
#phocagallery div.phocagallery-box-file-third a:focus,
#phocagallery table tr td div#phocaGalleryImageBox a:hover,
#phocagallery table tr td div#phocaGalleryImageBox a:active,
#phocagallery table tr td div#phocaGalleryImageBox a:focus,
#phocagallery table tr td div.pg-imgbg a:hover,
#phocagallery table tr td div.pg-imgbg a:active,
#phocagallery table tr td div.pg-imgbg a:focus,
#phocagallery table tr td a:hover img,
#phocagallery table tr td a:active img,
#phocagallery table tr td a:focus img,
#phocagallery a:hover img,
#phocagallery a:active img,
#phocagallery a:focus img,
#main #phocagallery a:hover img,
#main #phocagallery a:active img,
#main #phocagallery a:focus img {
  background-color: transparent;
  background: none;
}

/* Plugin */
#main div.phocagallery div.phocagallery-box-file-first a,
#main div.phocagallery div.phocagallery-box-file-second a,
#main div.phocagallery div.phocagallery-box-file-third a,
#main div.phocagallery a img,
#main div.phocagallery div.detail a img,
#main div.phocagallery div.detail a,
#main div.phocagallery div.detail a:hover img,
#main div.phocagallery div.detail a:active img,
#main div.phocagallery div.detail a:focus img,
#main div.phocagallery a:hover img,
#main div.phocagallery a:active img,
#main div.phocagallery a:focus img {
  background-color: transparent;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

#main div.phocagallery a img,
#main div.phocagallery a:hover img,
#main div.phocagallery a:active img,
#main div.phocagallery a:focus img {
  vertical-align: middle;
}

.bgPhocaClass {
  padding: 10px;
  /*border:1px solid #d2d2d2;*/
}

.bgPhocaClass {
  border-collapse: separate;
}

.bgPhocaClass tr,
.bgPhocaClass tr td {
  border: none;
}

/*
 * End of specific code for Beez template
 */
.pgerrormsg {
  background: #FFC2C2;
  border: 1px solid #bf3030;
  color: #a60000;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.pgsuccessmsg {
  background: #ceffc1;
  border: 1px solid #4ebd30;
  color: #23a600;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.pgunsetmsg {
  background: #fff2c1;
  border: 1px solid #bda130;
  color: #a68400;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#phocagallery table #image-box {
  margin: 0 auto;
}

/*icons - buttons*/
#phocagallery #pg-icons {
  float: right;
  margin-right: 5px;
}

/* Multibox */
#phocagallery.pg-detail-view-multibox {
  margin: 0px;
  padding: 0px;
  border: 0px;
  overflow: hidden;
  text-align: left;
}

#phocagallery.pg-detail-view-multibox table.pg-multibox-table {
  width: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  text-align: left;
}

#phocagallery.pg-detail-view-multibox table tr td.pg-multibox-lefttd {
  padding: 0px;
  margin: 0px;
}

#phocagallery.pg-detail-view-multibox table tr td.pg-multibox-righttd {
  text-align: left;
  padding: 0px;
  margin: 0px;
}

#phocagallery.pg-detail-view-multibox table .pg-multibox-left {
  margin: 0px 5px;
  font-size: small;
  position: relative;
}

#phocagallery.pg-detail-view-multibox table .pg-multibox-right {
  padding: 5px 5px;
  margin: 0px;
  overflow: -moz-scrollbars-vertical;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}

#phocagallery.pg-detail-view-multibox .pg-multibox-desc,
#phocagallery.pg-detail-view-multibox .pg-multibox-user,
#phocagallery.pg-detail-view-multibox table tr td {
  font-size: small;
}

#phocagallery.pg-detail-view-multibox .pg-rating-msg {
  font-size: xx-small;
}

#phocagallery.pg-detail-view-multibox .pg-multibox-tags-box,
#phocagallery.pg-detail-view-multibox .pg-multibox-desc {
  padding: 5px 0px;
}

#phocagallery.pg-detail-view-multibox .pg-multibox-tags,
#phocagallery.pg-detail-view-multibox .pg-multibox-user {
  font-weight: bold;
}

#phocagallery.pg-detail-view-multibox .pg-multibox-username,
#phocagallery.pg-detail-view-multibox .pg-multibox-avatar {
  float: left;
}

#phocagallery.pg-detail-view-multibox .pg-multibox-thumbs-box,
#phocagallery.pg-detail-view-multibox .pg-multibox-comments {
  padding: 5px 0px;
}

#phocagallery.pg-detail-view-multibox .pg-multibox-thumbs-box .pg-multibox-thumbs-item {
  margin: 3px;
  padding: 2px;
  float: left;
  border: 1px solid #dfdfdf;
}

#phocagallery.pg-detail-view-multibox .pg-multibox-comments-iframe {
  border: none;
  padding: 0px;
  margin: 0px;
  /*overflow: -moz-scrollbars-vertical;
    -ms-overflow-y: scroll;
    overflow-y: scroll;*/
  overflow: auto;
}

#phocagallery .pg-multibox-title {
  font-weight: bold;
}

#phocagallerymultiboxnext {
  position: absolute;
  right: 20px;
  top: 45%;
  display: none;
}

#phocagallerymultiboxprev {
  position: absolute;
  left: 20px;
  top: 45%;
  display: none;
}

/* To not be in coflict with beez */
#phocagallery.pg-detail-view-multibox table .pg-multibox-left a,
#phocagallery.pg-detail-view-multibox table .pg-multibox-left a img,
#phocagallery.pg-detail-view-multibox table .pg-multibox-left a:hover img,
#phocagallery.pg-detail-view-multibox table .pg-multibox-left a:active img,
#phocagallery.pg-detail-view-multibox table .pg-multibox-left a:focus img,
#phocagallerymultiboxprev a,
#phocagallerymultiboxprev a img,
#phocagallerymultiboxprev a:hover img,
#phocagallerymultiboxprev a:active img,
#phocagallerymultiboxprev a:focus img,
#phocagallerymultiboxnext a,
#phocagallerymultiboxnext a img,
#phocagallerymultiboxnext a:hover img,
#phocagallerymultiboxnext a:active img,
#phocagallerymultiboxnext a:focus img {
  background-color: transparent !important;
  background: none !important;
  border: none !important;
  text-decoration: none !important;
}

/* JAK no borders*/
div.window-container table,
div.window-container table tr,
div.window-container table tr td {
  border: 0px;
}

#phocagallery .pg-multi-img {
  position: relative;
  float: left;
  max-width: 100%;
}

#phocagallery .pg-multi-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
}

#phocagallery .pg-multi-img img {
  float: left;
}

#pg-msnr-container {
  padding: 0;
  margin: 0;
}

#phocaMap img,
#phocagallery img {
  max-width: none;
}

.ph-cb {
  clear: both;
}

.highslide img {
  border: 0px;
}

/* Bootstrap 3 conflict */
#phocagallery *,
#phocagallery *:before,
#phocagallery *:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box  !important;
  box-sizing: content-box !important;
}

/* Plugin conflict */
.highslide-controls {
  display: none;
}

.highslide-container .highslide-wrapper div.highslide-controls {
  display: block;
  margin-left: -50%;
}

/* phocagallery-slimbox  */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(../images/phocagallery-slimbox/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(../images/phocagallery-slimbox/prevlabel_rus.gif) no-repeat 0 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(../images/phocagallery-slimbox/nextlabel_rus.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(../images/phocagallery-slimbox/closelabel_rus.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

/*********** end phocagallery *************/ 





/* Скорее всего вам понадобятся */
.mod-scoree-vsego {
  text-align: center;
}
.mod-scoree-vsego .modul_h3 {
  margin-bottom: 42px;
  text-transform: initial;
}
.mod-scoree-vsego .item-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mod-scoree-vsego::after {
  content: '';
  display: table;
  clear: both;
}
.mod-scoree-vsego .item {
  width: 190px;
  height: 190px;
  margin: 0 10px 30px;
  border: 1px solid #aaa;;
  box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.mod-scoree-vsego .item:hover {
  border: 3px solid #34323f;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}


/* Цветовая палитра Завода */
.mod-cvet-palitra .modul_h3 {
  text-transform: initial;
  margin-bottom: 30px;
}
.mod-cvet-palitra .item-block {
  margin-bottom: 30px;
  border: 1px solid #aaa;
  padding: 27px 20px 18px;
  box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
  border-radius: 20px;
  overflow: hidden;
}
.mod-cvet-palitra .block-title {
  color: #333;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.mod-cvet-palitra .item-container {
  margin-left: -7px;
  margin-right: -7px;
}
.mod-cvet-palitra .item-container::after {
  content: '';
  display: table;
  clear: both;
}
.mod-cvet-palitra .item {
  float: left;
  width: 99px;
  height: 99px;
  margin-bottom: 15px;
  padding-left: 7px;
  padding-right: 7px;
  box-sizing: content-box;
}
.mod-cvet-palitra .item img {
  border: 1px solid #e3e3e3;
}
.mod-cvet-palitra .text-after {
  max-width: 656px;
  margin: 0 auto;
  color: #f00;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.k2ItemsBlock .readmore-wrap {
  position: relative;
  text-align: center;
  padding: 30px 0 50px;
}
.k2ItemsBlock .readmore-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 46px;
  width: 100%;
  height: 2px;
  background-color: #E1E1E1;
}
.k2ItemsBlock .readmore-link {
  display: inline-block;
  position: relative;
  background-color: #008000;
  color: #fff;
  padding: 10px 33px 12px;
  border-radius: 50px;
  line-height: 1;
  z-index: 1;
  text-decoration: none;
}



.mod-spaneli .modul_h3 {
  text-transform: initial;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.obustr-fasad .item {
  border: 1px solid #DEDEDE;
  background-position: 0 16px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.obustr-fasad .item.item_econ {
  background-image: url("/images/obustr-fasad/p6.png");
}
.obustr-fasad .item.item_obre {
  background-image: url("/images/obustr-fasad/p4.png");
}
.obustr-fasad .item.item_dvus {
  background-image: url("/images/obustr-fasad/p3.png");
}
.obustr-fasad .item.item_ydob {
  background-image: url("/images/obustr-fasad/p5.png");
}
.obustr-fasad .item.item_tepl {
  background-image: url("/images/obustr-fasad/p2.png");
}
.obustr-fasad .item.item_vash {
  background-image: url("/images/obustr-fasad/p1.png");
}
.obustr-fasad .item-title {
  margin-top: 37px;
  margin-left: 89px;
  padding: 10px;
}
.obustr-fasad .item-desc {
  margin-top: 38px;
  padding: 0 15px 45px;
}

.mogno-postr-spanel .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mogno-postr-spanel .item {
  margin-bottom: 18px;
  border: 1px solid #DEDEDE;
}
.mogno-postr-spanel .item-image {
  padding: 10px;
}
.mogno-postr-spanel .item-image img {
  max-width: 100%;
}
.mogno-postr-spanel .item-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}
.mogno-postr-spanel .item-desc {
  padding-bottom: 15px;
  text-align: center;
}



.item-wide {
  border: 1px solid #2B2B2B;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.item-wide__left {
  width: 395px;
}
.item-wide__image {
  overflow: hidden;
  padding: 15px;
}
.item-wide__image img {
  transition: all 0.25s;
}
.item-wide__title {
  margin-bottom: 10px;
  padding: 0 25px;
  font-weight: bold;
  font-size: 20px;
}
.item-wide__description {
  padding: 0 25px 10px;
}
.item-wide__right {
  flex: 1;
}
.item-wide__right .table {
  margin-bottom: 0;
}
.item-wide__right .table td {
  border: 1px solid #D4D4D4;
  padding: 10px;
}
.item-wide__bottom {
  width: 100%;
  padding: 15px 25px;
  background-color: #34323F;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.item-wide:hover .item-wide__image img {
  transform: scale(1.1);
}

.item-wide:hover .item-wide__bottom {
  background-color: #F1A100;
}

.item-wide a {
  text-decoration: underline;
}


.cut-modules .k2ItemsBlock .itemList > div:nth-child(n+5) {
  display: none;
}


.category-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.category-item {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.category-item img {
  width: 100%;
}



.image-interact .item-desc {
  display: none;
}
.image-interact img {
  max-width: 100%;
  height: auto;
}
.image-interact-show {
  position: relative;
}
.image-interact-show .item-link {
  position: absolute;
  left: 3px;
}
.image-interact-show .item-link-1 {
  top: 155px;
}
.image-interact-show .item-link-2 {
  top: 204px;
}
.image-interact-show .item-link-3 {
  top: 253px;
}
.image-interact-show .item-link-4 {
  top: 302px;
}
.image-interact-show .item-link-5 {
  top: 351px;
}
.image-interact-show .item-link-6 {
  top: 400px;
}
.image-interact-show .item-link-7 {
  top: 449px;
}
.image-interact-show .item-link-8 {
  top: 498px;
}
.image-interact-show .item-link-9 {
  top: 547px;
}
.image-interact-show .item-link-10 {
  top: 595px;
}



/*Интерактиваня картинка */
.interaktiv-wrapper{
  background-image: url(/images/roof.jpg);
  background-repeat: no-repeat;
  background-position: 100% 8px;
  padding: 100px 0px;
}
.interaktiv-info{
  padding: 10px;
  background-color: #ebebeb;
  width: 257px;
}
.interaktiv-info__img{
  margin-bottom: 15px;
  height: 237px;
}
.interaktiv-info__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.interaktiv-info__title{
  font-size: 12px;
line-height: 16px;
color: #34323f;
font-weight: 700;
font-family: "Open Sans";
margin-bottom:15px;
}
.interaktiv-info__text{
  font-size: 13px;
line-height: 16px;
color: #34323f;
font-weight: 400;
font-family: "Open Sans";
margin-bottom:15px;
}
.interaktiv-info__btn{
  margin-bottom: 15px;
}
.interaktiv-info__btn a{
  width: 140px;
height: 36px;
background-color: #159a0c;
font-size: 14px;
line-height: 16px;
color: #ffffff;
font-weight: 700;
font-family: "Open Sans";
padding: 10px 28px;
display:inline-block;
}
.interaktiv-info__btn a:hover{
  background-color: green;
}
.interaktiv-tabs{
  border: none;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -10px;
  top: 56px;
}
.interaktiv-tabs > li.active > a, .interaktiv-tabs > li.active > a:hover, .interaktiv-tabs > li.active > a:focus{
  border: none !important;
  background-color: transparent !important;
  color: #f1a100 !important;
}
.interaktiv-tabs > li > a, .interaktiv-tabs > li > a:hover, .interaktiv-tabs > li > a:focus{
  border: none !important;
  background-color: transparent !important;
 
}
.interaktiv-tabs > li {
margin-bottom: 10px;
}


/* Стили "ленивой" карты */
.map.container-fluid {
  height: 263px;
  padding: 0;
  background-image: url(/images/map.jpg);
  background-position: center center;
}


/* Видео на главной */

.header-video-wrapp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header-video-wrapp::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #010019 0%, #481021 100%);
  opacity: 0.85;
}

.header-video-wrapp video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.no_main .header-content {
  background: linear-gradient(to right, #010019 0%, #481021 100%);
}

.site-inf {
  padding-top: 127px;
  padding-left: 171px;
  color: #fff;
}

.no_main .site-inf {
  padding: 0;
}

.site-inf > .container-fluid > .row {
  position: relative;
}

.header-title {
  margin-bottom: 35px;
  max-width: 929px;
  font-size: 53px;
  line-height: 1.3;
  text-transform: uppercase;
}

.headere-subtitle {
  margin-bottom: 68px;
  color: #C2C2C2;
  font-size: 13px;
  line-height: 1.5;
  max-width: 725px;
}

.header-logo {
  position: absolute;
  top: 0;
  left: calc(50% + 13.3%);
  padding: 15px;
}

.header-logo img {
  max-width: 100%;
}

.header-play-btn {
  display: block;
  position: absolute;
  top: 225px;
  left: calc(50% + 16%);
  width: 317px;
  height: 336px;
}

.header-play-btn::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 0 0 / contain url(../images/icons/play.png);
  opacity: 1;
  transition: 0.25s;
}

.header-play-btn::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 0 0 / contain url(../images/icons/play1.png);
  opacity: 0;
  transition: 0.25s;
}

.header-play-btn:hover::before {
  opacity: 0;
}

.header-play-btn:hover::after {
  opacity: 1;
}


.header-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 32px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  max-width: 875px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ccc;
}

.no_main .header-contacts {
  margin-top: 0;
  border: none;
  padding-bottom: 10px;
  max-width: initial;
}

.header-contacts__col_1 {
  max-width: 261px;
  text-align: right;
}

.header-contacts__col_2 {
  max-width: 216px;
}

.header-contacts__col_3 {
  max-width: 207px;
}

.header-contacts a {
  color: inherit;
}

.header-contacts__tel {
  margin-bottom: 13px;
  font-size: 18px;
}

.header-contacts__tel:first-child {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  padding-left: 34px;
  font-size: 26px;
  font-weight: bold;
  color: #D8372F;
}

.header-contacts__tel:first-child::before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin-right: 16px;
  background: no-repeat url(../images/icons/phone-call-top.png);
}

.header-contacts__address {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
  font-size: 15px;
}

.header-contacts__address::before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 15px;
  margin-right: 16px;
  background: no-repeat url(../images/icons/location-top.png);
}

.header-contacts__time {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  line-height: 1.8;
}

.header-contacts__time::before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: no-repeat url(../images/icons/time-top.png);
}

.header-contacts__mail {
  padding-left: 38px;
  line-height: 2;
}

.header-contacts__mail:first-child {
  display: inline-block;
  position: relative;
}

.header-contacts__mail:first-child::before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 16px;
  height: 12px;
  background: no-repeat url(../images/icons/mail-top.png);
}


.video-link {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.video-link::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center / auto url(/images/video-banner/play.png);
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.25s;
}

.video-link::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center / auto url(/images/video-banner/play_Hover.png);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.25s;
}

.video-link:hover::before {
  opacity: 0;
}

.video-link:hover::after {
  opacity: 1;
}

.video-link .inner-image {
  display: block;
  height: 200px;
  background: no-repeat center / cover url(/images/video-banner/bg.png);
}


.left_column > div.mod-menu-filter {
  background: #e9f0f4;
  padding: 20px 30px;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.mod-menu-filter .modul_h3 {
  padding: 0;
  margin-bottom: 20px;
  background: none;
  text-transform: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
}

.my-filter-title {
  margin-bottom: 0 !important;
  padding: 20px 30px;
  border-radius: 8px 8px 0 0;
  background-color: #07093a;
  font-size: 18px;
  color: #fff;
}

.mod-menu-filter .nav > li input {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.mod-menu-filter .nav > li a {
  display: inline-block;
  padding: 0;
  font-weight: normal;
}
.mod-menu-filter .nav > li label {
  display: flex;
  margin-bottom: 10px;
}

.ja-filter-wrapper .filter-content {
  background-color: #e9f0f4;
  border-radius: 0 0 8px 8px;
  padding: 20px 30px;
}
.ja-filter-wrapper .filter-subtitle {
  display: none;
}
.ja-filter-wrapper .filter-content .filter-options-title {
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-left: -30px;
  margin-right: -30px;
}
.ja-filter-wrapper .filter-content .filter-options-title span {
  display: block;
  background: none;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.ja-filter-wrapper .filter-content .filter-options-title span:after {
  display: none;
}

.ja-filter-wrapper .filter-actions {
  text-align: center;
}

.filter-current {
  margin-bottom: 20px;
}

.ja-toolbar-wrapper {
  display: none;
}


.ja-products-wrapper .product-items,
.moduletablek2item .itemList,
#itemListLeading {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.ja-products-wrapper .product-items::before,
.ja-products-wrapper .product-items::after {
  display: none;
}

.ja-products-wrapper .product-item,
.moduletablek2item .itemList > div,
.itemListView .itemContainer {
  flex: 0 1 calc(100% / 4 - 15px);
  padding: 0;
}

.ja-products-wrapper .product-item .product-item-info,
.moduletablek2item .itemList > div .catItemView,
.itemListView .itemContainer .catItemView {
  height: 100%;
  padding: 15px 10px;
  border: 1px solid #bfd3df;
  border-radius: 8px;
  overflow: hidden;
}

.ja-products-wrapper .product-item .product-item-info:hover,
.moduletablek2item .itemList > div .catItemView:hover,
.itemListView .itemContainer .catItemView:hover {
  border-color: #ccc;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.ja-products-wrapper .product-item .product-item-info .row {
  margin-left: -10px;
  margin-right: -10px;
}

.ja-products-wrapper .product-item .product-item-info [class^='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

.ja-products-wrapper .product-item-actions .btn,
.k2ReadMore {
  display: inline-block;
  padding: 12px 25px;
  border: 2px solid #2d71c4;
  border-radius: 8px;
  font-weight: 700;
  color: #2d71c4;
}

.ja-products-wrapper .product-item-actions .btn:hover,
.k2ReadMore:hover {
  background-color: #2d71c4;
  color: #fff;
}

.ja-products-wrapper .product-item .product-item-info .ct2 {
  margin-top: 25px;
}

.ja-products-wrapper .product-item .product-item-info .ct2 > div,
.moduletablek2item .itemList > div .catItemExtraFieldsValue.tsena,
.itemListView .itemContainer .catItemExtraFieldsValue.tsena {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #2d71c4;
}

.ja-products-wrapper .product-item-details .col-md-6 {
  width: auto;
  font-size: 13px;
  font-weight: 600;
  color: #a1a2b9;
}

.ja-products-wrapper .product-item-details .col-md-6 + .col-md-6 {
  padding-left: 0;
  color: #07093a;
}

.ja-products-wrapper .product-item .product-item-name,
.moduletablek2item .itemList > div .catItemTitle,
.itemListView .itemContainer .catItemTitle {
  margin-bottom: 20px;
  text-transform: none;
}

.ja-products-wrapper .product-item .product-item-name a,
.moduletablek2item .itemList > div .catItemTitle a,
.itemListView .itemContainer .catItemTitle a {
  font-family: "Cuprum", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #07093a;
}

.ja-products-wrapper .product-item-actions,
div.catItemReadMore {
  margin-top: 20px;
  overflow: hidden;
}


.mod-forma-metallocherepica {
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.mod-forma-metallocherepica__item {
  flex: 1 1 calc(100% / 4 - 20px);
  border-radius: 8px;
  padding: 20px 15px;
  background-color: #c2d4df;
  border: 1px solid #c2d4df;
}

.mod-forma-metallocherepica__item-img {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.mod-forma-metallocherepica__item-img img {
  max-width: 100%;
  height: auto;
}

.mod-forma-metallocherepica__item-title {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #07093a;
}

.mod-forma-metallocherepica__item:hover {
  border-color: #3e7393;
  background: #e9f0f4;
}

.mod-forma-metallocherepica__item:hover .mod-forma-metallocherepica__item-title {
  color: #3e7393;
}


.mod-poverh-metallocherepica {
  margin: 30px 0 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.mod-poverh-metallocherepica__item {
  flex: 1 1 calc(100% / 4 - 20px);
  border: 1px solid #c2d4df;
  border-radius: 8px;
  overflow: hidden;
  background-color: #c2d4df;
  text-decoration: none !important;
}

.mod-poverh-metallocherepica__item-img {
  display: block;
}

.mod-poverh-metallocherepica__item-title {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #07093a;
}

.mod-poverh-metallocherepica__item:hover {
  border-color: #3e7393;
  background: #e9f0f4;
}


.mod-color-metallocherepica {
  margin: 30px 0 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.mod-color-metallocherepica__item {
  flex: 0 1 calc(100% / 5 - 15px);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
  text-decoration: none !important;
}

.mod-color-metallocherepica__item-title {
  display: block;
  padding: 8px 0 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #07093a;
}

.mod-color-metallocherepica__item:hover,
.mod-color-metallocherepica__item:focus {
  border-color: #3e7393;
  background-color: #e9f0f4;
  color: #3e7393;
}


/********** адаптация **********/


@media (max-width: 1650px) {

  .header-logo {
    left: unset;
    right: 0;
  }

  .header-play-btn {
    left: unset;
    right: 0;
  }

  .catalog-list__item {
    padding: 44px 14px 0;
    line-height: 1.5;
  }

  .catalog-list__item::before {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1500px) {
  .header-logo {
    position: static;
    margin-top: 50px;
  }

  .header-play-btn {
    top: 305px;
  }

  .site-inf {
    padding: 50px 100px;
  }

  .main header.header {
    max-height: unset;
  }

  .main .header-content {
    position: relative;
    height: initial;
  }
}

@media (max-width: 1400px) {
  .head2::after {
    display: none;
  }

  .header__catalog .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {

  .interaktiv-wrapper{
    display:none;
  }
  header section .container, header section div.contact_admin {
    width: 100%;
  }
  header section.site-inf {
    height: auto;
  }
  header .header__logo {
    position: static;
    margin: auto;
    box-shadow: none;
  }
  header .l-header__site-inf__container {
    width: 100%;
    margin-left: 0;
  }
  header section.site-top {
    position: static;
  }
  .catalog-list__item {
    padding-right: 10px;
  }

  .catalog-list__item {
    padding: 0;
    height: 65px;
    font-size: 0;
    flex: 1;
  }
  .catalog-list__item::before {
    top: 16px;
    left: calc(50% - 3px);
  }
  .catalog-list__item::after {
    position: absolute;
    top: calc(50% + 2px);
    right: calc(50% - 33px);
  }
  div.moduletable.rs-form-make-order {
    position: static;
    width: 50%;
    margin: 15px auto;
  }
  .moduletable.mod-services {
    width: 100%;
  }
  .moduletable.mod-services .junewsultra.mod-services {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .moduletable.mod-services .jn {
    width: 50%;
  }
  /* ! статьи с иконками на главной (JUNewsUltra) */
  .moduletable.mod-materials-icons-in-index-page .junewsultra {
    justify-content: center;
  }
  .moduletable.mod-materials-icons-in-index-page .jn {
    margin: 15px calc(25% - 175px);
  }
  /* статьи с иконками на главной (JUNewsUltra) ! */
  div.moduletablejunews_mod {
    /* блок новостей  */
  }
  div.moduletablejunews_mod .junews_mod {
    flex-direction: column;
  }
  div.moduletablejunews_mod .jn {
    width: 100%;
  }
  div.moduletablejunews_mod .jn img {
    display: block;
    margin: auto;
    max-width: 100%;
  }

  .mod-footer-contacts .contacts-wrap .address,
  .mod-footer-contacts .contacts-wrap .tel {
    padding: 0 45px;
  }

  .mod-footer-contacts .contacts-wrap .address:before {
    left: 15px;
  }

  .slider-readmore {
    margin-left: 300px !important;
  }

  .accordion-img__title {
    margin-left: 0;
    font-size: 14px;
  }

  .accordion-img__item.active .accordion-img__title {
    font-size: 24px;
  }
}

@media (max-width: 1000px) {
  .slider-main {
    display: none;
  }
  div.moduletable.rs-form-make-order {
    width: 80%;
  }
  #phocagallery-categories-detail .pg-cats-box-float,
  .itemListSubCategories .subCategoryContainer,
  #itemListLeading .itemContainer,
  .moduletablek2item .itemList > div {
    width: 48% !important;
  }
  .junewsultra.mod-services {
    flex-direction: column;
    align-items: center;
  }
  .junewsultra.mod-services .jn {
    width: 100%;
    margin-bottom: 15px;
  }
  .moduletable.mod-materials-in-index-page .jn {
    flex-direction: column;
  }
  .moduletable.mod-materials-in-index-page .jn .jn-head {
    width: 100%;
  }
  .moduletable.mod-materials-in-index-page .jn .jn-intro {
    order: -1;
    width: 100%;
  }
  .footer_1 .row {
    display: flex;
    flex-direction: column;
  }
  .footer_1 .moduletable {
    width: 100%;
  }
  .footer_1 .soc {
    display: flex;
    justify-content: center;
  }
  .footer_2 {
    padding: 15px 0;
  }
  .footer_2 .row {
    display: flex;
    flex-direction: column;
  }
  .footer_2 .row > div {
    margin: auto;
    margin-bottom: 10px;
  }
  .footer_2 .copyright .copyright__text {
    text-align: center;
  }
  .footer_2 .art_web_copyright {
    padding-bottom: 45px;
    background-image: none;
  }
  .footer_2 .art_web_copyright:after {
    content: '';
    display: block;
    height: 60px;
    background: url(/templates/art-web.ru/images/author_art-web.png) 50% 0% no-repeat;
  }
  .footer_2 .art_web_copyright > div {
    text-align: center;
    position: static;
    width: auto;
    margin: auto;
  }
}

@media (max-width: 991px) {

  .header-play-btn {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }


  body.main .product-main__item:nth-child(3n) {
    margin-right: 29px;
  }

  body.main .product-main__item:nth-child(2n) {
    margin-right: 0;
  }

  body.main .product-main__item:nth-child(3n+4) {
    clear: none;
  }

  .sert-container .owl-buttons {
    display: none;
  }

  .mod-footer-contacts {
    padding-left: 0;
    padding-right: 0;
  }


  .head3::after,
  .head3::before {
    display: none;
  }

  .sert-container {
    position: static;
    width: 100%;
    padding: 0 35px;
  }

  .moduletable_accordion {
    display: none;
  }

  .bottom_full_width3 .container {
    width: 100%;
  }

  .slider-text__title {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .slider-text__description {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .slider-readmore {
    font-size: 15px !important;
  }

  .category-item {
    width: 50%;
  }


  .ja-products-wrapper .product-item,
  .moduletablek2item .itemList > div,
  .itemListView .itemContainer {
    flex: 0 1 calc(100% / 3 - 15px);
  }
}

@media (max-width: 767px) {

  .header-title {
    font-size: 25px;
  }

  .header__catalog .row {
    flex-direction: column;
  }

  .main .header-contacts {
    padding-left: 0;
    padding-right: 0;
  }

  .site-inf {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-play-btn {
    height: 260px;
  }


  .swithTem {
    /* Версия для компьютера */
    display: block;
  }
  .moduletable.mod-search {
    width: 100%;
  }
  div.moduletable.rs-form-make-order {
    width: 100%;
  }
  .no_main .header {
    padding: 0;
  }
  .header {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .header .site-inf {
    height: auto;
    order: 2;
  }
  .header .header__logo {
    position: static;
    margin: auto;
    height: auto;
    box-shadow: none;
  }
  .header .site-top {
    top: auto;
    order: 1;
  }
  .header .l-header__site-inf__container {
    flex-direction: column;
    height: auto;
  }
  .header .l-header__site-inf__container .header_site-name {
    width: 100%;
    text-align: center;
  }
  .header .l-header__site-inf__container .header_site-name p {
    text-align: center;
  }
  .header .l-header__site-inf__container .l-header__contacts {
    width: 100%;
    flex-direction: column;
  }
  .header .header__menu {
    flex-direction: column;
  }
  .header .header__menu .mod-nav-main {
    order: 2;
  }
  .header .header__menu .search.mod-search {
    order: 1;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
  }
  .header .header__menu .search.mod-search input.inputbox {
    position: static;
    display: block;
  }
  .header .header__menu .search.mod-search .navbar-collapse {
    padding-left: 10px;
  }
  .column-wrap {
    padding: 0;
  }
  .column-wrap .moduletable_leftmenu .modul_h3, .column-wrap .moduletable_leftmenu div.moduletablejunews_mod div.junews_h, div.moduletablejunews_mod .column-wrap .moduletable_leftmenu div.junews_h {
    display: none;
  }
  .contacts-mail {
    width: 220px;
    margin: 0 auto;
  }
  .contacts-tel-container {
    text-align: center;
  }
  .city {
    float: right
  }
  .header__address,
  .header__time {
    text-align: center;
  }
  /* меню в моб версии */
  .column-wrap .moduletable_leftmenu {
    /* отключаем меню в левой колонке в моб версии */
    display: none;
  }
  body.no-overflow {
    overflow: hidden;
  }
  .mod-nav-main .navbar-collapse,
  nav.header__menu li.deeper ul,
  nav.header__menu li.deeper.active ul {
    /* главное меню в мобильной версии */
    display: block;
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: -100%;
    width: calc(100% - 70px);
    border: none;
    background-color: #ffffff;
    transition: all .25s;
  }
  .mod-nav-main .menu_main {
    margin: 0;
    max-width: 100%;
  }
  .mod-nav-main a,
  .mod-nav-main .separator {
    font-size: 16px;
    color: #777777 !important;
    border-left: none !important;
  }
  .mod-nav-main a {
    color: green;
  }
  .mod-nav-main li a {
    color: green;
    background-color: #ffffff !important;
    border: none !important;
  }
  .mod-nav-main a,
  .mod-nav-main span.separator {
    padding: 15px !important;
  }
  .mod-nav-main li {
    border-top: 0.5px solid #dddddd !important;
    border-bottom: 0.5px solid #dddddd !important;
    border-left: none !important;
    border-right: none !important;
  }
  .nav.header__menu li:hover,
  nav.header__menu li.deeper:hover {
    border-right: none;
  }
  nav.header__menu li.deeper ul,
  nav.header__menu li.deeper.active ul {
    display: block;
    transition: all 0.2s;
  }
  .show-menu {
    overflow-y: scroll;
  }
  .mod-nav-main .navbar-collapse.show-menu,
  nav.header__menu li.deeper ul.show-menu,
  nav.header__menu li.deeper.active ul.show-menu {
    left: 0;
    height: auto;
  }
  .mod-nav-main li.deeper {
    position: relative;
  }
  .mod-nav-main li.current a {
    background-color: #ffffff;
    color: green;
  }
  .btn-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    border-radius: 0;
    background-color: #eaeaea;
  }
  .btn-prev {
    width: 100%;
    padding: 11px 13px;
    border: none;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
  }
  .btn-prev:hover, .btn-prev:focus {
    color: #333;
    background-color: transparent;
  }
  .header__submenu li:first-child {
    margin-top: 35px;
  }
  .close-menu-btn-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 70px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .close-menu-btn-wrap.show {
    right: 0;
  }
  .close-menu-btn {
    position: relative;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 0;
    background-color: #123C91;
  }
  .close-menu-btn::before, .close-menu-btn::after {
    content: "";
    position: absolute;
    top: calc(50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
  }
  .close-menu-btn::before {
    transform: rotate(45deg);
  }
  .close-menu-btn::after {
    transform: rotate(-45deg);
  }
  .left_column-wrap {
    padding-left: 15px;
  }
  .formContainer {
    display: flex;
    flex-wrap: wrap;
  }
  .formContainer .rsform-block {
    width: 100% !important;
  }
  .formContainer .rsform-block input,
  .formContainer .rsform-block select,
  .formContainer .rsform-block textarea {
    display: block;
    margin: auto;
    width: 100% !important;
  }
  .formContainer .rsform-block input.rsform-calendar-box,
  .formContainer .rsform-block select.rsform-calendar-box,
  .formContainer .rsform-block textarea.rsform-calendar-box {
    width: 85% !important;
  }
  .formContainer .rsform-block input.rsform-calendar-button,
  .formContainer .rsform-block select.rsform-calendar-button,
  .formContainer .rsform-block textarea.rsform-calendar-button {
    left: auto !important;
    right: 0;
    width: 10% !important;
  }
  .formContainer .rsform-block .rsform-block-submit .formBody,
  .formContainer .rsform-block .rsform-block-agree .formBody {
    text-align: center;
  }
  .formContainer .rsform-block .rsform-block-captcha .formBody div {
    display: block;
    margin: auto;
  }
  .junewsultra.mod-services {
    width: 100%;
  }
  .junewsultra.mod-services .jn {
    max-width: auto;
    width: 90%;
  }
  /* ! статьи с иконками на главной (JUNewsUltra) */
  .moduletable.mod-materials-icons-in-index-page .jn {
    margin: 15px auto;
  }
  /* статьи с иконками на главной (JUNewsUltra) ! */
  main#content img {
    max-width: 100%;
    margin: auto;
    display: block;
    float: none !important;
    height: auto;
  }
  #phocagallery-categories-detail .pg-cats-box-float,
  .itemListSubCategories .subCategoryContainer,
  #itemListLeading .itemContainer,
  .moduletablek2item .itemList > div {
    width: 96% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .categoryImage .image {
    max-height: 100%;
  }
  .junewsultra.junews_mod .jn {
    width: 100%;
    margin-bottom: 12px;
  }
  .junewsultra.junews_mod .jn .jn-intro img {
    display: block;
    width: 100%;
    height: auto;
    float: none !important;
  }
  address.how-get-in-touch {
    position: static;
    border-radius: 0;
  }
  .mod-carousel-of-logos {
    padding: 0 45px;
  }
  .mod-footer-map {
    height: 450px;
    overflow: hidden;
  }
  .footer_1 .moduletable.soc {
    display: flex;
    justify-content: center;
  }
  div.blog .items-row.cols-2 {
    display: block;
  }
  div.blog .items-row.cols-2 .span6 {
    width: 100%;
  }

  address.l-header__contacts .row {
    flex-direction: column;
  }

  address.l-header__contacts .row > :nth-child(2) {
    order: -1;
  }

  .catalog-list {
    flex-wrap: wrap;
  }

  .head2::before {
    background: #fff;
  }

  .product-main .modul_h3,
  .sert-container .modul_h3,
  .company .modul_h3,
  .production-slider .modul_h3 {
    font-size: 20px;
    margin-top: 30px;
  }

  .header-top {
    justify-content: center;
  }

  .contacts-mail__item {
    line-height: 1.7;
  }

  .header-contacts-m-center {
    display: flex;
    flex-direction: column;
    align-content: center;
  }

  .product-main__item {
    width: calc(50% - 15px);
    height: auto;
  }

  .moduletable_catalog .catalog-list__item:nth-last-child(-n+3) .catalog-menu-container {
    left: unset;
    right: 0;
  }

  .k2ItemsBlock .itemList .even, .k2ItemsBlock .itemList .odd {
    width: 50%;
  }


  .contacts-table td {
    display: block;
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  .special__left {
    float: none;
    margin: 0 auto;
  }

  .special__right {
    margin-left: 0;
    margin-top: 25px;
  }

  .company__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .company__item .company__text {
    margin-left: 0;
  }

  .product-main__item {
    width: 250px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }

  .moduletable.production-slider {
    display: none;
  }


  .ja-products-wrapper .product-item,
  .moduletablek2item .itemList > div,
  .itemListView .itemContainer {
    flex: 1 1 calc(100% / 2 - 15px);
  }
}

@media (max-width: 500px) {

  .callback-btn-wrap .btn {
    width: 100%;
  }

  .catalog-list__item::after {
    display: none;
  }

  /* ! footer */
  .full-contact-inf .mod-footer-contacts {
    flex-direction: column;
  }
  .full-contact-inf .mod-footer-contacts > div {
    margin-bottom: 18px;
  }
  .full-contact-inf .mod-footer-contacts .social-icons {
    margin-top: 8px;
  }
  .full-contact-inf .mod-footer-contacts .contacts-wrap {
    width: 100%;
  }
  .full-contact-inf .logo__img {
    display: block;
    margin: auto;
    max-width: 100% !important;
    height: auto;
  }
  /* footer ! */
}


/* интерактив на главной странице */
#interaktiv-home-container.interaktiv-wrapper{
  background-image: url(/images/house.jpg);
  width: 100%;
  height: 100%;
  background-position: 50% 8px;
  padding: 100px 0px;
  overflow: hidden;
  margin-top: -8px;
}
#interaktiv-home-container .interaktiv-tabs li{
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: block;
  background: #F1A200;
  border-radius: 50%;
  border: 3px solid #FCFDFB;
  -webkit-box-shadow: 0px -1px 25px 11px rgba(241,162,0,1);
  -moz-box-shadow: 0px -1px 25px 11px rgba(241,162,0,1);
  box-shadow: 0px -1px 25px 11px rgba(241,162,0,1);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
#interaktiv-home-container .interaktiv-tabs li:hover{
  transition: 0.3s all;
  -webkit-box-shadow:  0px -1px 11px 5px rgba(241,162,0,1);
  -moz-box-shadow:  0px -1px 11px 5px rgba(241,162,0,1);
  box-shadow: 0px -1px 11px 5px rgba(241,162,0,1);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#interaktiv-home-container .interaktiv-tabs li a{
  cursor: pointer;
  padding: 15px;
  transform: translate(-8px, -8px);
}
#interaktiv-home-container .nav-item.nav-item1{
  top: -124px;
  left: 732px;
}
#interaktiv-home-container .nav-item.nav-item2{
  top: 132px;
  left: 148px;
}
#interaktiv-home-container .nav-item.nav-item3{
  top: 123px;
  left: 392px;
}
#interaktiv-home-container .nav-item.nav-item4{
  top: 6px;
  left: 524px;
}
#interaktiv-home-container .nav-item.nav-item5{
  top: 46px;
  left: 549px;
}
#interaktiv-home-container .nav-item.nav-item6{
  top: 6px;
  left: 524px;
}
#interaktiv-home-container .nav-item.nav-item7{
  top: 166px;
  left: 444px;
}
#interaktiv-home-container .nav-item.nav-item8{
  top: 140px;
  left: 10px;
}
#interaktiv-home-container .nav-item.nav-item9{
  top: 102px;
  left: 579px;
}
#interaktiv-home-container .nav-item.nav-item10{
  top: 269px;
  left: 240px;
}
.interaktiv-info_wrapp{
  display: flex;
  width: 70%;
  margin: 0 auto;  
}
.interaktiv-info_block{
  margin: 20px 0 10px 40px;
}
#interaktiv-home-container .interaktiv-right{
  position: relative;
  height: calc(100% - 193px);
  width: 770px;
  height: 650px;
  margin: 0 auto;
}
#interaktiv-home-container:hover .interaktiv-left{
  cursor: pointer;
  bottom: 0;
  transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
}
#interaktiv-home-container .interaktiv-left{
  position: absolute;
  width: 100%;
  bottom: -200%;
  transition: 3s ease-in-out;
  -webkit-transition: 3s ease-in-out;
  -moz-transition: 3s ease-in-out;
  -ms-transition: 3s ease-in-out;
  -o-transition: 3s ease-in-out;
}
#interaktiv-home-container .interaktiv-info{
  padding: 10px;
  background-color: #ebebeb;
  width: 100%;
  height: 230px;
}
#interaktiv-home-container .interaktiv-info__img{
  position: relative;
  top: -57px;

}
#interaktiv-home-container .interaktiv-info__img img{
  width: 247px;
  border: 5px solid #FDFFFD;
}
#interaktiv-home-container .interaktiv-info__title{
font-size: 1.6em;

}
#interaktiv-home-container .interaktiv-info__text{
font-size: 1.2em;
line-height: 16px;
color: #34323f;
font-weight: 400;
font-family: "Open Sans";
}
#tab-block-podshivka .interaktiv-info__btn,
#tab-block-obreshetka .interaktiv-info__btn,
#tab-block-stropila .interaktiv-info__btn{
  display: none;
}
/* .itemFullText{
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
} */
table{
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.display-none-class{
  display: none;
}
.karkas-list__title{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.karkas-list__block_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.karkas-list__content{
  width: calc(33% - 30px);
  margin: 5px;
  padding: 10px;
  border: 1px solid rgba(170, 170, 170, 0.5);
}
main#content .karkas-list__content a img{
  width: 100%;
  max-width: 280px;
  margin-bottom: 25px;
}
main#content .karkas-list__content ul li{
  padding-left: 18px;
}
main#content .karkas-list__content ul li::before{
  left: 1px;
}
.karkas-list__block{
  margin: 20px 0;
}
div.moduletable_leftmenu.botommenu{
  box-shadow: none;
}
div.moduletable_leftmenu.botommenu .navbar-collapse.collapse{
  padding: 0;
}
.botommenu ul.menu > li {
  border:none;
}
.botommenu ul.menu > li > a{
  border: none;
  font-size: 15px;
}
div.moduletable_leftmenu.botommenu ul.menu > li > a:hover,
div.moduletable_leftmenu.botommenu ul.menu > li > a:active,
div.moduletable_leftmenu.botommenu ul.menu > li > a:focus{
  text-decoration: underline ;
  background: transparent !important;
}

.botommenu ul.menu > li.parent.open-list  .header__submenu{
  display: block;
}
.botommenu ul.menu > li.parent.open-list  .header__submenu > li {
  margin: 0;
  padding: 0;
}
.botommenu ul.menu > li.parent.open-list  .header__submenu {
  margin-top: 15px;
}
.botommenu ul.menu > li.parent.open-list  .header__submenu > li a{
    color: #000;
    background: transparent;
    font-size: 14px;
    line-height: 1.1;
    padding: 3px 3px 3px 20px;
    border: none;
}
.botommenu ul.menu > li.parent.open-list  .header__submenu > li a::before {
  content: '\f00c';
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 7px;
}
.botommenu ul.menu > li.parent.open-list  .header__submenu > li a:hover,
.botommenu ul.menu > li.parent.open-list  .header__submenu > li a:active,
.botommenu ul.menu > li.parent.open-list  .header__submenu > li a:focus{
    background: transparent !important;
    text-decoration: underline;
}
.botommenu ul.menu > li.parent  .header__submenu > li{
   font-size: 14px;
   padding-left: 20px;
   position: relative;
  
}

.botommenu ul.menu > li >  a{
  padding: 10px 0 0 0;
}
.botommenu ul.menu > li.parent::after{
  content: "Подробнее";
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
  cursor: pointer;
}

.botommenu .menu-downlist {
  margin-top: 10px;
}


div.moduletable_leftmenu.botommenu ul li ul ul a, div.moduletable_leftmenu.botommenu ul li ul ul span.separator {
  background-color: transparent !important;
  padding-left: 20px !important;
}
@media(max-width: 768px){
  .karkas-list__content{
    width: calc(50% - 30px);

  }
}
@media(max-width: 560px){
  .karkas-list__content{
    width: calc(100% - 30px);

  }
}