@media (max-width: 1199px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("//joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}
@media (max-width: 1199px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 1200px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:1200px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

table {
  background-color: transparent;
}
caption {
  padding-top: 9px;
  padding-bottom: 9px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 9px;
  line-height: 1.64705882;
  vertical-align: top;
  border-top: 1px solid #f4f4f4;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f4f4f4;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #f4f4f4;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > 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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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: 21px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #f4f4f4;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

body {
  padding-top: 74px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover,
a:focus {
  color: #6c6c6c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 1.64705882;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #f4f4f4;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #fff7ea;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

p {
  margin: 0 0 14px;
}
.lead {
  margin-bottom: 28px;
  font-size: 19px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-center .item-image img {
  margin: 0 auto;
}
.inline {
  display: inline-block;
}
.inline + .inline {
  margin-left: 28px;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: 'DomDiagonalBT', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
h2,
h3 {
  margin-top: 28px;
  margin-bottom: 14px;
}
h4,
h5,
h6 {
  margin-top: 14px;
  margin-bottom: 14px;
}
h1,
.h1 {
  font-size: 82px;
}
h2,
.h2 {
  font-size: 39px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 15px;
}
h1 small,
.h1 small {
  font-size: 29px;
}
h2 small,
.h2 small {
  font-size: 22px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 17px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 14px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 28px;
}
dt,
dd {
  line-height: 1.64705882;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 21.25px;
  font-weight: 300;
  line-height: 1.5;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.64705882;
  color: #777777;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.64705882;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.t3-mainbody ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.t3-mainbody ul li {
  margin-bottom: 10px;
}
.t3-mainbody ol {
  margin-top: 20px;
  margin-bottom: 20px;
}
.t3-mainbody ol li {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  h1 {
    
    
    font-size: 63px;
  }
  h2 {
    
    
    font-size: 30px;
  }
  h3 {
    
    
    font-size: 24px;
  }
  h4 {
    
    
    font-size: 17px;
  }
  h5 {
    
    
    font-size: 14px;
  }
  h6 {
    
    
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    
    
    font-size: 54px;
  }
  h2 {
    
    
    font-size: 26px;
  }
  h3 {
    
    
    font-size: 21px;
  }
  h4 {
    
    
    font-size: 15px;
  }
  h5 {
    
    
    font-size: 12px;
  }
  h6 {
    
    
    font-size: 11px;
  }
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 36px;
  }
  h4 {
    font-size: 17px;
  }
}

.t3-mainbody ul:not([class]),
.t3-footer ul:not([class]) {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.t3-mainbody ul:not([class]) li,
.t3-footer ul:not([class]) li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 0;
}
.t3-mainbody ul:not([class]) li::before,
.t3-footer ul:not([class]) li::before {
  content: '•';
  font-weight: 600;
  color: #c15959;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: -17px;
}
.t3-mainbody ul:not([class]) li ul:not([class]),
.t3-footer ul:not([class]) li ul:not([class]) {
  padding-left: 18px;
  margin-top: 0;
}

legend {
  padding-bottom: 14px;
  font-weight: 700;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 28px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.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 .form-control-static {
  padding-top: 7px;
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-actions .btn-lg {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 20px;
}
.btn-actions .btn + .btn {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .btn-actions .btn-lg {
    font-size: 30px;
    padding: 10px 30px;
    border-radius: 30px;
  }
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-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="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #777777;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-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="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #777777;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
  background-color: #ffffff;
  border-color: #a1d0c1;
}
.invalid {
  border-color: #cc0000;
}
label.invalid {
  color: #cc0000;
}
input.invalid {
  border: 1px solid #cc0000;
}

.caret {
  margin-left: 5px;
  margin-top: -2px;
}
.dropdown-menu {
  padding: 0;
  min-width: 200px;
}
.dropdown-menu .divider {
  margin: 0;
  height: 10px;
  background-color: #f2f2f2;
}
.dropdown-menu > li {
  border-top: 1px solid #ffffff;
}
.dropdown-menu > li:first-child {
  border-top: 0;
}
.dropdown-menu > li > a {
  padding: 10px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 17px;
}
.dropdown-header a {
  color: #222222;
}
.dropdown-submenu > a:after {
  border-left-color: #222222;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #222222;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 28px;
}
@media (min-width: 1200px) {
  .nav > li > .separator {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
.nav-tabs {
  border-bottom: 1px solid #eeeeee;
}
.nav-tabs > li > a {
  padding: 10px;
  line-height: normal;
  border: 0;
  text-transform: uppercase;
}
.nav-tabs > li > a:hover {
  border: 0;
  background: transparent;
}
.nav-tabs > li.active > a {
  background: #333333;
  border: 0;
  color: #fff;
  margin-bottom: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #333333;
  border: 0;
  color: #fff;
}
.tab-content {
  padding: 10px 0;
  border-top: 0;
}
.nav .caret {
  border-top-color: #222222;
  border-bottom-color: #222222;
}
.nav a:hover .caret {
  border-top-color: #6c6c6c;
  border-bottom-color: #6c6c6c;
}
.t3-navhelper {
  background: #eeeeee;
  color: #999999;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.breadcrumb .divider {
  display: none;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 28px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}
.navbar-toggle {
  padding: 0;
  height: 74px;
  line-height: 74px;
  width: 74px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 11.5px -15px;
}
@media (min-width: 1200px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-default {
  background-color: #337ab7;
  border-color: transparent;
}
.navbar-default .navbar-text {
  color: #222222;
}
@media screen and (min-width: 1200px) {
  .navbar-default .navbar-nav > li {
    margin-left: 30px;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #222222;
  padding: 28px;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    padding: 0;
    line-height: 74px;
  }
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #222222;
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    -webkit-box-shadow: inset 0 -2px 0 #ffffff;
    box-shadow: inset 0 -2px 0 #ffffff;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #222222;
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    -webkit-box-shadow: inset 0 -2px 0 #ffffff;
    box-shadow: inset 0 -2px 0 #ffffff;
  }
}
.navbar-default .navbar-toggle {
  border: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
  color: #222222;
}
.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle .fa-bars {
  background-color: transparent;
  color: #222222;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #222222;
  border-bottom-color: #222222;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #222222;
}
@media screen and (min-width: 1200px) {
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    -webkit-box-shadow: inset 0 -2px 0 #ffffff;
    box-shadow: inset 0 -2px 0 #ffffff;
  }
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #222222;
  border-bottom-color: #222222;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #222222;
  border-bottom-color: #222222;
}
@media (max-width: 1200px) {
  .navbar-default .navbar-nav .open .dropdown-menu {
    background: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li {
    border-top-color: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #222222;
    padding: 20px 20px 20px 30px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #222222;
    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: #222222;
    background-color: transparent;
  }
  .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: #222222;
    background-color: transparent;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-default .navbar-nav .open .level2.dropdown-menu {
    background: rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, 0);
    margin-top: 0;
  }
  .navbar-default .navbar-nav .open .level2.dropdown-menu > li {
    border-top-color: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .level2.dropdown-menu > li > a {
    padding-left: 40px;
  }
}
.navbar-default .navbar-link {
  color: #222222;
}
.navbar-default .navbar-link:hover {
  color: #222222;
}
.t3-mainnav {
  border: 0;
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .t3-mainnav > .container {
    position: relative;
  }
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.t3-mainnav .t3-navbar-collapse {
  margin-top: 74px;
}
@media (min-width: 1200px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 -15px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid transparent;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu {
  left: -1px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}
.navbar-fixed-top {
  -webkit-transition: 0.25s -webkit-transform ease;
  -o-transition: .25s transform ease;
  transition: .25s transform ease;
  border-bottom: 0;
}
.navbar-fixed-top.nav-up {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.navbar-fixed-top.nav-down {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.navbar-fixed-top .navbar-header {
  height: 74px;
  background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .navbar-fixed-top .navbar-header {
    height: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-fixed-top .after-menu,
  .navbar-fixed-top .nav-wrapper nav ul {
    height: 130px;
  }
}
.navbar-fixed-top .nav-wrapper {
  float: right;
}
@media screen and (min-width: 1200px) {
  .navbar-fixed-top .nav-wrapper nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-fixed-top .after-menu {
    display: inline-block;
    float: right;
  }
  .navbar-fixed-top .after-menu .mod-languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
  }
}
.navbar-fixed-top .t3-navbar-collapse {
  visibility: hidden;
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-top: 0;
  overflow-y: auto;
  -webkit-transition: 0.25s -webkit-transform ease, 0.25s visibility ease;
  -o-transition: .25s transform ease, .25s visibility ease;
  transition: .25s transform ease, .25s visibility ease;
  z-index: -10;
  background-color: #ffffff;
}
.navbar-fixed-top .t3-navbar-collapse.opened {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.navbar-fixed-top .t3-navbar-collapse .navbar-nav {
  margin-top: 74px;
}
@media screen and (min-width: 1200px) {
  .navbar-fixed-top .t3-navbar-collapse .navbar-nav {
    margin-top: 130px;
  }
}
.navbar-fixed-top.navbar-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  background-color: #ffffff;
}
.navbar-fixed-top.navbar-default .navbar-collapse .navbar-collapse {
  max-height: initial;
}
.navbar-fixed-top.navbar-default .navbar-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
}
.navbar-fixed-top.navbar-default .navbar-toggle span,
.navbar-fixed-top.navbar-default .navbar-toggle span:after,
.navbar-fixed-top.navbar-default .navbar-toggle span:before {
  -webkit-transition: 350ms all ease;
  -o-transition: 350ms all ease;
  transition: 350ms all ease;
  display: block;
  position: absolute;
  height: 0.15em;
  width: 24px;
  background: #222222;
}
.navbar-fixed-top.navbar-default .navbar-toggle span:after,
.navbar-fixed-top.navbar-default .navbar-toggle span:before {
  content: ' ';
}
.navbar-fixed-top.navbar-default .navbar-toggle span:before {
  margin: -0.75em 0 0 0;
}
.navbar-fixed-top.navbar-default .navbar-toggle span:after {
  margin: .75em 0 0 0;
}
.navbar-fixed-top.navbar-default .navbar-toggle.open span {
  background-color: transparent;
}
.navbar-fixed-top.navbar-default .navbar-toggle.open span:before,
.navbar-fixed-top.navbar-default .navbar-toggle.open span:after {
  margin: 0;
}
.navbar-fixed-top.navbar-default .navbar-toggle.open span:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navbar-fixed-top.navbar-default .navbar-toggle.open span:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (min-width: 1200px) {
  .navbar-fixed-top.navbar-default .navbar-toggle {
    display: none;
  }
}
.navbar-fixed-top.navbar-default .head-search,
.navbar-fixed-top.navbar-default .navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-fixed-top.navbar-default nav {
  float: right;
}
.navbar-fixed-top.navbar-default nav ul.navbar-nav li a {
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .navbar-fixed-top.navbar-default nav ul.navbar-nav li a {
    padding: 14px;
  }
}
.navbar-fixed-top.navbar-default nav ul.navbar-nav li a::after {
  display: block;
  content: attr(data-title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.navbar-fixed-top.navbar-default nav ul.navbar-nav li:hover,
.navbar-fixed-top.navbar-default nav ul.navbar-nav li.current,
.navbar-fixed-top.navbar-default nav ul.navbar-nav li.active {
  font-weight: 700;
}
.navbar-fixed-top.navbar-default nav ul.navbar-nav li.deeper ul li.dropdown-submenu ul.dropdown-menu {
  position: relative;
  left: 0;
  top: 0;
  box-shadow: none;
  padding: 7px 0;
}
.navbar-fixed-top.navbar-default nav ul.navbar-nav li.deeper ul li.dropdown-submenu ul.dropdown-menu::before {
  display: none;
}
.navbar-fixed-top.navbar-default .mod-languages {
  font-size: 10px;
}
.navbar-fixed-top.navbar-default .mod-languages ul {
  padding: 28px;
}
@media screen and (max-width: 991px) {
  .navbar-fixed-top.navbar-default .mod-languages ul {
    padding: 14px;
  }
}
.navbar-fixed-top.navbar-default .mod-languages ul li {
  padding: 0 28px;
}
.navbar-fixed-top.navbar-default .mod-languages ul li a {
  letter-spacing: 0.1em;
  color: #8E8E8E;
}
.navbar-fixed-top.navbar-default .mod-languages ul li.lang-active a {
  color: #222222;
}
@media (min-width: 1200px) {
  .navbar-fixed-top.navbar-default .mod-languages {
    margin-left: 36px;
  }
  .navbar-fixed-top.navbar-default .mod-languages ul,
  .navbar-fixed-top.navbar-default .mod-languages ul li {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .navbar-fixed-top.navbar-default {
    display: block;
  }
  .navbar-fixed-top.navbar-default .logo-image {
    margin-left: 15px;
  }
}
.logo-image {
  position: relative;
}
.logo-image > a {
  max-width: 225px;
  max-height: 55px;
}
.logo-image > a > img {
  max-width: 100%;
}
.logo-image span,
.logo-image small {
  display: none;
}

.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 56px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 14px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 28px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li {
  border-top: 1px solid #eeeeee;
  margin-top: 0;
}
.module_menu .nav > li:first-child {
  border-top: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 14px;
  display: block;
}
.module_menu .nav > li.active > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 28px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 15px;
  padding-top: 14px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
  padding: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 14px 0;
  border-top: 1px dotted #eeeeee;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
  padding-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4,
.categories-module .mod-articles-category-title,
ul.categories-module .mod-articles-category-title,
.category-module .mod-articles-category-title,
ul.category-module .mod-articles-category-title {
  font-size: 17px;
  font-weight: normal;
  margin: 0;
  display: block;
}
.categories-module .mod-articles-category-writtenby,
ul.categories-module .mod-articles-category-writtenby,
.category-module .mod-articles-category-writtenby,
ul.category-module .mod-articles-category-writtenby,
.categories-module .mod-articles-category-date,
ul.categories-module .mod-articles-category-date,
.category-module .mod-articles-category-date,
ul.category-module .mod-articles-category-date {
  color: #555555;
  font-size: 15px;
}
.categories-module .mod-articles-category-writtenby,
ul.categories-module .mod-articles-category-writtenby,
.category-module .mod-articles-category-writtenby,
ul.category-module .mod-articles-category-writtenby {
  font-weight: bold;
  margin-right: 10px;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 17px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0;
}
.module-ct .whosonline {
  margin-left: 0;
}
.module-ct .whosonline > li {
  display: inline-block;
  border-radius: 0;
  background: #eeeeee;
  padding: 2px 5px;
  margin: 0 5px 5px 0;
  white-space: nowrap;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 3px 10px;
}
.tagspopular ul > li > a {
  color: #555555;
}
.tagspopular ul > li .tag-count {
  background: transparent;
  color: #555555;
  display: inline;
  margin: 0;
  padding: 0;
}
.tagspopular ul > li:hover {
  background: #337ab7;
  color: #ffffff;
}
.tagspopular ul > li:hover a {
  color: #ffffff;
  text-decoration: none;
}
.tagspopular ul > li:hover .tag-count {
  color: #ffffff;
}
.tagspopular.tagscloud .tag {
  background: #eeeeee;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.tagspopular.tagscloud .tag a {
  color: #555555;
}
.tagspopular.tagscloud .tag a:hover,
.tagspopular.tagscloud .tag a:focus,
.tagspopular.tagscloud .tag a:active {
  color: #6c6c6c;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #6c6c6c;
}
.module-ct > ul.archive-module {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module-ct > ul.archive-module i {
  color: #777777;
  margin-right: 2px;
}
.module-ct > ul.archive-module li {
  border-bottom: 1px solid #eeeeee;
  padding: 7px 0;
}
.module-ct > ul.archive-module li a {
  color: #555555;
}
.module-ct > ul.archive-module li a:hover,
.module-ct > ul.archive-module li a:focus,
.module-ct > ul.archive-module li a:active {
  color: #222222;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}

.item-page {
  margin-bottom: 56px;
}
.items-leading .leading {
  margin-bottom: 56px;
}
.items-row .item {
  margin-bottom: 56px;
}
.divider-vertical {
  margin: 28px 0 56px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #777777;
  font-size: 15px;
  margin-bottom: 28px;
  padding: 0;
}
.article-header + .article-aside {
  margin-top: -14px;
}
.item-page .article-aside {
  font-size: 17px;
  margin-bottom: 56px;
}
.article-info {
  margin: 0;
  width: 85%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: 600;
}
.article-info dd .fa {
  margin-right: 5px;
}
.category-name {
  text-transform: capitalize;
}
.category-name .fa {
  display: none;
}
.category-name a {
  background: #337ab7;
  color: #fff;
  padding: 2px 5px;
}
.category-name a:hover,
.category-name a:focus,
.category-name a:active {
  background: #23527c;
  color: #fff;
  text-decoration: none;
}
.article-footer {
  color: #777777;
  font-size: 15px;
  margin-bottom: 28px;
}
article img,
.article-intro img {
  display: block;
  max-width: 100%;
  height: auto;
}
article img[align=left],
.article-intro img[align=left],
article .img-fulltext-left,
.article-intro .img-fulltext-left,
article .img-intro-left,
.article-intro .img-intro-left,
article .img_caption.left,
.article-intro .img_caption.left,
article .pull-left.item-image,
.article-intro .pull-left.item-image {
  margin-right: 28px;
}
article img[align=right],
.article-intro img[align=right],
article .img-fulltext-right,
.article-intro .img-fulltext-right,
article .img_caption.right,
.article-intro .img_caption.right,
article .img-intro-right,
.article-intro .img-intro-right,
article .pull-right.item-image,
.article-intro .pull-right.item-image {
  margin-left: 28px;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
  margin-bottom: 28px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
}
.img-fulltext-right {
  float: right;
}
.img_caption > img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 15px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
.pull-right.article-image-intro {
  float: left !important;
  margin-left: 0 !important;
}
.pull-right.article-image-intro img {
  margin-left: 0 !important;
  margin-right: 28px;
}
@media screen and (max-width: 992px) {
  article img,
  .article-intro img,
  article img[align=left],
  .article-intro img[align=left],
  article img[align=right],
  .article-intro img[align=right],
  article .img_caption,
  .article-intro .img_caption,
  article .article-image-full,
  .article-intro .article-image-full,
  article .article-image-intro,
  .article-intro .article-image-intro,
  article .img-intro-none,
  .article-intro .img-intro-none,
  article .img-intro-left,
  .article-intro .img-intro-left,
  article .img-intro-right,
  .article-intro .img-intro-right,
  article .img-fulltext-none,
  .article-intro .img-fulltext-none,
  article .img-fulltext-left,
  .article-intro .img-fulltext-left,
  article .img-fulltext-right,
  .article-intro .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.item-page .tags {
  border-top: 1px solid #eeeeee;
  padding: 14px 0;
}
.item-page .tags span {
  display: inline-block;
  margin-bottom: 10px;
}
.item-page .tags a {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #555555;
  padding: 5px;
}
.item-page .tags a:hover,
.item-page .tags a:focus,
.item-page .tags a:active {
  background: #777777;
  border-color: #777777;
  color: #6c6c6c;
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.tag-category .filters {
  border-bottom: 1px solid #eeeeee;
  padding: 28px 0;
}
@media screen and (min-width: 768px) {
  .tag-category .filters {
    padding: 28px;
  }
}
.tag-category .thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tag-category .thumbnails li {
  background: transparent;
  border-bottom: 1px solid #eeeeee;
  padding: 14px 0;
}
.tag-category .thumbnails li > h3 {
  margin-top: 0;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #f4f4f4;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 28px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #f4f4f4;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #f4f4f4;
}
.login-wrap .other-links ul {
  padding-left: 15px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 14px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 28px;
  padding: 14px 28px;
  border-radius: 0;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 28px 0;
}
#searchForm legend {
  margin-bottom: 14px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 28px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 28px;
}
.search-results .result-title {
  font-size: 19px;
  font-weight: bold;
  margin-top: 28px;
}
.search-results .result-category {
  font-size: 15px;
  color: #777777;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 28px;
}
.search-results .result-created {
  font-size: 15px;
  color: #777777;
}
div.finder {
  margin-bottom: 28px;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 28px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 14px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 17px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 14px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 28px;
  margin-bottom: 28px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 28px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 28px;
  margin-bottom: 28px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 28px;
  font-size: 19px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 17px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 19px;
}
.article-content .pagination ul {
  border-left: 1px solid #eeeeee;
}
.article-content .pagination li {
  float: left;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid #eeeeee;
  border-left: 0;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 28px;
  font-weight: bold;
}
#article-index,
.article-index {
  margin: 0 0 28px 28px;
  padding: 10px;
  width: 25%;
  border: 1px solid #eeeeee;
  border-radius: 0;
}
#article-index ul,
.article-index ul {
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 0;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #337ab7;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #337ab7;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #eeeeee;
}
.items-more h3 {
  margin: 0 0 28px;
}
.items-more .nav > li {
  border-top: 1px solid #eeeeee;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 14px 0 5px;
}
.display-limit {
  margin: 14px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 17px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.iframe-bordered {
  border: 1px solid #f4f4f4;
}
.chzn-container {
  display: inline-block;
  vertical-align: middle;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}

.page-header {
  padding-bottom: 28px;
  margin: 0 0 28px;
  border-bottom: 1px solid transparent;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 28px;
  padding-bottom: 28px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -28px;
}
.article-title h1 a:hover,
.article-header h1 a:hover,
.article-title h2 a:hover,
.article-header h2 a:hover,
.article-title h1 a:active,
.article-header h1 a:active,
.article-title h2 a:active,
.article-header h2 a:active,
.article-title h1 a:focus,
.article-header h1 a:focus,
.article-title h2 a:focus,
.article-header h2 a:focus {
  text-decoration: none;
}
.article-title,
.article-header h1 {
  margin: 0 0 28px 0;
}
.item-title {
  font-weight: bold;
}
.jumbotron:before,
.jumbotron:after {
  content: " ";
  display: table;
}
.jumbotron:after {
  clear: both;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p {
  color: #555555;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 0;
}
.jumbotron .btn {
  margin-top: 28px;
  margin-bottom: 28px;
}
.masthead {
  padding-top: 56px;
  padding-bottom: 56px;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .masthead {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .masthead h1 {
    font-size: 164px;
  }
  .masthead p {
    font-size: 34px;
  }
  .masthead .btn-lg {
    padding: 15px 40px;
    font-size: 30px;
  }
}
.jumbotron-primary {
  background-color: #337ab7;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #eff5fb;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.page-masthead:before,
.page-masthead:after {
  content: " ";
  display: table;
}
.page-masthead:after {
  clear: both;
}
.page-masthead .jumbotron {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 84px;
  padding-bottom: 84px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  .page-masthead .jumbotron {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .page-masthead .jumbotron .container {
    padding: 0;
  }
}
.label {
  border-radius: 0;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.thumbnail {
  padding: 0;
  margin-bottom: 56px;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  border-bottom: 0;
  padding: 20px 40px 0;
}
.modal-title {
  font-size: 39px;
}
.modal-body {
  padding: 10px 40px 20px;
}
@media screen and (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);
  }
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.logo a {
  background: transparent;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo:hover a,
.logo a:hover,
.logo a:active,
.logo a:focus {
  background: transparent;
  color: #222222;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .logo {
    position: static;
  }
  .logo a {
    background: transparent;
  }
  .logo:hover a,
  .logo a:hover,
  .logo a:active,
  .logo a:focus {
    color: #222222;
  }
}
.off-canvas-toggle + .container .navbar-header .logo {
  left: 74px;
  border-left: 1px solid transparent;
}
@media screen and (min-width: 1200px) {
  .off-canvas-toggle + .container .navbar-header .logo {
    border-left: 0;
  }
}
.logo-image > a {
  max-width: 160px;
  max-height: 55px;
}
.logo-image > a > img {
  max-width: 100%;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text {
  text-transform: uppercase;
  font-size: 18px;
}
.logo-text a {
  line-height: 74px;
  padding: 0 28px;
}
.logo-text .site-slogan {
  display: none;
}
.head-search {
  height: 74px;
  position: absolute;
  right: 0;
  margin: 0;
  z-index: 1000;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  background: #337ab7;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .head-search .search {
    background: transparent;
  }
}
.head-search .search .fa-search {
  color: #222222;
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  left: 20px;
  top: 19px;
}
.head-search .form-control {
  border: 0;
  background: transparent;
  color: #222222;
  height: 73px;
  line-height: 74px;
  position: relative;
  margin: 0;
  padding: 0 15px 0 40px;
  width: 0;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
@media screen and (min-width: 1200px) {
  .head-search .form-control {
    height: 74px;
  }
}
.head-search .form-control:hover,
.head-search .form-control:active,
.head-search .form-control:focus {
  color: #222222;
  box-shadow: none;
}
.head-search .form-control:active,
.head-search .form-control:focus {
  width: 180px;
}
.navbar-toggle + .head-search {
  right: 74px;
}
@media screen and (min-width: 1200px) {
  .head-search,
  .navbar-toggle + .head-search {
    right: 15px;
    top: 0;
  }
}
.t3-sl {
  padding-bottom: 56px;
  padding-top: 56px;
}
.t3-sl .t3-module {
  margin-bottom: 0;
}
.t3-sl .t3-module + .t3-module {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 84px;
    padding-top: 84px;
  }
}
.t3-sl-1 {
  border-bottom: 1px solid #eeeeee;
}
.t3-mainbody {
  padding-top: 28px;
  padding-bottom: 28px;
}
.t3-content {
  padding-top: 28px;
  padding-bottom: 28px;
}
.t3-sidebar {
  padding-top: 28px;
  padding-bottom: 28px;
}
.t3-footer {
  background: #f7f7f7;
  color: #555555;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer-sl {
  padding: 28px 0;
}
.t3-footer-sl:before,
.t3-footer-sl:after {
  content: " ";
  display: table;
}
.t3-footer-sl:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footer-sl {
    padding: 56px 0;
  }
}
.t3-footer-sl .t3-module {
  background: transparent;
  color: #555555;
  margin-top: 14px;
  margin-bottom: 14px;
}
.t3-footer-sl .t3-module .module-title {
  color: #222222;
  font-size: 18px;
  margin-bottom: 14px;
}
.t3-footer-sl .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footer-sl .t3-module ul > li {
  line-height: 24px;
}
.t3-footer-sl .t3-module ul > li > a {
  color: #555555;
}
.t3-footer-sl .t3-module ul > li > a:hover,
.t3-footer-sl .t3-module ul > li > a:active,
.t3-footer-sl .t3-module ul > li > a:focus {
  color: #555555;
}
#back-to-top {
  right: 28px;
  top: auto;
}
#back-to-top.affix {
  bottom: 56px;
}
#back-to-top.affix-top {
  visibility: hidden;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 28px;
}
.t3-copyright {
  border-top: 1px solid #eeeeee;
  font-size: 15px;
  padding: 56px 0 112px;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 28px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  display: inline-block;
}
.features-intro .t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
.row-feature {
  border-top: 1px solid #eeeeee;
  padding: 56px 0;
  font-size: 19px;
  color: #555555;
  line-height: 1.5;
}
.page-masthead .row-feature {
  padding: 56px 0;
}
@media screen and (min-width: 992px) {
  .row-feature {
    padding: 84px 0;
  }
  .page-masthead .row-feature {
    padding: 140px 0;
  }
}
.row-feature h1,
.row-feature h2,
.row-feature h3 {
  line-height: 1.15;
  color: #333333;
}
.row-feature h1 {
  margin-top: 0;
  margin-bottom: 84px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .row-feature h1 {
    font-size: 164px;
  }
}
.row-feature h1 + p {
  margin-top: -79px;
}
.row-feature h2 {
  margin-top: 0;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .row-feature h2 {
    font-size: 82px;
  }
}
.row-feature h3 {
  margin-top: 28px;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .row-feature h3 {
    font-size: 34.5px;
  }
}
.row-feature h3 + p {
  margin-top: -14px;
}
.row-feature .feature-ct {
  width: 100%;
  padding-top: 14px;
}
@media screen and (min-width: 768px) {
  .row-feature .pull-left.item-image + .feature-ct {
    width: 50%;
    float: right;
    padding-left: 28px;
  }
  .row-feature .pull-right.item-image + .feature-ct {
    width: 50%;
    float: left;
    padding-right: 28px;
  }
}
.row-feature.text-center {
  text-align: center;
}
.row-feature.row-feature-alt,
.row-feature:nth-child(even) {
  background: #f7f7f7;
}
.row-feature.row-feature-primary {
  background: #337ab7;
  color: #eff5fb;
}
.row-feature.row-feature-primary h1,
.row-feature.row-feature-primary h2,
.row-feature.row-feature-primary h3 {
  color: #ffffff;
}
.row-feature.row-feature-primary .feature-ct,
.row-feature.row-feature-primary p {
  color: #eff5fb;
}
.row-feature.row-feature-primary .btn-primary {
  border-color: #fff;
}
.row-feature.row-feature-primary + .row-feature-primary {
  border-top: 1px solid #286090;
}
.row-feature .row-feature-narrow {
  padding-top: 28px;
  padding-bottom: 28px;
}
.row-feature:first-child {
  border-top: 0;
}
.row-feature .item-image {
  width: 100%;
  float: none;
  margin-bottom: 28px;
}
.row-feature .item-image img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .row-feature .pull-left.item-image,
  .row-feature .pull-right.item-image {
    max-width: 50%;
    min-width: 25%;
    margin-bottom: 0;
  }
  .row-feature .pull-left.item-image {
    float: left;
    text-align: left;
    padding-right: 28px;
  }
  .row-feature .pull-right.item-image {
    float: right;
    text-align: right;
    padding-left: 28px;
  }
}
.row-feature .page-header {
  border: 0;
  margin: 0 0 28px;
  padding: 0;
}
.row-feature .jumbotron {
  background: transparent;
  position: relative;
  margin-top: 0;
  margin-bottom: 28px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .row-feature .jumbotron {
    margin-bottom: 84px;
  }
}
.row-feature .gallery .thumbnail {
  border: 0;
  padding: 0;
}
.row-feature .gallery .thumbnail a {
  display: block;
  border: 1px solid #eeeeee;
  padding: 3px;
  -webkit-transition: border-color 0.2s ease-in;
  -o-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}
.row-feature .gallery .thumbnail a img {
  width: 100%;
  padding: 0;
}
.row-feature .gallery .thumbnail a:hover,
.row-feature .gallery .thumbnail a:focus,
.row-feature .gallery .thumbnail a:active {
  border-color: #bbbbbb;
}
.row-feature .gallery .thumbnail a:hover img,
.row-feature .gallery .thumbnail a:focus img,
.row-feature .gallery .thumbnail a:active img {
  opacity: .7;
}
.support-policy .row-support-policy {
  margin-bottom: 28px;
}
.support-policy .policy-item {
  margin-bottom: 28px;
  border: 1px solid #eeeeee;
}
.support-policy .policy-item .col-type {
  position: relative;
  height: 100px;
  border-bottom: 1px solid #eeeeee;
  background: #f7f7f7;
}
.support-policy .policy-item .col-type h3 {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.support-policy .policy-item .col-detail {
  height: 200px;
  padding: 28px;
}
.support-policy .policy-item .col-level {
  height: 80px;
  background: #333333;
  color: #fff;
  position: relative;
}
.support-policy .policy-item .col-level .face,
.support-policy .policy-item .col-level .count-up,
.support-policy .policy-item .col-level > strong {
  height: 80px;
  line-height: 80px;
}
.support-policy .policy-item .col-level .level-info {
  width: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.support-policy .policy-item .col-level .level-info .face {
  background-image: url(../../../../images/emoticons.png);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.35);
  display: table-cell;
  width: 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.support-policy .policy-item .col-level .level-info .count-up {
  width: 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.15);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.support-policy .policy-item .col-level strong {
  width: 100%;
  color: #ffffff;
  display: block;
  float: left;
  font-weight: bold;
  padding-left: 180px;
  font-size: 18px;
}
.support-policy .policy-item .col-level.level-1 strong {
  background: #a1d0c1;
}
.support-policy .policy-item .col-level.level-1 .face {
  background-position: 0px 0px;
}
.support-policy .policy-item .col-level.level-2 strong {
  background: #7fbfab;
}
.support-policy .policy-item .col-level.level-2 .face {
  background-position: 0px -80px;
}
.support-policy .policy-item .col-level.level-3 strong {
  background: #fff7ea;
}
.support-policy .policy-item .col-level.level-3 .face {
  background-position: 0px -160px;
}
.support-policy .policy-item .col-level.level-4 strong {
  background: #ffe4b7;
}
.support-policy .policy-item .col-level.level-4 .face {
  background-position: 0px -240px;
}
.support-policy .policy-item .col-level.level-5 strong {
  background-color: #ff8800;
}
.support-policy .policy-item .col-level.level-5 .face {
  background-position: 0px -320px;
}
.support-policy .policy-item .col-level.level-6 strong {
  background: #cc0000;
}
.support-policy .policy-item .col-level.level-6 .face {
  background-position: 0px -400px;
}
.support-policy:hover {
  background: #ffffff;
  border-color: #eeeeee;
}
.support-policy:hover .level-info .face {
  top: -70px;
}
.support-policy:hover .level-info .count-up {
  bottom: 0;
}
.support-policy.style2 {
  margin-bottom: 84px;
}
.support-policy .row-heading {
  background: #333333;
  color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .support-policy .row-heading {
    display: table;
    width: 100%;
  }
}
.support-policy .row-heading > div {
  border-right: 1px solid #4d4d4d;
  font-size: 15px;
  font-weight: bold;
  padding: 28px;
}
@media screen and (min-width: 768px) {
  .support-policy .row-heading > div {
    font-size: 18px;
    display: table-cell;
  }
}
.support-policy .row-body {
  border-left: 1px solid #eeeeee;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .support-policy .row-body {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }
}
.support-policy .row-body > div {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 14px 28px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .support-policy .row-body > div {
    display: table-cell;
    float: none;
  }
}
.support-policy .row-body .col-type {
  background: #333333;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .support-policy .row-body .col-type {
    background: transparent;
    color: #222222;
  }
}
.support-policy .row-body .col-level {
  font-size: 38px;
  text-align: center;
}
.support-policy .row-body .col-status {
  border-bottom: 0;
}
.support-policy .row-body .col-status .face {
  background-image: url(../../../../images/emoticons.png);
  background-repeat: no-repeat;
  display: block;
  height: 80px;
  margin: 0 auto;
  width: 80px;
}
.support-policy .row-body .col-status strong {
  color: #ffffff;
  display: block;
  padding: 3px 0;
  text-align: center;
}
.support-policy .row-body.level-1 .col-status {
  background: #a1d0c1;
}
.support-policy .row-body.level-1 .col-status .face {
  background-position: 0px 0px;
}
.support-policy .row-body.level-2 .col-status {
  background: #afd7ca;
}
.support-policy .row-body.level-2 .col-status .face {
  background-position: 0px -80px;
}
.support-policy .row-body.level-3 .col-status {
  background: #bcded3;
}
.support-policy .row-body.level-3 .col-status .face {
  background-position: 0px -160px;
}
.support-policy .row-body.level-4 .col-status {
  background: #cae4dc;
}
.support-policy .row-body.level-4 .col-status .face {
  background-position: 0px -240px;
}
.support-policy .row-body.level-5 .col-status {
  background: #d7ebe5;
}
.support-policy .row-body.level-5 .col-status .face {
  background-position: 0px -320px;
}
.support-policy .row-body.level-6 .col-status {
  background: #e5f2ee;
}
.support-policy .row-body.level-6 .col-status .face {
  background-position: 0px -400px;
}
.support-policy .row-alt {
  background: #f7f7f7;
}
.support-policy .support-yes {
  color: #a1d0c1;
}
.support-policy .support-no {
  color: #e2e2e2;
}
.pricing-table {
  padding-top: 56px;
  padding-bottom: 140px;
}
.pricing-table .col {
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  .pricing-table .col {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .pricing-table .col.no-padding {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .pricing-table .col.shadow {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
.pricing-table .col .big-number {
  display: inline-block;
  font-size: 85px;
}
.pricing-table .col .big-number sup {
  font-size: 34px;
  top: -1em;
}
.pricing-table .col .btn {
  font-size: 23px;
  padding: 14px 28px;
}
.pricing-table .col .col-header {
  background: #555555;
  color: #ffffff;
  padding: 14px 28px;
}
.pricing-table .col ul {
  border: 1px solid #eeeeee;
  border-bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-table .col ul li {
  border-bottom: 1px solid #eeeeee;
  font-size: 19px;
  padding: 14px 28px;
  text-align: center;
}
.pricing-table .col ul li.row1 {
  background: #f7f7f7;
}
.pricing-table .col ul li i {
  color: #a1d0c1;
  font-size: 21px;
}
.pricing-table .col ul li.no i {
  color: #cc0000;
}
.pricing-table .col ul li.no {
  color: #777777;
  text-decoration: line-through;
}
.pricing-table .col .col-footer {
  background: #eeeeee;
  border: 1px solid #d5d5d5;
  padding: 28px;
}
.pricing-table .col-feature {
  z-index: 200;
}
@media screen and (min-width: 992px) {
  .pricing-table .col-feature {
    margin-top: -28px;
  }
}
.pricing-table .col-feature .col-header {
  background: #337ab7;
  padding: 28px 28px;
}
.pricing-table.style2 .col:first-child .col-header {
  border-radius: 5px 0 0 0;
}
.pricing-table.style2 .col:first-child .col-footer {
  border-radius: 0 0 0 5px;
}
.pricing-table.style2 .col:last-child .col-header {
  border-radius: 0 5px 0 0;
}
.pricing-table.style2 .col:last-child .col-footer {
  border-radius: 0 0 5px 0;
}
.pricing-table.style2 .col-feature {
  border-radius: 5px;
}
.pricing-table.style2 .col-feature .col-header {
  border-radius: 5px 5px 0 0;
}
.pricing-table.style2 .col-feature .col-footer {
  border-radius: 0 0 5px 5px;
}
.our-team .lead {
  margin-bottom: 84px;
}
.our-team .thumbnail {
  text-align: center;
  border: 0;
  padding: 0 28px;
}
.our-team .thumbnail .caption {
  padding-bottom: 28px;
}
.our-team .thumbnail h3 {
  margin-bottom: 5px;
}
.our-team .thumbnail .btn {
  border-radius: 50%;
  height: 32px;
  line-height: 32px;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  width: 32px;
}
.our-team .thumbnail .btn:hover {
  background: #337ab7;
  border-color: #337ab7;
  color: #ffffff;
}
.video-wrapper {
  position: relative;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("../../../../images/btn-cta-small-hover@2x.png") url('../../../../images/btn-red-hover@2x.png') url('../../../../images/btn-red2-hover@2x.png') url('../../../../images/btn-blue-big-hover@2x.png') url('../../../../images/btn-blue-big-phone-hover@2x.png') url('../../../../images/btn-green-small-hover@2x.png') url('../../../../images/btn-green-hover@2x.png') url('../../../../images/btn-green2-hover@2x.png');
}
.nowrap {
  white-space: nowrap;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.horisontal-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.embed-responsive-1by1 {
  padding-bottom: 100%;
}
@font-face {
  font-family: 'DomDiagonalBT';
  src: url('../../../../fonts/36E2A8_0_0.eot');
  src: url('../../../../fonts/36E2A8_0_0.eot?#iefix') format('embedded-opentype'), url('../../../../fonts/36E2A8_0_0.woff2') format('woff2'), url('../../../../fonts/36E2A8_0_0.woff') format('woff'), url('../../../../fonts/36E2A8_0_0.ttf') format('truetype');
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
body .t3-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
body .t3-mainbody {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media screen and (max-width: 767px) {
  body .t3-mainbody {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  body {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
.ie11 body,
.ie11 body .t3-wrapper {
  display: block;
}
a {
  text-decoration: underline;
}
a.btn-arrow {
  position: relative;
  display: inline-block;
  margin: 0 0 15px;
  text-decoration: none;
  font-weight: 600;
}
a.btn-arrow:after {
  position: absolute;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
}
a.btn-arrow.arrow-left {
  padding-left: 40px;
}
a.btn-arrow.arrow-left:after {
  content: url("../../../../images/arrow-back.svg");
  left: 0;
}
a.btn-arrow.arrow-right {
  padding-right: 40px;
}
a.btn-arrow.arrow-right:after {
  content: url("../../../../images/linkarrow.svg");
  right: 0;
}
.row-feature {
  color: #222222;
}
h1 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  h1 {
    margin-top: 5px;
  }
}
h2 {
  margin-top: 53px;
}
h1,
h2,
h3 {
  margin-bottom: 18.66666667px;
}
h2,
h3,
h4,
.h2,
.h3,
.h4 {
  font-family: Helvetica, Arial, "Times New Roman", Times, serif;
  font-weight: 700;
}
h2.playful,
h3.playful,
h4.playful,
.h2.playful,
.h3.playful,
.h4.playful {
  font-weight: 400;
  font-family: 'DomDiagonalBT', Helvetica, Arial, sans-serif;
}
.layout-purity_iiirentalapplication h2,
.layout-purity_iiirentalapplication h3,
.layout-purity_iiirentalapplication .h2,
.layout-purity_iiirentalapplication .h3 {
  font-weight: 400;
  font-family: 'DomDiagonalBT', Helvetica, Arial, sans-serif;
}
.layout-purity_iiirentalapplication h2,
h2.playful {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .layout-purity_iiirentalapplication h2,
  h2.playful {
    font-size: 36px;
  }
}
.blog-article h2 {
  font-size: 60px;
  font-weight: 400;
  font-family: 'DomDiagonalBT', Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .blog-article h2 {
    font-size: 36px;
  }
}
.layout-purity_iiirentalapplication h3,
h3.playful {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .layout-purity_iiirentalapplication h3,
  h3.playful {
    font-size: 30px;
  }
}
h4.playful {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  h4.playful {
    font-size: 24px;
  }
}
h5.playful {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  h5.playful {
    font-size: 20px;
  }
}
.cta-fixed {
  position: fixed;
  right: 28px;
  bottom: 28px;
}
.alert a.close {
  text-decoration: none;
}
.alert a.close:hover,
.alert a.close:focus {
  text-decoration: none;
}
.alert.alert-message {
  background-color: #c3e1d7;
  border-color: #90c8b6;
  color: #489079;
}
.inline-icon {
  float: left !important;
  margin-right: 30px;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .items-row:last-child .item {
    margin-bottom: 0;
  }
  .items-row:last-child .item.map-article {
    margin-top: 0;
  }
}
@media screen and (min-width: 480px) {
  .map-article h2 {
    margin-top: 28px;
  }
}
.items-leading .leading .blog-article h2 {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .items-leading .leading:last-child {
    margin-bottom: 0;
  }
  .items-leading .leading.leading-1 .blog-article h2 {
    margin-top: 40px;
  }
}
.gallery-slider,
.items-leading .leading,
.items-row .item {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .gallery-slider,
  .items-leading .leading,
  .items-row .item {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-slider h1,
  .items-leading .leading h1,
  .items-row .item h1,
  .gallery-slider h2,
  .items-leading .leading h2,
  .items-row .item h2,
  .gallery-slider h3,
  .items-leading .leading h3,
  .items-row .item h3,
  .gallery-slider h4,
  .items-leading .leading h4,
  .items-row .item h4 {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .items-row .item:last-child {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  h4 {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .items-leading .leading:last-child {
    margin-bottom: 25px;
  }
}
.page-header {
  margin: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .page-header {
    margin: 0 0 40px;
  }
}
.t3-content,
.t3-mainbody {
  padding-top: 0;
}
@media screen and (min-width: 1200px) {
  .t3-content .header-wrapper,
  .t3-mainbody .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.t3-content .header-wrapper .text-wrapper h1,
.t3-mainbody .header-wrapper .text-wrapper h1 {
  margin: 25px 0 25px;
}
@media screen and (min-width: 1200px) {
  .t3-content .header-wrapper .text-wrapper h1,
  .t3-mainbody .header-wrapper .text-wrapper h1 {
    margin: 0;
  }
}
.t3-content .header-wrapper .header-img,
.t3-mainbody .header-wrapper .header-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 260px;
}
@media screen and (min-width: 1200px) {
  .t3-content .header-wrapper .header-img,
  .t3-mainbody .header-wrapper .header-img {
    min-height: 340px;
  }
}
.full-width [class^="col-"].no-image {
  width: 100%;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px;
  border-bottom: 2px solid #f4f4f4;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 9px;
  line-height: 1.64705882;
  vertical-align: top;
  border-top: 1px solid #f4f4f4;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f4f4f4;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #f4f4f4;
}
table .table {
  background-color: #ffffff;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 9px;
  line-height: 1.64705882;
  vertical-align: top;
  border-top: 2px solid #f4f4f4;
}
.helpText {
  border-bottom: 1px dashed;
}
.tooltip {
  font-size: 14px;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #efa3aa;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #efa3aa;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #efa3aa;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #efa3aa;
}
.tooltip .tooltip-inner {
  background-color: #efa3aa;
  padding: 10px;
}
.error-page #t3-mainbody {
  min-height: calc(100vh - 153px);
}
@media screen and (min-width: 1200px) {
  .error-page #t3-mainbody {
    min-height: calc(100vh - 209px);
  }
}
@media screen and (min-width: 992px) {
  .col-md-5th {
    padding: 0 10px;
    width: 20%;
  }
}
#system-message-container {
  display: none;
}
.mt0 {
  margin-top: 0;
}
.stretched-link {
  line-height: 0;
  font-size: 0;
  float: left;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.btn {
  font-family: 'DomDiagonalBT', Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding: 0;
  font-size: 30px;
  white-space: normal;
  position: relative;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  padding: 40px 70px;
  border: 0;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1200px) {
  .btn {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .btn {
    padding: 40px;
  }
}
.btn:active,
.btn:focus,
.btn:hover {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}
.btn:active,
.btn:hover {
  text-decoration: none;
}
.btn.btn-default {
  padding: 15px 43px;
  background-image: url('../../../../images/btn-green2@2x.png');
}
.btn.btn-default:active,
.btn.btn-default:hover {
  background-image: url('../../../../images/btn-green2-hover@2x.png');
}
.btn.btn-secondary {
  padding: 18px 27px;
  background-image: url('../../../../images/btn-red2@2x.png');
}
.btn.btn-secondary:active,
.btn.btn-secondary:hover {
  background-image: url('../../../../images/btn-red2-hover@2x.png');
}
.btn.btn-primary {
  background-image: url('../../../../images/btn-blue-big@2x.png');
  padding: 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn.btn-primary {
    padding: 30px 50px 45px;
  }
}
@media screen and (min-width: 1600px) {
  .btn.btn-primary {
    padding: 30px 100px 45px;
  }
}
.btn.btn-primary:active,
.btn.btn-primary:hover {
  background-image: url('../../../../images/btn-blue-big-hover@2x.png');
}
@media screen and (max-width: 480px) {
  .btn.btn-primary {
    padding: 30px 50px;
    background-image: url('../../../../images/btn-blue-big-phone@2x.png');
  }
  .btn.btn-primary:active,
  .btn.btn-primary:hover {
    background-image: url('../../../../images/btn-blue-big-phone-hover@2x.png');
  }
}
.btn.btn-success {
  background-image: url('../../../../images/btn-green-small@2x.png');
}
.btn.btn-success:active,
.btn.btn-success:hover {
  background-image: url('../../../../images/btn-green-small-hover@2x.png');
}
.btn.btn-cta {
  background-image: url('../../../../images/btn-green@2x.png');
  font-size: 30px;
}
.btn.btn-cta:active,
.btn.btn-cta:hover {
  background-image: url('../../../../images/btn-green-hover@2x.png');
}
.btn.btn-red {
  padding: 34px 40px;
  background-image: url('../../../../images/btn-red@2x.png');
}
.btn.btn-red:active,
.btn.btn-red:hover {
  background-image: url('../../../../images/btn-red-hover@2x.png');
}
.btn.btn-category {
  padding: 15px 27px;
  background-image: url('../../../../images/btn-green2@2x.png');
  box-shadow: none;
  -webkit-box-shadow: none;
  min-width: 190px;
  margin-right: 20px;
  margin-bottom: 15px;
  outline: none !important;
  font-size: 30px;
  background-size: 100% 100%;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .btn.btn-category {
    min-width: 140px;
    font-size: 21px;
    margin: 0 4px 8px !important;
  }
}
.btn.btn-category:hover {
  background-image: url('../../../../images/btn-green2-hover@2x.png');
  box-shadow: none;
  -webkit-box-shadow: none;
  opacity: 1;
}
@media (pointer: coarse) {
  .btn.btn-category:hover {
    background-image: url('../../../../images/btn-green2@2x.png');
    opacity: 0.5;
  }
}
.btn.btn-category.active {
  opacity: 1;
  background-image: url('../../../../images/btn-green2@2x.png');
}
.btn.btn-category.red {
  background-image: url('../../../../images/btn-red2@2x.png');
}
.btn.btn-category.red:hover {
  background-image: url('../../../../images/btn-red2-hover@2x.png');
}
.scroll-to-top {
  margin-top: 10px;
  margin-bottom: 6px;
  text-decoration: none;
  position: relative;
  padding-right: 44px;
  background-position: right 9px center;
  background-image: url("../../../../images/up-arrow-white.svg");
  background-size: 14px 8px;
  background-repeat: no-repeat;
  height: 32px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .scroll-to-top {
    margin-top: 0px;
  }
}
.scroll-to-top span {
  vertical-align: text-top;
}
.scroll-to-top::after {
  content: '';
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: #8ec5d5;
  transition: background-color 0.25s ease-in-out;
  z-index: -1;
  border-radius: 50%;
}
.scroll-to-top:hover {
  text-decoration: none;
}
.scroll-to-top:hover::after {
  background-color: #5bc0de;
}
html[lang="ru-ru"] .btn {
  background-position: 50% 75%;
}
html[lang="ru-ru"] .contact-us {
  background-size: 90% 96%;
}
.logo-image a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mfPreviewBar {
  display: none;
}

#back-to-top {
  -webkit-transition: 0.25s 0s visibility ease-in-out, 0.25s 0s opacity ease-in-out;
  -o-transition: 0.25s 0s visibility ease-in-out, 0.25s 0s opacity ease-in-out;
  transition: 0.25s 0s visibility ease-in-out, 0.25s 0s opacity ease-in-out;
}
#back-to-top.affix-top {
  visibility: visible;
}
#back-to-top.closed {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0s 0.25s visibility ease-in-out, 0.25s 0s opacity ease-in-out;
  -o-transition: 0s 0.25s visibility ease-in-out, 0.25s 0s opacity ease-in-out;
  transition: 0s 0.25s visibility ease-in-out, 0.25s 0s opacity ease-in-out;
}
#back-to-top.contact-us,
#back-to-top.view-apartments {
  bottom: 50%;
  position: fixed;
  z-index: 10;
  right: 10px;
}
#back-to-top.contact-us > div,
#back-to-top.view-apartments > div {
  position: relative;
}
#back-to-top.contact-us .btn,
#back-to-top.view-apartments .btn {
  visibility: visible;
  position: absolute;
  z-index: 10;
  right: 0;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: all 0.25s ease-in-out, opacity 0.5s ease-in-out;
  transition: all 0.25s ease-in-out, opacity 0.5s ease-in-out;
}
#back-to-top.contact-us .btn.btn-cta-big,
#back-to-top.view-apartments .btn.btn-cta-big {
  padding: 18px;
}
#back-to-top.contact-us.affix,
#back-to-top.view-apartments.affix {
  bottom: 50%;
}
@media screen and (max-width: 1600px) {
  #back-to-top.contact-us,
  #back-to-top.view-apartments,
  #back-to-top.contact-us.affix,
  #back-to-top.view-apartments.affix {
    bottom: 0;
  }
  #back-to-top.contact-us .btn,
  #back-to-top.view-apartments .btn {
    bottom: 80px;
  }
}
#back-to-top.contact-us.affix-top .btn-cta-small {
  opacity: 0;
  pointer-events: none;
}
#back-to-top.contact-us.affix-top .btn-cta-big {
  opacity: 1;
}
#back-to-top.contact-us.affix .btn-cta-big {
  opacity: 0;
  pointer-events: none;
}
#back-to-top.contact-us.affix .btn-cta-small {
  opacity: 1;
}
@media screen and (max-height: 800px) {
  #back-to-top.contact-us.affix .btn-cta-big,
  #back-to-top.contact-us.affix-top .btn-cta-big {
    opacity: 0;
    pointer-events: none;
  }
  #back-to-top.contact-us.affix .btn-cta-small,
  #back-to-top.contact-us.affix-top .btn-cta-small {
    opacity: 1;
    pointer-events: all;
  }
}
#back-to-top.contact-us .btn-cta-small {
  padding: 37px;
  background-size: 54px;
  border-image: none;
  background-repeat: no-repeat;
  background-image: url("../../../../images/btn-cta-small@2x.png");
}
#back-to-top.contact-us .btn-cta-small:focus {
  outline: none;
}
#back-to-top.contact-us .btn-cta-small:active,
#back-to-top.contact-us .btn-cta-small:hover {
  border-image: none;
  background-image: url("../../../../images/btn-cta-small-hover@2x.png");
}
.com_rwd_forms #back-to-top,
.error-page #back-to-top {
  display: none;
}
.page-title h1 {
  margin-bottom: 26px;
}
.zhgm-group-manage {
  border-bottom: 0;
  margin-top: 42px;
  border-bottom: 2px solid #ededed;
}
.zhgm-group-manage td {
  border: 0;
  padding: 0;
}
.zhgm-group-manage .mobile-filter-toggle {
  text-align: center;
  margin: 15px 0 15px;
}
div.zhgm-map-default img {
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .zhgm-map-default {
    height: 400px !important;
  }
}
.placemarkContent p,
.placemarkContent h3 {
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 400;
  margin: 0;
}
.placemarkContent .placemarkGPS {
  display: none;
}
.gm-style .gm-style-iw-c {
  padding: 12px 12px 11px !important;
  border-radius: 5px !important;
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
@media screen and (max-width: 767px) {
  #GMapsMenu-external {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    visibility: hidden;
    transition: 0s 0.25s visibility ease-in-out, 0.25s 0s opacity ease-in-out;
    opacity: 0;
    z-index: 1500;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #GMapsMenu-external .filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
  }
  #GMapsMenu-external.show-filters {
    opacity: 1;
    visibility: visible;
    transition: 0s 0s visibility ease-in-out, 0.25s 0s opacity ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  #GMapsMenu-external .popup-wrap {
    margin: auto;
    width: calc(100% - 30px);
    background: #ffffff;
  }
  #GMapsMenu-external .popup-wrap .popup-close {
    display: block;
    width: 27px;
    height: 27px;
    position: relative;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
  }
  #GMapsMenu-external .popup-wrap .popup-close::before {
    content: '';
    display: block;
    height: 3px;
    width: 20px;
    transform: rotate(45deg);
    background: #b2b2b2;
    position: absolute;
    top: 50%;
    margin-top: 0px;
    margin-left: 3px;
  }
  #GMapsMenu-external .popup-wrap .popup-close::after {
    content: '';
    display: block;
    height: 3px;
    width: 20px;
    transform: rotate(-45deg);
    background: #b2b2b2;
    position: absolute;
    top: 50%;
    margin-top: 0px;
    margin-left: 3px;
  }
  #GMapsMenu-external .popup-wrap .zhgm-markergroup-group-ul-menu-external {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 15px;
    border-bottom: 0;
    margin: 0;
  }
}
#GMapsMenu-external .zhgm-markergroup-group-ul-menu-external {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #GMapsMenu-external .zhgm-markergroup-group-ul-menu-external {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#GMapsMenu-external .zhgm-markergroup-group-ul-menu-external .zhgm-markergroup-group-li-external {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #GMapsMenu-external .zhgm-markergroup-group-ul-menu-external .zhgm-markergroup-group-li-external {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  #GMapsMenu-external .zhgm-markergroup-group-ul-menu-external .zhgm-markergroup-group-li-external {
    width: 80%;
  }
}
#GMapsMenu-external .zhgm-markergroup-group-ul-menu-external .zhgm-markergroup-group-li-external .zhgm-markergroup-a-external {
  margin-top: 5px;
  margin-bottom: 5px;
}
#GMapsMenu-external .zhgm-markergroup-group-ul-menu-external .zhgm-markergroup-group-li-external .zhgm-markergroup-a-external .zhgm-markergroup-link-external {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: auto;
  opacity: 0.3;
  text-decoration: none;
}
#GMapsMenu-external .zhgm-markergroup-group-ul-menu-external .zhgm-markergroup-group-li-external .zhgm-markergroup-a-external .zhgm-markergroup-link-external.active {
  opacity: 1;
}
#GMapsMenu-external .zhgm-markergroup-group-ul-menu-external .zhgm-markergroup-group-li-external .zhgm-markergroup-a-external .zhgm-markergroup-link-external .zhgm-markergroup-img-external {
  margin-top: 10px;
}
#GMapsMenu-external .zhgm-markergroup-group-ul-menu-external .zhgm-markergroup-group-li-external .zhgm-markergroup-a-external .zhgm-markergroup-link-external .zhgm-markergroup-img-external img {
  display: block !important;
}
#GMapsMenu-external .zhgm-markergroup-group-ul-menu-external .zhgm-markergroup-group-li-external .zhgm-markergroup-a-external .zhgm-markergroup-link-external .zhgm-markergroup-text-external {
  margin-top: 10px;
  margin-left: 10px;
  line-height: 14px;
  color: #333333;
}
#GMapsMenu-external .zhgm-markergroup-group-ul-menu-external .zhgm-markergroup-group-li-external .zhgm-markergroup-a-external #a-markergroup_8 {
  margin-top: 12px;
}
.item.map-article {
  margin-top: -54px;
}
.timeline h3 {
  margin-bottom: 18px;
  font-weight: 400;
}
.timeline .btn-secondary {
  margin-right: 45px;
}
.timeline .btn-secondary,
.timeline .arrow-right {
  margin-top: 30px;
  vertical-align: middle;
}
.timeline.moduletable {
  font-family: 'DomDiagonalBT', Helvetica, Arial, sans-serif;
  margin: 55px 0 25px;
}
@media screen and (min-width: 992px) {
  .timeline.moduletable {
    text-align: center;
  }
}
.article-content .timeline.moduletable {
  margin-top: 85px;
}
.article-content .timeline h4.playful {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .article-content .timeline h4.playful {
    font-size: 20px;
  }
}
.article-content .timeline .timeline-item .dot {
  padding-top: 7px;
}
.timeline .timeline-item:last-child .dot:after,
.timeline .timeline-item:last-child > p:after {
  display: none;
}
.timeline .timeline-item:last-child > p {
  height: inherit;
}
.timeline .timeline-item.timeline-current > p:after,
.timeline .timeline-item.timeline-current .dot:after {
  opacity: 0.5;
}
.timeline .timeline-item.timeline-current .dot {
  background-image: url("../../../../images/timeline-dot-green.svg");
}
.timeline .timeline-item .dot {
  text-align: center;
  background-image: url("../../../../images/timeline-dot-green-darker.svg");
  width: 39px;
  height: 39px;
  margin: 0 auto 18px;
  background-repeat: no-repeat;
  color: #ffffff;
  padding-top: 3px;
}
@media screen and (max-width: 991px) {
  .timeline .timeline-item .dot {
    padding-top: 7px;
  }
}
.timeline .timeline-item .dot:after {
  content: url("../../../../images/timeline-dashes-small.svg");
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  line-height: 0;
  height: 17px;
  transform: translateY(11px) translateX(50%);
}
@media screen and (max-width: 991px) {
  .timeline .timeline-item .dot:after {
    transform: rotate(90deg);
    top: 67px;
    right: auto;
    left: 4px;
    width: 58px;
  }
}
@media screen and (max-width: 991px) {
  .timeline .timeline-item:not(:last-child) {
    min-height: 110px;
  }
  .timeline .timeline-item .dot,
  .timeline .timeline-item h4.playful {
    display: table-cell;
  }
  .timeline .timeline-item h4.playful {
    padding-left: 17px;
    padding-bottom: 17px;
  }
}
.timeline .timeline-item > p {
  position: relative;
  font-size: 24px;
  font-family: 'DomDiagonalBT', Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 991px) {
  .timeline .timeline-item > p {
    height: 150px;
  }
  .timeline .timeline-item > p:after {
    content: url("../../../../images/timeline-dashes.svg");
    position: absolute;
    top: 45%;
    right: 49%;
    width: 90px;
    transform: translateY(50%) translateX(50%) rotate(90deg);
  }
}
.timeline .timeline-pink {
  text-align: center;
}
.timeline .timeline-pink .timeline-item:last-child > p:after,
.timeline .timeline-pink .timeline-item:last-child .dot:after {
  display: none;
}
.timeline .timeline-pink .timeline-item:last-child > p {
  height: inherit;
}
.timeline .timeline-pink .timeline-item.timeline-future {
  opacity: 0.5;
}
.timeline .timeline-pink .timeline-item.timeline-current .dot:after,
.timeline .timeline-pink .timeline-item.timeline-current > p:after {
  opacity: 0.5;
}
.timeline .timeline-pink .timeline-item .dot {
  background-image: url("../../../../images/timeline-dot.svg");
  width: 39px;
  height: 39px;
  margin: 0 auto;
  margin-bottom: 18px;
  background-repeat: no-repeat;
  
}
.timeline .timeline-pink .timeline-item .dot:after {
  content: url("../../../../images/timeline-dashes.svg");
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  width: 50%;
  margin-top: -12px;
  transform: translateY(110%) translateX(50%);
}
@media screen and (max-width: 991px) {
  .timeline .timeline-pink .timeline-item .dot:after {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .timeline .timeline-pink .timeline-item .dot:after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .timeline .timeline-pink .timeline-item .dot,
  .timeline .timeline-pink .timeline-item h4.playful {
    display: inline-block;
  }
}
.timeline .timeline-pink .timeline-item > p {
  position: relative;
}
@media screen and (max-width: 991px) {
  .timeline .timeline-pink .timeline-item > p {
    height: auto;
  }
  .timeline .timeline-pink .timeline-item > p:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .timeline .timeline-pink .timeline-item > p {
    height: 120px;
  }
  .timeline .timeline-pink .timeline-item > p:after {
    content: url("../../../../images/timeline-dashes.svg");
    position: absolute;
    display: block;
    top: 3%;
    right: 49%;
    width: 90px;
    transform: translateY(50%) translateX(50%) rotate(90deg) scale(0.7);
  }
}
.timeline .btn-arrow {
  margin-bottom: 0;
}
html[lang="ru-ru"] .timeline .btn-secondary {
  padding: 28px 27px;
}
.view-objects .item-page {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .view-objects .item-page {
    margin-bottom: 0;
  }
}
.view-objects h1 {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .view-objects .timeline {
    margin-top: 55px;
  }
}
.view-objects.layout-purity_iiitag .zhgm-group-manage {
  margin-bottom: 8px;
}
.view-objects.layout-purity_iiitag .cal-pretext {
  margin-bottom: 39px;
}
@media screen and (min-width: 768px) {
  .view-objects.layout-purity_iiitag .cal-pretext {
    margin-bottom: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .view-objects.layout-purity_iiitag .cal-pretext {
    margin-bottom: 63px;
  }
}
.view-objects.layout-purity_iiitag .gallery-slider {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .view-objects.layout-purity_iiitag .gallery-slider {
    margin-bottom: 87px;
  }
}
.view-objects.layout-purity_iiitag .zhgm-group-manage {
  margin-top: 0;
}
.view-objects .tagspopular {
  margin-top: 2rem;
}
.view-objects .rwd-property-objects-subtitle {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .view-objects .rwd-property-objects-subtitle {
    margin-bottom: 0;
  }
}
.custom.objects-header-images {
  padding: 0 5px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .custom.objects-header-images {
    display: none;
  }
}
.custom.objects-header-images p {
  margin-bottom: 0;
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.custom.objects-header-images p img {
  margin: 0 2.5px;
  width: calc(50% - 5px);
  height: calc(50vw - 5px);
  -o-object-fit: cover;
  object-fit: cover;
  float: left;
}
.custom.objects-header-images p img:nth-child(3),
.custom.objects-header-images p img:nth-child(4) {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .custom.objects-header-images p img {
    width: calc(33.333333% - 5px);
    height: calc(33.149vw - 5px);
  }
  .custom.objects-header-images p img:nth-child(3) {
    display: inline-block !important;
  }
}
@media screen and (min-width: 992px) {
  .custom.objects-header-images p img {
    width: calc(25% - 5px);
    height: calc(24.714vw - 5px);
  }
  .custom.objects-header-images p img:nth-child(4) {
    display: inline-block !important;
  }
}
.t3-content form h1 {
  margin-bottom: 24px;
}
.t3-content form .objects-list {
  margin-bottom: 67px;
}
.t3-content form .cal-pretext {
  margin-bottom: 67px !important;
  margin-left: 0;
  margin-right: 0;
}
.t3-content form .cal-pretext .location-introduction {
  display: block;
}
.t3-content form .cal-pretext .location-introduction h2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .t3-content form .cal-pretext .location-introduction {
    display: flex;
  }
  .t3-content form .cal-pretext .location-introduction .location-description {
    margin-left: 250px;
    margin-top: 50px;
  }
}
.rwd-objects-list-table {
  border-spacing: 0 10px;
  border-collapse: separate;
  border-bottom: none;
  margin-bottom: 0;
}
.rwd-objects-list-table > thead > tr > th {
  padding: 0 9px;
  border-bottom: none;
  cursor: default;
  font-weight: 600;
  font-size: 14px;
  min-width: 116px;
}
.rwd-objects-list-table > thead > tr > th[data-sort] {
  cursor: pointer;
}
.rwd-objects-list-table > thead > tr > th:nth-child(2) {
  padding-left: 30px;
}
.rwd-objects-list-table > thead > tr > th .arrow {
  width: 10px;
  height: 12px;
  display: inline-block;
  margin: 0 6px;
  opacity: 0.3;
  vertical-align: middle;
}
.rwd-objects-list-table > thead > tr > th .arrow.sort-all {
  background-image: url("../../../../images/sort-inactive.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
  vertical-align: baseline;
}
.rwd-objects-list-table > thead > tr > th .arrow.sort-up {
  background-image: url("../../../../images/sort-up.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 2px;
  opacity: 1;
}
.rwd-objects-list-table > thead > tr > th .arrow.sort-down {
  background-image: url("../../../../images/sort-down.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 2px;
  opacity: 1;
}
.rwd-objects-list-table > tbody > tr {
  transition: background-color 0.25s ease-in-out;
}
.rwd-objects-list-table > tbody > tr > td {
  height: 90px;
  vertical-align: middle;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  cursor: pointer;
}
.rwd-objects-list-table > tbody > tr > td:last-child {
  border-right: 1px solid #f7f7f7;
}
.rwd-objects-list-table > tbody > tr:hover {
  background-color: #fff7ea;
}
.rwd-objects-list-table > tbody > tr:hover .title {
  text-decoration: underline;
}
.rwd-objects-list-table td.booked {
  color: #c15959;
}
.rwd-objects-list-table td.price {
  color: #3f9d7f;
}
.rwd-objects-list-table td.price .h4 {
  font-weight: 400;
}
.rwd-objects-list-table td.title {
  padding-left: 30px;
}
.rwd-objects-list-table td.apt-thumb {
  padding: 0;
  width: 136px;
  height: 90px;
  max-width: 136px;
  max-height: 90px;
  background-color: #ffffff;
  border: none;
}
.rwd-objects-list-table td.apt-thumb .apt-image {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  display: block;
}
.rwd-objects-list-table .booked .title,
.rwd-objects-list-table .booked .h4 {
  color: #c15959;
}
.sort-objects-mobile {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.sort-objects-mobile label {
  font-weight: 400;
  margin-right: 12px;
}
.sort-objects-mobile,
.sort-objects-mobile .form-control {
  font-size: 14px;
}
.category-filter {
  margin-top: 0;
  margin-bottom: 0;
}
.category-filter.RWDForm .form-group {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .category-filter.RWDForm .form-group {
    margin-bottom: 7px;
  }
}
.category-filter.RWDForm .form-group .checkbox {
  margin-right: 32px;
  margin-bottom: 3px;
}
@media screen and (max-width: 991px) {
  .category-filter.RWDForm .form-group .checkbox {
    margin-top: 9px;
    margin-bottom: 7px;
  }
}
.category-filter .filters {
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .category-filter .filters {
    margin: 18px 0 13px;
  }
}
.category-filter .filters > * {
  border-right: 2px solid #ebe6dc;
  margin-right: 32px;
}
.category-filter .filters > *:last-child {
  border-right: none;
  margin-right: 0;
}
.category-filter .filters > *:last-child .checkbox:last-child {
  margin-right: 0;
}
.category-filter .filters > *.no-border {
  border-right: none;
  border-bottom: none;
}
@media screen and (max-width: 1199px) {
  .category-filter .filters > *:nth-last-child(2) {
    border-right: none;
  }
}
@media screen and (max-width: 991px) {
  .category-filter .filters > * {
    border-right: none;
    border-bottom: 2px solid #ebe6dc;
    margin-right: 0;
    width: 100%;
  }
  .category-filter .filters > *:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .category-filter .filters > * .checkbox {
    float: left !important;
    margin-left: 0 !important;
  }
  .category-filter .filters > * .checkbox + .checkbox {
    margin-top: 9px !important;
  }
}
.mobile-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 40%;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  max-width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mobile-card-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .mobile-card-wrap:last-child {
    margin-bottom: 0;
  }
}
.mobile-card {
  display: block;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none !important;
}
.mobile-card h4 {
  margin-top: 8px;
  margin-bottom: 0;
}
.mobile-card .card-content {
  padding: 10px;
}
.mobile-card .card-content span {
  font-size: 15px;
}
.mobile-card .separator {
  color: #6d6e71;
}
.mobile-card .apt-thumb {
  height: 0;
  padding-bottom: 66.66%;
  position: relative;
  overflow: hidden;
}
.mobile-card .apt-thumb .apt-image {
  position: absolute;
  top: -500%;
  left: -500%;
  right: -500%;
  bottom: -500%;
  margin: auto;
}
.mobile-card .apt-thumb .apt-image.landscape {
  max-height: 100%;
}
.mobile-card .apt-thumb .apt-image.portrait {
  max-width: 100%;
}
.mobile-card .apt-info {
  line-height: 1.4;
}
.mobile-card .price {
  color: #3f9d7f;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 3px;
}
.apartment-nav .arrow-left {
  margin-right: 20px;
}
.parameters .table {
  width: auto;
  margin-bottom: 26px;
  min-width: 275px;
}
.parameters .table > tbody > tr > th,
.parameters .table > tbody > tr > td {
  border-top-width: 2px;
  padding: 10px 16px;
}
.apt-details {
  margin-top: 50px;
  margin-bottom: 30px;
}

.object-desc ul:first-child {
  margin-top: 0;
}
.rent-apartment {
  margin-bottom: 20px;
}
.apt-footer-links .rent-apartment {
  margin-top: 40px;
  margin-bottom: 43px;
}
html[lang="ru-ru"] .rent-apartment .btn-default {
  padding: 25px 43px;
}
.apt-footer-links {
  margin-bottom: 10px;
}
.plans .plan {
  margin-bottom: 50px;
}
.plans .plan + .plan {
  max-width: 550px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .plans .plan + .plan {
    float: right;
  }
}
.view-object .gallery {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .view-object .gallery {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 767px) {
  .view-object .gallery-slider {
    margin-bottom: 10px;
  }
}
.view-object .zhgm-group-manage {
  margin-top: 28px;
}
.apt-tour .vr-tour-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.apt-tour .vr-tour-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.block-map-mod h3 {
  font-family: 'DomDiagonalBT', Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .block-map-mod h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .block-map-mod h3 {
    margin-bottom: 30px;
  }
}
.block-map-mod .btn-arrow {
  margin-top: 10px;
  margin-bottom: 22px;
}
.block-map-mod .zhgm-group-manage {
  margin-top: 22px;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .tagspopular h3 {
    margin-bottom: 28px;
  }
}
.gallery-slider {
  position: relative;
  padding: 0;
  background-color: #ffffff;
  margin-left: -15px;
  margin-right: -15px;
  
}
@media screen and (min-width: 1200px) {
  .gallery-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .gallery-slider .all-images,
  .gallery-slider .lSPager {
    display: none;
  }
}
.gallery-slider .lSSlideOuter {
  overflow: hidden;
}
.gallery-slider .lSSlideOuter .lSPager {
  margin-left: auto;
  margin-right: auto;
}
.gallery-slider .lSSlideOuter .lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 66.66666667%;
  height: 0;
  margin: 0 15px;
}
@media screen and (min-width: 1200px) {
  .gallery-slider .lSSlideOuter .lSSlideWrapper {
    margin: 0;
  }
}
.gallery-slider .lsPager-wrapper {
  margin-top: 5px;
  overflow: hidden;
}
.gallery-slider .lSPager.lSGallery:empty {
  margin: 0 !important;
}
.gallery-slider .lSPager.lSGallery li {
  margin-bottom: 0;
  position: relative;
}
.gallery-slider .lSPager.lSGallery li.active,
.gallery-slider .lSPager.lSGallery li:hover {
  border-radius: 0;
}
.gallery-slider .lSPager.lSGallery li.active a,
.gallery-slider .lSPager.lSGallery li:hover a {
  box-shadow: inset 0 0 0 5px #8ec5d5;
}
.gallery-slider .lSPager.lSGallery li::before {
  content: '';
  height: 0;
  padding-top: 66.66666667%;
  display: block;
}
.gallery-slider .lSPager.lSGallery li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.gallery-slider .lSPager.lSGallery li a img {
  z-index: -1;
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}
.gallery-slider .usingCss #gallery-slider {
  position: absolute;
  height: auto !important;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.gallery-slider #gallery-slider {
  
}
.gallery-slider #gallery-slider:not(.lightSlider)::before {
  content: '';
  padding-bottom: 66.66666667%;
  display: table;
}
.gallery-slider #gallery-slider .gallery-item {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.gallery-slider #gallery-slider .gallery-item .image-background {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  transform: scale(1.1);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  background-size: cover;
  background-position: center;
}
.gallery-slider #gallery-slider .gallery-item > img {
  position: absolute;
  top: -500%;
  left: -500%;
  bottom: -500%;
  right: -500%;
  margin: auto;
  max-width: 100%;
  min-width: 100%;
}
.gallery-slider #gallery-slider .gallery-item > img.landscape {
  max-height: 100%;
  max-width: none;
}
.gallery-slider #gallery-slider .gallery-item .caption {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
.gallery-slider .lSAction > a {
  opacity: .75;
}
.gallery-slider .lSAction .lSPrev,
.gallery-slider .lSAction .lSNext {
  width: 40px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0;
  transform: translateY(-50%);
}
.gallery-slider .lSAction .lSPrev {
  left: 0;
  background-image: url("../../../../images/arrow-left.svg");
}
.gallery-slider .lSAction .lSNext {
  right: 0;
  background-image: url("../../../../images/arrow-right.svg");
}
.gallery-slider.slider-module .lSPager {
  position: absolute;
  transform: translateX(-50%) !important;
  left: 50%;
  bottom: 16px;
  width: auto !important;
}
.gallery-slider.slider-module .lSPager > li {
  width: 24px !important;
  height: 8px;
}
.gallery-slider.slider-module .lSPager > li > a {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.gallery-slider.slider-module .lSPager > li > a img {
  display: none;
}
.gallery-slider.slider-module .lSPager > li:hover > a,
.gallery-slider.slider-module .lSPager > li.active > a {
  border: 0;
  background-color: #ffffff;
}
.gallery-slider.slider-module .lSAction > a {
  opacity: 1;
}
.gallery-slider.slider-module .lSAction .lSPrev {
  background-image: url("../../../../images/arrow-left-white.svg");
}
.gallery-slider.slider-module .lSAction .lSNext {
  background-image: url("../../../../images/arrow-right-white.svg");
}
.image-background-fallback {
  display: none;
}
.no-cssfilters .image-background {
  display: none;
}
.no-cssfilters .image-background-fallback,
.no-cssfilters .image-background-fallback image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.isie .image-background {
  position: static !important;
}
@media screen and (min-width: 768px) {
  .lSSlideOuter:after,
  .lSSlideOuter:before {
    display: block !important;
    z-index: 5;
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
    height: 90px;
    width: 50px;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(20%, rgba(255, 255, 255, 0.7)), color-stop(37%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #ffffff 7%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0) 37%);
    background: -o-linear-gradient(left, #ffffff 7%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0) 37%);
    background: linear-gradient(90deg, #ffffff 7%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0) 37%);
  }
  .lSSlideOuter:after {
    right: 0;
    left: auto;
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 992px) {
  .lSSlideOuter:after,
  .lSSlideOuter:before {
    height: 115px;
  }
}
@media screen and (min-width: 1200px) {
  .lSSlideOuter:after,
  .lSSlideOuter:before {
    height: 130px;
  }
}
.lg-backdrop.in {
  opacity: 0.8;
}
@media screen and (max-width: 1199px) {
  .item-page {
    margin-bottom: 28px;
  }
}
.item-page .article-title {
  margin-top: 42px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1199px) {
  .item-page .item-image {
    padding-top: 28px;
  }
}
.residents .article-content > ul li {
  padding: 30px 0 30px 60px;
}
.residents .article-content > ul li::before {
  content: '';
  width: 40px;
  height: 85px;
  background-position: center;
  background-image: url("../../../../images/teavitus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.residents .article-content > ul li::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 60px;
  right: 0;
  bottom: 21px;
  background: #E9A3A9;
}
.residents .article-content > ul li:not(:last-child) {
  margin-bottom: 15px;
}
.residents .article-content > ul li p:last-child {
  margin-bottom: 0;
}
.residents .article-content .moduletable .contacts ul {
  max-width: 300px;
  text-align: right;
}
.residents .article-content .moduletable .contacts ul li::before,
.residents .article-content .moduletable .contacts ul li strong {
  float: left;
}
.residents .article-content .moduletable .contacts table {
  margin: 1rem 0;
  border: none;
}
.residents .article-content .moduletable .contacts table td {
  padding: 0;
  border: none;
}
.residents .article-content .moduletable .contacts table td:first-child::before {
  content: '•';
  font-weight: 600;
  color: #c15959;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.residents .article-content .moduletable .partners {
  padding-top: 50px;
}
.residents .article-content .moduletable .partners [class^="col-"] {
  padding-bottom: 30px;
}
.residents .article-content .moduletable .partners .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .t3-mainbody .blog .items-leading {
    margin-bottom: 100px;
  }
}
.t3-mainbody .blog .items-leading .leading-0 {
  margin-bottom: 60px;
}
.t3-mainbody .blog .items-leading .leading-1 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .t3-mainbody .blog .items-leading .leading-1 h2 {
    margin: 20px 0;
    font-size: 30px;
    line-height: 32px;
    font-weight: normal;
  }
}
@media screen and (max-width: 480px) {
  .t3-mainbody .blog .items-leading .leading-title {
    width: 100%;
  }
}
.t3-mainbody .blog .items-leading .leading-title h1 {
  position: absolute;
  z-index: 1;
  width: 30vw;
  min-width: 240px;
  margin-top: 10px;
  line-height: 50px;
  text-shadow: 1px 1px #ffffff;
}
@media screen and (min-width: 992px) {
  .t3-mainbody .blog .items-leading .leading-title h1 {
    max-width: 60vw;
    margin-top: 40px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1200px) {
  .t3-mainbody .blog .items-leading .leading-title h1 {
    width: 35vw;
  }
}
@media screen and (min-width: 1450px) {
  .t3-mainbody .blog .items-leading .leading-title h1 {
    width: 33vw;
  }
}
@media screen and (min-width: 1600px) {
  .t3-mainbody .blog .items-leading .leading-title h1 {
    width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .t3-mainbody .blog .items-leading .leading-title h1 {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .t3-mainbody .blog .items-leading .leading-content {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .t3-mainbody .blog .items-leading .leading-content {
    margin-top: 2px;
  }
}
.t3-mainbody .blog .items-leading .leading-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .t3-mainbody .blog .items-leading .leading-content .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.t3-mainbody .blog .items-leading .leading-content .row img {
  width: 375px;
  height: 469px;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .t3-mainbody .blog .items-leading .leading-content .row img {
    width: 100%;
    height: 100%;
  }
}
.t3-mainbody .blog .items-leading .leading-content .row [class^="col-"]:not(:last-child) {
  padding-right: 2px;
}
.t3-mainbody .blog .items-leading .leading-content .row [class^="col-"]:not(:first-child) {
  padding-left: 2px;
}
@media screen and (max-width: 768px) {
  .t3-mainbody .blog .items-leading .leading-content .row .img-fulltext {
    margin-top: 40px;
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .t3-mainbody .blog .items-leading .leading-content img {
    min-height: 100%;
  }
}
.t3-mainbody .blog .items-leading .raised-image .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 30px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .t3-mainbody .blog .items-leading .raised-image .image-wrapper {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .t3-mainbody .blog .items-leading .raised-image .image-wrapper {
    justify-content: flex-start;
    margin-left: 18%;
  }
}
@media screen and (max-width: 480px) {
  .t3-mainbody .blog .items-leading .raised-image .image-wrapper {
    margin-left: 0%;
  }
}
.t3-mainbody .blog .items-leading .raised-image .image-wrapper .img {
  margin-top: -88px;
  margin-left: 43px;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  background-size: 175% 175%;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: -27px -25px;
}
@media screen and (min-width: 375px) {
  .t3-mainbody .blog .items-leading .raised-image .image-wrapper .img {
    margin-top: -104px;
    margin-left: 102px;
  }
}
@media screen and (min-width: 480px) {
  .t3-mainbody .blog .items-leading .raised-image .image-wrapper .img {
    width: 200px;
    height: 200px;
    background-position: -52px -43px;
    margin-top: -128px;
    margin-left: -18px;
  }
}
@media screen and (min-width: 600px) {
  .t3-mainbody .blog .items-leading .raised-image .image-wrapper .img {
    margin-left: 46px;
  }
}
@media screen and (min-width: 768px) {
  .t3-mainbody .blog .items-leading .raised-image .image-wrapper .img {
    width: 300px;
    height: 300px;
    background-position: -75px -72px;
    margin-top: -295px;
    margin-right: -23px;
    margin-left: -24px;
  }
}
@media screen and (min-width: 992px) {
  .t3-mainbody .blog .items-leading .raised-image .image-wrapper .img {
    margin-top: -230px;
    margin-right: -90px;
  }
}
@media screen and (min-width: 1200px) {
  .t3-mainbody .blog .items-leading .raised-image .image-wrapper .img {
    width: 362px;
    height: 362px;
    background-position: -75px -72px;
    margin-top: -295px;
    margin-right: -75px;
  }
}
.t3-mainbody .blog .blog-article {
  position: relative;
  margin-bottom: 60px;
}
.t3-mainbody .blog .blog-article p:last-child {
  margin-bottom: 0;
}
.t3-mainbody .blog .blog-article a:last-child {
  margin-bottom: 0;
}
.t3-mainbody .blog .blog-article.has-image .img-container {
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .t3-mainbody .blog .blog-article.has-image .text-container {
    margin-left: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .t3-mainbody .blog .blog-article.has-image.img-right .img-container {
    float: right;
  }
}
@media screen and (min-width: 1200px) {
  .t3-mainbody .blog .blog-article.has-image.img-right .text-container {
    margin-left: 0;
    margin-right: 35px;
  }
}
.t3-mainbody .blog .blog-article .no-image .text-container p + p {
  margin-top: 30px;
}
.t3-mainbody .blog .blog-article .text-container p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .t3-mainbody .blog .blog-article .text-container p:last-child a:last-child {
    margin-bottom: 0;
  }
}
.t3-mainbody .blog .blog-article.new-section {
  margin-top: 56px;
}
@media screen and (min-width: 1200px) {
  .t3-mainbody .blog .blog-article.new-section {
    margin-top: 116px;
  }
}
.t3-mainbody .blog .category-title,
.t3-mainbody .blog .article-title {
  margin: 0 0 28px;
}
@media screen and (min-width: 1200px) {
  .t3-mainbody .blog .category-title,
  .t3-mainbody .blog .article-title {
    margin: 56px 0 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .t3-mainbody .blog .items-row .article-title {
    margin-top: 0;
  }
  .t3-mainbody .blog .items-row .article-title ~ .article-title {
    margin: 28px 0 18.66666667px;
  }
}
.t3-mainbody .blog .items-row .column-1 {
  margin-bottom: 0;
}
.t3-mainbody .blog .articles .apartments,
.t3-mainbody .blog .articles .apartments .row {
  margin-bottom: 80px;
}
.t3-mainbody .blog .articles .apartments .apartment-item .image-wrapper {
  transition: opacity 0.4s ease-in-out;
  opacity: .5;
}
.t3-mainbody .blog .articles .apartments .apartment-item:hover .image-wrapper {
  opacity: 1;
}
.t3-mainbody .blog .articles .apartments .image-wrapper {
  margin-top: 30px;
}
.t3-mainbody .blog .articles .apartments .image-wrapper img {
  margin: 0 auto;
}
.t3-mainbody .blog .moduletable h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.t3-mainbody .blog .moduletable .tagspopular {
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .t3-mainbody .blog .moduletable .tagspopular {
    margin-bottom: 100px;
  }
}
.t3-mainbody .blog .moduletable .tagspopular .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
}
@media screen and (max-width: 768px) {
  .t3-mainbody .blog .moduletable .tagspopular .row {
    flex-direction: column;
  }
  .t3-mainbody .blog .moduletable .tagspopular .row [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .t3-mainbody .blog .moduletable .tagspopular .row [class^="col-"]:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .t3-mainbody .blog .moduletable .tagspopular .row [class^="col-"] {
    padding-right: 2px;
    padding-left: 2px;
  }
}
.t3-mainbody .blog .moduletable .tagspopular .row a {
  text-decoration: none;
}
.t3-mainbody .blog .moduletable .tagspopular .row a h3 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 24px;
}
.t3-mainbody .blog .moduletable .tagspopular .row img {
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .t3-mainbody .block-contact-mod .formDesc p {
    margin-bottom: 0;
  }
}
.t3-mainbody .block-contact-mod .formContainer .form-group .btn {
  margin-right: 15px;
}
.t3-mainbody .block-contact-mod .form-group {
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .t3-mainbody .block-contact-mod .form-group {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .t3-mainbody .block-contact-mod .form-group .label-wrapper {
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .t3-mainbody .block-contact-mod .form-group .form-control {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .t3-mainbody .block-contact-mod .form-group textarea {
    height: 102px;
  }
}
.t3-mainbody .news .items-row .item {
  margin-bottom: 15px;
}
.t3-mainbody .news .items-row .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.t3-mainbody .news .items-row .news-item .img-container {
  width: 135px;
  height: 90px;
}
.t3-mainbody .news .items-row .news-item h4 {
  margin: 0;
  padding: 0 20px;
}
.t3-mainbody .news .items-row .news-item > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.t3-mainbody .news .items-row .news-item > div:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 135px;
  -ms-flex: 0 0 135px;
  flex: 0 0 135px;
}
.t3-mainbody .news .items-row .stretched-link:hover + div,
.t3-mainbody .news .items-row .stretched-link:focus + div {
  text-decoration: underline;
}
.t3-mainbody .news .blog-article .article-title {
  margin-bottom: 15px;
}
.t3-mainbody .news .blog-article p:last-child {
  margin: 0;
}
.form-desc h2 {
  margin-top: 0;
}
.RWDForm {
  
  
  
  
  
  
  
}
.RWDForm .has-error {
  color: #efa3aa;
}
.RWDForm .stopforumspam-field:empty {
  display: none;
}
.RWDForm input[type="text"],
.RWDForm input[type="email"] {
  width: 100%;
}
.RWDForm input:not([type="radio"]):not([type="submit"]),
.RWDForm textarea {
  border: 0;
  border-bottom: 2px solid #efa3aa;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.RWDForm input:not([type="radio"]):not([type="submit"]):active,
.RWDForm textarea:active,
.RWDForm input:not([type="radio"]):not([type="submit"]):focus,
.RWDForm textarea:focus {
  border-color: #efa3aa;
  background-color: #fff7ea;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.RWDForm .form-control {
  min-height: 46px;
}
.RWDForm .file-input-wrap {
  position: relative;
  min-height: 46px;
}
.RWDForm .file-input-wrap .form-control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  height: auto;
}
.RWDForm .file-input-wrap .form-control:active + .file-input-faker .placeholder,
.RWDForm .file-input-wrap .form-control:focus + .file-input-faker .placeholder {
  background-color: #fff7ea;
}
.RWDForm .file-input-wrap .form-control:active + .file-input-faker .file-input-picker,
.RWDForm .file-input-wrap .form-control:focus + .file-input-faker .file-input-picker {
  border-color: #7eb4a3;
}
.RWDForm .file-input-wrap .form-control[required] + .file-input-faker .placeholder:after {
  content: "*";
  color: #efa3aa;
  margin-left: 2px;
}
.RWDForm .file-input-wrap .form-control[required] + .file-input-faker.has-file .placeholder::after {
  display: none;
}
.RWDForm .file-input-wrap .file-input-faker .placeholder {
  border-bottom: 2px solid #efa3aa;
  padding: 8px 12px;
  min-height: 46px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.RWDForm .file-input-wrap .file-input-faker .file-input-picker {
  padding: 0px 14px;
  margin-left: 11px;
  border: 2px solid #a1d0c1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .RWDForm .file-input-wrap .file-input-faker .file-input-picker {
    padding: 2px 14px;
  }
}
.RWDForm .help-block {
  color: inherit;
  margin-bottom: 0;
}
.RWDForm select.form-control {
  display: inline-block;
  min-height: 0;
  height: auto;
  padding: 3px 8px 2px;
  min-width: 220px;
  width: auto;
  max-width: 100%;
  
  box-sizing: border-box;
  margin: 0;
  border: 2px solid #a1d0c1;
  border-radius: 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background: url("../../../../images/select-arrow.svg") 0 0px no-repeat;
  background-position: right .5em top 50%, 0 0;
  background-size: .8em auto, 100%;
  box-shadow: none;
  
}
.RWDForm select.form-control::-ms-expand {
  display: none;
}
.RWDForm select.form-control:focus {
  background-color: #fff7ea;
  outline: none;
}
.RWDForm select.form-control option {
  font-weight: normal;
}
.RWDForm textarea {
  min-height: 100px;
}
@media (max-width: 767px) {
  .RWDForm .label-wrapper {
    margin: 18px 0;
  }
}
.RWDForm .text-field + .checkbox-field .label-wrapper {
  margin-top: 0;
}
.RWDForm .placeholder {
  display: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  .RWDForm .placeholder {
    font-size: 14px;
  }
}
.RWDForm .placeholder-shown + .placeholder {
  display: block;
  position: absolute;
  top: 8px;
  left: 27px;
}
.RWDForm .placeholder-shown[required] + .placeholder:after {
  content: "*";
  color: #efa3aa;
  margin-left: 2px;
}
.RWDForm .red_star {
  margin: 0;
}
.RWDForm .red_star::after {
  content: "*";
  color: #efa3aa;
  margin-left: 2px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .RWDForm .form-group {
    margin-bottom: 20px;
  }
  .RWDForm .form-group.mcconfirm-field .checkbox {
    margin: 0;
  }
}
.RWDForm .form-group .checkbox,
.RWDForm .form-group .radio {
  float: left;
  margin-top: 5px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .RWDForm .form-group .checkbox,
  .RWDForm .form-group .radio {
    display: block;
    float: none;
  }
}
.RWDForm .form-group .radio label {
  margin-left: 7px;
}
@media (max-width: 767px) {
  .RWDForm .form-group .checkbox + .checkbox {
    margin-top: 20px;
  }
}
.RWDForm .form-group.buttons {
  text-align: right;
}
@media (max-width: 767px) {
  .com_rwd_forms .RWDForm .form-group.buttons {
    margin-bottom: 0;
  }
}
.RWDForm .form-group.buttons .btn {
  display: inline-block;
  padding: 40px;
  margin: 0;
}
.RWDForm .checkbox input,
.RWDForm .radio input {
  position: absolute;
  opacity: 0;
}
.RWDForm .radio .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #a1d0c1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #ffffff;
  transition: background-color 0.25s ease-in-out;
}
.RWDForm .checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #a1d0c1;
}
.RWDForm .checkbox label {
  padding-left: 30px;
  display: inline-block;
  line-height: 1.5;
  min-height: 25px;
}
.RWDForm .checkbox:hover input ~ .checkmark {
  background-color: #ffffff;
}
.RWDForm .radio:hover input ~ .checkmark {
  background-color: rgba(161, 208, 193, 0.4);
}
.RWDForm .checkbox input:checked ~ .checkmark {
  background-color: #ffffff;
}
.RWDForm .radio input:checked ~ .checkmark {
  background-color: #a1d0c1;
}
.RWDForm .checkbox .checkmark::after {
  content: "";
  position: absolute;
}
.RWDForm .checkbox label:hover .checkmark::after {
  border-color: rgba(161, 208, 193, 0.4);
}
.RWDForm .checkbox input:checked ~ .checkmark::after {
  border-color: #a1d0c1;
}
.RWDForm .checkbox .checkmark::after {
  left: 4px;
  top: 0px;
  width: 7px;
  height: 12px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border-color 0.25s ease-in-out;
}
.RWDForm .checkbox-field.fullwidth .checkbox {
  width: 100%;
}
.RWDForm .captcha-notice {
  position: absolute;
}
.rental-application .required-title h2 {
  display: inline-block;
  float: left;
}
.rental-application .required-title .red_star {
  display: inline-block;
  float: left;
  font-size: 60px;
  line-height: 1.1;
  margin-top: 53px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .rental-application .required-title .red_star {
    font-size: 36px;
  }
}
.rental-application .radio-field .radio,
.rental-application .contract-field .radio {
  float: none;
}
.rental-application .checkbox-field .checkbox {
  margin-bottom: 0;
  float: none;
}
.rental-application .contract-field .control-label {
  display: none;
}
.rental-application .contract-field .descriptions,
.rental-application .contract-field .agreement {
  margin-top: 15px;
}
.rental-application .contract-field .agreement p {
  display: inline;
}
.rental-application .radio + .radio {
  margin-top: 12px;
}
.rental-application .control-label {
  font-weight: 400;
}
.hide-label .control-label {
  display: none;
}
.captcha-field {
  float: left;
  margin-bottom: 0;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .captcha-field {
    margin-right: 0;
  }
}
.text-field {
  margin-bottom: 18px;
}
.text-field p {
  margin: 17px 0 4px;
}
@media screen and (max-width: 767px) {
  .contact-form .buttons {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form .buttons .btn {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
html.com_rwd_forms .apt-info {
  margin-bottom: 16px;
}
.aplication-sent {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .aplication-sent {
    margin-bottom: 25px;
  }
}
.thankyou-text {
  margin: 40px 0;
}
.custom.block-contact-mod {
  margin-top: 120px;
}
@media screen and (max-width: 1199px) {
  .custom.block-contact-mod {
    margin-top: 92px;
  }
}
.navbar-fixed-top {
  -webkit-transition: 0.25s -webkit-transform ease, 0.25s height ease;
  -o-transition: 0.25s transform ease, 0.25s height ease;
  transition: 0.25s transform ease, 0.25s height ease;
  border-bottom: 0;
}
.navbar-fixed-top.nav-up {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.navbar-fixed-top.nav-down {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.navbar-fixed-top .navbar-header {
  height: 74px;
  background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .navbar-fixed-top .navbar-header {
    height: 130px;
    -webkit-transition: 0.25s height ease;
    -o-transition: 0.25s height ease;
    transition: 0.25s height ease;
  }
  .nav-narrow.navbar-fixed-top .navbar-header {
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-fixed-top {
    min-height: 50px;
  }
  .navbar-fixed-top .after-menu,
  .navbar-fixed-top .nav-wrapper nav ul {
    height: 130px;
    -webkit-transition: 0.25s height ease;
    -o-transition: 0.25s height ease;
    transition: 0.25s height ease;
  }
  .nav-narrow.navbar-fixed-top .after-menu,
  .nav-narrow.navbar-fixed-top .nav-wrapper nav ul {
    height: 50px;
  }
}
.navbar-fixed-top .nav-wrapper {
  float: right;
}
@media screen and (min-width: 1200px) {
  .navbar-fixed-top .nav-wrapper nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-fixed-top .after-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
  }
  .navbar-fixed-top .after-menu .mod-languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
  }
}
.navbar-fixed-top .dropdown-menu > li > a {
  font-size: 13px;
  padding: 10px !important;
}
.navbar-fixed-top .dropdown-menu > .active > a {
  background-color: transparent !important;
  color: #222222;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .navbar-fixed-top .navbar-nav li.dropdown .dropdown-menu {
    display: none;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
    margin-left: 23px;
    padding: 22px 0 20px;
  }
  .navbar-fixed-top .navbar-nav li.dropdown .dropdown-menu::before {
    content: "";
    position: absolute;
    border: 9px solid transparent;
    top: 0;
    margin-top: -18px;
    margin-left: 35px;
    border-bottom-color: #ffffff;
  }
  .navbar-fixed-top .navbar-nav li.dropdown .dropdown-menu li a {
    max-width: none;
    text-align: left;
    letter-spacing: 0;
    padding: 7px 40px !important;
    font-size: 15px;
  }
  .navbar-fixed-top .navbar-nav li.dropdown .dropdown-menu li a.active,
  .navbar-fixed-top .navbar-nav li.dropdown .dropdown-menu li a.current,
  .navbar-fixed-top .navbar-nav li.dropdown .dropdown-menu li a:hover {
    font-weight: 700;
  }
  .navbar-fixed-top .navbar-nav li.dropdown .dropdown-menu li.active > a {
    font-weight: 700;
  }
  .navbar-fixed-top .navbar-nav li.dropdown .dropdown-menu li.open > a {
    background-color: transparent;
  }
  .navbar-fixed-top .navbar-nav li.dropdown.open .dropdown-desktop + .dropdown-menu {
    display: block;
  }
  .navbar-fixed-top .navbar-nav .nav-child {
    display: none !important;
  }
  .navbar-fixed-top .navbar-nav .dropdown-toggle .caret {
    display: none;
  }
  .navbar-fixed-top .navbar-nav .dropdown-toggle.dropdown-desktop .caret {
    display: inline-block;
  }
}
.navbar-fixed-top .t3-navbar-collapse {
  visibility: hidden;
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-top: 0;
  overflow-y: auto;
  -webkit-transition: 0.25s -webkit-transform ease, 0.25s visibility ease;
  -o-transition: 0.25s transform ease, 0.25s visibility ease;
  transition: 0.25s transform ease, 0.25s visibility ease;
  z-index: -10;
  background-color: #ffffff;
}
.navbar-fixed-top .t3-navbar-collapse.opened {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.navbar-fixed-top .t3-navbar-collapse .navbar-nav {
  margin-top: 74px;
}
@media screen and (min-width: 1200px) {
  .navbar-fixed-top .t3-navbar-collapse .navbar-nav {
    margin-top: 130px;
  }
}
.navbar-fixed-top .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: translateY(-1px) rotate(-90deg);
  transform-origin: center;
  transition: 0.25s transform ease-in-out;
}
.navbar-fixed-top .t3-navbar-collapse .navbar-nav .dropdown.open > a .caret {
  transform: translateY(-1px) rotate(0deg);
}
.navbar-fixed-top.navbar-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  background-color: #ffffff;
}
.navbar-fixed-top.navbar-default .navbar-collapse .navbar-collapse {
  max-height: initial;
}
.navbar-fixed-top.navbar-default .navbar-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
}
.navbar-fixed-top.navbar-default .navbar-toggle span,
.navbar-fixed-top.navbar-default .navbar-toggle span:after,
.navbar-fixed-top.navbar-default .navbar-toggle span:before {
  -webkit-transition: 350ms all ease;
  -o-transition: 350ms all ease;
  transition: 350ms all ease;
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #222222;
}
.navbar-fixed-top.navbar-default .navbar-toggle span:after,
.navbar-fixed-top.navbar-default .navbar-toggle span:before {
  content: ' ';
}
.navbar-fixed-top.navbar-default .navbar-toggle span:before {
  margin: -0.75em 0 0;
}
.navbar-fixed-top.navbar-default .navbar-toggle span:after {
  margin: 0.75em 0 0;
}
.navbar-fixed-top.navbar-default .navbar-toggle.open span {
  background-color: transparent;
}
.navbar-fixed-top.navbar-default .navbar-toggle.open span:after,
.navbar-fixed-top.navbar-default .navbar-toggle.open span:before {
  margin: 0;
}
.navbar-fixed-top.navbar-default .navbar-toggle.open span:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navbar-fixed-top.navbar-default .navbar-toggle.open span:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (min-width: 1200px) {
  .navbar-fixed-top.navbar-default .navbar-toggle {
    display: none;
  }
}
.navbar-fixed-top.navbar-default .head-search,
.navbar-fixed-top.navbar-default .navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-fixed-top.navbar-default nav {
  float: right;
}
.navbar-fixed-top.navbar-default nav ul.navbar-nav li a {
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .navbar-fixed-top.navbar-default nav ul.navbar-nav li a {
    padding: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-fixed-top.navbar-default nav ul.navbar-nav li a {
    line-height: 16px;
    padding: 9px 0;
    max-width: 128px;
  }
}
.navbar-fixed-top.navbar-default nav ul.navbar-nav li a::after {
  display: block;
  content: attr(data-title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.navbar-fixed-top.navbar-default nav ul.navbar-nav li a .caret {
  margin-left: 4px;
}
.navbar-fixed-top.navbar-default nav ul.navbar-nav li a.dropdown-desktop:after {
  margin-right: 12px;
}
.navbar-fixed-top.navbar-default nav ul.navbar-nav li.active,
.navbar-fixed-top.navbar-default nav ul.navbar-nav li.current,
.navbar-fixed-top.navbar-default nav ul.navbar-nav li:hover {
  font-weight: 700;
}
.navbar-fixed-top.navbar-default .mod-languages {
  font-size: 10px;
}
.navbar-fixed-top.navbar-default .mod-languages ul {
  padding: 28px;
}
@media screen and (max-width: 1199px) {
  .navbar-fixed-top.navbar-default .mod-languages ul {
    padding: 14px;
  }
}
.navbar-fixed-top.navbar-default .mod-languages ul li {
  padding: 0 28px;
}
.navbar-fixed-top.navbar-default .mod-languages ul li a {
  letter-spacing: 0.1em;
  color: #8E8E8E;
}
.navbar-fixed-top.navbar-default .mod-languages ul li.lang-active a {
  color: #222222;
}
@media (min-width: 1200px) {
  .navbar-fixed-top.navbar-default .mod-languages {
    margin-left: 30px;
  }
  .navbar-fixed-top.navbar-default .mod-languages ul,
  .navbar-fixed-top.navbar-default .mod-languages ul li {
    padding: 0;
  }
}
.navbar-fixed-top.navbar-default .social .icons a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 5px;
  text-decoration: none;
}
.navbar-fixed-top.navbar-default .social .icons .fbook {
  background-image: url("../../../../images/facebook-f.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.navbar-fixed-top.navbar-default .social .icons .insta {
  background-image: url("../../../../images/instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .navbar-fixed-top.navbar-default .social .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-fixed-top.navbar-default .social {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-fixed-top.navbar-default .social {
    padding: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-fixed-top.navbar-default {
    display: block;
  }
  .navbar-fixed-top.navbar-default .logo-image {
    margin-left: 15px;
  }
}
.logo-image {
  position: relative;
}
.logo-image > a {
  max-width: 225px;
  max-height: 55px;
}
.logo-image > a > img {
  max-width: 100%;
}
.logo-image small,
.logo-image span {
  display: none;
}
.t3-sidebar {
  padding-top: 16px;
  padding-bottom: 16px;
}
.t3-sidebar .nav {
  margin: 0;
  background-image: url("../../../../images/submenu-leftborder.svg");
  background-position: 0 0;
  background-size: 3px 100%;
  background-repeat: no-repeat;
}
.t3-sidebar .affix {
  position: fixed !important;
  top: 146px;
}
@media screen and (max-width: 1199px) {
  .t3-sidebar .affix {
    top: 90px;
  }
}
.nav-pills.nav-stacked {
  padding: 9px 0;
}
.nav-pills.nav-stacked a {
  text-decoration: none;
}
.nav-pills.nav-stacked a::after {
  display: block;
  content: attr(data-title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.nav-pills.nav-stacked > li {
  margin-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.nav-pills.nav-stacked > li > a {
  padding: 7px 15px 6px;
}
.nav-pills.nav-stacked > li > a:hover {
  font-weight: 700;
}
.nav-pills.nav-stacked > li > a,
.nav-pills.nav-stacked > li > a:focus,
.nav-pills.nav-stacked > li > a:hover {
  background-color: transparent;
  color: #222222;
  text-decoration: none;
}
.nav-pills.nav-stacked > li.active > a {
  font-weight: 700;
  background-image: url("../../../../images/menu-link-active.svg");
  background-position: 0 16px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
}
.nav-pills.nav-stacked > li.active > a,
.nav-pills.nav-stacked > li.active > a:focus,
.nav-pills.nav-stacked > li.active > a:hover {
  background-color: transparent;
  color: #222222;
  text-decoration: none;
}
.t3-module {
  margin-bottom: 35px;
}
footer {
  
}
footer.t3-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #222222;
  display: flex;
}
footer.t3-footer .t3-footer-sl {
  padding: 0;
}
footer.t3-footer .t3-footer-sl .t3-module {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
  text-align: center;
}
footer.t3-footer .logo-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer.t3-footer object + object {
  margin-left: 28px;
}
footer.t3-footer .redwall {
  letter-spacing: 0.1em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: top right;
  font-size: 8px;
  position: absolute;
  top: -15px;
  right: 5px;
  color: #222222;
}
footer.t3-footer .redwall a {
  text-decoration: none;
  opacity: 0.3;
}
footer.t3-footer .redwall a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer.t3-footer .logo-image {
  justify-content: center;
}
footer.t3-footer .promo-logos .logo-image > a {
  position: relative;
  padding-left: 28px;
}
footer.t3-footer .cright {
  color: #ffffff;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  footer.t3-footer .cright {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer.t3-footer .row {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  footer.t3-footer .logo-image {
    justify-content: initial;
  }
  footer.t3-footer .promo-logos .logo-image {
    justify-content: flex-end;
  }
}
footer .moduletable.cookienotice {
  display: none;
  height: 90px;
}
footer .moduletable.cookienotice .custom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #ffffff;
  box-shadow: #eeeeee 0 0 20px 0px;
}
footer .moduletable.cookienotice .accept {
  font-size: 20px;
  padding: 20px 25px;
  margin-left: 10px;
}
.btn.btn-default.commercial-space {
  padding: 20px 43px !important;
}
html[lang="ru-ru"] .btn.btn-default.commercial-space {
  padding: 30px 43px !important;
  font-size: 25px !important;
}
