/* reset css
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, 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%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* start bootstrap grid
-----------------------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.container:after {
  content: '';
  display: table;
  clear: both;
}

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

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

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

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

.container-fluid:after {
  content: '';
  display: table;
  clear: both;
}

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

.row:after {
  content: '';
  display: table;
  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;
  box-sizing: border-box;
}

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

/* end bootstrap grid
-----------------------------------------------------------------------------*/
/* start responsive utilities
-----------------------------------------------------------------------------*/
@-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;
  }
}

/* end responsive utilities
-----------------------------------------------------------------------------*/
.noEntry {
  text-align: center;
}

/* ie menu fix */
.uMenuRoot .umn-tl {
  display: none;
}

/* tooltip
-----------------------------------------------------------------------------*/
@media all and (max-width: 860px) {
  .uf-tooltip {
    right: 0;
    left: auto !important;
  }
  .uf-tooltip:after {
    right: 10px;
    left: auto !important;
  }
}

/* search page dropdown
-----------------------------------------------------------------------------*/
.xw-ml,
.xw-tl {
  background: #f7f7f7;
}

.xw-ml input[type="checkbox"],
.xw-tl input[type="checkbox"] {
  vertical-align: middle;
}

/* add page
-----------------------------------------------------------------------------*/
.add-page {
  /* photo
  -----------------------------------------------------------------------------*/
}

.add-page iframe {
  width: 100% !important;
}

.add-page .manTable td {
  padding: 5px;
}

.add-page .manTable #message {
  padding: 10px;
}

.add-page .manTable .ucoz-editor-htpanel {
  margin: 15px 0;
}

.add-page .manTable .manTdBut input[type="button"],
.add-page .manTable .manTdBut input[type="reset"] {
  padding: 5px 25px;
  height: 36px;
}

.add-page .u-combo td {
  padding: 0;
}

.add-page .u-combo td input[type="button"] {
  background: #fff;
  border: 0;
  padding: 0;
  margin: 0;
  height: 22px;
  line-height: 22px;
}

.add-page .u-combo .u-combobutcell .u-combobut {
  height: 22px;
  cursor: pointer;
}

.add-page .content input[type="text"] {
  padding: 0 4px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
  width: auto;
}

.add-page .content input[type="button"],
.add-page .content input[type="reset"],
.add-page .content .button {
  padding: 0 3px;
  border: 1px solid #e84c3d;
  background: #e84c3d;
  height: 24px;
  line-height: 24px;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
}

.add-page .content input[type="button"]:hover,
.add-page .content input[type="reset"]:hover,
.add-page .content .button:hover {
  background: #fff;
  color: #e84c3d;
}

@media all and (max-width: 767) {
  .add-page .uploaderPhotosContainer {
    width: 100% !important;
  }
  .add-page .uploaderPhotosContainer .emptyPlaceholder {
    width: 100% !important;
    left: 0 !important;
  }
  .add-page #flUpPhotosCount {
    top: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
}

/* popup
-----------------------------------------------------------------------------*/
.popup {
  background: #fff;
  font-size: 12px;
}

.popup .popuptitle {
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 12px;
}

.popup table {
  margin-bottom: 0;
}

.popup table td {
  padding: 5px;
}

.popup select,
.popup input[type="text"] {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
  font-size: 12px;
  height: 28px;
}

.popup input[type="reset"],
.popup input[type="submit"],
.popup input[type="button"] {
  height: 28px;
  box-sizing: border-box;
  padding: 0 5px;
  border: 0;
  background: #e84c3d;
  font-size: 12px;
  color: #fff;
}

.popup .social-accounts a {
  opacity: 1;
}

.contact-form table td {
  padding: 5px 0;
}

.comments #allEntries {
  margin: 0;
}

/* start scaffolding
-----------------------------------------------------------------------------*/
body {
  color: #767c7e;
  font-size: 14px;
  line-height: 1.42857;
  font-family: "Roboto", sans-serif;
  background: #fff;
}

a {
  color: #e84c3d;
  -webkit-transition: 400ms;
  transition: 400ms;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

pre, code {
  font-family: monospace;
}

strong {
  font-weight: bold;
}

hr {
  border: 0;
  height: 1px;
  background: #e4e4e4;
}

/* utilities
-----------------------------------------------------------------------------*/
.base-margin-bottom, h1, h2, h3, h4, h5, h6,
p, ul, ol, table,
blockquote, .content, .content .table, .content .table-responsive, .section-news .news-row {
  margin-bottom: 10px;
}

.base-margin-bottom:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
p:last-child, ul:last-child, ol:last-child, table:last-child,
blockquote:last-child, .content:last-child, .content .table:last-child, .content .table-responsive:last-child, .section-news .news-row:last-child {
  margin-bottom: 0;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.not-relative {
  position: static;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.icon:before {
  margin-left: 0;
}

html,
body {
  height: 100%;
}

* {
  box-sizing: border-box;
}

.page-wrapper {
  margin: 0 auto;
  max-width: none;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 100% !important;
}

.main {
  padding: 80px 0 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.main-page .main {
  padding: 0;
}

/* forms
-----------------------------------------------------------------------------*/
.form-row {
  margin-bottom: 18px;
}

.form-row:last-child {
  margin-bottom: 0 !important;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* buttons
-----------------------------------------------------------------------------*/
.btn,
input[type=button], input[type=reset], input[type=submit], button {
  border-radius: 0;
  border: 1px solid transparent;
  padding: 7px 12px 6px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  background-image: none;
  vertical-align: middle;
  box-sizing: border-box;
  outline: none;
  color: #fff;
  background-color: #e84c3d;
  border-color: #ab2114;
}

.btn:active, .btn:hover,
input[type=button]:active,
input[type=button]:hover, input[type=reset]:active, input[type=reset]:hover, input[type=submit]:active, input[type=submit]:hover, button:active, button:hover {
  color: #fff;
  background-color: #d82a1a;
  border-color: #74170e;
}

.btn:active,
input[type=button]:active, input[type=reset]:active, input[type=submit]:active, button:active {
  background-color: #d82a1a;
  border-color: #74170e;
}

.btn:active:hover,
input[type=button]:active:hover, input[type=reset]:active:hover, input[type=submit]:active:hover, button:active:hover {
  color: #fff;
  background-color: #b82416;
  border-color: #390b07;
}

.btn[disabled]:hover, .btn.disabled:hover,
input[type=button][disabled]:hover,
input[type=button].disabled:hover, input[type=reset][disabled]:hover, input[type=reset].disabled:hover, input[type=submit][disabled]:hover, input[type=submit].disabled:hover, button[disabled]:hover, button.disabled:hover {
  background-color: #e84c3d;
  border-color: #ab2114;
}

.btn::-moz-focus-inner,
input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn.disabled, .btn[disabled],
input[type=button].disabled,
input[type=button][disabled], input[type=reset].disabled, input[type=reset][disabled], input[type=submit].disabled, input[type=submit][disabled], button.disabled, button[disabled] {
  cursor: not-allowed;
}

/* input text
-----------------------------------------------------------------------------*/
.input,
.textarea,
.select,
select,
textarea,
input[type=text], input[type=password], input[type=email], input[type=search],
input[type=tel], input[type=url], input[type=date], input[type=datetime], input[type=datetime-local],
input[type=month], input[type=time], input[type=week], input[type=number], input[type=range], input[type=color] {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  outline: none;
  box-sizing: border-box;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 0;
  height: 34px;
  background: transparent;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.select::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder,
.select::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder,
input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=color]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
.select:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.input::placeholder,
.textarea::placeholder,
.select::placeholder,
select::placeholder,
textarea::placeholder,
input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=search]::placeholder,
input[type=tel]::placeholder, input[type=url]::placeholder, input[type=date]::placeholder, input[type=datetime]::placeholder, input[type=datetime-local]::placeholder,
input[type=month]::placeholder, input[type=time]::placeholder, input[type=week]::placeholder, input[type=number]::placeholder, input[type=range]::placeholder, input[type=color]::placeholder {
  color: #ccc;
  opacity: 1;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.input:focus::-webkit-input-placeholder,
.textarea:focus::-webkit-input-placeholder,
.select:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder, input[type=url]:focus::-webkit-input-placeholder, input[type=date]:focus::-webkit-input-placeholder, input[type=datetime]:focus::-webkit-input-placeholder, input[type=datetime-local]:focus::-webkit-input-placeholder,
input[type=month]:focus::-webkit-input-placeholder, input[type=time]:focus::-webkit-input-placeholder, input[type=week]:focus::-webkit-input-placeholder, input[type=number]:focus::-webkit-input-placeholder, input[type=range]:focus::-webkit-input-placeholder, input[type=color]:focus::-webkit-input-placeholder {
  opacity: 0;
}

.input:focus::-moz-placeholder,
.textarea:focus::-moz-placeholder,
.select:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder, input[type=url]:focus::-moz-placeholder, input[type=date]:focus::-moz-placeholder, input[type=datetime]:focus::-moz-placeholder, input[type=datetime-local]:focus::-moz-placeholder,
input[type=month]:focus::-moz-placeholder, input[type=time]:focus::-moz-placeholder, input[type=week]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=range]:focus::-moz-placeholder, input[type=color]:focus::-moz-placeholder {
  opacity: 0;
}

.input:focus:-ms-input-placeholder,
.textarea:focus:-ms-input-placeholder,
.select:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder, input[type=url]:focus:-ms-input-placeholder, input[type=date]:focus:-ms-input-placeholder, input[type=datetime]:focus:-ms-input-placeholder, input[type=datetime-local]:focus:-ms-input-placeholder,
input[type=month]:focus:-ms-input-placeholder, input[type=time]:focus:-ms-input-placeholder, input[type=week]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=range]:focus:-ms-input-placeholder, input[type=color]:focus:-ms-input-placeholder {
  opacity: 0;
}

.input:focus::placeholder,
.textarea:focus::placeholder,
.select:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder,
input[type=text]:focus::placeholder, input[type=password]:focus::placeholder, input[type=email]:focus::placeholder, input[type=search]:focus::placeholder,
input[type=tel]:focus::placeholder, input[type=url]:focus::placeholder, input[type=date]:focus::placeholder, input[type=datetime]:focus::placeholder, input[type=datetime-local]:focus::placeholder,
input[type=month]:focus::placeholder, input[type=time]:focus::placeholder, input[type=week]:focus::placeholder, input[type=number]:focus::placeholder, input[type=range]:focus::placeholder, input[type=color]:focus::placeholder {
  opacity: 0;
}

.textarea,
textarea {
  padding-top: 7px;
  padding-bottom: 7px;
  height: auto;
  overflow: auto;
  vertical-align: top;
}

select::-ms-expand {
  border: 0;
  background-color: transparent;
}

.element-block {
  display: block;
  width: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  background: #202628;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0 0 2px #000;
}

.header .user-menu li {
  display: inline-block;
}

.header .logo {
  float: left;
  font-weight: bold;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}

.header .logo .icon {
  color: #fff;
  display: inline-block;
  padding: 11px;
  margin-right: 16px;
  background: #e84c3d;
}

.header .logo .icon:before {
  color: #000;
  font-size: 25px;
}

.header .uMenuRoot {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #fff;
  float: right;
  font-weight: 700;
  font-size: 0;
}

.header .uMenuRoot li {
  display: inline-block;
  font-size: 13px;
}

.header .uMenuRoot a {
  padding: 15px;
  text-decoration: none;
  display: inline-block;
}

.header .uMenuRoot a.uMenuItemA, .header .uMenuRoot a:hover {
  color: #fff;
  background: #e84c3d;
}

.header .nav-box {
  position: relative;
  float: right;
}

.header .nav {
  overflow-y: auto;
}

.header .btn-burger {
  float: right;
  width: 30px;
  margin: 10px 0 8px;
  cursor: pointer;
  height: 28px;
  padding: 5px;
}

.header .btn-burger-line {
  position: relative;
  display: block;
  height: 2px;
  background: #e84c3d;
  top: 0;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.header .btn-burger-line:nth-child(2) {
  top: 6px;
  opacity: 1;
}

.header .btn-burger-line:last-child {
  top: 12px;
}

.header .btn-burger.active .btn-burger-line {
  width: 24px;
}

.header .btn-burger.active .btn-burger-line:first-child {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .btn-burger.active .btn-burger-line:nth-child(2) {
  opacity: 0;
}

.header .btn-burger.active .btn-burger-line:last-child {
  top: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Content
-----------------------------------------------------------------------------*/
.content-box {
  margin-bottom: 24px;
}

.content-box:last-child {
  margin-bottom: 0 !important;
}

.content ul, .content ol {
  padding-left: 20px;
}

.content ul {
  list-style: inherit;
}

.content ol {
  counter-reset: Item;
}

.content ol ol {
  padding-left: 20px;
}

.content ol ol li {
  margin: 0;
}

.content ol li {
  margin-left: -20px;
}

.content ol li:before {
  content: counter(Item) "). ";
  counter-increment: Item;
  font-weight: 600;
}

.content mark,
.content .mark {
  background-color: #eee;
  padding: .2em;
}

.content blockquote {
  padding: 15px 20px;
  border-left: 5px solid #e84c3d;
  background: #f9f9f9;
}

.content .table {
  width: 100%;
  max-width: 100%;
}

.content .table th, .content .table td {
  text-align: left;
  padding: 7px 15px;
  border: 1px solid #e4e4e4;
}

.content .table th {
  font-weight: bold;
  background: #e84c3d;
  color: #fff;
}

.content .table-stripped tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.content .table tr:hover {
  background: white;
}

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

.content .breadcrumb {
  list-style: none;
  padding: 0;
  overflow: hidden;
  font-size: 0.9em;
  margin-bottom: 24px;
}

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

.content .breadcrumb li:before {
  content: '\203A';
  margin: 0 5px;
}

.content .breadcrumb li:first-child:before {
  content: none;
}

.content-title {
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}

/* sidebar
-----------------------------------------------------------------------------*/
.sidebar {
  /* search form
  -----------------------------------------------------------------------------*/
  /* popular news
  -----------------------------------------------------------------------------*/
  /* calendar
  -----------------------------------------------------------------------------*/
  /* online counter
  -----------------------------------------------------------------------------*/
}

.sidebar a {
  text-decoration: none;
}

.sidebar a:hover {
  text-decoration: underline;
}

.sidebar .btn-add {
  display: block;
  margin-bottom: 24px;
  font-size: 18px;
}

.sidebar .btn-add:hover {
  text-decoration: none;
}

.sidebar .block {
  margin-bottom: 24px;
  border: 1px solid #e4e4e4;
  padding: 12px 20px 20px;
}

.sidebar .block:last-child {
  margin-bottom: 0 !important;
}

.sidebar .blocktitle {
  /*background: $sidebar-bg-title;
    padding: 5px 15px;
    border: 1px solid $base-border-color;
    @include background-gradient($sidebar-bg-title, #dedede, vertical);
    font-family: $title-font;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 0 0 2px #fff;
    color: $bg-dark;*/
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e4e4e4;
}

.sidebar .blockcontent {
  /*border: 1px solid  $base-border-color;
    padding: 10px 15px;*/
}

.sidebar .catNumData {
  color: #ccc;
}

.sidebar .searchForm:after {
  content: '';
  display: table;
  clear: both;
}

.sidebar .searchForm input {
  height: 40px;
}

.sidebar .searchForm .schQuery {
  margin-bottom: 7px;
  float: left;
  width: 70%;
}

.sidebar .searchForm .schQuery input {
  width: 100%;
  padding: 0 10px;
}

.sidebar .searchForm .schBtn {
  float: left;
  width: 30%;
}

.sidebar .searchForm .schBtn input {
  width: 100%;
}

.sidebar .popular-news h3 {
  font-size: 18px;
  line-height: 22px;
}

.sidebar .popular-news-row {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e4e4e4;
}

.sidebar .popular-news-row:after {
  content: '';
  display: table;
  clear: both;
}

.sidebar .popular-news-row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar .calTable {
  width: 100%;
}

.sidebar .calTable td {
  padding: 3px;
  border: 1px solid #e4e4e4;
}

.sidebar .calTable .calWday,
.sidebar .calTable .calWdaySe,
.sidebar .calTable .calWdaySu {
  font-weight: bold;
}

.sidebar .calTable .calMdayIs {
  background: #f8f8f8;
}

.sidebar .calTable .calMdayA {
  background: #eeeeee;
  font-weight: bold;
}

.sidebar .tOnline,
.sidebar .gOnline,
.sidebar .uOnline {
  font-size: 0.8em;
  line-height: 1.1;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  background: #202628;
  padding: 20px 0;
  font-size: 0.85em;
  line-height: 18px;
  color: #767c7e;
}

.footer a {
  text-decoration: none;
  color: #767c7e;
}

.footer a:hover {
  color: #e84c3d;
}

.footer p {
  margin: 0;
}

.footer .social-links {
  float: right;
}

.footer .social-links li {
  float: left;
  margin-left: 12px;
}

.footer .social-links a:hover .icon {
  color: #fff;
}

.footer .social-links .icon {
  -webkit-transition: 400ms;
  transition: 400ms;
  color: #e84c3d;
}

.footer .social-links .icon:before {
  margin-left: 0;
}

/* moder panel
-----------------------------------------------------------------------------*/
.panel-right {
  float: right;
  margin-left: 8px;
}

.panel-absolute {
  position: absolute;
  right: 0;
  top: 0;
}

/* rating
-----------------------------------------------------------------------------*/
.rating ul {
  list-style: none !important;
}

.rating a {
  -webkit-transition: none;
  transition: none;
}

/* pager
-----------------------------------------------------------------------------*/
.pagesBlockuz2,
.catPages1 {
  text-align: center;
  display: block;
}

.pagesBlockuz2:after,
.catPages1:after {
  content: '';
  display: table;
  clear: both;
}

.pagesBlockuz2 .pgSwch,
.pagesBlockuz2 .pgSwchA,
.pagesBlockuz2 .swchItemA1,
.pagesBlockuz2 .swchItemA,
.pagesBlockuz2 .swchItem,
.pagesBlockuz2 .swchItem1,
.catPages1 .pgSwch,
.catPages1 .pgSwchA,
.catPages1 .swchItemA1,
.catPages1 .swchItemA,
.catPages1 .swchItem,
.catPages1 .swchItem1 {
  display: inline-block;
  padding: 5px 15px;
  background: transparent;
  border-radius: 3px;
  color: #767c7e;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #e4e4e4;
  -webkit-transition: .4s;
  transition: .4s;
  margin: 0 5px;
}

.pagesBlockuz2 .swchItemA,
.pagesBlockuz2 .swchItem:hover,
.pagesBlockuz2 .swchItemA1,
.pagesBlockuz2 .swchItem1:hover,
.pagesBlockuz2 .pgSwch:hover,
.pagesBlockuz2 .pgSwchA,
.catPages1 .swchItemA,
.catPages1 .swchItem:hover,
.catPages1 .swchItemA1,
.catPages1 .swchItem1:hover,
.catPages1 .pgSwch:hover,
.catPages1 .pgSwchA {
  -webkit-transition: .4s;
  transition: .4s;
  background: #e84c3d;
  border-color: #e84c3d;
  color: #fff;
}

/* Search page
-----------------------------------------------------------------------------*/
.search-page .queryField {
  display: inline-block;
  height: 32px;
  padding: 0 15px;
  width: 79% !important;
}

.search-page input[type="submit"] {
  width: 20% !important;
  border: 0;
  background: #e84c3d;
  color: #fff;
  height: 32px;
}

.search-page .search-holder {
  padding-bottom: 8px;
}

.search-page .search-holder table {
  width: 100%;
}

@media all and (max-width: 480px) {
  .search-page .search-holder table td {
    display: block;
    padding-left: 0 !important;
  }
  .search-page .search-holder table td:first-child {
    padding-bottom: 15px !important;
  }
}

.search-page .eTitle {
  font-size: 18px;
}

.search-page .eMessage {
  margin-bottom: 7px;
}

.search-page .eDetails {
  font-size: 12px;
  text-align: right;
}

/* sections
-----------------------------------------------------------------------------*/
.section {
  padding: 80px 0;
}

.section-main {
  position: relative;
}

.section-main .img-box {
  min-height: 320px;
  height: 100vh;
  background: url(/images/main.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.section-main .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.section-main .slogan-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.section-main .slide-content {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0 1px 1px #000;
}

.section-main .slide-logo-wrap {
  margin-bottom: 54px;
}

.section-main .slide-logo {
  display: inline-block;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 60px;
}

.section-main .slide-logo:after, .section-main .slide-logo:before {
  content: '';
  width: 100%;
  height: 2px;
  margin: 10px 0;
  background: #fff;
  display: block;
}

.section-main .slide-text {
  font-style: italic;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
}

.section-main .slide-text:after {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: #e84c3d;
  margin: 40px auto 0;
}

.section-main .btn-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  text-decoration: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: arrow-down linear 2s infinite;
  animation: arrow-down linear 2s infinite;
}

.section-main .btn-down .icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

@-webkit-keyframes arrow-down {
  0%, 100% {
    bottom: 40px;
    color: #fff;
  }
  50% {
    bottom: 30px;
    color: #e84c3d;
  }
}

@keyframes arrow-down {
  0%, 100% {
    bottom: 40px;
    color: #fff;
  }
  50% {
    bottom: 30px;
    color: #e84c3d;
  }
}

.section-services {
  background: #e7e7e7;
}

.section-services .icon-box {
  border-radius: 50%;
  background: #e84c3d;
  overflow: hidden;
  padding: 5px;
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 48px;
  margin-right: 14px;
}

.section-services .icon {
  color: #fff;
}

.section-services .icon:before {
  font-size: 32px;
}

.section-services .services-box {
  font-size: 14px;
}

.section-services .services-box:after {
  content: '';
  display: table;
  clear: both;
}

.section-services .services-wrap {
  overflow: hidden;
}

.section-services .services-title {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 6px;
}

.section-news {
  padding-bottom: 0;
}

.section-news .news-wrap {
  position: relative;
}

.section-news .news-row {
  margin-bottom: 48px;
}

.section-news .news-row .content-box {
  margin-bottom: 40px;
}

.section-news .title {
  font-size: 18px;
  color: #000;
}

.section-news .news-info {
  margin-bottom: 36px;
}

.section-news .news-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: url(/images/women-contact.png) 0 100% no-repeat;
  background-size: contain;
}

.section-news .news-informer {
  padding-bottom: 40px;
}

.section-news .news-title {
  font-size: 28px;
}

.section-count .count-area {
  background: #e84c3d;
  color: #fff;
  padding: 30px 0;
  font-family: "Roboto Condensed", sans-serif;
}

.section-count .count-box {
  padding: 10px;
  text-align: center;
}

.section-count .counter {
  font-size: 32px;
  font-weight: bold;
}

.section-team {
  padding: 80px 0 80px;
}

.section-team .section-title {
  text-align: center;
  margin-bottom: 32px;
}

.section-team .section-title:after {
  content: '';
  width: 80px;
  height: 4px;
  display: block;
  background: #e84c3d;
  margin: 24px auto 32px;
}

.section-team .team-box {
  position: relative;
  overflow: hidden;
}

.section-team .team-box:hover .phone-box {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.section-team .team-box:hover .img-box:before {
  left: 0;
}

.section-team .team-box .img-box:before {
  content: '';
  position: absolute;
  left: -100%;
  bottom: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 600ms ease 0.2s;
  transition: 600ms ease 0.2s;
  background: rgba(0, 0, 0, 0.2);
}

.section-team .team-box .img-box img {
  width: 100%;
}

.section-team .team-info {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
}

.section-team h3 {
  font-size: 18px;
  display: inline-block;
  padding: 7px 20px;
  background: #d82a1a;
  margin-bottom: 0;
  color: #e7e7e7;
}

.section-team .position {
  font-style: italic;
  font-weight: normal;
  display: inline-block;
  background: #e84c3d;
  color: #fff;
  padding: 5px 15px;
}

.section-team .phone-box {
  padding: 5px 20px;
  background: #202628;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 600ms ease 0.4s;
  transition: 600ms ease 0.4s;
  display: inline-block;
}

.section-partners {
  padding: 0;
}

.section-partners .section-title {
  margin-bottom: 32px;
  text-align: center;
}

.section-partners .partners-slider {
  background: #e7e7e7;
  padding: 40px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section-partners .partners-slider .slide {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  outline: none;
}

.section-partners .partners-slider .slick-list {
  overflow: hidden;
}

.section-partners .partners-slider .slick-list.draggable {
  cursor: pointer;
  cursor: move;
}

.section-partners .partners-slider .slick-track {
  position: relative;
}

.section-contact {
  padding: 60px 0 20px;
}

.section-contact .contact-title {
  color: #e84c3d;
  font-weight: bold;
  margin-bottom: 6px;
}

.section-contact .contact-row {
  border-top: 1px solid #e4e4e4;
  padding: 24px 0 24px 35px;
}

.section-contact .contact-row:after {
  content: '';
  display: table;
  clear: both;
}

.section-contact .contact-row p {
  margin: 0;
}

.section-contact .icon {
  color: #000;
  margin-left: -35px;
  float: left;
  line-height: 20px;
}

.section-contact .input, .section-contact .textarea {
  background: #fff;
}

.section-contact .contact-form {
  background: #e7e7e7;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #dadada;
}

.section-contact .testimonials-row {
  padding: 15px 0;
  border-top: 1px solid #e4e4e4;
}

.section-contact .testimonials-row:after {
  content: '';
  display: table;
  clear: both;
}

.section-contact .testimonials .img-box {
  float: left;
  margin-right: 15px;
}

.section-contact .testimonials-wrap {
  overflow: hidden;
}

.section-contact .testimonials .user-name {
  color: #e84c3d;
  font-weight: bold;
  margin-bottom: 8px;
}

.contact-form {
  padding: 15px 25px;
  border: 1px solid #e4e4e4;
  background: #fefefe;
}

.contact-form table td {
  vertical-align: middle;
  padding: 5px 0;
}

.contact-form input {
  padding: 0 10px;
  height: 38px;
}

.contact-form input[style="width:95%;"],
.contact-form textarea[style="width:95%;"] {
  width: 100% !important;
  background: #fff;
}

.contact-form textarea {
  padding: 10px;
  height: 160px;
  resize: none;
}

.contact-form select {
  height: 30px;
  background: #fff;
}

.map-box {
  margin-bottom: 24px;
}

.map-box iframe {
  width: 100% !important;
}

.module-news .panel-right {
  margin-top: 7px;
}

.module-news .post {
  margin-bottom: 48px;
}

.module-news .post-title {
  font-size: 24px;
}

.module-news .post-title a {
  color: #202628;
  text-decoration: none;
}

.module-news .post-title a:hover {
  text-decoration: underline;
  color: #e84c3d;
}

.module-news .post-text {
  margin-bottom: 18px;
}

.module-news .post-img {
  margin-bottom: 12px;
  position: relative;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0 10px #a2a2a2;
}

.module-news .post-date {
  position: absolute;
  left: -10px;
  top: 30px;
  background: #e84c3d;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}

.module-news .post-details {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 10px;
}

.module-news .post-details:after {
  content: '';
  display: table;
  clear: both;
}

.module-news .post-details a {
  text-decoration: none;
}

.module-news .post-details a:hover {
  text-decoration: underline;
}

.module-news .post-info {
  display: inline-block;
  margin-right: 8px;
}

.module-news .post-details .icon,
.module-news .post-tags .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  margin-right: 4px;
}

.module-news .post-details .icon:before,
.module-news .post-tags .icon:before {
  font-size: 14px;
}

.module-news .post-tags {
  font-style: italic;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4e4e4;
}

.module-photo #allEntries {
  margin-bottom: 24px;
}

.module-photo #allEntries:after {
  content: '';
  display: table;
  clear: both;
}

.module-photo .allEntriesTable {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}

.module-photo .allEntriesTable li {
  float: left;
  box-sizing: border-box;
  width: 33% !important;
  padding: 5px;
}

/* Media
-----------------------------------------------------------------------------*/
@media all and (max-width: 991px) {
  .nav {
    position: fixed;
    right: 0;
    top: 46px;
    bottom: 0;
    background: #202628;
    width: 240px;
    z-index: 4;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 400ms;
    transition: 400ms;
  }
  .nav.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nav .uMenuRoot {
    float: none;
  }
  .nav .uMenuRoot li {
    display: block;
  }
  .nav .uMenuRoot a {
    display: block;
  }
  .content {
    margin-bottom: 24px !important;
  }
  .section {
    padding: 50px 0;
  }
  .section-services .services-box {
    margin-bottom: 30px;
  }
  .section-services [class|=col]:last-child .services-box {
    margin-bottom: 0;
  }
  .section-news .news-row {
    margin-bottom: 32px;
  }
  .section-news .news-row .content-box {
    margin-bottom: 24px;
  }
  .section-news .news-informer {
    padding-bottom: 0;
  }
  .section-team {
    text-align: center;
  }
  .section-team .team-box {
    margin: 15px 0;
    display: inline-block;
  }
  .section-team .team-box .img-box:before {
    content: none;
  }
  .section-team .phone-box {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .section-count .count-box {
    padding: 20px;
  }
  .section-partners {
    padding: 0;
  }
  .section-contact {
    padding-bottom: 12px;
  }
  .section-contact .testimonials {
    margin-bottom: 32px;
  }
  .section-contact .contact-form {
    margin-bottom: 48px;
  }
  .map-box iframe {
    height: 350px !important;
  }
}

@media all and (max-width: 767px) {
  .section-news .news-informer .col-md-6 {
    margin-bottom: 24px;
  }
  .section-news .news-informer .col-md-6:last-child {
    margin-bottom: 0;
  }
  .map-box iframe {
    height: 250px !important;
  }
}

@media all and (max-width: 480px) {
  .contact-form td {
    display: block;
    width: 100%;
  }
}
